/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0;
    background: #C00;
    color: #FFF;
    padding: .5em 0;
	text-align: center;
}
.chromeframe a {
	color: #FFF;
	text-decoration: underline;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
	height: 100%;
	min-width: 320px;
	background: #2f3b40;
}
body.navMainOpen,
body.overlayOpen,
.overlayOpen body {
	overflow: hidden;
}
.baseWidth,
.pushOut {
	margin-left: 0;
	margin-right: 0;
}
.baseSpacer {
	padding-left: 15px;
	padding-right: 15px;	
}
#wrapper {
	position:relative;
	padding-top: calc(1.333em + 40px);
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	right:0;
	transition:right 0.2s;
	background: #fff;
}
#wrapper.headerStatic {
	padding-top: 0;
}
#logo {
	position: absolute;
	left: 0;
	height: 100%;
	transition:height 0.2s;
	padding: 15px;
}
#logo img {
	width: auto;
	height: 100%;
	display: block;
}
#navColumns {
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	opacity:1;
	box-shadow: 0 0 3px rgba(0,0,0,0.12), 0 0 2px rgba(0,0,0,0.24);
	transition: right 0.2s, opacity 0.2s;
}
#header {
	z-index:105;
	position:relative;
}
.headerStatic #header {
	z-index: 11;
}
#headerTop {
	position: fixed;
	top: -60px;
	background:#fff;
	left: 0;
	width: 100%;
	height: calc(1.333em + 40px);
	padding-right: 60px;
	transition: top .2s;
}
#header.fixedShow #headerTop,
#header.isAtTop #headerTop,
#header.isOverBreakpoint #headerTop {
	top: 0;
}
.headerStatic  #headerTop {
	top: 0;
	position: relative;
}
.headerStatic  #headerBottom {
	z-index: 1;
	position: relative;
}

#navColumns ul {
	display: table;
	width: 100%;
	table-layout: fixed;
	background-color: #f5f6f6;
	color: #37454b;
	margin: 0;
}
#navColumns ul li {
	display:table-cell;
	height:60px;
	vertical-align:middle;
	text-align:center;
	position:relative;
}
#navColumns ul li:after {
	content:'';
	display:none;
	position:absolute;
	left:0;
	width:1px;
	top:10px;
	bottom:10px;
	background:#ebeded;
}
#navColumns ul li + li:after {
	display:block;
}
#navColumns ul li a {
	position:relative;
	display:block;
	text-decoration:none;
	color: inherit;
}

#navColumns ul li a span {
	font-size: .667em;
	margin-top: 4px;
	height: 10px;
	line-height: 10px;
	display: block;
	text-transform:uppercase;
}
#navColumns ul li a .icon {
	font-size: 30px;
	line-height: 29.5px;
	display: block;
}
#content {
	padding: 0;
	min-height: 35vh;
}
#breadcrumb {
	color: #9ba2a5;
	font-size: .8em;
	line-height: 1.667;
	padding: 5px 15px;
}
#breadcrumb strong {
	font-weight:400;
	color:#9ba2a5;
	margin-right:4px;
}
#breadcrumb a {
	color:#37454b;
	text-decoration:none;
}
#breadcrumb a:last-child {
	font-weight:700;
}

footer {
	padding-bottom: 105px;
	background: #2f3b40;
	position: relative;
	z-index: 1;
}
footer a:focus-visible,
footer button:focus-visible,
footer input[type="radio"]:focus-visible,
footer input[type="checkbox"]:focus-visible,
footer [role="button"]:focus-visible {
	outline-color: #fff;
}
#footerTop {
	padding: 15px 0;
	text-align: left;
	background: #37454b;
	position: relative;
}
footer.shopFooter {
	background:#007db3;
}
footer.shopFooter #footerTop {
	background: #0093d2;
}
.shopFooter #footerBottom .navStd li a:after {
	background: #006793;
}

#footerTop * {
	color: #fff !important;
}
#footerTop p {
	margin: 0;
}
#footerTop .h3 {
	font-size: 1.143em;
	line-height: 1.5625;
	margin: .625em 0 1.25em;
}
#footerBottom {
	text-align:center;
	padding: 15px 0;
}
#footerBottom .navStd {
	display: inline-block;
}
#footerBottom .navStd li a:after {
	background: #37454b;
}
#footerBottom .navStd a:hover,
#footerBottom .navStd .a:hover {
	color: #cdd0d2;
}
#footerBottom .navStd a.active,
#footerBottom .navStd .a.active {
	color: #cdd0d2;
	font-weight: bold;
}
#footerBottomShariff ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
#footerBottomShariff .icon {
	color: #fff;
}
.shariff .share_count {
	font-weight: bold;
	margin-left: 5px;
}
#footerBottomShariff .shariff-button  .share_count,
#footerBottomShariff .shariff-button .share_text,
#footerBottomShariff .shariff-button.info .share_text {
	display: none;
}
#footerBottomShariff .shariff-button.info .icon {
	margin: 0;
}

#logo_footer {
	display: block;
	width: 200px;
	padding: 15px;
	margin: 0 auto;
}
#logo_footer img {
	width: 100%;
	display: block;
	height: auto;
}
#footerTop .grid_8,
#footerTop .grid_4 {
	width: 100%;
	float: left;
	padding: 0 15px;
	margin: 0;
}

@media (min-width: 560px) {
	#footerTop .grid_8 {
		width: 100%;
	}
	#footerTop .grid_4 {
		width: 50%;
	}
}
@media (min-width: 720px) {
	#logo_footer {
		float: right;
		width: 33.333%;
	}
	#footerTop .grid_8 {
		width: 66.67%;
	}
	#footerTop .grid_4 {
		width: 33.33%;
	}
}
@media (min-width: 960px) {
	body.navMainOpen {
		overflow: scroll;
	}
	footer {
		padding-bottom: calc(15px + 2.667em);
	}
	#logo_footer {
		width:16.667%;
	}
	#footerBottom {
		text-align: left;
		display: flex;
	}
	#footerBottom .navStd li {
		float: left;
	}
	#navFtr {
		 float: left;
		 flex: 0 1 auto;
	}
	#footerBottomShariff {
		float: right;
		flex: 1 0 auto;
	}
	#footerBottomShariff ul {
		float: right;
	}
}
@media (min-width: 1280px) {
	#footerBottomShariff .shariff-button .share_count,
	#footerBottomShariff .shariff-button .share_text {
		display: inline-block;
	}
	#footerBottomShariff .icon {
		margin-right: 5px;
	}
	#footerBottomShariff .icon.icon-gplus {
		margin-right: 10px;
	}
}


#navMainWrap {
	height:5px;
	margin:5px 0;
	display:none;
}
#navMain .iconMenuTriggerDwn {
	display:block;
	position:absolute;
	right: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	top: 50%;
	margin-top: -20px;
	padding: 10px 0;
	overflow: hidden;
	transition: all .3s;
}
#navMain .iconMenuTriggerDwn:after {
	border-color: #37454b transparent transparent;
	border-style: solid;
	border-width: 8px 5px 0;
	content: "";
	display: block;
	height: 0;
	margin-left: -5px;
	margin-top: -4px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
}
#navMain .iconMenuTriggerDwn[aria-expanded="true"] {
	transform: rotate(180deg);
}

#content > aside .aside_box.nav.Tax {
	width:100%;
}

#headerMisc {
	display: flex;
	justify-content: flex-end;
}
#headerBottom {
	position:relative;
}

#languageSelect {
	font-size: .8em;
	line-height: 1.667;
	position: relative;
	padding: 5px 10px 0;
	margin: 0;
}
#languageSelect > * {
	display: block;
	float: left;
	text-transform: uppercase;
	padding: 15px 5px 20px;
	color: #9ba2a5;
	position: relative;
}
#languageSelect .active {
	color: #556166;
	font-weight: 700;
}
#languageSelect a {
	text-decoration: none;
}

#quickSrcBoxWrap {
	padding: 5px 5px 0;
}
#siteSearchTrigger {
	color: #9ba2a5;
	display: block;
	padding: 10px;
	background: #fff;
	position: relative;
	height: calc(1.333em + 30px);
	line-height: calc(1.333em + 10px);
}
#siteSearchTrigger:after {
	position: absolute;
	z-index: 1;
	content: '';
	height: 15px;
	background: #fff;
	top: 100%;
	left: -20px;
	right: -20px;
	display: none;
}
#siteSearchTrigger .icon {
	width: 1em;
	font-size: 1.7em;
	display: block;
}
#siteSearchTrigger .alt {
	display: none;
}
#quickSrcBox {
	height: 0;
	position: absolute;
	overflow: hidden;
	left: 15px;
	right: 15px;
	top: calc(1.333em + 35px);
	transition: height .3s, padding .3s, box-shadow .3s, visibility .3s;
	background: #fff;
	padding: 0 75px 0 15px;
	visibility: hidden;
}
#siteSearchTrigger[aria-expanded="true"] {
	z-index: 11;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
#siteSearchTrigger[aria-expanded="true"] .main {
	display: none;
}
#siteSearchTrigger[aria-expanded="true"] .alt {
	display: block;
}
#siteSearchTrigger[aria-expanded="true"]:after {
	display: block;
}
#quickSrcBox.expanded {
	padding-top: 15px;
	padding-bottom: 15px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	z-index: 10;
	height: 60px;
	visibility: visible;
}
#quickSrcBox label {
	display: none;
}
#srcBoxQ {
	width: 100%;
	height: 100%;
	display: block;
	border-bottom: 1px solid #ebeded;
}
#srcBoxSubmit {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	font-size: 20px;
	padding: 0;
	width: 60px;
	background: #f5f6f6;
}
#srcBoxSubmit .alt {
	display: none;
}


/* TAX FILTER */
#navTaxFilter li {
	display:inline-block;
	margin:0 10px 10px 0;
}
#navTaxFilter li label {
	position:relative;
	border:none;
	background-color:#fff;
	padding:8px 10px;
}
#navTaxFilter li label.active:after {
	content:'';
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:4px;
	background:#0786bd;
	
}

#navStd {
	padding: 15px 0;
	display: none;
}
.navStd li {
	display: block;
	float: left;
}
.navStd li a,
.navStd li .a {
	display:block;
	position:relative;
	font-size: .8em;
	line-height: 1.667;
	text-decoration:none;
	color:#9ba2a5;
	padding: 5px 10px;
}
#languageSelect a:hover,
.navStd li a:hover,
.navStd li .a:hover {
	color: #37454b;
}
.navStd li a.active,
.navStd li .a.active {
	color:#556166;
	font-weight:700;
}
.navStd li a .icon,
.navStd li .a .icon {
	color: #37454b;
	font-size: 1.667em;
	line-height: 1;
	vertical-align: -3px;
}
.navStd:not(.shariff) li a .icon:before,
.navStd:not(.shariff) li .a .icon:before {
	display: block;
}
.navStd li a:after,
.navStd li .a:after {
	content:'';
	display:block;
	position:absolute;
	right:-1px;
	top: 5px;
	bottom: 5px;
	width:2px;
	background:#f5f6f6;
}
.navStd li:last-child a:after,
.navStd li:last-child .a:after {
	display: none;
}
.shopFooter .navStd li a,
.shopFooter .navStd li .a {
	color:#fff;
}


/*
  Scroll Down Hint */
  
#scrollDownHint {
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -10em;
	width: 20em;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.25);
	display: none;
}
#scrollDownHint .icon {
	color: #37454b;
	background: #fff;
}


/*
  Quick booking box */
.quickBknBoxTrigger {
	padding: 15px;
	background: #73cbef;
	display: block;
	position: relative;
	color: #fff;
	margin: 0 15px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	z-index: 1;
	width: calc(100% - 30px);
}
.quickBknBox {
	position: fixed;
	display: none;
	overflow: auto;
}
.quickBknBoxInContent .quickBknBox {
	position: static;
	display: block;
}

.quickBknBox .form {
	padding: 15px;
	margin: 15px;
	background: #73cbef;
	position: relative;
	z-index: 1;
}
.quickBknBoxInContent .quickBknBox .form {
	margin-left: 0;
	margin-right: 0;
}
#quickBknBox.expanded,
#quickBknBoxSection.expanded {
	display: block;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
}
.quickBknBox .quickBknBoxOverlay {
	background: #000;
	background: rgba(0,0,0,.5);
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: fixed;
	display: block;
	z-index: 0;
}
.sectionTeaser + #quickBknBoxWrapSection,
.teaserWrap + #quickBknBoxWrap {
	margin-top: -25px;
}
.quickBknBox .quickBhnBoxHeadline {
	display: block;
	font-weight: bold;
	padding: 0 0 15px;
	color: #fff !important;
	margin: 0 !important;
}
.quickBknBox .quickBknBoxClose {
	float: right;
	padding: 15px;
	margin: -15px;
}
.quickBknBox .optsContainer {
	margin: 0;
}
.quickBknBox .optsContainer + .optsContainer {
	margin-top: 15px;
}
.quickBknBox .optsContainer > label {
	color: #37454b;
}
.quickBknBox .optsContainer > .selectWrap.focus + label,
.quickBknBox .optsContainer.hasValue > label,
.quickBknBox .optsContainer.hasFocus > label {
	background: #73cbef;
	color: #fff;
}
.quickBknBox .optsContainer input:not(.optsSwitch),
.quickBknBox .optsContainer .input,
.quickBknBox .optsContainer select,
.quickBknBox .optsContainer .selectOver {
	border-bottom-color: #dcf2fb;
	top: 0;
}
.quickBknBox .optsContainer input:not(.optsSwitch):hover,
.quickBknBox .optsContainer .input:hover,
.quickBknBox .optsContainer select:hover,
.quickBknBox .optsContainer .selectWrap:hover .selectOver {
	background: #fff;
	border-color: #fff #fff #b9e5f7;	
}
.quickBknBox .optsContainer input:not(.optsSwitch):focus,
.quickBknBox .optsContainer .input:focus,
.quickBknBox .optsContainer select:focus,
.quickBknBox .optsContainer .selectWrap.focus .selectOver {
	background: none;
	border-color: #62adcb;	
}
.quickBknBox .optsContainer > .selectWrap.focus ~ .icon,
.quickBknBox .optsContainer.hasFocus .icon {
	color: #37454b;
}
.quickBknBox .optsContainer .selectOver:after {
	display: none;
}
.quickBknBox .optsContainer + .btnContainer {
	margin: 15px 0 0;
}
.quickBknBox .btnContainer button {
	background: #f6a800;
	border-bottom: 3px solid #d18f00;
	color: #fff;
	min-width: 0;
	width: 100%;
	padding: 10px 10px 7px;
}
.quickBknBox .btnContainer button:hover {
	border-bottom-color: #ac7500;
}
.quickBknBox .btnContainer button:active {
	padding-top: 12px;
	border-bottom-width: 1px;
}
.quickBknBox .btnContainer button .icon {
	font-size: 1.5em;
	vertical-align: -.15em;
}	
.quickBknBox .btnContainer button .label {
	font-weight: bold;
	text-transform: uppercase;
}

.quickBknBox .optsContainer.qb_departure_opts .fromArrivalToDeparture {
	color: #fff;
	background: #73cbef;
	border-radius: 10px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	margin-top: -10px;
	text-align: center;
	right: auto;
	left: -10px;
	top: calc(50%);
	display: none;
}
#siteScrollUp {
	position: fixed;
	bottom: 75px;
	right: 50%;
	margin-right: -.5em;
	background: #37454b;
	width: 2em;
	height: 2em;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	border-radius: 1em;
	display: block;
	opacity: 1;
	pointer-events: auto;
	transition: all .3s;
	z-index: 10;
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height: 2em;
}
#header.isOverBreakpoint ~ #siteScrollUp {
	opacity: 0;
	pointer-events: none;
}
#siteScrollUp .icon {
	margin-top: -.05em;
	display: block;
}
#siteScrollUp:hover {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	background: #fff;
	color: #37454b;
}

/*
  Newsletter Widget */
#newsletterRegisterSection .btnContainer button {
	width: 100%;
}

/*
  Lakes Overview Widget */
#mapOverviewSection {
	margin-bottom: 15px;
}
#mapOverviewWrap {
	position: relative;
	padding-bottom: 62.5%;
	height: 0;
	margin: 0;
}
#mapOverviewOuterWrap {
	margin: 0 15px;
}
#mapOverviewWrap .wrap {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#mapLakesOverview {
	height: 100%;
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	user-select: none;
	transform-origin: 0 0;
}
#mapLakesOverview #Labels {
	pointer-events: none;
}
#mapLakesOverview .lake {
	cursor: pointer;
}
#mapLakesOverview .lake:hover,
#mapLakesOverview .lake.hover {
	fill: #f6a800;
}
#mapOverviewWrap .infoBox {
	position: absolute;
	display: none;
	width: 290px;
}
#mapOverviewWrap .infoBox.hover {
	display: block;
}
@media (orientation: portrait) {
	#mapOverviewWrap {
		padding-bottom: 100%;
	}
}

.func {
	padding-right: 15px;
	font-size: .8em;
	line-height: 1.667
}
.func .icon {
	font-size: 1.667em;
	line-height: 1;
	float: left;
	margin-right: 5px;
}
.func > * {
	float: left;
}
#headerTop .func > * + * {
	margin-left: 30px;
}
.func a {
	text-decoration: none;
	color: inherit;
}

/*
  FAVOURITES Widget */
.quickWeather,
.quickFavs a {
	display: block;
	float: left;
}
.quickFavs a:hover {
	color: inherit;
}
.quickFavs a + a {
	margin-left: 15px;
}
.quickFavs .action .icon {
	color: #cdd0d2;
}
.quickFavs .action .ns,
.quickFavs .action:hover .as {
	display: inline-block;
}
.quickFavs .action .as,
.quickFavs .action:hover .ns {
	display: none;
}
.quickFavs .action:hover .icon {
	color: inherit;
}

.quickFavs .goToFavs {
	background: #f5f6f6;
	border-radius: calc(.833em);
	padding: 0 .833em 0 .4167em;
}
.quickFavs .goToFavs .icon {
	line-height: 1.333;
	font-size: 1.25em !important;
}
.quickFavs .goToFavs .label {
	display: none;
}
.quickFavs .goToFavs .counter {
	font-weight: bold;
}

.navSub.box.greyBackground > ul {
	margin-left: -15px !important;
	margin-right: -15px !important;
}

/*
  SIDEBAR */
  
#lftContainer > * {
	margin-top: 30px;
	margin-bottom: 30px;
}
#lftContainer > :last-child {
	margin-bottom: 0;
}
#rghtContainer .article,
#rghtContainer .spacer,
#lftContainer .article,
#lftContainer .spacer {
	width: auto;
	padding: 0;
}
#rghtContainer .article .pushOut-150,
#rghtContainer .spacer .pushOut-150,
#rghtContainer .article .pushOut-125,
#rghtContainer .spacer .pushOut-125,
#lftContainer .article .pushOut-150,
#lftContainer .spacer .pushOut-150,
#lftContainer .article .pushOut-125,
#lftContainer .spacer .pushOut-125 {
	margin-left: 0;
	margin-right: 0;
	padding-left: 15px;
	padding-right: 15px;
}
#rghtContainer .article .mapWrap {
	padding-left: 0;
	padding-right: 0;
}
#rghtContainer .pushOut.greyBackground .baseWidth {
	padding-left: 15px;
	padding-right: 15px;
}

.navSub a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.navSub ul a {
    padding: 10px 30px 10px 15px;
    line-height: 20px;	
	position: relative;
	transition: all .2s;
}
.navSub ul ul {
	padding-left: 15px;
}
.navSub ul a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	height: 1px;
	width: 10px;
	top: 50%;
	transition: width .2s, background .2s;
}
.navSub.greyBackground a:before {
	background: #fff;
}
.navSub ul a:hover,
.navSub ul a.hover,
.navSub ul a.active {
    padding-left: 30px;
	padding-right: 15px;
}
.navSub.greyBackground a:hover:before,
.navSub.greyBackground a.hover:before,
.navSub.greyBackground a.active:before {
	width: 25px;
	background: #cdd0d2;
}


@media (min-width: 560px) {
	#languageSelect > * {
		padding-left: 7px;
		padding-right: 8px;
	}
	#languageSelect > * + *:after {
		content:'';
		display:block;
		position:absolute;
		left: 0;
		top: 15px;
		bottom: 20px;
		width: 2px;
		background:#f5f6f6;
	}
	.navStd {
		padding-left: 5px;
	}
}

@media (min-width: 720px) {
	#headerBottom {
		position: relative;
		background: #f6f7f7;
	}
	#languageSelect > * {
		padding-left: 10px;
		padding-right: 10px;
	}
	#navStd {
		display: block;
		margin-right: 5px;
	}
	#navStdMobi {
		display: none;
	}
	.quickBknBox {
		display: block;
		position: relative;
	}	
	.quickBknBox .form {
		padding-right: 70px;
		display: block;
		position: relative;
		margin: 0 15px;
		padding-top: 0;
		padding-left: 0;
	}
	#quickBknBox.expanded,
	#quickBknBoxSection.expanded {
		z-index: 1;
	}
	.sectionTeaser + #quickBknBoxWrapSection,
	.teaserWrap + #quickBknBoxWrap {
		margin-top: -35px;
	}
	.quickBknBox .optsContainer.qb_child_age_opts > label {
		display: block;
		left: 20px;
	}
	.quickBknBox .optsContainer > label,
	.quickBknBox .optsContainer.hasValue > label,
	.quickBknBox .optsContainer.qb_child_age_opts.hasValue > label,
	.quickBknBox .btnContainer button .label,
	.quickBknBoxTrigger,
	.quickBknBox .btnContainer button .label,
	.quickBknBox .quickBknBoxOverlay,
	.quickBknBox .quickBhnBoxHeadline {
		display: none;
	}
	.quickBknBox .optsContainer.qb_arrival_opts > label,
	.quickBknBox .optsContainer.qb_departure_opts > label {
		display: block;
	}
	.quickBknBox .optsContainer {
		width: 25%;
		margin-top: 15px;
		padding: 0 15px;
		float: left;
	}
	.quickBknBox .optsContainer > label {
		background: none;
		top: 9px;
	}
	.quickBknBox .optsContainer > .selectWrap.focus + label,
	.quickBknBox .optsContainer.hasValue > label,
	.quickBknBox .optsContainer.hasFocus > label {
		opacity: 0;
		top: 9px;
		font-size: inherit;
		line-height: 20px;
		background: none;
	}
	.quickBknBox .optsContainer > .icon {
		right: 25px;
	}
	.quickBknBox .optsContainer.qb_arrival_opts {
		padding-right: 1px;
	}
	.quickBknBox .optsContainer.qb_departure_opts {
		padding-left: 1px;
	}
	
	.quickBknBox .optsContainer.qb_arrival_opts .date .icon {
		right: 19px;
	}
	.quickBknBox .optsContainer.qb_departure_opts > label {
		left: 19px;
	}
	.quickBknBox .optsContainer.qb_departure_opts input,
	.quickBknBox .optsContainer.qb_departure_opts .input {
		padding-left: 19px;
	}
	.quickBknBox .optsContainer.qb_departure_opts .fromArrivalToDeparture {
		display: block;
	}
	.quickBknBox .optsContainer + .btnContainer {
		margin: 0;
	}
	.quickBknBox .btnContainer button {
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		min-width: 0;
		width: 70px;
	}
	#newsletterRegisterSection .wrap {
		position: relative;
		margin-top: 30px;
	}
}

@media (min-width: 560px) and (max-width: 719px), (min-width: 960px) {
	#siteSearchTrigger {
		display: none;
	}
	#quickSrcBoxWrap {
		width: 40%;
		width: calc(100% - 7em - 165px);
		height: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	#quickSrcBox.expanded,
	#quickSrcBox {
		position: relative;
		right: auto;
		top: auto;
		left: auto;
		width: 100%;
		height: auto;
		margin-top: 10px;
		padding: 0 calc(20px + 1em) 0 0;
		box-shadow: none;
		visibility: visible;
	}
	#srcBoxQ {
		padding: 5px 0 4px;
		font-size: .8em;
		line-height: 1.667;
	}
	#srcBoxSubmit {
		background: none;
		color: #9ba2a5;
		font-size: calc(1em + 10px);
		width: auto;
		height: calc((1em - 10px) * 1.333 + 10px);
		margin-top: 0;
		bottom: auto;
	}
	#srcBoxSubmit .icon:before {
		display: block;
	}
	#srcBoxSubmit .main {
		display: none;
	}
	#srcBoxSubmit .alt {
		display: block;
	}
	#quickSrcBox.expanded {
		box-shadow: none;
	}
}

@media (min-width: 960px) {
	#quickSrcBoxWrap {
		width: 200px;
		padding-top: 0;
	}
	#headerMisc {
		flex-wrap: wrap;
	}
	#headerMisc .giveMeSomethinToBreak {
		flex-basis: 100%;
		height: 0;
	}
	#navStd {
		padding-top: 10px;
	}
	.quickBknBox .form {
		padding-right: 16.667%;
		padding-right: calc(16.667% - 15px);
	}
	.quickBknBox .btnContainer button {
		width: 16.667%;
		width: calc(16.667% - 15px);
	}
	.quickBknBox .btnContainer button .label {
		display: inline-block;
		margin-left: 5px;
	}
	#siteScrollUp {
		bottom: 15px;
		font-size: 1.333em;
	}
	
	#rghtContainer {
		width: 66.67%;
		float: left;
		padding-right: 15px;
	}

	#rghtContainer .pushOut .baseWidth {
		margin-left: 0;
		margin-right: 0;
		width: 100%;	
	}
	#rghtContainer .pushOut .baseWidth .spacer {
		width: 100%;
	}
	#lftContainer {
		width: 33.33%;
		float: right;
		padding-left: 15px;
		padding-right: 15px;
		position: relative;
	}
	#rghtContainer .spacer,
	#rghtContainer .article,
	#rghtContainer .pushOut {
		padding-left: 15px;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	#rghtContainer .pushOut.greyBackground {
		padding-left: 0;
		margin-left: 15px;
		width: auto;
	}
	#rghtContainer .pushOut .spacer {
		padding-left: 0;
	}
	#rghtContainer .pages {
		margin-left: 15px;
		margin-right: 0;
	}

	/*
	  Lakes Overview Widget */
	#mapOverviewOuterWrap {
		margin: 0;
	}
}

