@charset "UTF-8";
#cookie_bar,
#cookie_block {
	min-width: 25em;
	padding: 1em;
	letter-spacing: normal;
	background: #fff;
	color: #000;
	box-shadow: #aaa 0 0 10px;
	z-index: 2147483647;
	font-weight: 400;
	font-size: 16px
}

#cookie_bar .row,
#cookie_block .row {
	max-width: 1200px
}

.cookie-body {
	line-height: 1.5em;
	color: #000
}

.cookie-body .columns:last-child:not(:first-child) {
	float: left
}

.cookie-body p {
	margin-bottom: 1em;
	line-height: 1.5em
}

.cookie-body a {
	color: #0bbfff;
	text-decoration: none
}

.cookie-body a:hover {
	text-decoration: underline
}

.cookie-intro h1 {
	font-size: 1.2em;
	line-height: initial;
	margin: 0 0 1em;
}

.cookie-types {
	margin-bottom: 1em
}

.cookie-types label {
	color: #000;
	font-size: 1em;
	line-height: 1.8em;
	display: inline;
	position: relative
}

.cookie-types input[type="checkbox"] {
	width: 16px;
	margin: 0;
	opacity: 0;
	display: initial
}

.cookie-types input[type="checkbox"]+label {
	background: none;
	cursor: pointer;
	padding-left: 30px;
	margin: 0;
	margin-left: -16px
}

.cookie-types input[type="checkbox"]:focus+label {
	outline: dotted 1px
}

.cookie-types input[type="checkbox"]+label::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAUCAMAAADm3a4bAAAAZlBMVEXS0tLS0tLS0tLS0tLS0tLu7u7S0tLr7Ova2tqKiopqtgR1uxfQ0NDJycm92peXl5eSkpKsrKzl5eXI3qnF3aWPj4+VyVF9viVwuQ7i6djLy8vS4rzA252cy13g4ODl6t3c58+ysrJgc8dWAAAABXRSTlPukQaJkE6wNToAAACySURBVDjLzdTHDoQgEIDh0V0ZioC9u+X9X3KNXkBMIGEPzvFL/gtlIE2AWANJGmrwpNlp6COhaBNeG0DmDACeCa+NuDEJtTvH88c1+gqLl75zbNJlUNwI3p8tL5gOiWvBhTrMbAvpiWuFe9sYRiTube47sJ6vjeDDYppm31yzdvKedse3GZRlJdumlf6rGru9tawqj9Z/z+9VKNOOWsuwRzLO6FhF8E/PM+pLRi2DqDX0A7MeG7SGXV0lAAAAAElFTkSuQmCC);
	background-position: 0 0
}

.cookie-types input[type="checkbox"]:checked+label::before {
	background-position: -20px 0
}

.cookie-types input[type="checkbox"]:disabled+label::before {
	background-position: -40px 0
}

.cookie-footer {
	font-size: 80%
}

#cookie_bar {
	position: fixed;
	left: 0;
	right: 0;
	max-width: 100%;
	width: 100%
}

#cookie_bar.cookie-position-bottom {
	bottom: 0
}

#cookie_bar.cookie-position-top {
	top: 0
}

#cookie_bar.cookie-position-center {
	top: 50%;
	transform: translateY(-50%)
}

#cookie_block {
	position: fixed;
	max-width: 25em
}

#cookie_block.cookie-position-bottom-left {
	bottom: 1.5em;
	left: 1.5em;
	right: initial
}

#cookie_block.cookie-position-bottom-right {
	bottom: 1.5em;
	left: initial;
	right: 1.5em
}

#cookie_block.cookie-position-top-left {
	top: 1.5em;
	left: 1.5em;
	right: initial
}

#cookie_block.cookie-position-top-right {
	top: 1.5em;
	left: initial;
	right: 1.5em
}

#cookie_block.cookie-position-center {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

#cookie_block .cookie-buttons button {
	width: 100%
}

@media screen and (max-width: 39.99875em) {
	#cookie_bar,
	#cookie_block {
		min-width: 320px
	}
	#cookie_bar .cookie-buttons button {
		width: 100%
	}
	#cookie_block {
		max-width: 100%;
		width: 100%;
		right: 0!important;
		left: 0!important
	}
	#cookie_block.cookie-position-bottom-left,
	#cookie_block.cookie-position-bottom-right {
		bottom: 0
	}
	#cookie_block.cookie-position-top-left,
	#cookie_block.cookie-position-top-right {
		top: 0
	}
	#cookie_block.cookie-position-center {
		transform: translate(0%, -50%)
	}
}