/*
 * 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.
 */

/* ==========================================================================
   Outdated Browser
   ========================================================================== */

.chromeframe {
    margin: 0;
    background: #C00;
    color: #FFF;
    padding: .5em 0;
	text-align: center;
}
.chromeframe a {
	color: #FFF;
	text-decoration: underline;
}

#outdated{display:none;position:fixed;top:0;left:0;width:100%;text-align:center;text-transform:uppercase;z-index:1500;background-color:#C00;color:#fff;padding:15px;}* html #outdated{position:absolute}#outdated h6{font-size:25px;line-height:25px;margin:0 30px 15px 30px}#outdated p{font-size:12px;line-height:12px;margin:0}#outdated #btnUpdateBrowser{display:block;position:relative;padding:10px 20px;margin:15px auto 0;width:230px;color:#fff;text-decoration:none;border:2px solid #fff;cursor:pointer}#outdated #btnUpdateBrowser:hover{color:#C00;background-color:#fff}#outdated .last{position:absolute;top:10px;right:25px;width:20px;height:20px}#outdated #btnCloseUpdateBrowser{display:block;position:relative;width:100%;height:100%;text-decoration:none;color:#fff;font-size:36px;line-height:36px}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html,
body {
	height: 100%;
	min-width: 320px;
}
body.navMainOpen,
body.overlayOpen,
html.swipebox-html body {
	overflow: hidden;
}

#wrapper {
	overflow: hidden;
	position: relative;
	min-height: 100vh;
	display: -ms-flexbox;
    display: flex;
	-ms-flex-direction: column;
    flex-direction: column;
}

/* Header
   ========================================================================== */

#header:after,
#header:before {
	position: fixed;
	z-index: 19;
	content: '';
	display: block;
	left: 0;
	top: 0;
	pointer-events: none;
}
#header:before {
	background: #e2382a;
	background: linear-gradient(90deg, #e2382a 0%, #b52d22 100%);
	height: 80px;
	width: 100%;
}

#logo  {
	margin-top: 10px;
	position: fixed;
	left: 50%;
	z-index: 21;
	transform: translateX(-50%);
}
#logo img {
	height: 60px;
	transition: opacity .3s;
}
#logo .normal {
	opacity: 0;
}
#logo .alt {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

#telefon {
	position: fixed;
	right: 20px;
	z-index: 21;
	color: #fff;
	text-transform: uppercase;
	border: 2px solid #fff;
	padding: 8px;
	line-height: 20px;
	font-size: 15px;
	display: block;
	border-radius: 20px;
	text-align: center;
	min-width: 40px;
	transition: all .3s;
	text-decoration: none;
	margin-top: 20px;
}
#telefon .label {
	display: none;
	font-weight: 800;
}
#telefon:hover {
	color: #000;
	border-color: #000;
}

#navMenuTrigger {
	position: fixed;
	left: 0;
	min-width: 80px;
	padding: 50px 0 20px;
	z-index: 21;
	cursor: pointer;
}
#navMenuTrigger .label {
	color: #f19c95;
	font-size: 10px;
	line-height: 1;
	display: block;
	font-weight: 800;
	text-align: center;
	transition: all .3s;
}
#navMenuTrigger .label .on {
	display: block;
}
#navMenuTrigger .label .off {
	display: none;
}
#navMenuTrigger .line {
	z-index: 1;
	right: 10px;
}
#navMenuTrigger .line,
#navMenuTrigger .line:after,
#navMenuTrigger .line:before {
	background:#fff;
	display: block;
	height: 2px;
	position: absolute;
	transition: all .3s;
	opacity: 1;
	content: '';
}
#navMenuTrigger .line {
	top: 29px;
	left: 25px;
	width: 35px;
}
#navMenuTrigger .line:before {
	bottom: 9px;
	left: -5px;
	width: 30px;
}
#navMenuTrigger .line:after {
	bottom: -9px;
	left: -5px;
	width: 25px;
}
#navMenuTrigger:hover .label {
	color: #000;
}
#navMenuTrigger:hover .line {
	background-color: transparent;
}
#navMenuTrigger:hover .line:before {
	bottom: 5px;
	width: 40px;
	background: #000;
}
#navMenuTrigger:hover .line:after {
	bottom: -5px;
	width: 40px;
	background: #000;
}
#navMenuTrigger:hover .line,
#navMenuSwitch:checked ~ #wrapper #navMenuTrigger .line {
	background-color: transparent;
}
#navMenuSwitch:checked ~ #wrapper #navMenuTrigger .label .on {
	display: none;
}
#navMenuSwitch:checked ~ #wrapper #navMenuTrigger .label .off {
	display: block;
}
#navMenuSwitch:checked ~ #wrapper #navMenuTrigger .line:before {
	bottom: 0;
	width: 30px;
	left: 0;
	transform: rotate(45deg);
}
#navMenuSwitch:checked ~ #wrapper #navMenuTrigger .line:after {
	bottom: 0;
	width: 30px;
	left: 0;
	transform: rotate(-45deg);
}

#menuWrap {
	position: fixed;
	height: 0;
	overflow: hidden;
	left: 0;
	right: 0;
	top: 80px;
	transition: height .3s cubic-bezier(0,.75,.25,1), padding .3s, box-shadow .3s, overflow 0s, background 0s .3s;
	z-index: 20;
	background: #e2382a;
	background: linear-gradient(90deg, #e2382a 0%, #b52d22 100%);
}
#navMenuSwitch:checked ~ #wrapper #menuWrap {
	height: 100vh;
	height: calc(100vh - 80px);
	transition: height .3s cubic-bezier(.75,0,1,.25), padding .3s, box-shadow .3s, background .3s;
	background-color: #fff;
	animation: 0s linear 0.3s 1 normal both running delayOverflowAuto;
}
#menu {
	height: 100vh;
	height: calc(100vh - 80px);
	width: 100vw;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
#navMainWrap {
	-ms-flex-positive: 1;
	flex-grow: 1;
}

#menuInfo {
	padding: 20px;
	opacity: 0;
	transform: translateY(-50px);
}
#menuInfo a {
	color: inherit;
	text-decoration: underline;
}
#navMenuSwitch:checked ~ #wrapper #menuInfo {
	transform: translateX(0);
	opacity: 1;
	transition: transform .3s .6s, opacity .3s .6s;
}

#navStd {
	padding: 20px 5px  10px 15px;
	font-size: 10px;
	line-height: 20px;
}
#navStd li {
	float: left;
	margin: 0 10px 10px 0;
}
#navStd .a {
	font-weight: 800;
	color: #fff;
	padding: 0 5px;
	display: block;
	text-decoration: none;
	position: relative;
}
#navStd .a:after {
	content: '';
	height: 0;
	width: 100%;
	opacity: 0;
	bottom: 0;
	left: 0;
	display: block;
	background: #a92a1f;
	position: absolute;
	transition: all .3s;
	z-index: -1;
}
#navStd .a:hover:after,
#navStd .a.active:after {
	opacity: 1;
	height: 100%;
}

#navMain {
	opacity: 0;
	transform: translateY(-50px);
	padding: 10px 20px;
}
#navMain li {
	position: relative;
}
#navMain li + li:after {
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	position: absolute;
	background: #a92a1f;
	background: linear-gradient(90deg, rgba(169,42,31,1) 75%, rgba(169,42,31,0) 100%);
	left: 0;
	top: 0;
}
#navMain a {
	color: #fff;
	text-decoration: none;
	font-weight: 800;
	font-size: 2em;
	line-height: 1.3333;
	padding: 10px 0;
	display: block;
	transition: all .3s;
}
#navMain a:hover,
#navMain a.active {
	color: #000;
}
#navMenuSwitch:checked ~ #wrapper #navMain {
	transform: translateX(0);
	opacity: 1;
	transition: transform .3s .4s, opacity .3s .4s;
}

#scrollDown,
#scrollUp {
	position: fixed;
	padding: 20px 20px 20px 50px;
	z-index: 21;
	bottom: 0;
	left: 0;
	color: #f19c95;
	font-size: 10px;
	line-height: 40px;
	transform: rotate(-90deg);
	transform-origin: 40px 40px;
	cursor: pointer;
	transition: opacity .3s;
}
#scrollDown .icon,
#scrollUp .icon {
	position: absolute;
	top: 20px;
	left: 20px;
	color: #fff;
}
#scrollDown .label,
#scrollUp .label {
	display: block;
	font-weight: 800;
	transition: all .3s;
}
#scrollDown:hover,
#scrollUp:hover {
	color: #000;
}
#scrollDown.hide,
#scrollUp.hide,
#navMenuSwitch:checked ~ #wrapper #scrollDown,
#navMenuSwitch:checked ~ #wrapper #scrollUp {
	opacity: 0;
	pointer-events: none;
}


@media (max-width: 719px) {
	#header:before,
	#logo,
	#telefon,
	#navMenuTrigger {
		top: -80px;
		transition: top .3s;
	}
	#telefon {
		transition: all .3s;
	}

	#header.fixedShow:before,
	#header.isAtTop:before,
	#header.isOverBreakpoint:before,
	#header.fixedShow #logo,
	#header.isAtTop #logo,
	#header.isOverBreakpoint #logo,
	#header.fixedShow #telefon,
	#header.isAtTop #telefon,
	#header.isOverBreakpoint #telefon,
	#header.fixedShow #navMenuTrigger,
	#header.isAtTop #navMenuTrigger,
	#header.isOverBreakpoint #navMenuTrigger {
		top: 0;
	}

	#scrollDown,
	#scrollUp {
		display: none !important;
	}
}

@media (min-width: 720px) {
	#header:before {
		background: #e2382a;
		background: linear-gradient(180deg, #e2382a 0%, #b52d22 100%);
		height: 100%;
		width: 80px;
	}
	#header:after {
		background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0) 100%);
		height: 150px;
		width: auto;
		left: 80px;
		right: 0;
	}

	#logo {
		top: 0;
		left: 100px;
		transform: none;
	}
	#logo .normal {
		opacity: 1;
		display: block;
	}
	#logo .alt {
		opacity: 0;
	}
	#navMenuSwitch:checked ~ #wrapper #logo .normal {
		opacity: 0;
	}
	#navMenuSwitch:checked ~ #wrapper #logo .alt {
		opacity: 1;
	}

	#telefon {
		top: 0;
		background: #fff;
		color: #303940;
		padding: 8px 18px;
	}
	#telefon .label {
		display: inline-block;
		margin-left: 5px;
	}
	#telefon:hover {
		color: #fff;
		background-color: rgba(0,0,0,.25);
		border-color: #fff;
	}
	#navMenuSwitch:checked ~ #wrapper #telefon {
		opacity: 0;
		pointer-events: none;
	}

	#navMenuTrigger {
		top: 45%;
		top: calc(50% - 40px);
	}

	#menuWrap {
		left: 80px;
		top: 0;
		right: auto;
		width: 0;
		height: 100vh;
		background: #e2382a;
		background: linear-gradient(180deg, #e2382a 0%, #b52d22 100%);
		transition: width .3s cubic-bezier(0,.75,.25,1), padding .3s, box-shadow .3s, overflow 0s, background 0s .3s;
	}
	#navMenuSwitch:checked ~ #wrapper #menuWrap {
		width: 100vw;
		width: calc(100vw - 80px);
		height: 100vh;
		transition: width .3s cubic-bezier(.75,0,1,.25), padding .3s, box-shadow .3s, background .3s;
	}
	#menu {
		height: 100vh;
		width: 100vw;
		width: calc(100vw - 80px);
	}
	#navMainWrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}
	#navMainWrap > * {
		width: 50%;
	}

	#navStd {
		margin-left: 150px;
		padding-top: 30px;
		min-height: 80px;
	}
	#navStd ul {
		float: right;
		text-align: right;
	}
	#navStd li {
		float: none;
		display: inline-block;
	}

	#menuInfo,
	#navMain {
		transform: translateX(-50px);
	}
}

@media (min-width: 960px) {
	#header:after {
		height: 200px;
	}

	#logo {
		top: 10px;
	}
	#logo img {
		height: 80px;
	}

	#telefon {
		top: 20px;
		font-size: 20px;
	}

	#navStd {
		padding-top: 50px;
		min-height: 100px;
	}

	#navMain {
		width: 58.333%;
		padding-left: calc(20px + 8.333%);
		padding-right: calc(20px + 8.333%);
	}

	#menuInfo {
		width: 41.667%;
	}
}

@media (min-width: 1200px) {
	#navMain {
		padding-left: calc(20px + 16.667%);
		padding-right: calc(20px + 16.667%);
	}

	#menuInfo {
		padding-left: calc(20px + 8.333%);
		padding-right: calc(20px + 8.333%);
	}
}

/* Content
   ========================================================================== */

#content {
	margin-top: 80px;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}


#breadcrumb {
	font-size: 10px;
	line-height: 1.5;
	padding: 20px;
	margin: 0;
	background: #fff;
	min-height: 60px;
}
#breadcrumb .wrap * {
	color: #989ca0;
}
#breadcrumb .divider {
	padding: 0 10px;
}
#breadcrumb a {
	text-decoration: none;
}
#breadcrumb a:last-child {
	font-weight: 800;
	color: inherit;
}
.section {
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.section .leftContentCol {
	background: #303940;
	color: #fff;
}
.section .rightContentCol > .spacer,
.section .leftContentCol > .spacer,
.asideSpacer {
	padding: 40px 20px;
}
.section .rightContentCol > .spacerMin,
.section .leftContentCol > .spacerMin {
	padding-left: 20px;
	padding-right: 20px;
}
.section .rightContentCol > .article + .spacerShortDistance {
	padding-top: 0;
}
.section .rightContentCol > .article + .list.swiper-container {
	margin-top: -20px;
}
.section .rightContentCol > #breadcrumb + .spacer {
	padding-top: 0;
}
.section .leftContentCol a {
	color: inherit;
	text-decoration: underline;
}
.section .leftContentCol .success {
	color: #fff;
	text-align: center;
}
.section .leftContentCol .loadingOverlay {
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(48,57,64,.8);
	z-index: 1;
}
.section .leftContentCol > .box .article + .wrap {
	margin-top: 40px;
}

