/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Outdated Browser
   ========================================================================== */

.chromeframe {
	margin: 0;
	background: #C00;
	color: #FFF;
	padding: .5em 0;
	text-align: center;
}
.chromeframe a {
	color: #FFF;
	text-decoration: underline;
}

#outdated{display:none;position:fixed;top:0;left:0;width:100%;text-align:center;text-transform:uppercase;z-index:1500;background-color:#C00;color:#fff;padding:15px;}* html #outdated{position:absolute}#outdated h6{font-size:25px;line-height:25px;margin:0 30px 15px 30px}#outdated p{font-size:12px;line-height:12px;margin:0}#outdated #btnUpdateBrowser{display:block;position:relative;padding:10px 20px;margin:15px auto 0;width:230px;color:#fff;text-decoration:none;border:2px solid #fff;cursor:pointer}#outdated #btnUpdateBrowser:hover{color:#C00;background-color:#fff}#outdated .last{position:absolute;top:10px;right:25px;width:20px;height:20px}#outdated #btnCloseUpdateBrowser{display:block;position:relative;width:100%;height:100%;text-decoration:none;color:#fff;font-size:36px;line-height:36px}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*
	BASE
	*/
html,
body {
	min-width: 320px;
	background: #fff;
}
body {
	overflow-x: hidden;
}
html.navMainOpen {
	height: 100%;
}
html.overlayOpen {
	overflow: hidden;
}
html.overlayOpen body,
html.navMainOpen body,
html.swipebox-html body,
body.overlayOpen {
	height: 100%;
	overflow: hidden;
}
.baseSpacer,
.baseSpacerLeft {
	padding-left: 20px;
}
.baseSpacer,
.baseSpacerRight {
	padding-right: 20px;
}
.baseSpacerMargin,
.baseSpacerMarginLeft {
	margin-left: 20px;
}
.baseSpacerMargin,
.baseSpacerMarginRight {
	margin-right: 20px;
}
.baseSpacerPos,
.baseSpacerPosLeft {
	left: 20px !important;
}
.baseSpacerPos,
.baseSpacerPosRight {
	right: 20px !important;
}
.pushOut,
.vcContentSection .col12 .pushOut {
	margin-left: -20px;
	margin-right: -20px;
}
.vcContentSection .col .box + .box {
	margin-top: 10px;
	clear: both;
}

.csMode_mixed .pushOut {
	margin-left: -10px;
	margin-right: -10px;
}
.csMode_mixed .pushOut .baseSpacerMargin,
.csMode_mixed .pushOut .baseSpacerMarginLeft {
	margin-left: 10px;
}
.csMode_mixed .pushOut .baseSpacerMargin,
.csMode_mixed .pushOut .baseSpacerMarginRight {
	margin-right: 10px;
}

#wrapper {
	position: relative;
	min-height: 100vh;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media (min-width: 960px) {
	.vcContentSection .pushOut {
		margin-left: 0;
		margin-right: 0;
	}
}

@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);
	}
	.baseSpacerPos,
	.baseSpacerPosLeft {
		left: 5% !important;
		left: calc(5% + 20px) !important;
	}
	.baseSpacerPos,
	.baseSpacerPosRight {
		right: 5% !important;
		right: calc(5% + 20px) !important;
	}
	.pushOut,
	.vcContentSection .col12 .pushOut {
		margin-left: -5.556%;
		margin-left: calc((100% + 40px) * -.05556 - 20px);
		margin-right: -5.556%;
		margin-right: calc((100% + 40px) * -.05556 - 20px);
	}
	.vcContentSection .pushOut {
		margin-left: -5.556%;
		margin-right: -5.556%;
	}

	.csMode_mixed .pushOut {
		margin-left: -5.556%;
		margin-left: calc((100% + 40px) * -.05556 + 20px);
		margin-right: -5.556%;
		margin-right: calc((100% + 40px) * -.05556 + 20px);
	}
	.csMode_mixed .pushOut .baseSpacerMargin,
	.csMode_mixed .pushOut .baseSpacerMarginLeft {
		margin-left: 5%;
		margin-left: calc(5% - 20px);
	}
	.csMode_mixed .pushOut .baseSpacerMargin,
	.csMode_mixed .pushOut .baseSpacerMarginRight {
		margin-right: 5%;
		margin-right: calc(5% - 20px);
	}
}
@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);
	}
	.baseSpacerPos,
	.baseSpacerPosLeft {
		left: 10% !important;
		left: calc(10% + 20px) !important;
	}
	.baseSpacerPos,
	.baseSpacerPosRight {
		right: 10% !important;
		right: calc(10% + 20px) !important;
	}
	.pushOut,
	.vcContentSection .col12 .pushOut {
		margin-left: -12.5%;
		margin-left: calc((100% + 40px) * -.125 - 20px);
		margin-right: -12.5%;
		margin-right: calc((100% + 40px) * -.125 - 20px);
	}
	.vcContentSection .pushOut {
		margin-left: -12.5%;
		margin-right: -12.5%;
	}

	.csMode_mixed .pushOut {
		margin-left: -12.5%;
		margin-left: calc((100% + 40px) * -.125 + 20px);
		margin-right: -12.5%;
		margin-right: calc((100% + 40px) * -.125 + 20px);
	}
	.csMode_mixed .pushOut .baseSpacerMargin,
	.csMode_mixed .pushOut .baseSpacerMarginLeft {
		margin-left: 10%;
		margin-left: calc(10% - 20px);
	}
	.csMode_mixed .pushOut .baseSpacerMargin,
	.csMode_mixed .pushOut .baseSpacerMarginRight {
		margin-right: 10%;
		margin-right: calc(10% - 20px);
	}
}
@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% !important;
		margin-right: calc(15% + 20px) !important;
	}
	.baseSpacerPos,
	.baseSpacerPosLeft {
		left: 15% !important;
		left: calc(15% + 20px) !important;
	}
	.baseSpacerPos,
	.baseSpacerPosRight {
		right: 15%;
		right: calc(15% + 20px);
	}
	.pushOut,
	.vcContentSection .col12 .pushOut {
		margin-left: -21.428%;
		margin-left: calc((100% + 40px) * -.21428 - 20px);
		margin-right: -21.428%;
		margin-right: calc((100% + 40px) * -.21428 - 20px);
	}
	.vcContentSection .pushOut {
		margin-left: -21.428%;
		margin-right: -21.428%;
	}

	.csMode_mixed .pushOut {
		margin-left: -21.428%;
		margin-left: calc((100% + 40px) * -.21428 + 20px);
		margin-right: -21.428%;
		margin-right: calc((100% + 40px) * -.21428 + 20px);
	}
	.csMode_mixed .pushOut .baseSpacerMargin,
	.csMode_mixed .pushOut .baseSpacerMarginLeft {
		margin-left: 15% !important;
		margin-left: calc(15% - 20px) !important;
	}
	.csMode_mixed .pushOut .baseSpacerMargin,
	.csMode_mixed .pushOut .baseSpacerMarginRight {
		margin-right: 15% !important;
		margin-right: calc(15% - 20px) !important;
	}
}

/*
	HEADER
 */
#header {
	position: fixed;
	left: 0;
	top: -40px;
	width: 100%;
	z-index: 50;
	transition: all .3s;
}
#header:after {
	content: '';
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: calc(100% + 60px);
	pointer-events: none;
	opacity: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 100%);
	transition: opacity .3s;
	z-index: -1;
}
#header.fixedShow,
#header.isAtTop,
#header.isOverBreakpoint,
#navMenuSwitch:checked ~ #wrapper #header {
	top: 0;
	z-index: 51;
}
#navMenuSwitch:not(:checked) ~ #wrapper #header.transparent {
	background: transparent;
}
#navMenuSwitch:not(:checked) ~ #wrapper #header.transparent:after {
	opacity: 1;
}
#navMenuSwitch:not(:checked) ~ #wrapper #header.transparent #logo,
#navMenuSwitch:not(:checked) ~ #wrapper #header.transparent #logoNavBar,
#navMenuSwitch:not(:checked) ~ #wrapper #header.transparent #logoNavBar a,
#navMenuSwitch:not(:checked) ~ #wrapper #header.transparent #navMenuTrigger {
	color: #fff;
}
#navMenuSwitch:not(:checked) ~ #wrapper #header.transparent #navMenuTrigger:before,
#navMenuSwitch:not(:checked) ~ #wrapper #header.transparent #navMenuTrigger:after,
#navMenuSwitch:not(:checked) ~ #wrapper #header.transparent #navMenuTrigger .line {
	background: #fff;
}
#topBar {
	position: relative;
	z-index: 1;
}
#topBar > * {
	float: right;
}
#topBar > * + * {
	margin-right: 40px;
}
#topBar a {
	color: inherit;
}
#logoNavBar {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: .875em;
}
#header.fixedShow #logoNavBar,
#header.isAtTop #logoNavBar,
#header.isOverBreakpoint #logoNavBar {
	padding-top: 20px;
	padding-bottom: 20px;
}
#logo {
	float: left;
	height: 1em;
	font-size: 3em;
	line-height: 1;
	display: block;
	transition: font-size .3s;
	text-decoration: none;
	position: relative;
	z-index: 1;
}
#logo .icon:before {
	display: block;
}
#header.fixedShow #logo,
#header.isAtTop #logo,
#header.isOverBreakpoint #logo,
#navMenuSwitch:checked ~ #wrapper #logo {
	font-size: 4em;
}
#navRight {
	float: right;
	font-size: 1em;
	line-height: 3em;
	font-weight: 500;
}
#navQuickAccess {
	float: left;
	display: none;
	margin-right: 20px;
	opacity: 1;
	transition: opacity .3s, visibility .3s;
}
#navMenuSwitch:checked ~ #wrapper #navQuickAccess {
	opacity: 0;
	visibility: hidden;
}
#navQuickAccess ul li {
	float: left;
}
#navQuickAccess ul li + li {
	margin-left: 20px;
}
#navQuickAccess a {
	text-decoration: none;
	display: block;
	transition: color .3s;
}
#navMenuTrigger {
	position: relative;
	display: block;
	color: inherit;
	float: left;
	padding: 0 40px 0 0;
	cursor: pointer;
	z-index: 101;
	transition: color .3s;
}
#header.fixedShow #navRight,
#header.isAtTop #navRight,
#header.isOverBreakpoint #navRight,
#navMenuSwitch:checked ~ #wrapper #navRight {
	line-height: 4em;
}

#navMenuTrigger:before,
#navMenuTrigger:after,
#navMenuTrigger .line {
	position: absolute;
	content: '';
	display: block;
	height: 3px;
	right: 0;
	top: 50%;
	width: 30px;
	background: #000000;
	transition: all .3s;
}
#navMenuTrigger:before {
	margin-top: -10px;
}
#navMenuTrigger:after {
	margin-top: 8px;
}
#navMenuTrigger .line {
	top: 50%;
	margin-top: -1px;
}
#navMenuTrigger .menu {
	display: block;
}
#navMenuTrigger .close {
	display: none;
}

#navMenuTrigger:hover .line {
	opacity: 0;
}
#navMenuTrigger:hover:before {
	margin-top: -5px;
}
#navMenuTrigger:hover:after {
	margin-top: 3px;
}
#navMenuSwitch:checked ~ #wrapper #navMenuTrigger .line {
	opacity: 0;
	width: 0;
}
#navMenuSwitch:checked ~ #wrapper #navMenuTrigger:before {
	transform: rotate(45deg);
	transform-origin: 0 0;
	margin-top: -10px;
}
#navMenuSwitch:checked ~ #wrapper #navMenuTrigger:after {
	transform: rotate(-45deg);
	transform-origin: 0 100%;
	margin-top: 10px;
}
#navMenuSwitch:checked ~ #wrapper #navMenuTrigger .menu {
	display: none;
}
#navMenuSwitch:checked ~ #wrapper #navMenuTrigger .close {
	display: block;
}

#headerWrap {
	position: absolute;
	height: 0;
	overflow: hidden;
	left: 0;
	top: 0;
	width: 100%;
	transition: height .3s, padding .3s, box-shadow .3s, overflow 0s, background 0s .3s;
	z-index: 0;
	display: flex;
	flex-direction: column;
	scrollbar-width: thin;
}
#navMenuSwitch:checked ~ #wrapper #header:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(80px + 4em);
	content: '';
	display: block;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) calc(100% - 40px),rgba(255,255,255,0) 100%);
	z-index: -1;
	pointer-events: none;
}
#headerWrap > .wrap {
	padding-top: calc(100px + 4em);
	padding-bottom: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-grow: 1;
}

#navMenuSwitch:checked ~ #wrapper #headerWrap {
	height: 100vh;
	transition: height .3s, padding .3s, box-shadow .3s, background .3s;
	overflow: scroll;
	animation: 0s linear 0.3s 1 normal both running delayOverflowAuto;
}

/* main anvigation */
#navMain a {
	text-decoration: none;
	margin: 0;
	display: block;
}

#navMain .checkboxTrigger ~ .subNavWrap > ul {
	overflow: hidden;
}
#navMain .navBtnWrap {
	position: relative;
}
#navMain .checkboxTrigger + .navBtnWrap {
	padding-right: 40px;
}
#navMain .iconMenuTriggerDwn {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 20px;
	text-align: center;
	top: 50%;
	right: 0;
	margin-top: -15px;
	padding: 5px 0;
	overflow: hidden;
	transition: all .3s;
	user-select: none;
}
#navMain .checkboxTrigger:checked + .navBtnWrap > .iconMenuTriggerDwn {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

#navMain .lvl1 {
	transition: all .3s;
}
#navMain .lvl2 {
	margin-top: 20px;
}
#navMain .lvl3 {
	margin-top: 10px;
}
#navMain .lvl2 .navBtnWrap .name {
	transition: all .3s;
	border-bottom: 2px solid transparent;
}


#socialHeaderInMainNav {
	margin-top: 60px;
}
#socialHeaderInMainNav .label {
	display: none;
}
.social a {
	font-size: 2em;
}
.social ul {
	display: flex;
	margin: 0 -10px;
	flex-wrap: wrap;
}
.social li {
	margin: 0 10px;
}

@media (min-width: 360px) {
	#logoNavBar {
		font-size: 1em;
	}
}
@media (min-width: 640px) {
	#headerWrap > .wrap {
		margin-left: calc((100% + 40px) / 8);
	}
	#socialHeaderInMainNav {
		position: absolute;
		top: calc(50% + 2em + 50px);
		margin-top: 0;
		transform: translateY(-50%);
		opacity: 0;
		transition: opacity 0s;
	}
	#navMenuSwitch:checked ~ #wrapper #socialHeaderInMainNav {
		opacity: 1;
		transition: opacity .3s .3s;
	}
	#socialHeaderInMainNav ul {
		flex-direction: column;
	}
	#navQuickAccess {
		display: block;
	}
}
@media (max-width: 959px) {
	#logoNavBar:before {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: #000;
		pointer-events: none;
		opacity: 0;
		transition: all .3s;
	}
	#navMenuSwitch:checked ~ #wrapper #header #logoNavBar:before {
		opacity: 1;
	}
	#headerWrap {
		z-index: -1;
	}
	#navMain .lvl1 + .lvl1 {
		margin-top: 30px;
	}
	#navMain .checkboxTrigger ~ .subNavWrap {
		display: grid;
		grid-template-rows: 0fr;
		transition: grid-template-rows .3s ease-out;
	}
	#navMain .checkboxTrigger:checked ~ .subNavWrap {
		grid-template-rows: 1fr;
	}
	#navMain .lvl1.disabled {
		opacity: .5;
	}
}
@media (min-width: 720px) {
	#navQuickAccess {
		margin-right: 40px;
	}
	#navQuickAccess ul li + li {
		margin-left: 40px;
	}
}
@media (min-width: 960px) {
	#headerWrap > .wrap {
		margin-left: calc((100% + 40px) / 6);
	}
	#navMain .checkboxTrigger + .navBtnWrap {
		padding-right: 0;
	}
	#navMain .iconMenuTriggerDwn {
		display: none;
	}
	#navMain > ul {
		margin: -20px 0;
		position: relative;
	}

	#navMain .lvl1 {
		padding: 20px 0;
		position: relative;
		margin-left: calc((100% + 40px) * 2 / 5);
	}
	#navMain .lvl1 > .subNavWrap {
		position: absolute;
		right: 100%;
		padding-right: 40px;
		top: 0;
		padding-top: 20px;
		padding-bottom: 20px;
		width: calc((100% + 40px) / 3 * 2);
	}
	#navMain .subNavWrap {
		display: none;
		transition: opacity .3s;
	}
	#navMain .lvl2:first-child {
		 margin-top: 0;
	}

	.no-js #navMain > ul:hover .lvl1 {
		opacity: .5;
	}
	.no-js #navMain > ul:hover .lvl1:hover {
		opacity: 1;
	}
	.no-js #navMain .lvl1:hover .subNavWrap {
		display: block;
	}
	.js #navMain .checkboxTrigger ~ .subNavWrap {
		opacity: 0;
		display: block;
		pointer-events: none;
	}
	.js #navMain .checkboxTrigger:checked ~ .subNavWrap {
		opacity: 1;
		pointer-events: auto;
	}
	.js #navMain .lvl1.disabled {
		opacity: .5;
	}
}

/* Language */
#languageSelect li {
	float: left;
}
#languageSelect .item {
	font-weight: 700;
	text-decoration: none;
	padding: 5px 0;
	display: block;
}
#languageSelect .item .label {
	line-height: 30px;
	display: block;
}


