/*
 * 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.
 */

.swiper {
	--swiper-theme-color: #fff;
	--swiper-pagination-bullet-horizontal-gap: 8px;
	--swiper-pagination-bullet-width: 12px;
	--swiper-pagination-bullet-height: 12px;
	--swiper-pagination-bullet-inactive-opacity: .5;
	--swiper-pagination-bullet-inactive-color: transparent;
}
.swiper-pagination-bullet {
	background: none;
	border: var(--swiper-theme-color, #fff) 2px solid;
}

/* ==========================================================================
   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
   ========================================================================== */

/*
	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(255,255,255,.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: 40em;
	width: 100%;
	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;
	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: #f7a800;
	color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 1;
}
.vcModal .vcModalClose:hover {
	background: rgb(42,66,143);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


/*
	CSS Icons
	*/
.vcCssIcon {
	position: relative;
	display: inline-block;
}
.vcCssIconCheck {
	height: 1em;
	width: .667em;
	border-right: .1875em solid #fff;
	border-bottom: .1875em solid #fff;
	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 rgb(42,66,143);
	border-bottom: 3px solid rgb(42,66,143);
}
.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%;
	}
}
#privacySetup,
#privacySetup a,
#privacySetup .h2 {
	color: rgb(42,66,143);
}
#privacySetup .btn {
	color:#fff;
}

html,
body {
	height: 100%;
	min-width: 320px;
}
body.navMainOpen,
body.overlayOpen,
html.swipebox-html body {
	overflow: hidden;
}
#wrapper {
	position:relative;
	background: rgb(42,66,143);
	background: -moz-linear-gradient(top, rgba(42,66,143,1) 7%, rgba(247,168,0,1) 93%);
	background: -webkit-linear-gradient(top, rgba(42,66,143,1) 7%,rgba(247,168,0,1) 93%);
	background: linear-gradient(to bottom, rgba(42,66,143,1) 7%,rgba(247,168,0,1) 93%);
}

#wrapper .section {
	padding-top: 90px;
	padding-bottom: 0px;
	min-height: 50vh;
	position: relative;
	z-index: 0;
	overflow:hidden;
}
#wrapper .section,
.baseSpacer {
	padding-left: 16px;
	padding-right: 16px;
}
#wrapper .section:first-child {
	padding-top: 144px;
}
#wrapper .section.backgroundStandard {
	z-index: 1;
	background: #f6f4ee url('../img/backgroundStandard.png') repeat 0 0;
	box-shadow: 0 0 24px rgba(0,0,0,0.3);
}

#header {
	position: fixed;
	width: 100%;
	z-index: 100;
	padding-top: 0;
	transition: all .3s;
	padding-top:20px;
	min-height:70px;
}

#quickContact {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 8px;
	line-height: 16px;
	color: #7d7b7c;
	font-weight: 600;
	padding-bottom: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	opacity: 0;
	background: -webkit-linear-gradient(top, rgba(255,255,255,.25) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,.25) 0%,rgba(255,255,255,0) 100%);
	text-rendering: optimizeLegibility;
	text-shadow: 0 0 20px rgba(0,0,20,0.25);
	transition: all .3s;
}

#logoWrap {
	position:absolute;
	width: auto;
	margin-left: 16px;
	height: 50px;
	transition: all .3s;
	top:10px;
}
#logo {
	display: block;;
	width: auto;
	height: 100%;
}

#logo picture,
#logo img {
	height: 100%;
	width: auto;
	display: block;
}
header:before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	opacity:1;
	transition:opacity 0.3s;
}
#header.isAtTop:before {
	opacity:0;
}

#header.fixedShow:after,
#header.isOverBreakpoint:after,
#header.isAtTop:after,
#header.fixedShow #quickContact,
#header.isOverBreakpoint #quickContact,
#header.isAtTop #quickContact {
	opacity: 1;
}

#header.fixedShow #logoWrap,
#header.isOverBreakpoint #logoWrap,
#header.isAtTop #logoWrap {
	height: 50px;
	top:20px;
}

#navMain a {
	text-decoration: none;
	font-family:  'Roboto', sans-serif;
	font-weight:700;
	color: #fff;
	text-transform: uppercase;
	font-size: 2em;
	line-height: 1;
	padding: 0;
	margin:16px 0;
	display: block;
	position: relative;
}
#navMain a span {
	position:relative;
}
#navMain a  span:before {
	content: '';
	position: absolute;
	left: -4px;
	right: -4px;
	height: calc(50%);
	display: block;
	bottom: 0;
	background: #000;
	transition: all .3s;
	opacity: 0.15;
	z-index: -1;
}
#navMain a:hover span:before,
#navMain a.active span:before {
	opacity: 1;
	background:#f7a800;
	height: calc(100%);
}

#footer {
	background: #7d7b7c;
	color: #fff;
	padding-top: 16px;
	padding-bottom: 16px;
}
#footer * {
	color: #fff;
}
#footerText {
	text-align: center;
}
#navStd ul {
	margin-left: -32px;
}
#navStd li {
	display: inline-block;
	padding-left: 32px;
}
#navStd a {
	text-decoration: none;
}
#navStd a:hover {
	text-decoration: underline;
}
#navStd a.active {
	font-weight: bold;
}
#footerText {
	padding-bottom: 32px;
}
#footerText > :first-child {
	margin-top: 0;
}
#footerText > :last-child {
	margin-bottom: 0;
}