#content .teaser {
	background: #ccc;
	padding-bottom: 62.5%;
	width: 100%;
}
#content .teaser .teaserCount,
#content .teaser .teaserInfo,
#content .teaser .teaserHeadline {
	position:  absolute;
	bottom: 20px;
	left:  20px;
	line-height: 1.333;
	padding-left: calc(2.667em + 10px);
	min-height: 2.667em;
	z-index: 2;
	pointer-events: none;
	color: #fff;
	font-weight: 800;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
#content .teaser .teaserInfo {
	left: auto;
	right: 20px;
}
#content .teaser .teaserCount .icon,
#content .teaser .teaserInfo .icon {
	position: absolute;
	top: 50%;
	font-size: 2.667em;
	margin-top: -.5em;
	left: 0;
	line-height: 1;
}
#content .teaser .swiper-wrapper {
	position: absolute;
}

#content .teaser .swiper-slide {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
#content .teaser.wrapInfo:after {
	display: none;
}
#content .teaser .teaserInfoWrap {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	z-index: 1;
	display: flex;
	align-items: flex-end;
	text-shadow: 0 0 20px rgba(0,0,0,.5);
	padding: 80px 20px 20px;
}
#content .teaser .teaserInfoWrap * {
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
}
#content .teaser .teaserInfoWrap .teaserInfo .label {
	white-space: nowrap;
}
#content .teaser .teaserInfoWrap .teaserHeadline {
	padding: 0;
}
@media (min-width: 720px) {
	#content {
		margin-top: 0;
		margin-left: 80px;
	}
	#content > #outdated + noscript + .section .rightContentCol {
		padding-top: 110px;
	}
	#content > #outdated + noscript + .section .rightContentCol > #breadcrumb {
		padding-top: 40px;
	}
}

@media (min-width: 960px) {
	.section {
		display: -ms-flexbox;
		display: flex;
	}
	.section .rightContentCol {
		-ms-flex-positive: 1;
		flex-grow: 1;
		flex-basis: calc(100% / 3 * 2);
		width: 66.67%;
	}
	.section .leftContentCol {
		width: calc(100% / 3);
		padding-top: 20px;
	}
	.section.full .rightContentCol > .article,
	.section.full .rightContentCol > .spacer {
		padding-left: calc((100% / 12) + 20px);
		padding-right: calc((100% / 12) + 20px);
	}

	#content > #outdated + noscript + .section .rightContentCol,
	#content > #outdated + noscript + .section .leftContentCol {
		padding-top: 160px;
	}

	#content .teaser {
		padding-bottom: 42.85%;
	}
}

@media (min-width: 1200px) {
	#breadcrumb {
		min-height: 80px;
	}
	.section .rightContentCol > .article,
	.section .rightContentCol > .spacer {
		padding: 80px calc(12.5% + 20px);
	}
	.section.full .rightContentCol > .article,
	.section.full .rightContentCol > .spacer {
		padding: 80px calc((100% / 6) + 20px);
	}
	.section .rightContentCol > .article + .clear + .gridWrap,
	.section .rightContentCol > .article + .list,
	.section .rightContentCol > .article + .spacerShortDistance {
		margin-top: -40px;
	}
	.section .rightContentCol > .article + .list.swiper-container {
		margin-top: -60px;
	}

	.section .leftContentCol {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.section .leftContentCol > .article,
	.section .leftContentCol > .spacer,
	.section .leftContentCol > .box,
	.asideSpacer {
		padding: 40px;
	}

	#content > #outdated + noscript + .section .rightContentCol {
		padding-top: 120px;
	}
	#content > #outdated + noscript + .section .leftContentCol {
		padding-top: 160px;
	}

	#content .teaser {
		padding-bottom: 33.33%;
	}
}

/* Footer
   ========================================================================== */

#footer {
	background: #303940;
	color: #fff;
	border-top: 1px solid #454d53;
	padding: 19px 20px 20px;
	text-align: center;
}
#footer a {
	color: inherit;
	text-decoration: underline;
}
@media (min-width: 720px) {
	#footer {
		margin-left: 80px;
	}
}


/* ==========================================================================
   external Scripts/Functions
   ========================================================================== */

/**
 * Swiper 6.5.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 5, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#ffffff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-horizontal:after{content:'';position:absolute;left:0;bottom:0;height:80px;width:100%;background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);z-index:1;pointer-events:none;}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;bottom:20px;z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;border: 2px solid #ffffff;border-radius: 20px;line-height:20px;}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.2;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{right:70px;padding:3px;width:30px;}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:20px;padding:8px;width:40px;}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:left;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:20px;left:15px;width:100%;line-height:20px;}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:20px;height:20px;display:inline-block;position:relative;vertical-align:-5px;}.swiper-pagination-bullet:after{content:'';height:4px;top:50%;margin-top:-2px;display:block;width:100%;background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:.2;position:absolute;transition:opacity .3s;}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:hover:after,.swiper-pagination-bullet-active:after{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet:after{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(255,255,255,.20);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{max-width:calc(100% - 40px);width: 150px;height:5px;left:20px;bottom:20px}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;-webkit-filter:blur(50px);filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}

/*! Swipebox v1.4.4 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html{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;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff;background:rgba(255,255,255,.9)}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform .4s ease;transition:transform .4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer;padding-top:50px;padding-bottom:50px;}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block;position:relative;overflow:hidden;}#swipebox-slider .slideInnerWrap{height:100%;width:100%;line-height:1px;text-align:center;}#swipebox-slider .slideInnerWrap:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-inline-container,#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%;-webkit-box-sizing:border-box;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-slider .slide-loading{background:url(../img/Swipebox/loader.gif) center center no-repeat}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:.5s;transition:.5s;position:absolute;left:0;z-index:999;height:50px;width:100%;}#swipebox-bottom-bar{bottom:-50px;background: #303940;}#swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#swipebox-top-bar{top:-50px;color:#fff!important;display:table;background: #e2382a;background: linear-gradient(90deg, #e2382a 0%, #b52d22 100%);}#swipebox-top-bar.visible-bars{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}#swipebox-title{width:100%;height:100%;font-size:1em;line-height:1.2;text-align:center;vertical-align:middle;display:table-cell}#swipebox-close,#swipebox-next,#swipebox-prev,#swipebox-zoomin,#swipebox-zoomout{background-image:url(../img/Swipebox/icons.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;width:50px;height:50px;top:0}#swipebox-arrows{height:100%;position:absolute;right:0;bottom:0}#swipebox-prev{background-position:-32px 13px;float:left}#swipebox-next{background-position:-78px 13px;float:right}#swipebox-close,#swipebox-zoomin,#swipebox-zoomout{top:0;position:absolute;z-index:9999}#swipebox-close{background-position:15px 12px;left:0}#swipebox-zoomin{background-position:-122px 12px;left:60px}#swipebox-zoomout{background-position:-168px 12px;left:60px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-next.disabled,#swipebox-prev.disabled,#swipebox-zoomin.disabled,#swipebox-zoomout.disabled{opacity:.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:rightSpring .3s;animation:rightSpring .3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:leftSpring .3s;animation:leftSpring .3s}.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0;box-shadow:inset 10px 0 10px -8px #656565}.swipebox-touch #swipebox-container:after{right:0;box-shadow:inset -10px 0 10px -8px #656565}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@-webkit-keyframes rightSpring{0%,100%{left:0}50%{left:-30px}}@keyframes rightSpring{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes leftSpring{0%,100%{left:0}50%{left:30px}}@keyframes leftSpring{0%,100%{left:0}50%{left:30px}}@media screen and (min-width:800px){#swipebox-close{left:10px}#swipebox-zoomin,#swipebox-zoomout{left:70px}#swipebox-arrows{right:10px}}#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:#fff;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}


/*
	Overlay
	*/
.vcModal,
.vcModalOverlay {
	transition: height 0s .3s, opacity .3s;
	pointer-events: none;
	position: fixed;
	height: 0;
	width: 100%;
	opacity: 0;
	left: 0;
	top: 0;
	z-index: 1000;
}
.vcModal {
	overflow: auto;
}
.vcModalOverlay {
	background: #fff;
	background: rgba(48,57,64,.75);
	position: fixed;
	display: block;
}

.vcModal .modalMsg {
	display: table;
	padding: 30px 30px 20px;
	height: 100%;
	width: 100%;
}
.vcModal .modalMsg .wrap {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.vcModal .modalMsg .wrap .overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}
.vcModal .modalMsg .wrap .wrapMore {
	max-width: calc(100vw - 60px);
	width: 50em;
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	position: relative;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	margin: 0 auto;
	z-index: 1;
}

.vcModalSwitch:checked + .vcModalTarget .vcModalOverlay,
.vcModalSwitch:checked + .vcModalTarget .vcModal {
	height: 100%;
	opacity: 1;
	transition: height 0s, opacity .3s;
	pointer-events: auto;
}
.vcModal .vcModalClose {
	position: absolute;
	display: block;
	right: -20px;
	top: -20px;
	cursor: pointer;
	padding: 10px;
	line-height: 20px;
	text-align: center;
	background: #303940;
	color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 1;
}
.vcModal .vcModalClose:hover {
	background: #e2382a;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.vcModalBannerBottom .vcModalOverlay {
	height: 0 !important;
	opacity: 0 !important;
}
.vcModalBannerBottom .vcModal {
	top: auto;
	bottom: 0;
}
.vcModalSwitch:checked + .vcModalTarget.vcModalBannerBottom  .vcModal {
	height: auto;
	max-height: 100%;
}
.vcModalBannerBottom .vcModal .modalMsg {
	padding: 90px 0 0;
	position: relative;
}
.vcModalBannerBottom .vcModal .modalMsg:before {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    content: '';
    background: #FFF;
    display: block;
    width: 100%;
    z-index: -1;
    box-shadow: 0 0 20px rgba(0,0,0,.5);
    position: absolute;
    left: 0;
	top: 90px;
	height: 50%;
}
.vcModalBannerBottom .vcModal .modalMsg .wrap .wrapMore {
	margin: 0;
	padding: 0;
	max-width: none;
	width: 100%;
	box-shadow: none;
}

.vcModalBannerBottom .vcModal .article {
	padding: 15px;
	margin: 0 auto;
}
.vcModalBannerBottom .vcModal .article > :first-child {
	padding-right: 60px;
}
.vcModalBannerBottom  .vcModal .vcModalClose {
	right: 15px;
	top: 15px;
}