/* Suche & Translate */
#siteSearchTrigger {
	display: block;
	padding: 5px 10px;
	line-height: 20px;
	margin: 0 -10px;
	transition: all .3s;
	position: relative;
}
#siteSearchTrigger .on,
#siteSearchTrigger .off {
	padding: 5px 0 3px;
	border-bottom: 2px solid transparent;
	display: block;
	transition: all .3s;
	float: right;
}

#siteSearchTrigger .on {
	display: block;
}
#siteSearchTrigger .off {
	border-bottom: 2px solid #000;
}

#siteSearchTrigger .label {
	padding-right: 5px;
}

#siteSearchTrigger .label,
#siteSearchTrigger .off,
#siteSearchSwitch:checked ~ #wrapper #siteSearchTrigger .on {
	display: none;
}
#siteSearchSwitch:checked ~ #wrapper #siteSearchTrigger .off {
	display: block;
}
#siteSearchTrigger:hover .on {
	border-bottom: 2px solid #000;
}

#quickSrcBox {
	height: 0;
	position: fixed;
	overflow: hidden;
	left: 0;
	right: 0;
	top: 0;
	transition: height .3s, width .3s, padding .3s, box-shadow .3s;
	background: rgba(0,0,0,.9);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#siteSearchSwitch:checked ~ #wrapper #quickSrcBox {
	z-index: 102;
	height: 100%;
}
#siteSearchSwitch:checked ~ #wrapper #navMenuTrigger {
	z-index: 0;
}
#quickSrcBox .wrap {
	position: relative;
}
#quickSrcBox .optsContainer {
	margin: 0 calc(1.25em + 40px) 0 0;
}
#srcBoxQ,
#srcBoxQWrap label {
	line-height: 1.25;
	font-weight: 400;
}
#srcBoxQWrap input:focus ~ label {
	font-size: .33em;
}
#srcBoxSubmit {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	padding: 10px;
	text-align: center;
	color: #000;
	width: calc(2.5em + 20px);
	transition: all .3s;
	font-size: .5em;
}
#srcBoxSubmit:hover {
	background: #000;
	color: #fff;
}

@media (min-width: 640px) {
	#quickSrcBox .optsContainer {
		margin-right: calc(1.25em + 60px);
	}
}


/*
	MAIN
 */
#main {
	padding-top: calc(80px + 4em);
	flex-grow: 1;
	width: 100%;
	overflow: clip;
}
.csMode_mixed #main:before,
.csMode_mixed #main:after {
	position: absolute;
	top: 0;
	bottom: 0;
	background: #000;
	display: block;;
	width: 10px;
	content: '';
}
.csMode_mixed #main:before {
	left: 0;
}
.csMode_mixed #main:after {
	right: 0;
}
.vcContentSection {
	margin-top: 80px;
	margin-bottom: 80px;
	position: relative;
}
#content > .article.vcContentSection:first-child {
	margin-top: 40px;
}
.vcContentLoader {
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	height: 0;
	width: 100vw;
	background: rgba(0, 0, 0, .5) url("../img/preloader_301_dark.gif") no-repeat 50% 50%;
	display: block;
	z-index: 52;
}
.vcContentLoader.loading {
	height: 100vh;
	opacity: 1;
}
#content > article:first-child > .vcContentSection:not(.teaserSection):first-child,
#rghtContainer > article:first-child > .vcContentSection:not(.teaserSection):first-child,
#rghtContainer > article:first-child {
	margin-top: 60px;
}
.teaserSection + #containerWrapper #rghtContainer > article:first-child > .vcContentSection:first-child {
	margin-top: 0;
}
.vcContentSectionInnerWrap {
	transform: '200ms scale ease-in-out';
}

.vcContentSection.bgBlack,
.vcContentSection.bgAlternate {
	padding-top: 120px;
	padding-bottom: 120px;
}
.vcContentSection.bgBlack {
	background: #000;
	color: #fff;
}
.vcContentSection.bgBlack .col {
	color: inherit;
}
.vcContentSection.bgBlack .h1 {
	background: #000;
	color: #fff;
}
.vcContentSection.bgBlack h1,
.vcContentSection.bgBlack .fs1,
.vcContentSection.bgBlack .ui-accordion .ui-accordion-header.h1,
.vcContentSection.bgBlack .fs2,
.vcContentSection.bgBlack h2,
.vcContentSection.bgBlack .fs3,
.vcContentSection.bgBlack .ui-accordion .ui-accordion-header.h2,
.vcContentSection.bgBlack h3,
.vcContentSection.bgBlack .fs4,
.vcContentSection.bgBlack .ui-accordion .ui-accordion-header.h3,
.vcContentSection.bgBlack .accordionWrapper.ui-accordion .ui-accordion-content a,
.vcContentSection.bgBlack a,
.vcContentSection.bgBlack .colored {
	color: inherit;
}
.vcContentSection.bgBlack .hint {
	color: #ababab;
}
.vcContentSection.bgBlack:last-child,
.vcContentSection.bgAlternate:last-child {
	margin-bottom: 0;
}

#lftContainer .box + .box {
	margin-top: 40px;
}
#lftContainer .box .boxHead,
#lftContainer .box .navHead {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
@media (max-width: 959px) {
	.vcContentSection .col {
		flex-grow: 1;
	}
	.vcContentSection .col + .col {
		margin-top: 40px;
	}
	#containerWrapper {
		display: flex;
		flex-direction: column;
		position: relative;
	}
	#lftContainer {
		order: -1;
		position: relative;
		height: 40px;
	}
	#lftContainer .scrollableAside {
		position: absolute;
		width: calc(100% + 40px);
		z-index: 1;
		height: 0;
	}
	#lftContainer .scrollableAside .wrapItLikeItsHot {
		position: relative;
		left: calc(-100% - 20px);
		transition: all .3s;
		padding-top: 40px;
		margin-top: calc(-80px - 1rem);
	}
	#header.fixedShow + #main #lftContainer .scrollableAside .wrapItLikeItsHot {
		margin-top: -20px;
	}
	#lftContainerSwitch:checked + .scrollableAside .wrapItLikeItsHot {
		box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	}
	#lftContainer .scrollableAside .box {
		padding: 20px;
	}
	#lftContainer .scrollableAside .box:first-child {
		margin-top: 20px;
	}
	#lftContainer .scrollableAside .box + .box {
		margin-top: 0;
	}
	#lftContainerSwitch:checked + .scrollableAside .wrapItLikeItsHot {
		left: -20px;
	}
	#lftContainerTrigger {
		position: absolute;
		top: calc(-60px - 1rem);
		z-index: 2;
		padding: 10px 20px;
		width: 100%;
		transition: top .2s;
		left: -20px;
	}
	#header.fixedShow + #main #lftContainerTrigger,
	#main .scrollableAside:not(.moved) #lftContainerTrigger {
		top: 0;
	}
	#lftContainerSwitch + .scrollableAside #lftContainerTrigger .on {
		display: block;
	}
	#lftContainerSwitch:checked + .scrollableAside #lftContainerTrigger .on,
	#lftContainerSwitch + .scrollableAside #lftContainerTrigger .off {
		display: none;
	}
	#lftContainerSwitch:checked + .scrollableAside #lftContainerTrigger .off {
		display: block;
	}
}
@media (min-width: 960px) {
	.vcContentSection {
		margin-top: 120px;
		margin-bottom: 120px;
	}
	.vcContentSectionInnerWrap,
	#containerWrapper {
		display: flex;
		justify-content: center;
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;
	}
	.vcContentSection .teaserWrap {
		flex-grow: 1;
		width: 100%;
	}
	#lftContainerTrigger {
		display: none;
	}
	#rghtContainer,
	#lftContainer .box,
	.vcContentSection .col {
		padding: 0 20px;
	}
	.csMode_mixed #lftContainer .scrollableAside .wrapItLikeItsHot,
	#teaserSection + #containerWrapper #lftContainer .scrollableAside .wrapItLikeItsHot{
		padding-top: 40px;
		padding-bottom: 40px;
		position: relative;
	}
	.csMode_mixed #lftContainer .scrollableAside .wrapItLikeItsHot:after {
		content: '';
		display: block;
		top: 0;
		right: 100%;
		bottom: 0;
		width: 100%;
		position: absolute;
	}

	#lftContainer,
	.vcContentSection .col4 {
		width: 33.3333%;
	}
	#rghtContainer .vcContentSection .col4,
	.vcContentSection .col6 {
		width: 50%;
	}
	#rghtContainer,
	.vcContentSection .col8 {
		width: 66.6667%;
	}
	#rghtContainer .vcContentSection .col8,
	.vcContentSection .col12 {
		width: 100%;
	}
	#lftContainer {
		order: -1;
	}
	#lftContainer .scrollableAside {
		position: relative;
		padding-top: 60px;
		padding-bottom: 60px;
		z-index: 1;
		transition: margin .3s;
	}
	#teaserSection + #containerWrapper #lftContainer .scrollableAside {
		padding-top: 0;
		margin-top: -160px;
	}
	#teaserSection + #containerWrapper #lftContainer .scrollableAside.moved {
		margin-top: 0;
	}
	#teaserSection + #containerWrapper #rghtContainer > article:first-child {
		margin-top: 0;
	}
}
@media (min-width: 1120px) {
	.vcContentSection .col4:first-child:not(:last-child),
	#lftContainer {
		padding-right: calc(8.3333% + 20px);
	}
	.vcContentSection .col4:last-child {
		padding-left: calc(8.3333% + 20px);
	}
}
@media (min-width: 1280px) {
	.csMode_mixed #main:before,
	.csMode_mixed #main:after {
		width: 40px;
	}
}

/*
	MAIN
 */
#footer {
	background: #000;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
#footer a,
#footer .a {
	color: inherit;
	text-decoration: none;
}
#footer > .wrap > * {
	padding-top: 30px;
	padding-bottom: 30px;
}
#socialInFooter .label {
	color: inherit;
	margin: 0;
}
#logoFooter {
	display: block;
	font-size: 4em;
	line-height: 1;
}
#navFtr li {
	padding-left: 20px;
	position: relative;
}
#navFtr li:before {
	content: '○';
	position: absolute;
	left: 0;
	font-size: .75em;
	top: 50%;
	transform: translateY(-50%);
}
#navFtr a .label,
#navFtr .a .label {
	border-bottom: 2px solid transparent;
}
#letterFooterWrap .article {
	font-family: inherit;
}
#letterFooterWrap a {
	text-decoration: underline;
}
#newsletterRegister {
	margin-top: 10px;
}
#newsletterRegister .wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
#newsletterRegister .wrap > * {
	margin: 0;
	padding: 0 10px;
	flex: 1 1 50%;
}
#newsletterRegister .wrap .optsNewsletterAdditional {
	width: 100%;
	flex-shrink: 0;
	flex-basis: 100%;
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
#newsletterRegister .wrap .optsNewsletterAdditional .optsInputWrap {
	flex: 1 1 auto;
	margin-right: 20px;
}
#newsletterRegister .wrap .optsNewsletterAdditional .optsInputWrap:last-child {
	margin-right: 0;
}
#newsletterRegister .wrap .optsNewsletterAdditional .ipLow {
	flex-basis: 25%;
}
#newsletterRegister .wrap > .btnContainer {
	flex: 0 1 auto;
}
#newsletterRegister .wrap > .btnContainer .btn {
	height: 100%;
}
#newsletterRegister .wrap .optsPrivacy {
	width: 100%;
	margin-top: 5px;
}
#newsletterRegister .wrap #epostWrap + .optsNewsletterAdditional {
	margin-top: 20px;
}

#footerTop {
	position: absolute;
	top: 20px;
	right: 0;
	padding-right: 0 !important;
}
#footerTop .btn {
	transform: rotate(-90deg) translateY(-100%);
	transform-origin: 100% 0;
	white-space: nowrap;
}
#footerTop .btn.fixed {
	position: fixed;
	bottom: 0;
	right: 0;
	transform: rotate(-90deg) translateX(100%);
	transform-origin: 100% 100%;
}

@media (min-width: 640px) {
	#footer > .wrap {
		margin-left: -20px;
		margin-right: -20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#footer > .wrap > * {
		padding-left: 20px;
		padding-right: 20px;
	}
	#navFtr,
	#socialInFooter {
		width: 50%;
	}
	#socialInFooter > * {
		padding-right: calc((100% + 40px) / 4 - 20px);
	}

	#newsletterRegister {
		margin-top: 20px;
	}
}
@media (min-width: 960px) {
	#navFtr,
	#socialInFooter {
		width: 25%;
	}
	#socialInFooter > * {
		padding-right: 0;
	}
	#letterFooterWrap {
		width: 50%;
	}
	#letterFooterWrap > * {
		padding-right: calc((100% + 40px) / 6);
	}
}

#unsetPreviewBtn {
	position: fixed;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	z-index: 1000;
	padding-top: 8px;
	padding-bottom: 8px;
}
#unsetPreviewBtn:not(:hover) {
	color: #fff;
}
#unsetPreviewBtn:after {
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
#unsetPreviewBtn:not(:hover):after {
	background: #c00;
	border-color: #c00;
}
@media (min-width: 640px) {
	#unsetPreviewBtn {
		bottom: 20px;
	}
}

/* ==========================================================================
   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:99999 !important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff;background:rgba(0, 0, 0, .75)}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform 0.4s ease;transition:transform 0.4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer;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 .swipebox-audio-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-audio-container{padding: 5%; width: 90%;}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;);-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-iframe-container iframe,#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100% !important;height:100% !important;position:absolute;top:0;left:0}#swipebox-slider .slide .swipebox-iframe-container{width:100%;height:100%;overflow:hidden;position:relative;display:inline-block}#swipebox-slider .slide-loading{background:url("../img/preloader_301_dark.gif") center center no-repeat}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:0.5s;transition:0.5s;position:absolute;left:0;z-index:999;height:50px;width:100%}#swipebox-bottom-bar{bottom:0;color:#fff !important}#swipebox-top-bar{left:10px;bottom:0;display:table;width:calc(100% - 120px)}#swipebox-title{width:100%;height:100%;text-align:center;vertical-align:middle;display:table-cell;color:#fff;text-shadow:0 0 20px rgba(0, 0, 0, 0.19), 0 0 6px rgba(0, 0, 0, 0.23)}#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;left:0;bottom:0;top:-50vh}#swipebox-prev{background-position:-32px 13px;float:left}#swipebox-next{background-position:-78px 13px;float:right;position:absolute;right:-100vw;margin-right:50px}#swipebox-close,#swipebox-zoomin,#swipebox-zoomout{top:0;position:absolute;z-index:9999}#swipebox-close{background-position:15px 12px;right:0}#swipebox-zoomin{background-position:-122px 12px;right:50px}#swipebox-zoomout{background-position:-168px 12px;right:50px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-next.disabled,#swipebox-prev.disabled,#swipebox-zoomin.disabled,#swipebox-zoomout.disabled{opacity:0.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:rightSpring 0.3s;animation:rightSpring 0.3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:leftSpring 0.3s;animation:leftSpring 0.3s}.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all 0.3s ease;transition:all 0.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}}#swipebox-slider .slide .video-js-container .swipebox-video{width:auto;height:auto}#swipebox-slider .swipebox-video .video-js{width:100%;height:100%;display:block;position: absolute}#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}#swipebox-slider .slide .video-mejs-container {max-width: none;}
/*
	Overlay
	*/
