/*
 * 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
   ========================================================================== */


/*
	Overlay
	*/

.vcModal {
	transition: height 0s .3s, opacity .3s;
	pointer-events: none;
	position: fixed;
	opacity: 0;
	left: 0;
	top: 0;
	overflow: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	padding: 30px 30px 20px;
	border: none;
	width: 100%;
	height: 0;
	margin: 0;
	max-width: none;
	max-height: none;
	background: none;
}
.vcModal::backdrop {
	background: rgba(255,255,255,.75);
}
.vcModal.open,
.vcModal[open] {
	height: 100vh;
	opacity: 1;
	transition: height 0s, opacity .3s;
	pointer-events: auto;
}
.vcModalMsg {
	position: relative;
	z-index: 1;
	margin: auto;
	background: #fff;
	max-width: 40em;
	width: 100%;
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	padding: 20px;
	border-radius: 0;
}
.vcModal .vcModalClose {
	position: absolute;
	display: block;
	right: -1em;
	top: -1em;
	cursor: pointer;
	padding: .5em;
	line-height: 1;
	text-align: center;
	background: #757575;
	border: none;
	color: #fff;
	font-size: 1em;
	height: 2em;
	width: 2em;
	border-radius: 1em;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 1;
}
.vcModal .vcModalClose:hover {
	background: #14387f;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.vcModalBannerBottom {
	padding: 30px 0 0;
	align-items: flex-end;
	background: rgba(255,255,255,.75);
}
.vcModalBannerBottom .vcModalMsg {
	margin-bottom: 0;
	max-width: none;
	padding: 0;
	border-radius: 0;
}
.vcModalBannerBottom .vcModalClose {
	right: 15px;
	top: 15px;
}
.vcModalBannerBottom .vcModalMsg .article {
	padding: 20px;
	margin: 0 auto;
}
@media (min-width: 960px) {
	.vcModalMsg {
		padding: 40px;
	}
	.vcModalBannerBottom .vcModalMsg .article {
		width: 83.33%;
	}
	.vcModalBannerBottom .vcModalMsg .article > :first-child {
		padding-right: 0;
	}
}


/*
	CSS Icons
	*/
.vcCssIcon {
	position: relative;
	display: inline-block;
}
.vcCssIconCheck {
	height: 1em;
	width: .667em;
	border-right: .1875em solid #000;
	border-bottom: .1875em solid #000;
	transform: rotate(45deg);
	margin: 0 .2em;
}
.vcCssIconArrowDown {
	width: 1em;
	height: 1em;
	margin: 0 .2em;
}
.vcCssIconArrowDown:after {
	content: '';
	display: block;
	font-size: .667em;
	width: 1em;
	height: 1em;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -.375em;
	margin-left: -.5em;
	transform: rotate(-45deg);
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
}
.vcCssIconClose {
	height: 100%;
	width: 100%;
	display: block;
}
.vcCssIconClose:before,
.vcCssIconClose:after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	background: #fff;
	display: block;
	width: 100%;
	height: .1875em;
	margin-top: -.09375em;
	margin-left: -50%;
}
.vcCssIconClose:before {
	transform: rotate(45deg);
}
.vcCssIconClose:after {
	transform: rotate(-45deg);
}


/*
	Privacy & Cookies
	*/

.vcPrivacyOptsLine label {
	display: block;
	font-weight: bold;
	min-height: 2em;
	padding-right: 4em;
	position: relative;
	cursor: pointer;
	float: none;
}
.vcPrivacyOptsLine label .hint {
	font-weight: normal;
	margin: 0;
	line-height: normal;
	color: #666;
	font-size: 14px;
}

.vcPrivacyOptsLine input:disabled + label {
	pointer-events: none;
}


.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;
}

.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;
}