#logo_bg {
	position:fixed;
	top:200px;
	width:682px;
	max-width:100%;
	left:-50px;
	display:block;
}
#logo_bg:before {
	content:'';
	display:block;
	width:100%;
	padding-bottom:100%;
	background:url(../img/logo_bg.svg) center center no-repeat;
	background-size:contain;
}
#stiften-text {
	display:none;
}
/* START */
.startArticle .imgWrap {
	background-size: contain;
	background-position: 50% 100%;
	background-repeat: no-repeat;
}
.startArticle.tax_artikel-spezialaufmacher .imgWrap {
	background-position: 100% 100%;
	margin-right:-16px;
}
.startArticle .more {
	display: inline-block;
	font-size: .8em;
	width:3.333em;
	height:3.333em;
	overflow:hidden;
	background: #000;
	background: rgba(0,0,0,0.15);
	border:2px solid #fff;
	border-radius: 999px;
	line-height: 3.333em;
	color:#f7a800;
	text-align:center;
	text-decoration: none;
}
.startArticle .more.hasLabel {
	width: auto;
	padding: 0 1.667em;
}
.startArticle .more:hover {
	animation-duration: .6s;
	animation-name: moreBounce;
}

.modul_start h1.isLined,
.modul_start .h1.isLined {
	margin-left: -10px;
	margin-right: -10px;

}

.modul_start h1,
.modul_start .h1 {
	margin: 1rem 0;
}
.modul_start .tax_artikel-spezialaufmacher .textWrap {
	margin-bottom: 16px;
}
.modul_start .tax_artikel-spezialaufmacher h1,
.modul_start .tax_artikel-spezialaufmacher .h1 {
	font-size: 5em;
	line-height: 1.25;
}
#wrapper .section.modul_start .swiper {
	margin: 0 -16px;
	--swiper-navigation-size: 16px;
}
#wrapper .section.modul_start .article {
	padding: 0 16px 32px;
	overflow: hidden;
}
#wrapper .section.modul_start .swiper .swiper-button-next,
#wrapper .section.modul_start .swiper-rtl .swiper-button-prev {
	right: 16px;
	top: auto;
	bottom: 0;
}
#wrapper .section.modul_start .swiper .swiper-button-prev,
#wrapper .section.modul_start .swiper-rtl .swiper-button-next {
	left: 16px;
	top: auto;
	bottom: 0;
}
#wrapper .section.modul_start .swiper-horizontal > .swiper-pagination-bullets,
#wrapper .section.modul_start .swiper-pagination-bullets.swiper-pagination-horizontal,
#wrapper .section.modul_start .swiper-pagination-custom,
#wrapper .section.modul_start .swiper-pagination-fraction {
	bottom: 0;
}