.vcModalTarget {
	transition: height 0s .3s, opacity .3s;
	pointer-events: none;
	position: fixed;
	height: 0;
	width: 100%;
	opacity: 0;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: scroll;
	z-index: 1000;
}
.vcModalTarget.loading .vcModal {
	background-image: url(../img/preloader_301_dark.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 100%;
}
.vcModalTarget.loading .vcModal .modalMsg {
	background: none !important;
	visibility: hidden;
}
.vcModal {
	max-height: 100%;
}

.vcModalOverlay {
	background: #000;
	opacity: .75;
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
}
.vcModal .modalMsg {
	margin-top: 20px;
	margin-bottom: 20px;
	flex-grow: 0;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}

.vcModalTarget:not(.vcModalBannerBottom) .vcModal .modalMsg {
	padding-left: 20px;
	padding-right: 20px;
}

.vcModalSwitch:checked + .vcModalTarget,
.vcModalTarget.loading {
	height: 100%;
	opacity: 1;
	transition: height 0s, opacity .3s;
	pointer-events: auto;
}
.vcModal .vcModalClose {
	position: absolute;
	display: block;
	right: -20px;
	top: -20px;
	cursor: pointer;
	padding: 10px;
	line-height: 20px;
	text-align: center;
	background: #89898d;
	color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	transition: all .3s;
	z-index: 10;
}
.vcModal .vcModalClose:hover {
	background: #444446;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.vcModalBannerBottom {
	overflow: hidden;
	justify-content: end;
}
.vcModalBannerBottom .vcModal {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: calc(100% - 20px);
	border-radius: 20px 0 0 0;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.vcModalBannerBottom .vcModal .modalMsg {
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 80px;
	width: 100%;
}
.vcModalBannerBottom .vcModalOverlay {
	opacity: .5;
}
.vcModalBannerBottom .vcModalClose {
	bottom: 20px;
	top: auto;
	right: 50%;
	margin-right: -20px;
	position: fixed;
}
.vcModalBannerBottom .vcModal:after {
	content: '';
	width: 100%;
	position: fixed;
	height: 80px;
	display: block;
	background: #f00;
	bottom: 0;
	z-index: 9;
	pointer-events: none;
}
.vcModalBannerBottom.loading .vcModal:after {
	visibility: hidden;
}
.vcModalBannerBottom .vcModalClose:hover {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	transform: translateY(-5px);
}
.vcModalBannerBottom .teaserSection:first-child {
	margin-top: -20px;
}

.vcModalBannerBottom .vcContentSection.hasDatei_2010:first-child .grids_1 .video .fileWrapper {
	margin-top: -80px;
	margin-left: -20px;
	margin-right: -20px;
}

.vcModalBannerBottom .download.video .fileWrapper video {
	max-height: calc(100vh - 40px) !important;
}
@media (min-width: 960px) {
	.vcModalBannerBottom .vcModal {
		max-height: calc(100% - 40px);
	}
}
@media (min-width: 1280px) {
	.vcModalBannerBottom .vcContentSection.hasDatei_2010:first-child .grids_1 .video .fileWrapper {
		margin-left: calc((100% + 40px) * -.05556 - 20px);
		margin-right: calc((100% + 40px) * -.05556 - 20px);
	}
}
@media (min-width: 1600px) {
	.vcModalBannerBottom .vcContentSection.hasDatei_2010:first-child .grids_1 .video .fileWrapper {
		margin-left: calc((100% + 40px) * -.125 - 20px);
		margin-right: calc((100% + 40px) * -.125 - 20px);
	}
}
@media (min-width: 1840px) {
	.vcModalBannerBottom .vcContentSection.hasDatei_2010:first-child .grids_1 .video .fileWrapper {
		margin-left: calc((100% + 40px) * -.21428 - 20px);
		margin-right: calc((100% + 40px) * -.21428 - 20px);
	}
}


/*
		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
	*/
#privacySetup .article {
	margin-top: 0;
}
.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;
	background: #C00;
	border-radius: .75em;
	display: block;
	transition: all .3s;
}
.vcPrivacyOptsLine label .state:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 1.25em;
	height: 1.25em;
	background: #fff;
	margin-top: -.625em;
	margin-left: -1.375em;
	border-radius: .625em;
	transition: all .3s;
}
.vcPrivacyOptsLine input:checked + label .state {
	background: #00b300;
}
.vcPrivacyOptsLine input:checked + label .state:after {
	margin-left: .125em;
}

.vcPrivacyOptsLine input:disabled + label {
	pointer-events: none;
}
.vcPrivacyOptsLine input:disabled + label .state {
	background: #ddd;
}

.vcPrivacyOptsLineWrap + .vcPrivacyOptsLineWrap {
	margin-top: 1.5em;
}
.vcPrivacyMoreInfoTrigger {
	padding: .5em 0 0;
	display: block;
}
.vcPrivacyMoreInfoTrigger .vcCssIconArrowDown {
	margin: 0 0 0 .5em;
	transition: transform .3s;
	float: none !important;
	display: inline-block !important;
}

.vcPrivacySlideDownSwitch ~ .vcPrivacySlideDownTarget {
	max-height: 0;
	transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, overflow 0s;
	overflow: hidden;
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .on {
	display: inline;
}
.vcPrivacySlideDownTrigger .on,
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .off {
	display: none;
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .vcCssIcon {
	transform: rotate(180deg);
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .vcCssIconArrowDown:after {
	margin-top: -1em;
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTarget {
	max-height: 10000px;
	padding-top: .625em;
	transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s;
	animation: 0s linear 0.3s 1 normal both running delayOverflow;
}

.vcPrivacyDefList {
	padding: 0;
	margin: 0;
	font-size: .8em;
}
.vcPrivacyDefList dt {
	padding: .3125em 0 0;
	font-weight: bold;
	text-align: left;
	margin: 0;
}
.vcPrivacyDefList dd {
	font-weight: normal;
	text-align: left;
	padding: 0 0 .3125em;
	margin: 0;
}
.vcPrivacyDefList dt:first-child {
	padding-top: 0;
}
.vcPrivacyDefList dd:last-child {
	padding-bottom: 0;
}

#vcPrivacySetupSubmit {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 1em;
}
.vcPrivacyOverlayTrigger {
	cursor: pointer;
}

.vcPrivacyNoPermission {
	background: #f2f2f2;
	border: 1px solid #ddd;
	text-align: center;
	padding: 1em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media (min-width: 640px) {
	.vcPrivacyDefList dt {
		clear: left;
		float: left;
		padding: .25em 0;
		width: 25%;
	}
	.vcPrivacyDefList dd {
		padding: .25em 0 .25em 20px;
		margin: 0;
		width: 75%;
		float: left;
	}
	.vcPrivacyDefList dt:first-child,
	.vcPrivacyDefList dt:first-child + dd {
		padding-top: 0;
	}
	.vcPrivacyDefList dt:nth-last-child(2),
	.vcPrivacyDefList dt:nth-last-child(2) + dd {
		padding-bottom: 0;
	}

	#vcPrivacySetupSubmit {
		margin-left: auto;
		margin-right: auto;
		width: 50%;
	}
}



/* SHOW EFFECTS */
.js .vcShowElements {
	visibility: hidden;
}
.js .vcShowElements.showEffect {
	visibility: inherit;
}
.showEffect.scale.showEffectScope,
.showEffect.scale .showEffectScope {
	visibility: visible !important;
	opacity: 0;
	-ms-transform: scale(0);
	transform: scale(0);
}
.showEffect.slideInFromLeft.showEffectScope,
.showEffect.slideInFromLeft .showEffectScope {
	opacity: 0;
	-ms-transform: translate(-150px, 50px);
	transform: translate(-150px, 50px);
}
.showEffect.slideInFromRight.showEffectScope,
.showEffect.slideInFromRight .showEffectScope{
	opacity: 0;
	-ms-transform: translate(150px, 50px);
	transform: translate(150px, 50px);
}
.showEffect.slideInFromBottom.showEffectScope,
.showEffect.slideInFromBottom .showEffectScope{
	opacity: 0;
	-ms-transform: translate3d(0, 150px, 0) perspective(100vh) rotateX(20deg) scale(1.25);
	transform: translate3d(0, 150px, 0) perspective(100vh) rotateX(20deg) scale(1.25);
}

.showEffect.slideInFromBottom.show.showEffectScope,
.showEffect.slideInFromBottom.show .showEffectScope,
.showEffect.slideInFromLeft.show.showEffectScope,
.showEffect.slideInFromLeft.show .showEffectScope,
.showEffect.slideInFromRight.show.showEffectScope,
.showEffect.slideInFromRight.show .showEffectScope,
.showEffect.scale.show.showEffectScope,
.showEffect.scale.show .showEffectScope {
	opacity: 1;
	-webkit-transition: opacity .5s, transform .5s;
	transition: opacity .5s, transform .5s;
}
.showEffect.scale.show.showEffectScope,
.showEffect.scale.show .showEffectScope {
	-ms-transform: scale(1);
	transform: scale(1);
}
.showEffect.slideInFromRight.show.showEffectScope,
.showEffect.slideInFromRight.show .showEffectScope,
.showEffect.slideInFromLeft.show.showEffectScope,
.showEffect.slideInFromLeft.show .showEffectScope,
.showEffect.slideInFromBottom.show.showEffectScope,
.showEffect.slideInFromBottom.show .showEffectScope {
	-ms-transform: translate3d(0, 0, 0) perspective(100vh) rotateX(0) scale(1);
	transform: translate3d(0, 0, 0) perspective(100vh) rotateX(0) scale(1);
}

.gridWrap .articleGrid.vcShowElements:after {
	display: block;
	background: #000;
	content: '';
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 60px;
	top: 0;
	z-index: -1;
	pointer-events: none;
	transition: background-color .5s .25s;
	animation: blink 2s linear infinite;
}
.gridWrap .articleGrid.vcShowElements:nth-child(2n):after {
	animation-delay: .1s;
}
.gridWrap .articleGrid.vcShowElements:nth-child(3n):after {
	animation-delay: .2s;
}
.gridWrap .articleGrid.vcShowElements:nth-child(4n):after {
	animation-delay: .3s;
}
.gridWrap .articleGrid.vcShowElements:nth-child(5n):after {
	animation-delay: .4s;
}
.gridWrap .articleGrid.vcShowElements.show:after {
	background-color: transparent !important;
}
@keyframes blink {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}



/* VC3 Waving Text*/
.vc3_wavingtext {
	position: relative;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	margin: 0 !important;
}
.vc3_wavingtextCanvas {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.vc3_wavingtext .vc3_wavingtextWrappedText {
	visibility: hidden;

}
.vc3_wavingtextHide .vc3_wavingtextWrappedText {
	visibility: visible;
}


/* jQuery UI Resets */
.accordionWrapper.ui-accordion {
	line-height: inherit;
	font-family: inherit;
}
.accordionWrapper.ui-accordion .ui-accordion-header,
.accordionWrapper.ui-accordion .ui-accordion-header.ui-state-active {
	border: none;
	background: none;
	padding: 0 40px 0 0;;
	margin-bottom: 0;
	margin-top: 20px;
}
.accordionWrapper.ui-accordion .ui-accordion-header .ui-icon {
	display: none;
}
.accordionWrapper.ui-accordion .ui-accordion-header .btn {
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 1rem;
	padding: 10px;
	line-height: 1;
	transform: translateY(-50%);

}
.accordionWrapper.ui-accordion .ui-accordion-header .btn:not(:hover) {
	color: inherit;
}
.accordionWrapper.ui-accordion .ui-accordion-header .icon {
	transition: transform .3s;
	display: block;
}
.accordionWrapper.ui-accordion .ui-accordion-header .icon:before {
	display: block;
}
.accordionWrapper.ui-accordion .ui-accordion-header.ui-state-active .icon {
	transform: rotate(90deg);
}


.accordionWrapper.ui-accordion .ui-accordion-header:first-child {
	margin-top: 0;
}
.accordionWrapper.ui-accordion .ui-accordion-header-icon {
	margin-right: 10px;
}
.accordionWrapper.ui-accordion .ui-accordion-header .attrList {
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: bottom;
}
.accordionWrapper.ui-accordion .ui-accordion-header a {
	color: inherit;
}
.accordionWrapper.ui-accordion .ui-accordion-content {
	margin: 0;
	padding: 10px 0;
	border: none;
	overflow: hidden;
	line-height: inherit;
	color: inherit;
	background: none;
}
.accordion .imgWrap {
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	display: block;
}
@media (min-width: 640px) {
	.accordionWrapper.ui-accordion .ui-accordion-content {
		padding: 20px 0;
	}
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	color: initial;
}
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: #2d3338;
	font-family: 'Fira Sans', Calibri, Roboto, sans-serif;
	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);
	font-size: 1em;
	font-family: inherit;
}
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;
}

/* SwiperJS rewrites */
:root {
	--swiper-pagination-bullet-horizontal-gap: 9px;
	--swiper-pagination-bullet-height: 12px;;
	--swiper-pagination-bullet-width: 12px;
}

body .swiper-button-next,
body .swiper-button-prev {
	border-radius: 50%;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	color: #000;
	transition: all .3s;
	top: 50%;
	margin-top: -20px;
	position: absolute;
}
body .swiper-button-next:hover,
body .swiper-button-prev:hover {
	color: #fff;
}
body .swiper-button-next:after,
body .swiper-rtl .swiper-button-prev:after {
	display: none;
}
body .swiper-button-prev:after,
body .swiper-rtl .swiper-button-prev:after {
	display: none;
}
body .swiper-pagination:not(.swiper-pagination-progressbar) {
	overflow: hidden;
	bottom: 0 !important;
	padding-bottom: 10px;
	min-width: 320px;
}
body .swiper-pagination-bullets .swiper-pagination-bullet {
	background: none;
	border: 2px solid #fff;
}
body .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #fff;
}

/* MediaElement.js rewrites */
body .mejs__container {
	font-family: inherit;
}
body .mejs__container:focus,
body .mejs__button > button:focus {
	outline: none;
}
body .mejs-qualities-button,
body .mejs__qualities-button {
	padding: 1rem .375rem 0;
	font-size: .6875rem;
	box-sizing: content-box;
	height: 1.5rem;
}
body .mejs-qualities-button > button,
body .mejs__qualities-button > button {
	margin: 0;
	font-size: 1em;
	line-height: .625rem;
	display: inline;
	box-sizing: border-box;
	height: auto;
}
body .mejs-qualities-selector,
body .mejs__qualities-selector {
	left: 0;
	background: rgba(0, 0, 0, .5)
}
body .mejs-qualities-selector li,
body .mejs__qualities-selector li {
	padding: 0;
	border: none;
}
body .mejs-qualities-selector label,
body .mejs__qualities-selector label {
	padding: 10px .375rem;
}
body .mejs-qualities-selected,
body .mejs__qualities-selected {
	font-weight: 700;
	color: #fff;
}
body .mejs__audio {
	height: auto !important;
}
body .mejs__audio .mejs__controls {
	position: static;
}
body .mejs__audio .mejs__horizontal-volume-total {
	background: hsla(0,0%,100%,.3);
}

body .mejs__audio .mejs__controls {
	background: none;
}
body .mejs__fill-container .mejs__poster {
	background-size: contain;
}
body .mejs__audio .mejs__poster {
	position: relative;
	display: block !important;
}
body .mejs__audio .mejs__poster-img {
	display: block;
	width: 100%;
	height: auto;
}
/* ==========================================================================
   Content classes
   ========================================================================== */