@media (max-width: 959px) {

	#navMainOverlay {
		background: #000;
		display: block;
		width: 0;
		left: 0;
		top: calc(1.333em + 40px);
		bottom: 0;
		position: fixed;
		z-index: 1;
		opacity: 0;
		transition: width 0s .2s, opacity .2s;
	}
	.navMainOpen #navMainOverlay {
		width: 100%;
		opacity: .5;
		transition: width 0s, opacity .2s;
	}
		
	#naviWrapper {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height: 70px;
		margin:0;
		background:#057374;
	}
	#naviMobi {
		visibility: hidden;
		transition: right .2s, visibility .2s;
		display: block;
		position: fixed;
		height: 100%;
		overflow: auto;
		box-shadow: 0 0 10px rgba(0,0,0,0);
		background: #fff;
		top: 0;
		right: -270px;
		width: 270px;
		height: 100%;
		z-index: 10;
	}
	.navMainOpen #naviMobi {
		right: 0;
		visibility: visible;
	}

	#naviMobi .func > * {
		margin-bottom: 15px;
		margin-right: 20px;
	}
	#navMainTrigger {
		position: fixed;
		top: calc(-1.333em - 40px);
		right:0;
		display:block;
		height: calc(1.333em + 40px);
		width: 60px;
		z-index: auto;
		margin-right:0;
		background:#37454b;
		transition: box-shadow .2s, top .2s, right .2s;
	}
	.headerStatic #navMainTrigger {
		position: absolute;
		top: calc(-1.333em - 40px) !important;
	}
	#header.fixedShow #navMainTrigger,
	#header.isAtTop #navMainTrigger,
	#header.isOverBreakpoint #navMainTrigger {
		top: 0;
	}
	#navMainTrigger .line {
		overflow:hidden;
		text-indent:-999px;
	}
	#navMainTrigger .line,
	#navMainTrigger:after,
	#navMainTrigger:before {
		background:#fff;
		display: block;
		height: 4px;
		right: 18px;
		top: 50%;
		position: absolute;
		transition: all .3s;
		width: 24px;
	}
	#navMainTrigger .line {
		opacity: 1;
		margin-top: -2px;
	}
	#navMainTrigger:after,
	#navMainTrigger:before {
		content: "";
	}
	#navMainTrigger:before {
		margin-top: -12px;
	}
	#navMainTrigger:after {
		margin-top: 8px;
	}
	#navMainTrigger[aria-expanded="true"] {
		right: 270px;
		background: #f5f6f6;
	}
	#navMainTrigger[aria-expanded="true"] .line {
		opacity: 0;
	}
	#navMainTrigger[aria-expanded="true"]:before {
		transform: rotate(45deg);
		margin-top: 0;
	}
	#navMainTrigger[aria-expanded="true"]:after {
		transform: rotate(-45deg);
		margin-top: 0;
	}
	#navMainTrigger[aria-expanded="true"] .line,
	#navMainTrigger[aria-expanded="true"]:after,
	#navMainTrigger[aria-expanded="true"]:before {
		background:#37454b;
	}
	
	/* NAVI STD MOBI */
	#navStdMobi {
		padding: 15px 10px;
	}
	#navStdMobi a {
		height: 30px;
		display:block;
		padding: 5px;
		color: #9ba2a5;
		text-decoration: none;
	}
	#navStdMobi a.active {
		color:#556166;
		font-weight:700;
	}
	
	/* NAV MAIN */
	#navMain {
		display:block;
		margin:0;
		padding:0;
	}
	#navMain .navWrap {
		height:auto !important;
	}
	#navMain .navWrap .offersWrap {
		display: none;		
	}
	#navMain ul {
		padding-left:0;
		margin:0;
		min-height: 0 !important;
	}
	#navMain li {
		display: block;
	}
	#navMain li	.navBtnWrap {
		position: relative;
		transition: all .2s;
	}
	#navMain li .navWrap {
		max-height: 0;
		transition: max-height .3s cubic-bezier(0,1,0,1), visibility .3s;
		overflow: hidden;
		visibility: hidden;
	}
	#navMain li .navWrap.expanded {
		max-height: 10000px;
		visibility: visible;
		transition: max-height .3s cubic-bezier(1,0,1,0), visibility .3s;
	}
	#navMain li.lvl3 .navWrap.expanded {
		max-height: 2000px;
	}
	#navMain li.lvl4 .navWrap.expanded {
		max-height: 1000px;
	}
	#navMain li.lvl1.expanded > .navBtnWrap,
	#navMain li.lvl1 > .navWrap {
		background: #f5f6f6;
	}
	#navMain ul.lvl3 {
		background: #fff;
		margin: 0 0 0 15px;
		border: none;
	}
	#navMain li.lvl2.expanded > .navWrap {
		border-bottom: 15px solid #f5f6f6;
	}
	#navMain a {
		display: block;
		font-size: 20px;
		line-height: 30px;
		padding: 10px 40px 10px 15px;
		text-decoration: none;
		color: inherit;
		position: relative;
		transition: padding .2s;
	}
	#navMain a.lvl1,
	#navMain a.lvl2 {
		font-family: 'Fira Sans Condensed', sans-serif;
	}
	#navMain a.lvl2 {
		font-size: 18px;
		line-height: 20px;
		text-transform: uppercase;
	}
	#navMain li.expanded > .navBtnWrap a.lvl2,
	#navMain li.expanded > .navBtnWrap a.lvl3 {
		padding-left: 30px;
	}
	#navMain a.lvl3,
	#navMain a.lvl4 {
		font-size: 15px;
		line-height: 20px;
		text-transform: normal;
		font-weight: 700;
		font-family: 'Fira Sans', sans-serif;
	}
	#navMain a.lvl4 {
		font-weight: 400;
		padding-left: 30px;
	}
	#navMain a.lvl2:before,
	#navMain a.lvl3:before {
		content: '';
		display: block;
		position:absolute;
		left: 0;
		height: 1px;
		width: 10px;
		top: 50%;
		transition: width .2s;
	}
	#navMain a.lvl2:before {
		background: #cdd0d2;
	}
	#navMain li.expanded > .navBtnWrap a.lvl2:before,
	#navMain li.expanded > .navBtnWrap a.lvl3:before {
		width: 25px;
		background: #cdd0d2;
	}
	#navMain a.lvl3:before {
		background: #ebeded;
	}

	#naviMobi .func {
		display: flex;
		flex-wrap: wrap;
		position: static;
		padding: 0 15px 15px;
		font-size: .8em;
	}
	#naviMobi .quickFavs a {
		position: relative;
	}
	#naviMobi .quickFavs a + a {
		margin-left: 5px;
		padding-left: 5px;
	}
	#naviMobi .quickFavs a + a:after {
		content: '';
		display: block;
		position: absolute;
		left: -1px;
		top: 0;
		bottom: 0;
		width: 2px;
		background: #f5f6f6;
	}
	#naviMobi .quickFavs .goToFavs {
		background: none;
		padding-right: 0;
	}
	#naviMobi .quickFavs .goToFavs:first-child {
		background: none;
		padding: 0;
	}
	#naviMobi .quickFavs .goToFavs .label {
		display: inline;
	}
	#naviMobi .quickFavs .goToFavs .counter {
		background: #f5f6f6;
		border-radius: 10px;
		min-width: 20px;
		display: inline-block;
		text-align: center;
	}
	#naviMobi .quickFavs .goToFavs .icon,
	#headerTop .func {
		display: none;
	}
}
@media (min-width: 480px) and (max-width: 959px) {
	.navMainOpen #navMainTrigger {
		right: 360px;
	}
	#naviMobi {
		width: 360px;
		right: -360px;
	}
}
@media (min-width: 720px) and (max-width: 959px) {
	.navMainOpen #navMainTrigger {
		right: 480px;
	}
	#naviMobi {
		width: 480px;
		right: -480px;
	}
	#navMain li:first-child a.lvl1 {
		padding-top: 15px;
	}
	#naviMobi .func {
		padding:20px  15px;
	}
}
@media (min-width: 960px) {
	#wrapper {
		margin-bottom:0;
		padding-top:0;
	}
	#header {
		min-height: 175px;
	}
	#headerTop {
		position: static;
		padding-right: 0;
		height: 100px;
		z-index: 101;
	}
	#naviMobi .func {
		display: none;
	}
	#logo {
		position: fixed;
		width: 115px;
		padding: 15px;
		height: 60px;
		float: left;
		z-index: 103;
		top: 0;
		left: 0;
		transition: top .3s;
	}
	.headerStatic #logo {
		position: absolute;
	}
	#headerBottom {
		background: #f5f6f6;
		z-index: 102;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		transition: top .3s;
		box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	}
	#header.isOverBreakpoint #headerBottom,
	#header.isAtTop #headerBottom {
		position: static;
		top: -60px;
		z-index: 100;
		box-shadow: none;
	}
	#header.isOverBreakpoint #logo,
	#header.isAtTop #logo {
		position: static;
		top: -60px;
		z-index: auto;
		padding-bottom: 30px;
		height: 100px;
		margin-left: 0;
		width: 180px;
	}
	
	#languageSelect {
		padding-top: 0;
	}
	#navColumns {
		position:relative;
		float:right;
		width:auto;
		box-shadow: none;
	}
	#navColumns ul {
		width: auto;
		background: none;
	}
	#navColumns ul a {
		padding: 15px;
	}
	#navColumns ul li a span {
		display: none;
	}
	#header.isOverBreakpoint #navColumns ul li,
	#header.isAtTop #navColumns ul li {
		height: 75px;
	}
	#header.isOverBreakpoint #navColumns ul li a span,
	#header.isAtTop #navColumns ul li a span {
		display: block;
	}
	
	#navMobiWrapper {
		float:left;
		padding-left: 115px;
	}
	#header.isOverBreakpoint #navMobiWrapper,
	#header.isAtTop #navMobiWrapper {
		padding-left: 0;
	}
	#navMainOverlay,
	#navMainTrigger {
		display: none;
	}
	#navMain {
		display:block;
		margin:0;
		padding:0;
	}
	#navMain ul {
		padding-left:0;
		margin:0;
	}
	#navMain li.lvl1 {
		display: block;
		float: left;
	}
	#navMain li.lvl1 .navBtnWrap {
		position: relative;
		z-index: 2;
	}
	#navMain .navBtnWrap {
		position: relative;
		display: flex;
		align-items: center;
	}
	#navMain .iconMenuTriggerDwn {
		position: relative;
		margin-top: 0;
		margin-left: -15px;
		width: 30px;
	}
	#navMain a {
		color: inherit;
		display: block;
		position:relative;
		text-decoration:none;
	}
	#navMain a.lvl1,
	#navMain a.lvl2 {
		font-family: 'Fira Sans Condensed', sans-serif;
		font-weight: 500;
	}
	#navMain a.lvl1 {
		font-size: 1em;
		line-height: 30px;
		padding: 15px 10px;
		font-weight:500;
		transition: color .3s .2s;
	}
	#header.isOverBreakpoint #navMain a.lvl1,
	#header.isAtTop #navMain a.lvl1 {
		font-size: .9em;
		line-height: 45px;
		padding-left: 15px;
		padding-right: 15px;
	}
	#navMain li.lvl1 > .navBtnWrap:before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 10px;
		right: 10px;
		height: 5px;
		background: #f5f6f6;
		background: rgba(245,246,246,0);
		transition: height .3s, left .3s, right .3s, background .3s;
		z-index: -1;
	}
	#navMain li.lvl1.active > .navBtnWrap:before {
		background: #cdd0d2;
	}
	#navMain li.lvl1:hover > .navBtnWrap:before,
	#navMain li.lvl1.expanded > .navBtnWrap:before {
		background: #fff;
		left: 0;
		right: 0;
		height: 100%;
	}

	#navMain li:hover > .navBtnWrap .iconMenuTriggerDwn,
	#navMain li.expanded > .navBtnWrap .iconMenuTriggerDwn {
		transform: rotate(180deg);
	}
	#navMain li.lvl1 > .navWrap {
		max-height: 0;
		overflow: hidden;
		transition: max-height .3s cubic-bezier(0,1,0,1), box-shadow .3s;
		position: absolute;
		left: 0;
		right: 0;
		background: #fff;
		box-shadow: none;
		padding: 0;
		z-index: 1;
	}
	#navMain li.lvl1:hover > .navWrap,
	#navMain li.lvl1.expanded > .navWrap {
		box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
		max-height: 1000px;
		transition: max-height .3s .2s cubic-bezier(1,0,1,0), box-shadow .3s .2s;
	}
	#navMain .navWrap ul.lvl2 {
		position: relative;
		width: 25%;
		min-height: 365px;
		padding-top: 15px;
		display: block;
		z-index: 2;
		background: #fff;
	}
	#navMain .navWrap .offersWrap {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 75%;
		z-index: 0;
		margin: 0;
		padding: 0;
		background: none;
	}
	#navMain .navWrap .offersWrap .innerWrap {
		padding: 15px;
		margin-top: 15px;
		background: #f5f6f6;
		min-height: 100%;
	}
	#navMain .navWrap .offersWrap .offersHead {
		margin: 0;
		line-height: 30px;
	}
	#navMain .navWrap .offers .gridWrap {
		margin: 0 -15px -15px;
	}
	#navMain .navWrap .offers .articleGrid .headline {
		font-size: 1em;
		line-height: 1.667;
	}
	#navMain .navWrap .offers .loading {
		position: absolute;
		background-color: #f5f6f6;
		background-color: rgba(245,246,246,.75);
		left: 0;
		top: 15px;
		height: auto;
		bottom: 0;
	}
	#navMain a.lvl2 {
		padding: 10px 30px 10px 15px;
		font-size: 18px;
		line-height: 20px;
		text-transform: uppercase;
	}
	#navMain a.lvl3,
	#navMain a.lvl4 {
		background: none;
		font-size: 15px;
		line-height: 20px;
		font-weight: 700;
		padding: 5px 30px 5px 15px;
	}
	#navMain a.lvl4 {
		font-weight: 400;
	}
	#navMain li.lvl2 > .navBtnWrap .iconMenuTriggerDwn:after,
	#navMain li.lvl3 > .navBtnWrap .iconMenuTriggerDwn:after,
	#navMain li.lvl4 > .navBtnWrap .iconMenuTriggerDwn:after {
		border-color: transparent transparent transparent #37454b;
		border-width: 5px 0 5px 8px;
		margin-left: -4px;
		margin-top: -5px;
	}
	#navMain a.lvl2,
	#navMain a.lvl3,
	#navMain a.lvl4 {
		flex-grow: 1;
		transition: all .2s;
	}
	#navMain li.lvl2 > .navBtnWrap:before,
	#navMain li.lvl3 > .navBtnWrap:before,
	#navMain li.lvl4 > .navBtnWrap:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		height: 1px;
		width: 10px;
		top: 50%;
		z-index: 1;
		transition: width .2s, background .2s;
	}
	#navMain li.lvl2 > .navBtnWrap:before,
	#navMain li.lvl4 > .navBtnWrap:before {
		background: #ebeded;
	}
	#navMain li.lvl3 > .navBtnWrap:before {
		background: #cdd0d2;
	}
	#navMain li.lvl2:hover > .navBtnWrap,
	#navMain li.lvl2.expanded > .navBtnWrap {
		background: #f5f6f6;
	}
	#navMain li.lvl2:hover > .navBtnWrap a,
	#navMain li.lvl2.expanded > .navBtnWrap a,
	#navMain li.lvl2.active > .navBtnWrap a {
		padding-left: 30px;
		padding-right: 15px;
	}
	#navMain li.lvl2:hover > .navBtnWrap:before,
	#navMain li.lvl2.expanded > .navBtnWrap:before,
	#navMain li.lvl2.active > .navBtnWrap:before,
	#navMain li.lvl4:hover > .navBtnWrap:before,
	#navMain li.lvl4.expanded > .navBtnWrap:before,
	#navMain li.lvl4.active > .navBtnWrap:before {
		width: 25px;
		background: #cdd0d2;
	}
	
	#navMain li.lvl2 > .navWrap,
	#navMain li.lvl3 > .navWrap {
		display: block;
		position: absolute;
		width: 100%;
		top: 0;
		left: calc(100% - 30px);
		min-height: 100%;
		transition: all .3s;
		padding: 15px 0;
		opacity: 0;
		visibility: hidden;
	}
	#navMain li.lvl2 > .navWrap {
		background: #f5f6f6;
	}
	#navMain li.lvl3 > .navWrap {
		background: #fff;
	}
	#navMain li.lvl2:hover > .navWrap,
	#navMain li.lvl2.expanded > .navWrap {
		visibility: visible;
		opacity: 1;
		left: 100%;
	}
	#navMain li.lvl2 > .navWrap:after,
	#navMain li.lvl3 > .navWrap:after {
		content: '';
		display: block;
		height: 100%;
		width: 50%;
		position: absolute;
		left: 50%;
		top: 0;
		box-shadow: none;
		z-index: -1;
		opacity: 0;
		transition: opacity .3s, box-shadow .3s;
	}
	#navMain li.lvl2:hover > .navWrap:after,
	#navMain li.lvl2.expanded > .navWrap:after,
	#navMain li.lvl3:hover > .navWrap:after,
	#navMain li.lvl3.expanded > .navWrap:after {
		opacity: 1;
		transition: opacity .1s .3s, box-shadow .1s .3s;
		box-shadow:0 0 20px rgba(0,0,0,.23);
	}
	
	#navMain li.lvl3:hover > .navBtnWrap,
	#navMain li.lvl3.expanded > .navBtnWrap {
		background: #fff;
		background: linear-gradient(to right, #f5f6f6 0%,#fff 20%);
	}
	#navMain li.lvl3:hover > .navBtnWrap a,
	#navMain li.lvl3.expanded > .navBtnWrap a,
	#navMain li.lvl3 > .navBtnWrap a.active {
		padding-left: 30px;
		padding-right: 15px;
	}
	#navMain li.lvl3:hover > .navBtnWrap:before,
	#navMain li.lvl3.expanded > .navBtnWrap:before,
	#navMain li.lvl3.active > .navBtnWrap:before {
		width: 25px;
		background: #cdd0d2;
	}
	#navMain ul.lvl3 li:hover > .navWrap,
	#navMain ul.lvl3 li.expanded > .navWrap {
		visibility: visible;
		height: 100%;
		opacity: 1;
		left: 100%;
	}

	#navMain li.lvl4:hover > .navBtnWrap a,
	#navMain li.lvl4.expanded > .navBtnWrap a {
		background: #fff;
		background: linear-gradient(to right, #fff 0%,#f5f6f6 20%);
		padding-left: 30px;
		padding-right: 15px;
	}
	#navMain li.lvl4 > .navBtnWrap a.active {
		padding-left: 30px;
		padding-right: 15px;
	}
	#scrollDownHint {
		display: block;
	}
}
@media (min-width: 1080px) {
	#headerTop,
	#breadcrumb,
	#content,
	.baseWidth {
		width: 90%;
		margin: 0 auto;
	}
	.pushOut {
		margin-left: -5.556%;
		margin-right: -5.556%;
	}
	#logo,
	#navMobiWrapper,
	#footerBottom {
		margin-left: 5%;
	}
	#navColumns,
	#footerBottom {
		margin-right: 5%;
	}
	#navMain li.lvl1 > .navWrap {
		left: 5%;
		right: 5%;
	}
	#footerTop {
		padding-left: 5%;
		padding-right: 5%;
	}
	.func {
		right: 5%;
	}
	.teaser li .teaserItemTitleInner .wrap {
		padding-left: 5%;
	}
}
@media (min-width: 1120px) {
	#header.isOverBreakpoint #navMain a.lvl1,
	#header.isAtTop #navMain a.lvl1 {
		font-size: 1em;
	}
	
	#navMain a.lvl1 {
		padding: 15px;
	}
}
@media (min-width: 1280px) {
	#languageSelect {
		padding-right: 0;
		padding-left: 0;
		margin-left: 20px;
		margin-right: 20px;
	}
	#quickSrcBoxWrap {
		padding-right: 0;
		padding-left: 0;
		margin-left: 0;
		margin-right: 30px;
	}
	#navStd {
		margin-left: 20px;
	}
	#quickSrcBoxWrap {
		width: 270px;
	}
	#navMobiWrapper {
    	padding-left: 120px;
	}
	#navMain a.lvl1 {
		font-size: 18px;
	}
	#header.isOverBreakpoint #navMain a.lvl1,
	#header.isAtTop #navMain a.lvl1 {
		font-size: 1.25em;
	}
	#navColumns ul li a span {
		font-size: .733em;
		height: 12px;
		line-height: 12px;
		margin-top: 2px;
	}
	#rghtContainer {
		padding-right: 4.33%;
	}
	#lftContainer {
		padding-left: 4.33%;
	}
}
@media (min-width: 1440px) {
	#headerTop,
	#breadcrumb,
	#content,
	.baseWidth {
		width: 80%;
	}
	.pushOut {
		margin-left: -12.5%;
		margin-right: -12.5%;
	}
	#logo,
	#navMobiWrapper,
	#footerBottom {
		margin-left: 10%;
	}
	#navColumns,
	#footerBottom {
		margin-right: 10%;
	}
	#navMain li.lvl1 > .navWrap {
		left: 10%;
		right: 10%;
	}
	#footerTop {
		padding-left: 10%;
		padding-right: 10%;
	}
	#logo_footer,
	.func {
		right: 10%;
	}
	.teaser li .teaserItemTitleInner .wrap {
		padding-left: 10%;
	}
}
@media (min-width: 1680px) {
	#headerTop,
	#breadcrumb,
	#content,
	.baseWidth {
		width: 66.666%;
	}
	.pushOut {
		margin-left: -25%;
		margin-right: -25%;
	}
	#logo,
	#navMobiWrapper,
	#footerBottom {
		margin-left: 16.667%;
	}
	#navColumns,
	#footerBottom {
		margin-right: 16.667%;
	}
	#navMain li.lvl1 > .navWrap {
		left: 16.667%;
		right: 16.667%;
	}
	#footerTop {
		padding-left: 16.667%;
		padding-right: 16.667%;
	}
	.func {
		right:16.667%;
	}
	.teaser li .teaserItemTitleInner .wrap {
		padding-left: 16.667%;
	}
}
@media (min-width: 2240px) {
	#headerTop,
	#breadcrumb,
	#content,
	.baseWidth {
		width: 50%;
	}
	.pushOut {
		margin-left: -50%;
		margin-right: -50%;
	}
	#logo,
	#navMobiWrapper,
	#footerBottom {
		margin-left: 25%;
	}
	#navColumns,
	#footerBottom {
		margin-right: 25%;
	}
	#navMain li.lvl1 > .navWrap {
		left: 25%;
		right: 25%;
	}
	#footerTop {
		padding-left: 25%;
		padding-right: 25%;
	}
	.func {
		right: 25%;
	}
	.teaser li .teaserItemTitleInner .wrap {
		padding-left: 25%;
	}
}

/* ==========================================================================
   external Scripts/Functions
   ========================================================================== */

/*! Swipebox v1.2.9 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999!important;overflow:hidden;user-select:none}#swipebox-slider{height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block;padding:50px 0;box-sizing:border-box;}#swipebox-slider .slide-loading{background:url('../img/preloader_301_dark.gif') no-repeat center center;}#swipebox-slider .slide:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;margin:0 auto;box-sizing:border-box;}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-action,#swipebox-caption{position:absolute;left:0;z-index:999;height:50px;width:100%}#swipebox-action{bottom:-50px}#swipebox-action.visible-bars{transform:translateY(-50px)}#swipebox-action #swipebox-close,#swipebox-action #swipebox-next,#swipebox-action #swipebox-prev,#swipebox-action #swipebox-zoomin,#swipebox-action #swipebox-zoomout{background-image:url(../img/Swipebox/icons.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;position:absolute;width:50px;height:50px;top:0}#swipebox-action #swipebox-prev{background-position:-32px 13px;right:100px}#swipebox-action #swipebox-zoomin{background-position:-122px 13px;left:100px}#swipebox-action #swipebox-zoomout{background-position:-168px 13px;left:100px}#swipebox-action #swipebox-next{background-position:-78px 13px;right:40px}#swipebox-action #swipebox-close{background-position:15px 12px;left:40px}#swipebox-action #swipebox-next.disabled,#swipebox-action #swipebox-prev.disabled,#swipebox-action #swipebox-zoomin.disabled,#swipebox-action #swipebox-zoomout.disabled{opacity:.3;cursor:default;}#swipebox-caption{top:-50px;text-align:center}#swipebox-caption.visible-bars{transform:translateY(50px)}#swipebox-slider.rightSpring{animation:rightSpring .3s}#swipebox-slider.leftSpring{animation:leftSpring .3s}@keyframes rightSpring{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}@keyframes leftSpring{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}@media screen and (max-width:800px){#swipebox-action #swipebox-close{left:0}#swipebox-action #swipebox-zoomin{left:60px;}#swipebox-action #swipebox-zoomout{left:60px;}#swipebox-action #swipebox-prev{right:60px}#swipebox-action #swipebox-next{right:0}}#swipebox-overlay{background:#FFF;background:rgba(255,255,255,.95)}#swipebox-action,#swipebox-caption{background:#0093d2;}#swipebox-action{border-top:4px solid #73cbef}#swipebox-caption{border-bottom:4px solid #73cbef;color:#fff!important;display:table;}#swipebox-caption-inner{height:100%;width:100%;font-size:1em;line-height:1.2;text-align:center;vertical-align:middle;display:table-cell;}
#swipebox-slider .slide .video-js-container .swipebox-video {
	width: auto;
	height: auto;
	padding-bottom:0;
}
#swipebox-slider .swipebox-video .video-js {
	width: 100%;
	height: auto;
	display: block;
}
#swipebox-slider .swipebox-video .video-js .vjs-big-play-button {
	left: 50%;
	top: 50%;
	margin: -1em 0 0 -1em;
	height: 2em;
    width: 2em;
	line-height: 2em;
	border: none;
	background: #003E7C;
	border-radius: 1em;
	color: #fff;
}
#swipebox-slider .swipebox-video .video-js .vjs-big-play-button:hover {
	background:#E8EAED;
	color: #003F7D;
}
#swipebox-slider .swipebox-video .vjs-has-started .vjs-control-bar {
	background-color: #69AF22;
	background-color: rgba(105, 175, 34, .9);
}
#swipebox-slider .swipebox-video .video-js .vjs-slider {
	background: #ffffff;
	background: rgba(255, 255, 255, .5);
}
#swipebox-slider .swipebox-video .video-js .vjs-load-progress {
	background: #bfcfde;
}
#swipebox-slider .swipebox-video .video-js .vjs-play-progress {
	background: #003E7C;
}

/* SwiperJS */
.swiper-outer {
	position: relative;
}
.swiper.swiper-horizontal .swiper-pagination {
	padding: 0;
	display: none;
	margin: 0;
	position: absolute;
	right: 15px;
	bottom: 45px;
	width: auto;
	top: auto;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.imagesWrap .swiper.swiper-horizontal .swiper-pagination  {
	bottom: 5px;
	right: auto;
	left: 0;
}
.swiper.swiper-horizontal .swiper-pagination-bullet {
	display: inline-block;
	width: 2em;
	height: 2em;
	position: relative;
	text-indent: -999em;
	text-align: left;
	overflow: hidden;
	background: none;
	opacity: 1;
	margin: 0 !important;
}
.swiper.swiper-horizontal .swiper-pagination-bullet + .swiper-pagination-bullet {
	margin-left: 10px !important;
}
.swiper.swiper-horizontal .swiper-pagination-bullet:after {
	content: '';
	background: none;
	border-radius: 50%;
	border: 3px solid #ffffff;
	position: absolute;
	left: .5em;
	bottom: .5em;
	right: .5em;
	top: .5em;
	opacity: .5;
	transition: all .2s;
}
.swiper.swiper-horizontal .swiper-pagination-bullet:hover:after {
	opacity: 1;
}
.swiper.swiper-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	background: #fff;
	opacity: 1;
}

body .swiper-button-next,
body .swiper-button-prev,
.vc_zoom_wrap .vc_zoom_zoomIn,
.vc_zoom_wrap .vc_zoom_zoomOut {
	height: 2em;
	line-height: 2;
	display: inline-block;
	color: #fff;
	width: 2em;
	text-align: center;
	background: #37454b;
	border-radius: 1em;
	position: absolute;
	top: 50%;
	margin-top: -1em;
	transition: all .2s;
}
body .swiper-button-next:after,
body .swiper-button-prev:after {
	display: none;
}
body .swiper-button-next {
	right: 15px;
}
body .swiper-button-prev {
	left: 15px;
}
body .swiper-button-next:hover,
body .swiper-button-prev:hover {
	background: #fff;
	color: #37454b;
}
.swiper-outer .swiper.swiper-horizontal .swiper-pagination {
	position: static;
	justify-content: center;
}
.swiper-outer .swiper.swiper-horizontal .swiper-pagination-bullet:after {
	border-color: #37454b;
}
.swiper-outer .swiper.swiper-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	background: #37454b;
}
.swiper-outer .swiper .swiper-button-prev,
.swiper-outer .swiper .swiper-button-next {
	margin-top: -2em;
}

.vc_zoom_wrap .vc_zoom_zoomIn.disabled,
.vc_zoom_wrap .vc_zoom_zoomOut.disabled {
	opacity: .25;
	
}

@media (min-width: 720px) {
	.swiper.swiper-horizontal .swiper-pagination {
		display: flex;
	}
}

@media (min-width: 1080px) {
	.swiper-outer .swiper-button-next {
		right: -30px;
	}
	.swiper-outer .swiper-button-prev {
		left: -30px;
	}
	.imagesWrap.imgNone .swiper-button-next {
		right: -45px;
	}
	.imagesWrap.imgNone .swiper-button-prev {
		left: -45px;
	}
}

.vc_drag.drag-x {
	cursor: w-resize;
}
.vc_drag.drag-y {
	cursor: n-resize;
}
.vc_drag.drag-x.drag-y {
	cursor: move;
}

.vc_zoom_wrap .vc_zoom_zoomIn {
	right: 0;
	bottom: 3em;
	top: auto;
}
.vc_zoom_wrap .vc_zoom_zoomOut {
	right: 0;
	bottom: 0;
	top: auto;
}

#stoerer {
	position:relative;
	padding: 5px 15px;
	background:#2f3b40;
	color:#fff;
	text-align:center;
}
#stoerer a {
	color:#fff;
	cursor:pointer;
}
#stoerer .swiper-button-next,
#stoerer .swiper-button-prev {
	background:none;
}
#stoerer .swiper-button-next:hover,
#stoerer .swiper-button-prev:hover {
	background: #fff;
	color: #2f3b40;
}

/*
	Overlay
	*/