#wrapper .section .marqueeWrapper {
	overflow: hidden;
}
#wrapper .section .marquee {
	padding: 10px 0;
	margin: 0 -10px;
	overflow: hidden;
	mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 20px, rgba(0, 0, 0, 1) calc(100% - 20px), rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 480px) {
	.startArticle.tax_artikel-spezialaufmacher .imgWrap {
		margin-left: 20%;
	}
}
@media (min-width: 640px) {
	#wrapper .section.modul_start {
		background:url(../img/start_bg.png) center center no-repeat;
		background-size:cover;
		padding-left:0;
		padding-right:0;
		height:100vh;
	}
	#wrapper .section.modul_start #contentWrap {
		position:relative;
	}
	#wrapper .section.modul_start .sectionInner,
	#wrapper .section.modul_start .startArticle,
	#wrapper .section.modul_start .swiper {
		height: 100%;
	}
	#wrapper .section.modul_start .contentWrap,
	#wrapper .section.modul_start .sectionInner {
		display: flex;
		flex-grow: 1;
		flex-direction: column;
	}


	#wrapper .section.modul_start .contentWrap {
		display: flex;
		flex-direction: column;
		min-height: 100%;
	}
	#wrapper .section.modul_start .swiper {
		margin: 0;
		flex-grow: 1;
	}
	#wrapper .section.modul_start .article {
		padding: 0 0 4.167vw;;
	}

	.startArticle .imgWrap {
		width:50%;
		float:right;
		height:100%;
		margin-left:0 !important;
		margin-right:0 !important;
		padding-bottom:0 !important;
	}
	.startArticle .textWrap {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width:50%;
		float:left;
		height:100%;
		padding-left: 4.167%;
	}
	.modul_start .tax_artikel-spezialaufmacher .textWrap {
		margin-bottom: 0;
	}
	.modul_start .tax_artikel-spezialaufmacher h1,
	.modul_start .tax_artikel-spezialaufmacher .h1 {
		font-size: 5.333em;
	}
}
@media (min-width: 960px) {
	#wrapper .section.modul_start .swiper {
		--swiper-navigation-size: 40px;
	}
	#wrapper .section.modul_start .swiper .swiper-button-next,
	#wrapper .section.modul_start .swiper-rtl .swiper-button-prev {
		right: 4.167vw;
		top: 50%;
		bottom: auto;
	}
	#wrapper .section.modul_start .swiper .swiper-button-prev,
	#wrapper .section.modul_start .swiper-rtl .swiper-button-next {
		left: 4.167vw;
		top: 50%;
		bottom: auto;
	}
	#wrapper .section.modul_start .swiper .swiper-button-next:not(:hover),
	#wrapper .section.modul_start .swiper-rtl .swiper-button-prev:not(:hover),
	#wrapper .section.modul_start .swiper .swiper-button-prev:not(:hover),
	#wrapper .section.modul_start .swiper-rtl .swiper-button-next:not(:hover) {
		opacity: .5;
	}
	#wrapper .section.modul_start .swiper-pagination-bullet:hover {
		opacity: 1;
	}

	.startArticle .textWrap {
		padding-left: 12.5%;
	}
	#wrapper .section.modul_start .article {
		margin: 0;
	}
}
@media (max-width: 959px) {
	body.navMainOpen {
		overflow: hidden;
		height: 100%;
	}
	#navMainTrigger {
		position: absolute;
		top: 0;
		right: 0;
		display:block;
		height: 64px;
		width: 64px;
		z-index: auto;
		margin-right:0;
		-webkit-transition: top .3s, right .3s;
		transition: top .3s, right .3s;
		z-index: 16;
	}
	#header.fixedShow #navMainTrigger,
	#header.isOverBreakpoint #navMainTrigger,
	#header.isAtTop #navMainTrigger {
		top: 20px;
	}
	#navMainTrigger .line {
		overflow:hidden;
		text-indent:-999px;
	}
	#navMainTrigger .line,
	#navMainTrigger:after,
	#navMainTrigger:before {
		background: #fff;
		display: block;
		height: 2px;
		right: 16px;
		position: absolute;
		-webkit-transition: all .3s;
		transition: all .3s;
		width: 32px;
	}
	#navMainTrigger .line {
		opacity: 1;
		top: 50%;
		margin-top: -1px;
	}
	#navMainTrigger .info {
		font-size:15px;
		line-height:20px;
		text-transform:uppercase;
		font-weight:bold;
		position:absolute;
		right:70px;
		top:50%;
		margin-top:-10px;
		opacity:1;
		visibility:visible;
		transition:all 0.3s;
		z-index:1;
	}
	#navMainTrigger .info:before {
		content: '';
		position: absolute;
		left: -4px;
		right: -4px;
		height: 13px;
		display: block;
		bottom: 0;
		background: #000;
		transition: all .3s;
		opacity: 0.15;
		z-index:-1;
	}
	#navMenuSwitch:checked ~ #header #navMainTrigger .info {
		opacity:0;
		visibility:hidden;
	}
	#navMainTrigger:after,
	#navMainTrigger:before {
		content: "";
	}
	#navMainTrigger:before {
		bottom: 41px;
		right: 12px;
	}
	#navMainTrigger:after {
		bottom: 21px;
		right: 20px;
	}
	#navMenuSwitch:checked ~ #header #navMainTrigger .line {
		opacity: 0;
	}
	#navMenuSwitch:checked ~ #header #navMainTrigger:before {
		bottom: 32px;
		transform: rotate(45deg);
		background: #2a428f;
		right: 16px;
	}
	#navMenuSwitch:checked ~ #header #navMainTrigger:after {
		bottom: 32px;
		transform: rotate(-45deg);
		background: #2a428f;
		right: 16px;
	}
	#navMenuSwitch:checked ~ #header #navMainTrigger {
		right: 256px;
		box-shadow: -1px 0 3px rgba(0,0,0,0.12), -1px 0 2px rgba(0,0,0,0.24);
		background: #fff;
	}

	#navMainOverlay {
		background: #fff;
		display: block;
		width: 0;
		left: 0;
		top: 0;
		bottom: 0;
		position: fixed;
		z-index: 1;
		opacity: 0;
		-webkit-transition: width 0s .3s, opacity .3s;
		transition: width 0s .3s, opacity .3s;
	}
	#navMenuSwitch:checked ~ #header #navMobiWrapper {
		right: 0;
		-webkit-transition: right 0s;
		transition: right 0s;
	}
	#navMenuSwitch:checked ~ #header #navMainOverlay {
		width: 100%;
		opacity: .5;
		-webkit-transition: width 0s, opacity .3s;
		transition: width 0s, opacity .3s;
	}

	#navWrap {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 0;
		margin: 0;
		overflow: hidden;
		-webkit-transition: height 0s .3s;
		transition: height 0s .3s;
		z-index: 15;
	}

	#navWrap .wrap {
		height: 100%;
		width: 256px;
		background: -moz-linear-gradient(top, rgba(42,66,143,1) 7%, rgba(247,168,0,1) 93%);
		background: -webkit-linear-gradient(top, rgba(42,66,143,1) 7%,rgba(247,168,0,1) 93%);
		background: linear-gradient(to bottom, rgba(42,66,143,1) 7%,rgba(247,168,0,1) 93%);
		overflow: auto;
		z-index: 1;
		position: absolute;
		right: -256px;
		opacity: 0;
		padding: 16px;
		-webkit-transition: right .3s, opacity .3s;
		transition: right .3s, opacity .3s;
	}
	#navMenuSwitch:checked ~ #header #navWrap {
		height: 100%;
		-webkit-transition: height 0s;
		transition: height 0s;
	}
	#navMenuSwitch:checked ~ #header #navWrap .wrap {
		right: 0;
		opacity: 1;
	}

	/* NAV MAIN */
	#navMain {
		display:block;
		margin: 0;
		padding:0;
	}
	#navMain .navWrap {
		height:auto !important;
	}
}