.vcPrivacySlideDownTarget {
	display: grid;
	grid-template-rows: 1fr;
	overflow: hidden;
	padding-top: .625em;
	transition: all .3s;
}
.vcPrivacySlideDownTarget > * {
	min-height: 0;
	transition: visibility .3s;
	visibility: visible;
}
.vcPrivacySlideDownTarget[aria-hidden="true"] {
	grid-template-rows: 0fr;
	padding-top: 0;
}
.vcPrivacySlideDownTarget[aria-hidden="true"] > * {
	visibility: hidden;
}

.vcPrivacySlideDownTrigger {
	background: none;
	padding: .5em 0 0;
	border: none;
}
.vcPrivacySlideDownTrigger[aria-expanded="true"] .on {
	display: inline;
}
.vcPrivacySlideDownTrigger .on,
.vcPrivacySlideDownTrigger[aria-expanded="true"] .off {
	display: none;
}
.vcPrivacySlideDownTrigger[aria-expanded="true"] .vcCssIcon {
	transform: rotate(180deg);
}
.vcPrivacySlideDownTrigger[aria-expanded="true"] .vcCssIconArrowDown:after {
	margin-top: -1em;
}

@media (min-width: 640px) {
	.vcPrivacyDefList dt {
		clear: left;
		float: left;
		padding: .25em 0;
		width: 25%;
	}
	.vcPrivacyDefList dd {
		padding: .25em 0 .25em 20px;
		margin: 0;
		width: 75%;
		float: left;
	}
	.vcPrivacyDefList dt:first-child,
	.vcPrivacyDefList dt:first-child + dd {
		padding-top: 0;
	}
	.vcPrivacyDefList dt:nth-last-child(2),
	.vcPrivacyDefList dt:nth-last-child(2) + dd {
		padding-bottom: 0;
	}

	#vcPrivacySetupSubmit {
		margin-left: auto;
		margin-right: auto;
		width: 50%;
	}
}

html,
body {
	height: 100%;
	min-width: 320px;
}
body.navMainOpen,
body.overlayOpen,
html.swipebox-html body {
	overflow: hidden;
}

#wrapper {
	background: linear-gradient(0deg,rgba(162, 207, 236, 1) 0, rgba(162, 207, 236, 0) 100vh);
}
#wrapper .section {
	padding-top: 32px;
	padding-bottom: 32px;
	min-height: 50vh;
	position: relative;
	z-index: 0;
}
#wrapper .section,
.baseSpacer {
	padding-left: 20px;
	padding-right: 20px;
}
#wrapper .section:first-child {
	padding-top: 160px;
}
#wrapper .section.backgroundStandard {
	z-index: 1;
}
#wrapper .section.backgroundStandard:before {
	position:absolute;
	content:'';
	display:block;
	left:0;
	right:0;
	top:0;
	bottom:100px;
	background-color: #f3f4f5;
}
.tax_article_full_width {
	margin-left: -20px;
	margin-right: -20px;
	overflow: hidden;
}
.tax_box-style .imgWrap {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.tax_box-style .boxArticleLink {
	position: relative;
	display: block;
}
.tax_box-style .readArticleContents {
	position: absolute;
	left: 0;
	bottom: 0;
	height: auto;
	width: 100%;
	padding: 20px 20px 10%;
}
.tax_box-style .readArticleContents > * {
	color: #fff;
}
.tax_box-style .h1:after,
.tax_box-style h1:after,
.tax_box-style .h2:after,
.tax_box-style h2:after {
	content: "\E813";
	font-family: "fontello";
	color: inherit;
	margin-left: .25em;
}

#header {
	position: fixed;
	width: 100%;
	z-index: 100;
	padding-top: 0;
	transition: all .3s;
	background-color: #FFF;
	transform: translateY(-100%);
}
#header.fixedShow,
#header.isAtTop,
#header.isOverBreakpoint {
	transform: translateY(0);
	box-shadow: 0 0 20px rgba(0,0,0,.2);
}
#header.isOverBreakpoint {
	box-shadow: none;
}

