@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,400);

#cookie-law{ 
	position:fixed; 
	width: 90%; 
	left: 0; 
	bottom: 0; 
	padding: 0.5em 5%; 
	/*background: #565656; 
	background: rgba(86,86,86,0.95);*/ 
	background-image: url(img/1x70.png);
	/*color: #fff; 
	font-size: 13px; */ 
	font-weight: 700; 
	/*text-shadow: 0 -1px 0 rgba(0,0,0,0.35); */
	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;
	display: inline-block;
}