@media (min-width: 640px) {
	#logoWrap {
		padding-left: 4.167%;
		height:50px;
		top:20px;
		margin-left: 0;
	}
	#header.fixedShow #logoWrap,
	#header.isOverBreakpoint #logoWrap,
	#header.isAtTop #logoWrap {
		height:80px;
	}

	#wrapper .section {
		padding-top: 120px;
		padding-bottom: 100px;
	}
	#wrapper .section:first-child {
		padding-top: 160px;
	}

	#wrapper .section,
	.baseSpacer {
		padding-left: 4.167%;
		padding-right: 4.167%;
	}
	#footer {
		padding-top: 32px;
		padding-bottom: 32px;
	}
}
@media (min-width: 960px) {
	#wrapper:before {
		content:'';
		display:block;
		width:20px;
		position:absolute;
		height:100%;
		top:0;
		bottom:0;
		left:0;
		background:#f7a800;
		z-index:1;
	}
	#wrapper .section {
		padding-top: 140px;
		padding-bottom: 0;
	}
	#wrapper .section:first-child {
		padding-top: 160px;
	}
	#wrapper .section.modul_start {
		padding-left:0;
		padding-right:0;
	}

	#navWrap {
		padding-right: 10%;
		padding-right: 4.167%;
		margin-left: calc(4.167% + 316px);
	}
	#header {
		min-height:120px;
	}
	#header.fixedShow,
	#header.isOverBreakpoint,
	#header.isAtTop {
	}
	#header.isAtTop:before {
		opacity:0;
	}
	#logoWrap {
		margin-left: 0;
		padding-left: 10%;
		padding-left: 4.167%;
		height:100px;
	}
	#header.fixedShow #logoWrap,
	#header.isOverBreakpoint #logoWrap,
	#header.isAtTop #logoWrap {
		height:100px;
	}
	#quickContact {
		line-height: 24px;
	}

	#stiften-text {
		color:#2a428f;
		background:#fff;
		position:fixed;
		display:block;
		top:40%;
		right:0;
		margin-top:-100px;
		transform:rotate(-90deg);
		line-height:44px;
		font-size:20px;
		padding:8px 20px 8px 0;
		box-shadow:0 1px 3px rgba(0,0,0,0.20);
		transform-origin: 100% 100%;
	}
	#stiften-text [class^="icon"] {
		position:relative;
		display:inline-block;
		transform:rotate(90deg);
		font-size:30px;
		line-height:40px;
		padding: 0 10px;
	}

	#navMainOverlay,
	#navMainTrigger {
		display: none;
	}
	#navWrap {
		float: right;
	}
	#navStd {
		padding-left: 32px;
		padding-bottom: 20px;
		position:relative;
	}
	#navStd ul {
		text-align: right;
	}
	#navStd ul li .a,
	#navStd ul li a {
		display:inline-block;
		opacity:.5;
	}
	#navStd ul li a.active {
		opacity:1;
	}
	#navMain li {
		float: left;
		padding: 0 16px;
	}
	#navMain li:last-child {
		padding-right: 0;
	}
	#navMain a {
		font-size: 20px;
		line-height: 24px;
	}
	#navMain a span {
		position:relative;
	}
	#navMain a:hover:before,
	#navMain a.active:before {
		opacity: 1;
		background:#f7a800;
		height:24px;
	}

	#footer {
		padding-top: 32px;
		padding-bottom: 32px;
	}
}

@media (min-width: 1120px) {
	#quickContact {
		padding-top: 16px;
		line-height: 32px;
	}

	#header.fixedShow:before,
	#header.isOverBreakpoint:before,
	#header.isAtTop:before {
	}
	#header:after {
	}
	#header.fixedShow #logoWrap,
	#header.isOverBreakpoint #logoWrap,
	#header.isAtTop #logoWrap {
		height: 100px;
	}

	#wrapper .section:first-child {
		padding-top: 208px;
	}
}

/* FILTER */
.gridFilter .labelWrap {
	position:relative;
	z-index: 1;
	margin-left: 6px;
	margin-bottom: calc(-.667em - 5px);
}
.gridFilter .label {
	color: #2a428f;
	background: #fff;
	text-transform: uppercase;
	letter-spacing: .025em;
	font-weight: bold;
	font-size: 1.333em;
	line-height: 1;
	display: inline-block;
	padding: 5px 10px;
}
.optionsWrap.gridWrap {
	margin:0;
	background:#fff;
}
.gridFilter button {
	width:100%;
}
.optionsWrap.gridWrap label {
	color:#969393;
}
.optsContainer.gridWidth_50,
.optsContainer.gridWidth_50 + .optsContainer.gridWidth_50 {
	padding:16px;
	margin-top:0;
}
.gridFilter .optsContainer input,
.gridFilter .optsContainer .input,
.gridFilter .optsContainer textarea,
.gridFilter .optsContainer select,
.gridFilter .optsContainer .selectOver {
	border-bottom-color: #eaeaea;
}
@media (min-width: 640px) {
	.gridFilter .labelWrap {
		margin-left: calc(2.083vw - 10px)
	}
	.gridFilter .form {
		position: relative;
		padding-right:120px;
	}
	.gridFilter button {
		position:absolute;
		right:0;
		top:0;
		bottom:0;
		width:120px;
	}
	.optsContainer.gridWidth_50,
	.optsContainer.gridWidth_50 + .optsContainer.gridWidth_50 {
		padding: 20px 2.083vw;
		margin-top:0;
	}
}
/* ==========================================================================
   external Scripts/Functions
   ========================================================================== */

/*! Swipebox v1.4.4 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
#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;border-top:4px solid #7d7b7c;background: rgb(55,72,134);background: -moz-linear-gradient(left, rgba(55,72,134,1) 0%, rgba(101,95,102,1) 100%);background: -webkit-linear-gradient(left, rgba(55,72,134,1) 0%,rgba(101,95,102,1) 100%);background: linear-gradient(to right, rgba(55,72,134,1) 0%,rgba(101,95,102,1) 100%);}#swipebox-bottom-bar{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#swipebox-top-bar{top:-50px;background: rgb(55,72,134);background: -moz-linear-gradient(left, rgba(55,72,134,1) 0%, rgba(101,95,102,1) 100%);background: -webkit-linear-gradient(left, rgba(55,72,134,1) 0%,rgba(101,95,102,1) 100%);background: linear-gradient(to right, rgba(55,72,134,1) 0%,rgba(101,95,102,1) 100%);color:#fff!important;display:table}#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}


/* MODAL */
#vcModalOverlay {
	z-index: 199;
	top: 0%;
	bottom: 100%;
	height: auto;
	width: 100%;
	overflow: auto;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 100;
	opacity: 0;
	background: #000 no-repeat 50% 50%;
	background-color: rgba(0,0,0,.5);
	-webkit-transition: opacity .2s, bottom 0s .2s;
	transition: opacity .2s, bottom 0s .2s;
}
#vcModalOverlay.loading {
	background-image: url('../img/preloader_301_dark.gif');
}

