<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#cookie-law {
	width:100%;
    max-width: 100%;
    margin: 0;
    padding: 2rem;
    background: #7fabba;
    position: fixed;
    z-index: 12250;
    left: 0;
    top: 0;
	box-sizing: border-box;
}

#cookie-law p {
    font-family: 'Open Sans', sans-serif; font-weight: 300;
font-size: 1em;
    line-height: 1.2rem;
    text-align: center;
    color: #fff;
    margin: 0;
}

#cookie-law p a {
    color: #fff;
	text-decoration:underline

}

#cookie-law span.okay{display:block;
	background:#fff;
	margin:1rem auto;
	padding:.75rem;
	color:#7fabba;
	width:10%;text-align: center;
}

@media (max-width: 767px) {
#cookie-law {	
left: 0rem;
    bottom: 0rem;	
}
	#cookie-law span.okay{
		width:100%;
		display:block;
	text-align: center;
	
		padding:.5rem
	
}
}</pre></body></html>