/* COOKIE CONSENT*/
#ccWrapper {
	display: none;
}

#cookie_consent #consent_preamble .consent_headline {
	font-size: 1.8em;
	margin-bottom: 1em;
	color: #008080;
}

#cookie_consent #consent_preamble .consent_buttons {
	margin-top: 2rem;
}

#cookie_consent #consent_preamble .consent_buttons i {
	float: left;
	margin-right: 10px;
	line-height: inherit;
}

#cookie_consent #consent_preamble .consent_buttons .consent_customize {
	float: right;
	display: none;
}

#cookie_consent #consent_preamble .consent_buttons .consent_customize.collapsed {
	display: inline-block;
}

#cookie_consent #consent_preamble .consent_buttons .consent_agree_all {
	background-color: #008080;
	border-color: #008080;
}

#cookie_consent #consent_preamble .consent_buttons .consent_agree_custom {
	float: right;
}

#cookie_consent #consent_preamble .consent_buttons .consent_customize.collapsed ~ .consent_agree_custom {
	display: none;
}

#cookie_consent #consent_details {
	margin-top: 4rem;
}

#cookie_consent #consent_details .cookie_category .category_title {
	font-size: 16px;
	line-height: 1.5;
	padding: 5px 0;
}

#cookie_consent #consent_details .cookie_category .category_description {
	margin: 0;
}

#cookie_consent #consent_details .cookie_category table th,
#cookie_consent #consent_details .cookie_category table td {
	padding: 10px 15px;
}

#cookie_consent #consent_details .hint_no_cookies {
	opacity: 0.5;
	margin-bottom: 0;
}

#cookie_consent #consent_details .cookie_name {
	font-family: Consolas, sans-serif;
	line-height: 1em;
	padding-bottom: 0.5em;
	display: block;
}

#cookie_consent #consent_details .toggle_button {
	position: relative;
	width: 74px;
	height: 36px;
	overflow: hidden;
	border-radius: 100px;
	display: inline-block;
	float: right;
}

#cookie_consent #consent_details .toggle_button .knobs,
#cookie_consent #consent_details .toggle_button .layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#cookie_consent #consent_details .toggle_button .knobs {
	z-index: 2;
}

#cookie_consent #consent_details .toggle_button .knobs:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 30px;
	height: 30px;
	color: #999;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	padding: 10px 0;
	background-color: #fff;
	border-radius: 50%;
	transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}

#cookie_consent #consent_details .toggle_button.lang-de .knobs:before {
	content: 'Aus';
}

#cookie_consent #consent_details .toggle_button.lang-en .knobs:before {
	content: 'Off';
}

#cookie_consent #consent_details .toggle_button .layer {
	width: 100%;
	background-color: #999;
	transition: 0.3s ease all;
	z-index: 1;
	border-radius: 100px;
}

#cookie_consent #consent_details .toggle_button .toggle_checkbox {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 3;
}

#cookie_consent #consent_details .toggle_button .toggle_checkbox:active + .knobs:before {
	width: 46px;
	border-radius: 100px;
}

#cookie_consent #consent_details .toggle_button .toggle_checkbox:checked:active + .knobs:before {
	margin-left: -16px;
}

#cookie_consent #consent_details .toggle_button .toggle_checkbox:checked + .knobs:before {
	content: '';
	left: 41px;
	color: #008080;
}

#cookie_consent #consent_details .toggle_button.lang-de .toggle_checkbox:checked + .knobs:before {
	content: 'An';
}

#cookie_consent #consent_details .toggle_button.lang-en .toggle_checkbox:checked + .knobs:before {
	content: 'On';
}

#cookie_consent #consent_details .toggle_button .toggle_checkbox:checked ~ .layer {
	background-color: #008080;
}

#cookie_consent #consent_details .toggle_button.disabled {
	opacity: 0.5;
}

#cookie_consent #consent_details .toggle_button.disabled .toggle_checkbox {
	cursor: not-allowed;
}

#cookie_consent #consent_details .panel-default {
	border-width: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

#cookie_consent #consent_details .panel-default > .panel-heading {
	background-color: #ededed;
	border-bottom: 0;
	border-left: 5px solid #057C80;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

@media (max-width: 500px) {
	#cookie_consent #consent_preamble .consent_buttons button {
		width: 100%;
		margin-bottom: 10px;
	}

	#cookie_consent #consent_preamble .consent_buttons .consent_customize,
	#cookie_consent #consent_preamble .consent_buttons .consent_agree_custom {
		float: none;
	}

	#cookie_consent #consent_details {
		margin-top: 2rem;
	}
}

/* LIGHTBOX */
.featherlight {
	background: rgba(0, 0, 0, .7);
	cursor: auto;
}

.featherlight .featherlight-content {
	max-width: 900px;
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
	overflow: hidden
}

.featherlight {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2147483647;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	background: #333;
	background: rgba(0, 0, 0, 0)
}

.featherlight:last-of-type {
	background: rgba(0, 0, 0, .8)
}

.featherlight:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.featherlight .featherlight-content {
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	overflow: auto;
	padding: 25px 25px 0;
	border-bottom: 25px solid transparent;
	margin-left: 5%;
	margin-right: 5%;
	max-height: 95%;
	background: #fff;
	cursor: auto;
	white-space: normal
}

.featherlight .featherlight-inner {
	display: block
}

.featherlight link.featherlight-inner, .featherlight script.featherlight-inner, .featherlight style.featherlight-inner {
	display: none
}

.featherlight .featherlight-close-icon {
	position: absolute;
	z-index: 9999;
	top: 0;
	right: 0;
	line-height: 25px;
	width: 25px;
	cursor: pointer;
	text-align: center;
	font-family: Arial, sans-serif;
	background: #fff;
	background: rgba(255, 255, 255, .3);
	color: #000;
	border: 0;
	padding: 0
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
	border: 0;
	padding: 0
}

.featherlight .featherlight-image {
	width: 100%
}

.featherlight-iframe .featherlight-content {
	border-bottom: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch
}

.featherlight iframe {
	border: 0
}

.featherlight * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		margin-left: 0;
		margin-right: 0;
		max-height: 98%;
		padding: 10px 10px 0;
		border-bottom: 10px solid transparent
	}
}

@media print {
	html.with-featherlight > * > :not(.featherlight) {
		display: none
	}
}