#vcModal {
	top: 0;
	bottom: 100%;
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 200;
	-webkit-transition: top .3s cubic-bezier(0,.5,.5,1), opacity .5s ease, bottom 0s .5s, visibility 0s .5s;
	transition: top .3s cubic-bezier(0,.5,.5,1), opacity .5s ease, bottom 0s .5s, visibility 0s .5s;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
#vcModalOverlay.show {
	bottom: 0;
	opacity: 1;
	-webkit-transition: opacity .2s, bottom 0s;
	transition: opacity .2s, bottom 0s;
}
#vcModal.show {
	top: 0;
	bottom: 0;
	opacity: 1;
	overflow: auto;
	visibility: visible;
	pointer-events: auto;
	-webkit-transition: top .3s cubic-bezier(0,.5,.5,1), opacity .5s ease, bottom 0s, visibility 0s;
	transition: top .3s cubic-bezier(0,.5,.5,1), opacity .5s ease, bottom 0s, visibility 0s;
}
#vcModal.notransition {
	-webkit-transition: none;
	transition: none;
}
#vcModal .modalMsgWrap {
	max-height: 100%;
	overflow: auto;
	width: 100%;
}

#vcModal .modalMsg {
	display: block;
	background: rgb(42,66,143);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	margin: 0 50px 40px 0;
	padding: 16px;
	text-align: left;
	min-height: 50px;
	position: relative;
}
#vcModal .modalMsg #content,
#vcModal .modalMsg .article {
	margin-left: 0;
	margin-right: 0;
}

#vcModal .modalMsg .cancelBtn {
	background: #f7a800;
	border: none;
	padding: 23px 13px;
	position: absolute;
	top: 0;
	right: -50px;
	z-index: 10;
	box-shadow: none;
}
#vcModal .modalMsg .cancelBtn:hover {
	background: #f7a800;
}
#vcModal .modalMsg .cancelBtn .line {
	text-align: left;
	text-indent: -999em;
}
#vcModal .modalMsg .cancelBtn .line,
#vcModal .modalMsg .cancelBtn .line:before {
	height: 4px;
	width: 24px;
	background: #FFF;
	display: block;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#vcModal .modalMsg .cancelBtn .line:before,
#vcModal .modalMsg .cancelBtn .line:after {
	position: absolute;
	content: '';
}
#vcModal .modalMsg .cancelBtn .line:before {
	top: -10px;
}
#vcModal .modalMsg .cancelBtn .line {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#vcModal .modalMsg .cancelBtn .line:before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-top: 10px;
}
@media only screen and (min-width: 480px) {
	#vcModal .modalMsg {
		margin: 16px 66px 32px 16px;
	}
}
@media only screen and (min-width: 720px) and (min-height: 550px) {
	#vcModal .modalMsg {
		margin: 40px 90px 40px 40px;
	}
}
@media only screen and (min-width: 960px) {
	#vcModal .modalMsg {
		margin: 5% auto;
		width: 70%;
	}
	#vcModal.small .modalMsg {
		width: 45%;
	}
}
@media only screen and (min-width: 1280px) {
	#vcModal .modalMsg {
		width: 60%;
	}
	#vcModal.small .modalMsg {
		width: 33.33%;
	}
}
@media only screen and (min-width: 1440px) {
	#vcModal .modalMsg {
		width: 50%;
	}
	#vcModal.small .modalMsg {
		width: 25%;
	}
}

.vc_carousel_container {
	position: relative;
}