#blue-gradient {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	line-height: 30px;
	font-style: italic;
	background: rgb(119,165,202);
	background: linear-gradient(81deg, rgba(119,165,202,1) 0%, rgba(0,63,125,1) 100%);
}

#logos {
	margin-left: -20px;
	margin-right: -20px;
	display: flex;
	justify-content: center;
}
#logos a {
	display: block;
	padding: 20px 20px 0;
}
#logos img {
	display: block;
	width: auto;
	height: 40px;
}

#navMain ul {
	display: flex;
	margin-left: -20px;
	margin-right: -20px;
	flex-wrap: wrap;
	justify-content: center;
}
#navMain a {
	display: block;
	color: #1d1d1b;
	font-weight: 500;
	text-decoration: none;
	padding: 20px 20px 19px;
}

#footer {
	background: #757575;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer * {
	color: #fff;
	text-decoration: none;
}
#footer .gridWrap {
	margin:0;
}
#footer .gridWidth_50 {
	width:100%;
}
#navStd ul {
	text-align: center;
}
#navStd li {
	display: block;
}
#navStd li.std_20 a span {
	display:none;
}
#navStd li.std_20 a:before {
	content:'\f230';
	display:inline-block;
	font-family:'fontello';
	font-size:30px;
	vertical-align:middle;
	color:#FFF;
}

#navStd a,
#navStd .a {
	background: none;
	padding: 0;
	border: none;
	text-decoration: none;
}
#navStd a:hover,
#navStd .a:hover {
	text-decoration: underline;
}
#navStd a.active,
#navStd .a.active {
	font-weight: bold;
}
#footerText {
	padding-bottom: 40px;
}
#footerText > :first-child {
	margin-top: 0;
}
#footerText > :last-child {
	margin-bottom: 0;
}


@media (min-width: 720px) {
	#wrapper .section {
		padding-top: 64px;
	}
	#wrapper .section:first-child {
		padding-top: 120px;
	}

	#wrapper .section,
	.baseSpacer {
		padding-left: 5%;
		padding-left: calc(4.167% + 20px);
		padding-right: 5%;
		padding-right: calc(4.167% + 20px);
	}
	.tax_article_full_width {
		margin-left: calc((100% + 40px) * 1.0909 / -24 - 20px);
		margin-right: calc((100% + 40px) * 1.0909 / -24 - 20px);
		width: calc((100% + 40px) * 1.0909);
	}

	#navWrap {
		display: flex;
	}
	#logos {
		order: 1;
		justify-content: end;
	}
	#navMain {
		flex-grow: 1;
	}
	#navMain ul {
		padding-top: 8px;
		padding-bottom: 8px;
		justify-content: start;
	}
	#navMain a {
		padding: 20px;
	}
	#footer {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#footer .gridWidth_50 {
		width: 50%;
		float: left;
	}
}
@media (min-width: 960px) {
	#wrapper .section {
		padding-top: 64px;
	}
	#wrapper .section.backgroundStandard {
		padding-top: 96px;
	}
	#wrapper .section.backgroundStandard::before {
		bottom:150px;
	}
	#wrapper .section.backgroundStandard + .section:not(.backgroundStandard) {
		padding-top: 64px;
	}
	#wrapper .section,
	.baseSpacer {
		padding-left: 10%;
		padding-left: calc(8.333% + 20px);
		padding-right: 10%;
		padding-right: calc(8.333% + 20px);
	}
	.tax_article_full_width {
		margin-left: calc((100% + 40px) * 1.2 / -12 - 20px);
		margin-right: calc((100% + 40px) * 1.2 / -12 - 20px);
		width: calc((100% + 40px) * 1.2);
	}

	#logos a {
		padding: 15px 20px;
	}
	#logos img {
		height: 50px;
	}
	#footerText,
	#navStd {
		width: 50%;
		float: left;
	}
	#footerText {
		padding-right: 20px;
		text-align: left;
		padding-bottom: 0;
	}
	#navStd {
		padding-left: 20px;
	}
	#navStd ul {
		text-align: right;
	}
	#wrapper .section:first-child {
		padding-top: 0;
	}
}

