/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
	margin: 0;
	background: #C00;
	color: #FFF;
	padding: .5em;
	text-align: center;
	display: block;
}
.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
   ========================================================================== */
/*
	BASE
	*/
html,
body {
	min-width: 320px;
	background: #fff;
}
body {
	overflow-x: hidden;
}
html.overlayOpen {
	overflow: hidden;
}
html.overlayOpen body,
html.swipebox-html body {
	height: 100%;
	overflow: hidden;
}
.baseSpacer,
#content_error {
	padding-left: 20px;
	padding-right: 20px;
}
.baseSpacerMargin {
	margin-left: 20px;
	margin-right: 20px;
}
.pushOut {
	margin-left: -20px;
	margin-right: -20px;
}
.vcContent > .pushOut {
	margin-left: 0;
	margin-right: 0;
}
#wrapper,
.vcWrapper {
	position: relative;
}
#wrapper {
	min-height: 100vh;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

#main,
.vcMain {
	display: block;
	overflow: hidden;
}
#main {
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-height: calc(100vh - 140px);
	display: flex;
}
.vcContent {
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-right: -20px;
}

.vcContent > .article,
.vcContent > .spaced {
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 640px) {
	#main {
		min-height: calc(100vh - 100px);
	}
}

@media (min-width: 960px) {
	#main {
		min-height: calc(100vh - 120px);
	}
	.vcContent > .article,
	.vcContent > .spaced {
		width: 66.667%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 1280px) {
	.baseSpacer,
	.baseSpacerLeft {
		padding-left: 5%;
		padding-left: calc(5% + 20px);
	}
	.baseSpacer,
	.baseSpacerRight {
		padding-right: 5%;
		padding-right: calc(5% + 20px);
	}
	.baseSpacerMargin,
	.baseSpacerLeftMargin {
		margin-left: 5%;
		margin-left: calc(5% + 20px);
	}
	.baseSpacerMargin,
	.baseSpacerRightMargin {
		margin-right: 5%;
		margin-right: calc(5% + 20px);
	}
	.pushOut {
		margin-left: -5.556%;
		margin-left: calc((100% + 40px) * -.05556 - 20px);
		margin-right: -5.556%;
		margin-right: calc((100% + 40px) * -.05556 - 20px);
	}
	.vcContent > .pushOut {
		margin-left: -5.556%;
		margin-right: -5.556%;
	}
}
@media (min-width: 1600px) {
	.baseSpacer,
	.baseSpacerLeft {
		padding-left: 10%;
		padding-left: calc(10% + 20px);
	}
	.baseSpacer,
	.baseSpacerRight {
		padding-right: 10%;
		padding-right: calc(10% + 20px);
	}
	.baseSpacerMargin,
	.baseSpacerLeftMargin {
		margin-left: 10%;
		margin-left: calc(10% + 20px);
	}
	.baseSpacerMargin,
	.baseSpacerRightMargin {
		margin-right: 10%;
		margin-right: calc(10% + 20px);
	}
	.pushOut {
		margin-left: -12.5%;
		margin-left: calc((100% + 40px) * -.125 - 20px);
		margin-right: -12.5%;
		margin-right: calc((100% + 40px) * -.125 - 20px);
	}
	.vcContent > .pushOut {
		margin-left: -12.5%;
		margin-right: -12.5%;
	}
}
@media (min-width: 1840px) {
	.baseSpacer,
	.baseSpacerLeft {
		padding-left: 15%;
		padding-left: calc(15% + 20px);
	}
	.baseSpacer,
	.baseSpacerRight {
		padding-right: 15%;
		padding-right: calc(15% + 20px);
	}
	.baseSpacerMargin,
	.baseSpacerLeftMargin {
		margin-left: 15%;
		margin-left: calc(15% + 20px);
	}
	.baseSpacerMargin,
	.baseSpacerRightMargin {
		margin-right: 15%;
		margin-right: calc(15% + 20px);
	}
	.pushOut {
		margin-left: -21.428%;
		margin-left: calc((100% + 40px) * -.21428 - 20px);
		margin-right: -21.428%;
		margin-right: calc((100% + 40px) * -.21428 - 20px);
	}
	.vcContent > .pushOut {
		margin-left: -21.428%;
		margin-right: -21.428%;
	}
}

/*
	HEADER
	*/
#header {
	padding-bottom: 10px;
}
#logo {
	margin: 20px auto;
	display: block;

}
#logo img {
	height: 60px;
	width: auto;
	display: block;
	margin: 0 auto;
	transition: height .2s;
	position: relative;
	z-index: 2;
}
.nav {
	display: flex;
	justify-content: center;
}
.nav li {
	float: left;
}
.nav .a {
	text-decoration: none;
	display: block;
	position: relative;
}
.nav .a:after {
	content: '';
	position: absolute;
	font-size: .33em;
	height: 1em;
	width: 1em;
	left: 50%;
	margin-left: -.5em;
	background: #000000;
	display: block;
	border-radius: .5em;
	opacity: 0;
	transition: all .3s;
}
.nav .a.active:after {
	opacity: 1;
}
.nav:hover .a:after {
	opacity: 0;
}
.nav .a:hover:after {
	opacity: 1;
}
#navMain,
#navStd {
	display: flex;
	justify-content: center;
}
#navMain .nav {
	margin-left: -20px;
	margin-right: -20px;
}
#navMain .a {
	padding: 0 20px 10px;
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
}
#navMain .a:after {
	bottom: 0;
}



@media (min-width: 640px) {
	#header {
		padding-bottom: 0;
	}
	#logo {
		float: left;
	}

	#navMain {
		margin-top: 40px;
		float: right;
	}
}
@media (min-width: 960px) {
	#logo img {
		height: 80px;
	}
	#navMain {
		margin-top: 50px;
	}
}

/*
	Footer
	*/
#footer {
	margin-top: 30px;
	margin-bottom: 20px;
}
#navStd .nav {
	margin-left: -10px;
	margin-right: -10px;
	flex-wrap: wrap;
}
#navStd .a {
	padding: 0 10px 10px;
	font-size: 12px;
	line-height: 20px;
}
#navStd .a:after {
	bottom: 8px;
}


/* ==========================================================================
   external Scripts/Functions
   ========================================================================== */

