/*
 * 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 {
	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 {
	margin-left: -20px;
	margin-right: -20px;
}
#wrapper {
	position: relative;
	min-height: 100vh;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

@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 {
		margin-left: -5.556%;
		margin-left: calc((100% + 40px) * -.05556 - 20px);
		margin-right: -5.556%;
		margin-right: calc((100% + 40px) * -.05556 - 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 {
		margin-left: -12.5%;
		margin-left: calc((100% + 40px) * -.125 - 20px);
		margin-right: -12.5%;
		margin-right: calc((100% + 40px) * -.125 - 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 {
		margin-left: -21.428%;
		margin-left: calc((100% + 40px) * -.21428 - 20px);
		margin-right: -21.428%;
		margin-right: calc((100% + 40px) * -.21428 - 20px);
	}
}


/*
	HEADER
	*/

#header {
	position: fixed;
	left: 0;
	top: -80px;
	width: 100%;
	min-width: 320px;
	z-index: 50;
	background: #fff;
	transition: all .2s;
}
.skiptranslate ~ #wrapper #header {
	top: -40px;
}
#header.fixedShow,
#header.isAtTop,
#header.isOverBreakpoint {
	top: 0;
}
.skiptranslate ~ #wrapper #header.fixedShow,
.skiptranslate ~ #wrapper #header.isAtTop,
.skiptranslate ~ #wrapper #header.isOverBreakpoint {
	top: 40px;
}
#header.fixedShow {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
#header.isAtTop,
#header.isOverBreakpoint {
	box-shadow: none;
}

#logo {
	display: block;
	float: right;
	width: 77px;
	margin: 10px 10px 10px 0;
	transition: all .3s;
}
#logo img {
	display: block;
	height: auto;
	width: 100%;
}

#topBar {
	color: #656567;
	margin-right: -5px;
}

#topBar,
.social,
#contrastModeBtn .label {
	text-transform: uppercase;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
}
.social {
	padding: 10px 0;
	display: inline-block;
	text-align: left;
}
.social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.social li {
	margin: 0;
	padding: 0;
	float: left;
}
.social li + li {
	margin-left: 10px;
}
.social a,
.quickContact .icon {
	color: inherit;
	font-size: 20px;
	line-height: 1;
	height: 20px;
	display: block;
	transition: color .3s;
	text-decoration: none !important;
}


.social ul {
	float: right;
	margin-left: 10px;
}
.social a:hover {
	color: #aabe3a;
}
.quickContact .icon:before,
.social .icon:before {
	margin: 0;
}
.quickContact .icon {
	display: inline-block;
	vertical-align: -3px;
}
#socialHeader {
	display: none;
}

.quickContact {
	padding: 10px 0;
	white-space: nowrap;
	overflow: hidden;
}
#topBar #socialHeader + .quickContact:before,
#navMenuSwitch:checked ~ #wrapper .quickContact {
	display: none;
}
#topBar .divider {
	display: inline;
	overflow: hidden;
	text-align: left;
	text-indent: -999em;
	margin: 0 3px;
	line-height: 20px;
	width: 1px;
	position: relative;
	color: transparent;
}
#topBar .divider:after {
	right: 2px;
	top: 1px;
	bottom: 1px;
}


/* Standard Navigation */
.navStd .nav {
	list-style: none;
	padding: 0;
}
.navStd li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.navStd .a {
	display: block;
	position: relative;
	padding-left: 20px;
}
.navStd .a:after {
	content: '';
	display: block;
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: -5px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 5px 0 5px 5px;
}

/* SCHRIFTGRÖSSENWECHSEL */
.font-size-change,
#leichteSprache a,
#readspeakerHeader .icon-readspeaker {
	color: #656567;
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	text-decoration: none;
	display: block;
	padding: 10px 5px;
}
.font-size-change {
	margin-left: 5px;
	float: left;
	min-width: 20px;
	text-align: center;
}
#fontSizeChanger {
	display: none;
}
#fontSizeChanger .font-size-change {
	padding-left: 0;
	padding-right: 0;
}
#fontSizeChanger .font-size-change:first-child {
	padding-left: 5px;
}
#fontSizeChanger .font-size-change:last-child {
	padding-right: 5px;
}
#normaltext {
	font-size: 17px;
	margin-top: 3px;
}
#minustext {
	margin-left: 0;
	font-size: 13px;
	margin-top: 7px;
}
.font-size-change:hover,
#leichteSprache a:hover,
#readspeakerHeader .icon-readspeaker:hover,
#contrastModeBtn:hover .icon,
#contrastModeBtn.active .icon {
	text-decoration: none;
	color: #aabe3a !important;
}

/* ReadSpeaker Header */
#readspeakerHeader #readspeaker.rsbtn .rsbtn_play {
	height: 20px;
	color: #656567;
	padding: 10px 5px;
}
#readspeakerHeader #readspeaker.rsbtn .rsbtn_play span  {
	color: inherit;
}
#readspeakerHeader #readspeaker.rsbtn.rsexpanded .rsbtn_exp_inner {
	top: 35px;
	right: 50%;
	transform: translateX(50%);
}
#readspeakerHeader .rsbtn_tooltoggle {
	display: none !important;
}
#readspeakerHeader .rsbtn_left {
	margin-left: 0;
}

/* HIGH CONTRST Header */
#contrastModeBtn {
	color: inherit;
	text-decoration: none;
}
#contrastModeBtn .label {
	display: none;
	margin-right: 10px;
	vertical-align: 3px;
}
#leichteSprache .icon,
#contrastModeBtn .icon {
	display: block;
}

/* Suche & Translate */
#quickSrcBoxWrap,
#quickTranslateWrap,
#fontSizeChanger,
#leichteSprache,
#readspeakerHeader,
#contrastMode {
	float: left;
	border: none;
	margin: 20px 0 10px;
	padding: 0;
}
#siteSearchTrigger,
#siteTranslateTrigger,
#contrastModeBtn {
	display: block;
	padding: 10px 5px;
	font-size: 20px;
	line-height: 20px;
	transition: color .3s;
	position: relative;
}

#siteSearchTrigger .on,
#siteTranslateTrigger .on {
	display: block;
}

#siteSearchTrigger .label,
#siteSearchTrigger .off,
#siteSearchSwitch:checked ~ #wrapper #siteSearchTrigger .on,
#siteTranslateTrigger .label,
#siteTranslateTrigger .off,
#siteTranslateSwitch:checked ~ #wrapper #siteTranslateTrigger .on {
	display: none;
}
#siteSearchSwitch:checked ~ #wrapper #siteSearchTrigger .off,
#siteTranslateSwitch:checked ~ #wrapper #siteTranslateTrigger .off {
	display: block;
}
#siteSearchTrigger:hover,
#siteSearchSwitch:checked ~ #wrapper #siteSearchTrigger,
#siteTranslateTrigger:hover,
#siteTranslateSwitch:checked ~ #wrapper #siteTranslateTrigger {
	color: #aabe3a;
}
#siteSearchSwitch:checked ~ #wrapper #siteSearchTrigger,
#siteTranslateSwitch:checked ~ #wrapper #siteTranslateTrigger {
	z-index: 11;
	background: #fff;
	background: linear-gradient(180deg, rgba(233,233,234,1) 0%, rgba(255,255,255,1) 100%);
}



#quickSrcBox .optsContainer {
	margin: 0;
}
#srcBoxQ {
	height: 40px;
}
#srcBoxSubmit {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: #902536;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	width: 60px;
	transition: all .3s;
	font-size: 20px;
}
#srcBoxSubmit:hover {
	background: #aabe3a;
}
#quickTranslateWrap .goog-te-gadget {
	font-family: inherit;
}
#quickTranslateWrap .goog-te-gadget-simple {
	display: block;
	border: 2px solid #e9e9ea;
	padding: 8px;
	font-size: 12px;
	line-height: 20px;
	color: #2a2a2b;
}
#quickTranslateWrap .goog-te-menu-value {
	color: inherit;
}
#quickTranslateWrap .goog-te-menu-value span:nth-child(3) {
	display: none;
}

#quickTranslateWrap .goog-te-gadget-simple > span {
	vertical-align: baseline !important;
}
#quickTranslateWrap .goog-te-gadget-icon {
	vertical-align: -6px;
}

/* MAIN NAVIGATION */
#navMain {
	margin: 0 20px;
	clear: both;
}
#navMain .navBtnWrap {
	position: relative;
	z-index: 2;
	background: #fff;
}
#navMain .navBtnWrap a {
	transition: color .3s;
	overflow: hidden;
	display: block;
	padding: 0;
	text-decoration: none;
	color: inherit;
}
#navMain .navBtnWrap a .name {
	transition: all .3s;
	display: inline-block;
	padding: 5px 0;
}

#navMain .lvl1 > .navBtnWrap a {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: inherit;
}
#navMain .lvl1 > .navBtnWrap a .name {
	border-bottom: none;
	padding-bottom: 0;
}

#navMain .lvl1 > .checkboxTrigger ~ .navBtnWrap:after {
	content: '';
	display: block;
	border-style: solid;
	border-color: #e9e9ea transparent transparent;
	border-width: 0px 10px;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: 0;
	z-index: -1;
	pointer-events: none;
	transition: border-top-width .3s, bottom .3s;
}

#navMain li > .checkboxTrigger ~ ul,
#navMain li > .checkboxTrigger ~ .subNavWrap {
	max-height: 0;
	padding: 0;
	transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, margin .3s, border .3s;
	overflow: hidden;
}

#navMain .lvl1 > .subNavWrap {
	background: #fff;
	z-index: 1;
	position: relative;
	border-bottom: 0 solid #e9e9ea;
}
#navMain .lvl1 > .navBtnWrap {
	border-bottom: 5px solid #e9e9ea;
}
#navMain .lvl2 > .navBtnWrap a {
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	text-transform: none;
	padding-top: 5px;
	padding-bottom: 5px;
	color: inherit;
	font-family: Anivers, sans-serif;
}
#navMain .lvl2 > .navBtnWrap a:after {
	position: absolute;
	width: 100%;
	height: 1px;
	display: block;
	content: '';
	left: 0;
	top: 0;
	background: #e9e9ea;
}
#navMain .lvl2 > .checkboxTrigger:checked ~ ul,
#navMain .lvl3 > .checkboxTrigger:checked ~ ul {
	padding-bottom: 19px;
	padding-top: 0;
}
#navMain .lvl3 > .navBtnWrap a,
#navMain .lvl4 > .navBtnWrap a,
#navSub .lvl3,
#navSub .lvl4 {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
}
#navMain .lvl3 > .navBtnWrap:after,
#navSub .lvl3:after,
#navSub .lvl4:after {
	content: '';
	display: block;
	position: absolute;
	left: 2px;
	top: 10px;
	border-style: solid;
	border-color: transparent transparent transparent #e9e9ea;
	border-width: 5px 0 5px 5px;
}

#navMain .lvl3 > .navBtnWrap a.active,
#navMain .lvl3 > .navBtnWrap a:hover,
#navMain .lvl4 > .navBtnWrap a.active,
#navMain .lvl4 > .navBtnWrap a:hover {
	color: inherit;
}
#navMain .lvl3 > .navBtnWrap a.active,
#navMain .lvl4 > .navBtnWrap a.active,
#navSub .lvl3.active,
#navSub .lvl4.active {
	font-weight: bold;
}
#navMain .lvl3 > .navBtnWrap a .name,
#navMain .lvl4 > .navBtnWrap a .name {
	padding: 0;
}
#navMain .lvl4 > .navBtnWrap a,
#navSub .lvl4 {
	padding-left: 40px;
}
@media (min-width: 380px) {
	#siteSearchTrigger,
	#siteTranslateTrigger,
	#contrastModeBtn,
	.font-size-change,
	#leichteSprache a,
	#readspeakerHeader #readspeaker.rsbtn .rsbtn_play {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (min-width: 540px) {
	#fontSizeChanger {
		display: block;
	}
	#fontSizeChanger .font-size-change:first-child {
		padding-left: 10px;
	}
	#fontSizeChanger .font-size-change:last-child {
		padding-right: 10px;
	}
}
@media (max-width: 799px) {
	#quickSrcBox,
	#quickTranslateWrap .wrap {
		height: 0;
		position: absolute;
		overflow: hidden;
		left: 20px;
		right: 20px;
		top: 60px;
		transition: height .3s, width .3s, padding .3s, box-shadow .3s;
		background: #fff;
	}
	#quickSrcBox {
		padding: 0 80px 0 10px;
	}
	#quickTranslateWrap .wrap {
		padding: 0 10px;
	}
	#siteSearchSwitch:checked ~ #wrapper #quickSrcBox,
	#siteTranslateSwitch:checked ~ #wrapper #quickTranslateWrap .wrap {
		box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
		z-index: 10;
		height: 60px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