.vcModal {
	transition: height 0s .3s, opacity .3s;
	pointer-events: none;
	position: fixed;
	opacity: 0;
	left: 0;
	top: 0;
	overflow: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	padding: 30px calc(15px + 2.667em) 20px 15px;
	border: none;
	width: 100%;
	height: 0;
	margin: 0;
	max-width: none;
	max-height: none;
	background: none;
}
.vcModal::backdrop {
	background: rgba(255,255,255,.75);
}
.vcModal.open,
.vcModal[open] {
	height: 100vh;
	opacity: 1;
	transition: height 0s, opacity .3s;
	pointer-events: auto;
}
.vcModalMsg {
	position: relative;
	z-index: 1;
	margin: auto;
	max-width: 40em;
	width: 100%;
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	padding: 20px;
	border-radius: 0;
}
.vcModalMsg:not(.greyBackground) {
	background: #fff;
}
.vcModalMsg .article {
	width: 100%;
	margin: 0;
}
.vcModal .vcModalClose {
	position: absolute;
	display: block;
	right: -2em;
	top: 0;
	cursor: pointer;
	padding: .5em;
	line-height: 1;
	text-align: center;
	background: #37454b;
	border: none;
	color: #fff;
	font-size: 1.333em;
	height: 2em;
	width: 2em;
	border-radius: 0;
	transition: all .3s;
	z-index: 1;
}
.vcModal .vcModalClose:hover {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.vcModalBannerBottom {
	padding: 30px 0 0;
	align-items: flex-end;
	background: rgba(255,255,255,.75);
}
.vcModalBannerBottom .vcModalMsg {
	margin-bottom: 0;
	max-width: none;
	padding: 0;
	border-radius: 0;
}
.vcModalBannerBottom .vcModalClose {
	right: 15px;
	top: 15px;
}
.vcModalBannerBottom .vcModalMsg .article {
	padding: 20px;
	margin: 0 auto;
}

.vcModalMsg .article .imgTeaser:first-child {
	margin: -20px -20px 0 !important;
}
.vcModalMsg .article .imgTeaser + .headline {
	margin-top: 20px;
}
.vcModalMsg .gridWrap {
	margin-left: -15px;
	margin-right: -15px;
}
@media (min-width: 960px) {
	.vcModalMsg {
		max-width: 60em;
		padding: 40px;
	}
	.vcModalMsg .article .imgTeaser:first-child {
		margin: -40px -40px 0 !important;
	}
	.vcModalBannerBottom .vcModalMsg .article {
		width: 83.33%;
	}
	.vcModalBannerBottom .vcModalMsg .article > :first-child {
		padding-right: 0;
	}
}

/*
	CSS Icons
	*/
.vcCssIcon {
	position: relative;
	display: inline-block;
}
.vcCssIconCheck {
	height: 1em;
	width: .667em;
	border-right: .1875em solid #000;
	border-bottom: .1875em solid #000;
	transform: rotate(45deg);
	margin: 0 .2em;
}
.vcCssIconArrowDown {
	width: 1em;
	height: 1em;
	margin: 0 .2em;
}
.vcCssIconArrowDown:after {
	content: '';
	display: block;
	font-size: .667em;
	width: 1em;
	height: 1em;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -.375em;
	margin-left: -.5em;
	transform: rotate(-45deg);
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
}
.vcCssIconClose {
	height: 100%;
	width: 100%;
	display: block;
}
.vcCssIconClose:before,
.vcCssIconClose:after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	background: #fff;
	display: block;
	width: 100%;
	height: .1875em;
	margin-top: -.09375em;
	margin-left: -50%;
}
.vcCssIconClose:before {
	transform: rotate(45deg);
}
.vcCssIconClose:after {
	transform: rotate(-45deg);
}


/*
	Privacy & Cookies
	*/

.vcPrivacyOptsLine label {
	display: block;
	font-weight: bold;
	min-height: 2em;
	padding-right: calc(4em + 15px);
	position: relative;
	cursor: pointer;
	float: none;
}
.vcPrivacyOptsLine label .text {
	margin: 0;
}
.vcPrivacyOptsLine label .hint {
	font-weight: normal;
	margin: 0;
	line-height: normal;
	color: #666;
	font-size: 14px;
}
.vcPrivacyOptsLine .optsSwitch {
	font-size: 2em;
}

.vcPrivacyOptsLine input:disabled + label {
	pointer-events: none;
}


.vcPrivacyOptsLineWrap + .vcPrivacyOptsLineWrap {
	margin-top: 1em;
	border-top: 1px solid #f5f6f6;
	padding-top: 1em;
}
.vcPrivacyMoreInfoTrigger {
	padding: .5em 0 0;
	display: block;
}
.vcPrivacyMoreInfoTrigger .vcCssIconArrowDown {
	margin: 0 0 0 .5em;
	transition: transform .3s;
	float: none !important;
	display: inline-block !important;
}

.vcPrivacyDefList {
	padding: 0;
	margin: 0;
	font-size: .8em;
}
.vcPrivacyDefList dt {
	padding: .3125em 0 0;
	font-weight: bold;
	text-align: left;
	margin: 0;
}
.vcPrivacyDefList dd {
	font-weight: normal;
	text-align: left;
	padding: 0 0 .3125em;
	margin: 0;
}
.vcPrivacyDefList dt:first-child {
	padding-top: 0;
}
.vcPrivacyDefList dd:last-child {
	padding-bottom: 0;
}

#vcPrivacySetupSubmit {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 1em;
}
.vcPrivacyOverlayTrigger {
	cursor: pointer;
}

.vcPrivacyNoPermission {
	background: #f5f6f6;
	border: 1px solid #ebeded;
	text-align: center;
	padding: 1em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}


.vcPrivacySlideDownTarget {
	display: grid;
	grid-template-rows: 1fr;
	overflow: hidden;
	padding-top: .625em;
	transition: all .3s;
}
.vcPrivacySlideDownTarget > * {
	min-height: 0;
	transition: visibility .3s;
	visibility: visible;
}
.vcPrivacySlideDownTarget[aria-hidden="true"] {
	grid-template-rows: 0fr;
	padding-top: 0;
}
.vcPrivacySlideDownTarget[aria-hidden="true"] > * {
	visibility: hidden;
}

.vcPrivacySlideDownTrigger {
	background: none;
	padding: .5em 0 0;
	border: none;
}
.vcPrivacySlideDownTrigger[aria-expanded="true"] .on {
	display: inline;
}
.vcPrivacySlideDownTrigger .on,
.vcPrivacySlideDownTrigger[aria-expanded="true"] .off {
	display: none;
}
.vcPrivacySlideDownTrigger[aria-expanded="true"] .vcCssIcon {
	transform: rotate(180deg);
}
.vcPrivacySlideDownTrigger[aria-expanded="true"] .vcCssIconArrowDown:after {
	margin-top: -1em;
}

@media (min-width: 640px) {
	.vcPrivacyDefList dt {
		clear: left;
		float: left;
		padding: .25em 0;
		width: 25%;
	}
	.vcPrivacyDefList dd {
		padding: .25em 0 .25em 20px;
		margin: 0;
		width: 75%;
		float: left;
	}
	.vcPrivacyDefList dt:first-child,
	.vcPrivacyDefList dt:first-child + dd {
		padding-top: 0;
	}
	.vcPrivacyDefList dt:nth-last-child(2),
	.vcPrivacyDefList dt:nth-last-child(2) + dd {
		padding-bottom: 0;
	}

	#vcPrivacySetupSubmit {
		margin-left: auto;
		margin-right: auto;
		width: 50%;
	}
}

/*
A11y
 */
.vcA11yOverlayTrigger {
	position: fixed;
	right: 15px;
	bottom: 75px;
	margin: -.5em auto 0 auto;
	padding: 0;
	border: none;
	background: none;
	font-size: 2.5em;
	line-height: 1;
	cursor: pointer;
	z-index: 1;
	transition: all .3s;
	background: #fff;
	border-radius: .5em;
}
.vcA11yOverlayTrigger .icon,
.vcA11yOverlayTrigger .icon:before {
	display: block;
}
.vcA11yOverlayTrigger:hover {
	text-shadow: 0 3px 5px rgba(0,0,0,.5);
	transform: translateY(-5%);
	color: #fff;
	background: #37454b;
}
@media (min-width: 960px) {
	.vcA11yOverlayTrigger {
		font-size: 3.75em;
		bottom: 15px;
	}
}


/* jQuery UI Resets */
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
	color: #37454b;
}
body .ui-datepicker {
	z-index: 1001 !important;
	border: none !important;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


/* ==========================================================================
   CONTENT PARTS
   ========================================================================== */

/* Modul: TEASER / IMG GALLERY */
.teaserWrap {
	position: relative;
}
.teaser {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	background: #f5f6f6;
	width: 100%;
}
.teaser li {
	padding: 0;
	position: relative;
	width: 100%;
	height: 62.5vw;
}
.teaser li .slogan {
	position: absolute;
	left: 0;
	top: 0;
	width: 20%;
}
.teaser li .slogan .bg {
	width: 100%;
	height: 0;
	background: url(../img/lsl_slogan_de.png) no-repeat 50% 50%;
	background-size: contain;
	padding-bottom: 47.3%;
}
[lang="en"] .teaser li .slogan .bg {
	background-image: url(../img/lsl_slogan_en.png);
}
.teaser li:before {
	display: none;
}
.teaser .teaserImg {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.teaser li.backgroundCover .teaserImg {
	background-size: cover;
}
.teaser li.backgroundContain .teaserImg {
	background-size: contain;
}
.teaser li .teaserItemTitle {
    bottom: 0;
    display: table;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
	z-index: 2;
}
.teaser li .teaserItemTitleInner {
	display: table-cell;
}
.teaser li.txtAtRight .teaserItemTitleInner {
	text-align: right;
	vertical-align: middle;
}
.teaser li.txtAtLeft .teaserItemTitleInner {
	text-align: left;
	vertical-align: middle;
}
.teaser li.txtAtTop .teaserItemTitleInner {
	text-align: center;
	vertical-align: top;
}
.teaser li.txtAtTopLeft .teaserItemTitleInner {
	text-align: left;
	vertical-align: top;
}
.teaser li.txtAtTopRight .teaserItemTitleInner {
	text-align: right;
	vertical-align: top;
}
.teaser li.txtAtBottom .teaserItemTitleInner {
	text-align: center;
	vertical-align: bottom;
}
.teaser li.txtAtBottomLeft .teaserItemTitleInner {
	text-align: left;
	vertical-align: bottom;
}
.teaser li.txtAtBottomRight .teaserItemTitleInner {
	text-align: right;
	vertical-align: bottom;
}
.teaser li.txtAtCenter .teaserItemTitleInner {
	text-align: center;
	vertical-align: middle;
}
.teaser li .teaserItemTitleInner .wrap {
	position: relative;
}
.teaser li .teaserItemTitleInner  .wrapItLikeItsHot {
	text-rendering: optimizeLegibility;
	text-shadow: 0 1px 10px rgba(6,8,8,.20);
	padding: 15px;
	font-size: .8em;
}
.teaser li .teaserItemTitleInner .wrapItLikeItsHot > * {
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
}

.teaser li .teaserItemTitle .wrap:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
	height: 100%;
    left: 0;
	z-index: -1;
}
.teaser li.txtAtTop .teaserItemTitle .wrap:before,
.teaser li.txtAtTopLeft .teaserItemTitle .wrap:before,
.teaser li.txtAtTopRight .teaserItemTitle .wrap:before {
	background: linear-gradient(to bottom, rgba(6,8,8,.4) 50%, rgba(0,0,0,0) 100%);
	top: 0;	
}
.teaser li.txtAtBottom .teaserItemTitle .wrap:before,
.teaser li.txtAtBottomLeft .teaserItemTitle .wrap:before,
.teaser li.txtAtBottomRight .teaserItemTitle .wrap:before {
	background: linear-gradient(to top, rgba(6,8,8,.4) 50%, rgba(0,0,0,0) 100%);
	bottom: 0;	
}

.teaser li.txtAtBottom .teaserItemTitle .wrap,
.teaser li.txtAtBottomLeft .teaserItemTitle .wrap,
.teaser li.txtAtBottomRight .teaserItemTitle .wrap {
	padding-bottom: 20px;
}

@media (min-width: 720px) {
	.teaser li.txtAtBottom .teaserItemTitle .wrap,
	.teaser li.txtAtBottomLeft .teaserItemTitle .wrap,
	.teaser li.txtAtBottomRight .teaserItemTitle .wrap {
		padding-bottom: 30px;
	}
	.teaser li.txtAtTop .teaserItemTitle .wrapItLikeItsHot,
	.teaser li.txtAtTopLeft .teaserItemTitle .wrapItLikeItsHot,
	.teaser li.txtAtTopRight .teaserItemTitle .wrapItLikeItsHot {
		width: 66.667%;
		margin-left: 33.333%;
	}
	.teaser li.txtAtBottom .teaserItemTitle .wrapItLikeItsHot,
	.teaser li.txtAtBottomLeft .teaserItemTitle .wrapItLikeItsHot,
	.teaser li.txtAtBottomRight .teaserItemTitle .wrapItLikeItsHot {
		width: 66.667%;
		margin-right: 33.333%;
	}
}

@media (min-width: 960px) and (min-aspect-ratio: 4/3) {
	.teaser li {
		min-height: 400px;
		height: calc(100vh - 215px);
	}
}

/* Bildergalerie */
.filePreview,
.img,
.thumb {
	position: relative;
	overflow: hidden;
	display:block;
}
.thumb img,
.img img, 
.imgWrap img {
	width:100%;
	height:auto;
	display: block;
}
.imgWrap {
	position: relative;
	margin: 0;
}
.imgWrap .iconWrap .icon,
.imgWrap .iconWrap {
	transition: all .2s;
}
.imgWrap .iconWrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	background: rgba(0,0,0,.20);
}
.imgWrap .iconWrap .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 4.5em;
	line-height: 1;
	height: 1em;
	color: #fff;
	margin: -.5em 0 0 -.5em;
	display: block;
	z-index: 1;
}
.imgWrap:hover .iconWrap {
	background: rgba(0,0,0,0);
}
.imgWrap:hover .iconWrap .icon {
	color: #37454b;
}
.gallery {
	margin: -7px -7px -8px -8px;
}
.gallery .imgContainer {
	float: left;
	padding: 7px 7px 8px 8px !important;	
	margin: 0 !important;		
	position: relative;
}
.gallery .dl_item {
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: hidden;
	display: block;
}
.img {
	display:block;
	position: relative;
	z-index: 1;
}

.panoWrap .imagesInnerWrap,
a.img {
	border-bottom:5px solid #0093d2;
	transition: border-bottom .2s;
}
.img .zoom {
	position:absolute;
	bottom:0;
	right:0;
	background:#0093d2;
	color:#fff;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	transition: background .2s;
}
a.img .zoom {
	bottom: -5px;
}
.caption {
	font-size: .8em;
	line-height: 1.25;
	display: block;
	color: #737d81;
	text-align: center;
}
.img + .caption {
	padding-top: 5px;
}
.imagesWrap .imagesInnerWrap {
	width: 100%;
}
.panoWrap {
	margin-top: 1em;
	margin-bottom: 1em;
}
.panoWrap .imagesInnerWrap {
	height: 0;
	padding-bottom: 62.5%;
	position: relative;
}
.panoWrap .imagesInnerWrap .iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: none;
}

.imgLeft {
	margin-bottom: 15px;
	float: left;
	clear: left;
}
.imgRight {
	margin-bottom: 15px;
	float: right;
	clear: right;
}
.imgNone .imagesInnerWrap {
	margin: 0 auto;
}
.imagesWrap.effect .imgWrap .img {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	border: 5px solid #fff;
}
.imagesWrap.effect .imgWrap .img .zoom {
	bottom: 0;
}
.imgLeft .imgWrap + .imgWrap,
.imgRight .imgWrap + .imgWrap {
	margin-top: 15px;
}
.imgNone {
	margin: 1em auto;
	clear: both;
}
.imgNone .imgWrap {
	position: relative;
	margin: 0 auto;
}
.imgNone .imgWrap + .imgWrap {
	margin-top: 30px;
}
.swiper-outer .imgWrap + .imgWrap {
	margin-top: 0;
}

.imgNone .caption {
	padding: 5px 0;
}

.imgWidth-150,
.imgWidth-125 {
	width: auto;
}
.imgWidth-100,
.imgWidth-75,
.imgWidth-67,
.imgWidth-50,
.imgWidth-33,
.imgWidth-25,
.imgWidth-20 {
	width: 100%;
}

.imgWidth-17,
.imgWidth-17 .articleImg,
.imgWidth-15,
.imgWidth-15 .articleImg,
.imgWidth-13,
.imgWidth-13 .articleImg {
	width: 33.3%;
}
.imgWidth-10,
.imgWidth-10 .articleImg,
.imgWidth-5,
.imgWidth-5 .articleImg {
	width: 25%;
}

.article .pushOut-150,
.spacer .pushOut-150,
.article .pushOut-125,
.spacer .pushOut-125,
.imagesWrap.imgWidth-150,
.imagesWrap.imgWidth-125 {
	margin-left: -15px;
	margin-right: -15px;
}
.article .pushOut-150.pushIn,
.spacer .pushOut-150.pushIn,
.article .pushOut-125.pushIn,
.spacer .pushOut-125.pushIn,
.imagesWrap.imgWidth-150 .imgWrap .caption,
.imagesWrap.imgWidth-125 .imgWrap .caption {
	padding-left: 15px;
	padding-right: 15px;
}

.imgRight.imgWidth-17,
.imgRight.imgWidth-15,
.imgRight.imgWidth-13,
.imgRight.imgWidth-10,
.imgRight.imgWidth-5 {
	margin-left: 15px;
	padding-left: 15px;
}
.imgLeft.imgWidth-17,
.imgLeft.imgWidth-15,
.imgLeft.imgWidth-13,
.imgLeft.imgWidth-10,
.imgLeft.imgWidth-5 {
	margin-right: 15px;
	padding-right: 15px;
}

.imgWidth-50 .articleImg .img {
	width: 66.7%;
}
.imgWidth-33 .articleImg .img,
.imgWidth-25 .articleImg .img {
	width: 50%;
}
.imgWidth-20 .articleImg .img {
	width: 50%;
}

.imgWidth-50 .articleImg + .articleWrap,
.imgWidth-33 .articleImg + .articleWrap,
.imgWidth-25 .articleImg + .articleWrap,
.imgWidth-20 .articleImg + .articleWrap {
	text-align: center;
}

.imgWidth-15 .articleImgLeft,
.imgWidth-10 .articleImgLeft,
.imgWidth-5 .articleImgLeft {
	float: left;
}

.imgWidth-15 .articleImgRight,
.imgWidth-13 .articleImgRight,
.imgWidth-10 .articleImgRight,
.imgWidth-5 .articleImgRight {
	float: right;
	order: 2;
}

.imgWidth-15 .articleImgLeft + .articleWrap,
.imgWidth-13 .articleImgLeft + .articleWrap,
.imgWidth-10 .articleImgLeft + .articleWrap,
.imgWidth-5 .articleImgLeft + .articleWrap {
	margin-left: 25%;
	padding-left: 30px;
}
.imgWidth-15 .articleImgRight + .articleWrap,
.imgWidth-13 .articleImgRight + .articleWrap,
.imgWidth-10 .articleImgRight + .articleWrap,
.imgWidth-5 .articleImgRight + .articleWrap {
	margin-right: 25%;
	padding-right: 30px;
	text-align: right;
	order: 1;
}
.articleImgNone .img,
.articleImgRight .img,
.articleImgLeft .img {
	display: block;
	margin: 0 auto;
}


@media (min-width: 480px) {
	.imgWidth-33 .articleImg .img,
	.imgWidth-25 .articleImg .img,
	.imgWidth-20 .articleImg .img {
		width: 100%;
	}
	.imgWidth-33 .articleImgLeft + .articleWrap,
	.imgWidth-25 .articleImgLeft + .articleWrap,
	.imgWidth-20 .articleImgLeft + .articleWrap {
		text-align: left;
	}
	.imgWidth-33 .articleImgRight + .articleWrap,
	.imgWidth-25 .articleImgRight + .articleWrap,
	.imgWidth-20 .articleImgRight + .articleWrap {
		text-align: right;
	}
	
	.imgWidth-33,
	.imgWidth-33 .articleImg {
		width: 50%;
	}
	.imgWidth-25,
	.imgWidth-25 .articleImg,
	.imgWidth-20,
	.imgWidth-20 .articleImg,
	.imgWidth-17,
	.imgWidth-17 .articleImg,
	.imgWidth-15,
	.imgWidth-15 .articleImg {
		width: 33.3%;
	}
	.imgWidth-13,
	.imgWidth-13 .articleImg {
		width: 25%;
	}
	.imgWidth-10,
	.imgWidth-10 .articleImg,
	.imgWidth-5,
	.imgWidth-5 .articleImg {
		width: 20%;
	}
	
	.imgRight.imgWidth-33,
	.imgRight.imgWidth-25,
	.imgRight.imgWidth-20,
	.imgRight.imgWidth-17,
	.imgRight.imgWidth-15,
	.imgRight.imgWidth-13,
	.imgRight.imgWidth-10,
	.imgRight.imgWidth-5 {
		margin-left: 15px;
		padding-left: 15px;
	}
	.imgLeft.imgWidth-33,
	.imgLeft.imgWidth-25,
	.imgLeft.imgWidth-20,
	.imgLeft.imgWidth-17,
	.imgLeft.imgWidth-15,
	.imgLeft.imgWidth-13,
	.imgLeft.imgWidth-10,
	.imgLeft.imgWidth-5 {
		margin-right: 15px;
		padding-right: 15px;
	}
	
	.imgWidth-33 .articleImgLeft,
	.imgWidth-25 .articleImgLeft,
	.imgWidth-20 .articleImgLeft {
		float:left;
	}
	.imgWidth-33 .articleImgRight,
	.imgWidth-25 .articleImgRight,
	.imgWidth-20 .articleImgRight {
		float:right;
		order: 2;
	}
	.imgWidth-33 .articleImgLeft + .articleWrap,
	.imgWidth-25 .articleImgLeft + .articleWrap {
		margin-left: 50%;
		padding-left: 30px;
	}
	.imgWidth-33 .articleImgRight + .articleWrap,
	.imgWidth-25 .articleImgRight + .articleWrap {
		margin-right: 50%;
		padding-right: 30px;
		text-align: right;
		order: 1;
	}
	.imgWidth-20 .articleImgLeft + .articleWrap,
	.imgWidth-17 .articleImgLeft + .articleWrap,
	.imgWidth-15 .articleImgLeft + .articleWrap {
		margin-left: 33.3%;
	}
	.imgWidth-13 .articleImgLeft + .articleWrap {
		margin-left: 25%;
	}
	.imgWidth-10 .articleImgLeft + .articleWrap,
	.imgWidth-5 .articleImgLeft + .articleWrap {
		margin-left: 20%;
	}
	
	.imgWidth-20 .articleImgRight + .articleWrap,
	.imgWidth-17 .articleImgRight + .articleWrap,
	.imgWidth-15 .articleImgRight + .articleWrap {
		margin-right: 33.3%;
	}
	.imgWidth-13 .articleImgRight + .articleWrap {
		margin-right: 25%;
	}
	.imgWidth-10 .articleImgRight + .articleWrap,
	.imgWidth-5 .articleImgRight + .articleWrap {
		margin-right: 20%;
	}
}

@media (min-width: 640px) {
	.imgWidth-50 .articleImgLeft .img,
	.imgWidth-50 .articleImgRight .img {
		width: 100%;
	}
	.imgWidth-50 .articleImgLeft + .articleWrap {
		text-align: left;
	}
	.imgWidth-50 .articleImgRight + .articleWrap {
		text-align: right;
	}
	
	.imgWidth-50,
	.imgWidth-50 .articleImg {
		width: 50%;
	}
	.imgWidth-25,
	.imgWidth-25 .articleImg {
		width: 33.3%;
	}
	.imgWidth-20,
	.imgWidth-20 .articleImg {
		width: 25%;
	}
	.imgWidth-13,
	.imgWidth-13 .articleImg {
		width: 16.66%;
	}
	
	.imgRight.imgWidth-50 {
		margin-left: 15px;
		padding-left: 15px;
	}
	.imgLeft.imgWidth-50 {
		margin-right: 15px;
		padding-right: 15px;
	}
	
	.imgWidth-50 .articleImgLeft {
		float:left;
	}
	.imgWidth-50 .articleImgRight {
		float:right;
		order: 2;
	}
	.imgWidth-50 .articleImgLeft + .articleWrap {
		padding-left: 30px;
		margin-left: 50%;
	}
	.imgWidth-50 .articleImgRight + .articleWrap {
		padding-right: 30px;
		margin-right: 50%;
		text-align: right;
		order: 1;
	}
	.imgWidth-25 .articleImgLeft + .articleWrap {
		margin-left: 33.3%;
	}
	.imgWidth-25 .articleImgRight + .articleWrap {
		margin-right: 33.3%;
	}
	.imgWidth-20 .articleImgLeft + .articleWrap {
		margin-left: 33.3%;
	}
	.imgWidth-20 .articleImgRight + .articleWrap {
		margin-right: 33.3%;
	}
	.imgWidth-13 .articleImgLeft + .articleWrap {
		margin-left: 16.66%;
	}
	.imgWidth-13 .articleImgRight + .articleWrap {
		margin-right: 16.66%;
	}
}

@media (min-width: 720px) {
	.imgWidth-33,
	.imgWidth-33 .articleImg,
	.imgWidth-25,
	.imgWidth-25 .articleImg {
		width: 33.3%;
	}
	.imgWidth-20,
	.imgWidth-20 .articleImg,
	.imgWidth-17,
	.imgWidth-17 .articleImg,
	.imgWidth-15,
	.imgWidth-15 .articleImg,
	.imgWidth-10,
	.imgWidth-10 .articleImg,
	.imgWidth-5,
	.imgWidth-5 .articleImg {
		width: 20%;
	}
	
	.article .pushOut-150,
	.spacer .pushOut-150,
	.article .pushOut-125,
	.spacer .pushOut-125,
	.imagesWrap.imgWidth-150,
	.imagesWrap.imgWidth-125 {
		margin-left: -10%;
		margin-right: -10%;
	}
	.articleFullWidth .imagesWrap.imgWidth-150,
	.articleFullWidth .imagesWrap.imgWidth-125 {
		margin-left: -15px;
		margin-right: -15px;
	}
	.spacer .pushOut-150.pushIn,
	.article .pushOut-150.pushIn,
	.spacer .pushOut-125.pushIn,
	.article .pushOut-125.pushIn {
		padding-left: 10%;
		padding-right: 10%;
	}
	
	.imagesWrap.imgWidth-150,
	.imagesWrap.imgWidth-125 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.imagesWrap.imgWidth-150 .imgWrap .caption,
	.imagesWrap.imgWidth-125 .imgWrap .caption {
		padding-left: 0;
		padding-right: 0;
	}
	
	.imgWidth-50 .articleImgLeft,
	.imgWidth-33 .articleImgLeft,
	.imgWidth-25 .articleImgLeft,
	.imgWidth-20 .articleImgLeft,
	.imgWidth-17 .articleImgLeft,
	.imgWidth-15 .articleImgLeft,
	.imgWidth-10 .articleImgLeft,
	.imgWidth-5 .articleImgLeft {
		float: left;
	}
	
	.imgWidth-50 .articleImgRight,
	.imgWidth-33 .articleImgRight,
	.imgWidth-25 .articleImgRight,
	.imgWidth-20 .articleImgRight,
	.imgWidth-17 .articleImgRight,
	.imgWidth-15 .articleImgRight,
	.imgWidth-10 .articleImgRight,
	.imgWidth-5 .articleImgRight {
		float: right;
		order: 2;
	}
	
	.imgWidth-50 .articleImgLeft + .articleWrap {
		margin-left: 50%;
	}
	.imgWidth-33 .articleImgLeft + .articleWrap,
	.imgWidth-25 .articleImgLeft + .articleWrap {
		margin-left: 33.3%;
	}
	.imgWidth-20 .articleImgLeft + .articleWrap,
	.imgWidth-17 .articleImgLeft + .articleWrap,
	.imgWidth-15 .articleImgLeft + .articleWrap,
	.imgWidth-10 .articleImgLeft + .articleWrap,
	.imgWidth-5 .articleImgLeft + .articleWrap {
		padding-left: 30px;
		margin-left: 20%;
	}
	.imgWidth-50 .articleImgRight + .articleWrap {
		padding-right: 30px;
		margin-right: 50%;
		text-align: right;
		order: 1;
	}
	.imgWidth-33 .articleImgRight + .articleWrap,
	.imgWidth-25 .articleImgRight + .articleWrap {
		padding-right: 30px;
		margin-right: 33.3%;
	}
	.imgWidth-20 .articleImgRight + .articleWrap,
	.imgWidth-17 .articleImgRight + .articleWrap,
	.imgWidth-15 .articleImgRight + .articleWrap,
	.imgWidth-10 .articleImgRight + .articleWrap,
	.imgWidth-5 .articleImgRight + .articleWrap {
		padding-right: 30px;
		margin-right: 20%;
	}
}