.overlayArticle .articleTeaser {
	margin: -20px -20px 20px;
	position: relative;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
.overlayArticle .articleTeaser .effect {
	position: absolute;
	left: 0;
	padding-bottom: 25%;
	background: #fff;
	width: 100%;
	z-index: 0;
	bottom: 0;
	clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
}
.overlayArticle .articleTeaser:before,
.overlayArticle .articleTeaser:after {
	content: '';
	position: absolute;
	width: 100%;
	padding-bottom: 12.5%;
	display: block;
	background: #a92a1f;
	z-index: 1;
	bottom: 0;
	transform: skewX(-22.5deg) rotate(12.75deg);
}
.overlayArticle .articleTeaser:before {
	right: 50%;
	transform-origin: 100% 0;
	mix-blend-mode: multiply;
}
.overlayArticle .articleTeaser:after {
	left: 50%;
	mix-blend-mode: multiply;
	transform-origin: 0 0;
	transform: skewX(-22.5deg) rotate(12.75deg) translateY(-100%)
}

.overlayArticle .articleTeaser .imgWrap {
	width: 100%;
	display: block;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
@media (min-width: 960px) {
	.vcModal .modalMsg .wrap .wrapMore {
		padding: 40px;
		border-radius: 20px;
		max-width: calc(100vw - 100px);
	}
	.vcModalBannerBottom .vcModal .article {
		width: 83.33%;
	}
	.vcModalBannerBottom .vcModal .article > :first-child {
		padding-right: 0;
	}

	.overlayArticle {
		position: relative;
		min-height: 30vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.overlayArticle .articleTeaser {
		position: absolute;
		right: -40px;
		top: -40px;
		bottom: -40px;
		margin: 0;
		width: 50%;
		border-radius: 0 20px 20px 0;
	}
	.overlayArticle .articleTeaser .effect {
		left: 0;
		padding-bottom: 0;
		aspect-ratio: 1 / 2;
		background: #fff;
		width: auto;
		height: 100%;
		bottom: 0;
		clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
	}
	.overlayArticle .articleTeaser:before,
	.overlayArticle .articleTeaser:after {
		width: 0;
		padding-left: 12.5%;
		height: 100%;
		left: 0;
		transform: none;
	}
	.overlayArticle .articleTeaser:before {
		top: 50%;
		bottom: auto;
		transform-origin: 0% 50%;
		transform: rotate(26.5deg) skewY(22.5deg) scale(1.175);
		mix-blend-mode: multiply;
	}
	.overlayArticle .articleTeaser:after {
		transform-origin: 0% 50%;
		transform: rotate(26.5deg) translateY(-117.5%) skewY(22.5deg) translateX(-117.5%) scale(1.175);
		mix-blend-mode: normal;
		top: 50%;
	}
	.overlayArticle .articleTeaser + .articleContentsWrap {
		width: 50%;
	}
	.overlayArticle .articleTeaser .imgWrap {
		width: 100%;

		padding-bottom: 0 !important;
		height: 100%;
	}
}


/*
	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 input {
	display: none;
}
.vcPrivacyOptsLine label {
	display: block;
	font-weight: bold;
	min-height: 2em;
	padding-right: 4em;
	position: relative;
	cursor: pointer;
	float: none;
}
.vcPrivacyOptsLine label .hint {
	font-weight: normal;
	margin: 0;
	line-height: normal;
}
.vcPrivacyOptsLine label .state {
	position: absolute;
	top: 0;
	right: 0;
	width: 3em;
	height: 1.5em;
	box-shadow: 0 1px 3px rgba(0,0,0,.5) inset;
	background: #C00;
	border-radius: .75em;
	display: block;
	transition: all .3s;
}
.vcPrivacyOptsLine label .state:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 1.25em;
	height: 1.25em;
	background: #fff;
	border: 1px solid #ccc;
	margin-top: -.625em;
	margin-left: -1.375em;
	border-radius: .625em;
	transition: all .3s;
}
.vcPrivacyOptsLine input:checked + label .state {
	background: #00b300;
}
.vcPrivacyOptsLine input:checked + label .state:after {
	margin-left: .125em;
}

.vcPrivacyOptsLine input:disabled + label {
	pointer-events: none;
}
.vcPrivacyOptsLine input:disabled + label .state {
	background: #ddd;
}

.vcPrivacyOptsLineWrap + .vcPrivacyOptsLineWrap {
	margin-top: 1.5em;
}
.vcPrivacyMoreInfoTrigger {
	padding: .5em 0 0;
	display: block;
}
.vcPrivacyMoreInfoTrigger .vcCssIconArrowDown {
	margin: 0 0 0 .5em;
	transition: transform .3s;
	float: none !important;
	display: inline-block !important;
}

.vcPrivacySlideDownSwitch ~ .vcPrivacySlideDownTarget {
	max-height: 0;
	transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, overflow 0s;
	overflow: hidden;
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .on {
	display: inline;
}
.vcPrivacySlideDownTrigger .on,
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .off {
	display: none;
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .vcCssIcon {
	transform: rotate(180deg);
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .vcCssIconArrowDown:after {
	margin-top: -1em;
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTarget {
	max-height: 10000px;
	padding-top: .625em;
	transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s;
	animation: 0s linear 0.3s 1 normal both running delayOverflow;
}

.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: #f2f2f2;
	border: 1px solid #ddd;
	text-align: center;
	padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
}

@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%;
	}
}

/* ==========================================================================
   Content classes
   ========================================================================== */

/* Content: BILDER & GALERIE */
.filePreview,
.img,
.thumb {
	position: relative;
	overflow: hidden;
	display:block;
}
.thumb img,
.img img,
.img-link img,
.imgWrap img {
	width:100%;
	height:auto;
	display: block;
}
.imgWrap {
	position: relative;
	margin: 0;
}
.gallery {
	margin: -5px -10px;
}
.img-count {
	margin: 5px 10px;
	text-align: right;
}
.imgContainer {
	float: left;
	padding: 10px;
	margin: 0 !important;
	position: relative;
}
.img {
	display:block;
	position: relative;
	z-index: 1;
}
.img.effect {
	border: 5px solid #FFF;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.caption {
	font-size: 80%;
	line-height: 1.25;
	display: block;
	text-align: center;
	margin-top: .5em;
}

.imgLeft .imagesInnerWrap {
	float: left;
	margin-bottom: 20px;
}
.imgRight .imagesInnerWrap {
	margin-bottom: 20px;
	float: right;
}
.imgRight .caption {
	text-align: left;
}
.imgLeft .caption {
	text-align: right;
}
.imgWrap + .imgWrap,
.imgWrap + .imgWrap {
	margin-top: 20px;
}
.imgNone {
	margin: 20px auto;
}
.imgNone .imagesInnerWrap {
	margin: -20px;
}

.imgNone .imagesInnerWrap.imgWidth-125 {
	margin-left: -20px;
	margin-right: -20px;
}
.imgNone .imagesInnerWrap.imgWidth-125 .caption {
	padding-left: 20px;
	padding-right: 20px;
}
.imgWidth-100,
.imgWidth-75,
.imgWidth-67,
.imgWidth-50,
.imgWidth-42,
.imgWidth-33 {
	width: 100%;
}
.imgWidth-25 {
	width: 50%;
}
.imgWidth-20,
.imgWidth-17,
.imgWidth-15 {
	width: 25%;
}
.imgWidth-13,
.imgWidth-10,
.imgWidth-5 {
	width: 15%;
}

.imgNone .imgWrap {
	float: left;
	padding: 20px;
	margin: 0;
}
.imgNone .imgWidth-125 .imgWrap {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	float: none;
}
.imgRight .imgWidth-25,
.imgRight .imgWidth-20,
.imgRight .imgWidth-17,
.imgRight .imgWidth-15,
.imgRight .imgWidth-13,
.imgRight .imgWidth-10,
.imgRight .imgWidth-5 {
	margin-left: 20px;
	padding-left: 20px;
	float: right;
}
.imgLeft .imgWidth-25,
.imgLeft .imgWidth-20,
.imgLeft .imgWidth-17,
.imgLeft .imgWidth-15,
.imgLeft .imgWidth-13,
.imgLeft .imgWidth-10,
.imgLeft .imgWidth-5 {
	margin-right: 20px;
	padding-right: 20px;
	float: left;
}

@media (min-width: 480px) {
	.imgWidth-33,
	.imgWidth-25 {
		width: 50%;
	}
	.imgWidth-20,
	.imgWidth-17,
	.imgWidth-15 {
		width: 33.3%;
	}
	.imgWidth-13 {
		width: 20%;
	}
	.imgWidth-10,
	.imgWidth-5 {
		width: 15%;
	}

	.imgRight .imgWidth-33 {
		margin-left: 20px;
		padding-left: 20px;
		float: right;
	}
	.imgLeft .imgWidth-33 {
		margin-right: 20px;
		padding-right: 20px;
		float: left;
	}
}

@media (min-width: 640px) {
	.imgWidth-50,
	.imgWidth-42 {
		width: 50%;
	}
	.imgWidth-25 {
		width: 33.3%;
	}
	.imgWidth-20,
	.imgWidth-17 {
		width: 25%;
	}
	.imgRight .imgWidth-50,
	.imgRight .imgWidth-42 {
		margin-left: 20px;
		padding-left: 20px;
		float: right;
	}
	.imgLeft .imgWidth-50,
	.imgLeft .imgWidth-42 {
		margin-right: 20px;
		padding-right: 20px;
		float: left;
	}
}

@media (min-width: 720px) {
	.imgWidth-67 {
		width: 50%;
	}
	.imgWidth-33,
	.imgWidth-25 {
		width: 33.3%;
	}
	.imgWidth-20,
	.imgWidth-17,
	.imgWidth-15 {
		width: 20%;
	}
	.imgWidth-13,
	.imgWidth-10,
	.imgWidth-5 {
		width: 15%;
	}

	.imgRight .imgWidth-67 {
		margin-left: 20px;
		padding-left: 20px;
		float: right;
	}
	.imgLeft .imgWidth-67 {
		margin-right: 20px;
		padding-right: 20px;
		float: left;
	}
}

@media (min-width: 960px) {
	.imgWidth-100 {
		width:100%;
	}
	.imgWidth-75 {
		width:75%;
	}
	.imgWidth-67 {
		width:66.7%;
	}
	.imgWidth-50 {
		width:50%;
	}
	.imgWidth-42 {
		width: 41.7%;
	}
	.imgWidth-33 {
		width:33.3%;
	}
	.imgWidth-25 {
		width:25%;
	}
	.imgWidth-20 {
		width:20%;
	}
	.imgWidth-17 {
		width:16.6666%;
	}
	.imgWidth-15 {
		width:15%;
	}
	.imgWidth-13 {
		width:12.5%;
	}
	.imgWidth-10 {
		width:10%;
	}
	.imgWidth-5 {
		width:5%;
	}
	.imgRight .imgWidth-75 {
		margin-left: 20px;
		padding-left: 20px;
		float: right;
	}
	.imgLeft .imgWidth-75 {
		margin-right: 20px;
		padding-right: 20px;
		float: left;
	}

	.section.full .rightContentCol > .article .imgNone .imagesInnerWrap.imgWidth-125 {
		margin-left: calc((100% + 40px) / -10 - 20px);
		margin-right: calc((100% + 40px) / -10 - 20px);
	}

}
@media (min-width: 1200px) {
	.imgNone .imagesInnerWrap.imgWidth-125 {
		margin-left: calc((100% + 40px) / -6 - 20px);
		margin-right: calc((100% + 40px) / -6 - 20px);
	}
	.section.full .rightContentCol > .article .imgNone .imagesInnerWrap.imgWidth-125 {
		margin-left: calc((100% + 40px) / -4 - 20px);
		margin-right: calc((100% + 40px) / -4 - 20px);
	}
}

/* Content: GOOGLE MAPS */
.map_canvas {
	min-height: 200px;
	min-height: 50vh;
	background: #EEE;
	margin: 1em 0;
}
.map_canvas .gm-style {
	font-family: inherit;
}
.map_canvas .gm-style-iw .btn {
	width: 100%;
	margin-top: 15px;
}
.map_legend .head {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	background: #999;
	position: relative;
	padding: 5px 10px 5px 40px;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}
.map_legend .head .sprt {
	position: absolute;
	left: 4px;
	top: 50%;
	margin-top: -16px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.map_legend:hover .head {
	background: #666;
}
.map_legend.aktiv .head {
	background: #FF6618;
}
.map_legend.aktiv .head .sprt {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* OVERLAY */
body.GMO-active { overflow:hidden; }
#GMO-wrap {
	visibility:hidden;
	z-index:1000;
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	text-align:center;
	/*background:rgba(0,0,0,0.7);*/
	overflow:hidden;
	transition:visibility 0.5s;
}
.GMO-active #GMO-wrap {
	visibility:visible;
}
#GMO-container {
	position:relative;
	box-sizing:border-box;
	width:40%;
	min-width:670px;
	height:80%;
	margin-top:20%;
	margin-top:20vh;
	padding-right:40px;
	padding-top:40px;
	display:inline-block;
	opacity:0;
	transition:margin-top .5s , opacity .5s;
}
.GMO-active #GMO-container {
	margin-top:10%;
	margin-top:10vh;
	opacity:1;
}
#GMO-content {
	box-sizing:border-box;
	text-align:left;
	padding:20px;
	height:100%;
	background-color:#fff;
	box-shadow:0 7px 15px rgba(0,0,0,0.6);
	overflow:auto;
}
#GMO-close {
	position:absolute;
	right:0;
	top:0;
	height:40px;
	width:40px;
	cursor:pointer;
	box-shadow:0 2px 10px rgba(0,0,0,0.6);
    transition: transform 1s ease-in-out 0s;
}
.csstransforms #GMO-close .closePop {
    background: #F5420C none;
}
.csstransforms #GMO-close:before, .csstransforms #GMO-close:after {
    background-color: #fff;
    content: "";
    height: 80%;
    left: 45%;
    position: absolute;
    top: 10%;
    width: 2px;
}
.csstransforms #GMO-close:before {
    transform: rotate(45deg);
}
.csstransforms #GMO-close:after {
    transform: rotate(-45deg);
}
#GMO-content button.close {
	background-color:#b2b2b2;
}
ul.placeList {
	color:#c5c7c8;
	list-style:none;
	list-style-type:none;
	padding:0;
}
ul.placeList li {
	position:relative;
	padding-left:20px;
	border-top:1px solid #c5c7c8;
}
ul.placeList li:first-child {
	border-top:0;
}
ul.placeList li:before {
	content:'';
	position:absolute;
	left:0;
	top:5px;
	height:16px;
	width:16px;
	background:url(../img/jQueryUI/ui-icons_222222_256x240.png) -96px -160px no-repeat;
}
ul.placeList li.aktiv:before {
	background-position:-64px -144px;
}
ul.placeList li a {
	display:block;
	padding:5px 0;
	text-decoration:none;
}

.addrWrap {
	margin: .769em 0;
}
.addrWrap address {
	font-style: italic;
}
.addrWrap > h3 {
	margin: 0;
}
.addrWrap .addr,
.addrWrap .addrData {
	margin: .769em 0;
}


@media only screen and (min-width: 480px) {
	.addrWrap {
		margin: 1em -1em;
	}
	.addrWrap > * {
		padding: 0 1em;
	}
	.addrWrap .addr,
	.addrWrap .addrData {
		width: 50%;
		float: left;
		margin: 0;
	}
}