@media (max-width: 959px) {
	html.navMainOpen {
		height: 100%;
	}
	html.navMainOpen body {
		overflow: hidden;
		height: 100%;
	}
	#header {
		padding-left: 10px;
		padding-right: 10px;
	}

	#socialHeaderInMainNav {
		padding: 10px 0 19px;
		border-bottom: 2px solid #e9e9ea;
		margin: 0 20px 19px;
		display: block;
		float: none;
		color: #656567;
	}

	#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: -1;
	}
	#navMenuSwitch:checked ~ #wrapper #header:after {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 80px;
		content: '';
		display: block;
		background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) calc(100% - 20px),rgba(255,255,255,0) 100%);
		z-index: -1;
	}
	#headerWrap > .wrap {
		padding-top: 80px;
		padding-bottom: 20px;
	}

	#navMenuSwitch:checked ~ #wrapper #headerWrap {
		height: 100vh;
		transition: height .3s, padding .3s, box-shadow .3s, background .3s;
		background-color: #fff;
		overflow: scroll;
		animation: 0s linear 0.3s 1 normal both running delayOverflowAuto;
	}


	#navMenuTrigger {
		position: relative;
		float: left;
		color: inherit;
		padding: 20px 15px 20px 40px;
		height: 60px;
		cursor: pointer;
		z-index: 101;
		transition: top .2s, color .2s;
		margin: 10px 0;
	}

	#navMenuTrigger:before,
	#navMenuTrigger:after,
	#navMenuTrigger .line {
		position: absolute;
		content: '';
		display: block;
		height: 2px;
		left: 10px;
		background: #902536;
		transition: all .2s;
	}
	#navMenuTrigger:before {
		width: 25px;
		top: 20px;
	}
	#navMenuTrigger:after {
		width: 20px;
		bottom: 20px;
	}
	#navMenuTrigger .line {
		width: 30px;
		top: 50%;
		margin-top: -1px;
	}
	#navMenuTrigger:hover:before,
	#navMenuTrigger:hover:after,
	#navMenuTrigger:hover .line {
		background: #aabe3a;
	}
	#navMenuSwitch:checked ~ #wrapper #navMenuTrigger .line {
		opacity: 0;
		width: 0;
	}
	#navMenuSwitch:checked ~ #wrapper #navMenuTrigger:before {
		transform: rotate(45deg);
		transform-origin: 0 0;
		width: 26px;
		background: #aabe3a;
	}
	#navMenuSwitch:checked ~ #wrapper #navMenuTrigger:after {
		transform: rotate(-45deg);
		transform-origin: 0 100%;
		width: 26px;
		background: #aabe3a;
	}

	#navMenuTrigger .menu,
	#navMenuTrigger .close {
		font-size: 12px;
		text-transform: uppercase;
		font-weight: bold;
		line-height: 20px;
		padding-left: 10px;
		display: none;
	}
	#navMenuTrigger .close {
		padding-left: 0;
	}
	#navMain .checkboxTrigger + .navBtnWrap {
		padding-right: 30px;
	}
	#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 li > .checkboxTrigger:checked ~ ul,
	#navMain li > .checkboxTrigger:checked ~ .subNavWrap {
		max-height: 5000px;
		padding: 10px 0;
		transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s, margin .3s, border .3s;
	}
	#navMain .lvl1.active > .navBtnWrap .iconMenuTriggerDwn,
	#navMain .lvl1 > .checkboxTrigger:checked > .navBtnWrap .iconMenuTriggerDwn {
		margin-top: -12px;
	}
	#navMain .lvl1 > .checkboxTrigger:checked ~ .subNavWrap {
		margin-top: 10px;
		border-bottom-width: 5px;
		padding-bottom: 10px;
		margin-bottom: 40px;
		padding-top: 5px;
	}
	#navMain .lvl1 > .checkboxTrigger:checked + .navBtnWrap a .name,
	#navMain .lvl1 > .navBtnWrap a.active .name {
		padding-left: 10px;
		padding-right: 10px;
	}
	#navMain .lvl1 > .checkboxTrigger:checked + .navBtnWrap:after {
		border-top-width: 10px;
		bottom: -15px;
		transition: border-top-width .3s .2s, bottom .3s .3s;
	}
	#navMain .lvl1 + .lvl1 {
		margin-top: 20px;
	}
	#navMain .lvl2:first-child > .navBtnWrap a:after {
		display: none;
	}
}
@media (min-width: 380px) AND (max-width: 959px) {
	#navMenuTrigger {
		padding-right: 10px;
	}
}
@media (min-width: 480px) AND (max-width: 959px) {
	#navMenuTrigger .menu {
		display: block;
	}
	#navMenuTrigger .close {
		display: none;
	}
	#navMenuSwitch:checked ~ #wrapper #navMenuTrigger .menu {
		display: none;
	}
	#navMenuSwitch:checked ~ #wrapper #navMenuTrigger .close {
		display: block;
	}
}

@media (min-width: 800px) {
	#navMenuTrigger {
		margin-right: 20px;
	}
	#quickSrcBoxWrap,
	#quickTranslateWrap {
		padding: 10px;
		margin: 20px 0;
	}
	#quickSrcBoxWrap {
		width: 16.67%;
	}
	#siteSearchTrigger,
	#siteTranslateTrigger {
		display: none;
	}
	#quickSrcBox,
	#quickTranslateWrap .goog-te-gadget-simple {
		position: relative;
		padding: 0 20px 0 0;
		border: none;
		border-bottom: 1px solid #e9e9ea;
	}
	#srcBoxSubmit {
		background: none;
		color: inherit;
		width: auto;
		padding: 0 0 0 5px;
		font-size: 15px;
	}
	#srcBoxSubmit:hover {
		color: #aabe3a;
		background: none;
	}
	#srcBoxQ {
		border: none;
		padding: 0;
		height: 19px;
		width: 100%;
	}
	#srcBoxQWrap > label,
	#quickTranslateWrap .goog-te-gadget-simple {
		font-size: 11px;
		line-height: 19px;
		text-transform: uppercase;
		color: #656567;
		left: 0;
		top: 0;
		padding: 0;
		background: none;
	}

	#srcBoxQWrap > input:focus ~ label,
	#srcBoxQWrap.hasValue > label {
		opacity: 0;
	}
}
@media (min-width: 960px) {
	#header {
		padding-top: 0;
		padding-bottom: 0;
		top: -80px;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	}

	#navMenuTrigger,
	#socialHeaderInMainNav,
	#navMain .iconMenuTriggerDwn,
	#navMain .lvl3 > ul {
		display: none;
	}

	#logo {
		width: 51px;
		margin: 90px 20px 10px 0;
		position: relative;
	}

	#header.fixedShow #logo,
	#header.isAtTop #logo,
	#header.isOverBreakpoint #logo {
		margin-top: 20px;
		width: 128px;
	}

	#topBar,
	#bottomBar {
		float: left;
	}
	#bottomBar {
		padding-right: 0;
	}


	#topBar {
		margin: 0;
		position: absolute;
		top: 10px;
		left: -10px;
		max-width: calc(100% - 108px);
	}

	#topBar > * {
		margin: 0 20px -10px 0;
	}
	#topBar > *:first-child {
		margin-left: 0;
	}

	#headerWrap {
		margin: 60px 0 0;
	}

	#socialHeader {
		float: left;
		display: block;
		position: relative;
		padding: 10px;
	}

	#quickSrcBoxWrap {
		width: calc(16.667vw - 40px);
	}

	#navMain {
		border-top: none;
		width: auto;
		right: 0;
		margin: auto -10px auto auto;
		padding: 0;
	}

	#navMain li > .checkboxTrigger ~ .subNavWrap {
		position: absolute;
	}

	#navMain .lvl1 {
		float: left;
		padding: 30px 0 10px;
		margin-right: 20px;
		transition: padding .3s;
	}
	#navMain .lvl1:last-child {
		margin-right: 0;
	}
	#header.fixedShow #navMain .lvl1,
	#header.isAtTop #navMain .lvl1,
	#header.isOverBreakpoint #navMain .lvl1 {
		padding: 20px 0;
	}

	#navMain .lvl1:hover,
	#navMain .lvl1.hover {
		padding-bottom: 5px;
	}
	#header.fixedShow #navMain .lvl1:hover,
	#header.fixedShow #navMain .lvl1.hover,
	#header.isAtTop #navMain .lvl1:hover,
	#header.isAtTop #navMain .lvl1.hover,
	#header.isOverBreakpoint #navMain .lvl1:hover,
	#header.isOverBreakpoint #navMain .lvl1.hover {
		padding-bottom: 15px;
	}
	#navMain .lvl1 > .navBtnWrap {
		transition: all .3s;
	}
	#navMain .lvl1:hover > .navBtnWrap,
	#navMain .lvl1.hover > .navBtnWrap {
		border-bottom-width: 10px;
	}
	#navMain .lvl1:hover > .navBtnWrap,
	#navMain .lvl1.hover > .navBtnWrap,
	#navMain .lvl1.active > .navBtnWrap {
		margin-left: -10px;
		margin-right: -10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	#navMain .lvl1:hover > .navBtnWrap:after,
	#navMain .lvl1.hover > .navBtnWrap:after {
		border-top-width: 10px;
		bottom: -20px;
		transition: border-top-width .3s .2s, bottom .3s .3s;
	}
	#navMain .lvl1 > .navBtnWrap a {
		font-size: 14px;
	}

	#navMain .lvl1 > .checkboxTrigger ~ .subNavWrap {
		max-height: 0;
		padding: 0 20px;
		transition: max-height .3s cubic-bezier(0, 1, 0, 1), padding .3s, box-shadow .3s;
		overflow: hidden;
		top: 140px;
		left: 0%;
		width: 100%;
	}
	#header.fixedShow #navMain .lvl1 > .checkboxTrigger ~ .subNavWrap,
	#header.isAtTop #navMain .lvl1 > .checkboxTrigger ~ .subNavWrap,
	#header.isOverBreakpoint #navMain .lvl1 > .checkboxTrigger ~ .subNavWrap {
		top: 130px;
	}

	#navMain .lvl1:hover > .subNavWrap,
	#navMain .lvl1.hover > .subNavWrap {
		max-height: 5000px;
		padding: 20px 20px 35px;
		border-bottom-width: 5px;
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19);
		transition: max-height .3s cubic-bezier(1, 0, 1, 0), padding .3s, box-shadow .3s;
	}


	#navMain .lvl1 > .subNavWrap > ul {
		display: flex;
		flex-wrap: wrap;
		margin: -20px;
	}
	#navMain .lvl2 {
		padding: 20px;
		width: 25%;
		flex: 0 1 auto;
	}
	#navMain .lvl2 > .navBtnWrap a:after {
		top: auto;
		bottom: 0;
		height: 5px;
	}
	#navMain .lvl2 > .navBtnWrap a {
		font-size: 25px;
		line-height: 30px;
		padding: 0;
	}
	#navMain .lvl2 > ul {
		max-height: none !important;
	}
}
@media (min-width: 1040px) {
	#navMain .lvl1 {
		margin-right: 40px;
	}
}
@media (min-width: 1200px) {
	#navMain .lvl1 > .navBtnWrap a {
		font-size: 16px;
	}
}
@media (min-width: 1280px) {
	#logo {
		margin-right: calc(5% + 20px);
	}
	#navMain .lvl1 > .checkboxTrigger ~ .subNavWrap {
		left: 5%;
		width: 90%;
	}
}
@media (min-width: 1600px) {
	#logo {
		margin-right: calc(10% + 20px);
	}
	#navMain .lvl1 > .checkboxTrigger ~ .subNavWrap {
		left: 10%;
		width: 80%;
	}
}
@media (min-width: 1840px) {
	#logo {
		margin-right: calc(15% + 20px);
	}
	#navMain .lvl1 > .checkboxTrigger ~ .subNavWrap {
		left: 15%;
		width: 70%;
	}
}

/*
	MAIN
 */