@media (min-width: 960px) {
	.imgWidth-100 {
		width:100%;
	}
	.imgWidth-75,
	.imgWidth-75 .articleImg {
		width:75%;
	}
	.imgWidth-67,
	.imgWidth-67 .articleImg {
		width:66.7%;
	}
	.imgWidth-50,
	.imgWidth-50 .articleImg {
		width:50%;
	}
	.imgWidth-33,
	.imgWidth-33 .articleImg {
		width:33.3%;
	}
	.imgWidth-25,
	.imgWidth-25 .articleImg {
		width:25%;
	}
	.imgWidth-20,
	.imgWidth-20 .articleImg {
		width:20%;
	}
	.imgWidth-17,
	.imgWidth-17 .articleImg {
		width:16.6%;
	}
	.imgWidth-15,
	.imgWidth-15 .articleImg {
		width:15%;
	}
	.imgWidth-13,
	.imgWidth-13 .articleImg {
		width:12.5%;
	}
	.imgWidth-10,
	.imgWidth-10 .articleImg {
		width:10%;
	}
	.imgWidth-5,
	.imgWidth-5 .articleImg {
		width:5%;
	}
	.imagesWrap.imgWidth-150 {
		margin-left: -25%;
		margin-right: -25%;
	}
	.spacer .pushOut-150,
	.article .pushOut-150 {
		margin-left: -25%;
		margin-left: calc(-25% + 15px);
		margin-right: -25%;
		margin-right: calc(-25% + 15px);
	}
	.spacer .pushOut-150.pushIn,
	.article .pushOut-150.pushIn {
		padding-left: 25%;
		padding-left: calc(25% - 15px);
		padding-right: 25%;
		padding-right: calc(25% - 15px);
	}
	
	.imagesWrap.imgWidth-125 {
		margin-left: -12.5%;
		margin-right: -12.5%;
	}
	.spacer .pushOut-125,
	.article .pushOut-125 {
		margin-left: -12.5%;
		margin-left: calc(-12.5% + 15px);
		margin-right: -12.5%;
		margin-right: calc(-12.5% + 15px);
	}
	.spacer .pushOut-125.pushIn,
	.article .pushOut-125.pushIn {
		padding-left: 12.5%;
		padding-left: calc(12.5% - 15px);
		padding-right: 12.5%;
		padding-right: calc(12.5% - 15px);
	}

	.imgRight.imgWidth-75,
	.imgRight.imgWidth-67 {
		margin-left: 15px;
		padding-left: 15px;
	}
	.imgLeft.imgWidth-75,
	.imgLeft.imgWidth-67 {
		margin-right: 15px;
		padding-right: 15px;
	}
	
	.imgWidth-75 .articleImgLeft {
		float: left;
	}
	.imgWidth-75 .articleImgRight {
		float:right;
		order: 2;
	}
	.imgWidth-75 .articleImgLeft + .articleWrap {
		margin-left: 75%;
	}
	.imgWidth-75 .articleImgRight + .articleWrap {
		margin-right: 75%;
		text-align: right;
		order: 1;
	}
	.imgWidth-50 .articleImgLeft + .articleWrap {
		margin-left: 50%;
	}
	.imgWidth-50 .articleImgRight + .articleWrap {
		margin-right: 50%;
	}
	.imgWidth-33 .articleImgLeft + .articleWrap {
		margin-left: 33.3%;
	}
	.imgWidth-33 .articleImgRight + .articleWrap {
		margin-right: 33.3%;
	}
	.imgWidth-25 .articleImgLeft + .articleWrap {
		margin-left: 25%;
	}
	.imgWidth-25 .articleImgRight + .articleWrap {
		margin-right: 25%;
	}
	.imgWidth-20 .articleImgLeft + .articleWrap {
		margin-left: 20%;
	}
	.imgWidth-20 .articleImgRight + .articleWrap {
		margin-right: 20%;
	}
	.imgWidth-17 .articleImgLeft + .articleWrap {
		margin-left: 15%;
	}
	.imgWidth-17 .articleImgRight + .articleWrap {
		margin-right: 15%;
	}
	.imgWidth-15 .articleImgLeft + .articleWrap {
		margin-left: 15%;
	}
	.imgWidth-15 .articleImgRight + .articleWrap {
		margin-right: 15%;
	}
	.imgWidth-13 .articleImgLeft + .articleWrap {
		margin-left: 12.5%;
	}
	.imgWidth-13 .articleImgRight + .articleWrap {
		margin-right: 12.5%;
	}
	.imgWidth-10 .articleImgLeft + .articleWrap {
		margin-left: 10%;
	}
	.imgWidth-10 .articleImgRight + .articleWrap {
		margin-right: 10%;
	}
	.imgWidth-5 .articleImgLeft + .articleWrap {
		margin-left: 5%;
	}
	.imgWidth-5 .articleImgRight + .articleWrap {
		margin-right: 5%;
	}
}

/* Content: GOOGLE MAPS */
.mapWrap,
.hostRequest {
	margin: 1em 0;
}
.hostRequest {
	position: sticky;
	bottom: 75px;
	left: 0;
	padding-right: 45px;
}
.mapWrap {
	position: relative;
	overflow: hidden;
}
.mapWrap.hasLegend {
	padding-top: 40px;
}

.mapActivator .btn {
	font-size: 1.5em;
}
.mapActivator .saveDecision {
	margin-top: 10px;
}
.map_canvas {
	min-height: 200px;
	min-height: 66.667vh;
	background: #f5f6f6;
}
.isFullscreen .map_canvas {
	min-height: 0;
	height: 100%;
}
.map_canvas .control {
	position: absolute;
	right: 2px;
	left: auto;
	top: 38px;
}

.map_canvas .control .map_fs,
.map_canvas .control .map_gps {
	background: #fff;
	color: #37454b;
	padding: 6px;
	line-height: 18px;
	font-size: 18px;
	margin: 10px 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	border-radius: 2px;
}
.map_canvas .control .map_fs:hover,
.map_canvas .control .map_fs.active,
.map_canvas .control .map_gps:hover,
.map_canvas .control .map_gps.active {
	background: #37454b;
	color: #fff;
}
	
.map_canvas .control .map_fs .off,
.map_canvas .control .map_fs.active .on {
	display: none;
}
.map_canvas .control .map_fs.active .off {
	display: block;
}
.map_canvas button:not(.btn) {
	box-shadow: none;
}

.map_usageHint {
	position: absolute;
	background: #000 url('../img/maps/gMaps_nav_hint.png') no-repeat 0 40px;
	background-color: rgba(0,0,0,.5);
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
}
.map_usageHint.de {
	background-image: url('../img/maps/gMaps_nav_hint_de.png');
}
.map_canvas .gm-style,
.infoBox {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
.infoBox {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	background: #fff;
	padding: 15px;
	position: relative;
	font-size: .8em;
	line-height: 1.667;
	z-index: 100;
}
.infoBox .closeBtn {
	float: right;
	background: #000;
	background: rgba(0,0,0,.4);
	padding: 5px;
	border: none;
	border-radius: 0;
	position: relative;
	z-index: 1;
}
.infoBox .closeBtn:hover {
	background: #000;
	background: rgba(0,0,0,.7);
}
.infoBox:after,
.infoBox .nose {
	position: absolute;
	content: '';
	display: block;
	height: 0;
	width: 0;
	left: 50%;
	margin-left: -8px;
	bottom: -8px;
	border-style: solid;
	border-width: 8px 8px 0;
	border-color: #fff transparent transparent;
}
.infoBox.hasNose:after {
	display: none;
}
.infoBox .btn,
.map_canvas .gm-style-iw .btn {
	display: block;
	margin-top: 15px;	
}
.infoBox .btnSet,
.map_canvas .gm-style-iw .btnSet {
	margin-top: 15px;
	clear: both;
}
.infoBox .btnSet .btn,
.map_canvas .gm-style-iw .btnSet .btn {
	margin-top: 0;
}
.infoBox .placeTitle,
.map_canvas .placeTitle {
	width: 100%;
	font-size: 1.25em;
	line-height: 1.2;
	font-weight: 500;
	display: block;
	margin-bottom: -10px;
}
.infoBox .placeTitle:last-child {
	margin-bottom: 0;
}
.infoBox .placeTeaser,
.map_canvas .placeTeaser {
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 50%;
	background: #f5f6f6 no-repeat 50% 50%;
	background-size: cover;
}
.infoBox .placeTeaser .placeTitle,
.map_canvas .placeTeaser .placeTitle {
	position: absolute;
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 5px 15px;
	margin: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 75%);
	text-shadow: 0 0 20px rgba(0,0,0,0.19), 0 0 6px rgba(0,0,0,0.23);
	font-style: italic;
}
.infoBox .placeTeaser {
	width: auto;
	margin: -15px -15px 0;
}
.infoBox .placeTeaser:not(:last-child) {
	margin-bottom: 15px;
}
.infoBox .placeTeaser:last-child {
	margin-bottom: -15px;
}

.map_canvas .loadOverlay,
.map_canvas .loadOverlay .loadingBG,
.map_canvas .loadOverlay .loadingIcon,
.map_loadOverlay,
.map_loadOverlay .loadingBG,
.map_loadOverlay .loadingIcon {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	z-index: 3;
	width:100%;
	height:100%;
}
.map_canvas .loadOverlay .loadingIcon,
.map_loadOverlay .loadingIcon {
	background:url('../img/preloader_301_dark.gif') no-repeat center center;
}
.map_canvas .loadOverlay .loadingBG,
.map_loadOverlay .loadingBG {
	background:#FFFFFF;
	opacity: .75;
}

.map_legend .trigger {
	color: #fff;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1em;
	line-height: 1;
	transition: all .3s;
	background: #37454b;
	padding: 5px 10px 5px 40px;
	width: 100%;
	z-index: 3;
}
.map_legend .legendTrigger:not(.initChecked) {
	animation: 2s ease-out 0s 1 slideInFromLeft;
}
.map_legend .trigger:hover {
	background: #f5f6f6;
	color: #37454b;
}
.map_legend .trigger:focus-visible {
	outline-color: #fff;
}
.map_legend .legendTrigger[aria-expanded="false"] .off,
.map_legend .legendTrigger[aria-expanded="true"] .on {
	display: block;
}
.map_legend .legendTrigger[aria-expanded="false"] .on,
.map_legend .legendTrigger[aria-expanded="true"] .off {
	display: none;
}

.map_legend .trigger .icon {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -10px;
	font-size: 20px;
	line-height: 20px;
}
.map_legend .trigger .label {
	width: 100%;
	height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.map_legend .trigger .label > * {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: hidden;
}
.map_legend .trigger strong {
	text-transform: uppercase;
	display: block;
}
.map_legend .trigger br {
	display: none;
}
.map_legend .trigger small {
	font-weight: 300;
	font-family: 'Fira Sans Condensed', sans-serif;
	display: block;
}

.map_legend .legendWrap {
	position: absolute;
	top: 40px;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.map_legend .legendItemsWrap {
	position: absolute;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	width: 290px;
	transition: all .3s;
	left: -290px;
	height: 100%;
	top: 0;
}
.map_legend .header {
	margin: 0;
	display: block;
	font-weight: 500 !important;
	font-family: 'Fira Sans Condensed', sans-serif !important;
	font-size: 1.333em !important;
	line-height: 1 !important;
	padding: 15px;
}
.map_legend .header.navBtnWrap {
	padding-left: 10px !important;
}
.map_legend .header strong {
	font-weight: inherit;
}
.map_legend .header:first-child {
	padding-top: 0;
}
.map_legend hr {
	background: #cdd0d2;
	border-color: #cdd0d2;
	margin: 14px 15px;
}
.map_legend .legendItemsReset {
	margin: 0;
	color: #37454b;
	border: 1px solid #37454b;
	background: #fff;
	padding: 9px;
	font-size: 15px;
	line-height: 20px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
	transition: all .3s;
	opacity: 0;
	pointer-events: none;
}
.map_legend .legendItemsReset.hide {
	opacity: 0 !important;
	pointer-events: none !important;
}
.map_legend .legendItemsReset:hover {
	background: #f5f6f6;
	border-color: #f5f6f6;
	color: #37454b;
}
.map_legend .legendTrigger[aria-expanded="true"] ~ .legendItemsReset {
	opacity: 1;
	pointer-events: auto;
}
.map_legend .legendItemsWrap .wrap {
	padding: 15px 0;
}
.map_legend .legendItemsWrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.map_legend .legendItemsWrap li {
	width: 100%;
	padding: 0;
	margin: 0;
	float: none;
}
.map_legend .legendItemsWrap li:before {
	display: none;
}
.map_legend .legendItemsWrap a {
	color: #37454b;
	display: block;
	padding: 40px 0 0;
	text-align: center;
	position: relative;
	text-decoration: none;
}
.map_legend .legendWrap[aria-hidden="false"] .legendItemsWrap {
	left: 0;	
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.map_legend .legendItemsWrap .navBtnWrap,
.map_placesInMapList li.placeLi .navBtnWrap,
.map_placesInMapList li.lvl1 .navBtnWrap {
	padding: 3px 15px 3px 50px;
	border-left: 5px solid transparent;
	text-align: left;
	position: relative;
	min-height: 3em;
	min-height: calc(2em + 10px);
	line-height: 1.333;
	font-size: 1em;
	display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
	cursor: pointer;
	width: 100%;
}
.map_legend .legendItemsWrap li.certGroupHeadline .navBtnWrap {
	font-weight: bold;
	padding-left: 10px;
	min-height: 0;
	padding-top: 15px;
	cursor: auto;
}

.map_legend .legendItemsWrap .all .label {
	font-weight: bold;
}
.map_legend .legendItemsWrap .navBtnWrap .label {
	font-size: inherit;
	line-height: inherit;
	text-transform: none;
	margin: 0;	
}
.map_legend .legendItemsWrap .navBtnWrap .img,
.map_placesInMapList li .img {
	width: 30px;
	height: 30px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	left: 10px;
	top: 5px;
	margin-left: 0;
	margin-top: 0;
	position: absolute;
	background: #cdd0d2 no-repeat 50% 50%;
	background-size: cover;
}

.map_legend .legendItemsWrap .navBtnWrap.slideDownTrigger {
	padding-right: 45px;	
}

.map_legend .iconMenuTriggerDwn {
	display:block;
	position:absolute;
	right: 5px;
	width: 40px;
	height: 40px;
	text-align: center;
	top: 50%;
	margin-top: -20px;
	padding: 10px 0;
	overflow: hidden;
}
.map_legend .iconMenuTriggerDwn:after {
	border-color: #37454b transparent transparent;
	border-style: solid;
	border-width: 8px 5px 0;
	content: "";
	display: block;
	height: 0;
	margin-left: -5px;
	margin-top: -5px;
	position: absolute;
	left: 50%;
	top: 50%;
	transition: transform .2s, margin .2s;
	width: 0;
}
.map_legend .legendItemsWrap .navBtnWrap[aria-expanded="true"] > .iconMenuTriggerDwn:after,
.map_placesInMapList .navBtnWrap[aria-expanded="true"] > .iconMenuTriggerDwn:after {
	transform:rotate(180deg);
}

.map_legend .legendItemsWrap .navBtnWrap[aria-expanded="true"],
.map_legend .legendItemsWrap ul[aria-hidden="false"] > li > .navBtnWrap,
.map_legend .legendItemsWrap .navBtnWrap:hover {
	background: #fff;
	border-left-color: #f5f6f6;
}
.map_legend .legendItemsWrap .navBtnWrap.aktiv .symbol,
.map_legend .legendItemsWrap .navBtnWrap:hover .symbol {
	color: #37454b;
}
.map_legend .legendItemsWrap .navBtnWrap.aktiv .checkbox,
.map_legend .legendItemsWrap .navBtnWrap:hover .checkbox {
	border-color: #37454b;
	background: #fff;
}
.map_legend .legendItemsWrap ul[aria-hidden="false"] {
	border-bottom: 1px solid #ebeded;
}
.map_legend .legendItemsWrap ul[aria-hidden="false"] > li > .navBtnWrap:hover {
	background: #f5f6f6;
}
.map_legend .legendItemsWrap ul[aria-hidden="false"] > li.certGroupHeadline .navBtnWrap:hover {
	background: #fff;
	border-left-color: #f5f6f6 !important;
}
.map_legend .legendItemsWrap .navBtnWrap:hover {
	background: #fff;
	border-left-color: #e1e3e4 !important;
}
.map_legend .legendItemsWrap .navBtnWrap.aktiv,
.map_legend .legendItemsWrap .lvl1 > .navBtnWrap.aktiv {
	border-left-color: #37454b !important;
}
.map_legend .legendItemsWrap .lvl1 > .navBtnWrap.aktiv {
	background: #fff;
}

.map_legend .legendItemsWrap .navBtnWrap .symbol {
	height: 20px;
	width: 20px;
	line-height: 20px;
	font-size: 20px;
	position: absolute;
	left: 15px;
	top: 10px;
	margin-left: 0;
	margin-top: 0;
	color: #cdd0d2;
}
.map_legend .legendItemsWrap .navBtnWrap .checkbox {
	border: 1px solid #cdd0d2;
	background: #f5f6f6;
	transition: all .2s;
}
.map_legend .legendItemsWrap .navBtnWrap .checkbox:after {
	display: none;
	position: absolute;
	content: '';
	left: 6px;
	top: 3px;
	width: 6px;
	height: 10px;
	border: solid #37454b;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.map_legend .legendItemsWrap .navBtnWrap.aktiv .checkbox:after {
	display: block;
}

.map_placesInMapWrap {
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 0;
	z-index: 1;
}
.map_placesInMapWrap .wrap {
    position: absolute;
    padding: 15px 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: 250px;
    transition: all .3s;
    left: -250px;
    height: 100%;
    top: 0;
	scrollbar-width: thin;
	scrollbar-color: #37454b #f5f6f6;
}
.map_placesInMapWrap .wrap::-webkit-scrollbar {
	background: #37454b;
	width: 6px;
}
.map_placesInMapWrap .wrap[aria-hidden="false"] {
	left: 0;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.map_placesInMapWrap .placesInMapTrigger {
	position: absolute;
	left: 0;
	top: 15px;
	background: #fff;
	color: #37454b;
	text-align: center;
	font-size: 20px;
	padding: 10px;
	line-height: 1;
	width: auto;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: all .3s;
	z-index: 1;
	cursor: pointer;
}
.map_placesInMapWrap .placesInMapTrigger:after {
	content: '';
	height: 100%;
	width: 15px;
	display: block;
	top: 0;
	right: 100%;
	position: absolute;
	background: #fff;
    transition: all .3s;
}
.map_placesInMapWrap .placesInMapTrigger:hover,
.map_placesInMapWrap .placesInMapTrigger[aria-expanded="true"],
.map_placesInMapWrap .placesInMapTrigger[aria-expanded="true"]:after {
	background: #f5f6f6;
}
.map_placesInMapWrap .placesInMapTrigger[aria-expanded="true"] {
	left: 250px;
}
.map_placesInMapWrap .placesInMapTrigger .icon {
	position: static;
	margin: 0;
}
.map_placesInMapWrap .placesInMapTrigger .on {
	display: block;
}
.map_placesInMapWrap .placesInMapTrigger .off {
	display: none;
}

.map_placesInMapFilter {
	padding: 0 15px 15px;
	margin-top: -15px;
}
.map_placesInMapFilterTrigger {
	padding: 0 15px 15px;
	font-style: italic;
}
.map_placesInMapFilterTrigger .icon {
	transform: none !important;
}
.map_placesInMapFilter + hr {
	margin-top: 0;
}

.map_placesInMapFilter .optsContainer {
	margin-top: 15px;
	margin-bottom: 0;
}
.map_placesInMapFilter .optsContainer + .optsContainer {
	margin-top: 15px;
}

.map_placesInMapWrap .placesInMapTrigger[aria-expanded="true"] .off {
	display: block;
}
.map_placesInMapWrap .placesInMapTrigger[aria-expanded="true"] .on {
	display: none;
}


.map_placesInMapList,
.map_placesInMapList ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.map_placesInMapList li.lvl1 {
	margin: 0;
	padding: 0;
	border: none;
}
.map_placesInMapList li.lvl1 > .navBtnWrap {
	font-weight: bold;
	padding-left: 10px;
	font-size: 1.143em;
}
.map_placesInMapList .placeTourLenght {
	float: right;
	padding-left: 5px;
	line-height: 1.5;
	font-style: normal;
	font-weight: 300;
	font-family: 'Fira Sans Condensed', sans-serif;
}

.map_placesInMapList li .img {
	background-color: #fff;
}
.map_placesInMapList li.placeLi .navBtnWrap:hover {
	background: #fff;
}

.map_getTours .btnContainer {
	margin-top: 30px;
}

#wrapper .wrap .article:last-child > .mapWrap:last-child {
	margin-bottom: -15px;
}

.placeOpenings #placeOpen .success,
.placeOpenings #placeOpen .error {
	display: block;
}
.placeBlockedInfo {
	margin: 0 -15px;
    display: flex;
    align-content: stretch;
    flex-wrap: wrap;
}
.placeBlockedInfo .item {
	padding: 0 15px;
	flex: 0 0 auto;
	width: 100%;
}
.placeBlockedInfo .item .wrap {
	padding: 10px 0;
}
.placeBlockedInfo .item + .item .wrap {
	border-top: 2px solid #f5f6f6;
}
	
.placeBlockedInfo .item .key {
	font-weight: normal;
}
.placeBlockedInfo .item .value {
	font-weight: bold;
	float: right;
	padding-left: 15px;
}
.placeBlockedInfo .item .info {
	margin: 0;
	padding: 0;
}
.placeBlockedInfo .item .info li:before {
	display: none;
}
.placeComfort .slideDownTrigger {
	position: relative;
	margin: 1rem 0;
}
.placeComfort .slideDownTrigger .icon {
	position: absolute;
	right: 0;
	top: 50%;
	line-height: 1;
	margin-top: -.5em;
}
.placeComfort .comfortItem + .comfortItem {
	margin-top: 2rem;
}
.placeComfort p + ul {
	margin-top: -1rem;
}
.iconList {
	padding-left:0 !important;
}
.iconList li {
	position:relative;
	padding-left: 2.667em;
	padding-left: calc(2em + 10px);
	min-height: 2.333em;
}
.iconList li + li {
	margin-top: .667em !important;
}
.iconList li:before {
	display:none !important;
}
.iconList img {
	position:absolute;
	left:0;
	top: .333em;
	width: 2em;
	height: auto;
}
.iconList li span {
	display: block;
}

@media (min-width: 480px) {
	.mapWrap.hasLegend {
		padding-top: 0;
	}
	.map_usageHint {
		background-position: 15px 55px;
	}
	
	.map_legend .legendItemsReset {
		top: 15px;
		right: auto;
		left: 265px;
	}
	.map_legend .legendTrigger {
		left: 15px;
		top: 15px;
		width: 290px;	
		box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	}
	.map_legend .legendTrigger[aria-expanded="true"] {
		box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	}
	.map_legend .legendTrigger:hover {
		background: #fff;
		box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23) !important;
	}
	.map_legend .legendWrap,
	.map_placesInMapWrap  {
		top: 0;
	}
	.map_legend .legendWrap:after,
	.map_placesInMapWrap:after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 70px;
		background: linear-gradient(to bottom, rgba(245,246,246,1) 0%,rgba(245,246,246,0) 100%);
		display: block;
		transition: all .3s;
		pointer-events: none;
	}
	.map_legend .legendTrigger[aria-expanded="true"] ~ .legendWrap:after,
	.map_legend .map_placesInMapWrap.active:after {
		width: 320px;
	}
	.map_legend .legendItemsWrap {
		width: 320px;
		left: -320px;
	}
	
	.map_legend .legendItemsWrap .wrap,
	.map_placesInMapWrap .wrap {
		padding-top: 70px;
	}
	
	.map_placesInMapWrap .placesInMapTrigger {
		left: 0;
		top: 70px;
		width: auto;
	}
	.map_placesInMapWrap .wrap {
		width: 320px;
		left: -320px;
	}
	.map_placesInMapWrap .placesInMapTrigger[aria-expanded="true"] {
		left: 320px;
	}
}
@media (min-width: 560px) {
	.placeBlockedInfo .item {
		width: 50%;
		float: left;
		margin: 0;
	}
	.placeBlockedInfo .item:nth-child(2n+1) {
		clear: left;
	}
	.placeBlockedInfo .item + .item .wrap {
		border-top: none;
	}
	.placeBlockedInfo .item:nth-child(1n+3) .wrap {
		border-top: 2px solid #f5f6f6;
	}
}

@media (min-width: 720px) {
	.hostRequest .btn {
		padding-top: .667em;
		padding-bottom: .667em;
	}
	.openings .item {
		width: 33.333%;
	}
	.openings .item:nth-child(2n+1) {
		clear: none;
	}
	.openings .item:nth-child(3n+1) {
		clear: left;
	}
	.openings .item:nth-child(1n+3) .wrap {
		border-top: none;
	}
	.openings .item:nth-child(1n+4) .wrap {
		border-top: 2px solid #f5f6f6;
	}
	
	.map_getTours .intro .headline,
	.map_getTours .intro .form {
		width: 50%;
		width: calc(50% - 15px);
		float: left;
	}
	.map_getTours .intro .headline {
		margin-top: 15px;
		width: calc(50% + 15px);
		padding-right: 30px;
	}
}
@media (min-width: 960px) {	
	.hostRequest {
		padding-bottom: 15px;
		bottom: 15px;
	}
}

/* Content: VIDEOS */
.vidWrap {
	margin: 0 auto;
}
.vid {
	position:relative;
	display:block;
	overflow:hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: 5px solid #37454b;
}
.vid,
.vid:after,
.vid *,
.vid *:after {
	transition: all .2s;
}
.vid:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	background: rgba(0,0,0,.20);
}
.vid .playIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1.25em 0 0 -1em;
	width: 2em;
	height: 2.5em;
	border-style: solid;
	border-width: 1.25em 0 1.25em 2em;
	border-color: transparent transparent transparent #FFF;
	display: block;
	background: none;
	z-index: 1;
}
.vid .playIcon:after {
	content: '';
	position: absolute;
	left: -3.75em;
	top: -2.5em;
	height: 5em;
	width: 5em;
	background: none;
	border: 5px solid #fff;
	border-radius: 50%;
}
.vid .video-time {
	position:absolute;
	background: #37454b;
	color: #fff;
	display:block;
	padding: 5px 10px;
	bottom: -5px;
	right:0;
	font-weight: 500;
	font-size: 80%;
	line-height: 1.667;
	z-index: 1;
}

.vid:hover:after {
	background: rgba(0,0,0,.0);
}
.vid:hover .playIcon {
	border-color: transparent transparent transparent #37454b;
}
.vid:hover .playIcon:after {
	border-color: #37454b;
}
.vid:hover .video-time {
	background: #FF6618;
	color: #fff;
}
.videoFrame {
	float:right;
    position: relative;
    width: 50%;
}
.videoIFrame {
    position: relative;
}
.videoFrame iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

/* DOWNLOADS */
.downloads {
	margin:1em 0;
}
.downloads h4 {
	margin-top:0;
}
.downloads ul {
	margin:-1em;
	list-style:none;
	padding:0;
}
.downloads li {
	padding:0;
	margin: 0 !important;
}
.downloads li:before {
	display: none !important;
}
.download .wrap {
	display:block;
	margin:1em;
	position:relative;
	min-height: 40px;
	text-align: left;
	text-decoration: none;
	font-weight: 500;
	font-size: 1em;
	line-height: 1.333;
}
.download .wrap.hasImg {
	padding-left: 50px;
}
.download img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}
.download small {
	display: block;
	font-weight: normal;
	font-size: 80%;
	line-height: 1.25;
	color: #737d81;
}

@media (min-width: 480px) {
	.downloads .grids_2 .gridItem {
		width: 50%;
		float: left;
	}
	.downloads .grids_2 .gridItem:nth-child(2n+1) {
		clear: left;
	}
	.downloads .grids_4 .gridItem {
		width:25%;
		float:left;
	}
	.downloads .grids_4 .gridItem:nth-child(4n+1) {
		clear: left;
	}
}