/* Part: TEASER / IMG GALLERY */
.teaserSection:first-child {
	margin-top: calc(-4em - 40px);
}
.csMode_mixed .teaserSection:first-child {
	margin-top: 0;
}
.teaserWrap {
	height: calc(100vh - 100px) !important;
	min-height: 200px;
	background: #000;
}
.csMode_mixed .teaserWrap {
	height: calc(100vh - 185px) !important;
}
.teaserWrap .swiper {
	height: 100%;
}
.teaser {
	list-style: none;
	margin: 0;
	position: relative;
	padding: 0;
	width: 100%;
	height: 100%;
}
.teaserItem {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.teaser.small .teaserItem {
	height: 0;
	padding-bottom: 62.5%;
}
.teaserItem .teaserImgWrap,
.teaserItem .teaserImg {
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
.teaserItem .teaserImgWrap + .teaserItemTitleOverlay {
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	display: block;
	background: rgba(0,0,0,.25);
	z-index: 0;
}

.teaserItem.imgStyleDuplex .teaserImg:before,
.teaserItem.imgStyleDuplexInverted .teaserImg:before {
	content: '';
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	position: absolute;
	display: block;
}
.teaserItem.imgStyleDuplex .teaserImg:before,
.teaserItem.imgStyleDuplexInverted .teaserImg:before {
	z-index: 0;
}
.teaserItem.imgStyleDuplex .teaserImgWrap:after,
.teaserItem.imgStyleDuplexInverted .teaserImgWrap:after {
	mix-blend-mode: overlay;
	z-index: 1;
}
.teaserItem.imgStyleDuplex .teaserImg,
.teaserItem.imgStyleDuplexInverted .teaserImg {
	filter: grayscale(100%);
}

.teaserItem .teaserItemTitle {
	display: block;
	height: 100%;
	left: 0;
	right: 0;
	position: absolute;
	top: 0;
	z-index: 2;
}
.teaserItem .teaserItemTitleInner {
	display: table;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding-top: calc(4em + 40px);
	padding-bottom: 40px;
}
.csMode_mixed .teaserItem .teaserItemTitleInner {
	padding-top: 40px;
}

.teaserItemTextWrap {
	display: table-cell;
	position: relative;
	z-index: 1;
	text-shadow: 0 0 20px rgba(0,0,0,.25);
	font-weight: 400;
}

.teaserItem.textTopRightOverImage .teaserItemTitleInner .teaserItemTextWrap,
.teaserItem.textRightOverImage .teaserItemTitleInner .teaserItemTextWrap,
.teaserItem.textBottomRightOverImage .teaserItemTitleInner .teaserItemTextWrap {
	text-align: right;
}
.teaserItem.textTopLeftOverImage .teaserItemTitleInner .teaserItemTextWrap,
.teaserItem.textLeftOverImage .teaserItemTitleInner .teaserItemTextWrap,
.teaserItem.textBottomLeftOverImage .teaserItemTitleInner .teaserItemTextWrap {
	text-align: left;
}
.teaserItem.textTopOverImage .teaserItemTitleInner .teaserItemTextWrap,
.teaserItem.textCenterOverImage .teaserItemTitleInner .teaserItemTextWrap,
.teaserItem.textBottomOverImage .teaserItemTitleInner .teaserItemTextWrap {
	text-align: center;
}
.teaserItem.textBottomRightOverImage .teaserItemTitleInner .teaserItemTextWrap,
.teaserItem.textBottomLeftOverImage .teaserItemTitleInner .teaserItemTextWrap,
.teaserItem.textBottomOverImage .teaserItemTitleInner .teaserItemTextWrap {
	vertical-align: bottom;
}
.teaserItem.textTopLeftOverImage .teaserItemTitleInner .teaserItemTextWrap,
.teaserItem.textTopOverImage .teaserItemTitleInner .teaserItemTextWrap,
.teaserItem.textTopRightOverImage .teaserItemTitleInner .teaserItemTextWrap {
	vertical-align: top;
}
.teaserItem.textLeftOverImage .teaserItemTitleInner .teaserItemTextWrap,
.teaserItem.textCenterOverImage .teaserItemTitleInner .teaserItemTextWrap,
.teaserItem.textRightOverImage .teaserItemTitleInner .teaserItemTextWrap {
	vertical-align: middle;
}
.teaserItem:not(.hasNoMedia) .teaserItemTextWrap * {
	color: #fff;
}
.teaserItem.hasNoMedia .teaserItemTextWrap {
	text-shadow: none;
}
.teaserItemTextWrap > *,
.teaserItemTextWrap .teaserItemLink > * {
	margin: 10px 0;
}
.teaserItemTextWrap .attrList {
	line-height: 30px;
}
.teaserItemTextWrap .attrList .fsSpaced:after {
	border-color: #fff;
}
.teaserItemTextWrap .btn {
	margin-top: 1rem;
	display: inline-block;
}
.teaserItemTextWrap .btn:after {
	background: #fff;
}
.teaserItemTextWrap .btn:hover {
	color: #000;
}
.teaserItemTextWrap .btn:hover:after {
	background: #fff;
}
.teaserItemTextWrap .teaserItemLink {
	text-decoration: none;
	display: block;
}
.teaserItem:not(.hasNoMedia) .teaserItemTextWrap .highlightedText,
.teaserItemTextWrap .highlightedText {
	color: #000;
	text-shadow: none;
	mix-blend-mode: lighten;
}
.teaserItemTextWrap .mediaBtn {
	text-decoration: none;
}
.teaserItemTextWrap .mediaBtn .icon {
	font-size: 2em;
	vertical-align: -.2em;
}

@media (min-width: 640px) {
	.teaserWrap {
		min-height: 320px;
		height: calc(100vh - 80px) !important;
	}
	.csMode_mixed .teaserWrap {
		height: calc(100vh - 190px) !important;
	}
	.teaserWrap.small {
		min-height: 0;
		padding-bottom: 42.85%;
	}
	.teaserItemTextWrap > *,
	.teaserItemTextWrap .teaserItemLink > * {
		margin: 20px 0;
	}
}
@media (min-width: 960px) {
	.teaserWrap {
		min-height: 480px;
		max-height: 66.67vw;
	}
	.csMode_mixed .teaserWrap {
		height: calc(100vh - 200px) !important;
	}
	.teaserWrap.small {
		min-height: 0;
		padding-bottom: 28.125%;
	}
}

/* Content: BILDER & GALERIE */
.videoWrap .video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translateX(-50%) translateY(-50%);
}
.videoWrap .videoSizeJs {
	min-width: 0;
	min-height: 0;
}

.filePreview,
.img,
.thumb {
	position: relative;
	overflow: hidden;
	display:block;
}
.box > .img {
	margin: -20px;
}
.thumb img,
.img img,
.img-link img,
.imgWrap img {
	width:100%;
	height:auto;
	display: block;
}
.imgWrap {
	position: relative;
	margin: 0;
}
.gallery:not(.swiper) {
	margin: -20px;
	overflow: clip;
}
.vcContentSection.bgBlack .gallery.swiper .swiper-button-next,
.vcContentSection.bgBlack .gallery.swiper .swiper-button-prev {
	color: #fff;
	font-size: 2em;
}

.img-count {
	margin: 5px 10px;
	text-align: right;
}
.imgContainer {
	float: left;
	padding: 20px;
	margin: 0 !important;
	position: relative;
}
.imgContainer .imgGalleryWrap {
	position: relative;
	height: 0;
	width: 100%;
}
.imgContainer .imgGalleryWrap .captionOuter {
	position: absolute;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	overflow: auto;
	opacity: 0;
	transition: opacity .3s;
}
.imgContainer .imgGalleryWrap .img:hover .captionOuter {
	opacity: 1;
}
.imgContainer .imgGalleryWrap .caption {
	padding: 10px;
	width: 100%;
	display: block;
	margin: 0;
}
.imgContainer .imgGalleryWrap .imgGalleryWrapAgain {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.imgContainer .imgGalleryWrap.portrait {
	padding-top: 100%;
}
.imgContainer .imgGalleryWrap.portrait .imgGalleryWrapAgain {
	height: 100%;
	width: 0;
	display: flex;
	justify-content: center;
}
.imgContainer .imgGalleryWrap.portrait .img {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
}
.imgContainer .dlItemWrap {
	position: absolute;
	background: #000;
	color: #fff;
	top: 0;
	right: 0;
	z-index: 2;
}
.imgContainer .dlItemWrap > * {
	float: left;
	position: relative;
}
.imgContainer .dlItemWrap > * + *:after {
	content: '';
	width: 1px;
	top: 10px;
	bottom: 10px;
	left: 0;
	display: block;
	position: absolute;
	background: #fff;
}
.imgContainer .dlItemWrap .icon,
.imgContainer .dlItemWrap .icon:before {
	line-height: 1;
	display: block;
}
.imgContainer .dl_item .label {
	display: none;
}
.imgContainer .dl_item,
.imgContainer .dlCollectItem label {
	padding: 10px;
	display: block;
	cursor: pointer;
}
.imgContainer .dlCollectItem label .off,
.imgContainer .dlCollectItem label .offHover {
	display: none;
}
.imgContainer .dlCollectItem input + label .on,
.imgContainer .dlCollectItem input:checked + label .off {
	display: block;
}
.imgContainer .dlCollectItem input:checked + label .on {
	display: none;
}
.imgContainer .dlCollectItem:hover input:checked + label .off {
	display: none;
}
.imgContainer .dlCollectItem:hover input:checked + label .offHover {
	display: block;
}
.imgContainer .dl_item {
	display: block;
	text-decoration: none;
}
.img {
	display:block;
	position: relative;
	z-index: 1;
}
.img.effect {
	border: 5px solid #FFF;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.caption {
	display: block;
	text-align: center;
	margin-top: .5em;
}

.imgLeft .imagesInnerWrap {
	float: left;
	margin-bottom: 1em;
}
.imgRight .imagesInnerWrap {
	margin-bottom: 1em;
	float: right;
}
.imgRight .caption {
	text-align: left;
}
.imgLeft .caption {
	text-align: right;
}
.imgWrap + .imgWrap,
.imgWrap + .imgWrap {
	margin-top: 1em;
}
.imgNone {
	margin: 1em auto;
}
.imgNone .imagesInnerWrap {
	margin: -1em;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.vcContentSection .col .box .imagesWrap.imgLeft:after {
	content: '';
	display: table;
	clear: both;
}
.vcContentSection .col .box .imagesWrap.imgLeft {
	margin-bottom: -1em !important;
}

.imgWidth-100,
.imgWidth-75,
.imgWidth-67,
.imgWidth-50,
.imgWidth-42,
.imgWidth-33 {
	width: 100%;
	float: none;
}
.imgWidth-25 {
	width: 50%;
}
.imgWidth-20,
.imgWidth-17,
.imgWidth-15 {
	width: 25%;
}
.imgWidth-13,
.imgWidth-10,
.imgWidth-5 {
	width: 15%;
}

.imgNone .imgWrap {
	float: left;
	padding: 1em;
	margin: 0;
}

.imgRight .imgWidth-25,
.imgRight .imgWidth-20,
.imgRight .imgWidth-17,
.imgRight .imgWidth-15,
.imgRight .imgWidth-13,
.imgRight .imgWidth-10,
.imgRight .imgWidth-5 {
	margin-left: 1em;
	float: right;
}
.imgLeft .imgWidth-25,
.imgLeft .imgWidth-20,
.imgLeft .imgWidth-17,
.imgLeft .imgWidth-15,
.imgLeft .imgWidth-13,
.imgLeft .imgWidth-10,
.imgLeft .imgWidth-5 {
	margin-right: 1em;
	float: left;
}

/* Gallery */
.gallery .imagesInnerWrap {
	display: flex;
	flex-wrap: wrap;
}
.gallery .imagesInnerWrap .imgWrap {
	display: flex;
	align-items: center;
}
.gallery .imagesInnerWrap .imgWidth-50,
.gallery .imagesInnerWrap .imgWidth-33,
.gallery .imagesInnerWrap .imgWidth-25 {
	width: 100%;
}
.gallery .imagesInnerWrap .imgWidth-20,
.gallery .imagesInnerWrap .imgWidth-17 {
	width: 50%;
}
.gallery .dlItemsBottom {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 10px;
	margin: 10px;
	position: sticky;
	bottom: 0;
}
.gallery .dlItemsBottom .dlItemsStats {
	flex-grow: 1;
	margin: 10px 0;
}
.gallery .dlItemsBottom .btn {
	margin: 10px 0;
}

	/* SwiperJS */
.gallery.swiper .imgContainer {
	width: calc(100% - 40px);
	padding: 0;
}
.gallery.swiper .imgContainer .caption {
	text-align: left;
	margin-right: 30px;
}
.gallery.swiper .img {
	overflow: visible;
}
.gallery.swiper .img .icon {
	position: absolute;
	top: calc(100% + 5px);
	right: 0;
}
.gallery.swiper.swiper-3d .swiper-slide-shadow-right,
.gallery.swiper.swiper-3d .swiper-slide-shadow-left {
	background: #000;
}

@media (min-width: 480px) {
	.imgWidth-33,
	.imgWidth-25 {
		width: 50%;
	}
	.imgWidth-20,
	.imgWidth-17,
	.imgWidth-15 {
		width: 33.3%;
	}
	.imgWidth-13 {
		width: 20%;
	}
	.imgWidth-10,
	.imgWidth-5 {
		width: 15%;
	}

	.imgRight .imgWidth-33 {
		margin-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-33 {
		margin-right: 1em;
		float: left;
	}

	/* Gallery */
	.gallery .imagesInnerWrap .imgWidth-50 {
		width: 100%;
	}
	.gallery .imagesInnerWrap .imgWidth-33,
	.gallery .imagesInnerWrap .imgWidth-25 {
		width: 50%;
	}
	.gallery .imagesInnerWrap .imgWidth-20,
	.gallery .imagesInnerWrap .imgWidth-17 {
		width: 33.333%;
	}
}

@media (min-width: 640px) {
	.imgWidth-50,
	.imgWidth-42 {
		width: 50%;
	}
	.imgWidth-25 {
		width: 33.3%;
	}
	.imgWidth-20,
	.imgWidth-17 {
		width: 25%;
	}
	.imgRight .imgWidth-50,
	.imgRight .imgWidth-42 {
		margin-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-50,
	.imgLeft .imgWidth-42 {
		margin-right: 1em;
		float: left;
	}

	/* Gallery */
	.gallery .imagesInnerWrap .imgWidth-50,
	.gallery .imagesInnerWrap .imgWidth-33 {
		width: 50%;
	}
	.gallery .imagesInnerWrap .imgWidth-25,
	.gallery .imagesInnerWrap .imgWidth-20 {
		width: 33.333%;
	}
	.gallery .imagesInnerWrap .imgWidth-17 {
		width: 25%;
	}

	/* SwiperJS */
	.gallery.swiper .imgContainer {
		width: calc(83.3333% - 40px);
	}
}

@media (min-width: 720px) {
	.imgWidth-67 {
		width: 50%;
	}
	.imgWidth-33,
	.imgWidth-25 {
		width: 33.3%;
	}
	.imgWidth-20,
	.imgWidth-17,
	.imgWidth-15 {
		width: 20%;
	}
	.imgWidth-13,
	.imgWidth-10,
	.imgWidth-5 {
		width: 15%;
	}

	.imgRight .imgWidth-67 {
		margin-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-67 {
		margin-right: 1em;
		float: left;
	}
}

@media (min-width: 960px) {
	.imgWidth-100 {
		width:100%;
	}
	.imgWidth-75 {
		width:75%;
	}
	.imgWidth-67 {
		width:66.7%;
	}
	.imgWidth-50 {
		width:50%;
	}
	.imgWidth-42 {
		width: 41.7%;
	}
	.imgWidth-33 {
		width:33.3%;
	}
	.imgWidth-25 {
		width:25%;
	}
	.imgWidth-20 {
		width:20%;
	}
	.imgWidth-17 {
		width:16.6666%;
	}
	.imgWidth-15 {
		width:15%;
	}
	.imgWidth-13 {
		width:12.5%;
	}
	.imgWidth-10 {
		width:10%;
	}
	.imgWidth-5 {
		width:5%;
	}
	.imgRight .imgWidth-75 {
		margin-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-75 {
		margin-right: 1em;
		float: left;
	}

	/* Gallery */
	.gallery .imagesInnerWrap .imgWidth-50 {
		width: 50%;
	}
	.gallery .imagesInnerWrap .imgWidth-33 {
		width: 33.333%;
	}
	.gallery .imagesInnerWrap .imgWidth-25 {
		width: 25%;
	}
	.gallery .imagesInnerWrap .imgWidth-20 {
		width: 20%;
	}
	.gallery .imagesInnerWrap .imgWidth-17 {
		width: 16.666%;
	}

	/* SwiperJS */
	.gallery.swiper .imgContainer {
		width: calc(75% - 40px);
	}
}
@media (min-width: 1280px) {
	.vcContentSection .col12 .gallery.swiper .imgContainer {
		width: calc(90% / 3 * 2 - 40px);
	}
}
@media (min-width: 1600px) {
	.vcContentSection .col12 .gallery.swiper .imgContainer {
		width: calc(80% / 3 * 2 - 40px);
	}
}
@media (min-width: 1840px) {
	.vcContentSection .col12 .gallery.swiper .imgContainer {
		width: calc(70% / 3 * 2 - 40px);
	}
}
/* Content: GOOGLE MAPS */
.mapWrap {
	position:relative;
	margin-top: 1.5625em;
	margin-bottom: 1.5625em;
	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 {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
.infoBox {
	background: #000;
	color: #fff;
	padding: 20px;
	position: relative;
	font-weight: 400;
	font-family: 'Labil Grotesk', Sans-Serif;
	font-variant-ligatures: no-contextual;
}
.infoBox .btn {
	color: inherit;
}
.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: -10px;
	bottom: -10px;
	border-style: solid;
	border-width: 10px 10px 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: #6bba21;
	font-size: 1.111em;
	line-height: 1;
	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);
	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: #b6012a;
	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 (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 (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: URL */
.box .linkWrap {
	margin: -20px;
}
.box .linkWrap .btn {
	display: block;
}

/* Content: VIDEOS */
.vidWrap {
	margin: 0 auto;
}
.vid {
	position:relative;
	display:block;
	overflow:hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.vid {
	transition: all .2s;
}
.vid:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	content: '';
	display: block;
	background: linear-gradient(transparent,rgba(0,0,0,.35));
}
.vid .playIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	background: url('../js/vendor/mediaelement-7.0.5/build/mejs-controls.svg') no-repeat;
	background-position: 0 -39px;
	height: 80px;
	width: 80px;
	display: block;
	z-index: 1;
}


.vid .video-time {
	position:absolute;
	color: #fff;
	display:block;
	bottom:0;
	right:0;
	font-weight: bold;
	font-size: 11px;
	line-height: 10px;
	z-index: 1;
	padding: 16px 10px 14px;
}
.vid:hover .playIcon {
	background-position: -80px -39px;
}

.videoFrame {
	float:right;
	position: relative;
	width: 50%;
}
.videoIFrame {
	position: relative;
}
.videoFrame iframe {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

/* Content: BESETZUNG */
.cast {
	border: 0 solid #000;
}
.cast .castGroup {
	margin-top: 0;
}
.cast > ul {
	margin: 0 0 -10px;
	padding: 0;
	list-style: none;
}
.cast + .cast {
	margin-top: 30px;
	padding-top: 19px;
	border-width: 1px 0 0;
}

.cast a {
	text-decoration: none !important;
}
.cast a:hover {
	text-decoration: underline !important;;
}
.cast li {
	margin-bottom: 10px;
}
.cast li .mainStaff {
	margin-bottom: 5px;
}

.cast.viewTypeAlternate li {
	display: flex;
	flex-direction: column;
}

.cast.viewTypeAlternate .dd {
	order: -1;
}
.cast.viewTypeAlternate .dt .seperator {
	display: block;
	opacity: 0;
	height: 5px;
	overflow: hidden;
	line-height: 0;
}

#staff_accordion .gridWrap {
	margin: 0 -10px -20px;
}
#staff_accordion .gridWrap .articleGrid {
	padding: 0 10px 20px;
}
#staff_accordion .gridWrap .articleGrid.vcShowElements:after {
	left: 10px;
	right: 10px;
	bottom: 20px;
}
#staff_accordion .castWrap,
#staff_accordion .gridWrap + .castHeadline,
#staff_accordion .castWrap + .castHeadline {
	margin-top: 40px;
}
#staff_accordion .castWrap:first-child,
#staff_accordion .castHeadline + .castWrap {
	margin-top: 0;
}
@media (min-width: 480px) {
	.cast:not(.viewTypeAlternate) ul {
		columns: 2;
		column-gap: 40px;
	}
	.cast + .cast {
		margin-top: 40px;
		padding-top: 39px;
		border-width: 1px 0 0;
	}
	.cast li {
		display: inline-block;
		width: 100%;
	}

	.cast.viewTypeAlternate li {
		flex-direction: row;
	}
	.cast.viewTypeAlternate .dd {
		width: 50%;
		padding-right: 20px;
	}
	.cast.viewTypeAlternate .dt {
		width: 50%;
		padding-left: 20px;
		padding-top: 5px;
	}

	.castWrapStaff .cast ul {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		margin: -20px -20px 0;
		columns: auto;
		column-gap: normal;
	}
	.castWrapStaff .cast li {
		width: 50%;
		padding: 0 20px;
		margin: 20px 0 0;
	}
}
@media (min-width: 640px) {
	.cast ul {
		margin-bottom: -20px;
	}
	.cast:first-child:last-child ul {
		columns: 3;
	}
	.cast li {
		margin-bottom: 20px;
	}
	.cast li .mainStaff {
		margin-bottom: 10px;
	}
	.castWrapStaff .cast li {
		width: calc(100% / 3);
	}
	#staff_accordion .gridWrap {
		margin: 0 -20px -40px;
	}
	#staff_accordion .gridWrap .articleGrid {
		padding: 0 20px 40px;
	}
	#staff_accordion .gridWrap .articleGrid.vcShowElements:after {
		left: 20px;
		right: 20px;
		bottom: 40px;
	}
}
@media (min-width: 960px) {
	.castWrap {
		display: flex;
		flex-wrap: wrap;
		margin-top: -80px;
	}
	.cast {
		float: left;
		width: calc((100% + 40px) / 12.000001 * 5 - 40px);
		margin-top: 80px;
	}
	.cast:first-child:last-child {
		width: 100%;
	}
	.cast:first-child:last-child ul {
		columns: 4;
	}
	#rghtContainer .cast:first-child:last-child ul {
		columns: 3;
	}
	.cast + .cast {
		margin-top: 80px;
		padding-top: 0;
		border-width: 0;
	}
	.cast:nth-child(even) {
		width: calc((100% + 40px) / 2 - 20px);
		margin-left: calc((100% + 40px) / 12 + 20px);
		padding-left: calc((100% + 40px) / 12 + 19px);
		position: relative;
	}
	.cast:nth-child(even):after {
		content: '';
		top: 0;
		bottom: 0;
		display: block;
		width: 1px;
		left: 0;
		position: absolute;
	}
	.castWrapStaff .cast li {
		width: calc(100% / 4);
	}
	#staff_accordion .castWrap,
	#staff_accordion .gridWrap + .castHeadline,
	#staff_accordion .castWrap + .castHeadline {
		margin-top: 80px;
	}
	#staff_accordion .castWrap:first-child,
	#staff_accordion .castHeadline + .castWrap {
		margin-top: 0;
	}
	#staff_accordion .cast {
		margin-top: 0;
	}
}

