@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,400);

#cookie-law{ 
	position:fixed; 
	width: 96%; 
	left: 0; 
	bottom: 0; 
	padding: 0.5em 5%; 
	background: #565656; 
	background: rgba(41,99,189,0.85);
	background-image: url(img/1x70.png);
	color: #fff; 
	font-size: 13px; 
	font-weight: 700; 
	
	z-index: 99999; 
	text-align: center;
	

}
 
#cookie-law p { 
    /*padding:10px; 
    font-size:1.2em; 
    font-weight:bold; 
    text-align:center; 
    color:#682008;*/
    font-family: "Open Sans";
	font-size: 12px;
	color: #aac9f3; 
    margin:0;
    vertical-align: middle;
}

#cookie-law a{
	font-family: "Open Sans";
	font-size: 12px;
	color: #ecf3fd;
}

#cookie-law .textmiddle{
	vertical-align: middle;
}