/* Content: VIDEOS */
.vidWrap {
	margin: 0 auto;
}
.vid {
	position:relative;
	display:block;
	overflow:hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.vid,
.vid:after,
.vid *,
.vid *:after {
	-webkit-transition: all .2s;
	transition: all .2s;
}
.vid:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	background: rgba(0,0,0,.25);
}
.vid .playIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -24px 0 0 -20px;
	width: 48px;
	height: 40px;
	border-style: solid;
	border-width: 24px 0 24px 40px;
	border-color: transparent transparent transparent #FFF;
	display: block;
	background: none;
	z-index: 1;
}
.vid .playIcon:after {
	content: '';
	position: absolute;
	left: -57px;
	top: -35px;
	height: 64px;
	width: 64px;
	background: none;
	border: 2px solid #999;
	border-radius: 0%;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.vid .video-time {
	position:absolute;
	background: #fff;
	color: #666;
	display:block;
	padding: 5px 10px;
	bottom:0;
	right:0;
	font-weight: bold;
	font-size: 80%;
	z-index: 1;
}
.vid:hover {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.vid:hover:after {
	background: rgba(0,0,0,.0);
}
.vid:hover .playIcon {
	border-color: transparent transparent transparent #FF6618;
}
.vid:hover .playIcon:after {
	border-color: #FF6618;
	border-radius: 50%;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	left: -62px;
}
.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%;
}

/* Content: TABELLEN */
.stdTable {
	border: none;
	border-spacing: 0;
	width: 100%;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.stdTable + .stdTable {
	margin-top: 1em;
}
.stdTable tr th,
.stdTable tr td {
	padding: 6px 5px;
	-webkit-transition: background .2s;
	transition: background .2s;
	font-size: inherit;
	font-family: inherit;
	border: none;
	border-top: 1px solid #eee;
}
.stdTable tr:first-child th,
.stdTable tr:first-child td {
	border-top: none;
	padding-top: 0;
}
.stdTable tr:last-child th,
.stdTable tr:last-child td {
	padding-bottom: 0;
}
.stdTable tr th:first-child,
.stdTable tr td:first-child {
	padding-left: 0;
}
.stdTable tr th:last-child,
.stdTable tr td:last-child {
	padding-right: 0;
}
.stdTable tr th,
.stdTable thead tr td {
	font-style: normal;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

/* DOWNLOADS */
.downloads {
	margin:1em 0;
}
.downloads h4 {
	margin-top:0;
}
.downloads ul {
	margin:0 -15px;
	list-style:none;
	padding:0 !important;
}
.downloads li {
	padding:15px;
	margin:0 !important;
}
.downloads li:before {
	display: none !important;
}
.download a {
	display:block;
	position:relative;
	min-height:24px;
	text-align: left;
	text-decoration: none;
	color: inherit;
	font-weight: 500;
}
.download a.hasImg {
	padding-left: 45px;
}
.download img {
	position: absolute;
	left: 0;
	top: .25em;
	display: block;
}
.download small {
	display: block;
	font-weight: normal;
	font-size: 80%;
}
.downloads li.video a {
	display:none;
}
.downloads li video {
	width:100%;
	height:auto;
}

@media only screen and (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 */
.navSub ul {
	padding: 0 0 0 2em;
}

/* Content: FORMS */
.form .duty {
	font-weight: bold;
	color: #e2382a;
}
.form .hint .duty {
	padding: 2px;
}

.fehler_text {
	color: #e2382a;
}

.form .optsContainer + fieldset,
.form .optsContainer + .fieldset,
.form fieldset + fieldset,
.form .fieldset + fieldset,
.form fieldset + .fieldset,
.form .fieldset + .fieldset,
.form fieldset + .gridWrap,
.form .fieldset + .gridWrap {
	margin-top: 20px;
}
.form .optsContainer.versteckt + fieldset,
.form .optsContainer.versteckt + .fieldset {
	margin-top: 0;
}

.formWrap {
	overflow: hidden;
	position: relative;
}
.formWrap:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	pointer-events: none;
	opacity: 0;
	z-index: 1;
	transition: all .2s;
	background: rgba(255,255,255,.9) url("../img/preloader_301_dark.gif") no-repeat 50% 50%;
}
.formWrap.loading:after {
	pointer-events: auto;
	opacity: 1;
}

.optsContainer {
	margin: 0;
}
.optsContainer.ui-front {
	position: relative;
}
.optsContainer.optsContainerHasNfo {
	margin-right: 40px;
}
.optsContainer:after {
	clear: both;
	content: '';
	display: table;
}

.optsContainer + .optsContainer,
.optsContainer + .btnContainer,
.optsContainer + .optsContainerWrap,
.optsContainer + .optsContainerGroup,
.optsContainer + .optsContainerGroupWrap,
.optsContainerGroupWrap + .optsContainer,
.optsContainerWrap + .optsContainer,
.opt.optsContainer + fieldset,
.opt.optsContainer + .fieldset,
sContainerWrap + .btnContainer,
fieldset + .optsContainer,
.fieldset + .optsContainer {
	margin-top: 20px;
}

fieldset + .btnContainer,
.fieldset + .btnContainer {
	margin-top: 40px;
}

.optsContainer > .error:first-child + label,
.optsContainer > label:first-child,
.optsContainer > .label {
	display: block;
	margin: 0;
	text-align: left;
	font-size: 10px;
	line-height: 1.5;
	color: #989ca0;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: 500;
}
.optsContainerHasNfo.optsContainer > .error:first-child + label,
.optsContainerHasNfo.optsContainer > label:first-child,
.optsContainerHasNfo.optsContainer > .label {
	margin-right: -30px;
}
.optsContainer > .error:first-child + label .duty,
.optsContainer > label:first-child .duty {
	padding-left: 5px;
	font-size: 1em;
	font-weight: bold;
}
.optsContainer > .error:first-child + label .shortInfo,
.optsContainer > label:first-child .shortInfo,
.optsContainer > .label .shortInfo,
.formCompact .optsContainer > label .shortInfo {
	color: #c1c4c6;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0;
	text-transform: none;
}
.optsContainer > .error:first-child + label .shortInfo:before,
.optsContainer > label:first-child .shortInfo:before,
.optsContainer > .label .shortInfo:before,
.formCompact .optsContainer > label .shortInfo:before {
	content:' (';
}
.optsContainer > .error:first-child + label .shortInfo:after,
.optsContainer > label:first-child .shortInfo:after,
.optsContainer > .label .shortInfo:after,
.formCompact .optsContainer > label .shortInfo:after {
	content:')';
}

.optsContainer input,
.optsContainer .input,
.optsContainer textarea,
.optsContainer select,
.optsContainer .selectOver {
	width: 100%;
	padding: 10px 0 9px;
	background: none;
	border: none;
	border-bottom: 1px solid #d6d7d9;
	color: inherit;
	font-size: 15px;
	line-height: 20px;
	-webkit-transition: border-color .2s, color .2s;
	transition: border-color .2s, color .2s;
}
.optsContainer input[disabled],
.optsContainer textarea[disabled] {
	color: #8d8d8d !important;
	border-bottom-color: #e9e9e9 !important;
}

.optsContainer .input {
	border-bottom: none;
	padding-bottom: 10px;
}

.optsError .error {
	font-size: 13px;
	line-height: 15px;
	color: #E53935;
	padding: 0 0 5px;
}

.optsContainer.error input.error,
.optsContainer.error textarea.error,
.optsContainer.error select.error,
.optsContainer.error .selectWrap.error,
.optsError input,
.optsError textarea,
.optsError select,
.optsError .optsContainer .selectOver {
	border-bottom-color: #E53935;
}
.optsContainer.optsError  > .error:first-child + label .duty,
.optsContainer.optsError  > label:first-child .duty {
	color: #E53935;
}
.optsContainer input:hover,
.optsContainer textarea:hover,
.optsContainer select:hover,
.optsContainer .selectWrap:hover .selectOver {
	border-bottom-color: #303940;
}

.optsContainer input:focus,
.optsContainer textarea:focus,
.optsContainer select:focus,
.optsContainer .selectWrap.focus .selectOver {
	border-bottom-color: #303940;
}

.optsContainer input[type="radio"],
.optsContainer input[type="checkbox"] {
	border: none;
	width: auto !important;
	float: none !important;
	margin: 0;
}
.optsContainer input[type="radio"] + label,
.optsContainer input[type="checkbox"] + label {
	display: inline;
	margin: 0;
	text-align: left;
	width: auto;
	font-size: 15px;
	line-height: 20px;
	cursor: pointer;
}
.optsContainer input[type="radio"] + label a:hover,
.optsContainer input[type="checkbox"] + label a:hover {
	color: #303940;
}
.optsContainer input[type="radio"][disabled] + label,
.optsContainer input[type="checkbox"][disabled] + label {
	color: #8d8d8d !important;
	border-bottom-color: #d6d7d9 !important;
}
.optsContainer input[type="radio"][disabled] + label:after,
.optsContainer input[type="checkbox"][disabled] + label:after {
	background-color: #8d8d8d !important;
}


.optsContainer .optsInline {
	display: block;
	float: left;
	padding: 0;
	margin: 0 20px 0 0;
	cursor: pointer;
	color: #989ca0;
}
.optsContainer .optsInline label,
.optsContainer .optsInline label {
	-webkit-transition: border-color .2s, color .2s;
	transition: border-color .2s, color .2s;
	padding: 10px 0 9px 25px;
	border-bottom: 1px solid #d6d7d9;
	position: relative;
}
.optsContainer .optsInline.optsLineDisabled label {
	border-bottom-color: #e9e9e9 !important;
}
.optsContainer .optsInline.optsLineDisabled input[type="radio"] + label:before,
.optsContainer .optsInline.optsLineDisabled input[type="checkbox"] + label:before {
	border-color: #e9e9e9 !important;
}

.optsContainer .optsInline:last-child {
	margin-right: 0;
}
.optsContainer .optsInline:hover label {
	border-bottom-color: #303940;
	color: #303940;
}
.optsContainer .optsInline.optsChecked label {
	border-bottom-color: #303940;
	color: #303940;
}
.optsContainer .optsInline input[type="radio"]:checked + label,
.optsContainer .optsInline input[type="checkbox"]:checked + label {
	color: #303940;
}
.optsContainer .optsLine {
	display: block;
	float: none;
	margin-right: 0;
	clear: left;
}
.optsContainer .optsLine.optsLineDistinction label {
	margin-top: 10px;
}
.optsContainer .optsInline input[type="radio"],
.optsContainer .optsInline input[type="checkbox"] {
	display: none;
}
.optsContainer .optsInline input[type="radio"] + label,
.optsContainer .optsInline input[type="checkbox"] + label {
	display: block;
}
.optsContainer .optsInline input[type="radio"] + label:before,
.optsContainer .optsInline input[type="checkbox"] + label:before,
.optsContainer .optsInline input[type="radio"] + label:after,
.optsContainer .optsInline input[type="checkbox"] + label:after {
	position: absolute;
	content: "";
	display: block;
	transition: all .2s;
}

.optsContainer .optsInline input[type="radio"] + label:before,
.optsContainer .optsInline input[type="radio"] + label:after {
	border-radius: 8px;
}
.optsContainer .optsInline input[type="radio"] + label:before,
.optsContainer .optsInline input[type="checkbox"] + label:before {
	width: 16px;
	height: 16px;
	border: 1px solid #989ca0;
	left: 0;
	top: 12px;
}
.optsContainer .optsInline input[type="radio"] + label:after,
.optsContainer .optsInline input[type="checkbox"] + label:after {
	width: 0px;
	height: 0px;
	background-color: #e2382a;
	left: 8px;
	top: 20px;
}
.optsContainer .optsInline:hover label:before,
.optsContainer .optsInline:hover input[type="radio"] + label:before,
.optsContainer .optsInline:hover input[type="checkbox"] + label:before,
.optsContainer .optsInline input[type="radio"]:checked + label:before,
.optsContainer .optsInline input[type="checkbox"]:checked + label:before {
	border-color: #303940;
}
.optsContainer .optsInline input[type="radio"]:checked + label:after,
.optsContainer .optsInline input[type="checkbox"]:checked + label:after {
	width: 8px;
	height: 8px;
	left: 4px;
	top: 16px;
}

.optsContainer .selectWrap {
	position: relative;
	padding: 0;
	padding-bottom: 0 !important;
}
.optsContainer .selectOver {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 20px;
	color: #8d8d8d;
}
.optsContainer .selectOver:after {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -3px;
	content: '';
	display: block;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: .429em .357em 0 .357em;
	border-color: #c6c6c6 transparent transparent;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.optsContainer.hasValue .selectWrap .selectOver,
.optsContainer .selectWrap:hover .selectOver,
.optsContainer .selectWrap.focus .selectOver {
	color: inherit;
}
.optsContainer .selectWrap:hover .selectOver:after {
	border-top-color: #303940;
}
.optsContainer .selectWrap.focus .selectOver:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	border-top-color: #303940;
}
.optsContainer .selectWrap select {
	width: 100% !important;
	opacity: 0;
	position: relative;
	margin: 0;
}

.optsContainerWrap > .ipShort,
.optsContainer > .ipShort,
.optsContainerWrap > .ipLong,
.optsContainer > .ipLong,

.optsContainerWrap > .ipMiddle,
.optsContainer > .ipMiddle {
	float: left;
	margin-top: 0;
}
.optsContainerWrap > .ipShort,
.optsContainer > .ipShort {
	width: 25%;
}
.optsContainerWrap > .ipLong,
.optsContainer > .ipLong {
	width: 70%;
	width: calc(75% - 20px);
}
.optsContainerWrap > .ipMiddle,
.optsContainer > .ipMiddle {
	width: 47.5%;
	width: calc(50% - 10px);
}
.optsContainerWrap > .ipMiddle + .ipMiddle,
.optsContainer > .ipMiddle + .ipMiddle {
	width: calc(50% - 10px);
	margin-left: 5%;
	margin-left: calc(20px);
}
.optsContainerWrap > .ipLong + .ipShort,
.optsContainerWrap > .ipShort + .ipLong,
.optsContainer > .ipLong + .ipShort,
.optsContainer > .ipShort + .ipLong {
	margin-left: 5%;
	margin-left: calc(20px);
}
.optsContainer > .ip20 {
	width:calc(20%);
}
.optsContainer > .ip20 + .ip40,
.optsContainer > .ip40 + .ip40 {
	width:calc(40% - 24px);
	margin-left:20px;
}

.optsContainer .date {
	position: relative;
}
.optsContainer .date .icon {
	position: absolute;
	top: 50%;
	line-height: 1;
	margin-top: -.5em;
	right: 0;
	pointer-events: none;
}
.optsContainer .date input {
	float: none;
	width: 100% !important;
	margin-left: 0;
	margin-right: 0;
}
.optsContainer .date:hover .icon {
	color: #fabb00;
}

.optsContainer select + .optsLine,
.optsContainer .selectWrap + .optsLine {
	margin-top: 10px;
}

.optsContainer .optsInputLine > label:first-child {
	font-style: italic;
}

.optsRange .optsBlock .date {
	width: 100%;
}

.optsRange .from label,
.optsRange .to label {
	width: 100%;
	text-align: left;
	display: block;
}
.optsRange .to {
	margin-top: 20px;
}

.optsContainer .optsSliderList {
	margin: 5px 0 0;
	padding: 0;
	list-style: none;
	display: inline-table;
	width: 100%;
	table-layout: fixed;
}
.optsContainer label.hasSlider {
	margin-bottom: 0;
}
.optsContainer .optsSliderList li {
	display: table-cell;
	text-align: center;
	white-space: nowrap;
	color: #d6d7d9;
	line-height: 20px;
}
.optsContainer .optsSliderList li.min,
.optsContainer .optsSliderList li.max {
	width: 10%;
	font-size: 20px;
}
.optsContainer .optsSliderList li.aktiv,
.optsContainer .optsSliderList li.current {
	font-weight: bold;
	color: #303940;
}
.optsSlideContainer.ui-slider-horizontal,
.optsRangeSlideContainer.ui-slider-horizontal {
	height: 1px;
	background: #d6d7d9;
	border: none !important;
	margin: .5em;
}
.optsRangeSlideContainer.ui-slider-horizontal {
	margin-top: calc(.5em + 10px);
}
.optsSlideContainer.ui-slider-horizontal .ui-slider-handle,
.optsRangeSlideContainer.ui-slider-horizontal .ui-slider-handle {
	top: calc(-.5em - 1px);
}
.optsSlideContainer .ui-widget-header,
.optsRangeSlideContainer .ui-widget-header {
	background-color: #303940;
}
.optsSlideContainer .ui-slider-handle.ui-state-default,
.optsRangeSlideContainer .ui-slider-handle.ui-state-default {
	background-color: #fff;
	border-radius: 50%;
	border-color: #d6d7d9;
}
.optsSlideContainer .ui-slider-handle.ui-state-hover,
.optsSlideContainer .ui-slider-handle.ui-state-focus,
.optsSlideContainer .ui-slider-handle.ui-state-active,
.optsRangeSlideContainer .ui-slider-handle.ui-state-hover,
.optsRangeSlideContainer .ui-slider-handle.ui-state-focus,
.optsRangeSlideContainer .ui-slider-handle.ui-state-active {
	background-color: #303940;
	border-color: #303940;
}

.optsSlideContainerWrap,
.optsSlideContainer,
.optsRangeSlideContainer {
	border: none;
}
.optsSlideContainerWrapMin,
.optsRangeSlideContainer {
	position: relative;
}
.optsRangeSlideContainer:before,
.optsRangeSlideContainer:after,
.optsSlideContainerWrapMin:before,
.optsSlideContainerWrapMin:after {
	content: '';
	display: block;
	width: 50%;
	top: 0;
	height: 100%;
	position: absolute;

}
.optsRangeSlideContainer:before,
.optsSlideContainerWrapMin:before {
	left: 0;
	background: #d6d7d9;
}
.optsRangeSlideContainer:before {
	left: -.5em;
}
.optsRangeSlideContainer:after,
.optsSlideContainerWrapMin:after {
	right: 0;
	background: #d6d7d9;
}
.optsRangeSlideContainer:after {
	right: -.5em;
}


.optsContainer .optsBlock {
	list-style: none;
	margin: 0;
	padding: 0;
}
.optsContainer .optsBlock li {
	padding-left:0;
}
.optsContainer .optsBlock li:before {
	display: none;
}

.optsSuggestions,
.optsNfo {
	clear: both;
	padding-top: 5px;
}
.optsNfo:first-child {
	padding-top: 0;
}
.optsContainerHasNfo .optsNfo {
	padding-top: 0;
	position: relative;
}
.optsContainerHasNfo .optsNfoTrigger {
	padding: 11px 11px !important;
	display: block;
	position: absolute;
	right: -40px;
	top: -40px;
}
.optsContainerHasNfo .optsNfo .optsNfoTrigger .tooltip {
	display: block;
}
.optsContainerHasNfo .optsNfoContent {
	margin-right: -40px;
	max-height: 0;
	padding: 0 20px;
	transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, margin .3s, box-shadow .3s;
	overflow: hidden;
	position: relative;
	background: #fff;
}
.optsContainerHasNfo .optsNfoContent:after {
	content: '';
	display: block;
	position: absolute;
	right: 10px;
	top: -10px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
	pointer-events: none;

}
.optsContainerHasNfo .optsNfoSwitch:checked ~ .optsNfoTrigger .tooltip {
	background: #1a1a1a;
}
.optsContainerHasNfo .optsNfoSwitch:checked ~ .optsNfoContent {
	max-height: 1000px;
	padding: 15px 20px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s, margin .3s, box-shadow .3s;
	animation: 0s linear 0.3s 1 normal both running delayOverflow;
}
.optsSuggestions > :first-child,
.optsNfoContent > :first-child,
.optsNfoContent > .closeBtn:first-child + * {
	margin-top: 0;
}
.optsSuggestions > :last-child,
.optsNfoContent > :last-child {
	margin-bottom: 0;
}
.optsNfoContent .closeBtn {
	float: right;
	margin-left: .5em;
	margin-top: .167em;
}
.optsNfoContent .closeBtn .tooltip {
	float: right;
	background: #8d8d8d;
}

.optsContainer .optsInputWrap {
	position: relative;
}
.optsContainer .optsLoading,
.optsContainer .optsSuccess {
	position: absolute;
	height: 20px;
	width: 20px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 10px;
	background: url('../img/preloader_89_dark.gif') no-repeat 50% 50%;
	background-size: cover;
}
.optsContainer .optsSuccess {
	background: none;
}

/* Schaltflächen */
.btnContainer {
	text-align: right;
	margin-bottom: 20px;
}
.btnContainer .btnLess,
.btnContainer .backLink {
    float: left;
    margin: 0;
}
.btnContainer button[type="submit"] {
	display: block;
	width: 100%;
}
.btnContainer.hasCancel .cancel {
	text-align: left;
	display: block;
	margin-top: 20px;
}


/* kompakte From */
.formCompact .optsContainer {
	margin-left:0;
	margin-right:0;
	text-align: left;
	position: relative;
	padding: 0;
}
.formCompact .optsContainer > label:first-child .duty {
	display: none;
}
.formCompact .optsContainer input[placeholder]::-webkit-input-placeholder {
	/* WebKit browsers */
	 color: transparent;
}
.formCompact .optsContainer input[placeholder]:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	 color: transparent;
}
.formCompact .optsContainer input[placeholder]::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	 color: transparent;
}
.formCompact .optsContainer input[placeholder]:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	 color: transparent;
}
.formCompact .optsContainer input[placeholder]::placeholder {
	 color: transparent;
}
.formCompact legend + .optsContainer,
.formCompact .legend + .optsContainer {
	margin: 0;
}