/* TEASER */
#wrapper .section.startseite {
	padding-left: 0;
	padding-right: 0;
}
#teaser {
	position:relative;
	margin-top: 0;
	width: 100%;
}
.slider {
	position:relative;
}
.slider .headline {
	position:absolute;
	bottom:60px;
	right:0;
	left:0;
	padding:10px 40px;
	background:#787878;
	color:#fff;
	text-align:right;
	font-size:2.2em;
	text-transform:uppercase;
}
.slider .headline > * {
	margin:0;
}
.slider .sliderWrapper,
#teaser .sliderWrapper {
	overflow:hidden;
	position:relative;
}
.slider ul,
#teaser ul {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	min-height: 200px;
	max-height: 60vh;
	height: 40vw;
}
.modul_start #teaser ul {
	max-height: calc(100vh - 160px);
	height: 100vw;
}
.slider ul li,
#teaser ul li {
	margin:0;
	padding:0;
	position:relative;
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-position:center center;
	background-size:cover;
}
.sliderWrapper ul li .info {
	opacity:0;
	position:absolute;
	max-width:66%;
}

.slider_pager {
	position: absolute;
	bottom: 10px;
	right: 5%;
}

.slider_pager .slider_pager_item {
	text-indent: -9999px;
	background-color: #FFF;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	display: inline-block;
}
.slider_pager .slider_pager_item.active {
	background-color: #003f7d;
}

.slider_navigation {
	position: absolute;
	top: 50%;
	width: 100%;
}
.slider_navigation > span {
	position: absolute;
	display: inline-block;
	vertical-align: bottom;
	cursor: pointer;
	font-size: 30px;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.2);
	margin-left: 30px;
	width: 40px;
	height: 40px;
	opacity: 0.7;
	transition: all 0.5s ease 0s;
	margin-top: -20px;
}
.slider_navigation > span:hover {
	opacity: 1;
}
.slider_navigation > span:before {
	content: "\f137";
	position: absolute;
	font-family: "fontello";
	color: #FFF;
	top: 0;
	right: 0;
	font-weight: 700;
	font-size: 40px;
}
.slider_navigation > span.next {
	right: 0;
	margin-right: 30px;
}
.slider_navigation > span.next:before {
	content: "\f138";
}
@media (min-width: 720px) {
	.modul_start #teaser ul {
		min-height: 300px;
		max-height: calc(100vh - 120px);
		height: 75vw;
	}
}
@media (min-width: 720px) {
	.modul_start #teaser ul {
		height: 62.5vw;
	}
}