#main {
	margin-top: 80px;
	flex-grow: 1;
}
#misc {
	border-top: 2px solid #e9e9ea;
}
#teaserSection + #misc {
	border-top: none;
}

.vcContentSection {
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
.vcContentSection .rightContentCol + .leftContentCol {
	margin-top: 40px;
}

.vcContentSection .leftContentCol {
	margin-bottom: 40px;
}
.vcContentSection .rightContentCol > .article:first-child {
	margin-top: 0;
}
.vcContentSection .rightContentCol > .article:last-child {
	margin-bottom: 0;
}
.vcContentSection .box {
	padding: 20px;
	background-color: #e9e9ea;
	background-repeat: no-repeat;
	background-position: 105% 0%;
}
.vcContentSection .box .boxHead {
	position: relative;
	margin: -20px -20px 0 -20px;
	padding: 20px 20px 15px;
	display: block;
}
.vcContentSection .box .boxHead.hasIcon {
	padding-left: 50px;
}
.vcContentSection .box .boxHead.hasIcon .icon {
	position: absolute;
	left: 20px;
	top: 20px;
}
.vcContentSection .box .boxHead .iconRight:last-child {
	position: absolute;
	left: auto;
	right: 20px;
	top: 15px;
}
.vcContentSection .box + .box {
	margin-top: 40px;
}
.vcContentSection .boxContent {
	margin: 0;
}
.vcContentSection .box .contactItem {
	color: inherit;
	text-decoration: none;
	position: relative;
}
.vcContentSection .box .contactItem .articleTeaser {
	height: 5.333em;
	width: 5.333em;
	overflow: hidden;
	border-radius: 2.667em;
	position: relative;
	background: 50% 50% no-repeat;
	background-position-x: 50%;
	background-position-y: 50%;
	background-image: none;
	background-size: auto;
	background-size: cover;
	float: left;
}
.vcContentSection .box .contactItem .articleTeaser + .textWrap {
	margin-left: calc(5.333em + 10px);
}
.vcContentSection .box .hint {
	color: #878789;
}

#navSub a {
	display: block;
	text-decoration: none;
	position: relative;
	color: inherit;
}
#navSub .lvl3:after,
#navSub .lvl4:after {
	border-left-color: #b2b2b4;
}
#navSub .lvl4:after {
	left: 22px;
}
#misc {
	display: flex;
}
#readspeakerWrap {
	padding-top: 1px;
	padding-bottom: 14px;
	flex: 0 1 auto;
}
#readspeaker {
	font-weight: bold;
	text-decoration: none;
	margin: 0;
}
#readspeaker,
#readspeaker span
#readspeaker.rsbtn a {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
#readspeaker.rsbtn .rsbtn_play {
	background: none;
	border: none;
	padding-right: 0;
	float: right;
	white-space: nowrap;
}
#readspeaker.rsbtn.rsexpanded .rsbtn_exp_inner {
	min-width: 253px;
	position: absolute;
	right: 0;
	top: 26px;
}
#readspeaker.rsbtn .rsbtn_toolpanel.vertical {
	position: absolute;
	right: 0;
	top: 26px;
}
#readspeaker.rsbtn .rsbtn_toolpanel.vertical .rsbtn_tools {
	right: 0;
}
#readspeaker.rsbtn .rsbtn_play .rsbtn_right.rsimg {
	display: none;
}
#readspeaker.rsbtn .rsbtn_play .rsbtn_left .rsbtn_text span {
	padding: 0;
	display: inline;
}
#readspeaker.rsbtn .rsbtn_play .rsbtn_left .rsbtn_text .icon {
	display: inline-block;
}
#readspeaker.rsbtn .rsbtn_tooltoggle {
	top: 0;
	border: none;
	background: none;
	height: 100%;
}
#readspeaker.rsbtn .rsbtn_tooltoggle .rsicn {
	border-right: 1px solid #e9e9ea;
	padding-right: 18px;
}
#readspeaker.rsbtn .rsbtn_tooltoggle:focus span.rsicn {
	color: inherit;

}
#readspeaker.rsbtn .rs-player-loadindicator {
	left: 0 !important;
}
#readspeaker.rsbtn .rsbtn_play .rsbtn_left .rsbtn_text:before,
#readspeaker.rsbtn .rsbtn_play .rsbtn_left .rsbtn_text:after {
	display: none;
}
.rs_addtools .rsbtn_play .rsbtn_left .rsbtn_text span,
#readspeaker.rsbtn .rsbtn_play .rsbtn_left .rsbtn_text span {
	color: inherit;
}
#breadcrumb {
	padding-top: 5px;
	padding-bottom: 20px;
	flex: 1 1 auto;
}
#breadcrumb a {
	padding: 0 5px;
	text-decoration: none;
	color: inherit;
}
#breadcrumb a:last-child {
	font-weight: bold;
}

#share .shariff {
	float: right;
	margin-left: 10px;
}
#share ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#share li {
	margin: 0;
	padding: 0;
	float: left;
}
#share li + li {
	margin-left: 10px;
}
#share a {
	color: inherit;
	font-size: 1.667em;
	line-height: 1;
	display: block;
	transition: all .3s;
	text-decoration: none !important;
}
#share .label {
	margin: 0;
	display: inline;
}
#share .fab {
	line-height: 1;
}
#share .fab:before {
	margin: 0;
}
#share .facebook {
	color: #3b5998;
}
#share .twitter {
	color: #1da1f2;
}
#share .whatsapp {
	color: #5cbe4a;
}
#share .telegram {
	color: #0088cc;
}


@media (min-width: 640px) {
	.vcContentSection {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.vcContentSection .box {
		margin-top: 40px;
		width: calc(50% - 20px);
		float: left;
	}

	.vcContentSection .box:nth-child(-n+2) {
		margin-top: 0;
	}

	.vcContentSection .box:nth-child(2n+1) {
		margin-right: 20px;
		clear: left;
	}

	.vcContentSection .box:nth-child(2n) {
		margin-left: 20px;
	}
}
@media (max-width: 959px) {
	.vcContentSection.withSidebar .rightContentCol.hasFilterForm {
		margin-top: 80px;
	}
	.vcContentSection.withSidebar .box_filterForm {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		z-index: 5;
		width: 100%;
		box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
		margin-top: 0;
	}
	.vcContentSection.withSidebar .box_filterForm > .slideDownTrigger {
		margin: -20px;
		padding: 20px;
		display: block;
	}
	.vcContentSection.withSidebar .box_filterForm .boxHead {
		margin: -20px;
	}
	.vcContentSection.withSidebar .box_filterForm > .slideDownSwitch:checked ~ .slideDownTarget {
		padding-top: 25px;
	}
	.vcContentSection.withSidebar .box_filterForm > .slideDownSwitch ~ .slideDownTarget .boxContent {
		padding-top: 0;
	}
}
@media (min-width: 960px) {
	#main {
		margin-top: 140px;
	}

	.vcContentSection.withSidebar {
		display: flex;
		justify-content: center;
	}
	.vcContentSection {
		margin-left: -20px;
		margin-right: -20px;
	}
	.vcContentSection .rightContentCol,
	.vcContentSection .leftContentCol {
		padding-left: 20px;
		padding-right: 20px;
	}
	.vcContentSection.withSidebar .rightContentCol {
		width: 66.67%;
	}
	#content > .article.tax_articleSpaced,
	.vcContentSection.full .rightContentCol .article.tax_articleSpaced {
		margin-left: 8.333%;
		margin-left: calc(((100% + 40px) / 12) + 20px);
		margin-right: 8.333%;
		margin-right: calc(((100% + 40px) / 12) + 20px);
	}

	.vcContentSection.withSidebar .leftContentCol {
		width: 33.33%;
		margin-top: 0;
	}
	.vcContentSection .box {
		width: 100%;
		float: none;
		margin: 0 !important;
	}
	.vcContentSection .box + .box {
		margin-top: 40px !important;
	}
	.vcContentSection.withSidebar .box_filterForm > .slideDownTarget {
		max-height: none !important;
		padding-top: 5px;
	}
}
@media (min-width: 1120px) {
	.vcContentSection.full .rightContentCol .article.tax_articleSpaced {
		margin-left: 16.667%;
		margin-left: calc(((100% + 40px) / 6) + 20px);
		margin-right: 16.667%;
		margin-right: calc(((100% + 40px) / 6) + 20px);
	}
}

/*
	FOOTER
 */
#footer {
	border-top: 2px solid #99ab34;
	background: #aabe3a;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 60px;
}
#footer p {
	margin: 10px 0;
}
#footer * {
	color: #fff;
}
#footer a {
	text-decoration: underline;
}

#footer .wrap {
	margin-left: -20px;
	margin-right: -20px;
}
#footer .wrap > * {
	padding: 20px;
	position: relative;
}
#footer .wrap > *:not(#logoFooter):not(.contact1):after {
	content: '';
	position: absolute;
	height: 2px;
	left: 20px;
	right: 20px;
	display: block;
	top: 0;
	background: #99ab34;
}
#footer .wrap > * > :first-child {
	margin-top: 0;
}
#footer .wrap > * > :last-child {
	margin-bottom: 0;
}

#footer #logoFooter {
	padding-bottom: 0;
	display: block;
	width: 50%;
	margin: 0 auto;
}
#footer #logoFooter img {
	display: block;
	width: 100%;
	height: auto;
}
#footer #navFtr {
	font-size: inherit;
	line-height: inherit;
}
#navFtr ul {
	margin-right: -20px;
}
#navFtr li {
	float: left;
	padding: 0 0 10px;
	margin-right: 20px;
}
#navFtr li .a {
	text-decoration: none;
}

@media (min-width: 480px) {
	#footer #logoFooter {
		width: 25%;
	}
}
@media (min-width: 640px) {
	#footer {
		font-size: 15px;
		line-height: 1.667;
	}
	#footer .contact1,
	#footer .contact2 {
		width: 50%;
		float: left;
	}
	#navFtr {
		clear: left;
	}
}
@media (min-width: 640px) and (max-width: 959px) {
	#footer .wrap > .contact2 {
		padding-top: 20px;
		margin-top: 0 !important;
	}
	#footer .wrap > .contact2:after {
		display: none !important;
	}
}
@media (min-width: 960px) {
	#footer .wrap {
		display: flex;
	}
	#footer #logoFooter {
		float: left;
		padding: 20px 0 20px 20px;
		width: 8.333%;
	}
	#footer .contact1,
	#footer .contact2 {
		width: 33.333%;
	}
	#footer #navFtr {
		float: left;
		width: 25%;
		clear: none;
		padding: 20px;
	}
	#footer #navFtr li {
		float: none;
		padding-bottom: 0;
	}
	#footer .wrap > *:not(#logoFooter):not(.contact1):after {
		height: auto;
		width: 2px;
		left: 0;
		right: auto;
		top: 20px;
		bottom: 20px;
		background: #99ab34;
	}
}
@media (min-width: 1280px) {
	#footer {
		padding-bottom: 0;
	}
}

#navQuickAccess {
	position:fixed;
	z-index: 6;
	left:0;
	bottom:0;
	width:100%;
	opacity:1;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
#navQuickAccess ul {
	display: table;
	width: 100%;
	table-layout:fixed;
	background-color: #e9e9ea;
}
#navQuickAccess ul li {
	display:table-cell;
	height: 60px;
	vertical-align:middle;
	width: 100%;
}