.formCompact .optsContainer .optsInputWrap > label {
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: normal;
	line-height: 20px;
	position: absolute;
	left: 0;
	top: 9px;
	transition: all .2s .1s;
	pointer-events: none;
	max-width: 95%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.formCompact .optsContainer > .error:first-child + label,
.formCompact .optsContainer > label:first-child,
.formCompact .optsContainer > .label {
	position: static;
	float: none;
	margin-right: 0;
	width: 100%;
	margin-top: 0;
	max-width: none;
	text-transform: none;
	letter-spacing: normal;
	font-size: 12px;
	line-height: 1.25;
	white-space: normal;
}
.formCompact .optsContainer.optsDuty > label:after,
.formCompact .optsContainer.optsDuty .optsInputWrap > label:after {
	font-weight: normal;
	color: #e2382a;
	padding-left: 2px;
	display: inline-block;
	content: '*';
}
.formCompact .optsContainer > label .shortInfo,
.formCompact .optsContainer .optsInputWrap > label .shortInfo {
	font-size: .75em;
	color: inherit;
}

.formCompact .optsError .error {
	clear: both;
	padding: 5px 0 0;
}

.formCompact .optsContainer .optsInputWrap > input:focus ~ label,
.formCompact .optsContainer .optsInputWrap > .input:focus ~ label,
.formCompact .optsContainer .optsInputWrap > textarea:focus ~ label,
.formCompact .optsContainer .optsInputWrap > select:focus ~ label,
.formCompact .optsContainer .optsInputWrap > .selectWrap.focus ~ label,
.formCompact .optsContainer.hasValue .optsInputWrap > label,
.formCompact .optsContainer.hasFocus .optsInputWrap > .label {
	top: -7px;
	font-size: 12px;
	line-height: 1.25;
	color: #737d81;
	transition: all .2s;
}
.formCompact .optsContainer .input {
    padding-top: 0;
    padding-bottom: 5px;
	line-height: 20px;
}
.formCompact .btnContainer button[type="submit"] {
    float: none;
    width: auto;
}


/* FORM IN SIDEBAR */
.section .leftContentCol .wrap .optsContainer,
.section .leftContentCol .wrap .optsContainerWrap {
	margin: 0 0 20px;
}
.section .leftContentCol .wrap .optsContainerWrap > .optsContainer {
	margin-bottom: 0;
}

.section .leftContentCol .optsContainer select,
.section .leftContentCol .optsContainer .selectOver,
.section .leftContentCol .optsContainer input,
.section .leftContentCol .optsContainer textarea,
.section .leftContentCol .optsContainer .optsInline label {
	border-color: #596166;
}
.section .leftContentCol .optsContainer .optsInline input[type="checkbox"] + label:after,
.section .leftContentCol .optsContainer .optsInline input[type="radio"] + label:after {
	background: #fff;
}
.section .leftContentCol .optsContainer select:hover,
.section .leftContentCol .optsContainer select:focus,
.section .leftContentCol .optsContainer .selectWrap:hover .selectOver,
.section .leftContentCol .optsContainer .selectWrap.focus .selectOver,
.section .leftContentCol .optsContainer input:hover,
.section .leftContentCol .optsContainer input:focus,
.section .leftContentCol .optsContainer textarea:hover,
.section .leftContentCol .optsContainer textarea:focus,
.section .leftContentCol .optsContainer .optsInline:hover label,
.section .leftContentCol .optsContainer .optsInline :checked + label {
    border-bottom-color: #fff;
}
.section .leftContentCol .optsNfo a,
.section .leftContentCol .optsContainer input[type="radio"] + label a,
.section .leftContentCol .optsContainer input[type="checkbox"] + label a {
	color: inherit;
	text-decoration: underline;
}
.section .leftContentCol .optsContainer .optsInline:hover label,
.section .leftContentCol .optsContainer .optsInline input[type="radio"]:checked + label,
.section .leftContentCol .optsContainer .optsInline input[type="checkbox"]:checked + label {
	color: #fff;
}
.section .leftContentCol .optsContainer .optsInline:hover input[type="checkbox"] + label:before,
.section .leftContentCol .optsContainer .optsInline input[type="checkbox"]:checked + label:before,
.section .leftContentCol .optsContainer .optsInline:hover input[type="radio"] + label:before,
.section .leftContentCol .optsContainer .optsInline input[type="radio"]:checked + label:before {
	border-color: #fff;
}
.section .leftContentCol .optsNfo,
.section .leftContentCol input ~ label,
.section .leftContentCol select ~ label,
.section .leftContentCol textarea ~ label,
.section .leftContentCol .selectWrap ~ label {
	color: #989ca0;
}
.section .leftContentCol .optsContainer .selectOver:after {
	border-top-color: #5b6770;
}
.section .leftContentCol .optsContainer.optsError input ~ label,
.section .leftContentCol .optsContainer.optsError .optsInline input[type="checkbox"]:checked + label,
.section .leftContentCol .optsContainer.optsError .optsInline input[type="radio"]:checked + label,
.section .leftContentCol .optsContainer.optsError.optsDuty > label:after {
	color: #E53935;
}

.section .leftContentCol .optsContainer > .error:first-child + label,
.section .leftContentCol .optsContainer > label:first-child,
.section .leftContentCol .optsContainer > .label,
.section .leftContentCol .formCompact .optsContainer .optsInputWrap > input:focus ~ label,
.section .leftContentCol .formCompact .optsContainer .optsInputWrap > .input:focus ~ label,
.section .leftContentCol .formCompact .optsContainer .optsInputWrap > textarea:focus ~ label,
.section .leftContentCol .formCompact .optsContainer .optsInputWrap > select:focus ~ label,
.section .leftContentCol .formCompact .optsContainer .optsInputWrap > .selectWrap.focus ~ label,
.section .leftContentCol .formCompact .optsContainer.hasValue .optsInputWrap > label,
.section .leftContentCol .formCompact .optsContainer.hasFocus .optsInputWrap > .label {
	color: #fff;
}

.section .leftContentCol .optsSlideContainer.ui-slider-horizontal,
.section .leftContentCol .optsRangeSlideContainer.ui-slider-horizontal,
.section .leftContentCol .optsSlideContainer.ui-slider-horizontal:after,
.section .leftContentCol .optsRangeSlideContainer.ui-slider-horizontal:after,
.section .leftContentCol .optsSlideContainer.ui-slider-horizontal:before,
.section .leftContentCol .optsRangeSlideContainer.ui-slider-horizontal:before {
	background: #596166;
}
.section .leftContentCol .optsSlideContainer .ui-widget-header,
.section .leftContentCol .optsRangeSlideContainer .ui-widget-header {
	background-color: #fff;
}
.section .leftContentCol .optsSlideContainer .ui-slider-handle.ui-state-default,
.section .leftContentCol .optsRangeSlideContainer .ui-slider-handle.ui-state-default {
	background-color: #303940;
	border-color: #989ca0;
}
.section .leftContentCol .optsSlideContainer .ui-slider-handle.ui-state-hover,
.section .leftContentCol .optsSlideContainer .ui-slider-handle.ui-state-focus,
.section .leftContentCol .optsSlideContainer .ui-slider-handle.ui-state-active,
.section .leftContentCol .optsRangeSlideContainer .ui-slider-handle.ui-state-hover,
.section .leftContentCol .optsRangeSlideContainer .ui-slider-handle.ui-state-focus,
.section .leftContentCol .optsRangeSlideContainer .ui-slider-handle.ui-state-active {
	background-color: #fff;
	border-color: #fff;
}

.section .leftContentCol .formWrap:after {
	background-color: rgba(48,57,64,.9);
	background-image: url("../img/preloader_301_white.gif");
}


@media (min-width: 480px) {
	.optsRange .from,
	.optsRange .to {
		width: 50%;
		float: left;
		padding-left: 10px;
		padding-right: 10px;
	}
	.optsRange .from {
		padding-left: 0;
	}
	.optsRange .to {
		margin-top: 0;
		padding-right: 0;
	}
	.optsRange .from label,
	.optsRange .to label {
		margin-top: 8px;
	}
}

@media (min-width: 560px) {
	.form fieldset legend,
	.form .fieldset .legend {
		font-size: 1.667em;
	}
	.form .optsContainer + fieldset,
	.form .optsContainer + .fieldset,
	.form fieldset + fieldset,
	.form .fieldset + fieldset,
	.form fieldset + .fieldset,
	.form .fieldset + .fieldset,
	.form fieldset + .gridWrap,
	.form .fieldset + .gridWrap {
		margin-top: 40px;
	}
}

@media (min-width: 720px) {
	.optsContainer {
		margin-left: -20px;
		margin-right: -20px;
	}
	.optsContainer.optsContainerHasNfo {
		margin-right: 20px;
		position: relative;
	}

	.optsContainer > .error:first-child + label,
	.optsContainer > label:first-child,
	.optsContainer > .label {
		float: left;
		margin-right: 40px;
		text-align: left;
		width: 210px;
		margin-top: 14px;
		padding-left: 20px;
		font-size: 12px;
		line-height: 1.25;
	}

	.optsContainerHasNfo.optsContainer > .error:first-child + label,
	.optsContainerHasNfo.optsContainer > label:first-child,
	.optsContainerHasNfo.optsContainer > .label {
		margin-right: 40px;
	}
	.optsContainer > .error:first-child + label .shortInfo,
	.optsContainer > label:first-child .shortInfo,
	.optsContainer > .label .shortInfo {
		display: block;
	}

	.optsError .error {
		padding-right: 20px;
		margin-left: 250px;
	}

	.optsNfo,
	.optsSuggestions {
		margin-left: 250px;
		float: none;
		clear: both;
	}

	.optsContainer input,
	.optsContainer textarea,
	.optsContainer select,
	.optsContainer .selectWrap,
	.optsContainer .optsBlock,
	.optsContainer .date,
	.optsContainer .input {
		float: left;
		margin-left: 0;
		width: calc(100% - 270px);
	}

	.optsContainerWrap > .ipShort,
	.optsContainer > .ipShort {
		width: 16%;
		width: calc(30% - 90px);
		margin-right: 0;
	}

	.optsContainerWrap > .ipLong,
	.optsContainer > .ipLong {
		width: 43.67%;
		width: calc(70% - 200px);
		margin-right: 0;
	}

	.optsContainerWrap > .ipMiddle,
	.optsContainer > .ipMiddle {
		width: 45%;
		width: calc(50% - 135px);
		margin-right: 0;
	}

	.optsContainerWrap > .ipMiddle + .ipMiddle,
	.optsContainer > .ipMiddle + .ipMiddle {
		width: 30.83%;
		width: calc(50% - 155px);
		margin-left: 3%;
		margin-left: calc(20px);
	}
	.optsContainer > .ip20 {
		width:calc(20% - 59px);
	}
	.optsContainer > .ip20 + .ip40,
	.optsContainer > .ip40 + .ip40 {
		width:calc(40% - 126px);
		margin-left:20px;
	}

	.optsContainerHasNfo .optsNfo {
		position: static;
	}
	.optsContainerHasNfo .optsNfoTrigger {
		right: -20px;
		top: 0;
	}
	.optsContainerHasNfo .optsNfoContent {
		position: absolute;
		top: 40px;
		right: 20px;
		left: 250px;
		z-index: 1;
	}

	.btnContainer button[type="submit"] {
		float: right;
		width: 50%;
		width: calc(50% - 20px);
	}
	.btnContainer.hasCancel .cancel {
		text-align: left;
		float: left;
		margin: 8px 0 7px;
	}

	/* FORM IN A BOX */
	.formCompact .optsContainer > .error:first-child + label .shortInfo,
	.formCompact .optsContainer > label:first-child .shortInfo,
	.formCompact .optsContainer > .label .shortInfo {
		display: inline-block;
		padding-top: 0;
		padding-left: 5px;
	}
	.formCompact .optsError .error {
		margin-left: 0%;
		padding-right: 0;
	}
	.formCompact .optsContainer > .error:first-child + label,
	.formCompact .optsContainer > label:first-child {
		padding-left: 0;
	}
	.formCompact .optsContainer {
		margin-left: 0;
		margin-right: 0;
	}
	.formCompact .optsContainer.optsContainerHasNfo {
		margin-right: 15px;
	}
	.formCompact .optsContainer + .optsContainer {
		margin-top: 30px;
	}

	.formCompact .optsContainer input,
	.formCompact .optsContainer .optsNfo,
	.formCompact .optsContainer textarea,
	.formCompact .optsContainer select,
	.formCompact .optsContainer .selectWrap,
	.formCompact .optsContainer .optsBlock,
	.formCompact .optsContainer .date,
	.formCompact .optsContainer .input {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.formCompact .optsContainerWrap > .ipMiddle,
	.formCompact .optsContainerWrap > .ipMiddle + .ipMiddle {
		width: calc(50% - 10px);
	}

	.formCompact .optsContainerWrap > .ipShort + .ipLong,
	.formCompact .optsContainerWrap > .ipLong + .ipShort,
	.formCompact .optsContainerWrap > .ipMiddle + .ipMiddle {
		margin-left: 20px;
	}

	.formCompact .optsContainer .input {
		line-height: 20px;
		padding-top: 5px;
		padding-bottom: 0;
	}
}

@media (min-width: 960px) {
	.optsContainer > .error:first-child + label,
	.optsContainer > label:first-child,
	.optsContainer > .label {
		width: 250px;
	}
	.optsError .error {
		margin-left: 290px;
	}
	.optsSuggestions,
	.optsNfo {
		margin-left: 290px;
	}
	.optsContainerHasNfo .optsNfoContent {
		left: 290px;
	}

	.optsContainer input,
	.optsContainer textarea,
	.optsContainer select,
	.optsContainer .selectWrap,
	.optsContainer .optsBlock,
	.optsContainer .date,
	.optsContainer .input {
		width: calc(100% - 310px);
	}

	.optsContainer .optsBlock input,
	.optsContainer .optsBlock textarea,
	.optsContainer .optsBlock select,
	.optsContainer .optsBlock .selectWrap,
	.optsContainer .optsBlock .date,
	.optsContainer .optsBlock .input {
		width: 100%;
		float: none;
	}

	.optsContainerWrap > .ipLong + .ipShort,
	.optsContainerWrap > .ipShort + .ipLong
	.optsContainer > .ipLong + .ipShort,
	.optsContainer > .ipShort + .ipLong,
	.optsContainerWrap > .ipMiddle + .ipMiddle,
	.optsContainer > .ipMiddle + .ipMiddle {
		margin-left: 3%;
		margin-left: calc(15px);
	}

	.optsContainerWrap > .ipShort,

	.optsContainer > .ipShort {
		width: 17%;
		width: calc(30% - 125px);
	}
	.optsContainerWrap > .ipLong,
	.optsContainer > .ipLong {
		width: 53.5%;
		width: calc(70% - 205px);
	}

	.optsContainerWrap > .ipMiddle,
	.optsContainer > .ipMiddle {
		width: 35.25%;
		width: calc(50% - 162px);
	}
	.optsContainerWrap > .ipMiddle + .ipMiddle,
	.optsContainer > .ipMiddle + .ipMiddle {
		width: 35.25%;
		width: calc(50% - 163px);
	}
	.optsContainer > .ip20 {
		width:calc(20% - 59px);
	}
	.optsContainer > .ip20 + .ip40,
	.optsContainer > .ip40 + .ip40 {
		width:calc(40% - 146px);
		margin-left:20px;
	}
}

/* Content: LISTS */
.list {
	padding-left: 20px;
	padding-right: 20px;
}
.list:not(.swiper-container) .listItem + .listItem {
	margin-top: 2em;
}
.list.swiper-container {
	padding: 20px 0 80px;
	overflow: hidden;
	width: 100%;
	background: #f4f5f5;
}
.list.swiper-container:after {
	display: none;
}
.list.swiper-container .swiper-pagination-progressbar {
	background-color: #989ca0;
}
.list.swiper-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background-color: #303940;
}
.list.swiper-container .swiper-button-next,
.list.swiper-container .swiper-button-prev {
	color: #303940;
	border-color: #303940;
}
.list.swiper-container .listItem {
	padding-left: 20px;
	padding-right: 20px;
	color: #989ca0;
}
.list.swiper-container .listItem.swiper-slide-active {
	color: inherit;
}

.list .articleWrap > :first-child {
	margin-top: 0;
}
.list .articleImgNone + .articleWrap > :first-child {
	margin-top: .5em;
}
.list .articleWrap .headline {
	margin: 0;
}
.list .articleWrap .headline a {
	text-decoration: none;
}
.list .articleWrap .dateText {
	font-size: 80%;
	line-height: 1.25;
}

.list .articleImgNone,
.list .articleImgLeft,
.list .articleImgRight {
	float: none;
	margin: 0 auto;
}
.list .articleImgLeft.imgWidth-25,
.list .articleImgRight.imgWidth-25 {
	width: 33.3%;
}

.list .articleImgLeft.imgWidth-5,
.list .articleImgLeft.imgWidth-10,
.list .articleImgLeft.imgWidth-13,
.list .articleImgLeft.imgWidth-15,
.list .articleImgLeft.imgWidth-17,
.list .articleImgLeft.imgWidth-20,
.list .articleImgLeft.imgWidth-25 {
	float:left;
}
.list .articleImgLeft.imgWidth-5 + .articleWrap,
.list .articleImgLeft.imgWidth-10 + .articleWrap,
.list .articleImgLeft.imgWidth-13 + .articleWrap {
	padding-left: 1em;
	margin-left: 15%;
}
.list .articleImgLeft.imgWidth-15 + .articleWrap,
.list .articleImgLeft.imgWidth-17 + .articleWrap,
.list .articleImgLeft.imgWidth-20 + .articleWrap {
	padding-left: 1em;
	margin-left: 25%;
}
.list .articleImgLeft.imgWidth-25 + .articleWrap {
	padding-left: 1em;
	margin-left: 33.3%;
}

.list .articleImgRight.imgWidth-5,
.list .articleImgRight.imgWidth-10,
.list .articleImgRight.imgWidth-13,
.list .articleImgRight.imgWidth-17,
.list .articleImgRight.imgWidth-20,
.list .articleImgRight.imgWidth-25 {
	float: right;
}
.list .articleImgRight.imgWidth-5 + .articleWrap,
.list .articleImgRight.imgWidth-10 + .articleWrap,
.list .articleImgRight.imgWidth-13 + .articleWrap{
	padding-right: 1em;
	margin-right: 15%;
}
.list .articleImgRight.imgWidth-15 + .articleWrap,
.list .articleImgRight.imgWidth-17 + .articleWrap,
.list .articleImgRight.imgWidth-20 + .articleWrap {
	padding-right: 1em;
	margin-right: 25%;
}
.list .articleImgRight.imgWidth-25 + .articleWrap {
	padding-right: 1em;
	margin-right: 33.3%;
}

@media (min-width: 480px) {
	.list .articleImgLeft.imgWidth-33 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap,
	.list .articleImgLeft.imgWidth-10 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap,
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-33 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap,
	.list .articleImgRight.imgWidth-10 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap,
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media (min-width: 640px) {
	.list .articleImgLeft.imgWidth-42,
	.list .articleImgLeft.imgWidth-50 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 25%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-42 + .articleWrap,
	.list .articleImgLeft.imgWidth-50 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-42,
	.list .articleImgRight.imgWidth-50 {
		float: right;
	}
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 25%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-42 + .articleWrap,
	.list .articleImgRight.imgWidth-50 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media (min-width: 720px) {
	.list .articleImgLeft.imgWidth-67 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap,
	.list .articleImgLeft.imgWidth-10 + .articleWrap,
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap,
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap,
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-67 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-67 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap,
	.list .articleImgRight.imgWidth-10 + .articleWrap,
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap,
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap,
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-67 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media (min-width: 960px) {
	.list .articleImgLeft.imgWidth-25,
	.list .articleImgRight.imgWidth-25 {
		width: 25%;
	}

	.list .articleImgLeft.imgWidth-75 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap {
		margin-left: 5%;
	}
	.list .articleImgLeft.imgWidth-10 + .articleWrap {
		margin-left: 10%;
	}
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 12.5%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-17 + .articleWrap {
		margin-left: 16.7%;
	}
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap {
		margin-left: 25%;
	}
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-42 + .articleWrap {
		margin-left: 41.7%;
	}
	.list .articleImgLeft.imgWidth-50 + .articleWrap {
		margin-left: 50%;
	}
	.list .articleImgLeft.imgWidth-67 + .articleWrap {
		margin-left: 66.7%;
	}
	.list .articleImgLeft.imgWidth-75 + .articleWrap {
		padding-left: 1em;
		margin-left: 75%;
	}

	.list .articleImgRight.imgWidth-75 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap {
		margin-right: 5%;
	}
	.list .articleImgRight.imgWidth-10 + .articleWrap {
		margin-right: 10%;
	}
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 12.5%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-17 + .articleWrap {
		margin-right: 17%;
	}
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap {
		margin-right: 25%;
	}
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-42 + .articleWrap {
		margin-right: 41.7%;
	}
	.list .articleImgRight.imgWidth-50 + .articleWrap {
		margin-right: 50%;
	}
	.list .articleImgRight.imgWidth-67 + .articleWrap {
		margin-right: 66.7%;
	}
	.list .articleImgRight.imgWidth-75 + .articleWrap {
		padding-right: 1em;
		margin-right: 75%;
	}
}
@media (min-width: 1200px) {
	.list.swiper-container .listItem {
		width: 75%;
	}
}


/* Content: GRIDS */
.gridWrap {
	margin: 20px 0 -20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
}

.article .gridWrap,
.spacer .gridWrap {
	margin-left: -20px;
	margin-right: -20px;
	clear: both;
}
.is_book + .clear + .gridWrap {
	margin-bottom: -20px;
}

.gridWrap .gridSizer {
	width: 8.333%;
}
.gridWrap .articleGrid {
	padding: 0 20px 40px 20px;
	float: left;
	position: relative;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.gridWrap .leftContainer,
.gridWrap .rightContainer,
.gridWrap .gridWidth_100,
.gridWrap .gridWidth_50,
.gridWrap .gridWidth_33,
.gridWrap .gridWidth_25 {
	width: 100%;
	padding: 0 20px 40px;
	float: left;
}
.gridWrap .rightContainer {
	float: right;
}

/* Content Part: GRIDS - General Content */
.gridWrap:first-child,
.clear:first-child + .gridWrap {
	margin-top: 0;
}
.gridWrap.gridCenter {
	-ms-flex-pack: center;
	justify-content: center;
}

.gridWrap.gridCenter .articleGrid {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.gridWrap .leftContainer,
.gridWrap .rightContainer {
	width: 100%;
}
.gridWrap .rightContainer {
	float: right;
}
.articleGrid {
	position: relative;
	z-index: 1;
	width: 100%;
}

.articleGrid .gridWrapInner {
	height: 100%;
	display:block;
	overflow: hidden;
	position: relative;
	background: #f4f5f5;
	color: inherit;
	text-decoration: none;
}

.articleGrid .info .text > :first-child {
	margin-top: 0;
}
.articleGrid .info .text > :last-child {
	margin-bottom: 0;
}

.articleGrid .info {
	padding: 20px;
}
.articleGrid .info > *:first-child {
	margin-top: 0;
}
.articleGrid .info > *:last-child {
	margin-bottom: 0;
}

.articleGrid .headline {
	margin: 0;
}
.articleGrid .headline .hint {
	font-weight: 300;
}
.articleGrid .headline a {
	text-decoration: none;
	display: block;
}
.articleGrid .btnContainer {
	margin: 0;
}
.articleGrid .imgWrap .headline,
.articleGrid .headline.headlineLikeOverImage {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #db001b;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
	padding: 5px 15px;
	z-index: 1;
}
.articleGrid .headline.headlineLikeOverImage {
	position: static;
	margin: -15px -15px 10px;
}
.articleGrid .headline.headlineLikeOverImage a {
	color: inherit;
}
.articleGrid .imgWrap {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	position: relative;
}
.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 .articleImgNone {
	margin: 0 auto;
}
.articleGrid .imgWidth-100 {
	width: 100%;
}
.articleGrid .imgWidth-75 {
	width: 75%;
}
.articleGrid .imgWidth-67 {
	width: 66.7%;
}
.articleGrid .imgWidth-50 {
	width: 50%;
}
.articleGrid .imgWidth-42 {
	width: 41.7%;
}
.articleGrid .imgWidth-33 {
	width: 33.3%;
}
.articleGrid .imgWidth-25 {
	width: 25%;
}
.articleGrid .imgWidth-20 {
	width: 20%;
}
.articleGrid .imgWidth-17 {
	width: 16.7%;
}
.articleGrid .imgWidth-15 {
	width: 15%;
}
.articleGrid .imgWidth-13 {
	width: 12.5%;
}
.articleGrid .imgWidth-10 {
	width: 10%;
}
.articleGrid .imgWidth-5 {
	width: 5%;
}
.articleGrid .imgWidth-75.articleImgLeft,
.articleGrid .imgWidth-67.articleImgLeft,
.articleGrid .imgWidth-50.articleImgLeft,
.articleGrid .imgWidth-42.articleImgLeft,
.articleGrid .imgWidth-33.articleImgLeft,
.articleGrid .imgWidth-25.articleImgLeft,
.articleGrid .imgWidth-20.articleImgLeft,
.articleGrid .imgWidth-17.articleImgLeft,
.articleGrid .imgWidth-15.articleImgLeft,
.articleGrid .imgWidth-13.articleImgLeft,
.articleGrid .imgWidth-10.articleImgLeft,
.articleGrid .imgWidth-5.articleImgLeft {
	float: left;
	padding-right: 1em;
	margin-bottom: 1em;
}
.articleGrid .imgWidth-75.articleImgRight,
.articleGrid .imgWidth-67.articleImgRight,
.articleGrid .imgWidth-50.articleImgRight,
.articleGrid .imgWidth-42.articleImgRight,
.articleGrid .imgWidth-33.articleImgRight,
.articleGrid .imgWidth-25.articleImgRight,
.articleGrid .imgWidth-20.articleImgRight,
.articleGrid .imgWidth-17.articleImgRight,
.articleGrid .imgWidth-15.articleImgRight,
.articleGrid .imgWidth-13.articleImgRight,
.articleGrid .imgWidth-10.articleImgRight,
.articleGrid .imgWidth-5.articleImgRight {
	float:right;
	padding-left: 1em;
	margin-bottom: 1em;
}

.articleGrid .info {
	position:relative;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.articleGrid .host_distance {
	padding: 5px 10px;
	display:block;
	position: absolute;
	line-height:15px;
	font-size:12px;
	font-weight: 600;
	top:-25px;
	right:0;
	color: #fff;
	background: #d6be26;
}
.articleGrid .host_colors {
	padding:0px;
	position:absolute;
	left:0;
	right:0;
	top:-10px;
	display:block;
}
.articleGrid .host_colors > .host_color {
	display:block;
	height:10px;
	width:100%;
}
.articleGrid .host_colors > .host_color + .host_color {
	margin-left:5px;
}

.gridDefList {
	margin: 1em 0;
}
.gridDefList dt {
	width: calc(50% - 20px);
	padding-right: 10px;
	float: left;
	clear: left;
	margin-top: 0;
}
.gridDefList dd {
	width: calc(50% + 20px);
	float: left;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
.gridDefList dd + dt,
.gridDefList dd + dt + dd {
	padding-top: 0;
}

@media (min-width: 480px) {
	.gridWrap .gridWidth_20,
	.gridWrap .gridWidth_25 {
		width: 50%;
	}
}

@media (min-width: 560px) {
	.gridWrap .gridWidth_50,
	.gridWrap .leftContainer,
	.gridWrap .rightContainer {
		width: 50%;
	}
}

@media (min-width: 640px) {
	.gridWrap .gridWidth_33 {
		width: 50%;
	}
}

@media (min-width: 720px) {
	.gridWrap .gridWidth_20 {
		width: 33.33%;
	}
	.gridWrap .gridWidth_20:nth-child(3n+1) {
		clear: left;
	}
}

@media (min-width: 960px) {
	.section.full .rightContentCol .gridWrap .gridWidth_33 {
		width: 33.33%;
	}
	.section.full .rightContentCol .gridWrap .gridWidth_33:nth-child(3n+1) {
		clear: left;
	}
	.section.full .rightContentCol .gridWrap .gridWidth_25 {
		width: 25%;
	}
	.section.full .rightContentCol .gridWrap .gridWidth_25:nth-child(4n+1) {
		clear: left;
	}
}

@media (min-width: 1080px) {
	.gridWrap .gridWidth_20 {
		width: 20%;
	}
	.gridWrap .gridWidth_20:nth-child(3n+1) {
		clear: none;
	}
	.gridWrap .gridWidth_20:nth-child(5n+1) {
		clear: left;
	}
}

@media (min-width: 1440px) {
	.section.withSidebar .rightContentCol .gridWrap .gridWidth_33 {
		width: 33.33%;
	}
	.section.withSidebar .rightContentCol .gridWrap .gridWidth_33:nth-child(3n+1) {
		clear: left;
	}
	.section.withSidebar .rightContentCol .gridWrap .gridWidth_25 {
		width: 25%;
	}
	.section.withSidebar .rightContentCol .gridWrap .gridWidth_25:nth-child(4n+1) {
		clear: left;
	}
}

/* Site: PAGE JUMPS */
.jumper {
	margin: 1em 10px;
	position: relative;
	height: 40px;
}
.jumper .resultStats,
.pagerJumper .divider {
	display: none;
}
.jumper .pagerJumper {
	display:block;
	margin:0 auto;
	position:absolute;
	right:0;
}
.pagerJumper a {
	padding: 10px 0;
	margin:0 10px;
	display:block;
	float:left;
	width:40px;
	height:40px;
	background: #f4f5f5;
	color: inherit;
	font-weight: normal;
	line-height: 20px;
	text-align:center;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.pagerJumper a:hover {
	background: #666;
	color: #fff;
}
.pagerJumper a:hover .iconForward {
	background-position: -570px -50px;
}
.pagerJumper a:hover .iconBackward {
	background-position: -530px -50px;
}
.pagerJumper a.aktiv {
	font-weight: bold;
	color: #fff;
	background:#b52d22;
}
.pagerJumper a .sprt {
	display:inline-block;
}
.pages {
	text-align:center;
	border-top: 1px solid #eee;
	padding-top: 1em;
	font-weight: 100;
	margin: 1em 0;
	color: #999;
}
.pages > * {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.pages a {
	font-weight: normal;
	padding: 0 10px;
	position: relative;
	color: #666;
	text-decoration: none;
	max-width: 35%;
	overflow: hidden;
}
.pages a span {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	display: inline-block;
}
.pages a.enabled:first-child:after,
.pages a.enabled:last-child:after {
	content: '';
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border-color: transparent #FF6618 transparent transparent;
	border-style: solid;
	border-width: .357em .429em .357em 0;
	left: 0;
	top: .429em;
}
.pages a.enabled:last-child:after {
	border-color: transparent transparent transparent #FF6618;
	border-width: .357em 0 .357em .429em;
	right: 0;
	left: auto;
}
.pages a.disabled {
	color: #CCC;
	text-decoration: none;
}

/* ==========================================================================
   Module styles.
   ========================================================================== */

/* Module: START
   ========================================================================== */


#startPillarContainer {
	height: calc(100vh - 80px);
	min-height: 300px;
	width: 100%;
}
#startPillarWrapper .pillar {
	position: relative;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	overflow: hidden;
	width: calc(100vw - 40px);
}
#startPillarWrapper .pillar:before,
#startPillarWrapper .pillar:after {
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	opacity: .25;
	display: none;
	content: '';
	z-index: 1;
}
#startPillarWrapper .pillar:before {
	width: 100%;
	height: 1px;
}
#startPillarWrapper .pillar:after {
	display: block;
	height: 100%;
	width: 1px;
}
#startPillarWrapper .pillar .background {
	background: 50% 50% no-repeat;
	background-size: cover;
	filter: saturate(50%);
	position: absolute;
	height: 100%;
	width: 150%;
	left: -25%;
	top: 0;
	transition: filter .3s, transform .3s;
}
#startPillarWrapper .pillar .background:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.25);
	z-index: 1;
}
#startPillarWrapper .pillar .info {
	position: relative;
	z-index: 1;
	color: #fff;
	text-shadow: 0 0 20px rgba(0,0,0,.5);
	text-align: center;
	padding: 20px;
	z-index: 1;
}
#startPillarWrapper .pillar .info:after {
	content: '';
	position: absolute;
	left: 0;
	top: -25%;
	height: 150%;
	width: 100%;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 25%, rgba(0,0,0,0.25) 75%, rgba(0,0,0,0) 100%);
	z-index: -1;
}
#startPillarWrapper .pillar .headline {
	font-size: 2em;
	line-height: 1;
	font-weight: 800;
	position: relative;
}
#startPillarWrapper .pillar .headline:after {
	content: '';
	width: 2em;
	height: 2px;
	display: block;
	background: #e2382a;
	position: absolute;
	left: 50%;
	bottom: -19px;
	transform: translateX(-50%);
}
#startPillarWrapper:hover .pillar .background {
	filter: saturate(0%);
}
#startPillarWrapper .pillar:hover .background {
	filter: saturate(100%);
	transform: scale(1.05);
}