/* ==========================================================================
   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 #34516b;background:#34516b;}#swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#swipebox-top-bar{top:-50px;border-bottom:4px solid #34516b;background:#34516b;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: #fff no-repeat 50% 50%;
	background-color: rgba(255,255,255,.5);
	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;
	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;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}
#vcModalOverlay.show {
	bottom: 0;
	opacity: 1;
	transition: opacity .2s, bottom 0s;
}
#vcModal.show {
	top: 0;
	bottom: 0;
	opacity: 1;
	overflow: auto;
	visibility: visible;
	pointer-events: auto;
	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: #f5f5f5;
	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: 20px;
	text-align: left;
	min-height: 50px;
	position: relative;
}
#vcModal .modalMsg #content {
	margin-left: 0;
	margin-right: 0;
}

#vcModal .modalMsg .cancelBtn {
	background: #34516b;
	border: none;
	padding: 23px 13px;
	position: absolute;
	top: 0;
	right: -50px;
	z-index: 10;
}
#vcModal .modalMsg .cancelBtn:not(:focus-visible) {
	box-shadow: none;
}
#vcModal .modalMsg .cancelBtn:hover {
	background: #7d7b7c;
}
#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;
	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 {
	transform: rotate(45deg);
}
#vcModal .modalMsg .cancelBtn .line:before {
	transform: rotate(-90deg);
	margin-top: 10px;
}
@media (min-width: 480px) {
	#vcModal .modalMsg {
		margin: 20px 70px 40px 20px;
	}
}
@media (min-width: 720px) and (min-height: 550px) {
	#vcModal .modalMsg {
		margin: 40px 90px 40px 40px;
	}
}
@media (min-width: 960px) {
	#vcModal .modalMsg {
		margin: 5% auto;
		width: 70%;
	}
	#vcModal.small .modalMsg {
		width: 45%;
	}
}
@media (min-width: 1280px) {
	#vcModal .modalMsg {
		width: 60%;
	}
	#vcModal.small .modalMsg {
		width: 33.33%;
	}
}
@media (min-width: 1440px) {
	#vcModal .modalMsg {
		width: 50%;
	}
	#vcModal.small .modalMsg {
		width: 25%;
	}
}

.vc_carousel_container {
	position: relative;
}

.vc_carousel_control_wrap {
	position: absolute;
	left:0;
	right: 0;
	text-align:center;
	top: 0;
	z-index: 2;
}
.vc_carousel_control_wrap:before {
	display:block;
	position:absolute;
	content:'';
	left:0;
	right:0;
	bottom:0;
	top:-20px;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 21%,rgba(0,0,0,0.4) 100%);
}
.vc_carousel_control {
	position:relative;
	display:inline-block;
}
.vc_carousel_pages {
	position:relative;
	display:inline-block;
	padding:0 24px;
	margin: 0;
	min-height:30px;
}
.vc_carousel_page {
	position: relative;
	height: 30px;
	width: 24px;
	background: none;
	border: none;
	z-index: 2;
	vertical-align:bottom;
}
.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: none;
	opacity:0.5;
}
.vc_carousel_page:hover:after,
.vc_carousel_page.aktiv:after {
	background: #fff;
	opacity:1;
}
.vc_carousel_page span {
	display: none;
}
.vc_carousel_prev,.vc_carousel_next {
	position:absolute;
	background:none;
	color: #d02486;
	opacity:0.5;
	height:30px;
	line-height:30px;
	top:0;
}
.vc_carousel_prev:hover,
.vc_carousel_next:hover {
	opacity:1;
}
.vc_carousel_prev {
	left:0;
}
.vc_carousel_next {
	right:0;
}

/* ==========================================================================
   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 {
	position:relative;
	margin: 8px -8px 2em -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;
}
.gallery_count {
	position:absolute;
	font-weight:700;
	right:8px;
	bottom:-1.25em;
}

.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 {
	width: 33.33%;
}
.imgWidth-17,
.imgWidth-15 {
	width: 25%;
}
.imgWidth-13,
.imgWidth-10,
.imgWidth-5 {
	width: 15%;
}

.imgNone .imgWrap {
	float: left;
	padding: 1em;
	margin: 0;
	width: 100%
}

.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 (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;
	background: #FFF;
	width: 100%;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.stdTable:hover {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.stdTable + .stdTable {
	margin-top: 1em;
}
.stdTable tr th,
.stdTable tr td {
	padding: 6px 5px;
	-webkit-transition: background .2s;
	transition: background .2s;
}
.stdTable tr:first-child th,
.stdTable tr:first-child td {
	border-top: none;
}
.stdTable tr th,
.stdTable thead tr td {
	font-style: normal;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	color: #FFF;
	line-height: 1.714;
	border-bottom: 3px solid #999;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #FF6618 !important;
}
.stdTable tbody tr:nth-child(2n+1) td,
.stdTable > tr:nth-child(2n+1) td {
	background-color: #FFFFFF;
}
.stdTable tbody tr:nth-child(2n) td,
.stdTable > tr:nth-child(2n) td {
	background-color: #EEE;
}
.stdTable tr:hover td {
	background-color: rgba(0,0,0,.1);
}

/* 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 */
/* FORMS */
.form .duty {
	font-weight: bold;
	color: #34516b;
}
.form .hint .duty {
	padding: 2px;
}

