@charset "utf-8";
/* CSS Document */

#cookie-accept-box {
	position:fixed;
	bottom:0px;
	width:100%;
	background:rgba(255,255,255,.95);
	z-index:5100;
	overflow:hidden;
	border-top:1px solid #ce0f00;	
}
#cookie-accept-box > div {
	max-width:1160px;
	margin:0 auto;	
	padding:10px 30px;
	overflow:hidden;
}
#cookie-accept-box div.cookie-accept-text { float:left; }
#cookie-accept-box div.cookie-accept-buttons { float:right; }

#cookie-accept-box * { font-size:14px; line-height:30px; }

#cookie-accept-box a { display:inline-block; font-weight:400; }
#cookie-accept-box div.cookie-accept-buttons a { padding:0px 10px; border-radius:5px; }
#cookie-accept-box a.cookie-accept-ok { background-color:#ce0f00; color:#fff; /*margin-right:20px;*/ }
#cookie-accept-box a.cookie-accept-ok:before { content:"✔"; padding-right:4px; position: relative; }
#cookie-accept-box a.cookie-accept-ok:hover { background-color:#006cb6; }

@media screen and (max-width: 800px), screen and (max-device-width: 800px), screen and (max-width: 800px) {
	#cookie-accept-box div.cookie-accept-buttons,
	#cookie-accept-box div.cookie-accept-text { display:block; text-align:center; float:none; }
	#cookie-accept-box div.cookie-accept-buttons a { padding:5px 10px; margin-top:10px; }
	#cookie-accept-box * { line-height:18px; text-align:center; }	
}