/* Content: SUB NAV IN ARTICLEs */
.article .navSub ul {
	padding: 0 0 0 2em;
}

.box.greyBackground {
	padding: 15px;
}
.box .boxHead {
	font-style: italic;
	font-weight: 500;
	font-size: 1.333em;
	line-height: 1.25;
}
.box .boxContent > :first-child {
	margin-top: 0;
}
.box .boxContent > :last-child {
	margin-bottom: 0;
}

/* Content: FORMS */
.form .hint .duty {
	padding: 2px;
	color: #0093d2;
}
.fieldset.greyBackground,
.form.greyBackground {
	padding: 15px;
}
.form fieldset legend {
	margin: 0;
}

.form.greyBackground > :first-child,
.form.greyBackground > .hidden:first-child + * {
	margin-top: 0;
}
.form.greyBackground > :last-child {
	margin-bottom: 0;
}

.optsContainer,
.optsInputWrap {
	margin: 1em 0;
	text-align: left;
	position: relative;
	padding:0;
}
.optsContainerWrap {
	margin: 1em 0;
}
.optsContainer:after {
	clear: both;
	content: '';
	display: table;
}

.optsContainer + .optsContainer,
.optsContainer + .optsContainerWrap,
.optsContainer + .btnContainer,
.optsContainer + fieldset,
.optsContainerWrap + .optsContainerWrap,
.optsContainerWrap + .optsContainer,
.optsContainerWrap + .btnContainer,
.optsContainerWrap + fieldset,
fieldset + .btnContainer,
.form fieldset + fieldset {
	margin-top: 2em;
}
fieldset > .optsContainer:first-child,
fieldset > .optsContainerWrap:first-child {
	margin-top: 0;
}
fieldset > .optsContainer:last-child,
fieldset > .optsContainerWrap:last-child {
	margin-bottom: 0;
}

.optsRange .date > label,
.optsContainer > label,
.optsInputWrap > label {
	display: block;
	margin: 0;
	padding: 0 5px;
	text-align: left;
	font-weight: normal;
	line-height: 1.333em;
	position: absolute;
	left: 5px;
	top: 9px;
	transition: all .2s .1s;
	pointer-events: none;
	max-width: 95%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.optsContainer > input:focus ~ label,
.optsInputWrap > input:focus ~ label,
.optsContainer > .input:focus ~ label,
.optsContainer > textarea:focus ~ label,
.optsContainer > select:focus ~ label,
.optsContainer > .selectWrap.focus ~ label,
.optsRange .date > input:focus ~ label,
.optsRange .date > .input:focus ~ label,
.optsRange .date.hasValue > label,
.optsRange .date.hasFocus > label,
.optsContainer.hasValue > label,
.optsContainer.hasFocus > label,
.optsInputWrap.hasValue > label,
.optsInputWrap.hasFocus > label {
	top: -.5em;
	font-size: .75em;
	line-height: 1;
	color: #737d81;
	transition: all .2s;
}
.optsContainer > input:focus ~ label,
.optsInputWrap > input:focus ~ label,
.optsContainer > .input:focus ~ label,
.optsContainer > textarea:focus ~ label,
.optsContainer > select:focus ~ label,
.optsContainer > .selectWrap.focus ~ label,
.optsRange .date > input:focus ~ label,
.optsRange .date > .input:focus ~ label {
	background: #f5f6f6;
}
.optsContainer > label:first-child,
.optsContainer > .error:first-child + label,
.optsRange > label {
	position: static;
	padding: 0;
	margin-bottom: 5px;
	text-overflow: clip;
	max-width: none;
	overflow: visible;
	white-space: wrap;
}
.optsContainer.optsDuty > label:after {
	font-weight: normal;
	color: #37454b;
	padding-left: 2px;
	display: inline-block;
	content: '*';
}

.optsContainer > label .shortInfo {
	font-weight: normal;
	letter-spacing: 0;
	text-transform: none;
	font-size: 80%;
	color: #37454b;
}
.optsContainer > label .shortInfo:before {
	content:' (';
}
.optsContainer > label .shortInfo:after {
	content:')';
}

.optsContainer input,
.optsContainer .input,
.optsContainer .optsInputWrap,
.optsContainer textarea,
.optsContainer select,
.optsContainer .selectOver,
.optsContainer .optsCounterWrap .over {
	width: 100%;
	padding: 8px 9px;
	background: #fff;
	border: 1px solid #fff;
	border-bottom: 3px solid #ebeded;
	font-size: 1em;
	line-height: 1.333em;
	transition: border-color .2s, background .2s;
	position: relative;
	display: block;
}
.optsError .error {
	font-size: .8em;
	line-height: 1.33333;
	padding: .5em 0;
}
.optsError > label {
	color: #C00;
}
.optsError input,
.optsError .input,
.optsError textarea,
.optsError select,
.optsError .selectOver,
.optsError .optsCounterWrap .over {
	border-bottom-color: #C00;
}

.optsContainer input:not(.optsSwitch):hover,
.optsContainer .input:hover,
.optsContainer textarea:hover,
.optsContainer select:hover,
.optsContainer .selectWrap:hover .selectOver,
.optsContainer .optsCounterWrap:hover .over,
.optsContainer .optsInputWrap:hover {
	border-color: #ebeded;
}
.optsContainer input:not(.optsSwitch):focus,
.optsContainer .input:focus,
.optsContainer textarea:focus,
.optsContainer select:focus,
.optsContainer .selectWrap.focus .selectOver,
.optsContainer .optsCounterWrap.focus .over,
.optsContainer .optsInputWrap.hover {
	border-color: #cdd0d2;
	background: #f5f6f6;
}

.optsContainer input[type="radio"]:not(.optsSwitch),
.optsContainer input[type="checkbox"]:not(.optsSwitch) {
	border: none;
	width: auto !important;
	float: none !important;
}
.optsContainer input[type="radio"]:not(.optsSwitch) + label,
.optsContainer input[type="checkbox"]:not(.optsSwitch) + label {
	display: inline;
	padding: 0 0 0 .25em;
	margin: 0;
	text-align: left;
	width: auto;
	cursor: pointer;
	color: #737d81;
}
.optsContainer input[type="radio"]:not(.optsSwitch):checked + label,
.optsContainer input[type="checkbox"]:not(.optsSwitch):checked + label {
	color: #37454b;
}
.optsContainer .optsInline {
	display: block;
	float: left;
	padding: 8px 9px 8px 29px;
	padding-left: calc(2em - 1px);
	background: #fff;
	border: 1px solid #fff;
	border-bottom: 3px solid #ebeded;
	line-height: 20px;
	margin: 1em 1em 0 0;
	cursor: pointer;
	transition: border-color .2s, color .2s;
	position: relative;
}
.optsContainer .optsInline:hover {
	border-color: #ebeded;
}
.optsContainer .optsInline.optsChecked {
	border-color: #cdd0d2;
	background: #f5f6f6;
	color: inherit;
}
.optsContainer .optsInline input[type="radio"] + label,
.optsContainer .optsInline input[type="checkbox"] + label {
	padding: 0;
	background: none !important;
}
.optsContainer .optsInline input[type="radio"]:not(.optsSwitch),
.optsContainer .optsInline input[type="checkbox"]:not(.optsSwitch) {
	position: absolute;
	left: 10px;
	top: 12px;
	line-height: 1;
}
.optsContainer .optsInline.optsInlineWithIcon input[type="radio"],
.optsContainer .optsInline.optsInlineWithIcon input[type="checkbox"] {
	display: none;
}
.optsContainer .optsInline.optsInlineWithIcon .icon {
	right: auto;
	left: 10px;
	color: inherit;
}
.optsContainer .optsLine {
	display: block;
	margin-right: 0;
}
.optsContainer .optsLine input[type="checkbox"] {
	display:inline-block;
}
.optsContainer .optsInline.optsSwitchContainer {
	display: flex;
	flex-grow: 1;
	justify-content: flex-end;
	padding-left: 9px;
}
.optsContainer .optsInline.optsSwitchContainer label {
	order: -1;
	flex-grow: 1;
}
.optsContainer .optsBlock .optsLine,
.optsContainer .optsBlock .optsInputWrap {
	margin-right: 1em;
	float: none;
}
.optsContainer .optsBlock .optsInputWrap {
	margin-bottom: 0;
}
.optsContainer .optsCounterWrap {
	position: relative;
	padding: 0;
	padding-bottom: 0 !important;
}
.optsContainer .selectWrap {
	position: relative;
	padding: 0;
	padding-bottom: 0 !important;
	overflow: hidden;
}
.optsContainer .selectOver,
.optsContainer .optsCounterWrap .over {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: clip;
	height: calc(1.333em + 20px);
}
.optsContainer .selectOver:after {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
	content: '';
	display: block;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #9ba2a5 transparent transparent;
	transform-origin: 50% 50%;
	transition: all .2s;
}
.optsContainer .selectWrap:hover .selectOver:after {
	border-top-color: #666;
}
.optsContainer .selectWrap.focus .selectOver:after {
	transform: rotate(180deg);
	border-top-color: #37454b;
}
.optsContainer .selectWrap select,
.optsContainer .optsCounterWrap input,
.optsContainer .optsCounterWrap select {
	width: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.optsContainer .optsCounterWrap .optsCounterUp,
.optsContainer .optsCounterWrap .optsCounterDown {
	position: absolute;
	padding: 5px 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	background: none;
	border: none;
	cursor: pointer;
}
.optsContainer .optsCounterWrap .optsCounterUp {
	right: 50px;
	right: calc(20px + 1.5em);
}
.optsContainer .optsCounterWrap .optsCounterDown {
	right: 10px;
}
.optsContainer .optsCounterWrap .optsCounterUp .icon,
.optsContainer .optsCounterWrap .optsCounterDown .icon {
	position: static;
	line-height: 1;
	font-size: 1em;
	color: #fff;
	background: #37454b;
	border-radius: 50%;
	display: block;
	margin: 0;
	padding: .167em;
	text-align: center;
}
.optsContainer .optsCounterWrap .optsCounterUp .icon:before,
.optsContainer .optsCounterWrap .optsCounterDown .icon:before {
	display: block;
}

.optsContainer .optsCounterWrap .optsCounterUp:hover .icon,
.optsContainer .optsCounterWrap .optsCounterDown:hover .icon {
	background: #0093d2;
}
.optsContainer .optsCounterWrap .optsCounterUp:disabled,
.optsContainer .optsCounterWrap .optsCounterDown:disabled {
	pointer-events: none;
	opacity: .5;
	cursor: not-allowed;
}
.optsContainer .optsCounterWrap .over {
	padding-right: calc(3em + 20px);
}

.optsContainer .optsBlock {
	list-style: none;
	margin: -1em -1em 0 0;
	padding: 0;
}
.optsContainer .optsNfo {
	margin-top: 5px;
}

.optsContainerWrap > .ipShort,
.optsContainer > .ipShort {
	float: left;
	width: 25%;
}
.optsContainerWrap > .ipLong,
.optsContainer > .ipLong {
	float: left;
	width: 70%;
	width: calc(75% - 15px);
}
.optsContainerWrap > .optsContainer {
	margin: 0;
}
.optsContainerWrap > .ipLong + .ipShort,
.optsContainerWrap > .ipShort + .ipLong,
.optsContainer > .ipLong + .ipShort,
.optsContainer > .ipShort + .ipLong {
	margin-left: 4%;
	margin-left: calc(15px);
}
.optsContainerWrap .ipHalf + .ipHalf {
	margin-top: 2em;
}

.optsContainer .date {
	position: relative;
}
.optsContainer .icon,
.optsContainer .iconBtn {
	position: absolute;
	top: 50%;
	margin-top: calc(-.5em - 2px);
	line-height: 1;
	right: 10px;
	color: #9ba2a5;
	z-index: 1;
	background: none;
}
.optsContainer .icon {
	pointer-events: none;
}
.optsContainer .iconBtn .icon {
	pointer-events: auto;
	position: static;
	margin: 0;
}
.optsContainer select:focus + .icon,
.optsContainer .selectWrap.focus + .icon,
.optsContainer textarea:focus + .icon,
.optsContainer input:focus + .icon,
.optsContainer .input:focus + .icon {
	color: #37454b;
}
.optsContainer .date input,
.optsContainer .date .input {
	float: none;
	width: 100%;
}

.optsContainer select + .optsLine,
.optsContainer .selectWrap + .optsLine {
	margin-top: 15px;
}

.optsContainer .optsInputLine > label:first-child {
	font-style: italic;
}

.optsRange .optsBlock {
	margin: 0;
}
.optsRange .to {
	margin-top: 1em;
}

.optsContainer .optsSlide {
	margin: 5px 0;
}
.optsContainer .optsSlide .slider-range {
	background: #fff;
	border-color: #ebeded;
}

.optsAccordeon .input {
	display: flex;
	flex-wrap: wrap;
}
.optsAccordeon .icon {
	position: static;
	line-height: inherit;
	margin-top: 0;
	transition: all .3s;
}
.optsAccordeon button[aria-expanded="true"] .icon {
	transform: rotate(-180deg);
}


/* Swtiches */
input.optsSwitch {
	float: right;
	flex-shrink: 0;
	width: 2em;
	height: 1em;
	vertical-align: top;
	appearance: none;

	background: #C00 no-repeat left center;
	background-image:  url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
	background-size: contain;

	border: none;
	border-radius: 2em;

	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	print-color-adjust: exact;

	box-shadow: 0 1px 3px rgba(0,0,0,.5) inset;
	font-size: 1.333em;

	transition: background .3s;

	display: block !important;
}
input.optsSwitch:focus-visible {
	outline: 0;
	box-shadow: 0 0 .05rem .25rem rgba(13,110,253,.25);
}
input:checked.optsSwitch {
	background-color: #00b300;
	background-position: right center;
}
input:disabled.optsSwitch  {
	background-color: #ddd;
}

/*
CAPTCHA
 */
.optsContainer .optsCaptchaBlock {
	margin-top: calc(-1em + 10px);
}
.optsCaptcha .optsInputWrap {
	background: none;
	padding: 0;
	border: none;
	position: relative;
}
.optsContainer .optsCaptchaGraphicsImg {
	width: 100%;
	height: auto;
	display: block;
}
.optsContainer .captchaReload {
	display: block;
	margin-top: 5px;
	padding-left: calc(1em + 10px);
	cursor: pointer;
	position: relative;
}
.optsContainer .captchaReload .icon {
	left: 0;
	right: auto;
}

/*
RATING
 */
.optsRating .optsBlock {
	display: flex;
	padding-left: .5em;
}
.optsRating .optsInline {
	border: none;
	padding: 0;
	background: none;
}
.optsRating .optsInline label {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	padding-bottom: 1.5em !important;
}
.optsRating .optsInline label .icon {
	position: static;
	border: 2px solid var(--data-color);
	color: var(--data-color);
	line-height: 1;
	padding: 7px;
	margin: 0;
	background: #fff;
}
.optsRating .optsInline label .optsRatingLabel {
	font-size: .867em;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	white-space: nowrap;
}
.optsRating .optsInline input:focus + label .icon {
	border-style: dotted;
}
.optsRating .optsInline input:checked + label .icon {
	background: var(--data-color);
	color: #fff !important;
}

/* Form Type: BUTTONS */
.btnContainer {
	display: flex;
	justify-content: center;
}
.btnContainer button {
	min-width: 30%;
}
.btnContainer .btnLess,
.btnContainer .backLink {
    float: left;
    margin: 0;
}
.btnContainer button[type="reset"] {
	min-width: 0;
}
.box .btnContainer button {
	width: 100%;
	box-shadow: none;
}
@media (min-width: 480px) {
	.optsContainerWrap {
		display: flex;
		flex-wrap: wrap;
	}
	.optsContainerWrap > * {
		flex-grow: 1;
	}
	.optsRange .date,
	.optsContainerWrap .ipHalf {
		width: 50%;
		float: left;
		padding-left: 7px;
		padding-right: 8px;
		margin: 0;
	}
	.optsContainerWrap .ipHalf:first-child,
	.optsRange .from {
		padding-left: 0;
	}
	.optsContainerWrap .ipHalf:last-child,
	.optsRange .to {
		padding-right: 0;
	}
	.optsRange .date.from > .icon {
		right: 17px;
	}
	.optsContainerWrap .ipHalf:last-child > label,
	.optsRange .date.to > label {
		left: 13px;
	}
	.optsRange .date > input,
	.optsRange .date > .input,
	.optsContainerWrap .ipHalf + .ipHalf {
		margin-top: 0;
	}

	.optsContainerWrap .btnRaised {
		height: 100%;
	}

	.optsCaptcha .optsBlock {
		display: flex;
	}
	.optsCaptcha .optsInputWrap {
		width: 50%;
	}
}

@media (min-width: 720px) {
	.optsContainerWrap .ipLong-md,
	.optsContainerWrap .ipShort-md {
		float: left;
		margin: 0;
	}
	.optsContainerWrap > .ipShort-md {
		width: 25%;
	}
	.optsContainerWrap > .ipLong-md  {
		width: 70%;
		width: calc(75% - 15px);
	}
	.optsContainerWrap > .ipLong-md + .ipShort-md,
	.optsContainerWrap > .ipShort-md + .ipLong-md {
		margin-left: 4%;
		margin-left: calc(15px);
	}
}

/* Content: AKKOREDEON */
.accordion {
	padding: 15px !important;
}

/* Content: LISTS */
.list .listItem {
	padding: 15px;
}
.list > hr {
	margin: 15px;
}
.listItem .articleWrap > :first-child {
	margin-top: .25rem;
}
.listItem .articleImgNone + .articleWrap > :first-child {
	margin-top: .5em;
}
.listItem .headline {
	margin: .25em 0 .5em;
	font-size: 1.5em;
}
.listItem .headline a {
	text-decoration: none;
}
.listItem .dateText {
	font-size: 80%;
	line-height: 1.25;
}

.listItem .articleImgNone,
.listItem .articleImgLeft,
.listItem .articleImgRight {
	float: none;
	margin: 0 auto;
}
.listItem .articleImgLeft.imgWidth-25,
.listItem .articleImgRight.imgWidth-25 {
	width: 33.3%;
}

.listItem .articleImgLeft.imgWidth-5,
.listItem .articleImgLeft.imgWidth-10,
.listItem .articleImgLeft.imgWidth-13,
.listItem .articleImgLeft.imgWidth-15,
.listItem .articleImgLeft.imgWidth-17,
.listItem .articleImgLeft.imgWidth-20,
.listItem .articleImgLeft.imgWidth-25 {
	float:left;
}
.listItem .articleImgLeft.imgWidth-5 + .articleWrap,
.listItem .articleImgLeft.imgWidth-10 + .articleWrap,
.listItem .articleImgLeft.imgWidth-13 + .articleWrap {
	padding-left: 1em;
	margin-left: 15%;
}
.listItem .articleImgLeft.imgWidth-15 + .articleWrap,
.listItem .articleImgLeft.imgWidth-17 + .articleWrap,
.listItem .articleImgLeft.imgWidth-20 + .articleWrap {
	padding-left: 1em;
	margin-left: 25%;
}
.listItem .articleImgLeft.imgWidth-25 + .articleWrap {
	padding-left: 1em;
	margin-left: 33.3%;
}

.listItem .articleImgRight.imgWidth-5,
.listItem .articleImgRight.imgWidth-10,
.listItem .articleImgRight.imgWidth-13,
.listItem .articleImgRight.imgWidth-17,
.listItem .articleImgRight.imgWidth-20,
.listItem .articleImgRight.imgWidth-25 {
	float: right;
}
.listItem .articleImgRight.imgWidth-5 + .articleWrap,
.listItem .articleImgRight.imgWidth-10 + .articleWrap,
.listItem .articleImgRight.imgWidth-13 + .articleWrap{
	padding-right: 1em;
	margin-right: 15%;
}
.listItem .articleImgRight.imgWidth-15 + .articleWrap,
.listItem .articleImgRight.imgWidth-17 + .articleWrap,
.listItem .articleImgRight.imgWidth-20 + .articleWrap {
	padding-right: 1em;
	margin-right: 25%;
}
.listItem .articleImgRight.imgWidth-25 + .articleWrap {
	padding-right: 1em;
	margin-right: 33.3%;
}

@media (min-width: 480px) {
	.listItem .articleImgLeft.imgWidth-33 {
		float:left;
	}
	.listItem .articleImgLeft.imgWidth-5 + .articleWrap,
	.listItem .articleImgLeft.imgWidth-10 + .articleWrap {
		margin-left: 15%;
	}
	.listItem .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 20%;
	}
	.listItem .articleImgLeft.imgWidth-15 + .articleWrap,
	.listItem .articleImgLeft.imgWidth-17 + .articleWrap,
	.listItem .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 33.3%;
	}
	.listItem .articleImgLeft.imgWidth-33 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}
	
	.listItem .articleImgRight.imgWidth-33 {
		float: right;
	}
	.listItem .articleImgRight.imgWidth-5 + .articleWrap,
	.listItem .articleImgRight.imgWidth-10 + .articleWrap {
		margin-right: 15%;
	}
	.listItem .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 20%;
	}
	.listItem .articleImgRight.imgWidth-15 + .articleWrap,
	.listItem .articleImgRight.imgWidth-17 + .articleWrap,
	.listItem .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 33.3%;
	}
	.listItem .articleImgRight.imgWidth-33 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media (min-width: 640px) {
	.listItem .articleImgLeft.imgWidth-42,
	.listItem .articleImgLeft.imgWidth-50 {
		float:left;
	}
	.listItem .articleImgLeft.imgWidth-17 + .articleWrap,
	.listItem .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 25%;
	}
	.listItem .articleImgLeft.imgWidth-25 + .articleWrap {
		margin-left: 33.3%;
	}
	.listItem .articleImgLeft.imgWidth-42 + .articleWrap,
	.listItem .articleImgLeft.imgWidth-50 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}
	
	.listItem .articleImgRight.imgWidth-42,
	.listItem .articleImgRight.imgWidth-50 {
		float: right;
	}
	.listItem .articleImgRight.imgWidth-17 + .articleWrap,
	.listItem .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 25%;
	}
	.listItem .articleImgRight.imgWidth-25 + .articleWrap {
		margin-right: 33.3%;
	}
	.listItem .articleImgRight.imgWidth-42 + .articleWrap,
	.listItem .articleImgRight.imgWidth-50 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media (min-width: 720px) {
	.listItem .articleImgLeft.imgWidth-67 {
		float:left;
	}
	.listItem .articleImgLeft.imgWidth-5 + .articleWrap,
	.listItem .articleImgLeft.imgWidth-10 + .articleWrap,
	.listItem .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 15%;
	}
	.listItem .articleImgLeft.imgWidth-15 + .articleWrap,
	.listItem .articleImgLeft.imgWidth-17 + .articleWrap,
	.listItem .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 20%;
	}
	.listItem .articleImgLeft.imgWidth-25 + .articleWrap,
	.listItem .articleImgLeft.imgWidth-33 + .articleWrap {
		margin-left: 33.3%;
	}
	.listItem .articleImgLeft.imgWidth-67 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}
	
	.listItem .articleImgRight.imgWidth-67 {
		float: right;
	}
	.listItem .articleImgRight.imgWidth-5 + .articleWrap,
	.listItem .articleImgRight.imgWidth-10 + .articleWrap,
	.listItem .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 15%;
	}
	.listItem .articleImgRight.imgWidth-15 + .articleWrap,
	.listItem .articleImgRight.imgWidth-17 + .articleWrap,
	.listItem .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 20%;
	}
	.listItem .articleImgRight.imgWidth-25 + .articleWrap,
	.listItem .articleImgRight.imgWidth-33 + .articleWrap {
		margin-right: 33.3%;
	}
	.listItem .articleImgRight.imgWidth-67 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media (min-width: 960px) {
	.listItem .articleImgLeft.imgWidth-25,
	.listItem .articleImgRight.imgWidth-25 {
		width: 25%;
	}

	.listItem .articleImgLeft.imgWidth-75 {
		float:left;
	}
	.listItem .articleImgLeft.imgWidth-5 + .articleWrap {
		margin-left: 5%;
	}
	.listItem .articleImgLeft.imgWidth-10 + .articleWrap {
		margin-left: 10%;
	}
	.listItem .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 12.5%;
	}
	.listItem .articleImgLeft.imgWidth-15 + .articleWrap {
		margin-left: 15%;
	}
	.listItem .articleImgLeft.imgWidth-17 + .articleWrap {
		margin-left: 16.7%;
	}
	.listItem .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 20%;
	}
	.listItem .articleImgLeft.imgWidth-25 + .articleWrap {
		margin-left: 25%;
	}
	.listItem .articleImgLeft.imgWidth-33 + .articleWrap {
		margin-left: 33.3%;
	}
	.listItem .articleImgLeft.imgWidth-42 + .articleWrap {
		margin-left: 41.7%;
	}
	.listItem .articleImgLeft.imgWidth-50 + .articleWrap {
		margin-left: 50%;
	}
	.listItem .articleImgLeft.imgWidth-67 + .articleWrap {
		margin-left: 66.7%;
	}
	.listItem .articleImgLeft.imgWidth-75 + .articleWrap {
		padding-left: 1em;
		margin-left: 75%;
	}
	
	.listItem .articleImgRight.imgWidth-75 {
		float: right;
	}
	.listItem .articleImgRight.imgWidth-5 + .articleWrap {
		margin-right: 5%;
	}
	.listItem .articleImgRight.imgWidth-10 + .articleWrap {
		margin-right: 10%;
	}
	.listItem .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 12.5%;
	}
	.listItem .articleImgRight.imgWidth-15 + .articleWrap {
		margin-right: 15%;
	}
	.listItem .articleImgRight.imgWidth-17 + .articleWrap {
		margin-right: 17%;
	}
	.listItem .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 20%;
	}
	.listItem .articleImgRight.imgWidth-25 + .articleWrap {
		margin-right: 25%;
	}
	.listItem .articleImgRight.imgWidth-33 + .articleWrap {
		margin-right: 33.3%;
	}
	.listItem .articleImgRight.imgWidth-42 + .articleWrap {
		margin-right: 41.7%;
	}
	.listItem .articleImgRight.imgWidth-50 + .articleWrap {
		margin-right: 50%;
	}
	.listItem .articleImgRight.imgWidth-67 + .articleWrap {
		margin-right: 66.7%;
	}
	.listItem .articleImgRight.imgWidth-75 + .articleWrap {
		padding-right: 1em;
		margin-right: 75%;
	}
}