#navQuickAccess .trigger {
	display: flex;
	align-content: center;
	flex-direction: column;
	justify-content: center;
	text-decoration: none;
	padding: 5px;
	position: relative;
	height: 100%;
	text-align:center;
	transition: all .2s;
}
#navQuickAccess .trigger:after {
	content:'';
	display:none;
	position:absolute;
	left:0;
	width:1px;
	top: 0;
	bottom: 0;
	background: #f3f3f3;
}
#navQuickAccess li + li .trigger:after {
	display:block;
}
#navQuickAccess .trigger .label {
	font-size: 10px;
	margin-top: 4px;
	line-height: 10px;
	display: block;
	text-transform: uppercase;
}
#navQuickAccess .trigger .icon {
	font-size: 20px;
	line-height: 19.5px;
	display: block;
}
#navQuickAccess .contents {
	position: absolute;
	overflow: hidden;
	color: #fff;
	background: #902536;
}
#navQuickAccess .contents a {
	color: inherit;
	text-decoration: underline;
}
#navQuickAccess ul li:hover .trigger,
#navQuickAccess ul li.hover .trigger {
	color: #fff;
	background: #902536;
}
@media (max-width: 1279px) {
	#navQuickAccess {
		bottom: -60px;
		box-shadow: none;
		transition: bottom .3s, box-shadow .3s;
	}
	#header.isAtTop ~ #navQuickAccess,
	#header.isOverBreakpoint ~ #navQuickAccess,
	#header.fixedShow  ~ #navQuickAccess {
		bottom: 0;
		box-shadow: 0 0 6px rgba(0,0,0,0.16), 0 0 6px rgba(0,0,0,0.23);
	}

	#navQuickAccess .contents {
		max-height: 0;
		bottom: 60px;
		left: 0;
		right: 0;
		padding: 0 10px;
		transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, box-shadow .3s;
		text-align: center;
	}
	#navQuickAccess ul li:hover .contents,
	#navQuickAccess ul li.hover .contents {
		max-height: 100vh;
		padding: 10px;
		transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s, box-shadow .3s;
	}
}
@media (min-width: 640px) {
	#navQuickAccess {
		max-width: 360px;
		width: auto;
		left: 50%;
		transform: translateX(-50%);
	}
}
@media (min-width: 1280px) {
	#navQuickAccess {
		max-width: none;
		bottom: auto;
		right: 0;
		top: 50%;
		left: auto;
		width: auto;
		margin-left: auto;
		transform: translateY(-50%);
		z-index: 50;
	}
	#navQuickAccess ul {
		width: auto;
	}
	#navQuickAccess ul li {
		display: table-row;
		position: relative;
	}
	#navQuickAccess .trigger {
		width: 60px;
		min-height: 60px;
	}
	#navQuickAccess .trigger:after {
		left: 0;
		right: 0;
		height: 1px;
		width: 100%;
		top: 0;
		bottom: auto;
	}
	#navQuickAccess .contents {
		max-width: 0;
		top: 50%;
		transform: translateY(-50%);
		right: 60px;
		min-height: 60px;
		display: flex;
		align-items: center;
		padding: 10px 0;
		white-space: nowrap;
		transition: max-width .3s cubic-bezier(0,1,0,1), padding .3s, box-shadow .3s;
	}
	#navQuickAccess li:first-child .contents {
		top: 0;
		transform: none;
	}
	#navQuickAccess li:last-child .contents {
		top: auto;
		bottom: 0;
		transform: none;
	}
	#navQuickAccess li + li .contents {
		min-height: 59px;
	}
	#navQuickAccess ul li:hover .contents,
	#navQuickAccess ul li.hover .contents {
		max-width: 100vh;
		padding: 10px 20px;
		transition: max-width .3s cubic-bezier(1,0,1,0), padding .3s, box-shadow .3s;
	}
}


/* ==========================================================================
   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, .5)}#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 img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-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%;font-size:1em;line-height:1.2;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;padding-bottom:0}#swipebox-slider .swipebox-video .video-js{width:100%;height:auto;display:block}#swipebox-slider .swipebox-video .video-js .vjs-big-play-button{left:50%;top:50%;margin:-1em 0 0 -1em;height:2em;width:2em;line-height:2em;border:none;background:#003E7C;border-radius:1em;color:#fff}#swipebox-slider .swipebox-video .video-js .vjs-big-play-button:hover{background:#E8EAED;color:#003F7D}#swipebox-slider .swipebox-video .vjs-has-started .vjs-control-bar{background-color:#69AF22;background-color:rgba(105, 175, 34, .9)}#swipebox-slider .swipebox-video .video-js .vjs-slider{background:#fff;background:rgba(255, 255, 255, .5)}#swipebox-slider .swipebox-video .video-js .vjs-load-progress{background:#bfcfde}#swipebox-slider .swipebox-video .video-js .vjs-play-progress{background:#003E7C}
/*
	Overlay
	*/
.vcModal,
.vcModalOverlay {
	transition: height 0s .3s, opacity .3s;
	pointer-events: none;
	position: fixed;
	height: 0;
	width: 100%;
	opacity: 0;
	left: 0;
	top: 0;
	z-index: 1000;
}
.vcModal {
	overflow: auto;
}
.vcModalOverlay {
	background: #fff;
	background: rgba(255,255,255,.75);
	position: fixed;
	display: block;
}

.vcModal .modalMsg {
	display: table;
	padding: 30px 30px 20px;
	height: 100%;
	width: 100%;
}
.vcModal .modalMsg .wrap {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.vcModal .modalMsg .wrap .overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}
.vcModal .modalMsg .wrap .wrapMore {
	max-width: 40em;
	width: 100%;
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	position: relative;
	background: #fff;
	padding: 20px;
	margin: 0 auto;
	z-index: 1;
}

.vcModalSwitch:checked + .vcModalTarget .vcModalOverlay,
.vcModalSwitch:checked + .vcModalTarget .vcModal {
	height: 100%;
	opacity: 1;
	transition: height 0s, opacity .3s;
	pointer-events: auto;
}
.vcModal .vcModalClose {
	position: absolute;
	display: block;
	right: -20px;
	top: -20px;
	cursor: pointer;
	padding: 10px;
	line-height: 20px;
	text-align: center;
	background: #89898d;
	color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	transition: all .3s;
	z-index: 1;
}
.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 .vcModalOverlay {
	height: 0 !important;
	opacity: 0 !important;
}
.vcModalBannerBottom .vcModal {
	top: auto;
	bottom: 0;
}
.vcModalSwitch:checked + .vcModalTarget.vcModalBannerBottom  .vcModal {
	height: auto;
	max-height: 100%;
}
.vcModalBannerBottom .vcModal .modalMsg {
	padding: 90px 0 0;
	position: relative;
}
.vcModalBannerBottom .vcModal .modalMsg:before {
	-webkit-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	content: '';
	background: #FFF;
	display: block;
	width: 100%;
	z-index: -1;
	box-shadow: 0 0 20px rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	top: 90px;
	height: 50%;
}
.vcModalBannerBottom .vcModal .modalMsg .wrap .wrapMore {
	margin: 0;
	padding: 0;
	max-width: none;
	width: 100%;
	box-shadow: none;
}

.vcModalBannerBottom .vcModal .article {
	padding: 15px;
	margin: 0 auto;
}
.vcModalBannerBottom .vcModal .article > :first-child {
	padding-right: 60px;
}
.vcModalBannerBottom  .vcModal .vcModalClose {
	right: 15px;
	top: 15px;
}
@media (min-width: 960px) {
	.vcModalBannerBottom .vcModal .article {
		width: 83.33%;
	}
	.vcModalBannerBottom .vcModal .article > :first-child {
		padding-right: 0;
	}
}



/*
	CSS Icons
	*/
.vcCssIcon {
	position: relative;
	display: inline-block;
}
.vcCssIconCheck {
	height: 1em;
	width: .667em;
	border-right: .1875em solid #000;
	border-bottom: .1875em solid #000;
	transform: rotate(45deg);
	margin: 0 .2em;
}
.vcCssIconArrowDown {
	width: 1em;
	height: 1em;
	margin: 0 .2em;
}
.vcCssIconArrowDown:after {
	content: '';
	display: block;
	font-size: .667em;
	width: 1em;
	height: 1em;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -.375em;
	margin-left: -.5em;
	transform: rotate(-45deg);
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
}
.vcCssIconClose {
	height: 100%;
	width: 100%;
	display: block;
}
.vcCssIconClose:before,
.vcCssIconClose:after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	background: #fff;
	display: block;
	width: 100%;
	height: .1875em;
	margin-top: -.09375em;
	margin-left: -50%;
}
.vcCssIconClose:before {
	transform: rotate(45deg);
}
.vcCssIconClose:after {
	transform: rotate(-45deg);
}


/*
	Privacy & Cookies
	*/
#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;
	box-shadow: 0 1px 3px rgba(0,0,0,.5) inset;
	background: #C00;
	border-radius: .75em;
	display: block;
	transition: all .3s;
}
.vcPrivacyOptsLine label .state:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 1.25em;
	height: 1.25em;
	background: #fff;
	border: 1px solid #d0d0d1;
	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%;
	}
}


/* jQuery UI Resets */
.accordionWrapper.ui-accordion {
	line-height: 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: 1.5625rem;
}
.accordionWrapper.ui-accordion .ui-accordion-header .ui-icon {
	display: none;
}
.accordionWrapper.ui-accordion .ui-accordion-header .icon {
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 1rem;
	margin-top: -.75em;
	transition: transform .3s;
}
.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 .dateText {
	font-size: .5em;
	padding-left: 5px;
	font-weight: bold;
}
.accordionWrapper.ui-accordion .ui-accordion-header a {
	color: inherit;
}
.accordionWrapper.ui-accordion .ui-accordion-content {
	margin: 0;
	padding: .5em 0 0;
	border: none;
	overflow: hidden;
	line-height: inherit;
}
.accordion .imgWrap {
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	display: block;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	color: initial;
}
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 */
body .swiper-button-next,
body .swiper-button-prev {
	border: 2px solid rgba(255,255,255,.5);
	border-radius: 50%;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 38px;
	font-size: 20px;
	background: rgba(0,0,0,.25);
	color: #fff;
	transition: all .3s;
	top: 50%;
	margin-top: -20px;
	position: absolute;
}
body .swiper-button-next:hover,
body .swiper-button-prev:hover {
	border-color: #fff;
	background: rgba(0,0,0,.5);
}
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 {
	overflow: hidden;
	bottom: 0 !important;
	padding-bottom: 10px;
	min-width: 320px;
	padding-top: 50px;
}
body .swiper-pagination:after {
	content: '';
	display: block;
	position: absolute;
	width: 220px;
	height: 160px;
	box-shadow: 0 0 50px 15px #000;
	left: 50%;
	top: 75px;
	margin-left: -110px;
	z-index: -1;
	border-radius: 160px;
}
body .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	background: none;
	border: 2px solid #fff;
}

/* ==========================================================================
   Content classes
   ========================================================================== */