/* Content: FAKTEN */
.playFactsWrap {
	position: relative;
}
.playFactsWrap a {
	text-decoration: none !important;
	display: block;
}
.playFactsWrap a.noBlock {
	display: inline;
}
.playFactsSwitch {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	display: block;
}
.playFactsSwitch .icon {
	transition: transform .3s;
	display: inline-block;
}
.playFactsWrap ul {
	list-style: none;
	margin: -5px -10px;
	padding: 0 0 30px;
	display: flex;
	flex-wrap: wrap;
	-webkit-mask-image: linear-gradient(to top, rgba(0,0,0,0) 0px, rgba(0,0,0,1) 30px);
	mask-image: linear-gradient(to top, rgba(0,0,0,0) 0px, rgba(0,0,0,1) 30px);
	overflow: hidden;
	max-height: 80px;
	transition: max-height .3s cubic-bezier(0,1,0,1);
}
.playFactsSwitch:checked ~ ul {
	max-height: 1000px;
	transition: max-height .3s cubic-bezier(1,0,1,0);
}
.playFactsSwitch:checked ~ .playFactsSwitch .icon {
	transform: rotate(180deg);
}
.playFactsWrap li {
	padding: 5px 10px;
	width: 100%;
}
.eventsSlider + .vcContentSection.hasPlayFacts,
.eventsSlider + .playFactsWrap {
	margin-top: -60px;
	padding-top: 19px;
	border-top: 1px solid #000;
}
@media (min-width: 640px) {
	.playFactsWrap ul,
	.playFactsSwitch:checked ~ ul {
		margin: -10px -20px;
		padding: 0;
		-webkit-mask-image: none;
		mask-image: none;
		max-height: none;
	}
	.playFactsWrap li {
		padding: 10px 20px;
		width: 50%;
	}
	.playFactsSwitch {
		display: none;
	}
}
@media (min-width: 960px) {
	.eventsSlider + .vcContentSection.hasPlayFacts,
	.eventsSlider + .playFactsWrap {
		margin-top: -100px;
	}
	.playFactsWrap ul {
		flex-wrap: nowrap;
	}
}

/* Content: A11y-Info */
.vcContentSection .col .box + .box.typeLocationA11y,
.vcContentSection .col .box.typeLocationA11y + .box,
.vcContentSection .col .box + .box.typeRecentPlays,
.vcContentSection .col .box.typeRecentPlays + .box {
	margin-top: 40px;
}
.locationA11yTitle {
	font-weight: 700;
}
.locationA11yWrap + .locationA11yWrap {
	margin-top: 20px;
}
.locationA11yWrap ul,
.locationA11yWrap li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.locationA11yWrap li {
	position: relative;
	margin-top: 10px;
	padding-left: calc(2em + 10px);
}
.locationA11yWrap li .icon {
	position: absolute;
	left: 0;
	font-size: 2em;
}
@media (min-width: 640px) {
	.vcContentSection .col .box + .box.typeLocationA11y,
	.vcContentSection .col .box.typeLocationA11y + .box,
	.vcContentSection .col .box + .box.typeRecentPlays,
	.vcContentSection .col .box.typeRecentPlays + .box {
		margin-top: 80px;
	}
}
/* Content: KONTAKTDATEN */
.contactData > span {
	font-style: normal;
	display: block;
}
.contactShortInfo {
	font-weight: bold;
}

/* DOWNLOADS */
.downloads {
	margin: 1em 0;
}
.downloads {
	font-family: 'Labil Grotesk', sans-serif;
}
.clear + .downloads {
	margin-top: 0;
}
.downloads h4 {
	margin-top:0;
}
.downloads > ul {
	margin: -1em;
	list-style:none;
	padding:0 !important;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.downloads > ul.alignLeft {
	justify-content: start;
}
.downloads > ul.alignRight {
	justify-content: end;
}
.downloads > ul > li {
	padding: 1em !important;
	margin: 0 !important;
	width: 100%;
}
.downloads > ul > li:before {
	display: none !important;
}
.download a {
	display:flex;
	position:relative;
	text-align: left;
	text-decoration: none;
	color: inherit;
	word-break: break-word;
	align-items: center;
}
.download .attrList {
	margin: 0;
}
.download .fileWrapper,
.download .flip-book-container {
	position: relative;
}

.download.video .fileWrapper video {
	max-height: 100vh !important;
}

.download .showDownload {
	margin-top: 0.5em;
}
.download .icon {
	flex: 0 1 auto;
	display: block;
	align-self: flex-start;
	font-size: 2em;
	margin-right: 10px;
}
.download .fileName {
	font-weight: bold;
	flex: 1 1 auto;
}
.download small {
	display: block;
	font-weight: normal;
	font-size: 80%;
}
.downloads > ul > li.video a:not(.showDownload) {
	display:none;
}
.downloads > ul > li video {
	width:100%;
	height:auto;
}
.flip-book-container {
	height: 100vh;
}

.downloads.greyBackground {
	background-color: #f3f3f4;
	padding: 1em;
	margin-top: 1em;
}
.downloads.greyBackground .downloadHeadline {
	margin-top: 0;
	color: #89898d;
	text-align: center;
}

@media (min-width: 480px) {
	.downloads .grids_2 .gridItem {
		width: 50%;
		float: left;
	}
	.downloads .grids_2 .gridItem:nth-child(2n+1) {
		clear: left;
	}
	.downloads .grids_4 .gridItem {
		width:25%;
		float:left;
	}
	.downloads .grids_4 .gridItem:nth-child(4n+1) {
		clear: left;
	}
}

/* Content: SUB NAV IN ARTICLEs */
.navSub ul {
	margin: 0;
	padding: 0;
}
.navSub li {
	padding: 0 0 0 20px;
	position: relative;
}
.navSub li:before {
	content: '○';
	position: absolute;
	left: 0;
	transform: scale(.75);
}
.navSub a {
	text-decoration: none;
	display: block;
}
.navSub a:hover {
	text-decoration: underline;
}
.navSub.anchorListStyle ul {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px -10px 0;
	padding: 0;
}
.navSub.anchorListStyle li {
	padding: 0;
}
.navSub.anchorListStyle li:before {
	display: none;
}
.navSub.anchorListStyle a {
	padding: 3px 8px;
	margin: 0 20px 10px 0;
	border: 2px solid #999;
	background: transparent;
	font-weight: 400;
	cursor: pointer;
	transition: background .3s, color .3s, border .3s;
}
.navSub.anchorListStyle a:hover {
	text-decoration: none;
}



/* Content: FORMS */
.form {
	container-name: formContainer;
	container-type: inline-size;
}
.form .hint .duty {
	padding: 2px;
	color: #000;
}

.optsFieldset legend {
	margin-top: 0;
}
.optsFieldset {
	margin-top: 40px;
	margin-bottom: 40px;
}

.optsContainer {
	margin: 10px 0;
	text-align: left;
	position: relative;
	padding: 0;
	font-family: 'Labil Grotesk', Sans-Serif;
	container-name: optsContainer;
	container-type: inline-size;
}
.optsInputWrap {
	position: relative;
}
.optsContainer:after {
	clear: both;
	content: '';
	display: table;
}

.optsContainer + .optsContainer,
.optsContainer + .optsContainerWrap,
.optsContainerWrap + .optsContainerWrap,
.optsContainerWrap + .optsContainer,
.optsContainerWrap + .btnContainer,
.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 {
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: 400;
	line-height: 20px;
	position: absolute;
	left: 0;
	top: 10px;
	transition: all .2s .1s;
	pointer-events: none;
	max-width: 95%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: none;
	color: inherit;
}
.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: 15px;
	transition: all .2s;
}
.optsInputWrap > label:first-child {
	position: static;
	padding: 0;
	margin-bottom: 5px;
	text-overflow: none;
	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: #000;
	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: #89898d;
	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 8px;
	background: none;
	color: inherit;
	border-bottom: 2px solid #e9e9ea;
	font-weight: 400;
	line-height: 20px;
	transition: border-color .2s, background .2s;
	position: relative;
	display: block;
}
.optsInputWrap .selectOver {
	padding-right: 28px;
}
.optsCheckbox .optsInputWrap,
.optsRadio .optsInputWrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px -10px 0;
}
.optsCheckbox .optsInputWrap .optsInputLabel,
.optsRadio .optsInputWrap .optsInputLabel {
	padding: 5px 20px 0 0;
	font-size: inherit;
	line-height: inherit;
}
.optsError .error {
	font-size: .833em;
	padding: 5px 0 0;
}
.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 {
	border-color: #d4d4d5;
}
.optsInputWrap input:focus,
.optsInputWrap .input:focus,
.optsInputWrap textarea:focus,
.optsInputWrap select:focus,
.optsInputWrap .selectWrap.focus .selectOver,
.optsInputWrap .optsCounterWrap.focus .over {
	border-color: #d4d4d5;
}

.optsInputWrap .optsInline {
	float: left;
}
.optsContainer .optsInline input {
	display: none;
}
.optsContainer .optsLine {
	display: block;
	float: none;
}
.optsInputWrap .optsInline label {
	display: block;
	padding: 3px 8px;
	margin: 0 20px 10px 0;
	border: 2px solid #999;
	background: transparent;
	font-weight: 400;
	cursor: pointer;
	transition: background .3s, color .3s, border .3s;
	position: relative;
}
.optsInputWrap .optsInline label:hover {
	border-color: #000;
}
.optsInputWrap .optsInline input:checked + label {
	border-color: #000;
	background: #000;
	color: #fff;
}

.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 .btn .icon {
	color: inherit;
}
.optsInputWrap.btnSet .btn.optsChecked .icon {
	color: #000;
}

.optsCaptcha.optsDuty .optsInputWrap > label:after {
	display: none;
}
.optsContainer .optsCaptchaGraphics {
	width: 100%;
	height: auto;
	display: block;
	margin-top: 10px;
}
.optsContainer .captchaReload {
	display: block;
	margin-top: 5px;
	padding-left: calc(1em + 10px);
	cursor: pointer;
	position: relative;
}
.optsContainer .captchaReload .icon {
	left: 0;
	right: auto;
}

.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: 0;
	top: 50%;
	margin-top: -.33em;
	margin-right: .25em;
	content: '';
	display: block;
	height: .5em;
	width: .5em;
	border-style: solid;
	transform: rotate(-45deg);
	border-width: 0 0 2px 2px;
	border-color: #89898d;
	transform-origin: 50% 50%;
	transition: all .2s;
}
.optsContainer .selectWrap:hover .selectOver:after {
	border-color: #000;
}
.optsContainer .selectWrap.focus .selectOver:after {
	transform: rotate(135deg);
	border-color: #000;
}
.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 #000;
	border-radius: .667em;
	color: #000;
	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: #000;
}
.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: 0;
	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 {
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
}
.optsContainerWrap .optsContainer {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 10px;
}
.optsContainerWrap .optsContainerWidth_75 {
	width: 75%;
}
.optsContainerWrap .optsContainerWidth_50 {
	width: 50%;
}
.optsContainerWrap .optsContainerWidth_33 {
	width: 33.3333%;
}
.optsContainerWrap .optsContainerWidth_25 {
	width: 25%;
}
.optsContainerWrap .ipHalf + .ipHalf {
	margin-top: 2em;
}

.optsInputWrap .icon {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	right: 0;
	color: #89898d;
	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: #000;
}
.optsContainer .date input,
.optsContainer .date .input {
	float: none;
	width: 100%;
}


/* Form Type: BUTTONS */
.btnContainer {
	text-align: center;
}
.btnContainer .btnLess,
.btnContainer .backLink {
	float: left;
	margin: 0;
}
.btnContainer button[type="reset"] {
	position: relative;
}

/* 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 {
	border-color: #d4d4d5;
}
.box .optsInputWrap input:hover,
.box .optsInputWrap .input:hover,
.box .optsInputWrap textarea:hover,
.box .optsInputWrap select:hover,
.box .optsInputWrap .selectWrap:hover .selectOver,
.box .optsInputWrap .optsCounterWrap:hover .over,
.box .optsCheckbox .optsInputWrap:hover,
.box .optsRadio .optsInputWrap:hover {
	border-color: #a9a9ab;
}
.box .optsInputWrap input:focus,
.box .optsInputWrap .input:focus,
.box .optsInputWrap textarea:focus,
.box .optsInputWrap select:focus,
.box .optsInputWrap .selectWrap.focus .selectOver,
.box .optsInputWrap .optsCounterWrap.focus .over {
	border-color: #a9a9ab;
}

.box .optsInputWrap > input:focus ~ label,
.box .optsInputWrap > .input:focus ~ label,
.box .optsInputWrap > textarea:focus ~ label,
.box .optsInputWrap > select:focus ~ label,
.box .optsInputWrap > .selectWrap.focus ~ label,
.box .optsRadio .optsInputWrap > label,
.box .optsCheckbox .optsInputWrap > label,
.box .optsInputWrap.hasValue > label,
.box .optsInputWrap.hasFocus > label {
	color: #878789;
	background: linear-gradient(180deg, rgba(233,233,234,1) 25%, rgba(255,255,255,1) 75%);
}
.box .btnContainer .btn,
.box .btnContainer button {
	width: 100%;
	box-shadow: none;
	margin: 0;
}

@container optsContainer (min-width: 480px) {
	.optsCaptcha .optsBlock {
		display: flex;
	}
	.optsCaptcha .optsInputWrap {
		width: calc(50% - 10px);
	}
	.optsContainer .optsCaptchaGraphics {
		margin-top: 0;
	}
	.optsCaptcha .optsInputWrap:first-child {
		margin-right: 10px;
	}
	.optsCaptcha .optsInputWrap:last-child {
		margin-left: 10px;
	}
}


/* SUCHE */
.box_search .optsContainer label {
	display:none;
}
.box_search .optsContainer input {
	width:100%;
}

/* Content: ARTICLE */
.articleIntroForBook + .articleIntroForBook {
	margin-top: 120px;
}
.articleIntroForBook + .bookContents {
	margin-top: 60px;
}
.article .gridWrap:not(.bookContents) {
	margin-top: 10px;
}
.article .gridWrap:not(.bookContents):last-child {
	margin-bottom: -10px;
}
.article .gridWrap:not(.bookContents) .articleGrid {
	padding-bottom: 10px;
}
@media (min-width: 640px) {
	.article .gridWrap:not(.bookContents) {
		margin-top: 15px;
	}
	.article .gridWrap:not(.bookContents):last-child {
		margin-bottom: -15px;
	}
	.article .gridWrap:not(.bookContents) .articleGrid {
		padding-bottom: 15px !important;
	}
}

/* Content: ACCORDION */
.articleIntroForBook + .bookContentsAccordion {
	margin-top: 40px;
}
.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;
}
.accordionWrapper .headline {
	margin-top: 20px;
	margin-bottom: 20px;
}
.accordionWrapper .listDivider {
	margin-top: 29px;
	margin-bottom: 30px;
}