/* Content: GRIDS */
.gridWrap {
	margin: 15px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.article .gridWrap {
	margin-left: -15px;
	margin-right: -15px;
}
.is_book + .clear + .gridWrap {
	margin-top: -2em;
}
.is_book.articleFullWidth + .clear + .gridWrap {
	margin-top: -15px;
}
.gridWrap.masonryGridWrap {
	margin: 0 0 0 15px;
	margin-bottom: calc(-15px + 2em);
	display: block;
}
.gridWrap .gridSizer {
	width: 50%;
}
.gridWrap .articleGrid {
	padding: 0 0 100%;
	float: left;
	width: 100%;
	position: relative;
	flex: 0 0 auto;
}

.gridWrap .leftContainer,
.gridWrap .rightContainer,
.gridWrap .gridWidth_100,
.gridWrap .gridWidth_50,
.gridWrap .gridWidth_33,
.gridWrap .gridWidth_25 {
	width: 100%;
	padding: 15px;
	float: left;
}
.gridWrap .rightContainer {
	float: right;
}
.gridWrap .gridWidth_1x1 {
	padding-bottom: 50%;
	width: 50%;
}
.gridWrap .gridWidth_2x1 {
	padding-bottom: 50%;
	width: 100%;
}
.gridWrap .gridWidth_2x2 {
	width: 100%;
}

/* Content Part: GRIDS - General Content */
.articleGrid {
	position: relative;
	z-index: 1;
	width: 100%;
}
.articleGrid .wrap {
	border-bottom: 5px solid #37454b;
	background: #f5f6f6;
	color: #4b5d65;
	transition: border .3s;
	position: relative;
	display: block;
	text-decoration: none;
	height: 100%;
}
.greyBackground .articleGrid .wrap {
	background: #fff;
	color: #737d81;
}

.articleGrid .info {
	position: relative;
	display: block;
	color: inherit;
	padding: 15px;
}

.articleGrid .info > :first-child {
	margin-top: 0; 
}
.articleGrid .info > :last-child {
	margin-bottom: 0;
}
.articleGrid .headline {
	margin: 0;
	font-size: 1.333em;
	color: #37454b;
	font-weight: 500;
	font-style: normal;
	line-height: 1.25;
}
.articleGrid .headline a {
	text-decoration: none;
	display: block;
	color: inherit;
}
.articleGrid .headline + p {
	margin-top: 0;
}
.articleGrid .imgWrap {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	border-bottom: none;
	transition: all 1s cubic-bezier(0,1,.5,1);
}
.articleGrid .imgWrap.imgFillCover {
	background-size: cover;
}
.articleGrid .imgWrap.imgFillContain {
	background-size: contain;
}
.articleGrid.polaroid.show:hover,
.articleGrid:hover .wrap .imgWrap {
	transform: scale(1.05);
}

.articleGrid .imgWrap .caption {
	position: absolute;
	background: #fff;
	display: block;
	padding: .5em 1em;
	margin: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	max-width: 100%;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.articleGrid:hover .imgWrap .caption {
	white-space: normal;
	text-overflow: none;
}
.articleGrid .articleTeaser {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}
.articleGrid .articleTeaser + .placeBarrierfree {
	position:relative;
	margin-top: -60px;
}
.articleGrid .placeBarrierfree ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
}
.articleGrid .placeBarrierfree ul li {
	display:inline-block;
	padding:15px 15px 15px 0;
}
.articleGrid .placeBarrierfree ul li img {
	width:30px;
	height:30px;
}
.articleGrid .moreBtn {
	position: absolute;
	right: 0;
	bottom: -5px;
	background: #37454b;
	color: #fff;
	height: 2em;
	min-width: 2em;
	padding: 0 .5em;
	text-align: center;
	transition: all .3s;
}
.articleGrid .moreBtn .label {
	font-size: .8em;
	text-transform: uppercase;
	line-height: 2.5;
	padding-right: .333em;
}
.articleGrid .moreBtn .icon {
	line-height: 2;
}
.articleGrid.polaroid .wrap {
	border-bottom: none;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	background: #fff !important;
	transition: box-shadow .3s;
}
.articleGrid.polaroid .articleTeaser {
	border-style: solid;
	border-color: #fff;
	border-width: 15px 15px 0 15px;
}
.articleGrid.polaroid .info {
	text-align: center;
	background: #fff;
	color: #37454b;

}
.articleGrid.polaroid .info .headline {
	color: #37454b;
}
.articleGrid.polaroid {
	transition: transform 1s cubic-bezier(0,1,.5,1);
}
.articleGrid.polaroid.show:hover {
	z-index: 2;
}
.articleGrid.polaroid.show:hover .wrap {
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.articleGrid.polaroid:hover .imgWrap {
	transform: none;
}

.masonryGridWrap .articleGrid {
	border-bottom: none;
	flex: auto;
}
.masonryGridWrap .articleGrid .wrap {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 15px;
	right: 15px;
	overflow: hidden;
	background: #f5f6f6;
	transition: border .3s;
	height: auto;
}
.masonryGridWrap .articleGrid .articleImgNone {
	position: relative;
	height: 100%;
	width: 100%;
	display: block;
	color: inherit;
}
.masonryGridWrap .articleGrid.fontColorLight .articleImgNone {
	color: #fff;
}
.masonryGridWrap .articleGrid .imgWrap {
	position: absolute;
	padding-bottom: 0 !important;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.masonryGridWrap .articleGrid .imgLabelOverlay {
	position: absolute;
	text-align: center;
	width: 100%;
	padding: 15px;
}
.masonryGridWrap .articleGrid .headline {
	color: inherit;
	font-weight: 500;
	font-style: normal;
	font-size: 1.15em;
}
.masonryGridWrap .articleGrid .description {
	font-weight: 300;
}

.gridArticleGallery .wrap .articleGrid {
	height: 100%;
	width: 100%;
	padding: 0;
	flex: 1 0 auto;
}
.gridArticleGallery.articleGrid > .wrap {
	border-bottom: none;
	background: none;
}
.gridArticleGallery .wrap .articleGrid .wrap {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.gridArticleGallery  .swiper.swiper-horizontal .swiper-pagination {
	left: 0;
	right: auto;
	bottom: 5px;
	display: block;
	justify-content: flex-start;
}

@media (min-width: 480px) {
	.masonryGridWrap .articleGrid .imgLabelOverlay {
		padding-top: 30px;
		padding-bottom: 30px;
		font-size: 1.333em;
	}
}

@media (min-width: 560px) {
	.gridWrap .gridWidth_25,
	.gridWrap .gridWidth_33,
	.gridWrap .leftContainer,
	.gridWrap .rightContainer {
		width: 50%;
	}
	
	.gridWrap.masonryGridWrap  {
		margin-bottom: calc(-15px + 4em);
	}
	.is_book + .clear + .gridWrap {
		margin-top: -4em;
	}
}
@media (min-width: 720px) {
	.gridWrap .gridSizer {
		width: 25%;
	}
	.gridWrap .gridWidth_1x1 {
		padding-bottom: 25%;
		width: 25%;
	}
	.gridWrap .gridWidth_2x1 {
		padding-bottom: 25%;
		width: 50%;
	}
	.gridWrap .gridWidth_2x2 {
		padding-bottom: 50%;
		width: 50%;
	}
	
	.masonryGridWrap .articleGrid .imgLabelOverlay {
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 1em;
	}
}
@media (min-width: 960px) {	
	.gridWrap .gridSizer {
		width: 8.333%;
	}
	.gridWrap .gridWidth_25 {
		width: 25%;
	}
	.gridWrap .gridWidth_33 {
		width: 33.3%;
	}
	.gridWrap .gridWidth_50 {
		width: 50%;
	}
	
	.masonryGridWrap .articleGrid .imgLabelOverlay {
		padding-top: 30px;
		padding-bottom: 30px;
		font-size: 1.333em;
	}
}

/* Content: HOSTS */

.hosts {
	position: relative;
}
.hosts .loading {
	position: absolute;
	top: 0;
	z-index: 1;
	background-color: rgba(255,255,255,.75);
}
.hosts .mapWrap {
	padding: 15px;
}


/* SPRACHWAHL BEI GESCANNTEN ARTIKELN*/
.langSwitch .switch {
	display:block;
	opacity:0.5;
	text-decoration:none;
	color:inherit;
}
.langSwitch a.switch {
	opacity:1;
}

/* LOGIN FORM */
#loginForm {
	width:50%;
	min-width:300px;
	margin:0 auto;
}
/* LINKLISTE */
.directLinks {
	margin-top: .714em;
}
.directLinks .boxHead {
	font-size: 1.333em;
	line-height: 1.25;
	font-weight: 500;
	font-style: italic;
	display: block;
	margin-bottom: .25em;
}
.directLinks .linkList {
	font-size: .933em;
	line-height: 1.429;
	margin-top: 0;
}
.directLinks .linkList li {
	margin: 0;
}
.directLinks .linkList li:before {
	top: .714em;
}
.directLinks .linkList li + li {
	margin-top: 10px;
}
.directLinks .linkList a {
	display: block;
	text-decoration: none;
	color: #556166;
}
.directLinks .linkList a:hover {
	text-decoration: underline;
}


.textCenter {
	text-align:center;
}

/* Site: PAGE JUMPS */
.jumper {
	margin: 15px -7px 15px -8px;
	position: relative;
	height: 40px;
}
.jumper .resultStats,
.pagerJumper .divider {
	display: none;
}
.jumper .pagerJumper {
	display:block;
	margin: 0 auto;
	position:absolute;
	right: 15px;
}
.pagerJumper a {
	padding: 10px 0;
	margin:0 7px 0 8px;
	display:block;
	float:left;
	width:40px;
	height:40px;
	background: #f5f6f6;
	color: inherit;
	font-weight: normal;
	line-height: 20px;
	text-align:center; 
	text-decoration: none;
	transition: all .3s;
}
.pagerJumper a:hover {
	background: #37454b;
	color: #fff;
}
.pagerJumper a.aktiv {
	font-weight: bold;
	color: #fff;
	background:#0093d2;
}

.pages  {
	text-align:center;
	padding: 1em;
	margin-top: 2em;
	color: #ebeded;
}
.pages:last-child {
	padding-bottom: 2em;
}
.pages > * {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.pages a {
	font-weight: normal;
	font-style: italic;
	color: #37454b;
	text-decoration: none;
	padding: 0 10px;
	position: relative;
	max-width: 35%;
	overflow: hidden;
}
.pages a:first-child {
	padding-left: 25px;
}
.pages a:last-child {
	padding-right: 25px;
}
.pages a span {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	display: inline-block;
}
.pages a .icon {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
}
.pages a:last-child .icon {
	right: 0;
	left: auto;
}
.pages a.overviewPage {
	font-weight: 500;
}
.pages a.enabled .icon {
	color: #37454b;
}
.pages a.disabled {
	color: #cdd0d2 !important;
	text-decoration: none;
}

.backLink {
	text-align:center;
	padding-bottom:20px;
}
.backLink a {
	display:inline-block;
	text-decoration:none;
	color:inherit;
	text-transform:uppercase;
	font-weight:500;
	font-style:italic;
}

@media (min-width: 640px) {
	/* LINKLISTE */
	.directLinks {
		float: right;
		width: 33.3%;
		padding-left: 2em;
		background: #fff;
		position: relative;
		z-index: 1;
		margin-top: 0;
	}
	.directLinks + .directLinks {
		clear: right;
	}
	.greyBackground .directLinks {
		background: #f5f6f6;
	}
}
@media (min-width: 960px) {
	/* LINKLISTE */
	.directLinks {
		width: 50%;
		margin-right: -12.5%;
		margin-right: calc(-12.5% + 15px);
	}
}

@media (min-width: 1120px) {
	/* LINKLISTE */
	.directLinks {
		width: 33.33%;
		
	}	
}

@media (min-width: 1440px) {
	/* LINKLISTE */
	.directLinks {
		width: 25%;
		
	}	
}

.rateAndShareWrap {
	margin: 1em 0;
	padding-bottom: 1em;
	display: block;
	position: relative;
}
.rateAndShare {
	position: relative;
	padding-bottom: 0;
	margin-top: -1em;
}
.rateAndShare .icon:before {
	margin: 0;
}
.rateAndShare > *:after,
.rateAndShare:after {
	position: absolute;
	content: '';
	background: #f5f6f6;
	display: block;
}
.rateAndShare:after {
	left: 0;
	width: 100%;
	height: 2px;
	bottom: -1em;
}
.rateAndShare > * {
	position: relative;
	display: inline-block;
	margin-right: 1em;
	padding-right: 1em;
	margin-top: 1em;
}
.rateAndShare > *:after {
	right: -1px;
	top: 0;
	height: 100%;
	width: 2px;
}
.rateAndShare > *:last-child {
	margin-right: 0;
	padding-right: 0;
}
.rateAndShare > *:last-child:after {
	display: none;
}
.rateAndShare .hint {
	font-size: 80%;
	line-height: 1.25;
	color: #9ba2a5;
}
.rateAndShare .shariff ul {
	margin: 0 -15px 0 0;
	padding: 0;	

}
.rateAndShare .shariff ul li {
	display: inline-block;
	margin: 0 15px 0 0;
}
.rateAndShare .shariff ul li a {
	display: block;
	font-size: 1.25em;
	color: inherit;
	vertical-align: -.125em;
}
.rateAndShare .shariff ul li:before,
.rateAndShare .shariff.min ul li .share_text {
	display: none;
}

.rateAndShare .currentRate .value {
	white-space: nowrap;
	padding-right: 10px;
}
.rateAndShare .availableRatings {
	width: 200px;
	padding: 15px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	background: #f5f6f6;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	top: 2em;
	display: none;
	z-index: 1;
}
.rateAndShare .checkboxTrigger:checked ~ .availableRatings {
	display: block;
}
.rateAndShare .submitRate {
	cursor: pointer;
}
.rateAndShare .submitRate .ns,
.rateAndShare .checkboxTrigger:checked + .submitRate .as,
.rateAndShare .submitRate:hover .as {
	display: inline-block;
}
.rateAndShare .submitRate .as,
.rateAndShare .checkboxTrigger:checked + .submitRate .ns,
.rateAndShare .submitRate:hover .ns {
	display: none;
}
.rateAndShare .availableRatings:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -.5em;
	margin-left: -.5em;
	border-style: solid;
	border-color: transparent transparent #f5f6f6 transparent;
	border-width: 0 .5em .5em .5em;
	display: block;
}
.rateAndShare .availableRatings a {
	display: block;
	white-space: nowrap;
	text-decoration: none;
	overflow: hidden;
	line-height: 30px;
	margin-left: -5px;
	margin-right: -5px;
	padding-left: 5px;
	padding-right: 5px;
}
.rateAndShare .availableRatings a:hover {
	background: #fff;
}
.rateAndShare .availableRatings .hint + a {
	margin-top: 5px;
}

/* ==========================================================================
   MODULE STYLES
   ========================================================================== */
   
/* Modul: START */
.modul_start .sectionTeaser {
	padding-bottom: 50%;
	height: 0;
	position: relative;
	background: no-repeat 50% 50%;
	background-size: cover;
	border-top: 5px solid #37454b;
}
.modul_start .section .sectionTeaser .headline {
	color: #37454b;
	padding: 15px;
	margin: 0;
	font-size: 5vw;
}
.modul_start .sectionTeaser:after {
	position: absolute;
	height: 20%;
	width: 100%;
	content: '';
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 80%,rgba(255,255,255,1) 100%);
}
.modul_start .greyBackground .sectionTeaser:after {
	background: linear-gradient(to bottom, rgba(245,246,246,0) 0%,rgba(245,246,246,0.9) 80%,rgba(245,246,246,1) 100%);
}
.modul_start .section .offersHeadline {
	text-align: center;
	margin-top: 0;
}
.modul_start .section .offersWrap {
	padding-bottom: 30px;
}
.modul_start .section .offers {
	display: block;
}
.modul_start .section .offers .articleGrid {
	height: auto;
}
@media (min-width: 720px) {
	.modul_start .section .sectionTeaser .headline {
		width: 50%;
		padding-top: 60px;
		font-size: 4vw;
	}
	.modul_start .section .offersWrap {
		padding-bottom: 60px;
	}
}

/* Modul: INFOMATERIAL */
#giveAwayForm .article,
#giveAwayForm .article + .article,
#giveAwayForm .article + hr {
	margin-top: 1em;
	margin-bottom: 1em;
}
#giveAwayForm .article .itemSelector {
	padding: 15px;
	margin-top: 2em;
	clear: both;
}
#giveAwayForm .article .itemSelector .optsContainer {
	margin: 0;
}
#giveAwayForm .aside .h2 {
	margin-top: 0;
}
#giveAwayForm .aside .noSel {
	font-style: italic;
}
#giveAwayForm .aside > p:last-of-type {
	margin-bottom: 0;
}
@media (min-width: 960px) {
	#giveAwayForm .article,
	#giveAwayForm .article + hr {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	#giveAwayForm .list {
		width: 66.667%;
		float: left;
		padding: 0 15px;
	}

	#giveAwayForm .aside {
		width: 33.333%;
		width: calc(33.333% - 30px);
		float: right;
		position: relative;
		margin: 0 calc(15px);
		padding: 15px;
	}
	#giveAwayForm .aside .btnContainer button {
		width: 100%;
	}
}

/* Modul: Karte */
#imap {
	position: relative;
	overflow: hidden;
	padding-top: 40px;
	background: #fff;
	margin-bottom: 15px;
}
.isFullscreen #imap {
	padding-left: 0;
	padding-right: 0;
	height: 100%;
    width: 100%;
	margin-bottom: 0;
}

@media (min-width: 480px) {
	#imap {
		padding-top: 0;
	}
}

/* Modul: SUCHE */
.search_results {
	margin: 15px;
	padding: 0;
}
.search_results a {
	text-decoration: none;
}
.search_results .headline {
	margin: 0;
}
.search_results .depthpath {
	color: #9ba2a5;
	display: block;
	font-size: 12px;
	padding: 0;
}
.search_results .depthpath a {
	color: #37454b;
}
.search_results .resultItem > :last-child {
	margin-bottom: 0;
}
.modul_events .search_result_info,
.modul_suche .search_result_info {
	text-align: center;
}

/* Modul: FAVORITEN */
#favsList {
	list-style: none;
}
#favsList li {
	position: relative;
	padding: 1em 3em 1em 0;
}
#favsList li .delete {
	position: absolute;
	right: 0;
	top: 1em;
	top: calc(1em - 5px);
	padding: 5px;
	background: #fff;
	z-index: 1;
}
#favsList li + li {
	border-top: 2px solid #f5f6f6;
}
#favsList li .headline strong {
	font-weight: 500;
}

/* Modul: EVENTS */
#datePicker .calWrap {
	position: relative;	
}
#datePicker .calLoader {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	background: rgba(255,255,255,.8) url('../img/preloader_301_dark.gif') no-repeat 50% 50%;
}
.greyBackground #datePicker .calLoader {
	background-color: #f5f6f6;
	background-color: rgba(245,246,246,.8);
}
#datePicker table {
	width: 100%;
	table-layout: fixed;
	line-height: 30px;
}
#datePicker table td {
	text-align: center;
}
#datePicker .calHead a {
	background: #fff;
	display: block;
	border-radius: 15px;
	height: 30px;
	width: 30px;
	text-align: center;
	text-decoration: none;
	color: inherit;
	margin: 0 auto;
}
#datePicker .calWeekdays {
	font-weight: bold;
}
#datePicker .calWeek span,
#datePicker .calWeek a {
	display: block;
	text-decoration: none;
}

#datePicker .calWeek .today {
	font-weight: bold;
	font-style: italic;
}
#datePicker .calWeek .choosenDate a,
#datePicker .calWeek .today a,
#datePicker .calWeek .today span,
#datePicker .calWeek .event_1 a,
#datePicker .calWeek .event_2 a {
	border-radius: 15px;
	height: 30px;
	width: 30px;
	line-height: 26px;
	margin: 0 auto;
	color: inherit;
	margin-bottom: 5px;
	border: 2px solid transparent;
}
#datePicker .calWeek .today span,
#datePicker .calWeek .today a {
	background: #f5f6f6;
	border-color: #f5f6f6;
}
.greyBackground #datePicker .calWeek .today span,
.greyBackground #datePicker .calWeek .today a {
	background: #fff;
	border-color: #fff;
}
#datePicker .calWeek .event_1 a {
	background: #ebeded;
	border-color: #ebeded;
}
#datePicker .calWeek .event_2 a {
	background: #cdd0d2;
	border-color: #cdd0d2;
	color: #fff;
}
#datePicker .calWeek .choosenDate a,
#datePicker .calWeek .today a:hover,
#datePicker .calWeek .event_1 a:hover,
#datePicker .calWeek .event_2 a:hover {
	background: #37454b;
	border-color: #37454b;
	color: #fff;
}
#calSrc .calForm > .optsContainer:first-child {
	margin-top: 2em;
}
#calSrcTrigger,
#calSrc {
	margin-top: 0;
	margin-bottom: 0;
}
#calSrcTrigger {
	display: block;
	width: 100%;
	text-align: left;
}
#calSrcTrigger .icon {
	float: right;
}
#calSrcWrap[aria-hidden="false"] {
	max-height: 2000px;
	padding-top: 15px;
	padding-bottom: 0;
}
#calSrc .btnContainer {
	margin-left: -8px;
	margin-right: -7px;
}
#calSrc .btnContainer .btn,
#calSrc .btnContainer button {
	width: 50%;
	width: calc(50% - 15px);
	display: block;
	float: left;
	text-align: center;
	margin: 0 7px 0 8px;
}
#calSrc .btnContainer .btn {
	text-align: left;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#calSrc .btnContainer button:first-child {
	float: right;
}

.event .lightText {
	color: #737d81;
	font-style: italic;
	padding-bottom: 5px;
}
.event .lightText > * + *:before {
	content: ',';
	display: inline-block;
	width: .5em;
}
.event .eventInfo .headline {
	margin-top: 0;
}
.event .eventData .date {
	font-weight: bold;
}
.event .moreBtn {
	margin-top: .5em;
}
.event .eventDataCategory {
	font-weight: normal;
}
.eventDetail .dateText.greyBackground {
	padding: 5px;
	display: block;
}
.eventDetail .dateText .dateFromTxt,
.eventDetail .dateText .dateToTxt {
	font-weight: bold;
}
.eventDetail .dateText a {
	color: inherit;
	text-decoration: none;
}
.eventDetail .dateText a:hover {
	text-decoration: underline;
}

.eventDetail .dateText + h1 {
	margin-top: 0;
	margin-top: .5rem;
}

@media (min-width: 720px) {
	#calSrc .slideDownTarget {
		margin-left: -15px;
		margin-right: -15px;
	}
	.event .eventData,
	#calSrc #datePicker {
		float: left;
		width: 33.33%;
		padding: 0 15px;
	}
	.event .eventInfo,
	#calSrc .calForm {
		float: right;
		width: 66.67%;
		padding: 0 15px;
	}
	.event .eventData {
		padding: 5px 15px 0 0;
		text-align: right;
	}
	.event .eventData > * {
		display: block;
		padding-bottom: 5px;
	}
	.event .eventData > * + *:before {
		content: '';
	}
	.event .eventInfo {
		padding-right: 0;
	}
	#calSrc .calForm > .optsContainer:first-child {
		margin-top: 0;
	}
	.eventDetail .dateText.greyBackground {
		padding: 10px 15px;
	}
}

/* Modul: LAKES OVERVIEW */
#lakesOverviewTrigger .wrap {
	padding: 10px 15px;
	background: #f5f6f6;
	margin: 0;
	transition: padding .3s, background .3s;
}
#lakesOverviewTrigger .wrap .icon {
	float: right;
}
#lakesOverviewTrigger[aria-expanded="true"] .wrap {
	background: none;
	padding-left: 0;
	padding-right: 0;
}

/* Modul: SHOP */
#cartProcessWrap {
	margin:2em 15px;
}
#cartProcess {
	margin:0;
	padding:0;
	list-style:none;
	display:table;
	width:100%;
	border-collapse:separate;
}
#cartProcess li {
	padding:5px !important;
	display:table-cell;
	height:50px;
	text-align:center;
	vertical-align:middle;
	background: #f5f6f6;
	border-bottom:5px solid #f5f6f6;
}
#cartProcess li:before {
	display:none !important;
}
#cartProcess li.active {
	border-bottom-color: #cdd0d2;
}
#cartProcess.coupon li.active {
	background: #ffd744;
	font-size:2em;
	padding:20px;
}
#cartProcess li a {
	display: inline-block;
	text-decoration: none;
}
#cartProcess li a,
#cartProcess li span {
	color: #2f3b40;
}
#cartProcess.coupon li.active a {
	color: #fff;
}
#cartProcess li [class^="icon"] {
	margin-right:5px;
}
@media (max-width: 719px) {
	#cartProcessWrap {
		margin:2em 15px;
	}
	#cartProcess li {
		position:relative;
		counter-increment: section;
	}
	#cartProcess li span:not([class^="icon"]) {
		display:none;
	}
	#cartProcess li:not(.icon) a:after { content:counter(section); }
	#cartProcess li.active {
		width:40%;
	}
	#cartProcess li.active span {
		display:block;
	}
	#cartProcess li.active a:after {
		display:none;
	}
}
@media (min-width: 960px) {
	#cartProcessWrap {
		margin:2em 0 2em 15px;
	}
}
.priceRow .price,
.priceAllBrutto .price {
	display:inline-block;
}

.cart .price,
.cart .priceAll,
.priceAllBrutto .price {
	white-space:nowrap;
}
.priceRow {
	padding:8px 5px;
}
.priceAllBrutto {
	font-weight:bold;
	border-top:1px solid #cdd0d2;
	padding:10px 5px;
}
.cart .count > span,
.cart .count input {
	display:inline-block;
	width:45px;
	text-align: center;
	border: 1px solid #cdd0d2;
	padding: 5px;
}
.cart .count .productDel {
    display: block;
    font-size: 0.9em;
    padding: 5px;
}
.cart .count .productDel span {
    white-space: nowrap;
}
@media (max-width: 719px) {
	.cart .cart_row_head {
		display:none;
	}
	.cart .cart_row_body {
		position:relative;
		padding:8px 5px;
	}
	.cart .cart_row_body:nth-child(2n+1) {
		background:#f9f9f9;
		background: linear-gradient(to right, rgba(249,249,249,0) 0%,rgba(249,249,249,1) 50%,rgba(249,249,249,0) 100%);
	}
	.cart_row_body:before,
	.cart_row_body:after {
		content: " "; /* 1 */
		display: table; /* 2 */
	}
	
	.cart_row_body:after {
		clear: both;
	}

	.cart .cart_column.count {
		position:absolute;
		bottom:8px;
		left:5px;
		width:75px;
	}
	.cart .cart_column.count input {
		width:45px
	}
	.cart .cart_column.count + .cart_column {
		width:100%;
		float:left;
	}
	.cart .price {
		padding-left:80px;
		clear:left;
	}
    .cart .count .productDel {
        display: inline-block;
    }
    .cart .productDel span:not([class^="icon"]) {
        display: none;
    }
	.cart .price,
	.cart .priceAll {
		width:50%;
		float:left;
		padding-bottom: 5px;
	}
	.cart .priceAll {
		text-align:right;
	}
	.cart .name {
		font-weight:bold;
		padding-bottom:8px;
	}
    #cartAside .cart .priceAll {
        width:100%;
    }
}
@media (min-width: 720px) {

	.cart {
		display:table;
		width:100%;
	}
	.cart .cart_row {
		display:table-row;
	}
	.cart .cart_row_body .cart_column {
	}
    .cart .cart_row_body + .cart_row_body .cart_column {
        border-top:1px solid #f0f0f0;
    }
	.cart .cart_column {
		display:table-cell;
		padding:6px 5px;
	}
	.cart .cart_row_head .cart_head {
		font-weight:bold;
		background:#37454b;
		color:#fff;
		padding:10px 5px;
	}
	.cart .price,
	.cart .priceAll,
	.priceShipping .price,
	.priceAllBrutto .price {
		width:20%;
		text-align:right;
	}
}
#cartAside {
	padding:10px;
	background:#fff;
	margin: 10px 0;
}
#cartAside .cart {
	margin-left:-5px;
	margin-right:-5px;
}

#cartAside .btn {
    display: block;
	text-align:center;
	line-height:20px;
	color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	margin :0 -10px -10px -10px;
}
#cartAside a {
    display: inline;
}

#cartAside .cart .cart_row_body:nth-child(2n+1) {
	background:#f9f9f9;
	background: linear-gradient(to right, rgba(249,249,249,0) 0%,rgba(249,249,249,1) 50%,rgba(249,249,249,0) 100%);
}
#cartClose,
#cartBackground,
#cartSwitch {
	display:none;
	opacity:0;
}
#cartTrigger {
	display:block;
	cursor:pointer;
}
@media (max-width: 959px) {
	#cartAside {
		position:fixed;
		right:0;
		top:0px;
		z-index:100;
		margin:0;
		padding:0;
		transition:margin-top .2s;
		background:none;
	}
	#header.fixedShow + #main #cartAside {
		margin-top:60px;
	}
	#cartSwitch:checked + #cartAside #cartBackground {
		display:block;
		position:fixed;
		top:0;
		bottom:0;
		left:0;
		right:0;
		background:rgba(0,0,0,0.5);
		opacity:1;
	}
	#cartTrigger {
		position:absolute;
		right:0;
		line-height:60px;
		font-size:24px;
		width:60px;
		text-align:center;
		background:#37454b;
		color:#fff;
	}
    #stoerer + #wrapper #cartTrigger {
        top:60px;
    }
	#cartTrigger span:not([class^="icon"]) {
		display:none;
	}
	#cartFixed {
		position:fixed;
		top:0;
		left:0;
		margin-top:50px;
		transition:all 0.3s;
		right: 0;
		width:100%;
		height:100%;
		opacity:0;
		visibility:hidden;
		overflow:auto;
		z-index:101;
	}
	#cartSwitch:checked + #cartAside > #cartFixed {
		margin-top:0;
		opacity:1;
		visibility:visible;
	}
	#cartAside #cartWrapper {
		position:relative;
		margin:15px 15px 0 15px;
		padding:15px;
		width:auto;
		background:#fff;
	}
	#cartAside .btn {
		margin:0 15px 15px 15px;
	}
	#cartClose {
		display:block;
		opacity:1;
		position:absolute;
		right:15px;
		top:15px;
		padding:10px;
		line-height: 20px;
		font-size:20px;
		width: 40px;
		text-align: center;
		z-index:1;
		cursor:pointer;
	}
	
}