#startRefContainer {
	width: 100%;
	height: 200px;
}
#startRefWrapper .ref {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	white-space: nowrap;
	height: 100%;
	width: auto;
	background: #f4f5f5;
}
#startRefWrapper .articleTeaser {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
#startRefsHeadline {
	position: absolute;
	padding: 20px;
	left: 0;
	top: 0;
	z-index: 1;
	margin: 0;
	color: #fff;
	text-shadow: 0 0 20px rgba(0,0,0,.5);
}
#startRefsHeadline a {
	display: block;
	text-decoration: none;
	color: inherit;
}
#startRefsHeadline:after {
	content: '';
	height: 200%;
	width: 200%;
	display: block;
	border-radius: 50%;
	background: radial-gradient(ellipse farthest-side, rgba(0,0,0,.2) 50%, rgba(0,0,0,0) 100%);
	position: absolute;
	left: -100%;
	top: -100%;
	z-index: -1;
}
#startRefWrapper .placeholder {
	padding-bottom: 100%;
}
#startRefWrapper .goToRefs {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
	font-weight: 800;
}
#startRefWrapper .goToRefs .placeholder {
	padding-bottom: 0;
}

#startNewsContainer .startNewsItem {
	text-decoration: none;
}
#startNewsContainer .startNewsItem .articleTeaser {
	width: 100px;
	height: 100px;;
	border-radius: 50px;
	overflow: hidden;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	float: right;
	margin: 15px 0 0 10px;
}
#startNewsContainer .startNewsItem .headline {
	margin-top: 0;
}