/* Content: LISTS */
.list:first-child {
	margin-top: 0;
}
.list + .article {
	margin-top: 40px;
}

.list .articleSection {
	width: 100%;
	padding: 20px 0;
}
.list .articleSection.empty {
	padding: 0;
	height: 0;
	overflow: hidden;
}
.list .articleSection:first-child {
	padding-top: 0;
}


.list .listItem + .listItem {
	margin-top: 60px;
}
.list .listDivider hr {
	margin: 59px 0 60px;
}
.list .articleWrap > :first-child {
	margin-top: 0;
}
.list .articleImgNone + .articleWrap > :first-child {
	margin-top: .5em;
}
.list .articleWrap .headline {
	margin: 0;
}
.list .articleWrap .headline + * {
	margin-top: 5px;
}
.list .articleWrap .headline a {
	text-decoration: none;
	color: inherit;
}
.list .articleWrap .attrList {
	margin: 0;
}
.list .articleWrap .dateText {
	font-size: 80%;
	line-height: 1.25;
	margin-bottom: 0;
}
.list .articleWrap > :last-child {
	margin-bottom: 0;
}
.list .listItem .articleWrapRightSide {
	margin-top: 10px;
}
.list .articleImgNone,
.list .articleImgLeft,
.list .articleImgRight {
	float: none;
	margin: 0 auto;
}
.list .articleImgLeft.imgWidth-25,
.list .articleImgRight.imgWidth-25 {
	width: 33.3%;
}

.list .articleImgLeft.imgWidth-5,
.list .articleImgLeft.imgWidth-10,
.list .articleImgLeft.imgWidth-13,
.list .articleImgLeft.imgWidth-15,
.list .articleImgLeft.imgWidth-17,
.list .articleImgLeft.imgWidth-20,
.list .articleImgLeft.imgWidth-25 {
	float:left;
}
.list .articleImgLeft.imgWidth-5 + .articleWrap,
.list .articleImgLeft.imgWidth-10 + .articleWrap,
.list .articleImgLeft.imgWidth-13 + .articleWrap {
	padding-left: 1em;
	margin-left: 15%;
}
.list .articleImgLeft.imgWidth-15 + .articleWrap,
.list .articleImgLeft.imgWidth-17 + .articleWrap,
.list .articleImgLeft.imgWidth-20 + .articleWrap {
	padding-left: 1em;
	margin-left: 25%;
}
.list .articleImgLeft.imgWidth-25 + .articleWrap {
	padding-left: 1em;
	margin-left: 33.3%;
}

.list .articleImgRight.imgWidth-5,
.list .articleImgRight.imgWidth-10,
.list .articleImgRight.imgWidth-13,
.list .articleImgRight.imgWidth-17,
.list .articleImgRight.imgWidth-20,
.list .articleImgRight.imgWidth-25 {
	float: right;
}
.list .articleImgRight.imgWidth-5 + .articleWrap,
.list .articleImgRight.imgWidth-10 + .articleWrap,
.list .articleImgRight.imgWidth-13 + .articleWrap{
	padding-right: 1em;
	margin-right: 15%;
}
.list .articleImgRight.imgWidth-15 + .articleWrap,
.list .articleImgRight.imgWidth-17 + .articleWrap,
.list .articleImgRight.imgWidth-20 + .articleWrap {
	padding-right: 1em;
	margin-right: 25%;
}
.list .articleImgRight.imgWidth-25 + .articleWrap {
	padding-right: 1em;
	margin-right: 33.3%;
}
.list .attrList a {
	text-decoration: none;
}
.list .nextPlays {
	margin-top: 20px;
}
.list .tdNextPlaysTicket {
	text-align: right;
}
.listItem.vcShowElements {
	position: relative;
	z-index: 1;
}
.listItem.vcShowElements:after {
	display: block;
	background: #000;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: -1;
	pointer-events: none;
	transition: background-color .5s .25s, opacity .3s;
	animation: blink 2s linear infinite;
}
.listItem.vcShowElements:nth-child(2n):after {
	animation-delay: .1s;
}
.listItem.vcShowElements:nth-child(3n):after {
	animation-delay: .2s;
}
.listItem.vcShowElements:nth-child(4n):after {
	animation-delay: .3s;
}
.listItem.vcShowElements:nth-child(5n):after {
	animation-delay: .4s;
}
.listItem.vcShowElements.show:after {
	background-color: transparent !important;
}
@media (min-width: 480px) {
	.list .articleImgLeft.imgWidth-33 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap,
	.list .articleImgLeft.imgWidth-10 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap,
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-33 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap,
	.list .articleImgRight.imgWidth-10 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap,
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media (max-width: 639px) {
	.list .listItem.hasDetail .listItemDescription {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}

@media (min-width: 640px) {
	.list .articleImgLeft.imgWidth-42,
	.list .articleImgLeft.imgWidth-50 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 25%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-42 + .articleWrap,
	.list .articleImgLeft.imgWidth-50 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-42,
	.list .articleImgRight.imgWidth-50 {
		float: right;
	}
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 25%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-42 + .articleWrap,
	.list .articleImgRight.imgWidth-50 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}


	.list .listItem .articleWrap {
		display: flex;
	}
	.list .listItem .articleWrap .wrapItLikeItsHot {
		flex-grow: 1;
	}
	.list .listItem .articleWrapRightSide {
		text-align: right;
		width: calc((100% + 40px) / 5 - 40px);
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: flex-end;
		margin-top: 0;
	}
}

@media (min-width: 720px) {
	.list .articleImgLeft.imgWidth-67 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap,
	.list .articleImgLeft.imgWidth-10 + .articleWrap,
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap,
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap,
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-67 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-67 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap,
	.list .articleImgRight.imgWidth-10 + .articleWrap,
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap,
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap,
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-67 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media (min-width: 960px) {
	.list .articleSection {
		padding: 40px 0 20px;
	}
	.list .articleSection:first-child {
		padding-top: 0;
	}

	.list .articleImgLeft.imgWidth-25,
	.list .articleImgRight.imgWidth-25 {
		width: 25%;
	}

	.list .articleImgLeft.imgWidth-75 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap {
		margin-left: 5%;
	}
	.list .articleImgLeft.imgWidth-10 + .articleWrap {
		margin-left: 10%;
	}
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 12.5%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-17 + .articleWrap {
		margin-left: 16.7%;
	}
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap {
		margin-left: 25%;
	}
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-42 + .articleWrap {
		margin-left: 41.7%;
	}
	.list .articleImgLeft.imgWidth-50 + .articleWrap {
		margin-left: 50%;
	}
	.list .articleImgLeft.imgWidth-67 + .articleWrap {
		margin-left: 66.7%;
	}
	.list .articleImgLeft.imgWidth-75 + .articleWrap {
		padding-left: 1em;
		margin-left: 75%;
	}

	.list .articleImgRight.imgWidth-75 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap {
		margin-right: 5%;
	}
	.list .articleImgRight.imgWidth-10 + .articleWrap {
		margin-right: 10%;
	}
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 12.5%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-17 + .articleWrap {
		margin-right: 17%;
	}
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap {
		margin-right: 25%;
	}
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-42 + .articleWrap {
		margin-right: 41.7%;
	}
	.list .articleImgRight.imgWidth-50 + .articleWrap {
		margin-right: 50%;
	}
	.list .articleImgRight.imgWidth-67 + .articleWrap {
		margin-right: 66.7%;
	}
	.list .articleImgRight.imgWidth-75 + .articleWrap {
		padding-right: 1em;
		margin-right: 75%;
	}
}

/* Content: GRIDS */
.gridWrap {
	margin-right: -30px;
	margin-left: -30px;
	margin-bottom: 60px;
	clear: both;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.vcContentSection .gridWrap {
	margin-bottom: -10px;
}
.gridWrap .articleGrid {
	padding: 0 30px 60px 30px;
	float: left;
	position: relative;
}

.gridWrap.swiperOuterWrap {
	margin: 120px 0;
	padding: 0 0 40px;
	position: relative;
}
.gridWrap.swiperOuterWrap:after {
	content: '';
	position: absolute;
	display: block;
	left: -20px;
	right: -20px;
	top: -60px;
	height: calc(50% + 30px);
	background: #000;
}
.gridWrap.swiperOuterWrap .intro {
	width: 100%;
	padding: 0;
	z-index: 1;
	color: #fff;
}
.gridWrap.swiperOuterWrap .intro > * {
	color: inherit;
}
.gridWrap.swiperOuterWrap .swiper-pagination-progressbar {
	position: absolute;
	width: calc((100% + 40px) * .75 - 40px);
	bottom: 9px;
	top: auto;
	background: #000;
	left: auto;
	right: 0;
	height: 2px;
}
.gridWrap.swiperOuterWrap .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #fff;
}
.gridWrap.swiperOuterWrap .swiper {
	width: 100%;
	margin-top: 20px;
	margin-left: -10px;
	margin-right: -20px;
	padding-right: 30px;
	-webkit-mask-image: linear-gradient(to left, rgba(0,0,0,0) 0px, rgba(0,0,0,1) 40px);
	mask-image: linear-gradient(to left, rgba(0,0,0,0) 0px, rgba(0,0,0,1) 40px);
	width: calc(100% + 30px);
}
.gridWrap.swiperOuterWrap .swiper:after {
	display: none;
}
.gridWrap.swiperOuterWrap .swiper-button-next,
.gridWrap.swiperOuterWrap .swiper-button-prev {
	bottom: -10px;
	left: -10px;
	top: auto;
}
.gridWrap.swiperOuterWrap .swiper-button-next {
	left: 30px;
}
.gridWrap .swiper .swiper-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.article + .gridWrap {
	margin-top: 20px;
}
.gridWrap .gridSizer {
	width: 8.33%;
}

.gridWrap .leftContainer,
.gridWrap .rightContainer {
	width: 100%;
}
.gridWrap .rightContainer {
	float: right;
}

.articleGrid {
	position: relative;
	z-index: 1;
	width: 100%;
	flex: 0 0 auto;
}
.gridWrap .swiper .articleGrid {
	flex-shrink: 0;
}
.gridWrap .swiper .swiper-wrapper {
	height: auto;
}
.articleGrid .gridWrapInner {
	display: block;
	text-decoration: none;
	color: inherit;
	position: relative;
	height: 100%;
}
.articleGrid .gridWrapInner .gridMoreBtn {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: block;
	background: none;
	z-index: 1;
}

.articleGrid .info {
	padding: 0;
}
.articleGrid .textWrap a {
	text-decoration: none;
	position: relative;
	z-index: 2;
}
.articleGrid .articleTeaser + .textWrap {
	padding-top: 10px;
}
.articleGrid .info > :first-child {
	margin-top: 0;
}
.articleGrid .info > :last-child {
	margin-bottom: 0;
}
.articleGrid .headline {
	margin-top: 0;
}
.articleGrid .headline.fs4 {
	margin-bottom: 10px;
}
.articleGrid .headline a {
	text-decoration: none;
	display: block;
}
.articleGrid .dateText {
	margin-bottom: 0;
}
.articleGrid .headline + .gridItemDescription,
.articleGrid .btnWrap {
	margin-top: 10px;
}
.articleGrid .imgWrap.lazy {
	background-image: linear-gradient(202deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%) !important;
}
.articleGrid .imgWrap {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	position: relative;
}
.articleGrid .imgWrap.imgPlaceholder {
	background: #000;
	filter: none !important;
}
.articleGrid .imgWrap.imgPlaceholder:before {
	display: none !important;
}
.articleGrid .articleImgFillContain .imgWrap {
	background-size: contain;
}
.articleGrid .imgWrap .caption {
	position: absolute;
	background: #fff;
	display: block;
	padding: .5em 1em;
	margin: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	max-width: 100%;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.articleGrid:hover .imgWrap .caption {
	white-space: normal;
	text-overflow: initial;
}
.articleGrid .articleTeaser {
	position: relative;
	overflow: hidden;
}
.articleGrid .articleTeaser .videoWrap {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: opacity .3s;
}
.articleGrid.hover .articleTeaser .videoWrap {
	opacity: 1;
}
.articleGrid .articleImgNone {
	margin: 0 auto;
}
.articleGrid .imgWidth-100 {
	width: 100%;
}
.articleGrid .imgWidth-75 {
	width: 75%;
}
.articleGrid .imgWidth-67 {
	width: 66.7%;
}
.articleGrid .imgWidth-50 {
	width: 50%;
}
.articleGrid .imgWidth-42 {
	width: 41.7%;
}
.articleGrid .imgWidth-33 {
	width: 33.3%;
}
.articleGrid .imgWidth-25 {
	width: 25%;
}
.articleGrid .imgWidth-20 {
	width: 20%;
}
.articleGrid .imgWidth-17 {
	width: 16.7%;
}
.articleGrid .imgWidth-15 {
	width: 15%;
}
.articleGrid .imgWidth-13 {
	width: 12.5%;
}
.articleGrid .imgWidth-10 {
	width: 10%;
}
.articleGrid .imgWidth-5 {
	width: 5%;
}
.articleGrid .imgWidth-75.articleImgLeft,
.articleGrid .imgWidth-67.articleImgLeft,
.articleGrid .imgWidth-50.articleImgLeft,
.articleGrid .imgWidth-42.articleImgLeft,
.articleGrid .imgWidth-33.articleImgLeft,
.articleGrid .imgWidth-25.articleImgLeft,
.articleGrid .imgWidth-20.articleImgLeft,
.articleGrid .imgWidth-17.articleImgLeft,
.articleGrid .imgWidth-15.articleImgLeft,
.articleGrid .imgWidth-13.articleImgLeft,
.articleGrid .imgWidth-10.articleImgLeft,
.articleGrid .imgWidth-5.articleImgLeft {
	float: left;
	padding-right: 1em;
	margin-bottom: 1em;
}
.articleGrid .imgWidth-75.articleImgRight,
.articleGrid .imgWidth-67.articleImgRight,
.articleGrid .imgWidth-50.articleImgRight,
.articleGrid .imgWidth-42.articleImgRight,
.articleGrid .imgWidth-33.articleImgRight,
.articleGrid .imgWidth-25.articleImgRight,
.articleGrid .imgWidth-20.articleImgRight,
.articleGrid .imgWidth-17.articleImgRight,
.articleGrid .imgWidth-15.articleImgRight,
.articleGrid .imgWidth-13.articleImgRight,
.articleGrid .imgWidth-10.articleImgRight,
.articleGrid .imgWidth-5.articleImgRight {
	float:right;
	padding-left: 1em;
	margin-bottom: 1em;
}

.articleGrid .btnWrap .btn {
	font-size: 1em;
}
.articleGrid.textOnImage {
	padding-bottom: 20px;
}
.articleGrid.textOnImage .gridWrapInner {
	overflow: hidden;
}
.gridWrap.swiperOuterWrap .articleGrid {
	padding: 0 10px;
}
.gridWrap.swiperOuterWrap .articleGrid.vcShowElements:after {
	left: 10px;
	right: 10px;
	bottom: 0;
}

.articleGrid.textOnImage .info,
.articleGrid.poster .info {
	padding: 20px;
}
.articleGrid.textOnImage .articleTeaser + .textWrap {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 40px;
	width: 100%;
	text-shadow: 0 0 20px rgba(0,0,0,0.19), 0 0 6px rgba(0,0,0,0.23);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0, rgba(0,0,0,.4) 60px);
}
.articleGrid.textOnImage .articleTeaser + .textWrap .sticker {
	text-shadow: none;
	background: #fff;
	color: #000;
}
.articleGrid.imgStyleNormal.textOnImage .articleTeaser + .textWrap .headline,
.articleGrid.imgStyleNormal.textOnImage .articleTeaser + .textWrap a {
	color: inherit;
}
.articleGrid.imgStyleNormal.textOnImage .articleTeaser + .textWrap .btn:after {
	background: #fff;
}
.articleGrid.imgStyleNormal.textOnImage .articleTeaser + .textWrap .btn:hover {
	color: #000;
	text-shadow: none;
}
.articleGrid.poster .gridWrapInner {
	color: #fff;
	text-shadow: 0 0 20px rgba(0,0,0,.2);
}
.articleGrid.poster .textWrap {
	color: inherit;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 1;
	display: flex;
	padding: 0;
}
.articleGrid.poster .headline {
	color: inherit;
}

.articleGrid.poster .info {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.articleGrid .quickFacts {
	display: flex;
	margin: -10px -20px;
}
.articleGrid .quickFacts .item {
	padding: 10px 20px;
	flex-basis: 100%;
}
.articleGrid .quickFacts .name,
.articleGrid .quickFacts .value {
	display: block;
}
.articleGrid .quickFacts .name {
	font-weight: bold;
}
.articleGrid.poster .quickFacts {
	margin: 0;
	padding: 10px 0;
}

.articleGrid.poster .info .gridItemDescription {
	color: inherit;
	margin: 0;
}
.articleGrid.textOnImage .articleTeaser + .info .dateText {
	color: #fff;
}
.articleGrid.textOnImage .articleTeaser + .info .btnMore {
	color: #fff;
	position: relative;
	margin-top: 10px;
}
.articleGrid.textOnImage.hasMoreBtn .gridWrapInner {
	padding-bottom: 0;
}
.articleGrid.imgStyleDuplex .articleTeaser:before,
.articleGrid.imgStyleDuplexInverted .articleTeaser:before,
.articleGrid.imgStyleDuplex .articleTeaser .imgWrap:before,
.articleGrid.imgStyleDuplexInverted .articleTeaser .imgWrap:before {
	content: '';
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	position: absolute;
	display: block;
}
.articleGrid.imgStyleDuplex .articleTeaser:before,
.articleGrid.imgStyleDuplexInverted .articleTeaser:before{
	mix-blend-mode: overlay;
}
.articleGrid.imgStyleDuplex .articleTeaser .imgWrap,
.articleGrid.imgStyleDuplexInverted .articleTeaser .imgWrap{
	filter: grayscale(100%);
}
.articleGrid.textUnderImageColoredBg .textWrap {
	padding: 10px;
}

.gridWrap.textUnderImageColoredBg {
	margin-right: -10px;
	margin-left: -10px;
	margin-bottom: 100px;
}
.gridWrap.textUnderImageColoredBg .articleGrid {
	padding: 0 10px 20px;
}
.articleGrid.textUnderImageColoredBg .textWrap * {
	color: inherit !important;
}

/* MASON Grids */
.masonryWrap {
	display: block;
	margin: 0 -10px;
}
.article + .clear + .masonryWrap {
	margin-top: 10px;
}
.masonryWrap .gridSizer {
	width: 8.333%;
}
.masonryWrap .articleGrid {
	height: auto;
	overflow: hidden;
}

.masonryWrap .wrap {
	overflow: hidden;
	display: block;
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	transition: transform .3s, box-shadow .3s;
}

.masonryWrap .gridWidth_3x3 {
	width: 50%;
	padding-bottom: 50%;
}
.masonryWrap .gridWidth_3x6 {
	width: 50%;
	padding-bottom: 100%;
}
.masonryWrap .gridWidth_6x3 {
	width: 100%;
	padding-bottom: 50%;
}
.masonryWrap .gridWidth_6x6 {
	width: 100%;
	padding-bottom: 100%;
}

.masonryGridItem .wrap .info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 40px 10px 5px;
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0,0,0,.6);
	border-bottom: 5px solid #000;
	z-index: 3;
	transition: transform .3s;
	font-weight: bold;
}

.masonryGridItem .wrap .info:after {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.4) 60px);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.4) 60px);
}
.masonryGridItem .wrap .info .headline {
	color: #fff;
}
.masonryGridItem .wrap .info .headline a {
	color: #fff;
}
.masonryGridItem .wrap .info .headline,
.masonryGridItem .wrap .info p {
	margin: 0;
}