/* Part: TEASER / IMG GALLERY */
.teaser {
	position: relative;
	background: #fff;
}
.teaser .swiper-wrapper {
	list-style: none;
	margin: 0;
	position: relative;
	padding: 0;
	width: 100%;
}
.teaser li {
	position: relative;
	height: auto;
	overflow: hidden;
}
.teaser li .contentsWrap {
	text-decoration: none;
	color: inherit;
	display: block;
}
.teaser li .teaserImgWrap .video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translateX(-50%) translateY(-50%);
}
.teaser li .teaserImgWrap .videoSizeJs {
	min-width: 0;
	min-height: 0;
}
.teaser .teaserItemTitleInner .wrap {
	padding-top: 10px;
	padding-bottom: 10px;
}
.teaser .teaserItemTitleInner .wrap > * {
	margin-top: 0;
	margin-bottom: 10px;
}
.teaser .teaserItemTitleInner .wrap > :last-child {
	margin-bottom: 0;
}
@media (max-width: 639px) {
	.teaser .swiper-button-next,
	.teaser .swiper-button-prev {
		top: 31.25vw;
	}
	.teaser .swiper-pagination {
		bottom: auto !important;
		top: calc(62.5vw - 72px);
	}
	.teaser li .contentsWrap {
		height: 100%;
		border-bottom: 5px solid #aabe3a;
	}
	.teaser li .teaserImgWrap {
		background-position: 50% 50%;
		background-size: cover;
		background-repeat: no-repeat;
		height: 0;
		width: 100%;
		padding-top: 62.5%;
		display: block;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
	}
}
@media (min-width: 640px) {
	.teaser li {
		position: relative;
		height: 0;
		padding-bottom:62.5%;
		background: #e7e7e7;
		overflow: hidden;
	}
	.teaser.small li {
		padding-bottom: 42.85%;
	}
	.teaser li .teaserImgWrap {
		background-position: 50% 50%;
		background-size: cover;
		background-repeat: no-repeat;
		height: 100%;
		width: 100%;
		display: block;
		overflow: hidden;
		position: absolute;
		left: 0;
		top: 0;
	}

	.teaser li .teaserItemTitle {
		display: block;
		height: 100%;
		left: 0;
		right: 0;
		position: absolute;
		top: 0;
		z-index: 2;
	}
	.teaser li .teaserItemTitleInner {
		display: table;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		padding-top: 40px;
		padding-bottom: 60px;
	}

	.teaser li .teaserItemTitleInner .teaserItemTitle {
		display: table-cell;
		text-align: left;
		vertical-align: middle;
		position: relative;
		z-index: 1;
	}
	.teaser li .teaserItemTitleInner .wrap > * {
		margin: 0;
	}
	.teaser li .teaserItemTitleInner .wrap .btnRaised {
		text-shadow: none;
		margin-top: 1rem;
	}
	.teaser li.textOverImage .teaserItemTitleInner .wrap {
		text-align: center;
	}

	.teaser li.textTopLeftOverImage .teaserItemTitleInner .wrap,
	.teaser li.textTopRightOverImage .teaserItemTitleInner .wrap,
	.teaser li.textBottomLeftOverImage .teaserItemTitleInner .wrap,
	.teaser li.textBottomRightOverImage .teaserItemTitleInner .wrap {
		background: #fff;
		padding: 15px 20px 20px 15px;
		border-left: solid 5px #aabe3a;
	}
	.teaser li.textTopLeftOverImage .teaserItemTitleInner .wrapOuter {
		text-align: left;
		vertical-align: top;
		display: table-cell;
	}
	.teaser li.textTopRightOverImage .teaserItemTitleInner .wrapOuter {
		text-align: right;
		vertical-align: top;
		display: table-cell;
	}
	.teaser li.textBottomLeftOverImage .teaserItemTitleInner .wrapOuter {
		text-align: left;
		vertical-align: bottom;
		display: table-cell;
	}
	.teaser li.textBottomRightOverImage .teaserItemTitleInner .wrapOuter {
		text-align: right;
		vertical-align: bottom;
		display: table-cell;
	}

	.teaser .teaserItemTitleInner .wrap {
		margin-left: calc(8.333% + 20px);
		margin-right: calc(8.333% + 20px);
		width: 66.67%;
		text-align: left;
		display: inline-block;
	}

	.teaser .teaserItemTitleInner .wrap > * {
		margin-top: 0;
		margin-bottom: 15px;
	}
	.teaser .teaserItemTitleInner .wrap > :last-child {
		margin-bottom: 0;
	}
}
@media (min-width: 640px) and (max-width: 1280px) {
	.teaser .teaserItemTitleInner .wrap {
		margin-left: 60px;
		margin-right: 60px;
	}
}
@media (min-width: 960px) {
	.teaser li {
		padding-bottom: 0;
		height: calc(100vh - 240px);
		min-height: 33vw;
		max-height: 62.5vw;
	}
	.teaser.small li {
		height: 0;
		min-height: 0;
		padding-bottom: 25%;
	}
	.teaser .teaserItemTitleInner .wrap {
		width: 41.667%;
		width: calc((100% + 40px) / 12 * 5 - 40px);
	}
}
/* Content: BILDER & GALERIE */
.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 {
	margin: -5px -10px;
}


/* SwiperJS */
.gallery.swiper-container-outer {
	margin: 15px 0;
	clear: both;
	position: relative;
}
.swiper-progress-bar {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #fff;
	background: rgba(255,255,255,.5);
	z-index: 1;
	overflow: hidden;
}
.swiper-progress-bar .swiper-progress {
	width: 0%;
	height: 100%;
	background: #aabe3a;
}
.gallery.swiper-container-outer .swiper-container {
	overflow: hidden;
}
.gallery .swiper-wrapper {
	align-items: center;
}
.imgContainer.swiper-slide {
	padding: 0;
}
.gallery-thumbs-wrapper {
	margin: -5px -5px 15px;
}
.gallery-thumbs {
	overflow: hidden;
	cursor: pointer;
}
.gallery-thumbs .swiper-slide {
	width: 25%;
	padding: 0;
	opacity: .5;
	transition: opacity .2s;
}
.gallery-thumbs .swiper-slide:hover,
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}
.gallery-thumbs .galleryImgThumb {
	padding-bottom: 100%;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 0 5px;
	padding-bottom: calc(100% - 10px);
}

.img-count {
	margin: 5px 10px;
	text-align: right;
}
.imgContainer {
	float: left;
	padding: 10px;
	margin: 0 !important;
	position: relative;
}
.imgContainer .dl_item {
	display: block;
	text-decoration: none;
	color: inherit;
	font-size: .75em;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}
.imgContainer .dl_item .icon {
	margin-right: 5px;
}
.img {
	display:block;
	position: relative;
	z-index: 1;
}
.img.effect {
	border: 5px solid #FFF;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.caption {
	font-size: 80%;
	line-height: 1.25;
	display: block;
	text-align: center;
	margin-top: .5em;
}

.imgLeft .imagesInnerWrap {
	float: left;
	margin-bottom: 1em;
}
.imgRight .imagesInnerWrap {
	margin-bottom: 1em;
	float: right;
}
.imgRight .caption {
	text-align: left;
}
.imgLeft .caption {
	text-align: right;
}
.imgWrap + .imgWrap,
.imgWrap + .imgWrap {
	margin-top: 1em;
}
.imgNone {
	margin: 1em auto;
}
.imgNone .imagesInnerWrap {
	margin: -1em;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.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;
}

@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;
	}
}

@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.swiper-container-outer {
		margin: 20px 0;
	}
	.gallery-thumbs-wrapper {
		margin: 20px -10px;
	}
	.gallery-thumbs .swiper-slide {
		width: 16.667%;
	}
	.gallery-thumbs .galleryImgThumb {
		margin: 0 10px;
		padding-bottom: calc(100% - 20px);
	}
}

@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;
	}

	.vcContentSection.full .rightContentCol .gallery-thumbs .swiper-slide {
		width: 12.5%;
	}
}

/* Content: GOOGLE MAPS */
.mapWrap {
	position:relative;
	margin-top: 1.5625em;
	margin-bottom: 1.5625em;
	background: #fff;
	overflow: auto;
}
.mapWrap:first-child {
    margin-top: 0;
}
.map_canvas {
    position: relative;
    min-height: 200px;
	min-height: 66.667vh;
	background: #e0e0e0;
}
.mapWrap.isInFullscreenMode .map_canvas {
	height: 100%;
}
.map_canvas .gm-style,
.infoBox {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
.infoBox {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	background: #fff;
	padding: 10px;
	position: relative;
	font-size: .833em;
	line-height: 1.333;
}
.infoBox .closeBtn {
	float: right;
	background: #000;
	background: rgba(0,0,0,.4);
	padding: 5px;
	border: none;
	border-radius: 0;
	position: relative;
	z-index: 1;
}
.infoBox .closeBtn:hover {
	background: #000;
	background: rgba(0,0,0,.7);
}
.infoBox:after,
.infoBox .nose {
	position: absolute;
	content: '';
	display: block;
	height: 0;
	width: 0;
	left: 50%;
	margin-left: -8px;
	bottom: -8px;
	border-style: solid;
	border-width: 8px 8px 0;
	border-color: #fff transparent transparent;
}
.infoBox.hasNose:after {
	display: none;
}
.infoBox .btn,
.map_canvas .gm-style-iw .btn {
	display: block;
	margin-top: 10px;
}
.infoBox .btnSet,
.map_canvas .gm-style-iw .btnSet {
	margin-top: 10px;
}
.infoBox .btnSet .btn,
.map_canvas .gm-style-iw .btnSet .btn {
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	font-size: .8em;
}
.infoBox .placeTeaser,
.map_canvas .placeTeaser {
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 50%;
	background: #f5f6f6 no-repeat 50% 50%;
	background-size: cover;
}
.infoBox .placeTitle {
	margin: 0;
}
.infoBox .subTitle {
	display: block;
	text-transform: none;
	font-weight: 300;
	font-style: italic;
}
.infoBox p {
	margin: .667em 0;
}

.infoBox .placeTeaser .placeTitle,
.map_canvas .placeTeaser .placeTitle {
	position: absolute;
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 5px 10px;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 75%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 75%);
	text-shadow: 0 0 20px rgba(0,0,0,0.19), 0 0 6px rgba(0,0,0,0.23);
	display: block;
	width: 100%;
}
.infoBox .placeTeaser {
	width: auto;
	margin: -10px -10px 0;
}
.infoBox .placeTeaser:not(:last-child) {
	margin-bottom: 10px;
}
.infoBox .placeTeaser:last-child {
	margin-bottom: -10px;
}

.box .placeInfoPart {
	font-size:.833em;
}
.box .placeInfoPart + .placeInfoPart {
	margin-top:10px;
}
.box .placeInfoPart .headline {
	display:block;
}
.map_canvas .loadOverlay,
.map_canvas .loadOverlay .loadingBG,
.map_canvas .loadOverlay .loadingIcon {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	z-index:1;
	width:100%;
	height:100%;
}
.map_canvas .loadOverlay .loadingIcon {
	background:url('../img/preloader_301_dark.gif') no-repeat center center;
}
.map_canvas .loadOverlay .loadingBG {
	background:#FFFFFF;
	opacity:0.5;
}
.map_legend {
	margin-top: 10px;
}

.map_legend .legendHead {
	padding: 20px;
	margin: 0;
	color: #fff;
	background: #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;
	}
    .box .addrWrap > * {
        padding-left: 0;
        padding-right: 0;
    }
    .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-mediaelement-d8a667f/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: KONTAKTDATEN */
.contactData > span {
	font-style: normal;
	display: block;
}
.contactShortInfo {
	font-weight: bold;
}

/* DOWNLOADS */
.downloads {
	margin: 1em 0;
}
.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.containerAlignRight { /*float: right;*/ }
.downloads ul.alignLeft {
	justify-content: start;
}
.downloads ul.alignRight {
	justify-content: end;
}
.downloads li {
	padding: 1em !important;
	margin: 0 !important;
	width: 100%;
}
.downloads 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 .fileWrapper,
.download .flip-book-container {
	position: relative;
}
.download .showDownload {
	margin-top: 0.5em;
}
.download .icon-downloads {
	color: #902536;
	float: left;
}
.download img {
	flex: 0 1 auto;
	display: block;
	align-self: flex-start;
}
.download .fileName {
	font-weight: bold;
	flex: 1 1 auto;
}
.download small {
	display: block;
	font-weight: normal;
	font-size: 80%;
}
.downloads li.video a:not(.showDownload) {
	display:none;
}
.downloads 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 {
	padding: 0 0 0 2em;
}


/* Content: FORMS */
.form .hint .duty {
	padding: 2px;
	color: #aabe3a;
}

.optsFieldset legend {
	margin-top: 0;
}
.optsFieldset {
	margin-top: 40px;
	margin-bottom: 40px;
}

.optsContainer {
	margin: 10px 0;
	text-align: left;
	position: relative;
	padding: 0;
}
.optsInputWrap {
	position: relative;
}
.optsContainer:after {
	clear: both;
	content: '';
	display: table;
}

.optsContainer + .optsContainer,
.optsContainer + .btnContainer,
.btnContainer + .btnContainer,
.optsContainer + .optsContainerGroupWrap,
.optsContainerGroupWrap + .optsContainer,
.optsContainerGroupWrap + .optsContainerGroupWrap,
.optsContainerGroupWrap + .btnContainer,
.optsFieldset + .btnContainer,
.optsFieldset + .optsFieldset,
.optsFieldset + .optsContainerGroupWrap {
	margin-top: 20px;
}
.optsFieldset > .optsContainer:last-child {
	margin-bottom: 0;
}