.fehler_text {
	color: #E53935;
}

.form fieldset legend {
	font-weight: 400;
	color: #000;
	font-family: 'PT Serif', 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: 20px;
}

fieldset + .btnContainer {
	margin-top: 40px;
}

.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:700;
	color:#808080;
}
.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 #003f7d;
	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: #69af22 !important;
	border-bottom-color: #69af22 !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: #69af22;
}

.optsContainer input:focus,
.optsContainer textarea:focus,
.optsContainer select:focus,
.optsContainer .selectWrap.focus .selectOver {
	padding-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-color: #34516b;
}

.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: #34516b;
}
.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.optsSwitchContainer {
	justify-content: flex-end;
}
.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 #d6d6d6;
	position: relative;
}
.optsContainer .optsInline.optsLineDisabled label {
	border-bottom-color: #d6d6d6 !important;
}
.optsContainer .optsInline.optsLineDisabled input[type="radio"] + label:before,
.optsContainer .optsInline.optsLineDisabled input[type="checkbox"] + label:before {
	border-color: #d6d6d6 !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: #34516b;
	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 #d6d6d6;
	left: 0;
	top: 12px;
}
.optsContainer .optsInline input[type="radio"] + label:after,
.optsContainer .optsInline input[type="checkbox"] + label:after {
	width: 0px;
	height: 0px;
	background-color: #34516b;
	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: -3px;
	content: '';
	display: block;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: .429em .357em 0 .357em;
	border-color: #d6d6d6 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: #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: #34516b;
}
.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;
}
.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: #34516b;
}
.optsSlideContainer.ui-slider-horizontal {
	height: 1px;
	background: #d6d6d6;
	border: none !important;
	margin: .5em;
}
.optsSlideContainer.ui-slider-horizontal .ui-slider-handle {
	top: -.571em;
}
.optsSlideContainer .ui-slider-handle.ui-state-default {
	background-color: #34516b;
	border-radius: 50%;
	border-color: #34516b;
}
.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: #34516b;
}
.optsSlideContainerWrapMin:after {
	right: 0;
	background: #d6d6d6;
}

.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;
}

/* Swtiches */
input.optsSwitch {
	float: right;
	flex-shrink: 0;
	width: 2em;
	height: 1em;
	vertical-align: top;
	appearance: none;

	background: #C00 no-repeat left center;
	background-image:  url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
	background-size: contain;

	border: none;
	border-radius: 2em;

	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	print-color-adjust: exact;

	box-shadow: 0 1px 3px rgba(0,0,0,.5) inset;
	font-size: 1.5em;

	transition: background .3s;

	display: block !important;
}
input.optsSwitch:focus-visible {
	outline: 0;
	box-shadow: 0 0 .05rem .25rem rgba(13,110,253,.25);
}
input:checked.optsSwitch {
	background-color: #00b300;
	background-position: right center;
}
input:disabled.optsSwitch  {
	background-color: #ddd;
}

/* 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: -20px;
		margin-right: -20px;
	}
	.optsContainerWrap_50 > .optsContainer {
		margin-top: 0;
		width: 50%;
		padding: 0 20px;
		float: left;
	}

	/* Schaltflächen */
	.btnContainer button[type="submit"] {
		display: block;
		width: auto;
		min-width:33.33%;
		float: right;
	}
}

/* Content: LISTS */
.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;
}
.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 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 */
.gridWrap {
	margin: -20px;
}
.gridWrap .gridSizer {
	width: 8.33%;
}
.gridWrap .articleGrid {
	padding: 20px;
	float: left;
	position: relative;
}
.gridWrap .leftContainer,
.gridWrap .rightContainer {
	width: 100%;
}
.gridWrap .rightContainer {
	float: right;
}

.articleGrid {
	position: relative;
	z-index: 1;
	width: 100%;
}