.masonryGridItem .wrap .info > :first-child {
	margin-top: 0;
}
.masonryGridItem .wrap .info > :last-child {
	margin-bottom: 0;
}

.masonryGridItem .articleTeaser {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	background: #f4f4f4;
}
.masonryGridItem .articleTeaser .imgWrap {
	padding-bottom: 0 !important;
	height: 100%;
}
.masonryGridItem .flag {
	left: 20px;
	top: 20px;
	position: absolute;
	background: #fff;
	color: #000;
	font-size: .667em;
	line-height: 1;
	display: inline-block;
	padding: 5px;
	z-index: 3;
	transition: transform .3s;
}

.masonryGridItem:hover .wrap {
	transform: scale(1.02) translateY(-1%);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.masonryGridItem:hover .articleTeaser.vidWrap {
	z-index: 3;
}

.masonryGridItem.noZoomEffect:hover .articleTeaser {
	transform: none;
	box-shadow: none;
}

@media (min-width: 480px) {
	.gridWrap .gridWidth_25 {
		width: 50%;
	}
}
@media (max-width: 479px) {
	.masonryWrap .wrap .shortDesc {
		display: none;
	}
}

@media (max-width: 639px) {
	.masonryWrap .gridWidth_3x3-xs {
		width: 50%;
		padding-bottom: 50%;
	}
	.masonryWrap .gridWidth_3x6-xs {
		width: 50%;
		padding-bottom: 100%;
	}
	.masonryWrap .gridWidth_6x3-xs {
		width: 100%;
		padding-bottom: 50%;
	}
	.masonryWrap .gridWidth_6x6-xs {
		width: 100%;
		padding-bottom: 100%;
	}
}

@media (min-width: 640px) {
	.gridWrap.swiperOuterWrap {
		padding: 0 0 60px;
	}
	.gridWrap.swiperOuterWrap:after {
		height: auto;
		width: auto;
		bottom: 0;
		left: -20px;
		right: calc((100% + 40px) / 2 - 20px);
	}
	.gridWrap.swiperOuterWrap .intro {
		width: calc((100% + 40px) / 8 * 3 - 40px);
		padding-right: 0;
		padding-bottom: 40px;
	}
	.gridWrap.swiperOuterWrap .swiper {
		width: calc((100% + 40px) / 8 * 5);
		padding: 0;
		padding-right: calc((100% + 40px) / 8);
		margin: 0 -20px 0 20px;
		-webkit-mask-image: linear-gradient(to left, rgba(0,0,0,0) 0px, rgba(0,0,0,1) 20%);
		mask-image: linear-gradient(to left, rgba(0,0,0,0) 0px, rgba(0,0,0,1) 20%);
	}
	.gridWrap.swiperOuterWrap .swiper-button-next,
	.gridWrap.swiperOuterWrap .swiper-button-prev {
		top: auto;
		bottom: 50px;
		border-color: #b1b4b6;
		color: inherit;
		background: transparent;
	}
	.gridWrap.swiperOuterWrap .swiper-button-next:hover,
	.gridWrap.swiperOuterWrap .swiper-button-prev:hover {
		color: #fff;
	}
	.gridWrap.swiperOuterWrap .swiper-pagination-progressbar {
		bottom: 60px;
		width: calc((100% + 40px) / 8 * 3 - 140px);
		left: 100px;
		background: #fff;
	}
	.gridWrap.swiperOuterWrap .articleGrid {
		padding: 0 20px;
	}
	.gridWrap.swiperOuterWrap .articleGrid.vcShowElements:after {
		left: 20px;
		right: 20px;
	}

	.gridWrap {
		margin-right: -40px;
		margin-left: -40px;
		margin-bottom: 40px;
	}
	.vcContentSection .gridWrap {
		margin-bottom: -40px;
	}
	.gridWrap .articleGrid {
		padding: 0 40px 80px;
	}
	.gridWrap .articleGrid.vcShowElements:after {
		left: 40px;
		right: 40px;
		bottom: 80px;
	}
	.gridWrap.textOnImage {
		margin-right: -20px;
		margin-left: -20px;
		margin-bottom: 80px;
	}
	.vcContentSection .gridWrap.textOnImage {
		margin-bottom: -40px;
	}
	.gridWrap.textOnImage .articleGrid {
		padding: 0 20px 40px;
	}
	.gridWrap.textOnImage .articleGrid.vcShowElements:after {
		left: 20px;
		right: 20px;
		bottom: 40px;
	}


	.gridWrap .gridWidth_50,
	.gridWrap .leftContainer,
	.gridWrap .rightContainer {
		width: 100%;
	}
	.gridWrap .gridWidth_33,
	.gridWrap .gridWidth_25 {
		width: 50%;
	}
	.gridWrap.swiperOuterWrap .gridWidth_25 {
		width: 50%;
	}
	.gridWrap.swiperOuterWrap .gridWidth_33 {
		width: 100%;
	}
	.gridWrap.swiperOuterWrap .gridWidth_50 {
		width: 100%;
	}

	/* MASON Grids */
	.masonryWrap .gridWidth_3x3 {
		width: 33.333%;
		padding-bottom: 33.333%;
	}
	.masonryWrap .gridWidth_3x6 {
		width: 33.333%;
		padding-bottom: 66.666%;
	}
	.masonryWrap .gridWidth_6x3 {
		width: 66.666%;
		padding-bottom: 33.333%;
	}
	.masonryWrap .gridWidth_6x6 {
		width: 66.666%;
		padding-bottom: 66.666%;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	/* MASON Grids */
	.masonryWrap .gridWidth_3x3-sm {
		width: 33.333%;
		padding-bottom: 33.333%;
	}
	.masonryWrap .gridWidth_3x6-sm {
		width: 33.333%;
		padding-bottom: 66.666%;
	}
	.masonryWrap .gridWidth_6x3-sm {
		width: 66.666%;
		padding-bottom: 33.333%;
	}
	.masonryWrap .gridWidth_6x6-sm {
		width: 66.666%;
		padding-bottom: 66.666%;
	}
}

@media (min-width: 960px) {
	.gridWrap.swiperOuterWrap:after {
		right: calc((100% + 40px) * .75 - 80px);
		left: auto;
		width: 100%;
	}
	.gridWrap.swiperOuterWrap .intro {
		width: calc((100% + 40px) / 4 - 40px);
	}
	.gridWrap.swiperOuterWrap .swiper {
		width: calc((100% + 40px) * .75);
		padding-right: calc((100% + 40px) / 12 + 20px);
		-webkit-mask-image: linear-gradient(to left, rgba(0,0,0,0) 0px, rgba(0,0,0,1) calc((100% + 40px) / 8));
		mask-image: linear-gradient(to left, rgba(0,0,0,0) 0px, rgba(0,0,0,1) calc((100% + 40px) / 8));
	}
	.gridWrap.swiperOuterWrap .swiper-pagination-progressbar {
		width: calc((100% + 40px) / 4 - 140px);
	}

	.gridWrap .gridWidth_50,
	.gridWrap .leftContainer,
	.gridWrap .rightContainer {
		width: 50%;
	}
	.gridWrap .gridWidth_33 {
		width: 33.333%;
	}
	.gridWrap .gridWidth_25 {
		width: 25%;
	}
	.gridWrap.swiperOuterWrap .gridWidth_25 {
		width: 33.333%;
	}
	.gridWrap.swiperOuterWrap .gridWidth_33 {
		width: 50%;
	}
	.gridWrap.swiperOuterWrap .gridWidth_50 {
		width: 100%;
	}
	.articleGrid.highlight .gridWrapInner {
		display: flex;
		flex-direction: row;
		align-items: flex-end;
		margin-left: -10px;
		margin-right: -10px;
	}
	.articleGrid.highlight .articleTeaser {
		width: 66.67%;
		padding-left: 10px;
		padding-right: 10px;
		float: left;
	}
	.articleGrid.highlight .info {
		padding-top: 0;
		padding-left: 10px;
		padding-right: 10px;
		width: 33.33%;
	}

	/* MASON Grids */
	.masonryWrap {
		margin: 0 -20px;
	}
	.article + .clear + .masonryWrap {
		margin-top: 20px;
	}
	.masonryGridItem .wrap {
		left: 20px;
		right: 20px;
		bottom: 20px;
		top: 20px;
	}
	.masonryGridItem .wrap .info {
		padding: 60px 20px 15px;
	}
	.masonryGridItem .flag {
		left: 40px;
		top: 40px;
	}

	.masonryWrap .gridWidth_3x3 {
		width: 25%;
		padding-bottom: 25%;
	}
	.masonryWrap .gridWidth_3x6 {
		width: 25%;
		padding-bottom: 50%;
	}
	.masonryWrap .gridWidth_6x3 {
		width: 50%;
		padding-bottom: 25%;
	}
	.masonryWrap .gridWidth_6x6 {
		width: 50%;
		padding-bottom: 50%;
	}

	.masonryWrap .gridWidth_3x3-md {
		width: 25%;
		padding-bottom: 25%;
	}
	.masonryWrap .gridWidth_3x6-md {
		width: 25%;
		padding-bottom: 50%;
	}
	.masonryWrap .gridWidth_6x3-md {
		width: 50%;
		padding-bottom: 25%;
	}
	.masonryWrap .gridWidth_6x6-md {
		width: 50%;
		padding-bottom: 50%;
	}
}
@media (min-width: 1120px) {
	.articleGrid.highlight .gridWrapInner {
		margin-left: -20px;
		margin-right: -20px;
	}
	.articleGrid.highlight .articleTeaser {
		padding-left: 20px;
		padding-right: 20px;
	}
	.articleGrid.highlight .info {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (min-width: 1280px) {
	.gridWrap.swiperOuterWrap .swiper {
		width: calc((100% + 40px) * .75 + 20px);
		margin-right: -40px;
	}
}

/* Content: TICKER */
.tickerWrap {
	width: 100%;
	overflow: hidden;
}
.ticker {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
}
.tickerItem,
.tickerDivider {
	width: auto;
	float: left;
	margin: 0;
}
.tickerWrapInner {
	display: block;
	text-decoration: none;
}
.tickerWrapInner > * {
	display: inline;
	margin: 0;
}
.tickerItem .headline {
	margin: 0;
}
.tickerDivider:after {
	content: '○';
	margin: 0 10px;
	font-weight: 400;
}
@media (min-width: 640px) {
	.tickerDivider:after {
		margin: 0 20px;
	}
}


	/* Site: PAGE JUMPS */
.articleIntoSections {
	list-style: none;
	margin: 15px -5px;
	padding: 0;
}
.articleIntoSections li {
	float: left;
	margin: 5px;
	padding: 0;
}
.articleIntoSections a {
	display: block;
	font-weight: bold;
	font-size: .75em;
	line-height: 1;
	text-decoration: none;
	padding: 5px;
	background-color: #fff;
	color: #000;
	border: 2px solid #89898d;
	border-radius: 5px;
	transition: all .3s;
}
.jumper {
	margin: 20px -5px;
	position: relative;
}
.pagerJumper .divider {
	display: none;
}
.jumper .resultStats {
	text-align: center;
	padding: 0 0 5px;
}

.jumper .pagerJumper {
	display: block;
	margin: 0 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: 8px 0;
	margin:0 5px;
	display:block;
	float:left;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	border: 2px solid #89898d;
	background: transparent;
	font-weight: bold;
	font-size: .75em;
	color: #000;
	line-height: 20px;
	text-align:center;
	text-decoration: none;
	transition: all .3s;
}
.pagerJumper .spacer {
	background: none;
	border: none;
}
.articleIntoSections a.aktiv,
.pagerJumper a.aktiv {
	background: #C00;
	border-color: #C00;
	color: #fff;
}
.articleIntoSections a:hover,
.pagerJumper a:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}
.pages,
.pageJumperFooterWrap .backLink {
	display: flex;
	padding-top: 30px;
	padding-bottom: 30px;
}
.pages {
	text-align:center;
	justify-content: center;
}
.pages > * {
	display: inline-block;
	overflow: hidden;
}
.pages a {
	padding: 0 10px;
	position: relative;
	text-decoration: none;
	max-width: 50%;
	overflow: hidden;
	transition: color .3s;
}
.pages a:first-child {
	padding-left: 0;
}
.pages a:last-child {
	padding-right: 0;
}
.pages a.overviewPage {
	flex: 0 0 auto;
}
.pages a .label {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	display: block;
	padding-left: calc(1em + 5px);
}
.pages a .icon {
	position: absolute;
	left: 10px;
	top: 0;
}
.pages a.nextPage .label {
	padding-left: 0;
	padding-right: calc(1em + 5px);
}
.pages a.nextPage .icon {
	left: auto;
	right: 10px;
}
.pages a:first-child .icon {
	left: 0;
}
.pages a:last-child .icon {
	right: 0;
}
.pages a.disabled {
	color: #c4c4c6;
	text-decoration: none;
}
@media (min-width: 640px) {
	.pages a {
		padding: 0 20px;
	}
	.pages a .icon {
		left: 20px;
	}
	.pages a.nextPage .icon {
		left: auto;
		right: 20px;
	}
	.pages a:first-child .icon {
		left: 0;
	}
	.pages a:last-child .icon {
		right: 0;
	}

	.jumper .resultStats {
		line-height: 40px;
		float: left;
		padding: 0 0 0 5px;
	}
	.jumper .pagerJumper  {
		float: right;
	}
}

/* ==========================================================================
   MODULE STYLES
   ========================================================================== */

/* Module: START */
.eventsSlider {
	padding: 0;
}
.eventsSlider + .tickerOuterWrap {
	margin-top: -60px;
}
.teaserSection + .eventsSlider {
	margin-top: -75px;
}
.eventsSlider .dateSliderDatesOuterWrap {
	position: relative;
	display: flex;
	Justify-content: center;
	flex-wrap: wrap;
}
.eventsSlider .dateSliderDatesWrap {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-right: 50px;
	padding-right: 50px;
	padding-right: calc(2em + 20px);
	-webkit-mask-image: -webkit-linear-gradient(right, rgba(0,0,0,0) 0px, rgba(0,0,0,0) 30px, rgba(0,0,0,1) 60px);
	mask-image: linear-gradient(to left, rgba(0,0,0,0) 0px, rgba(0,0,0,0) 30px, rgba(0,0,0,1) 60px);
	flex-basis: 100%;
}
.no-js .eventsSlider .dateSliderDatesWrap {
	overflow: auto;
}

.eventsSlider .dateSliderDates {
	display: flex;
	list-style: none;
	margin: 0 auto 0 -7px;
	padding: 0;
}

.eventsSlider .dateSliderButtonNext,
.eventsSlider .dateSliderButtonPrev {
	position: absolute;
	top: 8px;
	line-height: 1;
	font-size: 1em;
	border-radius: 1em;
	background: none;
	color: #fff;
	padding: calc(.5em - 2px);
	border: 2px solid #fff;
	text-align: center;
	width: 2em;
	z-index: 1;
	transition: all .3s;
	display: none;
}
.eventsSlider .dateSliderButtonPrevWrap {
	position: static;
	top: 0;
	bottom: 0;
	left: 0;
	width: 2em;
	line-height: 1;
	font-size: 1em;
	border-radius: 1em;
	z-index: 1;
	transition: all .3s;
	display: none;
}
.eventsSlider .dateSliderButtonPrevWrap.hide {
	pointer-events: none;
	opacity: 0;
}
.eventsSlider .dateSliderButtonPrevWrap:after {
	content: '';
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: calc(100% + 20px);
}
.eventsSlider .dateSliderButtonNext {
	right: 0;
}
.eventsSlider .dateSliderButtonPrev {
	left: 0;
}
.eventsSlider .swiper-initialized ~ .dateSliderButtonNext,
.eventsSlider .swiper-initialized ~ .dateSliderButtonPrevWrap .dateSliderButtonPrev {
	display: block;
}
.eventsSlider .dateSliderButtonNext .icon:before {
	display: block;
}
.eventsSlider .dateSliderButtonNext:hover {
	background: #000;
	color: #fff;
}
.eventsSlider .dateSliderButtonModule {
	z-index: 0;
	position: relative;
	margin-top: 5px;
	white-space: nowrap;
}
.no-js .eventsSlider .dateSliderButtonNext {
	display: none;
}
.eventsSlider .dateSliderButtonNext[disabled] {
	opacity: .5;
	pointer-events: none;
}
.eventsSlider .dateSliderDates li {
	text-align: center;
	flex: 0 0 auto;
	white-space: nowrap;
	width: auto;
	margin: 0;
}
.eventsSlider .dateSliderMonth {
	padding: 10px 0;
	list-style: none;
	margin: 0;
	text-transform: uppercase;
}
.eventsSlider .dateSliderMonth .month {
	margin: 0;
	line-height: 25px;
	width: calc(2.25em + 15px);
	padding: 0 8px 0 7px;
}
.eventsSlider .dateSliderMonth.sticky {
	position: absolute;
	left: -7px;
	top: 0;
	z-index: 1;
	width: auto;
	text-align: center;
}
.eventsSlider .dateSliderMonth.sticky:after {
	content: '';
	display: block;
	width: 100%;
	bottom: 0;
	left: 0;
	top: 0;
	position: absolute;
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) calc(100% - 10px),rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) calc(100% - 10px),rgba(255,255,255,0) 100%);
	z-index: -1;
}
.eventsSlider .dateSliderDate:after {
	content: '';
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: block;
	pointer-events: none;
	transition: opacity .3s, background .3s;
	z-index: -1;
}
.eventsSlider .dateSliderDate a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.eventsSlider .dateSliderDate .dayOfMonth {
	display: block;
	text-transform: uppercase;
	line-height: 20px;
	font-weight: bold;
	padding: 5px 8px 0 7px;
	min-width: 2em;
}
.eventsSlider .dateSliderDate .dayOfWeek {
	display: block;
	line-height: 15px;
	padding: 0 8px 5px 7px;
	font-weight: normal;
	color: inherit;
}
.eventsSlider .dateSliderDate.hasEvents {
	color: inherit;
	transition: background .3s;
}
.eventsSlider .dateSliderDate.hasEvents.active {
	color: #fff;
}
.eventsSlider .dateSliderDate.hasEvents.active:after {
	opacity: 1;
}
.eventsSlider .dateSliderDate.hasEvents.active * {
	color: inherit;
}