#cart_payments .payment > input {
	display:none;
}
.payment > label,
.payment > div {
	margin:0 0 16px 0;
	padding:16px;
	display:block;
	cursor:pointer;
	position:relative;
}
.payment > label * {
	margin:0;
}
.payment > input[type="radio"]:checked + label {
	background:#f5f6f6;
}
.payment > input[type="radio"] + label:after {
	font-family:'fontello';
	font-size:20px;
	content:'\e82a';
	display:block;
	position:absolute;
	top:8px;
	right:8px;
	color:#ebeded;
}
.payment .imgRight {
	float:right;
	margin:0 16px 16px 16px;
	font-size:50px;
	line-height: 50px;
}
.payment .radioLabel.active .imgRight,
.payment .optsChecked .imgRight {
	color:#0093d2;
}
.aleft {
	text-align:left;
}
.aright {
	text-align:right;
}
.optsContainer > .error:first-child + label.label_100,
.optsContainer > label.label_100:first-child {
	width:100%;
	float:none;
}
.productConfirmation .optsContainer {
	margin:0 !important;
}
.articleGrid.productPayment.gridWidth_50:nth-child(2n) {
	border-top:1px solid #ccc;
}
.articleGrid.productPayment .payments {
	margin-top:1em;
}
.article .productShipping {
	position:relative;
	padding-bottom:15px;
}
@media (min-width: 640px) {
	.articleGrid.productPayment.gridWidth_50:nth-child(2n) {
		border-top:none;
		border-left:1px solid #ccc;
	}
	.productShipping .button,
	.articleGrid.productShipping .button,
	.articleGrid.productPayment .button {
		position:absolute;
		bottom:0;
		right:0px;
	}
	.articleGrid.productShipping .button,
	.articleGrid.productPayment .button {
		right:15px;
	}
}
.article .productForm {
	clear:both;
	display:block;
}
.articleGrid .productForm {
	margin:0 -16px;
	padding:8px;
}
.productForm .shop_preis {
	width:40%;
	float:left;
	padding:8px;
}
.productForm .shop_preis strong {
	display:block;
	margin-top:0.8em;
	font-size:1.5em;
}
.productForm label {
	display:block;
	font-size:0.8em;
}
.productForm .product_mwst {
	display:block;
	font-size:0.8em;
}
.articleGrid .productForm .product_mwst {
	padding:0 8px;
}
.articleGrid .productForm .product_mwst {
	float:none;
	clear:both;
}
.productForm .shop_preis .product_shippingTime,
.productForm .shop_preis .product_weight {
	display:block;
	font-size:0.9em;
}

.productForm .shop_auswahl {
	float:right;
	padding:8px;
	width:60%;
}
.productForm  .buttonWrap {
	padding:8px;
	clear:both;
	float:none;
	width:auto;
}
@media (min-width: 640px) {
	.article .productForm  .buttonWrap {
		clear:none;
		float:right;
		width:60%;
	}
}
.productForm .buttonWrap > div {
	padding-left:50px;
	position:relative;
}
.productForm .shop_auswahl select {
	height:40px;
	max-width:100%;
	width:100%;
}
.productForm .buttonWrap .shop_anzahl {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:50px;
	margin:0px;
}
.productForm .buttonWrap button {
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
}
.productForm .buttonWrap .shop_anzahl label {
	display:none;
}
.productForm .buttonWrap .shop_anzahl input {
	height:100%;
	width:100%;
	padding:0 5px;
	text-align:center;
}
#productList .articleGrid .info {
	position:relative;
	margin:0;
	padding:16px;
}
#productList .article h2 {
	margin-top:0;
}
#productList .articleGrid .textWrap {
	position:relative;
	max-height:220px;
	overflow:hidden;
	margin-bottom:-10px;
	padding-bottom:30px;
	transition: max-height .3s cubic-bezier(0,1,0,1);
}
#productList .articleGrid .textWrap:after {
	content:'';
	position:absolute;
	display:block;
	left:0;
	right:0;
	bottom:0;
	height:30px;
	background: linear-gradient(to bottom, rgba(245,246,246,0) 0%,rgba(245,246,246,1) 100%);
}
#productList .articleGrid .expand {
	display:none;
}
#productList .articleGrid .expand:checked + .textWrap {
	max-height:10000px;
	transition: max-height .3s cubic-bezier(1,0,1,0);
}
#productList .articleGrid label[name=expand] {
	position:absolute;
	cursor:pointer;
}
#productList .articleGrid label[name=expand] {
}
#productList .articleGrid .expand:checked + .textWrap + label[name=expand] span {
	transform:rotate(180deg);
}
.optsContainer.opts_street,
.optsContainer.opts_number {
	margin-top:1em;
}
.optsContainer.opts_street {
	width:80%;
}
.optsContainer.opts_number {
	width:20%;
	width:calc(20% - 10px);
	margin-left:calc(10px);
}
#cartNavi {
	margin-bottom:1em;
}
@media (max-width: 959px) {
	#cartNavi {
		margin-left:15px;
		margin-right:15px;
	}
}


/* ==========================================================================
   Accessibility
   ========================================================================== */
#a11yReadspeakerButton {
	position: fixed;
	bottom: 10px;
	left: 10px;
	margin: 0;
	width: calc(100% - 20px - 3.75rem) !important;
}
#a11yReadspeakerButton.rsexpanded .rsbtn_play {
	padding: 0;
}
#a11yReadspeakerButton.rsexpanded .rsbtn_play .rsbtn_left {
	overflow: hidden;
	width: 0;
	margin-left: 2.3333em;
}
#a11yNavControlTrigger {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	display: flex;
	align-items: center;
	text-align: left;
	flex-grow: 1;
}
#a11yNavControlTrigger .optsInputLabel {
	flex-grow: 1;
}
#a11yNavControlTrigger .state {
	flex-shrink: 0;
	display: flex;
}
#a11yNavControlTrigger .state .vcCssIcon {
	transition: all .3s;
}
#a11yNavControlTrigger .state .on,
#a11yNavControlTrigger[aria-expanded="true"] .state .off {
	display: none;
}
#a11yNavControlTrigger[aria-expanded="true"] .state .on,
#a11yNavControlTrigger .state .off {
	display: block;
}
#a11yNavControlTrigger[aria-expanded="true"] .vcCssIcon {
	transform: rotate(180deg);
}

/* Font Size */
.fs_bigger body {
	font-size: 18px;
}
.fs_big body {
	font-size: 21px;
}

/* Line Height */
.lh_bigger body {
	line-height: 1.75;
}
.lh_bigger h1,
.lh_bigger .h1 {
	line-height: 1.25;
	margin: 1.25em 0 .4167em;
}
.lh_bigger h2,
.lh_bigger .h2 {
	line-height: 1.5;
	margin: 1.25em 0 .625em;
}
.lh_bigger h3,
.lh_bigger .h3 {
	line-height: 1.333;
	margin: 1.25em 0 .625em;
}
.lh_bigger h4,
.lh_bigger .h4 {
	line-height: 1.5;
	margin: .625em 0;
}
.lh_bigger p,
.lh_bigger ul {
	margin: 1em 0;
}

.lh_big body {
	line-height: 2;
}
.lh_big h1,
.lh_big .h1 {
	line-height: 1.5;
	margin: 1.5em 0 .5em;
}
.lh_big h2,
.lh_big .h2 {
	line-height: 1.75;
	margin: 1.75em 0 .875em;
}
.lh_big h3,
.lh_big .h3 {
	line-height: 1.5;
	margin: 1.75em 0 .875em;
}
.lh_big h4,
.lh_big .h4 {
	line-height: 1.75;
	margin: .875em 0;
}
.lh_big p,
.lh_big ul {
	margin: 1.5em 0;
}

/* Dark Theme */
.theme_dark body,
.theme_dark #wrapper,
.theme_dark .vcA11yOverlayTrigger,
.theme_dark input:not(.optsSwitch),
.theme_dark optgroup,
.theme_dark select,
.theme_dark textarea {
	color: #fff;
	background-color: #2f3b40;
}
.theme_dark a:focus-visible,
.theme_dark button:focus-visible,
.theme_dark input[type="radio"]:focus-visible,
.theme_dark input[type="checkbox"]:focus-visible,
.theme_dark [role="button"]:focus-visible {
	outline-color: #fff;
}

.theme_dark dialog,
.theme_dark td {
	color: #fff;
}
.theme_dark .btn.btnLow {
	color: #cdd0d2;
}
.theme_dark .btnRaised:focus-visible {
	outline-color: #000;
}
.theme_dark ul.articleLike li:before,
.theme_dark .article ul li:before {
	background: #556166;
}
.theme_dark hr {
	border-top-color: #37454b;
}
.theme_dark #headerTop,
.theme_dark #quickSrcBox {
	background-color: #2f3b40;
}
.theme_dark #siteSearchTrigger,
.theme_dark #siteSearchTrigger:after {
	color: #cdd0d2;
	background: #2f3b40;
}
.theme_dark #srcBoxQ {
	border-bottom-color: #37454b;
}
.theme_dark #srcBoxSubmit {
	background: #f5f6f6;
	color: #2f3b40;
}
@media (min-width: 560px) and (max-width: 719px), (min-width: 960px) {
	.theme_dark #srcBoxSubmit {
		background: #2f3b40;
		color: #9ba2a5;
	}
}
.theme_dark footer:not(.shopFooter) {
	background: #fff;
}
.theme_dark footer a:focus-visible,
.theme_dark footer button:focus-visible,
.theme_dark footer input[type="radio"]:focus-visible,
.theme_dark footer input[type="checkbox"]:focus-visible,
.theme_dark footer [role="button"]:focus-visible {
	outline-color: #000;
}

.theme_dark footer:not(.shopFooter) #footerTop {
	background-color: #f5f6f6;
}
.theme_dark footer:not(.shopFooter) #footerBottom .navStd a:hover,
.theme_dark footer:not(.shopFooter) #footerBottom .navStd .a:hover {
	color: #737d81;
}
.theme_dark footer:not(.shopFooter) #footerBottomShariff .icon {
	color: #37454b;
}
.theme_dark #logo img {
	background: url(../img/lsl_Logo_dark.png);
	background-size: auto;
	background-size: contain;
	padding: 30px 82.5px 0 0;
}
.theme_dark footer:not(.shopFooter) #logo_footer img {
	background: url(../img/logo_footer_dark.png);
	background-size: auto;
	background-size: contain;
	padding: 63.636% 100% 0 0;
}
.theme_dark #languageSelect .active,
.theme_dark .navStd li a .icon,
.theme_dark .navStd li .a .icon,
.theme_dark .navStd li a.active,
.theme_dark .navStd li .a.active,
.theme_dark #languageSelect a:hover,
.theme_dark .navStd li a:hover,
.theme_dark .navStd li .a:hover,
.theme_dark #navStdMobi a.active {
	color: #cdd0d2;
}
.theme_dark #languageSelect > * + *:after,
.theme_dark .navStd li a:after,
.theme_dark .quickFavs .goToFavs {
	background: #37454b;
}

.theme_dark footer:not(.shopFooter) #footerBottom .navStd li a:after,
.theme_dark #navMainTrigger {
	background-color: #f5f6f6;
}
.theme_dark #navMainTrigger[aria-expanded="true"] {
	background: #37454b;
}
.theme_dark #navMainTrigger .line,
.theme_dark #navMainTrigger:after,
.theme_dark #navMainTrigger:before {
	background: #2f3b40;
}
.theme_dark #navMainTrigger[aria-expanded="true"] .line,
.theme_dark #navMainTrigger[aria-expanded="true"]:after,
.theme_dark #navMainTrigger[aria-expanded="true"]:before {
	background: #f5f6f6;
}
.theme_dark #navMain .iconMenuTriggerDwn:after {
	border-color: #fff transparent transparent;
}
@media (max-width: 959px) {
	.theme_dark #navMainOverlay {
		background: #fff;
	}
	.theme_dark #naviMobi {
		background: #2f3b40;
	}
	.theme_dark #navMain li.lvl1.expanded > .navBtnWrap,
	.theme_dark #navMain li.lvl1 > .navWrap,
	.theme_dark #naviMobi .quickFavs a + a::after,
	.theme_dark #naviMobi .quickFavs .goToFavs .counter {
		background: #37454b;
	}
	.theme_dark #navMain a.lvl2:before,
	.theme_dark #navMain li.expanded > .navBtnWrap a.lvl2:before,
	.theme_dark #navMain li.expanded > .navBtnWrap a.lvl3:before {
		background: #737d81;
	}
	.theme_dark #navMain ul.lvl3 {
		background: #2f3b40;
	}
	.theme_dark #navMain a.lvl3:before {
		background: #556166;
	}
	.theme_dark #navMain li.lvl2.expanded > .navWrap {
		border-bottom: 15px solid #37454b;
	}
}
@media (min-width: 960px) {
	.theme_dark #logo img {
		padding: 0 100% 36.333% 0;
	}
	.theme_dark #navMain li.lvl1:hover > .navBtnWrap:before,
	.theme_dark #navMain li.lvl1.expanded > .navBtnWrap:before,
	.theme_dark #navMain li.lvl1 > .navWrap,
	.theme_dark #navMain .navWrap ul.lvl2,
	.theme_dark #navMain li.lvl3 > .navWrap {
		background: #2f3b40;
	}
	.theme_dark #navMain li.lvl2 > .navBtnWrap .iconMenuTriggerDwn:after,
	.theme_dark #navMain li.lvl3 > .navBtnWrap .iconMenuTriggerDwn:after,
	.theme_dark #navMain li.lvl4 > .navBtnWrap .iconMenuTriggerDwn:after {
		border-color: transparent transparent transparent #fff;
	}
	.theme_dark #navMain li.lvl2 > .navBtnWrap:before,
	.theme_dark #navMain li.lvl4 > .navBtnWrap:before {
		background: #556166;
	}
	.theme_dark #navMain li.lvl2:hover > .navBtnWrap:before,
	.theme_dark #navMain li.lvl2.expanded > .navBtnWrap:before,
	.theme_dark #navMain li.lvl2.active > .navBtnWrap:before,
	.theme_dark #navMain li.lvl4:hover > .navBtnWrap:before,
	.theme_dark #navMain li.lvl4.expanded > .navBtnWrap:before,
	.theme_dark #navMain li.lvl4.active > .navBtnWrap:before {
		background: #737d81;
	}
	.theme_dark #navMain li.lvl3 > .navBtnWrap:before,
	.theme_dark #navMain li.lvl3:hover > .navBtnWrap:before,
	.theme_dark #navMain li.lvl3.expanded > .navBtnWrap:before,
	.theme_dark #navMain li.lvl3.active > .navBtnWrap:before {
		background: #737d81;
	}

	.theme_dark #navMain li.lvl3:hover > .navBtnWrap,
	.theme_dark #navMain li.lvl3.expanded > .navBtnWrap {
		background: #37454b;
		background: linear-gradient(to right, #37454b 0%,#2f3b40 20%);
	}
	.theme_dark #navMain li.lvl4:hover > .navBtnWrap a,
	.theme_dark #navMain li.lvl4.expanded > .navBtnWrap a {
		background: #2f3b40;
		background: linear-gradient(to right, #2f3b40 0%,#37454b 20%);
	}

	.theme_dark #navMain li.lvl2:hover > .navBtnWrap,
	.theme_dark #navMain li.lvl2.expanded > .navBtnWrap {
		background: #37454b;
	}
	.theme_dark #navMain li.lvl1 > .navBtnWrap:before,
	.theme_dark #navMain .navWrap .offersWrap .innerWrap,
	.theme_dark #navMain li.lvl2 > .navWrap {
		background: #37454b;
	}
	.theme_dark #headerBottom {
		background: #37454b;
	}
}
.theme_dark #breadcrumb a {
	color: #f5f6f6;
}
.theme_dark .vcA11yOverlayTrigger:hover {
	background-color: #fff;
	color: #2f3b40;
	text-shadow: 0 3px 5px rgba(255,255,255,.5);
}
.theme_dark #siteScrollUp {
	background-color: #fff;
	color: #2f3b40;
}
.theme_dark #siteScrollUp:hover {
	background-color: #2f3b40;
	color: #fff;
}
.theme_dark .articleGrid .wrap {
	background: #37454b;
	color: #fff;
}
.theme_dark .articleGrid .headline {
	color: #fff;
}
.theme_dark .greyBackground,
.theme_dark .masonryGridWrap .articleGrid .wrap {
	background: #37454b;
}
.theme_dark .greyBackground .articleGrid .wrap,
.theme_dark #cartAside {
	background-color: #2f3b40;
	color: #fff;
}
.theme_dark .modul_start .sectionTeaser:after {
	background: linear-gradient(to bottom, rgba(47,59,64,0) 0%,rgba(47,59,64,0.9) 80%,rgba(47,59,64,1) 100%);
}
.theme_dark .modul_start .greyBackground .sectionTeaser:after {
	background: linear-gradient(to bottom, rgba(55,69,75,0) 0%,rgba(55,69,75,0.9) 80%,rgba(55,69,75,1) 100%);
}
.theme_dark .vcModal .vcModalClose {
	background: #fff;
	color: #37454b;
}
.theme_dark .vcModalMsg:not(.greyBackground) {
	background-color: #2f3b40;
	color: #fff;
}
.theme_dark .vcCssIconClose:before,
.theme_dark .vcCssIconClose:after {
	background: #2f3b40;
}
.theme_dark .vcModal::backdrop {
	background: rgba(0,0,0,.75);
}

.theme_dark #navColumns ul {
	background: #37454b;
	color: #fff;
}
.theme_dark #navColumns ul li:after {
	background: #2f3b40;
}

.theme_dark .optsContainer input:not(.optsSwitch),
.theme_dark .optsContainer .input,
.theme_dark .optsContainer .optsInputWrap,
.theme_dark .optsContainer textarea,
.theme_dark .optsContainer select,
.theme_dark .optsContainer .selectOver,
.theme_dark .optsContainer .optsCounterWrap .over,
.theme_dark .optsContainer .optsInline {
	color: #fff;
	background: #2f3b40;
	border-color: #2f3b40 #2f3b40 #556166;
}
.theme_dark .optsContainer input:not(.optsSwitch):hover,
.theme_dark .optsContainer .input:hover,
.theme_dark .optsContainer textarea:hover,
.theme_dark .optsContainer select:hover,
.theme_dark .optsContainer .selectWrap:hover .selectOver,
.theme_dark .optsContainer .optsCounterWrap:hover .over,
.theme_dark .optsContainer .optsInputWrap:hover {
	background: #2f3b40;
	border-color: #556166;
}
.theme_dark .optsContainer input:not(.optsSwitch):focus,
.theme_dark .optsContainer .input:focus,
.theme_dark .optsContainer textarea:focus,
.theme_dark .optsContainer select:focus,
.theme_dark .optsContainer .selectWrap.focus .selectOver,
.theme_dark .optsContainer .optsCounterWrap.focus .over,
.theme_dark .optsContainer .optsInputWrap.hover,
.theme_dark .optsContainer .optsInline.optsChecked {
	border-color: #737d81;
	background: #37454b;
}
.theme_dark .optsContainer input[type="radio"]:not(.optsSwitch):checked + label,
.theme_dark .optsContainer input[type="checkbox"]:not(.optsSwitch):checked + label {
	color: #fff;
}
.theme_dark .optsContainer > input:focus ~ label,
.theme_dark .optsInputWrap > input:focus ~ label,
.theme_dark .optsContainer > .input:focus ~ label,
.theme_dark .optsContainer > textarea:focus ~ label,
.theme_dark .optsContainer > select:focus ~ label,
.theme_dark .optsContainer > .selectWrap.focus ~ label,
.theme_dark .optsRange .date > input:focus ~ label,
.theme_dark .optsRange .date > .input:focus ~ label {
	background: #37454b;
}
.theme_dark .optsContainer > input:focus ~ label,
.theme_dark .optsInputWrap > input:focus ~ label,
.theme_dark .optsContainer > .input:focus ~ label,
.theme_dark .optsContainer > textarea:focus ~ label,
.theme_dark .optsContainer > select:focus ~ label,
.theme_dark .optsContainer > .selectWrap.focus ~ label,
.theme_dark optsRange .date > input:focus ~ label,
.theme_dark .optsRange .date > .input:focus ~ label,
.theme_dark .optsRange .date.hasValue > label,
.theme_dark .optsContainer.hasValue > label,
.theme_dark .optsRange .date.hasFocus > label,
.theme_dark .optsContainer.hasFocus > label,
.theme_dark .optsInputWrap.hasValue > label,
.theme_dark .optsInputWrap.hasFocus > label {
	color: #cdd0d2;
}
.theme_dark .optsContainer > label .shortInfo,
.theme_dark .quickBknBox .optsContainer > label {
	color: #f5f6f6;
}
.theme_dark .optsCaptcha .optsInputWrap {
	background: none;
}
.theme_dark .directLinks .linkList a {
	color: #cdd0d2;
}
@media (min-width: 640px) {
	.theme_dark .directLinks {
		background: #2f3b40;
	}
}

.theme_dark .vcPrivacyNoPermission {
	background: #37454b;
	border-color: #737d81;
}
.theme_dark .hint,
.theme_dark .vcPrivacyOptsLine label .hint {
	color: #cdd0d2;
}
.theme_dark .vcPrivacyOptsLineWrap + .vcPrivacyOptsLineWrap {
	border-top-color: #37454b;
}

/* Content: GOOGLE MAPS */
.theme_dark .map_canvas {
	background: #37454b;
}
.theme_dark .infoBox {
	box-shadow: 0 3px 6px rgba(255,255,255,.16), 0 3px 6px rgba(255,255,255,.23);
	background: #2f3b40;
}
.theme_dark .infoBox:after,
.theme_dark .infoBox .nose {
	border-color-top: #2f3b40;
}
.theme_dark .infoBox .placeTeaser,
.theme_dark .map_canvas .placeTeaser {
	background-color: #37454b;
}

.theme_dark .map_canvas .loadOverlay .loadingBG,
.theme_dark .map_loadOverlay .loadingBG {
	background:#2f3b40;
}

.theme_dark .map_legend .trigger {
	color: #2f3b40;
	background: #f5f6f6;
}
.theme_dark .map_legend .trigger:hover {
	background: #37454b;
	color: #f5f6f6;
}
.theme_dark .map_legend .trigger:focus-visible {
	outline-color: #000;
}
.theme_dark .map_legend hr {
	background: #9ba2a5;
	border-color: #9ba2a5;
}
.theme_dark .map_legend .legendItemsReset {
	color: #f5f6f6;
	border-color: #f5f6f6;
	background: #2f3b40;
}
.theme_dark .map_legend .legendItemsReset:hover {
	background: #37454b;
	border-color: #37454b;
	color: #f5f6f6;
}
.theme_dark .map_legend .legendItemsWrap a {
	color: #f5f6f6;
}
.theme_dark .map_legend .legendWrap[aria-hidden="true"] .legendItemsWrap {
	box-shadow: 0 10px 20px rgba(255,255,255,.19), 0 6px 6px rgba(255,255,255,.23);
}
.theme_dark .map_legend .legendItemsWrap .navBtnWrap .img,
.theme_dark .map_placesInMapList li .img {
	box-shadow: 0 1px 3px rgba(255,255,255,.12), 0 1px 2px rgba(255,255,255,.24);
	background-color: #9ba2a5;
}
.theme_dark .map_legend .iconMenuTriggerDwn:after {
	border-top-color: #f5f6f6;
}
.theme_dark .map_legend .legendItemsWrap .navBtnWrap[aria-expanded="true"],
.theme_dark .map_legend .legendItemsWrap ul[aria-hidden="false"] > li > .navBtnWrap,
.theme_dark .map_legend .legendItemsWrap .navBtnWrap:hover {
	background: #2f3b40;
	border-left-color: #37454b;
}
.theme_dark .map_legend .legendItemsWrap .navBtnWrap.aktiv .symbol,
.theme_dark .map_legend .legendItemsWrap .navBtnWrap:hover .symbol {
	color: #f5f6f6;
}
.theme_dark .map_legend .legendItemsWrap .navBtnWrap.aktiv .checkbox,
.theme_dark .map_legend .legendItemsWrap .navBtnWrap:hover .checkbox {
	border-color: #f5f6f6;
	background: #2f3b40;
}
.theme_dark .map_legend .legendItemsWrap ul[aria-hidden="false"] {
	border-bottom-color: #556166;
}
.theme_dark .map_legend .legendItemsWrap ul[aria-hidden="false"] > li > .navBtnWrap:hover {
	background: #37454b;
}
.theme_dark .map_legend .legendItemsWrap ul[aria-hidden="false"] > li.certGroupHeadline .navBtnWrap:hover {
	background: #2f3b40;
	border-left-color: #37454b !important;
}
.theme_dark .map_legend .legendItemsWrap .navBtnWrap:hover {
	background: #2f3b40;
	border-left-color: #556166 !important;
}
.theme_dark .map_legend .legendItemsWrap .navBtnWrap.aktiv,
.theme_dark .map_legend .legendItemsWrap .lvl1 > .navBtnWrap.aktiv {
	border-left-color: #f5f6f6 !important;
}
.theme_dark .map_legend .legendItemsWrap .lvl1 > .navBtnWrap.aktiv {
	background: #2f3b40;
}
.theme_dark .map_legend .legendItemsWrap .navBtnWrap .symbol {
	color: #737d81;
}
.theme_dark .map_legend .legendItemsWrap .navBtnWrap .checkbox {
	border-color: #737d81;
	background: #37454b;
}
.theme_dark .map_legend .legendItemsWrap .navBtnWrap .checkbox:after {
	border-color: #f5f6f6;
}
.theme_dark .map_placesInMapWrap .wrap {
	scrollbar-color: #f5f6f6 #37454b;
}
.theme_dark .map_placesInMapWrap .wrap::-webkit-scrollbar {
	background: #f5f6f6;
}
.theme_dark .map_placesInMapWrap .wrap[aria-hidden="false"] {
	box-shadow: 0 10px 20px rgba(255,255,255,.19), 0 6px 6px rgba(255,255,255,.23);
}
.theme_dark .map_placesInMapWrap .placesInMapTrigger {
	background: #2f3b40;
	color: #fff;
	box-shadow: 0 3px 6px rgba(255,255,255,.16), 0 3px 6px rgba(255,255,255,.23);
}
.theme_dark .map_placesInMapWrap .placesInMapTrigger:after {
	background: #2f3b40;
}
.theme_dark .map_placesInMapWrap .placesInMapTrigger:hover,
.theme_dark .map_placesInMapWrap .placesInMapTrigger[aria-expanded="true"],
.theme_dark .map_placesInMapWrap .placesInMapTrigger[aria-expanded="true"]:after {
	background: #37454b;
}
.theme_dark .map_placesInMapList li .img {
	background-color: #2f3b40;
}
.theme_dark .map_placesInMapList li.placeLi .navBtnWrap:hover {
	background: #2f3b40;
}
.theme_dark .placeBlockedInfo .item + .item .wrap {
	border-top-color: #37454b;
}

@media (min-width: 480px) {
	.theme_dark .map_legend .legendTrigger:hover {
		background: #2f3b40;
	}
	.theme_dark .map_legend .legendWrap:after,
	.theme_dark .map_placesInMapWrap:after {
		background: linear-gradient(to bottom, rgba(55,69,75,1) 0%,rgba(55,69,75,0) 100%);
	}
}
@media (min-width: 560px) {
	.theme_dark .placeBlockedInfo .item:nth-child(1n+3) .wrap {
		border-top-color: #37454b;
	}
}

@media (min-width: 720px) {
	.theme_dark .openings .item:nth-child(1n+4) .wrap {
		border-top-color: #37454b;
	}
}

.theme_dark body .swiper-button-next,
.theme_dark body .swiper-button-prev,
.theme_dark .vc_zoom_wrap .vc_zoom_zoomIn,
.theme_dark .vc_zoom_wrap .vc_zoom_zoomOut {
	color: #37454b;
	background: #fff;
}
.theme_dark body .swiper-button-next:hover,
.theme_dark body .swiper-button-prev:hover {
	background: #37454b;
	color: #fff;
}
.theme_dark .swiper-outer .swiper.swiper-horizontal .swiper-pagination-bullet:after {
	border-color: #f5f6f6;
}
.theme_dark .swiper-outer .swiper.swiper-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	background: #f5f6f6;
}

.theme_dark .stdTable {
	background: #2f3b40;
}
.theme_dark .stdTable tr th,
.theme_dark .stdTable thead tr td {
	color: #37454b;
	border-bottom-color: #fff;
	background-color: #fff !important;
}
.theme_dark .stdTable td {
	color: #fff;
}
.theme_dark .stdTable tbody tr:nth-child(2n+1) td,
.theme_dark .stdTable > tr:nth-child(2n+1) td {
	background-color: #2f3b40;
}
.theme_dark .stdTable tbody tr:nth-child(2n) td,
.theme_dark .stdTable > tr:nth-child(2n) td {
	background-color: #37454b;
}