.gridWrap .articleGrid .imgWrap .caption {
  color: #FFF;
  background-color: #003f7d;
  border-left: 10px solid #69af22;
  position: absolute;
  top: 20px;
  left: -10px;
  bottom: auto;
  text-transform: uppercase;
}
.gridWrap .articleGrid .more {
  display: inline-block;
  text-decoration: none;
  text-align: right;
  width: 100%;
  padding: 5px 30px 5px 15px;
  text-indent: -9999px;
  color: #FFF;
  position: relative;
}
.gridWrap .articleGrid .more:before {
  content: "\e817";
  position: absolute;
  font-family: "fontello";
  color: #003f7d;
  top: 0;
  right: 10px;
  font-weight: 700;
}

.articleGridWrap .articleGrid > :first-child,
.articleGrid .info > :first-child {
	margin-top: 0;
}
.articleGridWrap .articleGrid > :last-child,
.articleGrid .info > :last-child {
	margin-bottom: 0;
}
.articleGrid .articleImgNone ~ * {
	text-align: center;
}
.articleGrid .articleImgNone ~ .headline {
	margin-top: 20px;
}
.articleGrid .headline {
	margin: 0;
}
.articleGrid .headline a {
	text-decoration: none;
	display: block;
}
.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: clip;
}
.articleGrid .articleImgNone {
	margin: 0 auto;
}
.articleGrid .articleImgNone:not(.imgWidth-100) .imgWrap {
	border-radius: 50%;
	overflow: hidden;
}
.articleGrid .articleImgNone:not(.imgWidth-100) ~ * {
	margin-left: auto;
	margin-right: auto;
}
.articleGrid .imgWidth-100 {
	width: 100%;
}
.articleGrid .imgWidth-75,
.articleGrid .imgWidth-75 ~ * {
	width: 75%;
}

.articleGrid .imgWidth-67,
.articleGrid .imgWidth-67 ~ * {
	width: 66.7%;
}
.articleGrid .imgWidth-50,
.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;
}

@media only screen and (min-width: 480px) {
	.gridWrap .gridWidth_25 {
		width: 50%;
	}
}

@media only screen and (min-width: 560px) {
	.gridWrap .gridWidth_50,
	.gridWrap .leftContainer,
	.gridWrap .rightContainer {
		width: 50%;
	}
}

@media only screen and (min-width: 640px) {
	.gridWrap .gridWidth_33 {
		width: 50%;
	}
}

@media only screen and (min-width: 960px) {
	.gridWrap .gridWidth_33 {
		width: 33.33%;
	}
	.gridWrap .gridWidth_25 {
		width: 25%;
	}
}

/* Site: PAGE JUMPS */
.jumper {
	margin: 1em -1em;
	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 1em;
	display:block;
	float:left;
	width:40px;
	height:40px;
	background: #999;
	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:#FF6618;
}
.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;
}

/* Modul: SEASONS */
#belegungsplan {
	background-color: #f2f2f2;
	padding: 10px;
	box-shadow: 10px 10px 20px rgba(0,0,0, 0.2);
	position: relative;
}
#belegungsplan > div { background-color: #FFF; padding: 10px; }
#belegungsplan .vc_carousel_control_wrap:before { display: none; }
#belegungsplan h1 { margin-top: 1em; }

.modul_seasons_calwrap:nth-child(2n) {
  margin-top: 40px;
}
.modul_seasons_calwrap .vc_carousel_container {
	position: relative !important;
    width: 100% !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
	height: auto;
	overflow: hidden;
}