@media (min-width: 560px) {
	#startPillarWrapper .pillar {
		width: calc(50vw - 20px);
	}
}

@media (min-width: 720px) {
	#startPillarContainer {
		height: 100vh;
	}
	#startPillarWrapper .pillar {
		width: calc(50vw - 60px);
	}
	#startPillarWrapper .pillar .info {
		padding-top: 150px;
	}
}

@media (min-width: 960px) {
	#startPillarWrapper {
		flex-wrap: wrap;
		transform: none !important;
	}

	#startPillarWrapper .swiper-slide-duplicate,
	#startPillarContainer:after {
		display: none;
	}
	#startPillarWrapper .pillar [data-swiper-parallax] {
		transform: none !important;
	}
	#startPillarWrapper .pillar:hover .background {
		transform: scale(1.05) !important;
	}

	#startPillarWrapper.n5 .pillar {
		width: 33.333%;
		height: 66.667%;
	}
	#startPillarWrapper.n5 .pillar:nth-child(5n + 1) .info,
	#startPillarWrapper.n5 .pillar:nth-child(5n + 2) .info,
	#startPillarWrapper.n5 .pillar:nth-child(5n + 3) .info {
		padding-top: 200px;
	}
	#startPillarWrapper.n5 .pillar:nth-child(5n + 4),
	#startPillarWrapper.n5 .pillar:nth-child(5n + 5) {
		width: 50%;
		height: 33.333%
	}
	#startPillarWrapper.n5 .pillar:nth-child(5n + 4):before,
	#startPillarWrapper.n5 .pillar:nth-child(5n + 5):before {
		display: block;
	}
	#startPillarWrapper.n5 .pillar:nth-child(5n + 4) .info,
	#startPillarWrapper.n5 .pillar:nth-child(5n + 5) .info {
		padding-top: 20px;
	}

	#startPillarWrapper.n6 .pillar {
		width: 33.333%;
		height: 50%;
		justify-content: start;
	}
	#startPillarWrapper.n6 .pillar .info {
		padding: 25vh 20px 20px;
	}
	#startPillarWrapper.n6 .pillar:nth-child(6n + 4):before,
	#startPillarWrapper.n6 .pillar:nth-child(6n + 5):before,
	#startPillarWrapper.n6 .pillar:nth-child(6n + 6):before {
		display: block;
	}

	#startPillarContainer + .section .leftContentCol {
		padding-top: 0;
	}
	#startRefContainer {
		-ms-flex-positive: 1;
		flex-grow: 1;
		flex-basis: calc(100% / 3 * 2);
		height: auto;
	}
	#startNewsContainer {
		width: calc(100% / 3);
	}
}
@media (min-width: 1200px) {
	#startPillarContainer + .section .leftContentCol {
		padding-top: 40px;
	}
	#startRecent {
		margin-top: -40px;
		background: #fff;
	}
	#startNewsContainer {
		padding-bottom: 80px;
	}
}