.vc_carousel_control {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.vc_carousel_pages {
	margin: 0 4px;
}
.vc_carousel_page {
	position: relative;
	height: 32px;
	width: 24px;
	background: none;
	border: none;
	z-index: 2;
}
.vc_carousel_page:after {
	content: '';
	height: 12px;
	width: 12px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -6px;
	margin-left: -6px;
	border-radius: 6px;
	border: 2px solid #fff;
	background: #fff;
}
.vc_carousel_page:hover:after,
.vc_carousel_page.aktiv:after {
	background: #2a428f;
}
.vc_carousel_page span {
	display: none;
}


/* ==========================================================================
   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;
}
.gallery {
	margin: 8px -8px;
}
.img-count {
	margin: 8px;
	text-align: right;
}
.imgContainer {
	float: left;
	padding: 8px;
	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: 1em;
}
.imgRight .imagesInnerWrap {
	margin-bottom: 1em;
	float: right;
}
.imgRight .caption {
	text-align: left;
}
.imgLeft .caption {
	text-align: right;
}
.imgWrap + .imgWrap,
.imgWrap + .imgWrap {
	margin-top: 1em;
}
.imgNone {
	margin: 1em auto;
}
.imgNone .imagesInnerWrap {
	margin: -1em;
}

.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: 1em;
	margin: 0;
}

.imgRight .imgWidth-25,
.imgRight .imgWidth-20,
.imgRight .imgWidth-17,
.imgRight .imgWidth-15,
.imgRight .imgWidth-13,
.imgRight .imgWidth-10,
.imgRight .imgWidth-5 {
	margin-left: 1em;
	padding-left: 1em;
	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: 1em;
	padding-right: 1em;
	float: left;
}

@media only screen and (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: 1em;
		padding-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-33 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

@media only screen and (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: 1em;
		padding-right: 1em;
		float: right;
	}
	.imgLeft .imgWidth-50,
	.imgLeft .imgWidth-42 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

@media only screen and (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: 1em;
		padding-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-67 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

@media only screen and (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.7%;
	}
	.imgWidth-15 {
		width:15%;
	}
	.imgWidth-13 {
		width:12.5%;
	}
	.imgWidth-10 {
		width:10%;
	}
	.imgWidth-5 {
		width:5%;
	}
	.imgRight .imgWidth-75 {
		margin-left: 1em;
		padding-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-75 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

/* 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;
	background: #F5420C url("../../img/close.png") no-repeat scroll center center;
	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%;
}


/* 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,
	.downloads .grids_3 .gridItem {
		width: 50%;
		float: left;
	}
	.downloads .grids_2 .gridItem:nth-child(2n+1),
	.downloads .grids_3 .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;
	}
}
@media only screen and (min-width: 960px) {
	.downloads .grids_3 .gridItem {
		width:33.33%;
	}
	.downloads .grids_3 .gridItem:nth-child(2n+1) {
		clear:none;
	}
	.downloads .grids_3 .gridItem:nth-child(3n+1) {
		clear:left;
	}
}
/* Content: SUB NAV IN ARTICLEs */
.navSub ul {
	padding: 0 0 0 2em;
}

/* Content: FORMS */
/* FORMS */
.form .duty {
	font-weight: bold;
	color: #2a428f;
}
.form .hint .duty {
	padding: 2px;
}

.fehler_text {
	color: #E53935;
}

.form fieldset legend {
	font-weight: 400;
	color: #000;
	font-family:  'Roboto', sans-serif;;
	font-size: 1.667em;
	line-height: 1;
	margin-bottom: 10px;
}

.form .optsContainer + fieldset,
.form fieldset + fieldset,
.form fieldset + .gridWrap {
	margin-top: 20px;
}
.form .optsContainer.versteckt + fieldset {
	margin-top: 0;
}

.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,
.optsContainerWrap + .optsContainer,
.optsContainerWrap + .optsContainerWrap,
.opt.optsContainer + fieldset,
.optsContainerWrap + .btnContainer,
fieldset + .optsContainer {
	margin-top: 16px;
}

fieldset + .btnContainer {
	margin-top: 32px;
}

.optsContainer > .error:first-child + label,
.optsContainer > label:first-child,
.optsContainer > .label {
	display: block;
	line-height: 15px;
	margin: 0;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
.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 {
	color: #c6c6c6;
	font-weight: 300;
	line-height: 1.25;
	letter-spacing: 0;
}
.optsContainer > .error:first-child + label .shortInfo:before,
.optsContainer > label:first-child .shortInfo:before,
.optsContainer > .label .shortInfo:before {
	content:' (';
}
.optsContainer > .error:first-child + label .shortInfo:after,
.optsContainer > label:first-child .shortInfo:after,
.optsContainer > .label .shortInfo:after {
	content:')';
}

.optsContainer input,
.optsContainer .input,
.optsContainer textarea,
.optsContainer select,
.optsContainer .selectOver {
	width: 100%;
	padding: 10px 0 9px;
	background: none;
	border-bottom: 1px solid #fff;
	color: #2d3338;
	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: #2a428f;
}

.optsContainer input:focus,
.optsContainer textarea:focus,
.optsContainer select:focus,
.optsContainer .selectWrap.focus .selectOver {
	padding-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-color: #2a428f;
}

.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: #2a428f;
}
.optsContainer input[type="radio"][disabled] + label,
.optsContainer input[type="checkbox"][disabled] + label {
	color: #7d7b7c !important;
}
.optsContainer .optsInline {
	display: block;
	float: left;
	padding: 0;
	margin: 0 20px 0 0;
	cursor: pointer;
	/*color: #000;*/
}
.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 #ffffff;
	position: relative;
}
.optsContainer .optsInline.optsLineDisabled label {
	border-bottom-color: #ffffff !important;
}
.optsContainer .optsInline.optsLineDisabled input[type="radio"] + label:before,
.optsContainer .optsInline.optsLineDisabled input[type="checkbox"] + label:before {
	border-color: #ffffff !important;
}

.optsContainer .optsInline:last-child {
	margin-right: 0;
}
.optsContainer .optsInline:hover label {
	border-bottom-color: #e7d0b3;
	color: inherit;
}
.optsContainer .optsInline.optsChecked label {
	border-bottom-color: #2a428f;
	border-bottom-width: 2px;
	padding-bottom: 8px;
	/*color: #000;*/
}
.optsContainer .optsInline input[type="radio"]:checked + label,
.optsContainer .optsInline input[type="checkbox"]:checked + label {
	/*color: #000;*/
}
.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;
	-webkit-transition: all .2s;
	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 #ffffff;
	left: 0;
	top: 12px;
}
.optsContainer .optsInline input[type="radio"] + label:after,
.optsContainer .optsInline input[type="checkbox"] + label:after {
	width: 0px;
	height: 0px;
	background-color: #2a428f;
	left: 8px;
	top: 20px;
}
.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: #000;
}
.optsContainer .selectOver:after {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -10px;
	content: '';
	display: block;
	height: 20px;
	width: 20px;
	color:#2a428f;
	font-family:'fontello';
	content:'\e81a';
	text-align: center;
	-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: #000;
}
.optsContainer .selectWrap:hover .selectOver:after {
	border-top-color: #e7d0b3;
}
.optsContainer .selectWrap.focus .selectOver:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	border-top-color: #2a428f;
}
.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: #e7d0b3;
}