.calender-control {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.cal-button-prev, .cal-button-next {
	color: #d02486;
	display: inline-block;
}
.cal-button-prev:hover, .cal-button-next:hover {
	cursor: pointer;
}


.calMonthsWrap {
	margin: 0;
}
.modul_seasons_calwrap .vc_carousel_control {
	width: 100%;
	top: 0;
	bottom: auto;
	margin: 0;
	min-height: 30px;
	padding: 0;
}
.modul_seasons_calwrap .vc_carousel_control .vc_carousel_next {
	bottom: 0;
	right: 0;
}

.modul_seasons_calwrap .vc_carousel_control .vc_carousel_prev {
	bottom: 0;
	left: inherit;
	right: 45px !important;
}
.modul_seasons_calwrap .vc_carousel_control:before {
	display: none;
}
.calMonth {
	margin: 0;
	width: 100%;
}
.calMonth .calHead {
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	background:none !important;
	text-align: left;
	padding-bottom: 15px;
	color: #34516b;
}
.calMonthInner {
	margin: 0;
	position: relative;
}
.calMonthInner .noDatesInfo {
	position: absolute;
	text-align: center;
	width: 100%;
	margin-top: -0.625em;
	top: 50%;
	left: 0;
	z-index: 1;
	font-weight: bold;
	color: #c5c5cc;
	line-height: 1.25;
	font-size: 2em;
	text-shadow: 0 1px 6px rgba(255,255,255,0.5), 0 1px 6px rgba(255,255,255,0.75);
}
.calMonth table {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	table-layout: fixed;
}
.calMonth td,
.calMonth th {
	text-align: center;
	line-height: 1;
	white-space: nowrap;
	border: 3px solid #fff;
	border-width: 3px 0 3px 3px;
}
.calMonth th:last-child {
	border-right-width: 0
}
.calMonth th {
	padding: 1em 0;
	border-width: 0 0 3px;
	background: #fff;
	font-size: 15px;
	text-transform: none;
	font-weight: bold;
	color: #34516b;
}
.calMonth td {
	border-top-width: 0;
	border-color: #fff;
	padding: 0;
}
.calMonth tr:last-child td {
	border-bottom-width: 0;
}
.calMonth td span {
	text-align: center;
	padding: 1em 0;
	color: #fff;
	background: #8daac4;
}

.calLegendHeadline {
	text-align: left;
}
.legendType {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.legendType.antemeridiem:after,
.legendType.postmeridiem:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	border-style: solid;
	height: 0;
	width: 0;
	z-index: -1;
	margin: -5em 0 0 -5em;
}
.legendType.antemeridiem:after {
	border-width: 10em 10em 0 0;
	border-color: #d02486 transparent transparent transparent;
}

@media only screen and (min-width: 1200px) {
	.calMonth .legendType.antemeridiem:before {
		content: '';
		position: absolute;
		background-color: #d02486;
		width: 30%;
		height: 100%;
		left: 0;
		top: 0;
	}
}
.legendType.postmeridiem:after {
	border-width: 0 0 10em 10em;
	border-color: transparent transparent #d02486 transparent;
}

.legendType.none:hover {
	background: #d02486;
	color: #fff;
}
.legendType.past {
	opacity: .35;
}
.legendType.noDatesPosible {
	color: #c5c5cc;
}
.legendType.today.none {
	font-weight:bold;
	color: #FFF;
	background: #34516b;
}

.calLegend {
	margin: 0 -2em -1em 0;
	padding: 0;
	list-style: none;
}
.calLegend li, .article .calLegend li {
	float: left;
	margin: 0 2em 1em 0;
	min-height: 2em;
	padding: 0 0 0 2.5em;
	position: relative;
	line-height: 2;
}
.calLegend li span, .article .calLegend li span {
	display: block;
	width: 2em;
	height: 2em;
	position: absolute;
	left: 0;
	top: 0;
	background: #8daac4;
}
.article .calLegend li span.allday, .calMonth td .allday {
	background: #c92281;
}

@media only screen and (min-width: 640px) {
	.calMonth .calHead {
		font-size: 24px;
	}
}

/* ==========================================================================
   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;
    }
}

/* Kurz- und Langtext zum Aufklappen */
.detail-text { display: none; }
.langtext-trigger { color: #d02486; margin: 30px 0; }
.langtext-trigger:hover { cursor: pointer; }
