#cookie-bar {background:#fff; height:auto; line-height:24px; color:#eeeeee;;box-shadow:rgb(0, 0, 0) 0px 0px 8px;}
#cookie-bar-inner {padding:15px;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto; display:block !important;}
#cookie-bar p {margin:0; padding:0; }
#cookie-bar p, #cookie-bar a {color:#000;font-size:12.5px;}
#cookie-bar a {color:#fcc300; text-decoration:underline; width:auto;}
#cookie-bar .headline {font-size:14px; font-weight:bold; margin:0;} 
#cookie-bar .cb-enable, #cookie-bar .cb-disable, #cookie-bar .cb-policy, #cookie-bar .cb-notyet {display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px; text-transform:uppercase;}
#cookie-bar .cb-enable {background:#fcc300; color:#fff;}
#cookie-bar .cb-enable:hover {background-color:#fcc300;}
#cookie-bar .cb-disable {background:#8c2123; border-color:#771c1e;}
#cookie-bar .cb-disable:hover {background:#631719; border-color:#461011;}
#cookie-bar .cb-notyet {background:transparent; border:1px solid #fcc300;}
#cookie-bar .cb-notyet:hover {background-color:rgba(0,0,0,0.2);}
#cookie-bar .cb-policy {background:#fff;}
#cookie-bar .cb-policy:hover {background:#fff;}
#cookie-bar .container {width:1020px; margin:0 auto;}
@media only screen and (max-width:992px){
	#cookie-bar .container {width:100%; margin:0 auto;}
}