.theme_dark #datePicker .calHead a,
.theme_dark #datePicker .calWeek .today span,
.theme_dark #datePicker .calWeek .today a {
	background: #37454b;
	border-color: #37454b;
	color: #f5f6f6;
}
.theme_dark .greyBackground #datePicker .calHead a,
.theme_dark .greyBackground #datePicker .calWeek .today span,
.theme_dark .greyBackground #datePicker .calWeek .today a {
	background: #2f3b40;
	border-color: #2f3b40;
	color: #f5f6f6;
}
.theme_dark #datePicker .calWeek .event_1 a {
	background: #556166;
	border-color: #556166;
}
.theme_dark #datePicker .calWeek .event_2 a {
	background: #737d81;
	border-color: #737d81;
	color: #fff;
}
.theme_dark #datePicker .calWeek .choosenDate a,
.theme_dark #datePicker .calWeek .today a:hover,
.theme_dark #datePicker .calWeek .event_1 a:hover,
.theme_dark #datePicker .calWeek .event_2 a:hover {
	background: #fff;
	border-color: #fff;
	color: #37454b;
}
.theme_dark .pagerJumper a {
	background: #37454b;
}
.theme_dark .pagerJumper a:hover {
	background: #fff;
	color: #37454b;
}

.theme_dark #cartProcess li {
	background: #37454b;
	border-bottom-color: #37454b;
}
.theme_dark #cartProcess li.active {
	border-bottom-color: #737d81;
}
.theme_dark #cartProcess li a,
.theme_dark #cartProcess li span {
	color: #fff;
}
.theme_dark #cartProcess.coupon li.active a {
	color: #2f3b40;
}
.theme_dark .priceAllBrutto {
	border-top-color: #737d81;
}
.theme_dark .cart .count > span,
.theme_dark .cart .count input {
	border-color: #737d81;
}


/* high contrast */
.cm_contrast .hint,
.cm_contrast #breadcrumb,
.cm_contrast #breadcrumb strong,
.cm_contrast #siteSearchTrigger,
.cm_contrast #languageSelect > *,
.cm_contrast #languageSelect .active,
.cm_contrast .quickFavs .action .icon,
.cm_contrast .navStd li a,
.cm_contrast .navStd li .a,
.cm_contrast .caption,
.cm_contrast .download small,
.cm_contrast .event .lightText,
.cm_contrast .btn.btnLow {
	color: #37454b;
}
.cm_contrast .optsContainer > input:focus ~ label,
.cm_contrast .optsInputWrap > input:focus ~ label,
.cm_contrast .optsContainer > .input:focus ~ label,
.cm_contrast .optsContainer > textarea:focus ~ label,
.cm_contrast .optsContainer > select:focus ~ label,
.cm_contrast .optsContainer > .selectWrap.focus ~ label,
.cm_contrast .optsRange .date > input:focus ~ label,
.cm_contrast .optsRange .date > .input:focus ~ label,
.cm_contrast .optsRange .date.hasValue > label,
.cm_contrast .optsRange .date.hasFocus > label,
.cm_contrast .optsContainer.hasValue > label,
.cm_contrast .optsContainer.hasFocus > label,
.cm_contrast .optsInputWrap.hasValue > label,
.cm_contrast .optsInputWrap.hasFocus > label,
.cm_contrast .optsContainer input[type="radio"]:not(.optsSwitch) + label,
.cm_contrast .optsContainer input[type="checkbox"]:not(.optsSwitch) + label {
	color: #37454b;
	background: #fff;
}
.cm_contrast .optsContainer input:not(.optsSwitch),
.cm_contrast .optsContainer .input,
.cm_contrast .optsContainer .optsInputWrap,
.cm_contrast .optsContainer textarea,
.cm_contrast .optsContainer select,
.cm_contrast .optsContainer .selectOver,
.cm_contrast .optsContainer .optsCounterWrap .over,
.cm_contrast .optsContainer .optsInline {
	background: #fff;
	border-color: #cdd0d2 #cdd0d2 #37454b;
}
.cm_contrast .optsContainer input:not(.optsSwitch):hover,
.cm_contrast .optsContainer .input:hover,
.cm_contrast .optsContainer textarea:hover,
.cm_contrast .optsContainer select:hover,
.cm_contrast .optsContainer .selectWrap:hover .selectOver,
.cm_contrast .optsContainer .optsCounterWrap:hover .over,
.cm_contrast .optsContainer .optsInputWrap:hover {
	border-color: #37454b;
}
.cm_contrast .optsContainer input:not(.optsSwitch):focus,
.cm_contrast .optsContainer .input:focus,
.cm_contrast .optsContainer textarea:focus,
.cm_contrast .optsContainer select:focus,
.cm_contrast .optsContainer .selectWrap.focus .selectOver,
.cm_contrast .optsContainer .optsCounterWrap.focus .over,
.cm_contrast .optsContainer .optsInputWrap.hover,
.cm_contrast .optsContainer .optsInline.optsChecked {
	border-color: #37454b;
	background: #fff;
}

.cm_contrast .pagerJumper a {
	padding: 8px 0;
	border: 2px solid #37454b;
}

.cm_contrast #footerBottom .navStd a,
.cm_contrast #footerBottom .navStd .a {
	color: #fff !important;
}
.cm_contrast hr {
	border-color: #37454b;
}
.cm_contrast .navSub.greyBackground ul a:before {
	background: #37454b;
}
.cm_contrast .navSub.greyBackground a:hover::before,
.cm_contrast .navSub.greyBackground a.hover::before,
.cm_contrast .navSub.greyBackground a.active::before {
	background: #37454b;
}

@media (min-width: 560px) and (max-width: 719px), (min-width: 960px) {
	.cm_contrast #srcBoxSubmit {
		color: #37454b;
	}
}
@media (max-width: 959px) {
	.cm_contrast #navStdMobi a {
		color: #37454b;
	}
}
.cm_contrast .optsContainer .selectOver:after {
	border-color: #37454b transparent transparent;
}
.cm_contrast .optsContainer .icon,
.cm_contrast .optsContainer .iconBtn,
.cm_contrast .rateAndShare .hint,
.cm_contrast .search_results .depthpath,
.cm_contrast .search_results .depthpath a {
	color: #37454b;
}
.cm_contrast .infoBox .closeBtn {
	background: #000;
}
.cm_contrast .masonryGridWrap .articleGrid .imgLabelOverlay {
	background-color: #f5f6f6;
}
.cm_contrast .masonryGridWrap .articleGrid.fontColorLight .imgLabelOverlay {
	background-color: #37454b !important;
	color: #fff !important;
}
.cm_contrast .masonryGridWrap .articleGrid.fontColorLight .headline {
	color: #fff !important;
}
.cm_contrast #datePicker .calHead a,
.cm_contrast #datePicker .calWeek .today span,
.cm_contrast #datePicker .calWeek .today a {
	background: transparent;
	border-color: #37454b;
	color: inherit;
}
.cm_contrast .greyBackground #datePicker .calHead a,
.cm_contrast .greyBackground #datePicker .calWeek .today span,
.cm_contrast .greyBackground #datePicker .calWeek .today a {
	background: transparent;
	color: inherit;
}
.cm_contrast #datePicker .calWeek .event_1 a {
	background: transparent;
	color: inherit;
	border-style: dashed;
	border-color: #2f3b40;
}
.cm_contrast #datePicker .calWeek .event_2 a {
	background: transparent;
	color: inherit;
	border-color: #2f3b40;
}
.cm_contrast #datePicker .calWeek .choosenDate a,
.cm_contrast #datePicker .calWeek .today a:hover,
.cm_contrast #datePicker .calWeek .event_1 a:hover,
.cm_contrast #datePicker .calWeek .event_2 a:hover {
	background: #2f3b40;
	border-color: #2f3b40;
	color: #fff !important;
}
.cm_contrast #srcBoxQ {
	border-bottom-color: #2f3b40;
}

.cm_contrast .spacer.greyBackground,
.cm_contrast .box.greyBackground,
.cm_contrast .form.greyBackground,
.cm_contrast #giveAwayForm .article .itemSelector {
	padding: 13px;
	background: none;
	border: 2px solid #2f3b40;
}
.cm_contrast .vcModalMsg.greyBackground {
	border: 2px solid #2f3b40;
	background: #fff;
	padding: 18px;
}
.cm_contrast .vcModalMsg.greyBackground .vcModalClose {
	top: -2px;
}
@media (min-width: 960px) {
	.cm_contrast .vcModalMsg.greyBackground {
		padding: 38px;
	}
}
@media (min-width: 960px) {
	.cm_contrast #navMain li.lvl1.active:not(:hover):not(.expanded) > .navBtnWrap:before {
		background: #2f3b40;
	}
}

/* Contrast Mode ColorScheme Overwrites */
.cm_contrast h1,
.cm_contrast .h1,
.cm_contrast h2,
.cm_contrast .h2,
.cm_contrast h3,
.cm_contrast .h3,
.cm_contrast .colored,
.cm_contrast .btn:not(.btnRaised),
.cm_contrast .btn.btnLow.colored,
.cm_contrast a,
.cm_contrast .btnSet,
.cm_contrast .pages a,
.cm_contrast .directLinks .boxHead,
.cm_contrast .directLinks .icon,
.cm_contrast .form .hint .duty,
.cm_contrast .optsContainer.optsDuty > label:after,
.cm_contrast .optsContainer > label .duty,
.cm_contrast .btnRaised:hover,
.cm_contrast .articleGrid .wrap a,
.cm_contrast .articleGrid .wrap .colored,
.cm_contrast .article .colored,
.cm_contrast .modul_start .section .offersHeadline,
.cm_contrast #navColumns ul li a .icon{
	color: #2f3b40 !important;
}
.cm_contrast .btnRaised:hover {
	color: #2f3b40 !important;
	background: #ffffff !important;
}
.cm_contrast a:hover,
.cm_contrast .pages a:hover {
	color: #2f3b40 !important;
	text-decoration: underline;
}

.cm_contrast a.img,
.cm_contrast .panoWrap .imagesInnerWrap,
.cm_contrast a.vid,
.cm_contrast .articleGrid .wrap,
.cm_contrast #productList .articleGrid .info {
	border-bottom-color: #2f3b40 !important;
}
.cm_contrast blockquote {
	border-left-color: #2f3b40 !important;
}
.cm_contrast .btnRaised,
.cm_contrast .articleGrid .wrap .moreBtn,
.cm_contrast .img .zoom,
.cm_contrast .vid .video-time,
.cm_contrast .map_legend .head ,
.cm_contrast .map_legend.aktiv .head,
.cm_contrast .map_placeList .placeAnchor.aktiv,
.cm_contrast .iconBubble,
.cm_contrast .btn:not(.btnLow):not(.btnRaised) .icon,
.cm_contrast body .mejs__horizontal-volume-current,
.cm_contrast body .mejs__time-current,
.cm_contrast body .mejs__time-handle-content,
.cm_contrast #cartAside .btn.btnRaised:hover {
	background: #2f3b40 !important;
}
.cm_contrast .pagerJumper a.aktiv,
.cm_contrast .pagerJumper a:hover,
.cm_contrast #siteScrollUp {
	border-color: #2f3b40;
	background: #2f3b40;
	color: #fff !important;
}
.cm_contrast a.img:hover,
.cm_contrast a.vid:hover,
.cm_contrast .articleGrid .wrap:hover {
	border-bottom-color: #2f3b40 !important;
}
.cm_contrast .articleGrid .wrap:hover .moreBtn,
.cm_contrast .img:hover .zoom,
.cm_contrast .vid:hover .video-time,
.cm_contrast .map_legend .head:hover
.cm_contrast body .mejs__time-hovered {
	background: #2f3b40 !important;
}
.cm_contrast .quickBknBox .quickBhnBoxHeadline,
.cm_contrast .btnRaised {
	color: #fff !important;
}
.cm_contrast .quickBknBox .form,
.cm_contrast .quickBknBox .optsContainer.qb_departure_opts .fromArrivalToDeparture,
.cm_contrast .quickBknBoxTrigger {
	background: #2f3b40 !important;
}
.cm_contrast .quickBknBox .btnContainer button {
	background: #fff;
	color: #2f3b40 !important;
	border: 2px solid #2f3b40 !important;
}


.cm_contrast .quickBknBox .optsContainer input,
.cm_contrast .quickBknBox .optsContainer select,
.cm_contrast .quickBknBox .optsContainer .selectOver,
.cm_contrast .quickBknBox .optsContainer input:hover,
.cm_contrast .quickBknBox .optsContainer select:hover,
.cm_contrast .quickBknBox .optsContainer .selectWrap:hover .selectOver {
	border-bottom-color: #fff !important;
}
.cm_contrast .quickBknBox .optsContainer input:focus,
.cm_contrast .quickBknBox .optsContainer select:focus,
.cm_contrast .quickBknBox .optsContainer .selectWrap.focus .selectOver {
	border-color: #fff !important;
	color: #fff !important;
}
.cm_contrast .quickBknBox .optsContainer > .selectWrap.focus ~ label,
.cm_contrast .quickBknBox .optsContainer.hasValue > label,
.cm_contrast .quickBknBox .optsContainer.hasFocus > label {
	color: #2f3b40 !important;
	background: #fff !important;
}
.cm_contrast .quickBknBox .optsContainer > .selectWrap.focus ~ .icon,
.cm_contrast .quickBknBox .optsContainer.hasFocus .icon {
	color: #2f3b40 !important;
}

.cm_contrast .modul_start .section .sectionTeaser {
	border-top-color: #2f3b40 !important;
}
.cm_contrast .modul_start .section .sectionTeaser .headline span {
	color: #2f3b40 !important;
	background: #fff !important;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}






















/* high contrast Featuring dark theme */
.cm_contrast.theme_dark .hint,
.cm_contrast.theme_dark #breadcrumb,
.cm_contrast.theme_dark #breadcrumb strong,
.cm_contrast.theme_dark #siteSearchTrigger,
.cm_contrast.theme_dark #languageSelect > *,
.cm_contrast.theme_dark #languageSelect .active,
.cm_contrast.theme_dark .quickFavs .action .icon,
.cm_contrast.theme_dark .navStd li a,
.cm_contrast.theme_dark .navStd li .a,
.cm_contrast.theme_dark .caption,
.cm_contrast.theme_dark .download small,
.cm_contrast.theme_dark .event .lightText,
.cm_contrast.theme_dark .btn.btnLow {
	color: #fff;
}
.cm_contrast.theme_dark .optsContainer > input:focus ~ label,
.cm_contrast.theme_dark .optsInputWrap > input:focus ~ label,
.cm_contrast.theme_dark .optsContainer > .input:focus ~ label,
.cm_contrast.theme_dark .optsContainer > textarea:focus ~ label,
.cm_contrast.theme_dark .optsContainer > select:focus ~ label,
.cm_contrast.theme_dark .optsContainer > .selectWrap.focus ~ label,
.cm_contrast.theme_dark .optsRange .date > input:focus ~ label,
.cm_contrast.theme_dark .optsRange .date > .input:focus ~ label,
.cm_contrast.theme_dark .optsRange .date.hasValue > label,
.cm_contrast.theme_dark .optsRange .date.hasFocus > label,
.cm_contrast.theme_dark .optsContainer.hasValue > label,
.cm_contrast.theme_dark .optsContainer.hasFocus > label,
.cm_contrast.theme_dark .optsInputWrap.hasValue > label,
.cm_contrast.theme_dark .optsInputWrap.hasFocus > label,
.cm_contrast.theme_dark .optsContainer input[type="radio"]:not(.optsSwitch) + label,
.cm_contrast.theme_dark .optsContainer input[type="checkbox"]:not(.optsSwitch) + label {
	color: #fff;
	background: #2f3b40;
}
.cm_contrast.theme_dark .optsContainer input:not(.optsSwitch),
.cm_contrast.theme_dark .optsContainer .input,
.cm_contrast.theme_dark .optsContainer .optsInputWrap,
.cm_contrast.theme_dark .optsContainer textarea,
.cm_contrast.theme_dark .optsContainer select,
.cm_contrast.theme_dark .optsContainer .selectOver,
.cm_contrast.theme_dark .optsContainer .optsCounterWrap .over,
.cm_contrast.theme_dark .optsContainer .optsInline {
	background: #2f3b40;
	border-color: #fff;
}
.cm_contrast.theme_dark .optsContainer input:not(.optsSwitch):hover,
.cm_contrast.theme_dark .optsContainer .input:hover,
.cm_contrast.theme_dark .optsContainer textarea:hover,
.cm_contrast.theme_dark .optsContainer select:hover,
.cm_contrast.theme_dark .optsContainer .selectWrap:hover .selectOver,
.cm_contrast.theme_dark .optsContainer .optsCounterWrap:hover .over,
.cm_contrast.theme_dark .optsContainer .optsInputWrap:hover {
	border-color: #fff;
}
.cm_contrast.theme_dark .optsContainer input:not(.optsSwitch):focus,
.cm_contrast.theme_dark .optsContainer .input:focus,
.cm_contrast.theme_dark .optsContainer textarea:focus,
.cm_contrast.theme_dark .optsContainer select:focus,
.cm_contrast.theme_dark .optsContainer .selectWrap.focus .selectOver,
.cm_contrast.theme_dark .optsContainer .optsCounterWrap.focus .over,
.cm_contrast.theme_dark .optsContainer .optsInputWrap.hover,
.cm_contrast.theme_dark .optsContainer .optsInline.optsChecked {
	border-color: #fff;
	background: #2f3b40;
}

.cm_contrast.theme_dark .pagerJumper a {
	padding: 8px 0;
	border: 2px solid #fff;
}

.cm_contrast.theme_dark #footerBottom .navStd a,
.cm_contrast.theme_dark #footerBottom .navStd .a {
	color: #2f3b40 !important;
}
.cm_contrast.theme_dark hr {
	border-color: #fff;
}
.cm_contrast.theme_dark .navSub.greyBackground ul a:before {
	background: #fff;
}
.cm_contrast.theme_dark .navSub.greyBackground a:hover::before,
.cm_contrast.theme_dark .navSub.greyBackground a.hover::before,
.cm_contrast.theme_dark .navSub.greyBackground a.active::before {
	background: #fff;
}

@media (min-width: 560px) and (max-width: 719px), (min-width: 960px) {
	.cm_contrast.theme_dark #srcBoxSubmit {
		color: #fff;
	}
}
@media (max-width: 959px) {
	.cm_contrast.theme_dark #navStdMobi a {
		color: #fff;
	}
}
.cm_contrast.theme_dark .optsContainer .selectOver:after {
	border-color: #fff transparent transparent;
}
.cm_contrast.theme_dark .optsContainer .icon,
.cm_contrast.theme_dark .optsContainer .iconBtn,
.cm_contrast.theme_dark .rateAndShare .hint,
.cm_contrast.theme_dark .search_results .depthpath,
.cm_contrast.theme_dark .search_results .depthpath a {
	color: #fff;
}
.cm_contrast.theme_dark .infoBox .closeBtn {
	background: #2f3b40;
}
.cm_contrast.theme_dark .masonryGridWrap .articleGrid .imgLabelOverlay {
	background-color: #2f3b40;
}
.cm_contrast.theme_dark .masonryGridWrap .articleGrid.fontColorLight .imgLabelOverlay {
	background-color: #fff !important;
	color: #2f3b40 !important;
}
.cm_contrast.theme_dark .masonryGridWrap .articleGrid.fontColorLight .headline {
	color: #2f3b40 !important;
}
.cm_contrast.theme_dark #datePicker .calHead a,
.cm_contrast.theme_dark #datePicker .calWeek .today span,
.cm_contrast.theme_dark #datePicker .calWeek .today a {
	background: transparent;
	border-color: #fff;
	color: inherit;
}
.cm_contrast.theme_dark .greyBackground #datePicker .calHead a,
.cm_contrast.theme_dark .greyBackground #datePicker .calWeek .today span,
.cm_contrast.theme_dark .greyBackground #datePicker .calWeek .today a {
	background: transparent;
	color: inherit;
}
.cm_contrast.theme_dark #datePicker .calWeek .event_1 a {
	background: transparent;
	color: inherit;
	border-style: dashed;
	border-color: #fff;
}
.cm_contrast.theme_dark #datePicker .calWeek .event_2 a {
	background: transparent;
	color: inherit;
	border-color: #fff;
}
.cm_contrast.theme_dark #datePicker .calWeek .choosenDate a,
.cm_contrast.theme_dark #datePicker .calWeek .today a:hover,
.cm_contrast.theme_dark #datePicker .calWeek .event_1 a:hover,
.cm_contrast.theme_dark #datePicker .calWeek .event_2 a:hover {
	background: #fff;
	border-color: #fff;
	color: #2f3b40 !important;
}
.cm_contrast.theme_dark #srcBoxQ {
	border-bottom-color: #fff;
}

.cm_contrast.theme_dark .spacer.greyBackground,
.cm_contrast.theme_dark .box.greyBackground,
.cm_contrast.theme_dark .form.greyBackground,
.cm_contrast.theme_dark #giveAwayForm .article .itemSelector {
	padding: 13px;
	background: none;
	border: 2px solid #fff;
}
.cm_contrast.theme_dark .vcModalMsg.greyBackground {
	border: 2px solid #fff;
	background: #2f3b40;
	padding: 18px;
}
.cm_contrast.theme_dark .vcModalMsg.greyBackground .vcModalClose {
	top: -2px;
}
@media (min-width: 960px) {
	.cm_contrast.theme_dark .vcModalMsg.greyBackground {
		padding: 38px;
	}
}
@media (min-width: 960px) {
	.cm_contrast.theme_dark #navMain li.lvl1.active:not(:hover):not(.expanded) > .navBtnWrap:before {
		background: #fff;
	}
}

/* Contrast Mode ColorScheme Overwrites */
.cm_contrast.theme_dark h1,
.cm_contrast.theme_dark .h1,
.cm_contrast.theme_dark h2,
.cm_contrast.theme_dark .h2,
.cm_contrast.theme_dark h3,
.cm_contrast.theme_dark .h3,
.cm_contrast.theme_dark .colored,
.cm_contrast.theme_dark .btn:not(.btnRaised),
.cm_contrast.theme_dark .btn.btnLow.colored,
.cm_contrast.theme_dark a,
.cm_contrast.theme_dark .btnSet,
.cm_contrast.theme_dark .pages a,
.cm_contrast.theme_dark .directLinks .boxHead,
.cm_contrast.theme_dark .directLinks .icon,
.cm_contrast.theme_dark .form .hint .duty,
.cm_contrast.theme_dark .optsContainer.optsDuty > label:after,
.cm_contrast.theme_dark .optsContainer > label .duty,
.cm_contrast.theme_dark .btnRaised:hover,
.cm_contrast.theme_dark .articleGrid .wrap a,
.cm_contrast.theme_dark .articleGrid .wrap .colored,
.cm_contrast.theme_dark .article .colored,
.cm_contrast.theme_dark .modul_start .section .offersHeadline,
.cm_contrast.theme_dark #navColumns ul li a .icon{
	color: #fff !important;
}
.cm_contrast.theme_dark .btnRaised:hover {
	color: #fff !important;
	background: #2f3b40 !important;
}
.cm_contrast.theme_dark a:hover,
.cm_contrast.theme_dark .pages a:hover {
	color: #fff !important;
	text-decoration: underline;
}

.cm_contrast.theme_dark a.img,
.cm_contrast.theme_dark .panoWrap .imagesInnerWrap,
.cm_contrast.theme_dark a.vid,
.cm_contrast.theme_dark .articleGrid .wrap,
.cm_contrast.theme_dark #productList .articleGrid .info {
	border-bottom-color: #fff !important;
}
.cm_contrast.theme_dark blockquote {
	border-left-color: #fff !important;
}
.cm_contrast.theme_dark .btnRaised,
.cm_contrast.theme_dark .articleGrid .wrap .moreBtn,
.cm_contrast.theme_dark .img .zoom,
.cm_contrast.theme_dark .vid .video-time,
.cm_contrast.theme_dark .map_legend .head ,
.cm_contrast.theme_dark .map_legend.aktiv .head,
.cm_contrast.theme_dark .map_placeList .placeAnchor.aktiv,
.cm_contrast.theme_dark .btn:not(.btnLow):not(.btnRaised) .icon,
.cm_contrast.theme_dark body .mejs__horizontal-volume-current,
.cm_contrast.theme_dark body .mejs__time-current,
.cm_contrast.theme_dark body .mejs__time-handle-content,
.cm_contrast.theme_dark #cartAside .btn.btnRaised:hover {
	background: #fff !important;
}
.cm_contrast.theme_dark .pagerJumper a.aktiv,
.cm_contrast.theme_dark .pagerJumper a:hover,
.cm_contrast.theme_dark #siteScrollUp,
.cm_contrast.theme_dark .btn:not(.btnRaised):not(.btnLow) .icon,
.cm_contrast.theme_dark .articleGrid .wrap .moreBtn,
.cm_contrast.theme_dark .quickBknBoxTrigger,
.cm_contrast.theme_dark .iconBubble,
.cm_contrast.theme_dark .optsContainer .optsCounterWrap .optsCounterUp .icon,
.cm_contrast.theme_dark .optsContainer .optsCounterWrap .optsCounterDown .icon {
	border-color: #fff !important;
	background: #fff !important;
	color: #2f3b40 !important;
}
.cm_contrast.theme_dark a.img:hover,
.cm_contrast.theme_dark a.vid:hover,
.cm_contrast.theme_dark .articleGrid .wrap:hover {
	border-bottom-color: #fff !important;
}
.cm_contrast.theme_dark .articleGrid .wrap:hover .moreBtn,
.cm_contrast.theme_dark .img:hover .zoom,
.cm_contrast.theme_dark .vid:hover .video-time,
.cm_contrast.theme_dark .map_legend .head:hover
.cm_contrast.theme_dark body .mejs__time-hovered {
	background: #fff !important;
}
.cm_contrast.theme_dark .quickBknBox .quickBhnBoxHeadline,
.cm_contrast.theme_dark .btnRaised {
	color: #2f3b40 !important;
}
.cm_contrast.theme_dark .quickBknBox .form,
.cm_contrast.theme_dark .quickBknBox .optsContainer.qb_departure_opts .fromArrivalToDeparture {
	background: #fff !important;
}
.cm_contrast.theme_dark .quickBknBox .btnContainer button {
	background: #2f3b40;
	color: #fff !important;
	border: 2px solid #fff !important;
}


.cm_contrast.theme_dark .quickBknBox .optsContainer input,
.cm_contrast.theme_dark .quickBknBox .optsContainer select,
.cm_contrast.theme_dark .quickBknBox .optsContainer .selectOver,
.cm_contrast.theme_dark .quickBknBox .optsContainer input:hover,
.cm_contrast.theme_dark .quickBknBox .optsContainer select:hover,
.cm_contrast.theme_dark .quickBknBox .optsContainer .selectWrap:hover .selectOver {
	border-bottom-color: #2f3b40 !important;
}
.cm_contrast.theme_dark .quickBknBox .optsContainer input:focus,
.cm_contrast.theme_dark .quickBknBox .optsContainer select:focus,
.cm_contrast.theme_dark .quickBknBox .optsContainer .selectWrap.focus .selectOver {
	border-color: #2f3b40 !important;
	color: #2f3b40 !important;
}
.cm_contrast.theme_dark .quickBknBox .optsContainer > .selectWrap.focus ~ label,
.cm_contrast.theme_dark .quickBknBox .optsContainer.hasValue > label,
.cm_contrast.theme_dark .quickBknBox .optsContainer.hasFocus > label {
	color: #fff !important;
	background: #2f3b40 !important;
}
.cm_contrast.theme_dark .quickBknBox .optsContainer > .selectWrap.focus ~ .icon,
.cm_contrast.theme_dark .quickBknBox .optsContainer.hasFocus .icon {
	color: #fff !important;
}

.cm_contrast.theme_dark .modul_start .section .sectionTeaser {
	border-top-color: #fff !important;
}
.cm_contrast.theme_dark .modul_start .section .sectionTeaser .headline span {
	color: #fff !important;
	background: #2f3b40 !important;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
	
	footer,
	#header,
	#breadcrumb,
	#content > .pages,
	#siteScrollUp {
		display: none;
	}
	
	.article,
	.spacer,
	.article + hr,
	.spacer + hr {
		width: 100% !important;
	}
	.article {
		margin-top: 0;
		margin-bottom: 1em;
	}
	
	.mapWrap {
		page-break-inside: avoid;
	}
}