#cookie {
	position: fixed;
	z-index: 6;
	font-size: 12px;
	line-height: 1.4em;
	font-smooth: antialised;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1024px) {
	#cookie {
		font-size: 14px;
	}
}
#cookie-over {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background: rgba(0, 0, 0, .4);
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	opacity: 0;
	-webkit-transition: opacity 0.4s, -webkit-transform 0s;
	transition: transform 0s, opacity 0.4s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	will-change: transform, opacity;
}
#cookie[open] #cookie-over {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 1;
}
#cookie-icon {
	position: fixed;
	bottom: 0;
	width: 45px;
	height: 45px;
	cursor: pointer;
	z-index: 4;
	padding: 0.5em;
}
#cookie-icon svg {
	width: 30px;
	height: 30px;
}
#cookie[left] #cookie-icon {
	left: 0;
}
#cookie[right] #cookie-icon {
	right: 0;
}
#cookie[light] #cookie-icon {
	fill: #555;
}
#cookie[light] #cookie-icon #star path {
	fill: #f4f4f4;
}
#cookie-modal {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	will-change: transform;
}
#cookie[slideout] #cookie-modal {
	top: 0;
	bottom: 0;
	width: 90%;
	max-width: 420px;
}
#cookie[slideout][left] #cookie-modal {
	left: auto;
	right: 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
#cookie[slideout][left][open] #cookie-modal {
	right: 100%;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
#cookie[slideout][right] #cookie-modal {
	right: auto;
	left: 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
#cookie[slideout][right][open] #cookie-modal {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
#cookie[popup] #cookie-modal {
	left: 0;
	right: 0;
	top: 100%;
	bottom: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
#cookie[popup][open] #cookie-modal {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
#cookie-main {
	position: absolute;
	overflow-y: auto;
	padding: 24px;
	box-sizing: border-box;
}
#cookie[slideout] #cookie-main {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#cookie[popup] #cookie-main {
	width: 90%;
	height: 90%;
	max-height: 600px;
	max-width: 600px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 12px;
}
#cookie[light] #cookie-main {
	color: #333;
	fill: #333;
	background-color: #f4f4f4;
}
#cookie-close {
	position: absolute;
	right: 16px;
	top: 16px;
	width: 24px;
	cursor: pointer;
}
#cookie-close svg {
	fill: #000000;
}
#cookie-title {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: 700;
	padding-right: 32px;
	margin: 0;
	text-align: left;
}
#cookie #cookie-recommended {
	margin-left: 0;
	float: none;
	clear: both;
}
#cookie h3 {
	margin: 0;
	font-weight: 700;
	padding-right: 120px;
}
#cookie h3,
#cookie p {
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
}
#cookie p {
	font-weight: 400;
	margin: 1em 0;
}
#cookie hr {
	height: 1px;
	border: 0;
	margin: 24px 0;
	opacity: 0.25;
}
#cookie .cookie-svg-element {
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
	margin-left: 8px;
}
#cookie[light] hr {
	background-color: #333;
}
#cookie[light] a,
#cookie[light] h2,
#cookie[light] h3,
#cookie[light] p,
#cookie[light] span {
	color: #333;
	fill: #333;
}
#cookie .optional-cookie {
	position: relative;
}
#cookie .checkbox-toggle {
	position: absolute;
	top: -3px;
	right: 0;
	margin: 0;
	border-radius: 50px;
	border: 4px solid #fff;
}
#cookie .checkbox-toggle-label {
	display: flex;
	margin: 0;
	cursor: pointer;
	z-index: 1;
}
#cookie .checkbox-toggle-input {
	margin: 0;
	padding: 0;
	visibility: hidden;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
