#cookie-bar {background:rgba(0,0,0,0.75); height:auto; line-height:24px; color:#eeeeee; text-align:center; padding:20px;font-size:1.2em;}
#cookie-bar.fixed {}
#cookie-bar.fixed.bottom {position:fixed; max-width:24em;bottom:1em;left:1em; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar p a {text-decoration:underline; margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:8px; text-decoration:none; padding:0 6px; margin-left:8px;font-weight:bold;}
#cookie-bar .cb-enable {background:#be5404;margin-top:10px;padding: 0.65rem 2rem;border-radius: 100px;}
#cookie-bar .cb-enable:hover {background:#914003;}
#cookie-bar .cb-disable {background:transparent;margin-top:10px;padding: 8px 24px;border-radius: 8px; font-weight:normal;}
#cookie-bar .cb-policy {background:#ffffff; color:#589c2e;margin-top:10px;padding: 8px 24px;border-radius: 8px;}
#cookie-bar .cb-policy:hover {background:#e6e6e6;}
#cookie-bar .cookie-buttons{}


	@media (max-width: 768px) {
		#cookie-bar {font-size:1em;}
	}
	@media (max-width: 26em) {
		#cookie-bar.fixed.bottom {bottom:0;left:0; top:auto; max-width:100%;}
	}