.eventsSlider .dateSliderEventsWrap {
	background: #000;
	color: #fff;
	position: absolute;
	z-index: 50;
	width: 100%;
	overflow: auto;
}
.eventsSlider .dateSliderEventsCloser {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: none;
	z-index: -1;
}
.eventsSlider .dateSliderEvents {
	padding: 0;
	margin: 0;
}
.eventsSlider .dateSliderEvents .loading {
	background: url('../img/preloader_301_dark.gif') no-repeat 50% 50%;
	min-height: 48px;
	height: 100%;
	width: 100%;
}
.eventsSlider .dateSliderEvents .event {
	position: relative;
	margin: 20px 0;
	padding: 0 20px;
	overflow: hidden;
	text-align: left;
	color: inherit;
}
.eventsSlider .dateSliderEvents .event + .event {
	border-top: 1px solid #000;
	padding-top: 19px;
}
.eventsSlider .dateSliderEvents .eventInnerWrap {
	color: inherit;
	text-decoration: none;
	display: block;
}
.eventListItem .eventPreviewImg,
.eventsSlider .dateSliderEvents .eventPreviewImg {
	width: 80px;
	height: 80px;
	margin: 0;
	border-radius: 40px;
	overflow: hidden;
	position: absolute;
	left: 20px;
	top: 20px;
	display: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.eventListItem .eventPreviewImg {
	right: 0;
	left: auto;
}
.eventsSlider .dateSliderEvents .event .headline {
	margin: 0;
	font-weight: 700;
	color: inherit;
}
.eventsSlider .dateSliderEvents .event .eventInfo .attrList {
	margin: 0;
}
.eventsSlider .dateSliderEvents .event .eventInfo .attrList .fsSpaced {
	padding-left: 5px;
	padding-right: 5px;
}
.eventsSlider .dateSliderEvents .event .eventInfo .clamping {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.eventsSlider .dateSliderEvents .event .eventInfo .clamping > * {
	display: inline;
}
.eventsSlider .dateSliderEvents .event .headline a {
	color: inherit;
	text-decoration: none;
}
.eventsSlider .dateSliderEvents .event .eventDesc:before {
	content: "\A";
	white-space: pre;
}
.eventsSlider .dateSliderEvents .event .btnMore {
	right: 20px;
	position: absolute;
	bottom: 0;
	margin: 0;
	z-index: 1;
	color: inherit;
	font-size: 13px;
	line-height: 20px;
}
.eventsSlider .dateSliderEvents .event .btnMore:after {
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 30px);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 30px);
	content: '';
	display: block;
	width: 50px;
	width: calc(100% + 30px);
	height: 100%;
	right: 0;
	top: 0;
	position: absolute;
	z-index: -1;
}
.eventsSlider .dateSliderEvents .event .btnMore:hover {
	color: #000;
}
.eventsSlider .dateSliderEvents .event .event-tickets {
	color: inherit;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 10px;
}

.eventsSlider.eventsSliderStart .dateSliderButtonPrevWrap {
	width: calc(1.5em + 20px);
	padding-left: 10px;
	padding-right: 10px;
}
.eventsSlider.eventsSliderStart .dateSliderButtonPrev {
	font-size: .75em;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.eventsSlider.eventSliderRecentPlays .eventsSliderLabel {
	padding: 5px 10px 10px 10px;
	margin: 0 -10px;
	float: left;
}
.eventsSlider.eventSliderRecentPlays .dateSliderButtonNext,
.eventsSlider.eventSliderRecentPlays .dateSliderButtonPrev {
	top: 50%;
	transform: translateY(-50%);
}
.eventsSlider.eventSliderRecentPlays .dateSliderDatesOuterWrap {
	clear: left;
}
.eventsSlider.eventSliderRecentPlays .dateSliderDates {
	margin-left: 0;
}
.eventsSlider.eventSliderRecentPlays .dateSliderDates li {
	text-align: left;
	margin: 0;
}
.eventsSlider.eventSliderRecentPlays .dateSliderDates .dateSliderPlay {
	padding-right: 20px;
}
.eventsSlider.eventSliderRecentPlays .dateSliderDates .dateSliderPlay:last-child {
	padding-right: 0;
}
.eventsSlider.eventSliderRecentPlays .dateSliderDates .attrList {
	margin: 0;
}
.eventsSlider.eventSliderRecentPlays .title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: 700;
	line-height: 1.25;
	max-width: calc(100vw - 120px);
}
.eventsSlider.eventSliderRecentPlays a {
	text-decoration: none;
}
#teaserSection + .eventsSlider.eventSliderRecentPlays {
	margin-top: calc(-90px - 1.1905em);
	position: relative;
	z-index: 1;
}
.eventsSlider.eventSliderRecentPlays .eventInfo {
	margin-top: 5px;
}
.eventsSlider.eventSliderRecentPlays .eventInfo .canceled {
	padding-top: 2px;
	padding-bottom: 2px;
}

.vcContentSection .col4 .eventsSlider .dateSliderDatesWrap {
	-webkit-mask-image: none;
	mask-image: none;
	padding-right: 0;
	overflow: visible;
}
.vcContentSection .col4 .eventsSlider.eventSliderRecentPlays .dateSliderDates {
	flex-direction: column;
}
.vcContentSection .col4 .eventsSlider.eventSliderRecentPlays .dateSliderDates .dateSliderPlay {
	padding-right: 0;
}
.vcContentSection .col4 .eventsSlider.eventSliderRecentPlays .dateSliderDates .dateSliderPlay + .dateSliderPlay {
	padding-top: 20px;
}

@media (min-width: 640px) {
	.eventsSlider .dateSliderDatesOuterWrap {
		align-items: center;
		justify-content: center;
		flex-wrap: nowrap;
	}
	.eventsSlider .dateSliderButtonModule {
		margin-top: 0;
		margin-left: 40px;
	}
	.eventsSlider .dateSliderButtonNext {
		position: static;
		margin-left: -2em;
	}
	.eventsSlider .swiper-initialized ~ .dateSliderButtonPrevWrap {
		display: block;
		position: absolute;
	}
	.eventsSlider .dateSliderDates {
		margin-left: -10px;
		position: relative;
	}

	.eventsSlider .dateSliderMonth .month {
		line-height: 35px;
		padding-left: 10px;
		padding-right: 10px;
		width: calc(2.25em + 20px);
		overflow: hidden;
	}
	.eventsSlider .dateSliderMonth.sticky {
		left: -10px;
		overflow: hidden;
	}
	.eventsSlider .dateSliderDate .dayOfMonth,
	.eventsSlider .dateSliderDate .dayOfWeek {
		padding-left: 10px;
		padding-right: 10px;
		line-height: 25px;
	}
	.eventsSlider .dateSliderDate .dayOfWeek {
		line-height: 20px;
	}
	.eventsSlider .dateSliderBtnMore {
		padding: 0 10px 20px;
	}
	.eventsSlider .dateSliderDatesWrap {
		padding-right: 60px;
		padding-right: calc(2em + 20px);
		-webkit-mask-image: -webkit-linear-gradient(right, rgba(0,0,0,0) 0px, rgba(0,0,0,0) calc(2em - 10px), rgba(0,0,0,1) calc(2em + 20px));
		mask-image: linear-gradient(to left, rgba(0,0,0,0) 0px, rgba(0,0,0,0) calc(2em - 10px), rgba(0,0,0,1) calc(2em + 20px));
		flex: 0 1 auto;
	}
	.eventsSlider.eventSliderRecentPlays .dateSliderButtonNext {
		position: absolute;
		margin-left: 0;
	}
	.eventsSlider.eventSliderRecentPlays .dateSliderDates .dateSliderPlay {
		padding-right: 40px;
	}
	.eventsSlider.eventSliderRecentPlays .eventsSliderLabel {
		padding: 5px 20px 15px 20px;
		margin: 0 -20px;
	}
	.eventsSlider.eventsSliderStart .dateSliderButtonPrevWrap {
		left: calc(2.25em + 20px);
	}
	.eventsSlider.eventsSliderStart .dateSliderButtonPrevWrap:after {
		width: calc(100% + 10px);
	}
	#teaserSection + .eventsSlider.eventSliderRecentPlays {
		margin-top: calc(-90px - 1.3333em);
	}
	.eventsSlider.eventSliderRecentPlays .eventInfo {
		margin-top: 10px;
	}
}

@media (min-width: 960px) {
	#teaserSection + .eventsSlider.eventSliderRecentPlays {
		margin-top: calc(-130px - 1.3333em);
	}
	.teaserSection + .eventsSlider {
		margin-top: -110px;
	}
	.eventsSlider .dateSliderDates {
		margin-left: -30px;
	}
	.eventsSlider .dateSliderMonth .month {
		line-height: 40px;
		padding-left: 30px;
		padding-right: 30px;
		width: calc(2.25em + 60px);
	}
	.eventsSlider .dateSliderMonth:first-child .month,
	.eventsSlider .dateSliderMonth.sticky .month {
		padding-right: 10px;
		width: calc(2.25em + 40px);
	}
	.eventsSlider .dateSliderMonth.sticky {
		left: -30px;
	}

	.eventsSlider .dateSliderDate .dayOfMonth {
		line-height: 20px;
		padding: 10px 10px 0;
	}
	.eventsSlider .dateSliderDate .dayOfWeek {
		line-height: 20px;
		padding: 0 10px 10px;
	}
	.eventsSlider .dateSliderDate:after {
		left: -10px;
		right: -10px;
	}
	.eventsSlider .dateSliderEventsWrap {
		width: calc(50% - 20px);
	}
	.eventsSlider .dateSliderEvents .event {
		margin: 40px 0;
		padding-left: 40px;
		padding-right: 40px;
	}
	.eventsSlider .dateSliderEvents .event + .event {
		margin-top: -20px;
	}
	.eventsSlider.eventSliderRecentPlays .title {
		max-width: 33.333vw;
	}
}
@media (min-width: 1080px) {
	#teaserSection + .eventsSlider.eventSliderRecentPlays {
		margin-top: calc(-130px - 1.3333em);
	}
}

/*
 PROGRAM
 */
#filterForm .btnContainer {
	width: 100%;
	margin-top: 20px;
}
.js #filterForm .btnContainer button[type="submit"] {
	display: none;
}
#filterForm .optsRadio .optsInputWrap .optsInputLabel {
	display: none;
}
#filterForm .optsRadio .optsInputWrap {
	justify-content: center;
}
@media (min-width: 640px) {
	#filterForm {
		display: flex;
		flex-wrap: wrap;
		margin-left: -20px;
		margin-right: -20px;
	}
	#filterForm .optsContainer {
		padding: 0 20px;
		margin: 0 !important;
		flex-grow: 1;
		flex-basis: 33.333%;
	}
}


/*
 AGE RECOMMENDATION
 */
#ageRecTable a.title {
	font-weight: bold;
	text-decoration: none;
}
#ageRecTable .dlList {
	margin: 5px 0;
}
#ageRecTable .ageRecLocation,
#ageRecTable .ageRecDivision {
	display: none;
}
@media (min-width: 640px) {
	#ageRecTable .dlList {
		display: none;
	}
	#ageRecTable .ageRecLocation,
	#ageRecTable .ageRecDivision {
		display: table-cell;
	}
	#ageRecTable .event-tickets {
		vertical-align: 1px;
	}
	#ageRecTable a.title {
		padding-right: 10px;
	}
}
@media (min-width: 1080px) {
	#ageRecTable .event-tickets {
		vertical-align: 2px;
	}
}

/* Sitemap */
#sitemap ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#sitemap li {
	padding: 0;
	margin: 0;
}
#sitemap li:after {
	display: none;
}

#sitemap li a {
	position: relative;
	color: inherit;
	text-decoration: none;
	display: block;
	padding-left: 20px;
	margin: 0;
}
#sitemap li a:after {
	content: '';
	display: block;
	position: absolute;
	left: 2px;
	top: 6px;
	border-style: solid;
	border-color: transparent transparent transparent #C00;
	border-width: 5px 0 5px 5px;
}


#sitemap ul.lvl1 {
	margin: -20px -20px 0;
}
#sitemap li.lvl1 {
	padding: 20px;
	width: 100%;
}
#sitemap li.lvl1 > .wrap {
	padding: 20px;
	background-color: #e9e9ea;
}
#sitemap ul.lvl2 ul {
	margin-left: 20px;
}
#sitemap a.lvl1 {
	padding-left: 0;
	line-height: 1.25;
}
#sitemap a.lvl1.hasSub {
	border-bottom: 5px solid #C00;
	margin-bottom: 5px;
}
#sitemap a.lvl1:after {
	display: none;
}

#sitemap a.lvl2 {
	font-weight: bold;
}

@media (min-width: 640px) {
	#sitemap li.lvl1 {
		width: 50%;
	}
}

@media (min-width: 960px) {
	#sitemap li.lvl1 {
		width: 33.33%;
	}
}


/* Modul: DOWNLOAD DB */
.search_results .headline {
	margin-bottom: 0;
}
#srcForm .slideDownTrigger {
	margin-top: 20px;

}
#srcForm .srcFromMoreParams {
	padding-top: 10px;
}
#srcForm .btnWrap {
	margin-top: 20px;
}
#srcForm .btnWrap .btn + .btn {
	margin-left: 20px;
}

#srcStats {
	margin-top: 20px;
	margin-bottom: 20px;
}
#srcStats .srcSort {
	margin-top: 10px;
}

#srcStats .srcSort ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	margin-left: 10px;
}
#srcStats .srcSort li {
	float: left;
}
#srcStats .srcSort li + li {
	margin-left: 10px;
}
#srcStats .srcSort a {
	display: block;
	text-decoration: none;
}

@media (min-width: 640px) {
	#srcStats {
		display: flex;
	}
	#srcStats .srcSort {
		flex-grow: 1;
		text-align: right;
		margin-top: 0;
	}
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
	*,
	*:before,
	*:after,
	*:first-letter,
	*:first-line {
		background: transparent !important;
		color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	/*
	 * Printing Tables:
	 * http://css-discuss.incutio.com/wiki/Printing_Tables
	 */

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}