#cookie .checkbox-toggle-off, #cookie .checkbox-toggle-on {
	flex: 1;
	flex-basis: 50%;
	width: 50%;
	min-width: 40px;
	text-align: center;
	z-index: 2;
	font-size: 0.75em;
	font-weight: 700;
	padding: 0 6px;
	white-space: nowrap;
}
#cookie .checkbox-toggle-off {
	opacity: 0.65;
}
#cookie .checkbox-toggle-toggle {
	display: block;
	width: 50%;
	height: 100%;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	border-radius: 50px;
	transition: all 0.4s ease;
	background-color: #000;
}
#cookie .checkbox-toggle input:checked ~ .checkbox-toggle-toggle {
	left: 50%;
}
#cookie[light] .checkbox-toggle {
	background-color: #555;
	border-color: #555;
}
#cookie[light] .checkbox-toggle-toggle {
	background-color: #000;
}
#cookie[light] .checkbox-toggle-off,
#cookie[light] .checkbox-toggle-on {
	color: #fff;
}
#cookie .cookie-alert {
	margin: -16px 0 0;
	overflow: hidden;
	height: 0;
	border-radius: 8px;
}
#cookie .cookie-alert[visible] {
	height: auto;
	margin: 24px 0;
	padding: 16px 16px 0;
}
#cookie .cookie-alert-title {
	display: flex;
	align-items: center;
	padding: 0;
}
#cookie .cookie-alert-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 8px 0 0;
	flex-shrink: 0;
}
#cookie .cookie-alert-break {
	margin: 12px 0;
}
.third-party-cookie-link {
	display: flex;
	align-items: center;
	margin: 16px 0;
}
.third-party-cookie-name {
	font-size: 1em;
	font-weight: 700;
}
.third-party-cookie-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 16px;
}
#cookie[light] .cookie-alert {
	background: #eaeaea;
}
#cookie #cookie-note {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	min-height: 48px;
	padding: 16px;
	margin: 0;
	border-radius: 0;
	overflow: hidden;
	z-index: 5;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
}

#cookie #cookie-note:empty {
	height: 0;
	padding: 0;
}
#cookie #cookie-note[visible] {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
#cookie #cookie-note h3 {
	padding: 0;
}
#cookie #cookie-note p {
	margin: 0;
	opacity: 0.8;
	font-size: 0.9em;
}
#cookie .cookie-note-buttons {
	position: relative;
	margin-top: 16px;
}
#cookie .cookie-note-button {
	border: 2px solid;
	border-radius: 4px;
	padding: 8px 16px;
	font-size: 1em;
	margin: 4px 8px 4px 0;
	font-weight: 400;
	line-height: 1.5em;
	outline: 0;
	background: transparent;
	cursor: pointer;
}
#cookie .cookie-note-button:focus,
#cookie .cookie-note-button:hover {
	outline: 0;
}
#cookie #cookie-note-dismiss {
	cursor: pointer;
	position: absolute;
	top: -4px;
	right: 0;
}
@media (min-width: 400px) {
	#cookie #cookie-note-dismiss {
		position: relative;
		right: auto;
	}
}
@media (min-width: 600px) {
	#cookie #cookie-note {
		font-size: 12px;
		flex-direction: row;
		align-items: center;
	}
	#cookie .cookie-note-buttons {
		margin-top: 0;
		white-space: nowrap;
		flex-shrink: 0;
	}
}
@media (min-width: 1200px) {
	#cookie #cookie-note {
		font-size: 16px;
		z-index: 0;
		padding: 16px 100px;
	}
}
#cookie[light] #cookie-note {
	color: #000;
	fill: #000;
	background: #f4f4f4;
}
#cookie[light] .cookie-note-button {
	color: #000;
	/*border-color: #b5876d;*/
}
#cookie[light] .cookie-button-solid {
	color: #fff;
	/*background: #b5876d;*/
	font-weight: 700;
	line-height: 2;
}
#cookie-info-link {
	font-size: 0.8em;
	font-weight: 700;
	text-decoration: none;
}
#cookie-info-link .svg-element {
	width: 14px;
	height: 14px;
	margin-left: 6px;
}
#cookie[slideout] #cookie-info {
	height: 100px;
}
#cookie[popup] #cookie-info {
	height: 40px;
}
@media print {
	#cookie {
		display: none !important;
	}
}
/* Customize the label (the container) */
.containerCookie {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Hide the browser's default checkbox */
.containerCookie input {
	position: relative;
	opacity: 0;
	cursor: pointer;
}
/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	right: 0;
	height: 25px;
	width: 25px;
	background-color: #e8e5e5;
}
/* On mouse-over, add a grey background color */
.containerCookie:hover input ~ .checkmark {
	background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.containerCookie input:checked ~ .checkmark {
	/*background-color: #b5876d;*/
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
.containerCookie input:checked ~ .checkmark:after {
	display: block;
}
/* Style the checkmark/indicator */
.containerCookie .checkmark:after {
	left: 9px;
	top: 3px;
	width: 8px;
	height: 13px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