/*! Swipebox v1.4.4 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff;background:rgba(255,255,255,.9)}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform .4s ease;transition:transform .4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer;padding-top:50px;padding-bottom:50px;}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block;position:relative;overflow:hidden;}#swipebox-slider .slideInnerWrap{height:100%;width:100%;line-height:1px;text-align:center;}#swipebox-slider .slideInnerWrap:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-inline-container,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-slider .slide-loading{background:url(../img/Swipebox/loader.gif) center center no-repeat}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:.5s;transition:.5s;position:absolute;left:0;z-index:999;height:50px;width:100%;}#swipebox-bottom-bar{bottom:-50px;background:transparent; color: #000000;}#swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#swipebox-top-bar{background: transparent;top:-50px;color:#000!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;font-weight: 800;}#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}

/* jQuery Carousel version 0.1.7 by Michael Lehmann */
.swiper-container {
	position: relative;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	margin-top: -1em;
	line-height: 1;
	font-size: 1em;
	color: #000000;
	padding: .5em 0;
	text-align: center;
	width: 1em;
	z-index: 2;
	transition: all .3s;
	cursor: pointer;
}
.swiper-button-prev {
	left: 20px;
}
.swiper-button-next {
	right: 20px;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
	color: #808080;
}
.swiper-pagination {
	position: absolute;
	text-align: left;
	transition: .3s opacity;
	transform: translate3d(0,0,0);
	z-index: 2;
	bottom: 10px;
	left: 0;
	width: 100%;
	line-height: 1;
}
.swiper-pagination-bullet {
	width: 1em;
	height: 1em;
	display: inline-block;
	margin: 0 .5em;
	cursor: pointer;
	position: relative;
}
.swiper-pagination-bullet:after {
	content: '';
	left: 50%;
	top: 50%;
	margin-top: -.25em;
	margin-left: -.25em;
	position: absolute;
	display: block;
	width: .5em;
	height: .5em;
	border-radius: .25em;
	background: #000000;
	transition: all .2s;
}
.swiper-pagination-bullet:first-child {
	margin-left: 0;
}
.swiper-pagination-bullet:last-child {
	margin-right: 0;
}
.swiper-pagination-bullet:hover:after,
.swiper-pagination-bullet-active:after {
	background: #808080;
}
.swiper-pagination-bullet-active:after {
	width: .75em;
	height: .75em;
	margin-top: -.375em;
	margin-left: -.375em;
	border-radius: .375em;
}
.swiper-pagination-progressbar {
	background: #fff;
	position: absolute;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
	right: 20px;
	width: auto;
	height: 2px;
	left: 20px;
	bottom: 0;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #000000;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}
.swiper-control {
	position: absolute;
	background: #f9f7f5;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.swiper-control .swiper-pagination,
.swiper-control .swiper-button-prev,
.swiper-control .swiper-button-next {
	position: static;
	float: left;
	width: auto;
}
.swiper-control .swiper-button-prev,
.swiper-control .swiper-button-next {
	margin: 0 1em;
	padding: 0;
}
.swiper-control .swiper-button-prev {
	margin-left: 0;
}
.swiper-control .swiper-button-next {
	margin-right: 0 ;
}

@media (min-width: 960px) {
	.swiper-control {
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 40px;
	}
}

/* SwiperJS */
.gallery.swiper-container-outer {
	margin: 15px 0;
	clear: both;
	position: relative;
}
.gallery.swiper-container-outer .swiper-container {
	overflow: hidden;
}
.imgContainer.swiper-slide {
	padding: 0;
}
.gallery-thumbs {
	margin: -5px -5px 15px;
	overflow: hidden;
	cursor: pointer;
}
.gallery-thumbs .swiper-slide {
	width: 25%;
	padding: 0 5px;
}
.gallery-thumbs .galleryImgThumb {
	padding-bottom: 100%;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.swiper-progress-bar {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #fff;
	background: rgba(255,255,255,.5);
	z-index: 1;
	overflow: hidden;
}
.swiper-progress-bar .swiper-progress {
	width: 0%;
	height: 100%;
	background: #42484c;
}

.vc_drag.drag-x {
	cursor: w-resize;
}
.vc_drag.drag-y {
	cursor: n-resize;
}
.vc_drag.drag-x.drag-y {
	cursor: move;
}


/* MODAL */
.vcOverlay {
	top: -100%;
	height: 100%;
	width: auto;
	overflow: auto;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 100;
	background: no-repeat 50% 50%;
	background-color: rgba(255,255,255,.7);
}
.vcOverlay.loading {
	background-image: url('../img/preloader_301_dark.gif');
}

.vcOverlayModal {
	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;
	transition: top .3s cubic-bezier(0,.5,.5,1), opacity .5s ease, bottom 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;
}
.vcOverlay.show {
	top: 0%;
}
.vcOverlayModal.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;
	transition: top .3s cubic-bezier(0,.5,.5,1), opacity .5s ease, bottom 0s;
}
.vcOverlayModal .vcOverlayModalMsgWrap {
	max-height: 100%;
	overflow: auto;
	width: 100%;
}

.vcOverlayModal .vcOverlayModalMsg {
	display: block;
	background: #FFF;
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	margin: 20px 60px 60px 20px;
	padding: 20px;
	text-align: left;
	min-height: 50px;
	position: relative;
}

.vcOverlayModal .vcOverlayModalMsg .article {
	margin: 0;
	width: 100%;
}

.vcOverlayModal .vcOverlayModalMsg .article .imgTeaser:first-child {
	margin: -20px -20px 0;
}
.vcOverlayModal .vcOverlayModalMsg .article .imgTeaser + .headline {
	margin-top: 20px;
}
.vcOverlayModal .vcOverlayModalMsg .gridWrap {
	margin-left: -20px;
	margin-right: -20px;
}
.vcOverlayModal .vcOverlayModalMsg > .cancelBtn {
	border: none;
	padding: 19px 10px;
	position: absolute;
	top: 0;
	right: -40px;
	z-index: 10;
	box-shadow: none;
	border-radius: 0;
	margin: 0;
	background: #d6be26;
}
.vcOverlayModal .vcOverlayModalMsg > .cancelBtn:hover {
	background: #383e42;
}
.vcOverlayModal .vcOverlayModalMsg > .cancelBtn .line {
	text-align: left;
	text-indent: -999em;
}
.vcOverlayModal .vcOverlayModalMsg > .cancelBtn .line,
.vcOverlayModal .vcOverlayModalMsg > .cancelBtn .line:before {
	height: 2px;
	width: 20px;
	background: #FFF;
	display: block;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.vcOverlayModal .vcOverlayModalMsg > .cancelBtn .line:before,
.vcOverlayModal .vcOverlayModalMsg > .cancelBtn .line:after {
	position: absolute;
	content: '';
}
.vcOverlayModal .vcOverlayModalMsg > .cancelBtn .line:before {
	top: -10px;
}
.vcOverlayModal .vcOverlayModalMsg > .cancelBtn .line {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.vcOverlayModal .vcOverlayModalMsg > .cancelBtn .line:before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-top: 10px;
}

@media (min-width: 640px) {
	.vcOverlayModal .vcOverlayModalMsg {
		margin: 5% auto;
	}
	.vcOverlayModal.small .vcOverlayModalMsg {
		width: 75%;
	}
}

@media (min-width: 960px) {
	.vcOverlayModal .vcOverlayModalMsg {
		width: 70%;
	}
	.vcOverlayModal.small .vcOverlayModalMsg {
		width: 45%;
	}

}

/*
	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-color: rgba(255,255,255,.7);
	position: fixed;
	display: block;
}

.vcModal .modalMsg {
	display: table;
	padding: 20px 60px 60px 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: -40px;
	top: 0;
	cursor: pointer;
	padding: 10px;
	line-height: 20px;
	text-align: center;
	background: #000000;
	color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 1;
}
.vcModal .vcModalClose:hover {
	background: #bfbfbf;
	color: #000000;
}

/*
	CSS Icons
	*/
.vcCssIcon {
	position: relative;
	display: inline-block;
}
.vcCssIconCheck {
	height: 1em;
	width: .667em;
	border-right: .1875em solid #000;
	border-bottom: .1875em solid #000;
	transform: rotate(45deg);
	margin: 0 .2em;
}
.vcCssIconArrowDown {
	width: 1em;
	height: 1em;
	margin: 0 .2em;
}
.vcCssIconArrowDown:after {
	content: '';
	display: block;
	font-size: .667em;
	width: 1em;
	height: 1em;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -.375em;
	margin-left: -.5em;
	transform: rotate(-45deg);
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
}
.vcCssIconClose {
	height: 100%;
	width: 100%;
	display: block;
}
.vcCssIconClose:before,
.vcCssIconClose:after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	background: #fff;
	display: block;
	width: 100%;
	height: .1875em;
	margin-top: -.09375em;
	margin-left: -50%;
}
.vcCssIconClose:before {
	transform: rotate(45deg);
}
.vcCssIconClose:after {
	transform: rotate(-45deg);
}


/*
	Privacy & Cookies
	*/
.vcPrivacyOptsLine input {
	display: none;
}
.vcPrivacyOptsLine label {
	display: block;
	font-weight: bold;
	min-height: 2em;
	padding-right: 4em;
	position: relative;
	cursor: pointer;
	float: none;
}
.vcPrivacyOptsLine label .hint {
	font-weight: normal;
	margin: 0;
	line-height: normal;
}
.vcPrivacyOptsLine label .state {
	position: absolute;
	top: 0;
	right: 0;
	width: 3em;
	height: 1.5em;
	box-shadow: 0 1px 3px rgba(0,0,0,.5) inset;
	background: #bfbfbf;
	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 #bfbfbf;
	margin-top: -.625em;
	margin-left: -1.375em;
	border-radius: .625em;
	transition: all .3s;
}
.vcPrivacyOptsLine input:checked + label .state {
	background: #000000;
}
.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: #f4f4f4;
	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%;
	}
}

/**
 * Infinite Ajax Scroll, a jQuery plugin
 * Version 1.1.0
 * https://github.com/webcreate/infinite-ajax-scroll
 */
.ias_loader,
.ias_trigger {
	text-align: center;
	margin: 15px 0;
	position: relative;
	z-index: 2;
}