.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;
	margin:
}
.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: #5b6770;
	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: #2a428f;
}
.optsSlideContainer.ui-slider-horizontal {
	height: 1px;
	background: #ffffff;
	border: none !important;
	margin: .5em;
}
.optsSlideContainer.ui-slider-horizontal .ui-slider-handle {
	top: -.571em;
}
.optsSlideContainer .ui-slider-handle.ui-state-default {
	background-color: #2a428f;
	border-radius: 50%;
	border-color: #2a428f;
}
.optsSlideContainer .ui-slider-handle.ui-state-hover,
.optsSlideContainer .ui-slider-handle.ui-state-focus,
.optsSlideContainer .ui-slider-handle.ui-state-active {
	background-color: #e7d0b3;
	border-color: #e7d0b3;
}

.optsSlideContainerWrap,
.optsSlideContainer {
	border: none;
}
.optsSlideContainerWrapMin {
	position: relative;
}
.optsSlideContainerWrapMin:before,
.optsSlideContainerWrapMin:after {
	content: '';
	display: block;
	width: 50%;
	top: 0;
	height: 100%;
	position: absolute;

}
.optsSlideContainerWrapMin:before {
	left: 0;
	background: #2a428f;
}
.optsSlideContainerWrapMin:after {
	right: 0;
	background: #ffffff;
}

.optsContainer .optsBlock {
	list-style: none;
	margin: 0;
	padding: 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;
	-webkit-transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, margin .3s, box-shadow .3s;
	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);
	-webkit-transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s, margin .3s, box-shadow .3s;
	transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s, margin .3s, box-shadow .3s;
	-webkit-animation: 0s linear 0.3s 1 normal both running delayOverflow;
	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;
}

.optsContainer .formFieldPost {
	position:absolute;
	right:0;
	bottom:0;
	padding:10px 0;
}

/* 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;
}

@media (min-width: 640px) {
	.optsContainerWrap_50 {
		margin-left: -16px;
		margin-right: -16px;
	}
	.optsContainerWrap_50 > .optsContainer {
		margin-top: 0;
		width: 50%;
		padding: 0 16px;
		float: left;
	}

	/* Schaltflächen */
	.btnContainer button[type="submit"] {
		display: block;
		width: 50%;
		width: calc(50% - 16px);
		float: right;
	}
}

@media (min-width: 960px) {
	.article {
		margin: 0 calc((100% * 12 / 11) / 12);
	}
}


/* Content: LISTS */
.article + .list {
	margin-top: 16px;
}
@media (min-width: 640px) {
	.article + .list {
		margin-top: 2.083vw;
	}
}
@media (min-width: 960px) {
	.list {
		margin: 0 12.5vw;
	}
}
.list .listItem {
	position:relative;
}
.list .listItem.hasMore {
	padding-right:3.333em;
}
.list .listItem + .listItem {
	margin-top: 2em;
}
.list .articleWrap > :first-child {
	margin-top: 0;
}
.list .articleImgNone + .articleWrap > :first-child {
	margin-top: .5em;
}
.list .articleWrap .headline {
	margin: 0 0.333em 0 0;
}
.list .articleWrap .dateText {
	font-size: 1em;
	line-height: 1.25;
	color:#95a1c7;
	margin:0;
}
.list .articleWrap .dateText:before {
	content:'';
	display:inline-block;
	background-color:#f7a800;
	width:30px;
	height:2px;
	margin: 0.333em 0.667em 0.333em 0;
}
.list .inlineItem .headline {
	display: inline;
}
.list .inlineItem .dateText {
	display: inline-block;
}

.list .listItem .more {
	position:absolute;
	display:block;
	right:0;
	top:50%;
	margin-top: -1.667em;
	font-size:0.800em;
	width:3.333em;
	height:3.333em;
	overflow:hidden;
	background:#000;
	background:rgba(0,0,0,0.15);
	border:2px solid #fff;
	border-radius:999px;
	line-height:3.333em;
	color:#f7a800;
	text-align:center;
	text-decoration: none;
}
.list .listItem .more span:not([class^="icon"]) {
	display:none;
}
.listItem:hover .more {
	animation-duration: 0.6s;
	animation-name: moreBounce;
}
.list .listItem .img {
	position: relative;
}
.list .listItem .imgRounded {
	border-radius: 50%;
	background: #f7a800;
}

