#cookie-bar {background:rgba(21,26,30,0.95); height:auto; line-height:24px; color:#eeeeee; text-align:center; padding:20px;font-size:1em;}
#cookie-bar.fixed {}
#cookie-bar.fixed.bottom {position:fixed; max-width:24em;bottom:1em;right:1em; top:auto;}
#cookie-bar p {margin:0; padding:0;font-size: 16px}
#cookie-bar p.cookie-text {margin:0 0 10px 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 {
	font-family: 'loos-normal', sans-serif;
	position: relative;
	margin: 0;
	  margin-right: 0px;
	font-size: 16px;
	font-weight: 700;
	background-color: #FE7B12 !important;
	color: #fff;
	min-width: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	border: 0;
	border-radius: 3px;
	white-space: nowrap;
	-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#cookie-bar .cb-enable:hover {background:#f80622;}
#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;right:0; top:auto; max-width:100%;}
	}
