<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.info-cookies-infobox {
	padding: 20px 10%;
}

#cookieinfo {
	padding: 25px;
	background: rgb(0,0,0);
	background: rgba(0, 0, 0, .8);
	color: #fff;
	width: 305px;
	display: block;
	position: fixed;
	bottom: 15px;
	left: 15px;
	z-index: 999999;
	border-radius: 5px;
}
#cookieinfo .cookietext{
	width: 80%;
	float: left;
	display: block;
	text-align: left;
}
#cookieinfo .cookietext a{
	color: #b4e0ff;
}
#cookieinfo .cookieclose{
	width: 10%;
	float: right;
	display: block;
	cursor: pointer;

}
#cookieinfo .cookieclose .close{
	background: tomato;
	padding: 5px;
	border-radius: 5px;
	position: relative;
	text-align: right;
}

#cookieinfobar{
	width: 60%;
	text-align: center;
	margin: 0 auto;
	padding: 5px;
}

body.hid1580 .cookietext a, body.hid1580 .cookietext a:visited {
		color: white;
}

.clearfixresp{
	display: none;
}
@media all and (max-width: 768px) {
	#cookieinfo{
		width: 240px;
	}
	#cookieinfo .cookietext,
	#cookieinfo .cookieclose{
		float: none;
		width: 100%;
	}
	.clearfixresp{
		display: block;
	}
	#cookieinfo .cookieclose {
		margin-top: .5em;
	}
	.cookiehideformobile{
		display: none;
	}
}
</pre></body></html>