.optsContainer > label {
	display: block;
	margin-bottom: 5px;
}
.optsRadio .optsInputWrap > label,
.optsCheckbox .optsInputWrap > label,
.optsContainer .optsInputWrap .optsInputLabel,
.optsInputWrap > label {
	display: block;
	margin: 0;
	padding: 0 5px;
	text-align: left;
	font-weight: 600;
	font-size: 12px;
	line-height: 20px;
	position: absolute;
	left: 5px;
	top: 10px;
	transition: all .2s .1s;
	pointer-events: none;
	max-width: 95%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: #fff;
	text-transform: none;
	color: #2a2a2b;
}
.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;
	color: #878789;
	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: #aabe3a;
	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: 8px;
	background: #fff;
	border: 2px solid #e9e9ea;
	font-size: 12px;
	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 {
	border: 2px solid #e9e9ea;
	padding-top: 3px;
	padding-bottom: 3px;
}
.optsCheckbox .optsInputWrap .optsInputLabel,
.optsRadio .optsInputWrap .optsInputLabel {
	padding-top: 5px;
	padding-bottom: 5px;
}
.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,
.optsCheckbox .optsInputWrap:hover,
.optsRadio .optsInputWrap:hover {
	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: 5px 8px 5px 33px;
	background: #fff;
	color: #89898d;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	margin: 0;
	cursor: pointer;
	transition: background .2s;
	position: relative;
}
.optsInputWrap .optsInline label:before,
.optsInputWrap .optsInline label:after {
	position: absolute;
	content: '';
	display: block;
	transition: all .2s;
}
.optsInputWrap .optsInline label:before {
	width: 16px;
	height: 16px;
	border: 1px solid #89898d;
	left: 8px;
	top: 7px;
}
.optsInputWrap .optsInline input[type="checkbox"] + label:after {
	width: 10px;
	height: 6px;
	left: 11px;
	top: 11px;
	transform: rotate(-45deg);
	border-color: #fff;
	border-bottom-color: rgb(255, 255, 255);
	border-left-color: rgb(255, 255, 255);
	border-left: 2px solid transparent;
	border-bottom: 2px solid transparent;
}
.optsInputWrap .optsInline input[type="radio"] + label:after {
	width: 8px;
	height: 8px;
	left: 12px;
	top: 11px;
	background: transparent;
	border-radius: 4px;
}
.optsInputWrap .optsInline input[type="radio"] + label:before {
	border-radius: 8px;
}
.optsInputWrap .optsInline input:checked + label {
	color: #222;
}
.optsInputWrap .optsInline input:checked + label:before {
	background: #fff;
	border-color: #aabe3a;
}
.optsInputWrap .optsInline input:checked + label:after {
	border-color: #aabe3a;
}
.optsInputWrap .optsInline input[type="radio"]:checked + label:after {
	background: #aabe3a;
}

.optsInputWrap.btnSet {
	padding-top: 0;
	padding-bottom: 0;
}
.optsInputWrap.btnSet .optsInline {
	padding: 0;
	margin: 0;
}
.optsInputWrap.btnSet .optsInline label {
	font-size: 1em;
	padding-top: 9px;
	padding-bottom: 9px;
}
.optsInputWrap.btnSet .optsInline label:before,
.optsInputWrap.btnSet .optsInline label:after {
	display: none;
}
.optsInputWrap.btnSet .btn .icon {
	color: inherit;
}
.optsInputWrap.btnSet .btn.optsChecked .icon {
	color: #aabe3a;
}

.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: 10px;
	top: 50%;
	margin-top: -3px;
	content: '';
	display: block;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #89898d transparent transparent;
	transform-origin: 50% 50%;
	transition: all .2s;
}
.optsContainer .selectWrap:hover .selectOver:after {
	border-top-color: #aabe3a;
}
.optsContainer .selectWrap.focus .selectOver:after {
	transform: rotate(180deg);
	border-top-color: #aabe3a;
}
.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 #aabe3a;
	border-radius: .667em;
	color: #aabe3a;
	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: #aabe3a;
}
.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;
	font-size: .833em;
	clear: both;
}
.optsFieldset > .optsNfo {
	margin: 1em 0;
}
.optsFieldset > legend + .optsNfo {
	margin-top: 0;
}

.optsContainer > .ipShort,
.optsContainer > .ipLong,
.optsContainer > .ipHalf {
	float: left;
}
.optsContainer > .ipShort {
	width: 25%;
}
.optsContainer > .ipHalf {
	width: 47.5%;
	width: calc(50% - 10px);
}
.optsContainer > .ipLong {
	width: 70%;
	width: calc(75% - 20px);
}
.optsContainer > .ipLong + .ipShort,
.optsContainer > .ipShort + .ipLong,
.optsContainer > .ipHalf + .ipHalf  {
	margin-left: 5%;
	margin-left: calc(20px);
}
.optsContainerWrap .ipHalf + .ipHalf {
	margin-top: 2em;
}

.optsInputWrap .icon {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	right: 10px;
	color: #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: #aabe3a;
}
.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;
}
.btnContainer button[type="reset"] .icon {
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -16px;
}
/* FORM IN A BOX */
.box .optsInputWrap input,
.box .optsInputWrap .input,
.box .optsInputWrap textarea,
.box .optsInputWrap select,
.box .optsInputWrap .selectOver,
.box .optsInputWrap .optsCounterWrap .over,
.box .optsInputWrap .optsInline label {
	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;
}

/* LISTING FORMULAR/MAP */
.listingForm .optsCheckbox .optsLine label:before,
.listingForm .optsCheckbox .optsLine label:after {
    display: none;
}
.listingForm .optsCheckbox .optsLine label img {
    position: absolute;
    left: 5px;
}
.listingForm .optsCheckbox .optsLine label img.bild_aktiv {
    display: none;
}
.listingForm .optsCheckbox .optsLine input:checked + label img.bild_inaktiv {
    display: none;
}
.listingForm .optsCheckbox .optsLine input:checked + label img.bild_aktiv {
    display: block;
}
.listingForm .optsCheckbox .optsLine input + label {
    color: #222;
}
.listingForm .optsCheckbox .optsLine input:checked + label {
    background: #465f2f;
    color: #fff;
}
.listingForm .optsCheckbox .optsInputWrap {
    padding: 0;
    border-color: #a9a9ab;
}
.map_canvas .preload {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}



    /* SUCHE */
.box_search .optsContainer label {
	display:none;
}
.box_search .optsContainer input {
	width:100%;
}

/* Content: ARTICLE */
.article {
	margin-top: 20px;
}
.article:first-child {
	margin-top: 0;
}
.article .gridWrap {
	margin-top: 10px;
}
.article .gridWrap:last-child {
	margin-bottom: -10px;
}
.article .gridWrap .articleGrid {
	padding-bottom: 10px;
}
@media (min-width: 640px) {
	.article .gridWrap {
		margin-top: 15px;
	}
	.article .gridWrap:last-child {
		margin-bottom: -15px;
	}
	.article .gridWrap .articleGrid {
		padding-bottom: 15px !important;
	}
}

/* Content: ACCORDION */
.accordionWrapper.ui-accordion .ui-accordion-content > :first-child {
	margin-top: 0;
}
.accordionWrapper.ui-accordion .ui-accordion-content > .imgLeft:first-child,
.accordionWrapper.ui-accordion .ui-accordion-content > .imgRight:first-child {
	margin-top:10px;
}
.accordionWrapper.ui-accordion .ui-accordion-content > .imgLeft:first-child + .headline,
.accordionWrapper.ui-accordion .ui-accordion-content > .imgLeft:first-child + h2,
.accordionWrapper.ui-accordion .ui-accordion-content > .imgRight:first-child + h2,
.accordionWrapper.ui-accordion .ui-accordion-content > .imgLeft:first-child + h3,
.accordionWrapper.ui-accordion .ui-accordion-content > .imgRight:first-child + h3 {
	margin-top:10px;
}
.accordionWrapper.ui-accordion .ui-accordion-content .btnMore {
	display: block;
	text-align: left;
}


/* Content: LISTS */
.list {
	margin-top: 20px;
}
.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: 2em;
}
.list .articleWrap > :first-child {
	margin-top: 0;
}
.list .articleImgNone + .articleWrap > :first-child {
	margin-top: .5em;
}
.list .articleWrap .headline {
	margin-top: 0;
}
.list .articleWrap .headline a {
	text-decoration: none;
	color: inherit;
}
.list .articleWrap .dateText {
	font-size: 80%;
	line-height: 1.25;
	margin-bottom: 0;
}
.list .articleWrap > :last-child {
	margin-bottom: 0;
}

.list .articleImgNone,
.list .articleImgLeft,
.list .articleImgRight {
	float: none;
	margin: 0 auto;
}
.list .articleImgLeft.imgWidth-25,
.list .articleImgRight.imgWidth-25 {
	width: 33.3%;
}

.list .articleImgLeft.imgWidth-5,
.list .articleImgLeft.imgWidth-10,
.list .articleImgLeft.imgWidth-13,
.list .articleImgLeft.imgWidth-15,
.list .articleImgLeft.imgWidth-17,
.list .articleImgLeft.imgWidth-20,
.list .articleImgLeft.imgWidth-25 {
	float:left;
}
.list .articleImgLeft.imgWidth-5 + .articleWrap,
.list .articleImgLeft.imgWidth-10 + .articleWrap,
.list .articleImgLeft.imgWidth-13 + .articleWrap {
	padding-left: 1em;
	margin-left: 15%;
}
.list .articleImgLeft.imgWidth-15 + .articleWrap,
.list .articleImgLeft.imgWidth-17 + .articleWrap,
.list .articleImgLeft.imgWidth-20 + .articleWrap {
	padding-left: 1em;
	margin-left: 25%;
}
.list .articleImgLeft.imgWidth-25 + .articleWrap {
	padding-left: 1em;
	margin-left: 33.3%;
}

.list .articleImgRight.imgWidth-5,
.list .articleImgRight.imgWidth-10,
.list .articleImgRight.imgWidth-13,
.list .articleImgRight.imgWidth-17,
.list .articleImgRight.imgWidth-20,
.list .articleImgRight.imgWidth-25 {
	float: right;
}
.list .articleImgRight.imgWidth-5 + .articleWrap,
.list .articleImgRight.imgWidth-10 + .articleWrap,
.list .articleImgRight.imgWidth-13 + .articleWrap{
	padding-right: 1em;
	margin-right: 15%;
}
.list .articleImgRight.imgWidth-15 + .articleWrap,
.list .articleImgRight.imgWidth-17 + .articleWrap,
.list .articleImgRight.imgWidth-20 + .articleWrap {
	padding-right: 1em;
	margin-right: 25%;
}
.list .articleImgRight.imgWidth-25 + .articleWrap {
	padding-right: 1em;
	margin-right: 33.3%;
}

@media (min-width: 480px) {
	.list .articleImgLeft.imgWidth-33 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap,
	.list .articleImgLeft.imgWidth-10 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap,
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-33 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap,
	.list .articleImgRight.imgWidth-10 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap,
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media (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%;
	}
}

@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: 0 -10px;
	clear: both;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.article + .gridWrap {
	margin-top: 20px;
}
.gridWrap .gridSizer {
	width: 8.33%;
}
.gridWrap .articleGrid {
	padding: 0 10px 40px 10px;
	float: left;
	position: relative;
}
.gridWrap .leftContainer,
.gridWrap .rightContainer {
	width: 100%;
}
.gridWrap .rightContainer {
	float: right;
}

.articleGrid {
	position: relative;
	z-index: 1;
	width: 100%;
	flex: 0 0 auto;
}
.articleGrid .gridWrapInner {
	display: block;
	text-decoration: none;
	color: inherit;
	position: relative;
	height: 100%;
}
.articleGrid.divider .gridWrapInner:after {
	content: '';
	height: 2px;
	width: 100%;
	display: block;
	background: #e9e9ea;
	position: absolute;
	bottom: -20px;
	left: 0;
}
.articleGrid.divider:last-child .gridWrapInner:after {
	display: none;
}