/* Module: IMMOWELT
   ========================================================================== */

.immoweltGrid .articleTeaser .imgWrap {
	padding-bottom: 50%;
	position: relative;
}
#teaser.immowelt_sold:before,
.immoweltGrid .sold .articleTeaser .imgWrap:before {
	position: absolute;
	content: 'Verkauft';
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #fff;
	font-size: 2em;
	line-height: 1;
	padding: .25em;
	display: inline-block;
	font-weight: bold;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-15deg);
	z-index: 2;
	border: 2px solid #fff;

}
#teaser.immowelt_sold:before {
	font-size: 5vw;
}
#teaser.immowelt_sold:after,
.immoweltGrid .sold .articleTeaser .imgWrap:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.5);
	display: block;
	z-index: 1;
}
.formatedDL {
	margin: 1em 0;
}
.formatedDL dt {
	padding: 0;
	margin: 0;
}
.formatedDL dd {
	padding: 0;
	margin: 0;
	font-weight: bold;
}
.formatedDL dd + dt {
	padding-top: 4px;
	margin-top: 5px;
	border-top: 1px solid #ebecec;
}

.detailsDataWrap {
	border-top: 1px solid #ebecec;
	border-bottom: 1px solid #ebecec;
	margin: 1em 0;
}
.detailsData {
	list-style: none;
	margin: 0 -20px;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.detailsData li {
	padding: 9px 20px;
	margin: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.detailsData li.hasIcon {
	padding-left: calc(30px + 2.667em);
}
.detailsData li .icon {
	position: absolute;
	left: 20px;
	top: 50%;
	font-size: 2.667em;
	line-height: 1;
	margin-top: -.5em;
}
.detailsData li .title {
	display: block;
}
.detailsData li .value {
	font-weight: 800;
	font-size: 1.333em;
	line-height: 1.2;
	display: block;
}

.downloadExposeBtn {
	margin-top: 20px;
}


@media (min-width: 640px) {
	.formatedDL dt {
		width: calc((100% + 40px) / 3 - 40px);
		float: left;
		clear: left;
	}
	.formatedDL dd {
		width: calc((100% + 40px) / 3 * 2);
		float: left;
		padding-left: 40px;
	}
	.formatedDL dd + dt,
	.formatedDL dd + dt + dd {
		padding-top: 14px;
		margin-top: 15px;
		border-top: 1px solid #ebecec;
	}
	.detailsData li {
		padding-top: 19px;
		padding-bottom: 19px;
	}
}

/* Module: REAL ESTATE GALLERY
   ========================================================================== */

.modul_realestate_gallery #navMenuTrigger,
.modul_realestate_gallery #menuWrap,
.modul_realestate_gallery #header:after,
.modul_realestate_gallery #header:before,
.modul_realestate_gallery #logo .alt,
.modul_realestate_gallery #scrollDown,
.modul_realestate_gallery #scrollUp {
	display: none;
}
.modul_realestate_gallery #header {
	position: relative;
	background: #fff;
	padding: 20px;
}
.modul_realestate_gallery #logo {
	left: 20px;
	position: static;
	float: left;
	margin: 0;
	transform: none;
}
.modul_realestate_gallery #logo .normal {
	opacity: 1;
}
.modul_realestate_gallery #telefon {
	background: #303940;
	border-color: #303940;
	color: #fff;
	position: static;
	float: right;
	margin-top: 10px;
}
.modul_realestate_gallery #telefon .label {
	display: inline-block;
}
.modul_realestate_gallery #content,
.modul_realestate_gallery #footer {
	margin: 0;
}
#realEstateGalleryList {
	width: 100%;
	padding: 0 60px;
	background: #f4f5f5;
	position: relative;
}
#realEstateGalleryList:before,
#realEstateGalleryList:after {
	content: '';
	background: #ff0;
	display: block;
	top: 2px;
	bottom: 0;
	position: absolute;
	width: 80px;
	height: auto;
	z-index: 2;
}
#realEstateGalleryList:before {
	background: linear-gradient(90deg, rgba(244,245,245,1) 0%, rgba(244,245,245,0) 100%);
	left: 0;
	right: auto;
}
#realEstateGalleryList:after {
	left: auto;
	right: 0;
	background: linear-gradient(270deg, rgba(244,245,245,1) 0%, rgba(244,245,245,0) 100%);
}
#realEstateGalleryList .swiper-pagination-progressbar {
	width: 100%;
	max-width: none;
	background: #e23829;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	height: 2px;
}
#realEstateGalleryList .swiper-pagination-progressbar-fill {
	background: #711c15;
}

#realEstateGalleryList .articleGrid {
	width: 100%;
	padding: 20px;
	height: auto;
}
#realEstateGalleryList .articleGrid .gridWrapInner {
	background: #fff;
}
#realEstateGalleryList .articleGrid:before,
#realEstateGalleryList .articleGrid:after {
	content: '';
	display: block;
	position: absolute;
	border-style: solid;
	border-color: #e23829;
	transition: all .3s;
	opacity: 0;
}
#realEstateGalleryList .articleGrid:before {
	border-width: 2px;
	left: 18px;
	right: 18px;
	top: 18px;
	bottom: 18px;
}

#realEstateGalleryList .articleGrid:after {
	border-color: #e23829 transparent transparent;
	border-width: 10px 10px 0 10px;
	bottom: 10px;
	left: 50%;
	margin-left: -10px;
}
#realEstateGalleryList .articleGrid.swiper-slide-active:before,
#realEstateGalleryList .articleGrid.swiper-slide-active:after {
	opacity: 1;
}


#realEstateGalleryList .articleGrid .articleTeaser .imgWrap {
	padding-bottom: 50%;
	position: relative;
}
#realEstateGalleryList .articleGrid .info {
	font-size: 14px;
	line-height: 20px;
}
#realEstateGalleryList .articleGrid .headline {
	font-size: 17px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
#realEstateGalleryList .articleGrid .gridDefList dt {
	width: calc(50% - 5px);
}
#realEstateGalleryList .articleGrid .gridDefList dd {
	width: calc(50% + 5px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.modul_realestate_gallery #content .teaser {
	padding-bottom: 50%;
}
.modul_realestate_gallery #content .teaser .teaserInfoWrap {
	padding: 80px calc((100% / 12) + 20px) 20px;
}
#realEstateGalleryDetail {
	position: relative;
}
#realEstateGalleryDetail:after {
	content: '';
	position: absolute;
	left:0;
	top:0;
	z-index:1;
	width: 100%;
	height: 100%;
	display: block;
	pointer-events: none;
	opacity: 0;
	background: rgba(255,255,255,.9) url('../img/preloader_301_dark.gif') no-repeat 50% 50%;
	transition: all .2s;
}
#realEstateGalleryDetail.loading:after {
	opacity: 1;
}
#realEstateGalleryDetail .articleContents {
	padding: 0 20px 20px;
}
#realEstateGalleryDetail .articleAside .qr {
	margin: 10px 0;
}
#realEstateGalleryDetail .swiper-pagination-progressbar {
	background: rgba(255,255,255,.25);
	height: 2px;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}
#realEstateGalleryDetail .swiper-pagination-progressbar-fill {
	background: rgba(255,255,255,.75);
	transform: none;
}

@media (min-width: 720px) {
	#realEstateGalleryList .articleGrid {
		width: 50%;
	}
	#realEstateGalleryDetail .detailsDataWrap {
		padding-top: 1px;
		margin-top: 0;
		border-top-width: 0
	}
	#realEstateGalleryDetail h1 ~ .detailsDataWrap {
		padding-top: 0;
		margin-top: 1em;
		border-top-width: 1px;
	}
}
@media (min-width: 960px) {
	#realEstateGalleryWrap {
		max-height: calc(100vh - 180px);
		overflow: hidden;
		mask-image: linear-gradient(to top, rgba(0,0,0,0) 0px, rgba(0,0,0,1) 20px);
	}
	#realEstateGalleryList .articleGrid {
		width: 33.33%;
	}
	.modul_realestate_gallery #telefon {

		margin-top: 20px;
	}

	.modul_realestate_gallery #content .teaser .teaserInfoWrap {
		padding: 80px calc((100% / 12) + 20px) 20px;
	}
	#realEstateGalleryDetail .articleContents {
		padding: 0 calc((100% / 12) + 20px) 20px;
	}
	#realEstateGalleryDetail .articleMain {
		width: calc((100% + 40px) * .7 - 20px);
		padding-right: 20px;
		float: left;
	}
	#realEstateGalleryDetail .articleAside {
		padding-left: 20px;
		width: calc((100% + 40px) * .3 - 20px);
		float: right;
	}
}

/* ==========================================================================
   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;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    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;
    }
}