/* jQuery UI Resets */
.accordionWrapper.ui-accordion .ui-accordion-content {
	margin: 0;
	padding: 14px 19px;
	overflow: hidden;
	background: none;
	font-size: 1em;
	line-height: inherit;
}
.accordion .imgWrap {
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	display: block;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	color: initial;
}
.ui-widget button {
	color:#fff;
	text-transform: uppercase;
	letter-spacing: .075em;
	font-size: .833em;
}
body .ui-datepicker {
	z-index: 1001 !important;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
body .ui-widget input,
body .ui-widget select,
body .ui-widget textarea,
body .ui-datepicker .ui-datepicker-title select {
	color: #000;
	font-weight: normal;
}
body .ui-tooltip {
	background: #fff;
	padding: 15px 20px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
body .ui-autocomplete {
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 1001;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	border: none;
}
body .ui-autocomplete.ui-menu .ui-state-focus,
body .ui-autocomplete.ui-menu .ui-state-active {
	margin: 0;
	border: none;
}

/* ==========================================================================
   CONTENT PARTS
   ========================================================================== */


/* Part: TEASER / IMG GALLERY */
.teaser {
	list-style: none;
	margin: 0;
	position: relative;
	padding: 0;
	width: 100%;
}
.teaser > li {
	position: relative;
	height: 0;
	padding-bottom: 150%;
	overflow: hidden;
}
.teaser.small > li {
	height: 0;
	padding-bottom: 75%;
}
.teaser > li .teaserImgWrap {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.teaser > li .teaserImgWrap .video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translateX(-50%) translateY(-50%);
}
.teaser > li .teaserImgWrap .videoSizeJs {
	min-width: 0;
	min-height: 0;
}
.teaser > li .teaserItemTitle {
	display: block;
	height: 100%;
	left: 0;
	right: 0;
	position: absolute;
	top: 0;
	z-index: 2;
}
.teaser > li .teaserItemTitleInner {
	display: table;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}

.teaser > li .teaserItemTitleInner .wrap {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}

@media (min-width: 720px) {
	.teaserWrap  .swiper-pagination {
		text-align:  right;
	}
	.teaser > li {
		padding-bottom: 66.67%;
		min-height: 300px;
	}
	.teaser.small > li {
		padding-bottom: 62.5%;
	}
}

@media (min-width: 960px) {
	.teaser > li {
		padding-bottom: 50%;
	}
	.teaser.small > li {
		padding-bottom: 42.85%;
	}
}

/* Bildergalerie */
.filePreview,
.img,
.thumb {
	position: relative;
	overflow: hidden;
	display:block;
}
.imgTrigger {
	z-index: 1;
}
.thumb img,
.img img,
.imgWrap img {
	width:100%;
	height:auto;
	display: block;
}
.imgWrap {
	position: relative;
	width: 100%;
}
.gallery {
	margin: 0 -10px;
}
.imgContainer {
	float: left;
	margin:0;
	padding: 10px;
	position: relative;
}
.gallery .imgContainer {
	float:left;
}
.img {
	display:block;
	position: relative;
}

.img .zoom {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fc571c;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
	padding: 5px 10px 5px 20px;
	text-align: center;
	display: block;
	z-index: 2;
}
.img .zoom:after {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	background: #fff;
}
.caption {
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
	display: block;
	color: #bfbfbf;
	text-align: left;
	margin-top: 5px;
}
.imagesWrap.imgLeft,
.imagesWrap.imgRight {
	margin-top: 20px ;
}
.imgLeft .imagesInnerWrap {
	float: left;
	margin-bottom: 20px ;
}
.imgRight .imagesInnerWrap {
	margin-bottom: 20px ;
	float: right;
}

.imagesWrap.effect .imgWrap .img .zoom {
	bottom: 0;
}
.imgLeft .imgWrap + .imgWrap,
.imgRight .imgWrap + .imgWrap {
	margin-top: 20px;
}
.imgNone {
	margin: 20px auto;
}
.imgNone .imagesInnerWrap {
	margin: -20px ;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.imgNone .imgWrap {
	float: left;
	padding: 20px;
	margin: 0;
}

.imgNone .caption,
.vid + .caption {
	padding: 5px 0 0;
}

.imgWidth-150,
.imgWidth-125 {
	width: auto;
}
.imgWidth-100,
.imgWidth-75,
.imgWidth-67,
.imgWidth-50,
.imgWidth-33,
.imgWidth-25,
.imgWidth-20 {
	width: 100%;
	float: none;
}
.imgWidth-17,
.imgWidth-17 .articleImg {
	width: 50%;
}
.imgWidth-15,
.imgWidth-15 .articleImg,
.imgWidth-13,
.imgWidth-13 .articleImg {
	width: 33.3%;
}
.imgWidth-10,
.imgWidth-10 .articleImg,
.imgWidth-5,
.imgWidth-5 .articleImg {
	width: 25%;
}

.article .pushOut-150,
.spacer .pushOut-150,
.article .pushOut-125,
.spacer .pushOut-125,
.imagesWrap.imgWidth-150,
.imagesWrap.imgWidth-125 {
	margin-left: -10px;
	margin-right: -10px;
}
.article .pushOut-150.pushIn,
.spacer .pushOut-150.pushIn,
.article .pushOut-125.pushIn,
.spacer .pushOut-125.pushIn,
.imagesWrap.imgWidth-150 .imgWrap .caption,
.imagesWrap.imgWidth-125 .imgWrap .caption {
	padding-left: 10px;
	padding-right: 10px;
}

.imgRight .imgWidth-17,
.imgRight .imgWidth-15,
.imgRight .imgWidth-13,
.imgRight .imgWidth-10,
.imgRight .imgWidth-5 {
	padding-left: 1em;
	float: right;
}
.imgLeft .imgWidth-17,
.imgLeft .imgWidth-15,
.imgLeft .imgWidth-13,
.imgLeft .imgWidth-10,
.imgLeft .imgWidth-5 {
	padding-right: 1em;
	float: left;
}


.imgWidth-50 .articleImg .img {
	width: 66.7%;
}
.imgWidth-33 .articleImg .img,
.imgWidth-25 .articleImg .img {
	width: 50%;
}
.imgWidth-20 .articleImg .img {
	width: 50%;
}

.imgWidth-50 .articleImg + .articleWrap,
.imgWidth-33 .articleImg + .articleWrap,
.imgWidth-25 .articleImg + .articleWrap,
.imgWidth-20 .articleImg + .articleWrap {
	text-align: center;
}

.imgWidth-17 .articleImgLeft,
.imgWidth-15 .articleImgLeft,
.imgWidth-13 .articleImgLeft,
.imgWidth-10 .articleImgLeft,
.imgWidth-5 .articleImgLeft {
	float: left;
}

.imgWidth-17 .articleImgRight,
.imgWidth-15 .articleImgRight,
.imgWidth-13 .articleImgRight,
.imgWidth-10 .articleImgRight,
.imgWidth-5 .articleImgRight {
	float: right;
	order: 2;
}

.imgWidth-15 .articleImgLeft + .articleWrap,
.imgWidth-13 .articleImgLeft + .articleWrap,
.imgWidth-10 .articleImgLeft + .articleWrap,
.imgWidth-5 .articleImgLeft + .articleWrap {
	margin-left: 25%;
	padding-left: 20px;
}

.imgWidth-15 .articleImgRight + .articleWrap,
.imgWidth-13 .articleImgRight + .articleWrap,
.imgWidth-10 .articleImgRight + .articleWrap,
.imgWidth-5 .articleImgRight + .articleWrap {
	margin-right: 25%;
	padding-right: 20px;
	text-align: right;
	order: 1;
}
.articleImgNone .img,
.articleImgRight .img,
.articleImgLeft .img {
	display: block;
	margin: 0 auto;
}

.videoWrap.imagesWrap.imgNone {
	margin-left:-5px;
	margin-right:-5px;
}
.videoWrap.imagesWrap.imgNone .vidWrap{
	margin:0;
	float:left;
	padding:5px;
}
@media (min-width: 480px) {
	.imgWidth-33 .articleImg .img,
	.imgWidth-25 .articleImg .img,
	.imgWidth-20 .articleImg .img {
		width: 100%;
	}
	.imgWidth-33 .articleImgLeft + .articleWrap,
	.imgWidth-25 .articleImgLeft + .articleWrap,
	.imgWidth-20 .articleImgLeft + .articleWrap {
		text-align: left;
	}
	.imgWidth-33 .articleImgRight + .articleWrap,
	.imgWidth-25 .articleImgRight + .articleWrap,
	.imgWidth-20 .articleImgRight + .articleWrap {
		text-align: right;
	}

	.imgWidth-33,
	.imgWidth-33 .articleImg {
		width: 50%;
	}
	.imgWidth-25,
	.imgWidth-25 .articleImg,
	.imgWidth-20,
	.imgWidth-20 .articleImg,
	.imgWidth-17,
	.imgWidth-17 .articleImg,
	.imgWidth-15,
	.imgWidth-15 .articleImg {
		width: 33.3%;
	}
	.imgWidth-13,
	.imgWidth-13 .articleImg {
		width: 25%;
	}
	.imgWidth-10,
	.imgWidth-10 .articleImg,
	.imgWidth-5,
	.imgWidth-5 .articleImg {
		width: 20%;
	}

	.imgRight .imgWidth-33,
	.imgRight .imgWidth-25,
	.imgRight .imgWidth-20,
	.imgRight .imgWidth-17,
	.imgRight .imgWidth-15,
	.imgRight .imgWidth-13,
	.imgRight .imgWidth-10,
	.imgRight .imgWidth-5 {
		padding-left: 20px;
		float: right;
	}
	.imgLeft .imgWidth-33,
	.imgLeft .imgWidth-25,
	.imgLeft .imgWidth-20,
	.imgLeft .imgWidth-17,
	.imgLeft .imgWidth-15,
	.imgLeft .imgWidth-13,
	.imgLeft .imgWidth-10,
	.imgLeft .imgWidth-5 {
		padding-right: 20px;
		float: left;
	}

	.imgWidth-33 .articleImgLeft,
	.imgWidth-25 .articleImgLeft,
	.imgWidth-20 .articleImgLeft {
		float:left;
	}
	.imgWidth-33 .articleImgRight,
	.imgWidth-25 .articleImgRight,
	.imgWidth-20 .articleImgRight {
		float:right;
		order: 2;
	}
	.imgWidth-33 .articleImgLeft + .articleWrap,
	.imgWidth-25 .articleImgLeft + .articleWrap {
		margin-left: 50%;
	}
	.imgWidth-33 .articleImgRight + .articleWrap,
	.imgWidth-25 .articleImgRight + .articleWrap {
		margin-right: 50%;
		text-align: right;
		order: 1;
	}
	.imgWidth-20 .articleImgLeft + .articleWrap,
	.imgWidth-17 .articleImgLeft + .articleWrap,
	.imgWidth-15 .articleImgLeft + .articleWrap {
		margin-left: 33.3%;
	}
	.imgWidth-13 .articleImgLeft + .articleWrap {
		margin-left: 25%;
	}
	.imgWidth-10 .articleImgLeft + .articleWrap,
	.imgWidth-5 .articleImgLeft + .articleWrap {
		margin-left: 20%;
	}

	.imgWidth-20 .articleImgRight + .articleWrap,
	.imgWidth-17 .articleImgRight + .articleWrap,
	.imgWidth-15 .articleImgRight + .articleWrap {
		margin-right: 33.3%;
	}
	.imgWidth-13 .articleImgRight + .articleWrap {
		margin-right: 25%;
	}
	.imgWidth-10 .articleImgRight + .articleWrap,
	.imgWidth-5 .articleImgRight + .articleWrap {
		margin-right: 20%;
	}
}

@media (min-width: 640px) {
	.imgWidth-50 .articleImgLeft .img,
	.imgWidth-50 .articleImgRight .img {
		width: 100%;
	}
	.imgWidth-50 .articleImgLeft + .articleWrap {
		text-align: left;
	}
	.imgWidth-50 .articleImgRight + .articleWrap {
		text-align: right;
	}

	.imgWidth-50,
	.imgWidth-50 .articleImg {
		width: 50%;
	}
	.imgWidth-25,
	.imgWidth-25 .articleImg {
		width: 33.3%;
	}
	.imgWidth-20,
	.imgWidth-20 .articleImg {
		width: 25%;
	}

	.imgRight .imgWidth-5,
	.imgRight .imgWidth-10,
	.imgRight .imgWidth-13,
	.imgRight .imgWidth-15,
	.imgRight .imgWidth-20,
	.imgRight .imgWidth-25,
	.imgRight .imgWidth-33,
	.imgRight .imgWidth-50 {
		padding-left: 20px;
		float: right;
	}
	.imgLeft .imgWidth-5,
	.imgLeft .imgWidth-10,
	.imgLeft .imgWidth-13,
	.imgLeft .imgWidth-15,
	.imgLeft .imgWidth-20,
	.imgLeft .imgWidth-25,
	.imgLeft .imgWidth-33,
	.imgLeft .imgWidth-50 {
		padding-right: 20px;
		float: left;
	}

	.imgWidth-50 .articleImgLeft {
		float:left;
	}
	.imgWidth-50 .articleImgRight {
		float:right;
		order: 2;
	}
	.imgWidth-50 .articleImgLeft + .articleWrap {
		padding-left: 20px;
		margin-left: 50%;
	}
	.imgWidth-50 .articleImgRight + .articleWrap {
		padding-right: 20px;
		margin-right: 50%;
		text-align: right;
		order: 1;
	}
	.imgWidth-25 .articleImgLeft + .articleWrap {
		margin-left: 33.3%;
	}
	.imgWidth-25 .articleImgRight + .articleWrap {
		margin-right: 33.3%;
	}
	.imgWidth-25 .articleImgLeft + .articleWrap {
		margin-left: 33.3%;
	}
	.imgWidth-25 .articleImgRight + .articleWrap {
		margin-right: 33.3%;
	}
}

@media (min-width: 720px) {
	.imgWidth-33,
	.imgWidth-33 .articleImg,
	.imgWidth-25,
	.imgWidth-25 .articleImg {
		width: 33.3%;
	}
	.imgWidth-20,
	.imgWidth-20 .articleImg,
	.imgWidth-15,
	.imgWidth-15 .articleImg,
	.imgWidth-13,
	.imgWidth-13 .articleImg,
	.imgWidth-10,
	.imgWidth-10 .articleImg,
	.imgWidth-5,
	.imgWidth-5 .articleImg {
		width: 20%;
	}
	.imgNone .imgWrap.imgWidth-33:nth-child(3n+1) {
		clear:left;
	}

	.article .pushOut-150,
	.spacer .pushOut-150,
	.article .pushOut-125,
	.spacer .pushOut-125,
	.imagesWrap.imgWidth-150,
	.imagesWrap.imgWidth-125 {
		margin-left: -10%;
		margin-right: -10%;
	}
	.spacer .pushOut-150.pushIn,
	.article .pushOut-150.pushIn,
	.spacer .pushOut-125.pushIn,
	.article .pushOut-125.pushIn {
		padding-left: 10%;
		padding-right: 10%;
	}
	.imagesWrap.imgWidth-150,
	.imagesWrap.imgWidth-125 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.imagesWrap.imgWidth-150 .imgWrap .caption,
	.imagesWrap.imgWidth-125 .imgWrap .caption {
		padding-left: 0;
		padding-right: 0;
	}

	.imgWidth-50 .articleImgLeft,
	.imgWidth-33 .articleImgLeft,
	.imgWidth-25 .articleImgLeft,
	.imgWidth-20 .articleImgLeft,
	.imgWidth-15 .articleImgLeft,
	.imgWidth-13 .articleImgLeft,
	.imgWidth-10 .articleImgLeft,
	.imgWidth-5 .articleImgLeft {
		float: left;
	}

	.imgWidth-50 .articleImgRight,
	.imgWidth-33 .articleImgRight,
	.imgWidth-25 .articleImgRight,
	.imgWidth-20 .articleImgRight,
	.imgWidth-15 .articleImgRight,
	.imgWidth-13 .articleImgRight,
	.imgWidth-10 .articleImgRight,
	.imgWidth-5 .articleImgRight {
		float: right;
		order: 2;
	}

	.imgWidth-50 .articleImgLeft + .articleWrap {
		margin-left: 50%;
	}
	.imgWidth-33 .articleImgLeft + .articleWrap,
	.imgWidth-25 .articleImgLeft + .articleWrap {
		margin-left: 33.3%;
	}
	.imgWidth-20 .articleImgLeft + .articleWrap,
	.imgWidth-15 .articleImgLeft + .articleWrap,
	.imgWidth-13 .articleImgLeft + .articleWrap,
	.imgWidth-10 .articleImgLeft + .articleWrap,
	.imgWidth-5 .articleImgLeft + .articleWrap {
		margin-left: 20%;
	}
	.imgWidth-50 .articleImgRight + .articleWrap {
		margin-right: 50%;
		text-align: right;
		order: 1;
	}
	.imgWidth-33 .articleImgRight + .articleWrap,
	.imgWidth-25 .articleImgRight + .articleWrap {
		padding-right: 10px;
		margin-right: 33.3%;
	}
	.imgWidth-20 .articleImgRight + .articleWrap,
	.imgWidth-15 .articleImgRight + .articleWrap,
	.imgWidth-13 .articleImgRight + .articleWrap,
	.imgWidth-10 .articleImgRight + .articleWrap,
	.imgWidth-5 .articleImgRight + .articleWrap {
		padding-right: 10px;
		margin-right: 20%;
	}
}

@media (min-width: 960px) {
	.imgWidth-100 {
		width:100%;
	}
	.imgWidth-75,
	.imgWidth-75 .articleImg {
		width:75%;
	}
	.imgWidth-67,
	.imgWidth-67 .articleImg {
		width:66.7%;
	}
	.imgWidth-50,
	.imgWidth-50 .articleImg {
		width:50%;
	}
	.imgWidth-33,
	.imgWidth-33 .articleImg {
		width:33.333%;
	}
	.imgWidth-25,
	.imgWidth-25 .articleImg {
		width:25%;
	}
	.imgWidth-20,
	.imgWidth-20 .articleImg {
		width:20%;
	}
	.imgWidth-17,
	.imgWidth-17 .articleImg {
		width:16.666%;
	}
	.imgWidth-15,
	.imgWidth-15 .articleImg {
		width:15%;
	}
	.imgWidth-13,
	.imgWidth-13 .articleImg {
		width:12.5%;
	}
	.imgWidth-10,
	.imgWidth-10 .articleImg {
		width:10%;
	}
	.imgWidth-5,
	.imgWidth-5 .articleImg {
		width:5%;
	}

	.imgRight .imgWidth-75,
	.imgRight .imgWidth-67 {
		float: right;
	}
	.imgLeft .imgWidth-75,
	.imgLeft .imgWidth-67 {
		float: left;
	}

	.imgWidth-75 .articleImgLeft {
		float: left;
	}
	.imgWidth-75 .articleImgRight {
		float:right;
		order: 2;
	}
	.imgWidth-75 .articleImgLeft + .articleWrap {
		margin-left: 75%;
	}
	.imgWidth-75 .articleImgRight + .articleWrap {
		margin-right: 75%;
		text-align: right;
		order: 1;
	}
	.imgWidth-50 .articleImgLeft + .articleWrap {
		margin-left: 50%;
	}
	.imgWidth-50 .articleImgRight + .articleWrap {
		margin-right: 50%;
	}
	.imgWidth-33 .articleImgLeft + .articleWrap {
		margin-left: 33.333%;
	}
	.imgWidth-33 .articleImgRight + .articleWrap {
		margin-right: 33.333%;
	}
	.imgWidth-25 .articleImgLeft + .articleWrap {
		margin-left: 25%;
	}
	.imgWidth-25 .articleImgRight + .articleWrap {
		margin-right: 25%;
	}
	.imgWidth-20 .articleImgLeft + .articleWrap {
		margin-left: 20%;
	}
	.imgWidth-20 .articleImgRight + .articleWrap {
		margin-right: 20%;
	}
	.imgWidth-17 .articleImgLeft + .articleWrap {
		margin-left: 16.666%;
	}
	.imgWidth-17 .articleImgRight + .articleWrap {
		margin-right: 16.666%;
	}
	.imgWidth-15 .articleImgLeft + .articleWrap {
		margin-left: 15%;
	}
	.imgWidth-15 .articleImgRight + .articleWrap {
		margin-right: 15%;
	}
	.imgWidth-13 .articleImgLeft + .articleWrap {
		margin-left: 12.5%;
	}
	.imgWidth-13 .articleImgRight + .articleWrap {
		margin-right: 12.5%;
	}
	.imgWidth-10 .articleImgLeft + .articleWrap {
		margin-left: 10%;
	}
	.imgWidth-10 .articleImgRight + .articleWrap {
		margin-right: 10%;
	}
	.imgWidth-5 .articleImgLeft + .articleWrap {
		margin-left: 5%;
	}
	.imgWidth-5 .articleImgRight + .articleWrap {
		margin-right: 5%;
	}
}

.js .flyIn {
	position: relative;
	opacity: 0;
}

/* Content: GOOGLE MAPS */
.mapWrap {
	position:relative;
	margin: 1em 0;
	background: #fff;
	overflow: auto;
}
.map_canvas {
	min-height: 200px;
	min-height: 66.667vh;
	background: #e0e0e0;
}
.mapWrap.isInFullscreenMode .map_canvas {
	height: 100%;
}
.map_canvas .gm-style,
.infoBox {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
.infoBox {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	background: #fff;
	padding: 10px;
	position: relative;
	font-size: .833em;
	line-height: 1.333;
}
.infoBox .closeBtn {
	float: right;
	background: #000;
	background: rgba(0,0,0,.4);
	padding: 5px;
	border: none;
	border-radius: 0;
	position: relative;
	z-index: 1;
}
.infoBox .closeBtn:hover {
	background: #000;
	background: rgba(0,0,0,.7);
}
.infoBox:after,
.infoBox .nose {
	position: absolute;
	content: '';
	display: block;
	height: 0;
	width: 0;
	left: 50%;
	margin-left: -8px;
	bottom: -8px;
	border-style: solid;
	border-width: 8px 8px 0;
	border-color: #fff transparent transparent;
}
.infoBox.hasNose:after {
	display: none;
}
.infoBox .btn,
.map_canvas .gm-style-iw .btn {
	display: block;
	margin-top: 10px;
}
.infoBox .btnSet,
.map_canvas .gm-style-iw .btnSet {
	margin-top: 10px;
}
.infoBox .btnSet .btn,
.map_canvas .gm-style-iw .btnSet .btn {
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	font-size: .8em;
}
.infoBox .placeTeaser,
.map_canvas .placeTeaser {
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 50%;
	background: #f5f6f6 no-repeat 50% 50%;
	background-size: cover;
}
.infoBox .placeTitle {
	margin: 0;
}
.infoBox .subTitle {
	display: block;
	text-transform: none;
	font-weight: 300;
	font-style: italic;
}
.infoBox p {
	margin: .667em 0;
}

.infoBox .placeTeaser .placeTitle,
.map_canvas .placeTeaser .placeTitle {
	position: absolute;
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 5px 10px;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 75%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 75%);
	text-shadow: 0 0 20px rgba(0,0,0,0.19), 0 0 6px rgba(0,0,0,0.23);
	display: block;
	width: 100%;
}
.infoBox .placeTeaser {
	width: auto;
	margin: -10px -10px 0;
}
.infoBox .placeTeaser:not(:last-child) {
	margin-bottom: 10px;
}
.infoBox .placeTeaser:last-child {
	margin-bottom: -10px;
}

.box .placeInfoPart {
	font-size:.833em;
}
.box .placeInfoPart + .placeInfoPart {
	margin-top:10px;
}
.box .placeInfoPart .headline {
	display:block;
}
.map_canvas .loadOverlay,
.map_canvas .loadOverlay .loadingBG,
.map_canvas .loadOverlay .loadingIcon {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	z-index:1;
	width:100%;
	height:100%;
}
.map_canvas .loadOverlay .loadingIcon {
	background:url('../img/preloader_301_dark.gif') no-repeat center center;
}
.map_canvas .loadOverlay .loadingBG {
	background:#FFFFFF;
	opacity:0.5;
}
.map_legend {
	margin-top: 10px;
}

.map_legend .legendHead {
	padding: 20px;
	margin: 0;
	color: #fff;
	background: #383e42;
	font-size: 1.111em;
	line-height: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.map_legend .legendWrap {
	background: #fff;
	color: #222;
}
.map_legend .slideDownSwitch:checked ~ .slideDownTrigger .legendHead {
	background: #60a61f;
}
.map_legend .legendItemsWrap {
	padding-left: 20px;
	padding-right: 20px;
}

.map_legend .legendItemsWrap ul {
	margin: 0 -10px 10px -10px;
	padding: 0;
	list-style: none;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: .8em;
	line-height: 1.333;
	font-weight: bold;
	text-transform: uppercase;
}
.map_legend .legendItemsWrap li {
	padding: 0;
	width: 100%;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.map_legend .legendItemsWrap li:before {
	display: none !important;
}
.map_legend .legendItemsWrap li a {
	display: block;
	color: #333;
	position: relative;
	height: 100%;
	padding: 10px 10px 10px 50px;
	padding-left: calc(20px + 2.667em);
	min-height: 60px;
	min-height: calc(20px + 2.667em);
	-webkit-transition: background .3s;
	transition: background .3s;
}
.map_legend .legendItemsWrap li:hover a,
.map_legend .legendItemsWrap li.aktiv a {
	background: #e0e0e0;
}
.map_legend .legendItemsWrap li .icon {
	height: 2.667em !important;
	width: 2.667em !important;
	position: absolute;
	left: 10px;
	top: 10px;
}

.map_canvas .control {
	position: absolute;
	left: 0;
	top: 0;
}
.map_canvas .control .map_fs,
.map_canvas .control .map_gps {
	background: #fff;
	color: #000;
	padding: 6px;
	line-height: 18px;
	font-size: 18px;
	margin: 10px 0 0 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.map_canvas .control .map_fs:hover,
.map_canvas .control .map_fs.active,
.map_canvas .control .map_gps:hover,
.map_canvas .control .map_gps.active {
	background: #383e42;
	color: #fff;
}

.map_canvas .control .map_fs .off,
.map_canvas .control .map_fs.active .on {
	display: none;
}
.map_canvas .control .map_fs.active .off {
	display: block;
}

.mapWrap .map_search {
	position:absolute;
	bottom:5px;
	left:5px;
	padding:5px;
	background:#fff;
}

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 {
	display: none;
}
.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_333333_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 > h3 {
	margin: 0;
}
.addrWrap .addr,
.addrWrap .addrData {
	font-size: 1em;
	font-style: normal;
	margin: 1em 0;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.addrWrap b {
	font-weight: 600;
}
.hospitalityResponsibility .icon {
	font-size: 2em;
	float: left;
	margin-right: calc(.5em + 10px);
}
.box .placeBooking .btn {
	display: block;
}

@media (min-width: 640px) {
	.addrWrap {
		margin: 0 -1em;
	}
	.addrWrap > * {
		padding: 0 1em;
		padding: 0 1rem;
	}
	.addrWrap .addr,
	.addrWrap .addrData,
	.map_legend .legendItemsWrap li {
		width: 50%;
		float: left;
		margin: 0;
	}
	.map_legend .legendItemsWrap li {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.map_legend .legendItemsWrap ul {
		margin-left: -20px;
		margin-right: -20px;
	}
	.map_legend .legendItemsWrap li:nth-child(2n+1) {
		clear: left;
	}
}
@media (min-width: 960px) {
	.map_legend .legendItemsWrap li {
		width: 33.333%;
	}
	.map_legend .legendItemsWrap li:nth-child(2n+1) {
		clear: none;
	}
	.map_legend .legendItemsWrap li:nth-child(3n+1) {
		clear: left;
	}
	aside .addrWrap .addr,
	aside .addrWrap .addrData {
		width: 100%;
		float:none;
	}
	aside .addrWrap address + address {
		padding-top:20px;
	}
}
@media (min-width: 1280px) {
	#content .section.full .rightContentCol .map_legend .legendItemsWrap li {
		width: 25%;
	}
	#content .section.full .rightContentCol .map_legend .legendItemsWrap li:nth-child(3n+1) {
		clear: none;
	}
	#content .section.full .rightContentCol .map_legend .legendItemsWrap li:nth-child(4n+1) {
		clear: left;
	}
}
.placeOpenings .placeOpen {
	margin: 1em 0;
}
.placeOpenings .placeOpen .success,
.placeOpenings .placeOpen .error {
	display: block;
}

.placeBlockedInfo {
	margin: 0 -20px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.placeBlockedInfo .item {
	padding: 0 20px;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
}
.placeBlockedInfo .item .wrap {
	padding: 10px 0;
}
.placeBlockedInfo .item + .item .wrap {
	border-top: 1px solid #f4f4f4;
}

.placeBlockedInfo .item .key {
	font-weight: 300;
}
.placeBlockedInfo .item .value {
	font-weight: 700;
	text-transform: uppercase;
	float: right;
	padding-left: 10px;
	font-size: .75em;
	line-height: 2;
}
.placeBlockedInfo .item .info {
	margin: 0;
	padding: 0;
}
.placeBlockedInfo .item .info li {
	padding: 0;
}
.placeBlockedInfo .item .info li:before {
	display: none;
}
.iconList {
	padding-left:0 !important;
}
.iconList li {
	position:relative;
	padding-left: 0 !important;
}
.iconList li.hasIcon {
	padding-left: 2.667em !important;
	padding-left: calc(2em + 10px) !important;
	min-height: 2.333em;
}
.iconList li + li {
	margin-top: .667em !important;
}
.iconList li:before {
	display:none !important;
}
.iconList img {
	position:absolute;
	left:0;
	top: .333em;
	width: 2em;
	height: auto;
}
.iconList li span {
	display: block;
}
@media only screen and (min-width: 560px) {
	.placeBlockedInfo .item {
		width: 50%;
		float: left;
		margin: 0;
	}
	.placeBlockedInfo .item:nth-child(2n+1) {
		clear: left;
	}
	.placeBlockedInfo .item + .item .wrap {
		border-top: none;
	}
	.placeBlockedInfo .item:nth-child(1n+3) .wrap {
		border-top: 1px solid #f4f4f4;
	}
}

@media only screen and (min-width: 720px) {
	.openings .item {
		width: 33.333%;
	}
	.openings .item:nth-child(2n+1) {
		clear: none;
	}
	.openings .item:nth-child(3n+1) {
		clear: left;
	}
	.openings .item:nth-child(1n+3) .wrap {
		border-top: none;
	}
	.openings .item:nth-child(1n+4) .wrap {
		border-top: 1px solid #f4f4f4;
	}
}
/* Content: VIDEOS */
.vidWrap {
	margin: 0 auto;
	margin-bottom: 20px;
}
.vid {
	position:relative;
	display:block;
	overflow:hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.vid,
.vid *,
.vid *:after {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.vid .playIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -2em 0 0 -2em;
	width: 4em;
	height: 4em;
	background: #fff;
	border-radius: 50%;
	display: block;
	z-index: 1;
	pointer-events: none;
}
.vid .playIcon:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1em 0 0 -.75em;
	width: 1.75em;
	height: 2em;
	border-style: solid;
	border-width: 1em 0 1em 1.75em;
	border-color: transparent transparent transparent #000;
	display: block;
	background: none;
	z-index: 1;
}
.vid .video-time {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: .8em;
	line-height: 1.25;
	font-weight: 600;
	padding: 5px 10px;
	text-align: center;
	display: block;
	z-index: 2;
	background: #383e42;
	color: #fff;
}
.vid:hover .playIcon {
	-webkit-transform: scale(1.05) translateY(-2%);
	transform: scale(1.05) translateY(-2%);
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.vid:hover .playIcon:after {
	border-color: #ea722a;
}
.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: 20px 0;
	overflow:hidden;
}
.downloads .downloadHeadline,
.downloads .downloadHeadline strong {
	margin-top:0;
}
.downloads ul {
	margin:-20px -20px 0;
	list-style:none;
	padding:0;
}
.downloads li {
	padding:0 !important;
	margin:0 !important;
}
.downloads li:before {
	display: none !important;
}
.download .fileWrapper {
	margin: 20px 20px 0;
}
.download a.fileWrapper {
	display:block;
	position:relative;
	min-height: 40px;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	font-weight: 500;
	color: #000;
}
.download a.fileWrapper.hasImg {
	padding-left: 50px;
}
.download img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}
.download .fileName {
	font-weight: 700;
}
.download .fileType {
	text-transform: uppercase;
}
.download small {
	display: block;
}
.box .downloads {
	margin: 0;
}
.box .downloads ul {
	margin-top: 0;
}
.box .download:first-child a {
	margin-top: 0;
}

@media (min-width: 480px) {
	.downloads .grids_2 .gridItem {
		width: 50%;
		float: left;
	}
	.downloads .grids_2 .gridItem:nth-child(2n+1) {
		clear: left;
	}
	.downloads .grids_4 .gridItem {
		width:25%;
		float:left;
	}
	.downloads .grids_4 .gridItem:nth-child(4n+1) {
		clear: left;
	}
}

/* Content: LINK LIST */
.linkListbox a {
	display: block;
	font-weight: 400;
}
/* Content: SUB NAV IN ARTICLEs */
.navSub li + li {
	padding-top: 10px;
}
.navSub a.lvl2 + ul,
.navSub a.lvl3 + ul {
	padding: 5px 0 10px;
}
.navSub a {
	font-weight: 700;
	display: block;
	transition: all .3s;
	position: relative;
	text-decoration: none;
}
.navSub a:hover,
.navSub a.active {
	color: #808080;
}
.navSub a.lvl2 {
	padding-left: 30px;
}
.navSub a.lvl2:before {
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	background: #c0af9d;
	height: 6px;
	width: 6px;
	border-radius: 3px;
	left: 14px;
	margin-top: -3px;
	top: 50%;
}

.navSub a.lvl3,
.navSub a.lvl4 {
	padding-left: 30px;
	font-weight: 700;
}

.navSub a.lvl4 {
	padding-left: 50px;
	font-weight: 400;
}

/* Content: FORMS */
.form .hint .duty {
	padding: 2px;
	color: #808080;
}

.optsFieldset legend {
	margin-top: 0;
}
.optsFieldset {
	margin-top: 40px;
	margin-bottom: 40px;
}

.optsContainer {
	margin: 10px 0;
	text-align: left;
	position: relative;
	padding: 0;
}
.optsInputWrap {
	position: relative;
}
.optsContainer:after {
	clear: both;
	content: '';
	display: table;
}

.optsContainer + .optsContainer,
.optsContainer + .btnContainer,
.btnContainer + .btnContainer,
.optsContainer + .optsContainerGroupWrap,
.optsContainerGroupWrap + .optsContainer,
.optsContainerGroupWrap + .optsContainerGroupWrap,
.optsContainerGroupWrap + .btnContainer,
.optsFieldset + .btnContainer,
.optsFieldset + .optsFieldset,
.optsFieldset + .optsContainerGroupWrap {
	margin-top: 20px;
}
.optsFieldset > .optsContainer:last-child {
	margin-bottom: 0;
}

.optsContainer > label {
	display: block;
	margin-bottom: 5px;
}
.optsRadio .optsInputWrap > label,
.optsCheckbox .optsInputWrap > label,
.optsContainer .optsInputWrap .optsInputLabel,
.optsInputWrap > label,
.optsFileUpload .legend {
	display: block;
	margin: 0;
	padding: 0 5px 0 0;
	text-align: left;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	position: absolute;
	left: 0;
	top: 10px;
	-webkit-transition: all .2s .1s;
	transition: all .2s .1s;
	pointer-events: none;
	max-width: 95%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: #fff;
}
.optsInputWrap > input:focus ~ label,
.optsInputWrap > .input:focus ~ label,
.optsInputWrap > textarea:focus ~ label,
.optsInputWrap > select:focus ~ label,
.optsInputWrap > .selectWrap.focus ~ label,
.optsRadio .optsInputWrap > label,
.optsCheckbox .optsInputWrap > label,
.optsInputWrap.hasValue > label,
.optsInputWrap.hasFocus > label {
	top: -6px;
	font-size: 10px;
	line-height: 12px;
	color: #7a7a7a;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.optsInputWrap > label:first-child {
	position: static;
	padding: 0;
	margin-bottom: 5px;
	text-overflow: clip;
	max-width: none;
}
.optsContainer .optsInputWrap .optsInputLabel {
	float: left;
	padding: 9px 10px 9px 9px;
	margin: 0;
	position: static;
	color: inherit;
}
.optsContainer.optsDuty > label:after,
.optsContainer.optsDuty .optsInputWrap > label:after {
	color: #808080;
	padding-left: 3px;
	display: inline-block;
	content: '*';
	font-weight: 600;
}
.optsContainer.optsDuty.optsDate.optsRange .optsInputWrap > label:after {
	display: none;
}

.optsContainer > label .shortInfo,
.optsContainer .optsInputWrap .optsInputLabel .shortInfo,
.optsInputWrap > label .shortInfo {
	font-weight: normal;
	letter-spacing: 0;
	text-transform: none;
	font-size: 80%;
	color: #7a7a7a;
	padding-left: 3px;
}
.optsContainer > label .shortInfo:before,
.optsInputWrap > label .shortInfo:before {
	content:' (';
}
.optsContainer > label .shortInfo:after,
.optsInputWrap > label .shortInfo:after {
	content:')';
}

.optsInputWrap input,
.optsInputWrap .input,
.optsInputWrap textarea,
.optsInputWrap select,
.optsInputWrap .selectOver,
.optsInputWrap .optsCounterWrap .over {
	width: 100%;
	padding: 10px 0 9px;
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	-webkit-transition: border-color .2s, background .2s;
	transition: border-color .2s, background .2s;
	position: relative;
	display: block;
}
.optsCheckbox .optsInputWrap,
.optsRadio .optsInputWrap,
.optsUploadContainer .optsInputWrap {
	border-bottom: 1px solid #e0e0e0;
	padding-top: 5px;
	padding-bottom: 4px;
}
.optsCheckbox .optsInputWrap .optsInputLabel,
.optsRadio .optsInputWrap .optsInputLabel,
.optsUploadContainer .optsInputWrap .optsInputLabel {
	padding-top: 5px;
	padding-bottom: 5px;
}
.optsError .error {
	font-size: .667em;
	line-height: 1.33333;
	padding: 5px 0 5px 10px;
}
.optsError > label {
	color: #C00;
}
.optsError .optsInputWrap input,
.optsError .optsInputWrap .input,
.optsError .optsInputWrap textarea,
.optsError .optsInputWrap select,
.optsError .optsInputWrap .selectOver,
.optsError .optsInputWrap .optsCounterWrap .over {
	border-bottom-color: #c00;
}

.optsInputWrap input:hover,
.optsInputWrap .input:hover,
.optsInputWrap textarea:hover,
.optsInputWrap select:hover,
.optsInputWrap .selectWrap:hover .selectOver,
.optsInputWrap .optsCounterWrap:hover .over,
.optsCheckbox .optsInputWrap:hover,
.optsRadio .optsInputWrap:hover {
	border-color: #ccc;
}
.optsInputWrap input:focus,
.optsInputWrap .input:focus,
.optsInputWrap textarea:focus,
.optsInputWrap select:focus,
.optsInputWrap .selectWrap.focus .selectOver,
.optsInputWrap .optsCounterWrap.focus .over {
	border-color: #ccc;
}

.optsInputWrap .optsInline {
	float: left;
}
.optsContainer .optsInline input {
	display: none;
}
.optsContainer .optsLine {
	display: block;
	float: none;
}

.optsInputWrap .optsInline label {
	display: block;
	padding: 5px 10px 5px 25px;
	background: #fff;
	color: #7a7a7a;
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
	margin: 0;
	cursor: pointer;
	-webkit-transition: background .2s;
	transition: background .2s;
	position: relative;
}
.optsInputWrap .optsInline label:before,
.optsInputWrap .optsInline label:after {
	position: absolute;
	content: '';
	display: block;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.optsInputWrap .optsInline label:before {
	width: 16px;
	height: 16px;
	border: 1px solid #7a7a7a;
	left: 2px;
	top: 7px;
}
.optsInputWrap .optsInline input[type="checkbox"] + label:after {
	width: 10px;
	height: 6px;
	left: 5px;
	top: 11px;
	transform: rotate(-45deg);
	border-color: #fff;
	border-bottom-color: rgb(255, 255, 255);
	border-left-color: rgb(255, 255, 255);
	border-left: 2px solid transparent;
	border-bottom: 2px solid transparent;
}
.optsInputWrap .optsInline input[type="radio"] + label:after {
	width: 8px;
	height: 8px;
	left: 6px;
	top: 11px;
	background: transparent;
	border-radius: 4px;
}
.optsInputWrap .optsInline input[type="radio"] + label:before {
	border-radius: 8px;
}
.optsInputWrap .optsInline input:checked + label {
	color: #222;
}
.optsInputWrap .optsInline input:checked + label:before {
	background: #fff;
	border-color: #383e42;
}
.optsInputWrap .optsInline input:checked + label:after {
	border-color: #383e42;
}
.optsInputWrap .optsInline input[type="radio"]:checked + label:after {
	background: #808080;
}

.optsInputWrap.btnSet {
	padding-top: 0;
	padding-bottom: 0;
}
.optsInputWrap.btnSet .optsInline {
	padding: 0;
	margin: 0;
}
.optsInputWrap.btnSet .optsInline label {
	font-size: 1em;
	padding-top: 9px;
	padding-bottom: 9px;
}
.optsInputWrap.btnSet .optsInline label:before,
.optsInputWrap.btnSet .optsInline label:after {
	display: none;
}
.optsInputWrap.btnSet .btn .icon {
	color: inherit;
}
.optsInputWrap.btnSet .btn.optsChecked .icon {
	color: #383e42;
}

.optsContainer .selectWrap,
.optsInputWrap .optsCounterWrap {
	position: relative;
	padding: 0;
	padding-bottom: 0 !important;
	overflow: hidden;
}
.optsContainer .selectOver,
.optsInputWrap .optsCounterWrap .over {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: clip;
	height: 40px;
}
.optsContainer .selectOver:after {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
	content: '';
	display: block;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #7a7a7a transparent transparent;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.optsContainer .selectWrap:hover .selectOver:after {
	border-top-color: #383e42;
}
.optsContainer .selectWrap.focus .selectOver:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	border-top-color: #383e42;
}
.optsContainer .selectWrap select,
.optsContainer .optsCounterWrap input,
.optsContainer .optsCounterWrap select {
	width: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.optsInputWrap .optsCounterWrap .optsCounterUp .icon,
.optsInputWrap .optsCounterWrap .optsCounterDown .icon {
	position: static;
	width: 1.333em;
	height: 1.333em;
	line-height: 1.2;
	font-size: 15px;
	border: 1px solid #383e42;
	border-radius: .667em;
	color: #383e42;
	display: block;
	margin: 0;
	text-align: center;
}
.optsInputWrap .optsCounterWrap .optsCounterUp,
.optsInputWrap .optsCounterWrap .optsCounterDown {
	position: absolute;
	padding: 10px 5px;
	top: 50%;
	margin-top: -.555em;
	margin-top: calc(-.555em - 10px);
	text-align: center;
}
.optsInputWrap .optsCounterWrap .optsCounterUp:hover .icon,
.optsInputWrap .optsCounterWrap .optsCounterDown:hover .icon {
	color: #fff;
	background: #383e42;
}
.optsInputWrap .optsCounterWrap .optsCounterUp.disabled,
.optsInputWrap .optsCounterWrap .optsCounterDown.disabled {
	pointer-events: none;
	opacity: .5;
}
.optsInputWrap .optsCounterWrap .optsCounterUp {
	right: 40px;
	right: calc(14px + 1.111em);
}
.optsInputWrap .optsCounterWrap .optsCounterDown {
	right: 5px;
}
.optsInputWrap .optsCounterWrap .over {
	padding-right: 60px;
}

.optsContainer .optsNfo {
	padding-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: .75em;
	clear: both;
}
.optsFieldset > .optsNfo {
	margin: 1em 0;
}
.optsFieldset > legend + .optsNfo {
	margin-top: 0;
}

.optsContainer > .ipShort,
.optsContainer > .ipLong,
.optsContainer > .ipHalf {
	float: left;
}
.optsContainer > .ipShort {
	width: 25%;
}
.optsContainer > .ipHalf {
	width: 47.5%;
	width: calc(50% - 10px);
}
.optsContainer > .ipLong {
	width: 70%;
	width: calc(75% - 20px);
}
.optsContainer > .ipLong + .ipShort,
.optsContainer > .ipShort + .ipLong,
.optsContainer > .ipHalf + .ipHalf  {
	margin-left: 5%;
	margin-left: calc(20px);
}
.optsContainerWrap .ipHalf + .ipHalf {
	margin-top: 2em;
}

.optsInputWrap .icon {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	right: 10px;
	color: #7a7a7a;
	z-index: 1;
	pointer-events: none;
}
.optsContainer select:focus + .icon,
.optsContainer .selectWrap.focus + .icon,
.optsContainer textarea:focus + .icon,
.optsContainer input:focus + .icon,
.optsContainer .input:focus + .icon {
	color: #383e42;
}
.optsContainer .date input,
.optsContainer .date .input {
	float: none;
	width: 100%;
}


/* Form Type: UPLOAD */
.optsUploadContainer .optsInputWrap {
	padding: 9px;
	font-size: 15px;
	line-height: 20px;

}
.fileinput-button {
	position: relative;
	overflow: hidden;
}
.fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	font-size: 200px;
	direction: ltr;
	cursor: pointer;
	z-index: 1;
}
.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
	margin-bottom: 5px;
}
.fileupload-progress {
	margin-top: 10px;
}
.progress {
	background-color: #f9f7f5;
	height: 20px;
	overflow: hidden;
	position: relative;
}
.progress .progress-bar {
	color: #fff;
	float: left;
	height: 100%;
	line-height: 20px;
	text-align: center;
	transition: width .6s ease 0s;
	width: 0;
	background: #383e42 url("../img/jQuery-File-Upload/progressbar.gif") 0 0 repeat;
}
.progress .progress-label {
	position: absolute;
	left: 0;
	text-align: center;
	top: 0;
	line-height: 20px;
	width: 100%;
	color: #fff;
}
.progress .percent {
	font-weight: bold;
	display: inline;
}
.fileupload-process {
	opacity: 1;
}
.fileupload-processing .fileupload-process,
.files .processing .preview {
	display: block;
	width: 32px;
	height: 32px;
	background: url("../img/jQuery-File-Upload/loading.gif") center no-repeat;
	background-size: contain;
}


.fileupload-queue,
.fileupload-uploaded-container {
	border: none;
	background-color: #FFFFFF;
	margin: 10px -5px 0;
	padding: 25px 0 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.optsFileUpload .legend {
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.fileupload-container {
	background-color: #f9f7f5;
	width: calc(100% - 10px);
	padding: 5px;
	margin: 5px;
	float: left;
	position: relative;
}
.fileupload-container .progress {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 2px;
	opacity: 0;
	border-radius: 0;
	box-shadow: none;
	transition: opacity .15s linear 0s;
}
.fileupload-container .progress .progress-bar {
	box-shadow: none;
}
.fileupload-container.fileupload-in-progress .progress {
	opacity: 1;
}
.fileupload-container .fileName {
	font-weight: bold;
	margin-bottom: .5em;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.fileupload-container .btn {
	padding: 0;
	margin-bottom: 0;
}
.fileupload-in-progress {
	background-color: #f9f7f5;
}
.fileupload-success {
	border: 2px solid #383e42;
	padding: 3px;
	background-color: #fff;
}
.fileupload-failed {
	background-color: #FCEBEA;
}
.fileupload-failed .fileName {
	color: #E53935;
}
.fileupload-uploaded-container .fileupload-uploaded {
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.fileupload-uploaded-container .fileupload-uploaded li {
	padding: 5px !important;
	margin: 5px !important;
}
.fileupload-uploaded-container .fileupload-uploaded li + li {
	margin: 5px !important;
}
.fileupload-uploaded-container .fileupload-uploaded li:before {
	display: none !important;
}
.fileupload-uploaded .fileName {
	display: inline;
}

.fileupload-container .fileupload-preview {
	float: left;
	margin-left: -5px;
	margin-bottom: -5px;
	margin-top: -5px;
	margin-right: 5px;
}
.fileupload-container .fileupload-preview .preview {
	display: block;
	width: 75px;
	height: 75px;
	background: url("../img/jQuery-File-Upload/loading.gif") no-repeat 50% 50%;
	background-size: contain;
}
.fileupload-progress
.fileupload-queue,
.fileupload-uploaded-container {
	max-height: 10000px;
	opacity: 1;
	-webkit-transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s, margin .3s, opacity .3s;
	transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s, margin .3s, opacity .3s;
}
.fileupload-fade {
	max-height: 0;
	-webkit-transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, margin .3s, opacity .3s, overflow 0s;
	transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, margin .3s, opacity .3s, overflow 0s;
	overflow: hidden;
	opacity: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}



/* Form Type: BUTTONS */
.btnContainer {
	text-align: center;
}
.btnContainer .btnLess,
.btnContainer .backLink {
	float: left;
	margin: 0;
}
.btnContainer button[type="reset"] {
	position: relative;
}
.btnContainer button[type="reset"] .icon {
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -16px;
}
/* FORM IN A BOX */
.box .optsInputWrap input,
.box .optsInputWrap .input,
.box .optsInputWrap textarea,
.box .optsInputWrap select,
.box .optsInputWrap .selectOver,
.box .optsInputWrap .optsCounterWrap .over,
.box .optsInputWrap .optsInline label {
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
}
.box .btnContainer .btn,
.box .btnContainer button {
	width: 100%;
	box-shadow: none;
	margin: 0;
}

@media (min-width: 640px) {
	.fileupload-container {
		width: calc(50% - 10px);
	}
}


/* SUCHE */
.box_search .optsContainer label {
	display:none;
}
.box_search .optsContainer input {
	width:100%;
}

/* ACCORDION */
.accordionWrapper.ui-accordion .ui-accordion-content > :first-child {
	margin-top: 0;
}
.accordionWrapper.ui-accordion .ui-accordion-content > .imgLeft:first-child,
.accordionWrapper.ui-accordion .ui-accordion-content > .imgRight:first-child {
	margin-top:10px;
}
.accordionWrapper.ui-accordion .ui-accordion-content > .imgLeft:first-child + .headline,
.accordionWrapper.ui-accordion .ui-accordion-content > .imgLeft:first-child + h2,
.accordionWrapper.ui-accordion .ui-accordion-content > .imgRight:first-child + h2,
.accordionWrapper.ui-accordion .ui-accordion-content > .imgLeft:first-child + h3,
.accordionWrapper.ui-accordion .ui-accordion-content > .imgRight:first-child + h3 {
	margin-top:10px;
}
.accordionWrapper.ui-accordion .ui-accordion-content .btnMore {
	display: block;
	text-align: left;
}
ul.eventData {
	list-style:none;
	margin: 1em 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.25;
}
@media (min-width: 360px) {
	ul.event_service {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media (min-width: 640px) {
	ul.event_service {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	ul.eventData {
		font-size: 14px;
		line-height: 1.428;
	}
}
ul.eventData li {
	position: relative;
	display: inline;
	padding: 0 0 0 20px;
}
ul.eventData li:before {
	content: '';
	background: #383e42;
	display: block;
	margin-top: 0;
	margin-left: 0;
	height: 1em;
	width: 1px;
	border: none;
	position: absolute;
	top: 3px;
	left: 10px;
}
ul.eventData li:first-child {
	padding-left: 0;
}
ul.eventData li:first-child:before {
	display: none;
}
ul.eventData.dateText li:before {
	background: #c8c8c8;
}

.eventsTimeBoxEvents {
	margin: 1em 0;
}
.eventsTimeBoxEventsTrigger {
	display: block;
	cursor: pointer;
}

/* Content: LISTS */
.list {
	margin: 10px 0;
}
.list:last-child {
	margin-bottom: 0;
}
.list .listItem {
	position:relative;
}
.list .listItem + .listItem {
	margin-top: 10px;
}
.list .listDivider {
	margin: 19px 0;
}
.list .articleWrap > :first-child {
	margin-top: 0;
}
.list .articleImgNone + .articleWrap > :first-child {
	margin-top: .5em;
}
.list .articleWrap {
	margin-bottom: 0;
}
.list .articleWrap .headline {
	margin: 0 0 10px;
}
.list .articleWrap .headline a {
	display: block;
	color: inherit;
	text-decoration: none;
}
.list .articleWrap .headline + p {
	margin-top: 0;
}
.list .articleWrap .dateText {
	font-size: 80%;
	line-height: 1.25;
	margin-bottom: 10px;
	display: block;
	color: #333;
}
.list .articleWrap .headline .btn {
	display: block;
}
.list .articleWrap .btn {
	margin-bottom: 0;
}

.list .articleImgNone,
.list .articleImgLeft,
.list .articleImgRight {
	float: none;
	margin: 0 auto;
}

.list .articleImgLeft.imgWidth-5,
.list .articleImgRight.imgWidth-5,
.list .articleImgLeft.imgWidth-10,
.list .articleImgRight.imgWidth-10,
.list .articleImgLeft.imgWidth-13,
.list .articleImgRight.imgWidth-13 {
	width: 15%;
}

.list .articleImgLeft.imgWidth-15,
.list .articleImgRight.imgWidth-15,
.list .articleImgLeft.imgWidth-17,
.list .articleImgRight.imgWidth-17,
.list .articleImgLeft.imgWidth-20,
.list .articleImgRight.imgWidth-20,
.list .articleImgLeft.imgWidth-25,
.list .articleImgRight.imgWidth-25 {
	width: 33.3%;
}

.list .articleImgLeft.imgWidth-33,
.list .articleImgRight.imgWidth-33,
.list .articleImgLeft.imgWidth-50,
.list .articleImgRight.imgWidth-50,
.list .articleImgLeft.imgWidth-67,
.list .articleImgRight.imgWidth-67,
.list .articleImgLeft.imgWidth-75,
.list .articleImgRight.imgWidth-75 {
	width: 100%;
}

.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 .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 .articleImgLeft.imgWidth-5 + .articleWrap,
.list .articleImgLeft.imgWidth-10 + .articleWrap,
.list .articleImgLeft.imgWidth-13 + .articleWrap {
	padding-left: 10px;
	margin-left: 15%;
}
.list .articleImgLeft.imgWidth-15 + .articleWrap,
.list .articleImgLeft.imgWidth-17 + .articleWrap,
.list .articleImgLeft.imgWidth-20 + .articleWrap,
.list .articleImgLeft.imgWidth-25 + .articleWrap {
	padding-left: 10px;
	margin-left: 33.3%;
}


.list .articleImgRight.imgWidth-5 + .articleWrap,
.list .articleImgRight.imgWidth-10 + .articleWrap,
.list .articleImgRight.imgWidth-13 + .articleWrap {
	padding-right: 10px;
	margin-right: 15%;
}
.list .articleImgRight.imgWidth-15 + .articleWrap,
.list .articleImgRight.imgWidth-17 + .articleWrap,
.list .articleImgRight.imgWidth-20 + .articleWrap,
.list .articleImgRight.imgWidth-25 + .articleWrap,
.list .articleImgRight.imgWidth-33 + .articleWrap {
	padding-right: 10px;
	margin-right: 33.3%;
}

@media (min-width: 480px) {
	.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 .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%;
	}
}

@media (min-width: 640px) {
	.list .listItem + .listItem {
		margin-top: 20px;
	}

	.list .articleImgLeft.imgWidth-33,
	.list .articleImgRight.imgWidth-33 {
		width: 33.3%;
	}

	.list .articleImgLeft.imgWidth-50,
	.list .articleImgRight.imgWidth-50 {
		width: 50%;
	}

	.list .articleImgLeft.imgWidth-33,
	.list .articleImgLeft.imgWidth-50 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 25%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap,
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap,
	.list .articleImgLeft.imgWidth-10 + .articleWrap,
	.list .articleImgLeft.imgWidth-13 + .articleWrap,
	.list .articleImgLeft.imgWidth-15 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap,
	.list .articleImgLeft.imgWidth-25 + .articleWrap,
	.list .articleImgLeft.imgWidth-33 + .articleWrap,
	.list .articleImgLeft.imgWidth-50 + .articleWrap {
		padding-left: 20px;
	}
	.list .articleImgLeft.imgWidth-50 + .articleWrap {
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-33,
	.list .articleImgRight.imgWidth-50 {
		float: right;
	}
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 25%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap,
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap,
	.list .articleImgRight.imgWidth-10 + .articleWrap,
	.list .articleImgRight.imgWidth-13 + .articleWrap,
	.list .articleImgRight.imgWidth-15 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap,
	.list .articleImgRight.imgWidth-25 + .articleWrap,
	.list .articleImgRight.imgWidth-33 + .articleWrap,
	.list .articleImgRight.imgWidth-50 + .articleWrap {
		padding-right: 20px;
	}
	.list .articleImgRight.imgWidth-50 + .articleWrap {
		margin-right: 50%;
	}
}

@media (min-width: 720px) {
	.list .articleImgLeft.imgWidth-5,
	.list .articleImgRight.imgWidth-5,
	.list .articleImgLeft.imgWidth-10,
	.list .articleImgRight.imgWidth-10,
	.list .articleImgLeft.imgWidth-13,
	.list .articleImgRight.imgWidth-13 {
		width: 15%;
	}
	.list .articleImgLeft.imgWidth-15,
	.list .articleImgRight.imgWidth-15,
	.list .articleImgLeft.imgWidth-17,
	.list .articleImgRight.imgWidth-17,
	.list .articleImgLeft.imgWidth-20,
	.list .articleImgRight.imgWidth-20 {
		width: 20%;
	}
	.list .articleImgLeft.imgWidth-25,
	.list .articleImgRight.imgWidth-25,
	.list .articleImgLeft.imgWidth-33,
	.list .articleImgRight.imgWidth-33 {
		width: 33.3%;
	}

	.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: 20px;
		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: 20px;
		margin-right: 50%;
	}
}

@media (min-width: 960px) {
	.list {
		margin: 20px 0;
	}

	.list .articleImgLeft.imgWidth-5,
	.list .articleImgRight.imgWidth-5 {
		width: 5%;
	}
	.list .articleImgLeft.imgWidth-10,
	.list .articleImgRight.imgWidth-10 {
		width: 10%;
	}
	.list .articleImgLeft.imgWidth-13,
	.list .articleImgRight.imgWidth-13 {
		width: 12.5%;
	}
	.list .articleImgLeft.imgWidth-15,
	.list .articleImgRight.imgWidth-15 {
		width: 15%;
	}
	.list .articleImgLeft.imgWidth-17,
	.list .articleImgRight.imgWidth-17 {
		width: 16.7%;
	}
	.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-50 + .articleWrap {
		margin-left: 50%;
	}
	.list .articleImgLeft.imgWidth-67 + .articleWrap {
		margin-left: 66.7%;
	}
	.list .articleImgLeft.imgWidth-75 + .articleWrap {
		padding-left: 20px;
		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-50 + .articleWrap {
		margin-right: 50%;
	}
	.list .articleImgRight.imgWidth-67 + .articleWrap {
		margin-right: 66.7%;
	}
	.list .articleImgRight.imgWidth-75 + .articleWrap {
		padding-right: 20px;
		margin-right: 75%;
	}
}

/* Content: GRIDS */
.gridWrap {
	margin: 0 -20px -80px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
}

.article .gridWrap,
.spacer .gridWrap,
.spacerBase .gridWrap {
	margin-left: -20px;
	margin-right: -20px;
	clear: both;
}
.is_book + .clear + .gridWrap {
	margin-bottom: -20px;
}

.gridWrap .gridSizer {
	width: 8.333%;
}
.gridWrap .articleGrid {
	padding: 0 40px 80px;
	float: left;
	position: relative;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}


.gridWrap .leftContainer,
.gridWrap .rightContainer,
.gridWrap .gridWidth_100,
.gridWrap .gridWidth_50,
.gridWrap .gridWidth_33,
.gridWrap .gridWidth_25 {
	width: 100%;
	float: left;
}
.gridWrap .rightContainer {
	float: right;
}


/* Content Part: GRIDS - General Content */
.gridWrap.gridCenter {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.gridWrap.gridCenter .articleGrid {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.gridWrap .leftContainer,
.gridWrap .rightContainer {
	width: 100%;
}
.gridWrap .rightContainer {
	float: right;
}
.articleGrid {
	position: relative;
	z-index: 1;
	width: 100%;
}

.articleGrid .gridWrapInner {
	height: 100%;
	display:block;
	position: relative;
	color: inherit;
	background: #f9f7f5;
	text-decoration: none;
}
.articleGrid .info .text > :first-child {
	margin-top: 0;
}
.articleGrid .info .text > :last-child {
	margin-bottom: 0;
}

.articleGrid .info {
	padding: 20px;
	position:relative;
}
.articleGrid .info > * {
	position: relative;
	z-index: 1;
}
.articleGrid .headline {
	margin: 0;
}
.articleGrid .headline .hint {
	font-weight: 300;
}
.articleGrid .headline a {
	text-decoration: none;
	display: block;
}
.articleGrid .btnContainer {
	margin: 0;
}
.articleGrid .imgWrap .headline,
.articleGrid .headline.headlineLikeOverImage {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #db001b;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
	padding: 5px 15px;
	z-index: 1;
}
.articleGrid .headline.headlineLikeOverImage {
	position: static;
	margin: -15px -15px 10px;
}
.articleGrid .headline.headlineLikeOverImage a {
	color: inherit;
}
.articleGrid .articleImgNone {
	margin: 0 auto;
}
.articleGrid .articleTeaser {
	position: relative;
	z-index: 1;
}
.articleGrid .articleTeaser .articleImgNone {
	position: relative;
}
.articleGrid .imgWrap {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	position: relative;
}
.articleGrid .articleTeaser .articleImgNone:not(.imgWidth-100) .imgWrap  {
	background-color: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,.1);
	position: relative;
	z-index: 1;
	border-radius: 50%;
}
.articleGrid .caption {
	display: block;
	text-align: center;
}


.articleGrid .imgWidth-100 {
	width: 100%;
}
.articleGrid .imgWidth-75 {
	width: 75%;
}
.articleGrid .imgWidth-67 {
	width: 66.7%;
}
.articleGrid .imgWidth-50 {
	width: 50%;
}
.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-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-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 (min-width: 480px) {
	.gridWrap .gridWidth_20,
	.gridWrap .gridWidth_25 {
		width: 50%;
	}
}

@media (min-width: 560px) {
	.gridWrap .gridWidth_50,
	.gridWrap .leftContainer,
	.gridWrap .rightContainer {
		width: 50%;
	}
}

@media (min-width: 640px) {
	.gridWrap .gridWidth_33 {
		width: 50%;
	}

}
@media (min-width: 720px) {
	.gridWrap .gridWidth_20 {
		width: 33.33%;
	}
	.gridWrap .gridWidth_20:nth-child(3n+1) {
		clear: left;
	}
}
@media (min-width: 960px) {
	.gridWrap .gridWidth_33 {
		width: 33.33%;
	}
	.gridWrap .gridWidth_33:nth-child(3n+1) {
		clear: left;
	}
	.gridWrap .gridWidth_25 {
		width: 25%;
	}
	.gridWrap .gridWidth_25:nth-child(4n+1) {
		clear: left;
	}

	.gridWrap {
		margin: 0 -50px -140px;
	}
	.gridWrap .articleGrid {
		padding: 0 70px 140px;
	}
}

@media (min-width: 1080px) {
	.gridWrap .gridWidth_20 {
		width: 20%;
	}
	.gridWrap .gridWidth_20:nth-child(3n+1) {
		clear: none;
	}
	.gridWrap .gridWidth_20:nth-child(5n+1) {
		clear: left;
	}
}

/* Site: PAGE JUMPS */
.jumper {
	margin: 0 -5px;
	position: relative;
}
.pagerJumper .divider {
	display: none;
}
.jumper .resultStats {
	text-align: center;
	color: #bfbfbf;
	font-size: .667em;
	padding: 0 0 5px;
}
.jumper .pagerJumper {
	display: block;
	margin: 20px auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.pagerJumper a,
.pagerJumper .spacer {
	padding: 3px;
	margin: 0 5px;
	display:block;
	float:left;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	border: 2px solid #ffffff;
	background: transparent;
	font-weight: bold;
	font-size: .833em;
	color: #000;
	line-height: 30px;
	text-align:center;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.pagerJumper .spacer {
	background: none;
	border: none;
}
.pagerJumper a:hover,
.pagerJumper a.aktiv {
	background: #000000;
	border-color: #000000;
	color: #ffffff;
}

.pages {
	text-align:center;
	padding: 10px 0;
	line-height: 20px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.pages > * {
	display: inline-block;
	overflow: hidden;
	margin: 0 10px;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
.pages > :first-child {
	margin-left: 0;
}
.pages > :last-child {
	margin-right: 0;
}
.pages .overview {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.pages .btn {
	padding-left: 0;
	padding-right: 0;
}
.pages .btn:after {
	display: none;
}
.pages .btn.btnIconLeft {
	padding-left: 1.333em;
}
.pages .btn.btnIconRight {
	padding-right: 1.333em;
}
.pages a .label {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	display: block;
}
.pages a.disabled {
	font-weight: normal;
	color: inherit;
	text-decoration: none;
}

@media (min-width: 640px) {
	.jumper .resultStats {
		line-height: 30px;
		float: left;
		padding: 0;
	}
	.jumper .pagerJumper  {
		float: right;
	}
	.pagerJumper a,
	.pagerJumper .spacer {
		font-size: .667em;
	}
}

/* ==========================================================================
   MODULE STYLES
   ========================================================================== */

#startImage {
	height: 100%;
}
#startImage .swiper-slide {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
}

#filterForm .article {
	display: none;
}
#filterForm .optsCheckbox .optsInputWrap,
#filterForm .optsRadio .optsInputWrap {
	padding: 0;
	border: none;
	display: flex;
	justify-content: center;
}
#filterForm .optsInputWrap .optsInline label:before,
#filterForm .optsCheckbox .optsInputWrap .optsInputLabel,
#filterForm .optsRadio .optsInputWrap .optsInputLabel {
	display: none;
}
#filterForm .optsInputWrap .optsInline label:after {
	font-size: .33em;
	border-radius: .5em;
	background: #000000;
	width: 1em;
	height: 1em;
	margin-left: -.5em;
	border: none;
	left: 50%;
	bottom: 5px;
	top: auto;
	opacity: 0;
}
#filterForm .optsInputWrap .optsInline label {
	text-transform: uppercase;
	padding: 10px 20px;
}
#filterForm .optsInputWrap .optsInline input:checked + label:after {
	opacity: 1;
}
/* ==========================================================================
   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;
	}
	.list .listItem,
	.gridWrap .articleGrid {
		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;
	}

	.hidden-print {
		display: none !important;
	}
}