.articleGrid .info {
	padding: 0;
}
.articleGrid .articleTeaser + .info {
	padding-top: 10px;
}
.articleGrid .info > :first-child {
	margin-top: 0;
}
.articleGrid .info > :last-child {
	margin-bottom: 0;
}
.articleGrid .headline {
	margin-top: 0;
}
.articleGrid .headline a {
	text-decoration: none;
	display: block;
}
.articleGrid .dateText {
	margin-bottom: 0;
}
.articleGrid .headline + .gridItemDescription {
	margin-top: 10px;
}
.articleGrid .gridItemDescription {
	font-size: 15px;
	line-height: 1.333;
}
.articleGrid .imgWrap {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	position: relative;
}
.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: none;
}
.articleGrid .articleTeaser {
	position: relative;
}
.articleGrid .articleTeaser .articleImgNone:not(.imgWidth-100) .imgWrap {
	background-color: #fff;
	position: relative;
	z-index: 1;
	border-radius: 50%;
	border: 2px solid #fff;
}
.articleGrid .articleImgNone {
	margin: 0 auto;
}
.articleGrid .imgWidth-100 {
	width: 100%;
	background: #fff;
}
.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.hasMoreBtn .gridWrapInner {
	padding-bottom: 30px;
}
.articleGrid.hasMoreBtn .btnMore {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
}
.articleGrid.textOnImage {
	overflow: hidden;
	padding-bottom: 20px;
}
.articleGrid.textOnImage .articleTeaser + .info {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px 10px 10px;
	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 + .info .dateText {
	color: #fff;
}
.articleGrid.textOnImage .articleTeaser + .info .btnMore {
	color: #fff;
	position: relative;
	margin-top: 10px;
}
.articleGrid.textOnImage.hasMoreBtn .gridWrapInner {
	padding-bottom: 0;
}


/* 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 #aabe3a;
	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%;
	}
	.gridWrap .gridWidth_25:nth-last-child(-n + 2) .gridWrapInner:after {
		display: none;
	}
}
@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 .gridWidth_50,
	.gridWrap .leftContainer,
	.gridWrap .rightContainer,
	.gridWrap .gridWidth_33 {
		width: 50%;
	}
	.gridWrap .gridWidth_25 {
		width: 33.333%;
	}

	.gridWrap .gridWidth_50:nth-last-child(-n + 2) .gridWrapInner:after,
	.gridWrap .leftContainer:nth-last-child(-n + 2) .gridWrapInner:after,
	.gridWrap .rightContainer:nth-last-child(-n + 2) .gridWrapInner:after,
	.gridWrap .gridWidth_33:nth-last-child(-n + 2) .gridWrapInner:after {
		display: none;
	}
	.gridWrap .gridWidth_25:nth-last-child(-n + 3) .gridWrapInner:after {
		display: none;
	}

	/* 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 .gridWidth_33 {
		width: 33.333%;
	}
	.gridWrap .gridWidth_25 {
		width: 25%;
	}

	.gridWrap .gridWidth_25:nth-last-child(-n + 4) .gridWrapInner:after {
		display: none;
	}
	.gridWrap .gridWidth_33:nth-last-child(-n + 3) .gridWrapInner:after {
		display: none;
	}

	.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) {
	.gridWrap {
		margin: 0 -20px;
	}
	.gridWrap:not(.masonryWrap) .articleGrid {
		padding: 0 20px 40px 20px;
	}

	.articleGrid.textOnImage .articleTeaser + .info {
		padding: 40px 20px 20px;
	}

	.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;
	}
}

ul.eventData {
	list-style:none;
	margin: 1em 0;
	padding: 0;
}
ul.eventData li {
	position: relative;
	display: inline;
	padding: 0 0 0 20px;
}
ul.eventData li:before {
	content: '';
	background: #aabe3a;
	display: block;
	margin-top: -3px;
	margin-left: -2px;
	border: none;
	position: absolute;
	top: 50%;
	left: 10px;
	height: 5px;
	width: 5px;
	border-radius: 3px;
}
ul.eventData li:first-child {
	padding-left: 0;
}
ul.eventData li:first-child:before {
	display: none;
}
ul.eventData.dateText li:before {
	background: #c8c8c8;
}


/* 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;
	color: #7a7a7a;
	font-size: .667em;
	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: #902536;
	border-color: #902536;
	color: #fff;
}
.articleIntoSections a:hover,
.pagerJumper a:hover {
	background: #aabe3a;
	border-color: #aabe3a;
	color: #fff;
}
.pages {
	text-align:center;
	font-weight: 700;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #89898d;
	display: flex;
	justify-content: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pages > * {
	display: inline-block;
	height: 20px;
	overflow: hidden;
}
.pages a {
	padding: 0 10px;
	position: relative;
	text-decoration: none;
	max-width: 50%;
	color: inherit;
	overflow: hidden;
	transition: color .3s;
}
.pages a:first-child {
	padding-left: 0;
}
.pages a:last-child {
	padding-right: 0;
}
.pages a:hover {
	color: #444446;
}
.pages a.overviewPage {
	flex: 0 0 auto;
}
.pages a .label {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	display: inline-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 (max-width: 479px) {
	.pageJumperFooterWrap {
		display: 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 */
#navDirect {
	margin-top: 20px;
	margin-bottom: 20px;
}
#navDirect ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -10px;
}
#navDirect li {
	width: 50%;
	padding: 0 10px 10px;
	flex: 1 1 auto;
}
#navDirect .a {
	display: block;
	text-decoration: none;
	background: #e9e9ea;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: inherit;
	font-weight: bold;
	position: relative;
	font-size: 10px;
	min-height: 4em;
	padding: 0 10px 0 calc(2em + 10px);
	margin-left: 2em;
}
#navDirect .a .icon {
	position: absolute;
	left: calc(-5px - 1em);
	top: -5px;
	font-size: 2em;
	line-height: 1;
	padding: .5em;
	border-radius: 2em;
	border: solid 5px #fff;
	transition: all .3s;
}
.startSection {
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
}
.startSection:last-child {
	/*margin-bottom: 0; warum? */
}
.startSection .newsWrapHeadline {
	margin: 0;
}
.startSection > .btnWrap {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 20px;
}
#newsWrap .gridWrap {
	margin-top: 20px;
	margin-bottom: -20px;
}
#startNotice {
	margin: 20px 0;
}
#startNotice .startNoticeItem {
	border-width: 2px;
	border-style: solid;
	padding: 8px;
	background-repeat: no-repeat;
	background-position: right top;
}
#startNotice .startNoticeItem .trigger {
	margin: 0;
	display: block;
	cursor: pointer;
}
#startNotice .startNoticeItem .trigger .icon {
	float: right;
}

#startNewsletter > .box > .wrap {
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: right top;
	background-repeat: no-repeat;
}
#startNewsletter .boxHead {
	margin: 0;
}
#startNewsletter .boxContent {
	margin-top: 10px;
}

#startSocialMediaFeeds {
	margin: 20px -20px -10px 0;
	padding: 0;
	list-style: none;
    display: flex;
    flex-wrap: wrap;
}
#startSocialMediaFeeds li {
    margin: 0 20px 10px 0;
    padding: 0;
    list-style: none;
    float: left;
    flex-grow: 1;
}
#startSocialMediaFeeds a {
	text-decoration: none;
}

@media (max-width: 639px) {
	#startNotice .startNoticeItem .trigger .on {
		display: none;
	}
	#startNotice .startNoticeItem .trigger .off {
		display: block;
	}
	#startNotice .startNoticeItem .target {
		max-height: 0;
		transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, box-shadow .3s, overflow 0s;
		overflow: hidden;
		margin: 0;
	}
	#startNotice .startNoticeItem .switch:checked ~ .target {
		max-height: 10000px;
		transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s, box-shadow .3s;

		-webkit-animation: 0s linear 0.3s 1 normal both running delayOverflow;
		animation: 0s linear 0.3s 1 normal both running delayOverflow;
	}
	#startNotice .startNoticeItem .switch:checked ~ .trigger .on {
		display: block;
	}
	#startNotice .startNoticeItem .switch:checked ~ .trigger .off {
		display: none;
	}
}
@media (min-width: 640px) and (max-width: 959px) {
	#newsWrap .gridWrap .articleGrid:nth-child(4) {
		display: none;
	}
}
@media (min-width: 640px) {
	#navDirect ul {
		margin: 0 -20px -20px;
	}
	#navDirect li {
		padding: 0 20px 20px;
	}
	#navDirect .a {
		font-size: 15px;
	}

	#startNotice .startNoticeItem {
		padding: 18px;
	}
	#startNotice {
		margin: 40px 0;
	}

	#startNotice .startNoticeItem .trigger .on {
		display: block;
	}
	#startNotice .startNoticeItem .trigger .off {
		display: none;
	}
	#startNotice .startNoticeItem .target {
		overflow: hidden;
		margin: 0;
		max-height: 10000px;
		transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s, box-shadow .3s;
	}
	#startNotice .startNoticeItem .switch:checked ~ .target {
		max-height: 0;
		transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, box-shadow .3s, overflow 0s;
	}
	#startNotice .startNoticeItem .switch:checked ~ .trigger .on {
		display: none;
	}
	#startNotice .startNoticeItem .switch:checked ~ .trigger .off {
		display: block;
	}

	.startSection {
		margin-top: 60px;
		margin-bottom: 60px;
	}

	#startNewsletter > .box > .wrap {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#startNewsletter .boxContent {
		display: flex;
		margin: 15px -20px 0;
	}
	#startNewsletter .boxContent > * {
		padding-right: 20px;
		padding-left: 20px;
		width: 50%;
		margin: 0;
	}

	/* SocialMedia Links nun größer und 2-2er Raster */
	#startSocialMediaFeeds {
		padding: 0;
		margin-right: -20px;
		margin-left: -20px;
	}
	#startSocialMediaFeeds li {
		max-width: 50%;
		padding-left: 20px;
		padding-right: 20px;
		margin-right: 0;
	}
	#startSocialMediaFeeds li a {
		font-size: 150%;
	}
	#startSocialMediaFeeds li:nth-child(3)  {
		clear: both;
	}

}
@media (min-width: 960px) {
	#navDirect li {
		width: 25%;
	}
	#newsWrap .gridWrap {
		margin-bottom: -40px;
	}
	.startSection > .btnWrap {
		position: absolute;
		top: 25px;
		right: 0;
		margin-right: 0;
		padding-top: 0;
	}
	.startSection > .btnWrap .btnRaised {
		margin-top: -20px;
	}

	#startSocialMediaFeeds li a {
		font-size: 175%;
	}
}

@media (min-width: 1200px) {
	#startSocialMediaFeeds li a {
		font-size: 200%;
	}
}




#eventsSlider {
	margin: 20px 0 0;
	padding: 0;
}
#eventsSlider .dateSliderDatesOuterWrap {
	position: relative;
}
#eventsSlider .dateSliderDatesWrap {
	width: 100%;
	position: relative;
	overflow: hidden;
	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);
}
.no-js #eventsSlider .dateSliderDatesWrap {
	overflow: auto;
}

#eventsSlider .dateSliderDates {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	list-style: none;
	margin: 0 auto 0 -5px;
	padding: 0;
}
#eventsSlider .dateSliderButtonNext {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1em;
	line-height: 1;
	font-size: 1em;
	border-radius: 1em;
	background: #aabe3a;
	color: #fff;
	padding: .5em;
	text-align: center;
	width: 2em;
	z-index: 1;
	transition: all .3s;
}
#eventsSlider .dateSliderButtonNext:hover {
	background: #7f8e2b;
	color: #fff;
}
.no-js #eventsSlider dateSliderButtonNext {
	display: none;
}
#eventsSlider .dateSliderButtonNext[disabled] {
	opacity: .5;
}
#eventsSlider .dateSliderDates li {
	text-align: center;
	webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	white-space: nowrap;
	width: auto;
}
#eventsSlider .dateSliderMonth {
	padding: 10px 5px;
	list-style: none;
	margin: 0;
	text-transform: uppercase;
}
#eventsSlider .dateSliderMonth strong {
	font-weight: inherit;
}
#eventsSlider .dateSliderMonth.sticky {
	position: absolute;
	left: -5px;
	top: 0;
	z-index: 1;
	width: auto;
}
#eventsSlider .dateSliderMonth.sticky:after {
	content: '';
	display: block;
	width: 100%;
	bottom: 2px;
	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 {
	color: #a9a9ab;
	border-style: solid;
	border-color: transparent;
	border-width: 2px 2px 0 2px;
}
#eventsSlider .dateSliderDate a {
	display: block;
	text-decoration: none;
	color: inherit;
}
#eventsSlider .dateSliderDate .dayOfMonth {
	display: block;
	text-transform: uppercase;
	line-height: 1;
	padding: 8px 3px 0;
	min-width: 2em;
}
#eventsSlider .dateSliderDate .dayOfWeek {
	display: block;
	padding: 0 3px 10px;
	font-weight: bold;
	color: inherit;
}
#eventsSlider .dateSliderDate.endOfWeek,
#eventsSlider .dateSliderDate.holiday {
	color: #902536;
}
#eventsSlider .dateSliderDate.hasEvents {
	color: inherit;
	transition: background .3s;
}
#eventsSlider .dateSliderDate.hasEvents.endOfWeek,
#eventsSlider .dateSliderDate.hasEvents.holiday {
	color: #902536;
}
#eventsSlider .dateSliderDate.hasEvents:hover {
	border-color: #99ab34;
	background: #aabe3a;
	color: #fff;
}
#eventsSlider .dateSliderDate.hasEvents.active {
	background: #aabe3a;
	border-style: solid;
	border-color: #99ab34;
	border-width: 2px 2px 0 2px;
	color: #fff;
}
#eventsSlider .dateSliderDate.hasEvents.active * {
	color: #fff;
}