.list .listItem .imgRounded img {
	filter: grayscale(1);
	mix-blend-mode: multiply;
	transition: filter .3s, mix-blend-mode .3s;
}
.list .listItem:hover .imgRounded img {
	filter: grayscale(0);
	mix-blend-mode: normal;
}
.list .listItem .img .caption {
	position: absolute;
	background: #000;
	background: rgba(0,0,0,0.5);
	color: #fff;
	display: block;
	padding: .5em 1em;
	margin: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.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 only screen and (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 only screen and (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 only screen and (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 only screen and (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%;
	}
}

/* Content: GRIDS */
.article + .clear + .gridWrap,
.article + .clear + .gridFilter {
	margin-top: 32px;
}
.gridWrap {
	margin: 0 -16px;
}
.gridWrap:last-child {
	margin-bottom: -16px;
}
.gridWrap .gridSizer {
	width: 8.33%;
}
.gridWrap .articleGrid {
	padding: 16px;
	float: left;
	position: relative;
}
.gridWrap .leftContainer,
.gridWrap .rightContainer {
	width: 100%;
}
.gridWrap .rightContainer {
	float: right;
}

.articleGrid {
	position: relative;
	z-index: 1;
	width: 100%;
}
.articleGrid .wrap {
	position: relative;
	overflow: hidden;
	display: block;
}

.articleGridWrap .articleGrid > :first-child,
.articleGrid .info > :first-child {
	margin-top: 0;
}
.articleGridWrap .articleGrid > :last-child,
.articleGrid .info > :last-child {
	margin-bottom: 0;
}
.articleGrid .headline {
	margin: 0;
}
.articleGrid .imgWidth-100 + .more + .headline,
.articleGrid .imgWidth-100 + .marker + .headline,
.articleGrid .imgWidth-100 + .more + .marker + .headline,
.articleGrid .imgWidth-100 + .marker + .more + .headline,
.articleGrid .imgWidth-100 + .headline {
	margin-top:15px;
}
.articleGrid .headline a {
	text-decoration: none;
	display: block;
}
.articleGrid .headline + .textWrap {
	margin-top:-1em;
}

.articleGrid .more {
	position:relative;
	display:block;
	float: right;
	margin-top: -20px;
	margin-right:20px;
	font-size:0.8em;
	width:3.333em;
	height:3.333em;
	overflow:hidden;
	background:#000;
	background:rgba(0,0,0,0.15);
	border:2px solid #fff;
	border-radius:999px;
	color:#f7a800;
	text-align:center;
	line-height:3.333em;
	text-decoration:none;
	z-index: 1;
}
.articleGrid .articleImgNone ~ .marker {
	position: absolute;
	right: 0;
	bottom: calc(100% - 141px);
	transform: rotate(45deg);
	transform-origin: 100% 100%;
	margin-top: 100px;
	width: 200px;
}
.articleGrid .articleImgNone ~ .marker .smallHighlighText {
	display: block;
	text-align: center;
	padding: 0 35px;
}

@keyframes moreBounce {
	0% {
		transform:scale(1.0);
	}
	40% {
		transform:scale(1.2);
	}
	100% {
		transform:scale(1.0);
	}
}

.articleGrid:hover .more {
	animation-duration: 0.6s;
	animation-name: moreBounce;
}
.articleGrid .more span:not([class^="icon"]) {
	display:none;
}

.articleGrid .imgWrap {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	position: relative;
}
.articleGrid .imgWrap .imgHolder {
	display: block;
	position: relative;
	width: 100%;

}
.articleGrid .multiply .imgWrap {
	background: #f7a800;
}
.articleGrid .multiply .imgHolder  {
	transition: filter .3s, mix-blend-mode .3s;
	filter: grayscale(1);
	mix-blend-mode: multiply;
}

.articleGrid .imgWrap .caption {
	position: absolute;
	background: #000;
	background:rgba(0,0,0,0.5);
	color:#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:hover .multiply .imgHolder {
	filter: grayscale(0);
	mix-blend-mode: normal;
}
.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;
}
.gridWrap.textWrap {
	margin:1em 0;
}

@media (min-width: 480px) {
	.gridWrap .gridWidth_25 {
		width: 50%;
	}
}


@media (min-width: 560px) {
	.gridWrap.textWrap {
		margin:1em -4.167vw;
	}
	.gridWrap .gridWidth_50,
	.gridWrap .leftContainer,
	.gridWrap .rightContainer {
		width: 50%;
		float:left;
	}
	.gridWrap .gridWidth_50:nth-child(2n+1) {
		clear:left;
	}
	.gridWrap.textWrap .gridWidth_50 {
		padding:0 4.167vw;
	}
	.gridWrap.textWrap .gridWidth_50:nth-child(2n+1) {
		text-align:right;
	}
	.gridWrap.textWrap .gridWidth_50:nth-child(2n) {
		border-left:1px solid rgba(255,255,255,0.2);
		text-align:left;
	}
	.gridWrap.textWrap .gridWidth_50 > :first-child {
		margin-top:0;
	}
	.gridWrap.textWrap .gridWidth_50 > :last-child {
		margin-bottom:0;
	}
}

@media (min-width: 640px) {
	.gridWrap .gridWidth_33 {
		width: 50%;
	}
	.gridWrap .gridWidth_33:nth-child(2n+1) {
		clear:left;
	}

	.article + .clear + .gridWrap,
	.article + .clear + .gridFilter {
		margin-top: 2.083vw;
	}
	.gridFilter {
		margin-left: 4.167vw;
		margin-right: 4.167vw;
	}
	.gridWrap {
		margin: 0 2.083vw;
	}
	.gridWrap:last-child {
		margin-bottom: -2.083vw;
	}
	.gridWrap .articleGrid {
		padding: 2.083vw;
	}
}

@media (min-width: 960px) {
	.gridWrap .gridWidth_33 {
		width: 33.33%;
	}
	.gridWrap .gridWidth_25 {
		width: 25%;
	}
	.gridWrap .gridWidth_33:nth-child(2n+1) {
		clear:none;
	}
	.gridWrap .gridWidth_25:nth-child(4n+1),
	.gridWrap .gridWidth_33:nth-child(3n+1) {
		clear:left;
	}
}

/* Site: PAGE JUMPS */
.jumper {
	margin: 1em -1em;
	position: relative;
	height: 40px;
}
.jumper .resultStats,
.pagerJumper .divider {
	display: none;
}
.jumper .pagerJumper {
	display:block;
	margin:0 auto;
	text-align:center;
}
.pagerJumper a {
	padding: 10px 0;
	margin:0 1em;
	display:inline-block;
	width:40px;
	height:40px;
	background: #000;
	background:rgba(0,0,0,0.15);
	color: #f7a800;
	font-weight: normal;
	line-height: 18px;
	text-align:center;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius:999px;
	border:2px solid #fff;
}
.pagerJumper a:hover {
	background: #fff;
	color: #f7a800;
}
.pagerJumper a:hover .iconForward {
	background-position: -570px -50px;
}
.pagerJumper a:hover .iconBackward {
	background-position: -530px -50px;
}
.pagerJumper a.aktiv {
	color: #f7a800;
	background:#fff;
}
.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;
}

/* ==========================================================================
   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;
	}
}