#eventsSlider .dateSliderEventsWrap {
	text-align: center;
	background: #aabe3a;
	color: #fff;
	border: 2px solid #99ab34;
	margin: -2px 0 0;
}
#eventsSlider .dateSliderEvents {
	padding: 0;
	margin: -2px;
}
#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;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	text-align: left;
}
#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;
}
#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 .eventData {
	margin: 0;
	color: #ffffff;
}
#eventsSlider .dateSliderEvents .event .eventData li:before {
	background: #88982e;
}
#eventsSlider .dateSliderEvents .event .eventData + .clamping {
	margin-top: 5px;
}
#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(237,109,8,0) 0%,rgba(237,109,8,1) 30px);
	background: linear-gradient(to right, rgba(237,109,8,0) 0%, rgba(237,109,8,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: #170b01;
}

#eventsSlider .dateSliderBtnMore {
	position: relative;
	padding: 0 10px 10px;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 12px;
	line-height:15px;
	font-weight: 700;
	color: #fff;
	text-transform: none;
	text-align: center;
	width: 100%;
}
#eventsSlider .dateSliderBtnMore .on,
#eventsSlider .dateSliderBtnMore .off {
	margin-left: 5px;
}
#eventsSlider .dateSliderBtnMore .on {
	display: inline-block;
}
#eventsSlider .dateSliderBtnMore .off {
	display: none;
}
#eventsSlider #eventsSliderSwitch:checked ~ .dateSliderBtnMore .on {
	display: none
}
#eventsSlider #eventsSliderSwitch:checked ~ .dateSliderBtnMore .off {
	display: inline-block;
}

@media (max-width: 639px) {
	#eventsSlider .dateSliderEvents .event:nth-child(n+2) {
		max-height: 0;
		transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, overflow 0s;
	}
	#eventsSlider #eventsSliderSwitch:checked ~ .dateSliderEvents .event:nth-child(n+2),
	#eventsSlider .dateSliderEvents .event:nth-child(1) {
		min-height: 80px;
		padding-top: 10px;
		padding-bottom: 10px;
		max-height: 1000px;
		transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s;
		animation: 0s linear 0.3s 1 normal both running delayOverflow;
	}
}
@media (min-width: 640px) {
	#eventsSlider .dateSliderDate .dayOfMonth,
	#eventsSlider .dateSliderDate .dayOfWeek {
		padding-left: 8px;
		padding-right: 8px;
	}
	#eventsSlider .dateSliderBtnMore {
		padding: 0 10px 20px;
	}
	#eventsSlider .dateSliderDatesWrap {
		padding-right: 60px;
		padding-right: calc(2em + 30px);
	}
	#eventsSlider .dateSliderDatesWrap {
		-webkit-mask-image: -webkit-linear-gradient(right, rgba(0,0,0,0) 0px, rgba(0,0,0,0) 2em, rgba(0,0,0,1) calc(2em + 30px));
		mask-image: linear-gradient(to left, rgba(0,0,0,0) 0px, rgba(0,0,0,0) 2em, rgba(0,0,0,1) calc(2em + 30px));
	}
	#eventsSlider .dateSliderEvents {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#eventsSlider .dateSliderEvents .event {
		width: 50%;
		float: left;
		flex: 0 1 auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	#eventsSlider .dateSliderEvents .event:nth-child(n+3) {
		max-height: 0;
		transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, overflow 0s;
	}
	#eventsSlider #eventsSliderSwitch:checked ~ .dateSliderEvents .event:nth-child(n+3),
	#eventsSlider .dateSliderEvents .event:nth-child(-n+2) {
		min-height: 80px;
		padding-top: 20px;
		padding-bottom: 20px;
		max-height: 1000px;
		transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s;
		animation: 0s linear 0.3s 1 normal both running delayOverflow;
	}

	#eventsSlider .dateSliderEvents .event .eventDesc {
		max-height: none;
	}
}

@media (min-width: 1080px) {
	#eventsSlider .dateSliderEvents .eventPreviewImg {
		display: block;
	}
	#eventsSlider .dateSliderEvents .event.hasImg .eventInfo {
		padding-left: 90px;
	}
}

#newsletterRegister {
	margin-top: 20px;
}
#newsletterRegister .wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
#newsletterRegister .wrap > * {
	margin: 0;
	padding: 0 10px;
	flex: 1 1 auto;
}
#newsletterRegister .wrap > .btnContainer {
	flex: 0 1 auto;
}
#newsletterRegister .wrap > .btnContainer .btn {
	height: 100%;
}
#newsletterRegister .wrap .optsPrivacy {
	width: 100%;
	margin-top: 5px;
}

/* Modul: EVENTS */
#datePicker .calWrap {
	position: relative;
}
#datePicker .calLoader {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	background: rgba(255,255,255,.8) url('../img/preloader_301_dark.gif') no-repeat 50% 50%;
}
.box #datePicker .calLoader {
	background-color: #fff;
	background-color: rgba(255,255,255,.8);
}
#datePicker table {
	width: 100%;
	table-layout: fixed;
	line-height: 30px;
}
#datePicker table td {
	text-align: center;
}
#datePicker .calHead .a {
	background: #aabe3a;
	display: block;
	border-radius: 15px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	margin: 0 auto;
}
#datePicker .calHead .a.disabled {
	cursor: default;
	background: #d4d4d5 !important;
	color: #fff !important;
}
#datePicker .calHead .a:hover {
	background: #bda940;
}
#datePicker .calHead .current {
	font-weight: 400;
	font-size: 1.25em;
}

#datePicker .calHead .a .icon {
	display: block;
	font-size: 1rem;
}
#datePicker .calWeekdays {
	font-weight: bold;
	font-size: .833em;
}
#datePicker .calWeek span,
#datePicker .calWeek a {
	display: block;
	text-decoration: none;
	border-radius: 15px;
	height: 30px;
	width: 30px;
	line-height: 26px;
	margin: 0 auto;
	color: inherit;
	margin-bottom: 5px;
	font-size: .833em;
	text-align: center;
	border: 2px solid transparent;
}
#datePicker .calWeek a {
	border-color: #7c9539;
	background: #7c9539;
	color: #fff;
}
#datePicker .calWeek .event_1 a {
	border-color: #5b7b07;
	background: #5b7b07;
	color: #fff;
}

#datePicker .calWeek .today {
	font-weight: 600;
}
#datePicker .calWeek .choosenDate span {
	border-color: #5b7b07;
	background: #5b7b07;
	color: #fff;
}
#datePicker .calWeek .choosenDate a,
#datePicker .calWeek a:hover,
#datePicker .calWeek a:hover,
#datePicker .calWeek a:hover {
	border-color: #d5bf26;
	background: #d5bf26;
	color: #fff;
}

.eventsFilterMoreTrigger {
	position: relative;
	margin-top: 20px;
	font-weight: 600;
}

@media (min-width: 640px) and (max-width: 959px) {
	.eventsFilterMoreTrigger {
		display: none;
	}
	#datePicker {
		float: left;
		width: 50%;
		padding: 0 20px 0 0;
	}
	.calForm {
		padding: 0 0 0 20px;
		float: right;
		width: 50%;
		max-height: none !important;
	}
	.calForm .optsContainer:first-child {
		margin-top: 0;
	}
	.calForm + .formReset {
		float: left;
	}
}

.eventListItem {
	position: relative;
}
.eventListItem .eventPreviewImg {
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	margin: 0;
	border-radius: 40px;
	overflow: hidden;
	position: absolute;
	top: 0;
	display: none;
	right: 0;
}

.eventListItem .eventInfo .headline {
	margin: 0;
}
.eventListItem .eventInfo .moreBtn > :last-child {
	margin-bottom: 0;
}
.eventListItem .headline a {
	display: block;
	color: inherit;
}
.eventListItem .eventData,
.eventDetail .eventData {
	margin-top: 0;
}
.eventListItem .eventData:last-child {
	margin-bottom: 0;
}
.eventListItem .eventData a,
.eventDetail .eventData a {
	color: inherit;
	text-decoration: none;
}
.eventDetail h1 + .eventData {
	margin-top: -10px;
}
.displayModeCompact .listDivider {
	margin: 14px 0;
}

@media (min-width: 720px) {
	.eventListItem .eventPreviewImg {
		display: block;
		width: 100px;
		height: 100px;
		border-radius: 50px;
	}
	.eventListItem.hasImg .eventInfo {
		padding-right: 110px;
		min-height: 100px;
	}

	.displayModeCompact .eventListItem .eventPreviewImg {
		width: 50px;
	}
	.displayModeCompact .eventListItem.hasImg .eventInfo {
		padding-right: 70px;
		min-height: 50px;
	}
}

/* Modul: DOWNLOAD DB */

#eventsRegAccordion {
    margin: 20px 0;
}

/* Modul: DOWNLOAD DB */
.download_db {
	position: relative;
	min-height: 200px;
}
.subFolder {
	list-style: none;
	margin: -15px -15px 0 !important;
	padding: 0;
}
.subFolder li {
	padding: 15px !important;
	box-sizing: border-box;
}
.subFolder li:before {
	display: none !important;
}
.subFolder a {
	padding: .25em 0;
	font-size: 1em;
	line-height: 1.5;
	display: block;
	margin: 0;
}
.subFolder a .icon {
	float: left;
	margin-right: 10px;
	margin-top: -3px;
	font-size: 2em;
	color: #222;
	line-height: 1;
}
.download_db .breadcrumb {
	margin-bottom: 20px;
}
.download_db .breadcrumb .optsContainer {
	display: inline-block;
	margin: 0;
	vertical-align: -.5em;
}
.download_db .breadcrumb .optsInputWrap .selectOver {
	padding: 0 30px 0 0;
	border: none;
	height: auto;
	font-size: inherit;
	line-height: inherit;
}
.download_db .breadcrumb .optsInputWrap .selectWrap select {
	padding: 0;
}

.download_db .loader {
	display: none;
	background: #FFF url('../img/preloader_301_dark.gif') no-repeat 50% 50%;
	background-color: rgba(255,255,255,.9);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.download_db.loading .loader {
	display: block;
}
@media (min-width: 560px) {
	.subFolder li {
		float: left;
		width: 50%;
	}
	.subFolder li:nth-child(2n+1) {
		clear: left;
	}
}
@media (min-width: 720px) {
	.subFolder {
		margin: -20px -20px 0 !important;
	}
	.subFolder li {
		width: 33.33%;
		padding: 20px !important;;
	}
	.subFolder li:nth-child(2n+1) {
		clear: none;
	}
	.subFolder li:nth-child(3n+1) {
		clear: left;
	}
}

/* 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 #902536;
	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 #902536;
	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 .btnWrap .btn + .btn {
	margin-left: 20px;
}
#srcForm .box {
	margin-bottom: 20px !important
}

#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 .label {
	font-size: .75em;
	font-weight: bold;
}
#srcStats .srcSort li {
	float: left;
}
#srcStats .srcSort li + li {
	margin-left: 10px;
}
#srcStats .srcSort a {
	display: block;
	text-decoration: none;
	color: inherit;
}
#srcStats .srcSort a:hover,
#srcStats .srcSort a.active {

}
@media (min-width: 640px) {
	#srcStats {
		display: flex;
	}
	#srcStats .srcSort {
		flex-grow: 1;
		text-align: right;
		margin-top: 0;
	}
}


input[type="checkbox"] + .collapsible {
	position: relative;
	padding-bottom: 30px;
	display: grid;
	grid-template-rows: 0.2fr;
	transition: grid-template-rows 0.5s;
}
input[type="checkbox"] + .collapsible > label {
	position: absolute;
	color: #b10909;
	font-weight: bold;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}
input[type="checkbox"] + .collapsible > label span.active {
	display: none;
}
input[type="checkbox"]:checked + .collapsible > label span:not(.active) {
	display: none;
}
input[type="checkbox"]:checked + .collapsible > label span.active {
	display: unset;
}



input[type="checkbox"]:checked + .collapsible {
	grid-template-rows: 1fr;
}
input[type="checkbox"] + .collapsible > div {
	overflow: hidden;
}
input[type="checkbox"] + .collapsible:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	height: 20px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	pointer-events: none;
	opacity: 1;
}
input[type="checkbox"]:checked + .collapsible:before {
	opacity: 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;
	}
}
