/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0;
    background: #C00;
    color: #FFF;
    padding: .5em 0;
	text-align: center;
}
.chromeframe a {
	color: #FFF;
	text-decoration: underline;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.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;
}
.vcModal .article {
	margin-bottom:0;
}
.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: #999;
	color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 1;
}
.vcModal .vcModalClose:hover {
	background: #3075b7;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


/*
	CSS Icons
	*/
.vcCssIcon {
	position: relative;
	display: inline-block;
}
.vcCssIconCheck {
	height: 1em;
	width: .667em;
	border-right: .1875em solid #000;
	border-bottom: .1875em solid #000;
	transform: rotate(45deg);
	margin: 0 .2em;
}
.vcCssIconArrowDown {
    width: 1em;
	height: 1em;
    margin: 0 .2em;
}
.vcCssIconArrowDown:after {
	content: '';
	display: block;
	font-size: .667em;
	width: 1em;
	height: 1em;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -.375em;
	margin-left: -.5em;
	transform: rotate(-45deg);
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
}
.vcCssIconClose {
	height: 100%;
	width: 100%;
	display: block;
}
.vcCssIconClose:before,
.vcCssIconClose:after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	background: #fff;
	display: block;
	width: 100%;
	height: .1875em;
	margin-top: -.09375em;
	margin-left: -50%;
}
.vcCssIconClose:before {
	transform: rotate(45deg);
}
.vcCssIconClose:after {
	transform: rotate(-45deg);
}


/*
	Privacy & Cookies
	*/
.vcPrivacyOptsLine input {
	display: none;
}
.vcPrivacyOptsLine label {
	display: block;
	font-weight: bold;
	min-height: 2em;
	padding-right: 4em;
	position: relative;
	cursor: pointer;
	float: none;
}
.vcPrivacyOptsLine label .hint {
	font-weight: normal;
	margin: 0;
	line-height: normal;
}
.vcPrivacyOptsLine label .state {
	position: absolute;
	top: 0;
	right: 0;
	width: 3em;
	height: 1.5em;
	box-shadow: 0 1px 3px rgba(0,0,0,.5) inset;
	background: #C00;
	border-radius: .75em;
	display: block;
	transition: all .3s;
}
.vcPrivacyOptsLine label .state:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 1.25em;
	height: 1.25em;
	background: #fff;
	border: 1px solid #ccc;
	margin-top: -.625em;
	margin-left: -1.375em;
	border-radius: .625em;
	transition: all .3s;
}
.vcPrivacyOptsLine input:checked + label .state {
	background: #00b300;
}
.vcPrivacyOptsLine input:checked + label .state:after {
	margin-left: .125em;
}

.vcPrivacyOptsLine input:disabled + label {
	pointer-events: none;
}
.vcPrivacyOptsLine input:disabled + label .state {
	background: #ddd;
}

.vcPrivacyOptsLineWrap + .vcPrivacyOptsLineWrap {
	margin-top: 1.5em;
}
.vcPrivacyMoreInfoTrigger {
	padding: .5em 0 0;
	display: block;
}
.vcPrivacyMoreInfoTrigger .vcCssIconArrowDown {
	margin: 0 0 0 .5em;
	transition: transform .3s;
	float: none !important;
	display: inline-block !important;
}

.vcPrivacySlideDownSwitch ~ .vcPrivacySlideDownTarget {
	max-height: 0;
	transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, overflow 0s;
	overflow: hidden;
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .on {
	display: inline;
}
.vcPrivacySlideDownTrigger .on,
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .off {
	display: none;
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .vcCssIcon {
	transform: rotate(180deg);
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .vcCssIconArrowDown:after {
	margin-top: -1em;
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTarget {
	max-height: 10000px;
	padding-top: .625em;
	transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s;
	animation: 0s linear 0.3s 1 normal both running delayOverflow;
}

.vcPrivacyDefList {
	padding: 0;
	margin: 0;
	font-size: .8em;
}
.vcPrivacyDefList dt {
	padding: .3125em 0 0;
	font-weight: bold;
	text-align: left;
	margin: 0;
}
.vcPrivacyDefList dd {
	font-weight: normal;
	text-align: left;
	padding: 0 0 .3125em;
	margin: 0;
}
.vcPrivacyDefList dt:first-child {
	padding-top: 0;
}
.vcPrivacyDefList dd:last-child {
	padding-bottom: 0;
}

#vcPrivacySetupSubmit {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 1em;
}
.vcPrivacyOverlayTrigger {
	cursor: pointer;
}

.vcPrivacyNoPermission {
	background: #f2f2f2;
	border: 1px solid #ddd;
	text-align: center;
	padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
}

@media (min-width: 640px) {
	.vcPrivacyDefList dt {
		clear: left;
		float: left;
		padding: .25em 0;
		width: 25%;
	}
	.vcPrivacyDefList dd {
		padding: .25em 0 .25em 20px;
		margin: 0;
		width: 75%;
		float: left;
	}
	.vcPrivacyDefList dt:first-child,
	.vcPrivacyDefList dt:first-child + dd {
		padding-top: 0;
	}
	.vcPrivacyDefList dt:nth-last-child(2),
	.vcPrivacyDefList dt:nth-last-child(2) + dd {
		padding-bottom: 0;
	}

	#vcPrivacySetupSubmit {
		margin-left: auto;
		margin-right: auto;
		width: 50%;
	}
}
.btnWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
	margin-right: -1em;
	margin-bottom: -1em !important;
}
.btnWrap .btn {
	margin-right: 1em;
	margin-bottom: 1em;
	flex: 0 1 auto;
}

html,
body {
	height: 100%;
	min-width: 320px;
}
body.navMainOpen,
body.overlayOpen,
html.swipebox-html body {
	overflow: hidden;
}


header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	height: 70px;
	z-index: 15;
	font-weight: 400;
	min-width: 320px;
}
header:before,
header:after {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	left: 225px;
}
header:before {
	top: 0;
	height: 10px;
	right: 0;
	width: 100%;
	background: #fff;
}
header:after {
	top: 10px;
	bottom: 10px;
	right: 15px;
	background: #1966af;
	background: -webkit-linear-gradient(7deg, rgba(48,117,183,0.95) 0%, rgba(125,175,54,0.95) 100%);
	background: linear-gradient(7deg, rgba(48,117,183,0.95) 0%, rgba(125,175,54,0.95) 100%);
}
#logoWrap {
	width: 265px;
}
#logo {
	float: left;
	width: 100%;
	height: 0;
	padding: 0 0 29%;
	display: block;
	position: relative;
}
#logo svg {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#navStdInMenu,
#navSocial {
	display: block;
	margin: 0 -15px;
	font-size: 15px;
	line-height: 20px;
}
.navStd li {
	float: left;
	margin: 0 15px;
}

.navStd a {
	display: block;
	color: #444;
	position: relative;
	line-height: 20px;
	text-decoration: none;
}
.navStd a .icon {
	font-size: 20px;
	margin-top: 0px;
	margin-right: 5px;
	line-height: 1;
	display: inline-block;
	height: 1em;
	vertical-align: -2px;
}
.navStd li a:after {
	content: '';
	background: #444;
	width: 1px;
	position: absolute;
	top: 2px;
	bottom: 2px;
	display: block;
	right: -15px;
}
.navStd li:last-child a:after {
	display: none;
}
.navStd a.active {
	color: #7daf36;
}
.navStd a:hover {
	color: #3075b7;
}

#navSocial .facebook {
	color: #4267B2;
}
#navSocial .twitter {
	color: #1DA1F2;
}
#navSocial .instagram .icon {
	background: radial-gradient(circle farthest-corner at 32% 106%, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), linear-gradient(135deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* NAV MAIN */
#navMain a {
	display: block;
	font-size: 24px;
	line-height: 40px;
	color: #333;
	position: relative;
	font-weight: 400;
	text-decoration: none;
}
#navMain .lvl2 a {
	font-size: 18px;
	line-height: 30px;
}

/* LANGUAGE */
#languageSelect > * {
	display: block;
	float: left;
	margin-right: 5px;
	line-height: 20px;
	padding: 3px 0
}
#languageSelect .label {
	margin-right: 15px;
}
#languageSelect > :last-child {
	margin-right: 0;
}
#languageSelect .langItem {
	text-transform: uppercase;
	text-decoration: none;
	background: #aeaeae;
	color: #fff;
	padding: 0;
}
#languageSelect .langItem .textLabel {
	padding: 3px 5px;
	display: block;
}
#languageSelect .langItem .imgLabel {
	padding: 0;
	height: 25px;
	width: auto;
	display: block;
}
#languageSelect .langItem.active {
	background: #7daf36 !important;
}
#languageSelect .langItem:hover {
	background: #3075b7;
}

/* Aufmacher */
#teaserSection {
	margin-top: -60px;
	padding: 0;
}

main {
	padding-left: 15px;
	padding-right: 15px;
	min-height: 100%;
	min-height: calc(100% - 53px);
}

#breadcrumb {
	text-align: right;
	padding: 15px 0;
}
#breadcrumb * {
	color: #666;
	text-decoration: none;
}
#breadcrumb span {
	padding: 0 5px;
}
#breadcrumb .last {
	color: #333;
}

.baseSpacer {
	padding-left: 0;
	padding-right: 0;
}

#footer {
	display: block;
	height: 53px;
	width: 100%;
	background: url('../img/footer.png') repeat-x 50% 50%;
}

@media (max-width: 959px) {
	body.navMainOpen {
		overflow: hidden;
		height: 100%;
	}
	#navMainTrigger {
		position: absolute;
		top: 10px;
		right: 15px;
		display:block;
		height: 50px;
		width: 50px;
		z-index: auto;
		margin-right:0;
		-webkit-transition: top .3s, right .3s;
		transition: top .3s, right .3s;
		z-index: 16;
	}
	#navMainTrigger .line {
		overflow:hidden;
		text-indent:-999px;
	}
	#navMainTrigger .line,
	#navMainTrigger:after,
	#navMainTrigger:before {
		background: #fff;
		display: block;
		height: 3px;
		right: 15px;
		position: absolute;
		-webkit-transition: all .3s;
		transition: all .3s;
		width: 20px;
		border-radius: 2px;
	}
	#navMainTrigger .line {
		opacity: 1;
		top: 50%;
		margin-top: -1.5px;
	}
	#navMainTrigger:after,
	#navMainTrigger:before {
		content: "";
	}
	#navMainTrigger:before {
		bottom: 31px;
	}
	#navMainTrigger:after {
		bottom: 15px;
	}
	.csstransforms #navMenuSwitch:checked ~ #header #navMainTrigger .line {
		opacity: 0;
	}
	.csstransforms #navMenuSwitch:checked ~ #header #navMainTrigger:before {
		bottom: 25px;
		transform: rotate(45deg);
		background: #3075b7;
	}
	.csstransforms #navMenuSwitch:checked ~ #header #navMainTrigger:after {
		bottom: 25px;
		transform: rotate(-45deg);
		background: #7daf36;
	}
	#navMenuSwitch:checked ~ #header #navMainTrigger {
		right: 270px;
		background: #fff;
	}

	#navMainOverlay {
		background: #000;
		display: block;
		width: 0;
		left: 0;
		top: 0;
		bottom: 0;
		position: fixed;
		z-index: 1;
		opacity: 0;
		-webkit-transition: width 0s .3s, opacity .3s;
		transition: width 0s .3s, opacity .3s;
	}
	#navMenuSwitch:checked ~ #header #navMobiWrapper {
		right: 0;
		-webkit-transition: right 0s;
		transition: right 0s;
	}
	#navMenuSwitch:checked ~ #header #navMainOverlay {
		width: 100%;
		opacity: .5;
		-webkit-transition: width 0s, opacity .3s;
		transition: width 0s, opacity .3s;
	}

	#navWrap {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 0;
		margin: 0;
		overflow: hidden;
		-webkit-transition: height 0s .3s;
		transition: height 0s .3s;
		z-index: 15;
	}

	#navWrap .wrap {
		height: 100%;
		width: 270px;
		background: #fff;
		overflow: auto;
		z-index: 1;
		position: absolute;
		right: -255px;
		opacity: 0;
		padding: 15px;
		-webkit-transition: right .3s, opacity .3s;
		transition: right .3s, opacity .3s;
	}
	#navMenuSwitch:checked ~ #header #navWrap {
		height: 100%;
		-webkit-transition: height 0s;
		transition: height 0s;
	}
	#navMenuSwitch:checked ~ #header #navWrap .wrap {
		right: 0;
		opacity: 1;
	}

	#navStdInMenu + #languageSelect,
	#navStdInMenu + #navSocial,
	#navSocial + #languageSelect {
		margin-top: 15px;
	}

	/* NAV MAIN */
	#std + #navMain {
		margin-top: 15px;
	}
	#navMain {
		display:block;
		margin: 0 -15px;
		padding:0;
	}
	#navMain .navWrap {
		height:auto !important;
	}
	#navMain ul {
		padding-left:0;
		margin:0;
		min-height: 0 !important;
	}
	#navMain li	.navBtnWrap {
		position: relative;
		-webkit-transition: all .2s;
		transition: all .2s;
	}
	#navMain .navWrap ul {
		padding-bottom: 10px;
	}
	#navMain li .checkboxTrigger ~ .navWrap,
	#navMain li .checkboxTrigger ~ ul {
		max-height: 0;
		-webkit-transition: max-height .3s cubic-bezier(0,1,0,1);
		transition: max-height .3s cubic-bezier(0,1,0,1);
		overflow: hidden;
	}
	#navMain li .checkboxTrigger ~ .navBtnWrap a {
		padding-right: 40px;
	}
	#navMain li .checkboxTrigger:checked ~ .navWrap,
	#navMain li .checkboxTrigger:checked ~ ul {
		max-height: 10000px;
		-webkit-transition: max-height .3s cubic-bezier(1,0,1,0);
		transition: max-height .3s cubic-bezier(1,0,1,0);
		background: #f5f5f5;
	}
	#navMain li.lvl1 > .checkboxTrigger:checked + .navBtnWrap,
	#navMain li.lvl1 > .navWrap {
		background: #c5d9a9;
		color: #333;
	}
	#navMain a {
		padding: 5px 15px;
		position: relative;
		-webkit-transition: padding .2s;
		transition: padding .2s;
	}
	#navMain .navBtnWrap:hover a {
		color: #3075b7;
	}
	#navMain .checkboxTrigger:checked + .navBtnWrap a {
		color: inherit;
	}
	#navMain .lvl2 a.active {
		color: #7daf36;
	}

	#navMain li	.checkboxTrigger:checked + .navBtnWrap a.lvl2 {
		padding-left: 30px;
	}
	#navMain .iconMenuTriggerDwn {
		display:block;
		position:absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 40px;
		text-align: center;
		padding: 10px 0;
		overflow: hidden;
		-webkit-transition: all .2s;
		transition: all .2s;
	}
	#navMain .iconMenuTriggerDwn:after {
		border-color: #444 transparent transparent;
		border-style: solid;
		border-width: 8px 5px 0;
		content: "";
		display: block;
		height: 0;
		margin-left: -5px;
		margin-top: -4px;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transition: transform .2s;
		transition: transform .2s;
		width: 0;
	}
	#navMain .navBtnWrap:hover .iconMenuTriggerDwn:after {
		border-top-color: #3075b7;
	}
	#navMain .checkboxTrigger:checked + .navBtnWrap > .iconMenuTriggerDwn {
		background: #9ac064;
	}
	#navMain .checkboxTrigger:checked + .navBtnWrap > .iconMenuTriggerDwn:after {
		-webkit-transform:rotate(180deg);
		-ms-transform:rotate(180deg);
		transform:rotate(180deg);
		border-top-color: #333;
	}

	#navMain .navWrap .label,
	#navMain .lvl2 > .navBtnWrap a.hasImage .navImage {
		display: none;
	}
	main {
		padding-top: 70px;
	}
}
@media (min-width: 480px) and (max-width: 959px) {
	#navWrap .wrap {
		width: 420px;
		right: -405px;
	}
	#navMenuSwitch:checked ~ #header #navMainTrigger {
		right: 420px;
	}
}

@media (min-width: 640px) {
	header {
		height: 80px;
	}
	header:after,
	#navMainTrigger {
		top: 15px;
	}
	header:before {
		height: 15px;
	}
	header:after {
		bottom: 15px;
	}
	#logoWrap {
		width: 300px;
	}
	main {
		padding-top: 80px;
	}
	#teaserSection {
		margin-top: -65px;
	}
}


@media (min-width: 960px) {
	header {
		height: 100px;
	}
	header:after {
		top: 35px;
		left: 360px;
	}
	header:before {
		height: 35px;
	}
	#logoWrap {
		z-index: 2;
		position: relative;
		width: 385px;
	}

	#std {
		float: right;
		padding: 5px 15px 5px 0;
	}
	#navStdInMenu,
	#navSocial,
	#languageSelect {
		float: left;
	}
	#navStdInMenu + #languageSelect,
	#navStdInMenu + #navSocial,
	#navSocial + #languageSelect {
		margin-left: 30px;
	}
	#navSocial .icon {
		margin-right: 0;
	}
	#navSocial .icon + .label {
		display: none;
	}
	.navStd li {
		margin: 0 10px;
		padding: 3px 0;
	}
	.navStd li:first-child {
		margin-left: 0;
	}
	.navStd li a:after {
		right: -10px;
	}
	#languageSelect > *,
	.navStd a {
		line-height: 19px;
	}


	#navMain {
		clear: right;
		float: right;
		margin-right: 30px;
	}
	#navMain .lvl1 {
		float: left;
	}
	#navMain .lvl1 + .lvl1 {
		margin-left: 30px;
	}
	#navMain .lvl1 > .navBtnWrap a {
		color: #fff;
		font-size: 15px;
		line-height: 48px;
		font-weight: 600;
		border-color: transparent;
		border-style: solid;
		border-width: 1px 0;
	}

	#navMain .lvl1 > .navWrap,
	#navMain .lvl1 > ul {
		position: absolute;
		background: #fff;
		background: rgba(255,255,255,.9);
		left: 30px;
		right: 30px;
		padding: 0;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: padding .3s, max-height .3s cubic-bezier(0,1,0,1);
		transition: padding .3s, max-height .3s cubic-bezier(0,1,0,1);
		z-index: 0;
	}
	#navMain .lvl1:hover > .navBtnWrap a,
	#navMain .lvl1.hover > .navBtnWrap a,
	#navMain .lvl1 > .navBtnWrap a.active {
		border-bottom: 1px solid #fff;
	}

	#navMain .lvl1:hover > .navWrap,
	#navMain .lvl1:hover > ul,
	#navMain .lvl1.hover > .navWrap,
	#navMain .lvl1.hover > ul {
		max-height: 1000px;
		-webkit-transition: padding .3s, max-height .3s cubic-bezier(1,0,1,0);
		transition: padding .3s, max-height .3s cubic-bezier(1,0,1,0);
		z-index: 1;
		padding: 30px 0 15px;
	}
	#navMain .lvl1 > .navWrap > .label {
		width: 33.33%;
		padding: 0 15px;
		float: left;
		text-transform: uppercase;
		color: #666;
		line-height: 1;
		font-size: 2em;
	}
	#navMain .lvl1 > .navWrap > ul {
		width: 66.67%;
		float: left;
		margin-top: -15px;
		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;
	}
	#navMain .lvl2 {
		padding: 15px 15px 0;
		float: left;
		width: 50%;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	#navMain .lvl2 > .navBtnWrap {
		height: 100%;
	}
	#navMain .lvl2 > .navBtnWrap a {
		color: #666;
		font-size: 1.33em;
		line-height: 1.25em;
		text-transform: uppercase;
		width: 100%;
		height: 100%;
		padding: 5px;
	}
	#navMain .lvl2 > .navBtnWrap a:hover,
	#navMain .lvl2 > .navBtnWrap a.active {
		background: #fff;
		color: #333;
	}
	#navMain .lvl2 > .navBtnWrap a.hasImage {
		padding-left: 33.3%;
		padding-left: calc(33.3% + 8px);
		position: relative;
		min-height: 2.5em;
		min-height: calc(2.5em + 10px);
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#navMain .lvl2 > .navBtnWrap a.hasImage .navImage {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 33.3%;
		width: calc(33.3% - 7px);
		background: 50% 50% no-repeat;
		background-size: cover;
	}

	main {
		padding-top: 100px;
	}
	#teaserSection {
		margin-top: -65px;
	}

	#content {
		width: 66.67%;
		margin: 0 auto;
	}
	main #content.withSidebar {
		width: 100%;
	}
	main .rghtContainer {
		width: 66.67%;
		float: left;
		padding-right: 15px;
	}
	main .lftContainer {
		float: right;
		width: 33.33%;
		padding-left: 15px;
		margin-top: -30px;
	}
	main.full .rghtContainer,
	main.full .lftContainer {
		float: none;
		width: 100%;
	}
}
@media (min-width: 1120px) {
	.navStd li {
		margin: 0 15px;
	}
	.navStd li a:after {
		right: -15px;
	}
	#navMain .lvl1 > .navBtnWrap a {
		font-size: 20px;
	}
}
@media (min-width: 1280px) {
	header {
		height: 120px;
	}
	header:after {
		left: 430px;
	}
	#logoWrap {
		width: 462px;
	}
	#navMain .lvl1 > .navBtnWrap a {
		font-size: 24px;
		line-height: 68px;
	}
	#navMain .lvl1 > .navWrap > .label {
		font-size: 3em;
	}
	#navMain .lvl2 > .navBtnWrap a {
		font-size: 1.867em;
	}
	#teaserSection {
		margin-top: -85px;
	}
	main {
		padding-top: 120px;
	}
	.baseSpacer {
		padding-left: 8.33%;
		padding-left: calc((100% + 30px) / 12);
		padding-right: 8.33%;
		padding-right: calc((100% + 30px) / 12);
	}
}


/* ==========================================================================
   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(255,255,255,.9)}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform .4s ease;transition:transform .4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer;padding-top:50px;padding-bottom:50px;}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block;position:relative;overflow:hidden;}#swipebox-slider .slideInnerWrap{height:100%;width:100%;line-height:1px;text-align:center;}#swipebox-slider .slideInnerWrap:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-inline-container,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-slider .slide-loading{background:url('../img/Swipebox/loader.gif') center center no-repeat}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:.5s;transition:.5s;position:absolute;left:0;z-index:999;height:50px;width:100%;background: #1966af;background: -webkit-linear-gradient(7deg, rgba(48,117,183,1) 0%, rgba(125,175,54,1) 100%);background: linear-gradient(7deg, rgba(48,117,183,1) 0%, rgba(125,175,54,1) 100%);}#swipebox-bottom-bar{bottom:-50px;}#swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#swipebox-top-bar{top:-50px;color:#fff!important;display:table}#swipebox-top-bar.visible-bars{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}#swipebox-title{width:100%;height:100%;font-size:1em;line-height:1.2;text-align:center;vertical-align:middle;display:table-cell;padding-left:5px;padding-right:5px;}#swipebox-close,#swipebox-next,#swipebox-prev,#swipebox-zoomin,#swipebox-zoomout{background-image:url('../img/Swipebox/icons.png');background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;width:50px;height:50px;top:0}#swipebox-arrows{height:100%;position:absolute;right:0;bottom:0}#swipebox-prev{background-position:-32px 13px;float:left}#swipebox-next{background-position:-78px 13px;float:right}#swipebox-close,#swipebox-zoomin,#swipebox-zoomout{top:0;position:absolute;z-index:9999}#swipebox-close{background-position:15px 12px;left:0}#swipebox-zoomin{background-position:-122px 12px;left:60px}#swipebox-zoomout{background-position:-168px 12px;left:60px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-next.disabled,#swipebox-prev.disabled,#swipebox-zoomin.disabled,#swipebox-zoomout.disabled{opacity:.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:rightSpring .3s;animation:rightSpring .3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:leftSpring .3s;animation:leftSpring .3s}.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0;box-shadow:inset 10px 0 10px -8px #656565}.swipebox-touch #swipebox-container:after{right:0;box-shadow:inset -10px 0 10px -8px #656565}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@-webkit-keyframes rightSpring{0%,100%{left:0}50%{left:-30px}}@keyframes rightSpring{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes leftSpring{0%,100%{left:0}50%{left:30px}}@keyframes leftSpring{0%,100%{left:0}50%{left:30px}}@media screen and (min-width:800px){#swipebox-close{left:10px}#swipebox-zoomin,#swipebox-zoomout{left:70px}#swipebox-arrows{right:10px}}#swipebox-slider .slide .video-js-container .swipebox-video{width:auto;height:auto;padding-bottom:0}#swipebox-slider .swipebox-video .video-js{width:100%;height:auto;display:block}#swipebox-slider .swipebox-video .video-js .vjs-big-play-button{left:50%;top:50%;margin:-1em 0 0 -1em;height:2em;width:2em;line-height:2em;border:none;background:#003E7C;border-radius:1em;color:#fff}#swipebox-slider .swipebox-video .video-js .vjs-big-play-button:hover{background:#E8EAED;color:#003F7D}#swipebox-slider .swipebox-video .vjs-has-started .vjs-control-bar{background-color:#69AF22;background-color:rgba(105,175,34,.9)}#swipebox-slider .swipebox-video .video-js .vjs-slider{background:#fff;background:rgba(255,255,255,.5)}#swipebox-slider .swipebox-video .video-js .vjs-load-progress{background:#bfcfde}#swipebox-slider .swipebox-video .video-js .vjs-play-progress{background:#003E7C}


/* jQuery Carousel version 0.1.7 by Michael Lehmann */
.vc_carousel {
	position:relative;
	visibility:visible !important;
}
.vc_carousel_container {
	position:relative;
	z-index: 0;
}
.vc_carousel_item {
	display: block;
    left: 0;
    position: absolute;
    top: 0;
	width:100%;
}
.vc_carousel_item_dragable {
	cursor: w-resize;
}
.vc_carousel_button {
	margin: 0;
	padding: 0;
	border: none;
	display: block;
	z-index: 2;
	vertical-align: bottom;
	background: none !important;
	position: relative;
	box-shadow: none !important;
	font-family: inherit;
	color: #fff;
}
.vc_carousel_pages {
	position: absolute;
	right: 15px;
	bottom: 0;
}
.vc_carousel_pages .vc_carousel_button {
	display: inline-block;
	width: 25px;
	height: 30px;
	color: #FFF;
	position: relative;
	font-weight: normal;
	padding: 14px 0;
}
.vc_carousel_pages .vc_carousel_button + .vc_carousel_button {
	margin-left: 5px;
}
.vc_carousel_pages .vc_carousel_button span {
	display: none;
}
.vc_carousel_pages .vc_carousel_button:after {
	content: '';
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	height: 2px;
	width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
	box-shadow: 0 0 5px rgba(0,0,0,.75);
}
.vc_carousel_pages .vc_carousel_button:hover:after,
.vc_carousel_pages .vc_carousel_button.aktiv:after {
	background: #dfbb00;
}
.vc_carousel_pages .vc_carousel_button.aktiv {
	font-weight: bold;
}

.vc_carousel_next,
.vc_carousel_prev {
	position: absolute;
	top: 50%;
	line-height: 1;
	display: inline-block;
	margin-top: -30px;
	font-size: 24px;
	padding: 0;
	height: 60px;
	width: 30px;
	color: #888;
	display: none;
}
.vc_carousel_prev {
	left: 0;
	text-align: left;
}
.vc_carousel_next {
	right: 0;
	text-align: right;
}

.vc_carousel_prev .icon {
	margin-left: -5px;
}
.vc_carousel_next .icon {
	margin-right: -5px;
}
.vc_carousel_next:before,
.vc_carousel_prev:before,
.vc_carousel_next:after,
.vc_carousel_prev:after {
	content: '';
	display: block;
	position: absolute;
	border-style: solid;
	z-index: -1;
}
.vc_carousel_next:before,
.vc_carousel_prev:before {
	top: 5px;
	bottom: 5px;
	border-color: #fff;
}
.vc_carousel_prev:before {
	border-radius: 0 25px 25px 0;
	border-width: 0 25px 25px 0;
	left: 0;
}
.vc_carousel_next:before {
	border-radius: 25px 0 0 25px;
	border-width: 25px 0 0 25px;
	right: 0;
}
.vc_carousel_prev:after,
.vc_carousel_next:after {
	top: 0;
	height: 100%;
	border-color: rgba(255,255,255,.8);
}
.vc_carousel_prev:after {
	border-radius: 0 30px 30px 0;
	border-width: 0 30px 30px 0;
}

.vc_carousel_next:after {
	border-radius: 30px 0 0 30px;
	border-width: 30px 0 0 30px;
}


.vc_carousel_title * {
	color: #FFF;
}
a.vc_carousel_title:hover {
	text-decoration: none;
}
.vc_carousel_title .wrap {
	-webkit-transition: transform 2s ease-in-out;
	transition: transform 2s ease-in-out;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.vc_carousel_title.titleIn .wrap {
	-webkit-transition: none !important;
	transition: none !important;
}
.next .vc_carousel_title.titleIn .wrap {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.prev .vc_carousel_title.titleIn .wrap {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.next .vc_carousel_title.titleOut .wrap {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.prev .vc_carousel_title.titleOut .wrap {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
@media (min-width: 640px) {
	.vc_carousel_next,
	.vc_carousel_prev {
		display: block;
	}
	.vc_carousel_pages .vc_carousel_button + .vc_carousel_button {
		margin-left: 10px;
	}
}
@media (min-width: 960px) {
	.vc_carousel_pages {
		bottom: 5px;
		right: 20px;
	}
}

.vc_drag.drag-x {
	cursor: w-resize;
}
.vc_drag.drag-y {
	cursor: n-resize;
}
.vc_drag.drag-x.drag-y {
	cursor: move;
}


.vc_zoom_wrap {
	position: relative;
	overflow: hidden;
}
.vc_zoom_wrap .vc_zoom_zoomIn,
.vc_zoom_wrap .vc_zoom_zoomOut {
	height: 2em;
	line-height: 1;
	display: inline-block;
	color: #fff;
	width: 2em;
	text-align: center;
	background: #1966ae;
	border-radius: 1em;
	position: absolute;
	top: 50%;
	margin-top: -1em;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.vc_zoom_wrap .vc_zoom_zoomIn.disabled,
.vc_zoom_wrap .vc_zoom_zoomOut.disabled {
	opacity: .25;
	background: #cdcdcd;
}
.vc_zoom_wrap .vc_zoom_zoomIn .icon:before,
.vc_zoom_wrap .vc_zoom_zoomOut .icon:before {
	margin: 0;
}
.vc_zoom_wrap .vc_zoom_zoomIn {
	right: 1em;
	bottom: 4em;
	top: auto;
}
.vc_zoom_wrap .vc_zoom_zoomOut {
	right: 1em;
	bottom: 1em;
	top: auto;
}


/* jQuery UI Resets */
.accordionWrapper.ui-accordion {
	margin: 10px 0;
}
.accordionWrapper.ui-accordion .ui-accordion-header {
	padding-top: 10px;
	padding-bottom: 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: 0 0 10px;
	font-size: 15px;
	line-height: 25px;
	overflow: hidden;
}
.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: #333;
	font-weight: normal;
}
body .ui-tooltip {
	background: #fff;
	padding: 10px 15px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
body .ui-autocomplete {
    overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 1001;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	border: none;
}
body .ui-autocomplete.ui-menu .ui-state-focus,
body .ui-autocomplete.ui-menu .ui-state-active {
	margin: 0;
	border: none;
}

/* ==========================================================================
   CONTENT PARTS
   ========================================================================== */

/* Modul: TEASER / IMG GALLERY */
.teaserWrap {
	position: relative;
}
.teaser {
	list-style: none;
	margin: 0;
	position: relative;
	padding: 0 0 100%;
	overflow: hidden;
}
.teaser li {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	background: #f3f3f3;
}
.teaser li:first-child {
	z-index: 1;
}
.teaser li .teaserImg {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	display: block;
	overflow: hidden;
}
.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: 75px;
	padding-bottom: 30px;
}

.teaser li .teaserItemTitleInner .wrap {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	color: #fff;
}
.teaser li .teaserItemTitleInner .wrap > :first-child {
	margin-top: 0;
}
.teaser li .teaserItemTitleInner .wrap > :last-child {
	margin-bottom: 0;
}

.teaser li .teaserItemTitleInner > * {
	color: #fff;
	text-shadow: 4px 5px 4px rgba(0,0,0,.75);
}
.teaser li .teaserItemTitleInner h1,
.teaser li .teaserItemTitleInner h2,
.teaser li .teaserItemTitleInner h3,
.teaser li .teaserItemTitleInner .h1,
.teaser li .teaserItemTitleInner .h2,
.teaser li .teaserItemTitleInner .h3 {
	color: #fff;
}
.teaser li .teaserItemTitleInner .h1 strong {
	font-weight: inherit;
}
.teaser li .teaserItemTitleInner p .h1,
.teaser li .teaserItemTitleInner p .h2,
.teaser li .teaserItemTitleInner p .h3 {
	margin: 0;
}
.teaser li .teaserItemTitleInner .underline {
	position: relative;
	display: inline-block;
}
.teaser li .teaserItemTitleInner .underline:after {
	position: absolute;
	bottom: -13px;
	left: 0;
	width: 100%;
	height: 5px;
	content: '';
	display: block;
	background: #dfbb00;
}
.teaser li .teaserItemTitleInner .btn {
	text-shadow: none;
}

@media (max-width: 1279px) {
	.teaser li .teaserItemTitleInner {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width: 640px) {
	.teaser {
		padding: 0;
		min-height: 400px;
		height: calc(100vh - 30px);
	}
	.small .teaser {
		padding-bottom: 50%;
		min-height: 0;
		height: auto;
	}
	.teaser li .teaserItemTitleInner {
		padding-top: 80px;
	}
}

@media (min-width: 960px) {
	.teaser {
		min-height: 450px;
		height: calc(100vh - 50px);
	}
	.small .teaser {
		padding-bottom: 40%;
	}
	.teaser li .teaserItemTitleInner {
		padding-bottom: 45px;
	}
}

@media (min-width: 1280px) {
	.small .teaser {
		padding-bottom: 35%;
	}
	.teaser li .teaserItemTitleInner {
		padding-top: 100px;
	}
}

/* Bildergalerie */
.filePreview,
.img,
.thumb {
	position: relative;
	overflow: hidden;
	display:block;
}
.thumb img,
.img img,
.imgWrap img {
	width:100%;
	height:auto;
	display: block;
}
.imgWrap {
	position: relative;
}
.gallery {
	position: relative;
	margin: 22px -8px -7px -7px;
	overflow: hidden;
}
.gallery + .counter {
	text-align: right;
	margin-bottom: 22px;
	font-weight: 400;
}
.clear + .gallery {
	margin-top: 0;
}
.gallery .imgContainer {
	float: left;
	padding: 0 8px 15px 7px;
	position: relative;
}
.img {
	display:block;
	position: relative;
}

.img .zoom {
	position:absolute;
	bottom:0;
	right:0;
	background:#0093d2;
	color:#fff;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	-webkit-transition: background .2s;
	transition: background .2s;
}
.caption {
	font-size: .8em;
	line-height: 1.25;
	display: block;
	color: #737d81;
	text-align: center;
}
.imagesWrap .imagesInnerWrap {
	width: 100%;
}

.imgLeft {
	float: left;
	margin-bottom: 15px;
}
.imgRight {
	margin-bottom: 15px;
	float: right;
}
.imgNone .imagesInnerWrap {
	margin: 0 auto;
}
.imagesWrap.effect .imgWrap .img {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	border: 5px solid #fff;
}
.imagesWrap.effect .imgWrap .img .zoom {
	bottom: 0;
}
.imgLeft .imgWrap + .imgWrap,
.imgRight .imgWrap + .imgWrap {
	margin-top: 15px;
}
.imgNone {
	margin-left: auto;
	margin-right: auto;
}
.imgNone .imgWrap {
	position: relative;
	margin: 0 auto;
}
.vc_carousel_container .imgWrap {
	position: absolute;
}
.imgNone .imgWrap + .imgWrap {
	margin-top: 15px;
}
.vc_carousel_container .imgWrap {
	position: absolute;
}
.vc_carousel_container .imgWrap + .imgWrap {
	margin-top: 0;
}

.imgNone .caption,
.vid + .caption {
	padding: 5px 0 0;
}

.imgWidth-150,
.imgWidth-125 {
	width: auto;
}
.imgWidth-100,
.imgWidth-75,
.imgWidth-67,
.imgWidth-50,
.imgWidth-33 {
	width: 100%;
	float: none;
}

.imgWidth-25,
.imgWidth-20 {
	width: 50%;
	float: left;
}

.imgWidth-15,
.imgWidth-15 .articleImg {
	width: 33.3%;
}
.imgWidth-10,
.imgWidth-10 .articleImg,
.imgWidth-5,
.imgWidth-5 .articleImg {
	width: 25%;
}

.article .pushOut-150,
.spacer .pushOut-150,
.article .pushOut-125,
.spacer .pushOut-125,
.imagesWrap.imgWidth-150,
.imagesWrap.imgWidth-125 {
	margin-left: -15px;
	margin-right: -15px;
}
.article .pushOut-150.pushIn,
.spacer .pushOut-150.pushIn,
.article .pushOut-125.pushIn,
.spacer .pushOut-125.pushIn,
.imagesWrap.imgWidth-150 .imgWrap .caption,
.imagesWrap.imgWidth-125 .imgWrap .caption {
	padding-left: 15px;
	padding-right: 15px;
}

.imgRight.imgWidth-15,
.imgRight.imgWidth-10,
.imgRight.imgWidth-5 {
	margin-left: 15px;
}
.imgLeft.imgWidth-15,
.imgLeft.imgWidth-10,
.imgLeft.imgWidth-5 {
	margin-right: 15px;
}

.imgWidth-50 .articleImg .img {
	width: 66.7%;
}
.imgWidth-33 .articleImg .img,
.imgWidth-25 .articleImg .img {
	width: 50%;
}
.imgWidth-20 .articleImg .img {
	width: 50%;
}

.imgWidth-50 .articleImg + .articleWrap,
.imgWidth-33 .articleImg + .articleWrap,
.imgWidth-25 .articleImg + .articleWrap,
.imgWidth-20 .articleImg + .articleWrap {
	text-align: center;
}

.imgWidth-15 .articleImgLeft,
.imgWidth-10 .articleImgLeft,
.imgWidth-5 .articleImgLeft {
	float: left;
}

.imgWidth-15 .articleImgRight,
.imgWidth-10 .articleImgRight,
.imgWidth-5 .articleImgRight {
	float: right;
	order: 2;
}

.imgWidth-15 .articleImgLeft + .articleWrap,
.imgWidth-10 .articleImgLeft + .articleWrap,
.imgWidth-5 .articleImgLeft + .articleWrap {
	margin-left: 25%;
	padding-left: 15px;
}
.imgWidth-15 .articleImgRight + .articleWrap,
.imgWidth-10 .articleImgRight + .articleWrap,
.imgWidth-5 .articleImgRight + .articleWrap {
	margin-right: 25%;
	padding-right: 15px;
	text-align: right;
	order: 1;
}
.articleImgNone .img,
.articleImgRight .img,
.articleImgLeft .img {
	display: block;
	margin: 0 auto;
	background-size: cover;
}

.videoWrap.imagesWrap.imgNone {
	margin-left:-5px;
	margin-right:-5px;
}
.videoWrap.imagesWrap.imgNone .vidWrap{
	margin:0;
	float:left;
	padding:5px;
}
video {
  width: 100%;
}
.video .hasImg { display: none; }
@media (min-width: 480px) {
	.imgWidth-33 .articleImg .img,
	.imgWidth-25 .articleImg .img,
	.imgWidth-20 .articleImg .img {
		width: 100%;
	}
	.imgWidth-33 .articleImgLeft + .articleWrap,
	.imgWidth-25 .articleImgLeft + .articleWrap,
	.imgWidth-20 .articleImgLeft + .articleWrap {
		text-align: left;
	}
	.imgWidth-33 .articleImgRight + .articleWrap,
	.imgWidth-25 .articleImgRight + .articleWrap,
	.imgWidth-20 .articleImgRight + .articleWrap {
		text-align: right;
	}

	.imgWidth-33,
	.imgWidth-33 .articleImg {
		width: 50%;
	}
	.imgWidth-25,
	.imgWidth-25 .articleImg,
	.imgWidth-20,
	.imgWidth-20 .articleImg,
	.imgWidth-15,
	.imgWidth-15 .articleImg {
		width: 33.3%;
	}
	.imgWidth-10,
	.imgWidth-10 .articleImg,
	.imgWidth-5,
	.imgWidth-5 .articleImg {
		width: 20%;
	}

	.imgRight.imgWidth-33,
	.imgRight.imgWidth-25,
	.imgRight.imgWidth-20,
	.imgRight.imgWidth-15,
	.imgRight.imgWidth-10,
	.imgRight.imgWidth-5 {
		margin-left: 15px;
		float: right;
	}
	.imgLeft.imgWidth-33,
	.imgLeft.imgWidth-25,
	.imgLeft.imgWidth-20,
	.imgLeft.imgWidth-15,
	.imgLeft.imgWidth-10,
	.imgLeft.imgWidth-5 {
		margin-right: 15px;
		float: left;
	}

	.imgWidth-33 .articleImgLeft,
	.imgWidth-25 .articleImgLeft,
	.imgWidth-20 .articleImgLeft {
		float:left;
	}
	.imgWidth-33 .articleImgRight,
	.imgWidth-25 .articleImgRight,
	.imgWidth-20 .articleImgRight {
		float:right;
		order: 2;
	}
	.imgWidth-33 .articleImgLeft + .articleWrap,
	.imgWidth-25 .articleImgLeft + .articleWrap {
		margin-left: 50%;
	}
	.imgWidth-33 .articleImgRight + .articleWrap,
	.imgWidth-25 .articleImgRight + .articleWrap {
		margin-right: 50%;
		text-align: right;
		order: 1;
	}
	.imgWidth-20 .articleImgLeft + .articleWrap,
	.imgWidth-15 .articleImgLeft + .articleWrap {
		margin-left: 33.3%;
	}
	.imgWidth-10 .articleImgLeft + .articleWrap,
	.imgWidth-5 .articleImgLeft + .articleWrap {
		margin-left: 30%;
	}

	.imgWidth-20 .articleImgRight + .articleWrap,
	.imgWidth-15 .articleImgRight + .articleWrap {
		margin-right: 33.3%;
	}
	.imgWidth-10 .articleImgRight + .articleWrap,
	.imgWidth-5 .articleImgRight + .articleWrap {
		margin-right: 20%;
	}
}

@media (min-width: 640px) {
	.imgWidth-50 .articleImgLeft .img,
	.imgWidth-50 .articleImgRight .img {
		width: 100%;
	}
	.imgWidth-50 .articleImgLeft + .articleWrap {
		text-align: left;
	}
	.imgWidth-50 .articleImgRight + .articleWrap {
		text-align: right;
	}

	.imgWidth-50,
	.imgWidth-50 .articleImg {
		width: 50%;
	}
	.imgWidth-25,
	.imgWidth-25 .articleImg {
		width: 33.3%;
	}
	.imgWidth-20,
	.imgWidth-20 .articleImg {
		width: 25%;
	}

	.imgRight.imgWidth-50 {
		margin-left: 15px;
		float: right;
	}
	.imgLeft.imgWidth-50 {
		margin-right: 15px;
		float: left;
	}

	.imgWidth-50 .articleImgLeft {
		float:left;
	}
	.imgWidth-50 .articleImgRight {
		float:right;
		order: 2;
	}
	.imgWidth-50 .articleImgLeft + .articleWrap {
		padding-left: 15px;
		margin-left: 50%;
	}
	.imgWidth-50 .articleImgRight + .articleWrap {
		padding-right: 15px;
		margin-right: 50%;
		text-align: right;
		order: 1;
	}
	.imgWidth-25 .articleImgLeft + .articleWrap {
		margin-left: 33.3%;
	}
	.imgWidth-25 .articleImgRight + .articleWrap {
		margin-right: 33.3%;
	}
	.imgWidth-25 .articleImgLeft + .articleWrap {
		margin-left: 33.3%;
	}
	.imgWidth-25 .articleImgRight + .articleWrap {
		margin-right: 33.3%;
	}
}

@media (min-width: 720px) {
	.imgWidth-33,
	.imgWidth-33 .articleImg,
	.imgWidth-25,
	.imgWidth-25 .articleImg {
		width: 33.3%;
	}
	.imgWidth-20,
	.imgWidth-20 .articleImg,
	.imgWidth-15,
	.imgWidth-15 .articleImg,
	.imgWidth-10,
	.imgWidth-10 .articleImg,
	.imgWidth-5,
	.imgWidth-5 .articleImg {
		width: 20%;
	}

	.article .pushOut-150,
	.spacer .pushOut-150,
	.article .pushOut-125,
	.spacer .pushOut-125,
	.imagesWrap.imgWidth-150,
	.imagesWrap.imgWidth-125 {
		margin-left: -10%;
		margin-right: -10%;
	}
	.spacer .pushOut-150.pushIn,
	.article .pushOut-150.pushIn,
	.spacer .pushOut-125.pushIn,
	.article .pushOut-125.pushIn {
		padding-left: 10%;
		padding-right: 10%;
	}
	.imagesWrap.imgWidth-150,
	.imagesWrap.imgWidth-125 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.imagesWrap.imgWidth-150 .imgWrap .caption,
	.imagesWrap.imgWidth-125 .imgWrap .caption {
		padding-left: 0;
		padding-right: 0;
	}

	.imgWidth-50 .articleImgLeft,
	.imgWidth-33 .articleImgLeft,
	.imgWidth-25 .articleImgLeft,
	.imgWidth-20 .articleImgLeft,
	.imgWidth-15 .articleImgLeft,
	.imgWidth-10 .articleImgLeft,
	.imgWidth-5 .articleImgLeft {
		float: left;
	}

	.imgWidth-50 .articleImgRight,
	.imgWidth-33 .articleImgRight,
	.imgWidth-25 .articleImgRight,
	.imgWidth-20 .articleImgRight,
	.imgWidth-15 .articleImgRight,
	.imgWidth-10 .articleImgRight,
	.imgWidth-5 .articleImgRight {
		float: right;
		order: 2;
	}

	.imgWidth-50 .articleImgLeft + .articleWrap {
		margin-left: 50%;
	}
	.imgWidth-33 .articleImgLeft + .articleWrap,
	.imgWidth-25 .articleImgLeft + .articleWrap {
		margin-left: 33.3%;
	}
	.imgWidth-20 .articleImgLeft + .articleWrap,
	.imgWidth-15 .articleImgLeft + .articleWrap,
	.imgWidth-10 .articleImgLeft + .articleWrap,
	.imgWidth-5 .articleImgLeft + .articleWrap {
		margin-left: 20%;
	}
	.imgWidth-50 .articleImgRight + .articleWrap {
		margin-right: 50%;
		text-align: right;
		order: 1;
	}
	.imgWidth-33 .articleImgRight + .articleWrap,
	.imgWidth-25 .articleImgRight + .articleWrap {
		padding-right: 15px;
		margin-right: 33.3%;
	}
	.imgWidth-20 .articleImgRight + .articleWrap,
	.imgWidth-15 .articleImgRight + .articleWrap,
	.imgWidth-10 .articleImgRight + .articleWrap,
	.imgWidth-5 .articleImgRight + .articleWrap {
		padding-right: 15px;
		margin-right: 20%;
	}
}

@media (min-width: 960px) {
	.imgWidth-100 {
		width:100%;
	}
	.imgWidth-75,
	.imgWidth-75 .articleImg {
		width:75%;
	}
	.imgWidth-67,
	.imgWidth-67 .articleImg {
		width:66.7%;
	}
	.imgWidth-50,
	.imgWidth-50 .articleImg {
		width:50%;
	}
	.imgWidth-33,
	.imgWidth-33 .articleImg {
		width:33.3%;
	}
	.imgWidth-25,
	.imgWidth-25 .articleImg {
		width:25%;
	}
	.imgWidth-20,
	.imgWidth-20 .articleImg {
		width:20%;
	}
	.imgWidth-15,
	.imgWidth-15 .articleImg {
		width:15%;
	}
	.imgWidth-10,
	.imgWidth-10 .articleImg {
		width:10%;
	}
	.imgWidth-5,
	.imgWidth-5 .articleImg {
		width:5%;

	}

	.imgRight.imgWidth-75,
	.imgRight.imgWidth-67 {
		margin-left: 15px;
		float: right;
	}
	.imgLeft.imgWidth-75,
	.imgLeft.imgWidth-67 {
		margin-right: 15px;
		float: left;
	}

	.imgWidth-75 .articleImgLeft {
		float: left;
	}
	.imgWidth-75 .articleImgRight {
		float:right;
		order: 2;
	}
	.imgWidth-75 .articleImgLeft + .articleWrap {
		margin-left: 75%;
	}
	.imgWidth-75 .articleImgRight + .articleWrap {
		margin-right: 75%;
		text-align: right;
		order: 1;
	}
	.imgWidth-50 .articleImgLeft + .articleWrap {
		margin-left: 50%;
	}
	.imgWidth-50 .articleImgRight + .articleWrap {
		margin-right: 50%;
	}
	.imgWidth-33 .articleImgLeft + .articleWrap {
		margin-left: 33.3%;
	}
	.imgWidth-33 .articleImgRight + .articleWrap {
		margin-right: 33.3%;
	}
	.imgWidth-25 .articleImgLeft + .articleWrap {
		margin-left: 25%;
	}
	.imgWidth-25 .articleImgRight + .articleWrap {
		margin-right: 25%;
	}
	.imgWidth-20 .articleImgLeft + .articleWrap {
		margin-left: 20%;
	}
	.imgWidth-20 .articleImgRight + .articleWrap {
		margin-right: 20%;
	}
	.imgWidth-15 .articleImgLeft + .articleWrap {
		margin-left: 15%;
	}
	.imgWidth-15 .articleImgRight + .articleWrap {
		margin-right: 15%;
	}
	.imgWidth-10 .articleImgLeft + .articleWrap {
		margin-left: 10%;
	}
	.imgWidth-10 .articleImgRight + .articleWrap {
		margin-right: 10%;
	}
	.imgWidth-5 .articleImgLeft + .articleWrap {
		margin-left: 5%;
	}
	.imgWidth-5 .articleImgRight + .articleWrap {
		margin-right: 5%;
	}
}

/* Content: GOOGLE MAPS */
.mapWrap {
	position:relative;
	margin: 22px 0;
}
.mapWrapTitle {
	margin: 0;
	padding: 10px 15px;
	background: #9cc373;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	font-style: normal;
}

.map_canvas {
	min-height: 200px;
	min-height: 50vh;
	background: #f5f5f5;
}
.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: .8em;
	line-height: 1.667;
}
.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;
}
.infoBox .placeTeaser,
.map_canvas .placeTeaser {
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 50%;
	background: #f5f5f5 no-repeat 50% 50%;
	background-size: cover;
}
.infoBox .placeTitle {
	font-size: 18px;
	line-height: 20px;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 600;
}
.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;
}

.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: .5;
}

.map_legend .head {
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	text-transform: uppercase;
	color: #333;
	background: none;
	position: relative;
	padding: 10px 65px 10px 15px;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
	margin: 0;
	background: #cdcdcd;
}
.map_legend .head .icon {
	height: 100%;
	width: 50px;
	line-height: 50px;
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
	vertical-align: 0;
	background: #bfbfbf;
	pointer-events: none;
	text-align: center;
}
.map_legend .head .icon:before {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.map_legend.aktiv .head {
	background: #c5d9a9;
}
.map_legend.aktiv .head .icon {
	background: #9ac064;
}
.map_legend .head:hover {
	background: #3075b7;
	color: #fff;
}
.map_legend .head:hover .icon {
	background: #3075b7;
}

.map_legend.aktiv .head .icon:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.map_legend .legendItemsWrap ul {
	margin: 0 -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;
}
.map_legend .legendItemsWrap li {
	padding: 0;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.map_legend .legendItemsWrap li:before {
	display: none;
}
.map_legend .legendItemsWrap li a {
	text-decoration: none;
	padding: 10px 0 8px;
	margin: 0 10px;
	position: relative;
	display: block;
	color: inherit;
	border-bottom: 2px solid #f5f5f5;
	height: 100%;
	min-height: 50px;
}
.map_legend .legendItemsWrap li:hover a {
	border-color: #3075b7;
}
.map_legend .legendItemsWrap li.aktiv a {
	border-color: #7daf36;
}
.map_legend .legendItemsWrap li a img {
	float: left;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.map_legend .legendItemsWrap li a span {
	padding-left: 10px;
	width: calc(100% - 50px);
	float: left;
}
#wrapper .wrap .article:last-child > .mapWrap:last-child {
	margin-bottom: -15px;
}

.map_canvas .control {
	position: absolute;
	left: 0;
	top: 45px;
}
.map_canvas .control .map_fs,
.map_canvas .control .map_gps {
	background: #fff;
	color: #333;
	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: #f5f5f5;
}

.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:15px;
	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:15px;
	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 {
	margin: .769em 0;
}
.addrWrap address {
	font-style: italic;
}
.addrWrap > h3 {
	margin: 0;
}
.addrWrap .addr,
.addrWrap .addrData {
	margin: .769em 0;
}

@media (min-width: 560px) {
	.addrWrap {
		margin: 1em -1em;
	}
	.addrWrap > * {
		padding: 0 1em;
		padding: 0 1rem;
	}
	.addrWrap .addr,
	.addrWrap .addrData,
	.map_legend .legendItemsWrap li {
		width: 50%;
		float: left;
		margin: 0;
	}
	.map_legend .legendItemsWrap li:nth-child(2n+1) {
		clear: left;
	}
}
@media (min-width: 720px) {
	.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;
	}
}

/* Content: EVENT LISTING */
.eventsBox .dateText {
	font-weight: 300;
}
.eventsBox .dateText .date + .dateTimeTxt:before {
	content: ', ';
}
.eventsBox .headline {
	font-style: normal;
	font-size: 18px;
}
.eventsBox .eventItem {
	display: block;
	text-decoration: none;
	color: inherit;
}
.eventsBox .eventItem * {
	margin: 0;
	line-height: 22px;
}
.eventsBox .eventMore {
	margin-top: 22px;
}


/* Content: VIDEOS */
.vidWrap {
	margin: 0 auto;
}
.vid {
	position:relative;
	display:block;
	overflow:hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.vid,
.vid:after,
.vid *,
.vid *:after {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.vid:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	background: rgba(0,0,0,.20);
}
.vid .playIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1.25em 0 0 -1em;
	width: 2em;
	height: 2.5em;
	border-style: solid;
	border-width: 1.25em 0 1.25em 2em;
	border-color: transparent transparent transparent #FFF;
	display: block;
	background: none;
	z-index: 1;
	pointer-events: none;
}
.vid .playIcon:after {
	content: '';
	position: absolute;
	left: -3.75em;
	top: -2.5em;
	height: 5em;
	width: 5em;
	background: none;
	border: 5px solid #fff;
	border-radius: 50%;
}
.vid .video-time {
	position:absolute;
	background: #9da4a9;
	color: #fff;
	display:block;
	padding: 0 5px;
	bottom: 0;
	right:0;
	font-weight: 500;
	font-size: 80%;
	line-height: 1.667;
	z-index: 1;
}

.vid:hover:after {
	background: rgba(0,0,0,.0);
}
.vid:hover .playIcon {
	border-color: transparent transparent transparent #7daf36;
}
.vid:hover .playIcon:after {
	border-color: #7daf36;
}
.videoFrame {
	float:right;
    position: relative;
    width: 50%;
}
.videoIFrame {
    position: relative;
}
.videoFrame iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

/* DOWNLOADS */
.downloads {
	margin: 22px 0;
	overflow:hidden;
}
.downloads .headline,
.downloads .headline strong {
	margin-top:0;
}
.downloads ul {
	margin: -15px -15px 0;
	list-style:none;
	padding:0;
}
.downloads li {
	padding:0 !important;
	margin:0 !important;
}
.downloads li:before {
	display: none !important;
}
.download a {
	display:block;
	margin:15px 15px 0;
	position:relative;
	min-height: 2em;
	text-align: left;
	text-decoration: none;
	font-weight: 500;
	color: #333;
}
.download a.hasImg {
	padding-left: 50px;
}
.download img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}
.download small {
	display: block;
	font-weight: normal;
	font-size: 80%;
	color: #5b6770;
}
.box .downloads ul {
	margin-top: -15px;
}

@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;
}

/* FORMS */
.form .duty {
	font-weight: bold;
	color: #7daf36;
}
.form .hint .duty {
	padding: 2px;
}

.fehler_text {
	color: #C00;
}

.form fieldset legend {
	font-weight: 600;
	color: #333;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 1;
	margin-bottom: 10px;
}

.form .optsContainer + fieldset,
.form fieldset + fieldset,
.form fieldset + .gridWrap {
	margin-top: 22px;
}
.form .optsContainer.versteckt + fieldset {
	margin-top: 0;
}

.optsContainer {
	margin: 0;
}
.optsContainer.ui-front {
	position: relative;
}
.optsContainer:after {
	clear: both;
	content: '';
	display: table;
}

.optsContainer + .optsContainer,
.optsContainer + .btnContainer,
.optsContainer + .optsContainerWrap,
.optsContainer + .optsContainerGroup,
.optsContainerWrap + .optsContainer,
.optsContainer + fieldset,
.optsContainerWrap + .btnContainer,
fieldset + .optsContainer {
	margin-top: 22px;
}

fieldset + .btnContainer {
	margin-top: 44px;
}

.optsContainer > .error:first-child + label,
.optsContainer > label:first-child,
.optsContainer > .label {
	display: block;
	line-height: 15px;
	margin: 0;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}
.optsContainer > .error:first-child + label .duty,
.optsContainer > label:first-child .duty {
	padding-left: 5px;
	font-size: 1em;
	font-weight: bold;
}
.optsContainer > .error:first-child + label .shortInfo,
.optsContainer > label:first-child .shortInfo,
.optsContainer > .label .shortInfo {
	color: #c6c6c6;
	font-weight: 300;
	line-height: 1.25;
	letter-spacing: 0;
}
.optsContainer > .error:first-child + label .shortInfo:before,
.optsContainer > label:first-child .shortInfo:before,
.optsContainer > .label .shortInfo:before {
	content:' (';
}
.optsContainer > .error:first-child + label .shortInfo:after,
.optsContainer > label:first-child .shortInfo:after,
.optsContainer > .label .shortInfo:after {
	content:')';
}

.optsContainer input,
.optsContainer .input,
.optsContainer textarea,
.optsContainer select,
.optsContainer .selectOver {
	width: 100%;
	padding: 10px 0 9px;
	background: none;
	border-bottom: 1px solid #f5f5f5;
	color: #333;
	font-size: 15px;
	line-height: 22px;
	-webkit-transition: border-color .2s, color .2s;
	transition: border-color .2s, color .2s;
}
.optsContainer input[disabled],
.optsContainer textarea[disabled] {
	color: #8d8d8d !important;
	border-bottom-color: #e9e9e9 !important;
}

.greyBackground .optsContainer input:not(:hover):not(:focus),
.greyBackground .optsContainer textarea:not(:hover):not(:focus),
.greyBackground .optsContainer select:not(:hover):not(:focus),
.greyBackground .optsContainer .selectWrap:not(:hover):not(.focus) .selectOver {
	border-bottom-color: #fff;
}

.optsContainer .input {
	border-bottom: none;
	padding-bottom: 10px;
}

.optsError .error {
	font-size: 13px;
	line-height: 15px;
	color: #E53935;
	padding: 0 0 5px;
}

.optsContainer.error input.error,
.optsContainer.error textarea.error,
.optsContainer.error select.error,
.optsContainer.error .selectWrap.error,
.optsError input,
.optsError textarea,
.optsError select,
.optsError .optsContainer .selectOver {
	border-bottom-color: #E53935;
}
.optsContainer.optsError  > .error:first-child + label .duty,
.optsContainer.optsError  > label:first-child .duty {
	color: #E53935;
}
.optsContainer input:hover,
.optsContainer textarea:hover,
.optsContainer select:hover,
.optsContainer .selectWrap:hover .selectOver {
	border-bottom-color: #3075b7;
}

.optsContainer input:focus,
.optsContainer textarea:focus,
.optsContainer select:focus,
.optsContainer .selectWrap.focus .selectOver {
	padding-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-color: #7daf36;
}

.optsContainer input[type="radio"],
.optsContainer input[type="checkbox"] {
	border: none;
	width: auto !important;
	float: none !important;
	margin: 0;
}
.optsContainer input[type="radio"] + label,
.optsContainer input[type="checkbox"] + label {
	display: inline;
	margin: 0;
	text-align: left;
	width: auto;
	font-size: 15px;
	line-height: 22px;
	cursor: pointer;
}
.optsContainer input[type="radio"] + label a:hover,
.optsContainer input[type="checkbox"] + label a:hover {
	color: #7daf36;
}
.optsContainer input[type="radio"][disabled] + label,
.optsContainer input[type="checkbox"][disabled] + label {
	color: #999 !important;
}
.optsContainer .optsInline {
	display: block;
	float: left;
	padding: 0;
	margin: 0 15px 0 0;
	cursor: pointer;
	color: #666;
}
.optsContainer .optsInline label,
.optsContainer .optsInline label {
	-webkit-transition: border-color .2s, color .2s;
	transition: border-color .2s, color .2s;
	padding: 10px 0 9px 25px;
	border-bottom: 1px solid #f5f5f5;
	position: relative;
}
.optsContainer .optsInline.optsLineDisabled label {
	border-bottom-color: #e9e9e9 !important;
}
.optsContainer .optsInline.optsLineDisabled input[type="radio"] + label:before,
.optsContainer .optsInline.optsLineDisabled input[type="checkbox"] + label:before {
	border-color: #e9e9e9 !important;
}

.optsContainer .optsInline:last-child {
	margin-right: 0;
}
.optsContainer .optsInline:hover label {
	border-bottom-color: #3075b7;
	color: inherit;
}
.optsContainer .optsInline.optsChecked label {
	border-bottom-color: #7daf36;
	border-bottom-width: 2px;
	padding-bottom: 8px;
	color: #333;
}
.optsContainer .optsInline input[type="radio"]:checked + label,
.optsContainer .optsInline input[type="checkbox"]:checked + label {
	color: #333;
}
.optsContainer .optsLine {
	display: block;
	float: none;
	margin-right: 0;
	clear: left;
}
.optsContainer .optsLine.optsLineDistinction label {
	margin-top: 10px;
}
.optsContainer .optsInline input[type="radio"],
.optsContainer .optsInline input[type="checkbox"] {
	display: none;
}
.optsContainer .optsInline input[type="radio"] + label,
.optsContainer .optsInline input[type="checkbox"] + label {
	display: block;
}
.optsContainer .optsInline input[type="radio"] + label:before,
.optsContainer .optsInline input[type="checkbox"] + label:before,
.optsContainer .optsInline input[type="radio"] + label:after,
.optsContainer .optsInline input[type="checkbox"] + label:after {
	position: absolute;
	content: "";
	display: block;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.optsContainer .optsInline input[type="radio"] + label:before,
.optsContainer .optsInline input[type="radio"] + label:after {
	border-radius: 8px;
}
.optsContainer .optsInline input[type="radio"] + label:before,
.optsContainer .optsInline input[type="checkbox"] + label:before {
	width: 16px;
	height: 16px;
	border: 1px solid #9ca3a9;
	left: 0;
	top: 12px;
}
.optsContainer .optsInline input[type="radio"] + label:after,
.optsContainer .optsInline input[type="checkbox"] + label:after {
	width: 0px;
	height: 0px;
	background-color: #7daf36;
	left: 8px;
	top: 20px;
}
.optsContainer .optsInline input[type="radio"]:checked + label:after,
.optsContainer .optsInline input[type="checkbox"]:checked + label:after {
	width: 8px;
	height: 8px;
	left: 4px;
	top: 16px;
}

.optsContainer .selectWrap {
	position: relative;
	padding: 0;
	padding-bottom: 0 !important;
}
.optsContainer .selectOver {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 15px;
	color: #8d8d8d;
}
.optsContainer .selectOver:after {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -3px;
	content: '';
	display: block;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: .429em .357em 0 .357em;
	border-color: #c6c6c6 transparent transparent;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.optsContainer.hasValue .selectWrap .selectOver,
.optsContainer .selectWrap:hover .selectOver,
.optsContainer .selectWrap.focus .selectOver {
	color: #333;
}
.optsContainer .selectWrap:hover .selectOver:after {
	border-top-color: #3075b7;
}
.optsContainer .selectWrap.focus .selectOver:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	border-top-color: #7daf36;
}
.optsContainer .selectWrap select {
	width: 100% !important;
	opacity: 0;
	position: relative;
	margin: 0;
}

.optsContainerWrap > .ipShort,
.optsContainer > .ipShort,
.optsContainerWrap > .ipLong,
.optsContainer > .ipLong,
.optsContainerWrap > .ipMiddle,
.optsContainer > .ipMiddle {
	float: left;
	margin-top: 0;
}
.optsContainerWrap > .ipShort,
.optsContainer > .ipShort {
	width: 25%;
}
.optsContainerWrap > .ipLong,
.optsContainer > .ipLong {
	width: 70%;
	width: calc(75% - 15px);
}
.optsContainerWrap > .ipMiddle,
.optsContainer > .ipMiddle {
	width: 47.5%;
	width: calc(50% - 10px);
}
.optsContainerWrap > .ipMiddle + .ipMiddle,
.optsContainer > .ipMiddle + .ipMiddle {
	width: calc(50% - 10px);
	margin-left: 5%;
	margin-left: calc(15px);
}
.optsContainerWrap > .ipLong + .ipShort,
.optsContainerWrap > .ipShort + .ipLong,
.optsContainer > .ipLong + .ipShort,
.optsContainer > .ipShort + .ipLong {
	margin-left: 5%;
	margin-left: calc(15px);
}
.optsContainer > .ip20 {
	width:calc(20%);
}
.optsContainer > .ip20 + .ip40,
.optsContainer > .ip40 + .ip40 {
	width:calc(40% - 24px);
	margin-left: 15px;
}

.optsContainer .date {
	position: relative;
}
.optsContainer .date .icon {
	position: absolute;
	top: 50%;
	line-height: 1;
	margin-top: -.5em;
	right: 0;
	pointer-events: none;
}
.optsContainer .date input {
	float: none;
	width: 100% !important;
	margin-left: 0;
	margin-right: 0;
}
.optsContainer .date:hover .icon {
	color: #3075b7;
}

.optsContainer select + .optsLine,
.optsContainer .selectWrap + .optsLine {
	margin-top: 10px;
}

.optsContainer .optsInputLine > label:first-child {
	font-style: italic;
}

.optsRange .optsBlock .date {
	width: 100%;
}

.optsRange .from label,
.optsRange .to label {
	width: 100%;
	text-align: left;
	display: block;
	margin-top: 8px;
}

.optsRange .from,
.optsRange .to {
	width: 50%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.optsRange .from {
	padding-left: 0;
}
.optsRange .to {
	margin-top: 0;
	padding-right: 0;
}

.optsContainer .optsBlock {
	list-style: none;
	margin: 0;
	padding: 0;
}
.optsContainer .optsBlock li:before {
	display: none;
}

.optsNfo {
	clear: both;
	padding-top: 5px;
}
.optsNfo:first-child {
	padding-top: 0;
}

.optsContainer .optsInputWrap {
	position: relative;
}
.optsContainer .optsLoading {
	position: absolute;

	height: 20px;
	width: 20px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 10px;
	background: url(../img/preloader_89_dark.gif) no-repeat 50% 50%;
	background-size: cover;
}

.optsContainer .formFieldPost {
	position:absolute;
	right:0;
	bottom:0;
	padding:10px 0;
}

/* Schaltflächen */
.btnContainer {
	text-align: right;
	margin-bottom: 22px;
}
.btnContainer .btnLess,
.btnContainer .backLink {
    float: left;
    margin: 0;
}
.btnContainer button[type="submit"] {
	display: block;
	width: 100%;
}
.btnContainer.hasCancel .cancel {
	text-align: left;
	display: block;
	margin-top: 22px;
}


.fileupload-uploaded {
	list-style:none;
	padding:0;
}
.fileupload-uploaded li {
	min-height:40px;
	padding:0;
	margin-bottom:10px;
	line-height:20px;
	padding:10px;
}
.fileupload-uploaded li {
	background: -webkit-linear-gradient(left, rgba(0,212,174,0) 0%,rgba(0,212,174,0.2) 100%);
	background: linear-gradient(to right, rgba(0,212,174,0) 0%,rgba(0,212,174,0.2) 100%);
}
.fileupload-uploaded li button {
	float:right;
	margin-top:-10px;
	margin-right:-10px;
}
/*
 * jQuery File Upload Plugin CSS 1.3.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.fileinput-button {
	position: relative;
	overflow: hidden;
}
.fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	font-size: 200px;
	direction: ltr;
	cursor: pointer;
}

.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
	margin-bottom: 5px;
}
.progress {
    background-color: #CCC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
    overflow: hidden;
	margin-top:10px;
}
.progress .progress-bar {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    float: left;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
	background: url("../img/jQuery-File-Upload/progressbar.gif") repeat-x 0% 50% !important;
	filter: none;
}
.fileupload-process {
	opacity: 1;
}
.fileupload-processing .fileupload-process,
.files .processing .preview {
	display: block;
	width: 32px;
	height: 32px;
	background: url("../img/jQuery-File-Upload/loading.gif") center no-repeat;
	background-size: contain;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear 0s;
}


.fileupload-queue {
	background-color: #F6F6F6;
	background:none;
	border:1px solid #888;
    margin: 15px 0 0;
    padding: 10px .5% 10px;
	position: relative;
}
.fileupload-queue .legend {
	display:none;
    background-color: #F6F6F6;
    color: #000;
    font-weight: bold;
    left: 1.5em;
    padding: 0 .5em;
    position: absolute;
    top: -.75em;
}
.fileupload-container {
	border: solid 1px #ECECEC;
	background-color: #ECECEC;
	width: 48%;
	padding: 10px;
	margin: 1%;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.fileupload-container .progress {
	position: absolute;
	left: 10px;
	bottom: 4px;
	right: 10px;
	height: 2px;
	opacity: 0;
	border-radius: 0;
	box-shadow: none;
	transition: opacity 0.15s linear 0s;
}
.fileupload-container .progress .progress-bar {
	box-shadow: none;
}
.fileupload-container.fileupload-in-progress .progress {
	opacity: 1;
}
.fileupload-container .fileName {
	font-weight: bold;
	margin-bottom: .5em;
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.fileupload-container .btn {
	padding-top: .25em;
	padding-bottom: .25em;
}
.fileupload-container:nth-child(2n+2) {
	clear: left;
}
.fileupload-in-progress {
	border-color: #00501F;
	background-color: #7FA78F;
	color: #FFF;
}
.fileupload-success {
	border-color: #76B820;
	background-color: #BADB8F;
}
.fileupload-failed {
	border-color: #B50000;
	background-color: #FFEBEB;
}

.fileupload-container .fileupload-preview {
	float: left;
	margin-right: 2%;
}
.fileupload-container .fileupload-preview .preview {
	display: block;
	width: 75px;
	height: 75px;
	background: url("../pics/jQuery-File-Upload/loading.gif") no-repeat 50% 50%;
	background-size: contain;
}

.fileupload-controlWrap {
	/*display: table;*/
	vertical-align: top;
	width: 100%;
	table-layout: fixed;
}
.fileupload-controlWrap > div {
	/*display: table-cell;*/
}
.fileupload-controlWrap > div * {
	white-space: nowrap;
}

@media (min-width: 560px) {
	.form fieldset legend {
		font-size: 1.667em;
	}
	.form .optsContainer + fieldset,
	.form fieldset + fieldset,
	.form fieldset + .gridWrap {
		margin-top: 40px;
	}
}

@media (min-width: 640px) {
	.optsContainer {
		margin-left: -15px;
		margin-right: -15px;
	}

	.optsContainer > .error:first-child + label,
	.optsContainer > label:first-child,
	.optsContainer > .label {
		float: left;
		margin-right: 30px;
		text-align: left;
		width: 220px;
		margin-top: 14px;
		padding-left: 15px;
	}
	.optsContainer > .error:first-child + label .shortInfo,
	.optsContainer > label:first-child .shortInfo,
	.optsContainer > .label .shortInfo {
		display: block;
	}

	.optsError .error {
		padding-right: 15px;
		margin-left: 250px;
	}

	.optsContainer input,
	.optsContainer textarea,
	.optsContainer select,
	.optsContainer .selectWrap,
	.optsContainer .optsBlock,
	.optsContainer .date,
	.optsContainer .input {
		float: left;
		margin-left: 0;
		width: calc(100% - 270px);
	}

	.optsContainerWrap > .ipShort,
	.optsContainer > .ipShort {
		width: 16%;
		width: calc(30% - 90px);
		margin-right: 0;
	}

	.optsContainerWrap > .ipLong,
	.optsContainer > .ipLong {
		width: 43.67%;
		width: calc(70% - 200px);
		margin-right: 0;
	}

	.optsContainerWrap > .ipMiddle,
	.optsContainer > .ipMiddle {
		width: 45%;
		width: calc(50% - 135px);
		margin-right: 0;
	}

	.optsContainerWrap > .ipMiddle + .ipMiddle,
	.optsContainer > .ipMiddle + .ipMiddle {
		width: 30.83%;
		width: calc(50% - 155px);
		margin-left: 3%;
		margin-left: calc(15px);
	}
	.optsContainer > .ip20 {
		width:calc(20% - 59px);
	}
	.optsContainer > .ip20 + .ip40,
	.optsContainer > .ip40 + .ip40 {
		width:calc(40% - 126px);
		margin-left: 15px;
	}

	.btnContainer button[type="submit"] {
		float: right;
		width: 50%;
		width: calc(50% - 15px);
	}
	.btnContainer.hasCancel .cancel {
		text-align: left;
		float: left;
		margin: 8px 0 7px;
	}

	/* FORM IN A BOX */
	.compactBox .optsContainer > .error:first-child + label,
	.compactBox .optsContainer > label:first-child,
	.compactBox .optsContainer > .label {
		float: none;
		margin-right: 0;
		width: 100%;
		margin-top: 0;
	}
	.compactBox .optsContainer > .error:first-child + label .shortInfo,
	.compactBox .optsContainer > label:first-child .shortInfo,
	.compactBox .optsContainer > .label .shortInfo {
		display: block;
		padding-top: 0;
	}
	.compactBox .optsError .error {
		margin-left: 0%;
		padding-right: 0;
	}
	.compactBox .optsContainer > .error:first-child + label,
	.compactBox .optsContainer > label:first-child {
		padding-left: 0;
	}
	.compactBox .optsContainer {
		margin-left: 0;
		margin-right: 0;
	}
	.compactBox .optsContainer + .optsContainer {
		margin-top: 30px;
	}
	.compactBox .optsContainer input,
	.compactBox .optsContainer textarea,
	.compactBox .optsContainer select,
	.compactBox .optsContainer .selectWrap,
	.compactBox .optsContainer .optsBlock,
	.compactBox .optsContainer .date,
	.compactBox .optsContainer .input {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.compactBox .optsContainerWrap > .ipShort,
	.compactBox .optsContainer > .ipShort {
		width: 30%;
	}
	.compactBox .optsContainerWrap > .ipLong,
	.compactBox .optsContainer > .ipLong {
		width: 65%;
		width: calc(70% - 15px);
	}

	.compactBox .btnContainer button[type="submit"]:not(.btnClear) {
		float: none;
		width: 100%;
	}
}

@media (min-width: 960px) {
	.optsContainer > .error:first-child + label,
	.optsContainer > label:first-child,
	.optsContainer > .label {
		width: 250px;
	}
	.optsError .error {
		margin-left: 290px;
	}
	.optsSuggestions,
	.optsNfo {
		margin-left: 290px;
	}

	.optsContainer input,
	.optsContainer textarea,
	.optsContainer select,
	.optsContainer .selectWrap,
	.optsContainer .optsBlock,
	.optsContainer .date,
	.optsContainer .input {
		width: calc(100% - 310px);
	}

	.optsContainer .optsBlock input,
	.optsContainer .optsBlock textarea,
	.optsContainer .optsBlock select,
	.optsContainer .optsBlock .selectWrap,
	.optsContainer .optsBlock .date,
	.optsContainer .optsBlock .input {
		width: 100%;
		float: none;
	}

	.optsContainerWrap > .ipLong + .ipShort,
	.optsContainerWrap > .ipShort + .ipLong
	.optsContainer > .ipLong + .ipShort,
	.optsContainer > .ipShort + .ipLong,
	.optsContainerWrap > .ipMiddle + .ipMiddle,
	.optsContainer > .ipMiddle + .ipMiddle {
		margin-left: 3%;
		margin-left: calc(15px);
	}

	.optsContainerWrap > .ipShort,
	.optsContainer > .ipShort {
		width: 17%;
		width: calc(30% - 125px);
	}
	.optsContainerWrap > .ipLong,
	.optsContainer > .ipLong {
		width: 53.5%;
		width: calc(70% - 205px);
	}

	.optsContainerWrap > .ipMiddle,
	.optsContainer > .ipMiddle {
		width: 35.25%;
		width: calc(50% - 162px);
	}
	.optsContainerWrap > .ipMiddle + .ipMiddle,
	.optsContainer > .ipMiddle + .ipMiddle {
		width: 35.25%;
		width: calc(50% - 163px);
	}
	.optsContainer > .ip20 {
		width:calc(20% - 59px);
	}
	.optsContainer > .ip20 + .ip40,
	.optsContainer > .ip40 + .ip40 {
		width:calc(40% - 146px);
		margin-left: 15px;
	}

}

/* ACCORDION */
.accordionWrapper.ui-accordion .ui-accordion-header,
.accordionWrapper.ui-accordion .ui-accordion-header.ui-state-active {
	font-weight:300;
	border:none;
	background:none;
	padding-left:0;
	padding-right:40px;
	margin: 0;
}
.accordionWrapper.ui-accordion .ui-accordion-header.ui-state-active {
	color:#fabb00;
}
.accordionWrapper.ui-accordion .ui-accordion-header.ui-state-active a {
	color:#fabb00;
}
.accordionWrapper.ui-accordion .ui-accordion-header .ui-icon {
	background:none;
	position:absolute;
	margin:0;
	top:0;
	right:0;
	height:2em;
	width:40px;
	padding:.5em 0;
	text-indent:0;
	text-align: center;
}
.accordionWrapper.ui-accordion .ui-accordion-header .ui-icon:before {
	display:inline-block;
	height:1em;
	width:1em;
	font-family:"fontello";
	content: '\e80c';
	font-size:0.8em;
	text-align:center;
	transition:transform 0.2s;
}
.accordionWrapper.ui-accordion .ui-accordion-header.ui-state-active .ui-icon:before {
	transform: rotate(90deg);
}
.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;
}
ul.eventData {
	list-style:none;
	margin:1em 0;
	padding:0;
}
@media (min-width: 360px) {
	ul.event_service {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media (min-width: 640px) {
	ul.event_service {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}
ul.eventData li {
	position:relative;
	display:inline-block;
	padding:0;
}
ul.eventData li:before {
	content:'-';
	display:none;
	margin:0 10px;
	height:auto;
	position:relative;
	top:auto;
	background:none;
}
ul.eventData li + li:before {
	display:inline-block;

}


/* Content: LISTS */
.list {
	margin-bottom: 30px;
}
.list .listItem + .listItem {
	margin-top: 2em;
}
.list .articleWrap > * {
	margin: 0;
	font-weight: 600;
	color: #666;
}

.list .articleWrap .headline {
	color: #333;
	font-style: normal;
}
.list .articleWrap .headline a {
	display: block;
	color: inherit;
	text-decoration: none;
}
.list .articleWrap .headline + p {
	margin-top: 0;
}
.list .articleWrap .dateText {
	margin: 0;
	color: #666;
}

.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: 15px;
	margin-left: 15%;
}
.list .articleImgLeft.imgWidth-15 + .articleWrap,
.list .articleImgLeft.imgWidth-17 + .articleWrap,
.list .articleImgLeft.imgWidth-20 + .articleWrap {
	padding-left: 15px;
	margin-left: 25%;
}
.list .articleImgLeft.imgWidth-25 + .articleWrap {
	padding-left: 15px;
	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: 15px;
	margin-right: 15%;
}
.list .articleImgRight.imgWidth-15 + .articleWrap,
.list .articleImgRight.imgWidth-17 + .articleWrap,
.list .articleImgRight.imgWidth-20 + .articleWrap {
	padding-right: 15px;
	margin-right: 25%;
}
.list .articleImgRight.imgWidth-25 + .articleWrap {
	padding-right: 15px;
	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: 15px;
		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: 15px;
		margin-right: 50%;
	}
}

@media (min-width: 640px) {
	.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-50 + .articleWrap {
		padding-left: 15px;
		margin-left: 50%;
	}

	.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-50 + .articleWrap {
		padding-right: 15px;
		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: 15px;
		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: 15px;
		margin-right: 50%;
	}
}

@media (min-width: 960px) {
	.list .articleImgLeft.imgWidth-25,
	.list .articleImgRight.imgWidth-25 {
		width: 25%;
	}

	.list .articleImgLeft.imgWidth-75 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap {
		margin-left: 5%;
	}
	.list .articleImgLeft.imgWidth-10 + .articleWrap {
		margin-left: 10%;
	}
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 12.5%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-17 + .articleWrap {
		margin-left: 16.7%;
	}
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap {
		margin-left: 25%;
	}
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-50 + .articleWrap {
		margin-left: 50%;
	}
	.list .articleImgLeft.imgWidth-67 + .articleWrap {
		margin-left: 66.7%;
	}
	.list .articleImgLeft.imgWidth-75 + .articleWrap {
		padding-left: 15px;
		margin-left: 75%;
	}

	.list .articleImgRight.imgWidth-75 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap {
		margin-right: 5%;
	}
	.list .articleImgRight.imgWidth-10 + .articleWrap {
		margin-right: 10%;
	}
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 12.5%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-17 + .articleWrap {
		margin-right: 17%;
	}
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap {
		margin-right: 25%;
	}
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-50 + .articleWrap {
		margin-right: 50%;
	}
	.list .articleImgRight.imgWidth-67 + .articleWrap {
		margin-right: 66.7%;
	}
	.list .articleImgRight.imgWidth-75 + .articleWrap {
		padding-right: 15px;
		margin-right: 75%;
	}
}

/* Content: GRIDS */
.gridWrap {
	margin: 10px -10px;
	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;
}
.article + .clear + .gridWrap {
	margin-top: -5px;
}
.article .gridWrap,
.spacer .gridWrap,
.spacerBase .gridWrap {
	margin-left: -10px;
	margin-right: -10px;
}
.gridWrap.vcSlider_stage {
	margin-top: 0;
	margin-bottom: 0;
}
.is_book + .clear + .gridWrap {
	margin-top: -2em;
}
.gridWrap.masonryGridWrap {
	margin: 0 0 0 20px;
	margin-bottom: calc(-20px + 2em);
	display: block;
}
.gridWrap .gridSizer {
	width: 50%;
}
.gridWrap .articleGrid {
	padding: 0 0 100%;
	float: left;
	width: 100%;
	position: relative;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.gridWrap .leftContainer,
.gridWrap .rightContainer,
.gridWrap .gridWidth_100,
.gridWrap .gridWidth_50,
.gridWrap .gridWidth_33,
.gridWrap .gridWidth_25 {
	width: 100%;
	padding: 10px;
	float: left;
}
.gridWrap .rightContainer {
	float: right;
}
.gridWrap .gridWidth_1x1 {
	padding-bottom: 50%;
	width: 50%;
}
.gridWrap .gridWidth_2x1 {
	padding-bottom: 50%;
	width: 100%;
}
.gridWrap .gridWidth_2x2 {
	width: 100%;
}

.article .articleGrid > :first-child {
	margin-top: 0;
}
.article .articleGrid > :last-child {
	margin-bottom: 0;
}

/* Content Part: GRIDS - General Content */
.articleGrid {
	position: relative;
	z-index: 1;
	width: 100%;
}
.articleGrid .wrap {
	position: relative;
	display: block;
	text-decoration: none;
	height: 100%;
	color: inherit;
}

.articleGrid .info {
	position: relative;
	display: block;
	color: inherit;
	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: 0;
	font-size: 20px;
	color: #333;
	font-weight: 500;
	font-style: normal;
	line-height: 25px;
}
.articleGrid .headline a {
	text-decoration: none;
	display: block;
	color: inherit;
}
.articleGrid .headline + p {
	margin-top: 0;
}
.articleGrid .imgWrap {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	border-bottom: none;
	-webkit-transition: all 1s cubic-bezier(0,1,.5,1);
	transition: all 1s cubic-bezier(0,1,.5,1);
}
.articleGrid .imgWrap.imgFillCover {
	background-size: cover;
}
.articleGrid .imgWrap.imgFillContain {
	background-size: contain;
}
.articleGrid .wrap:hover .imgWrap {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.articleGrid .wrap:hover .imgWrap.gradient {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.articleGrid.hasGradient .imgWrap {
	padding-bottom: 62.5%;
}
.articleGrid .imgOverlay {
	position: absolute;
	width: 50%;
	height: 100%;
	display: block;
	left: 25%;
	top: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.articleGrid .imgOverlay img {
	width: 100%;
	height: auto;
	display: block;
}

.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 {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}
.articleGrid .btnMore.btnClear {
	margin-top: 10px;
	line-height: 23px;
	vertical-align: 1px;
}
.articleGrid .btnMore.btnClear {
	border-bottom-color: #dee1e2;
}

.gridCompact.gridWrap {
	margin: 10px -5px;
}
.gridCompact.gridWrap .leftContainer,
.gridCompact.gridWrap .rightContainer,
.gridCompact.gridWrap .gridWidth_100,
.gridCompact.gridWrap .gridWidth_50,
.gridCompact.gridWrap .gridWidth_33,
.gridCompact.gridWrap .gridWidth_25 {
	padding: 5px;
}
.gridCompact .articleGrid .wrap {
	background: #f5f5f5;
	overflow: hidden;
}
.gridCompact .articleGrid .articleTeaser {
	position: relative;
}
.gridCompact .articleGrid .articleTeaser:after {
	content: '';
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(135deg, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
	pointer-events: none;
}
.gridCompact .articleGrid.hasGradient .articleTeaser:after {
	display: none;
}
.gridCompact .articleGrid .info {
	padding: 20px;
	overflow: hidden;
}
.gridCompact .articleGrid .info .dateText,
.gridCompact .articleGrid .info .subHeadline {
	margin-bottom: 0;
	font-weight: 500;
}
.gridCompact .articleGrid.hasImg .info {
	position: absolute;
	left: 0;
	top: 0;
	max-height: 100%;
}
.gridCompact .articleGrid.hasImg .info > *:not(.btn),
.gridCompact .articleGrid.hasImg .info > .btnClear {
	color: #fff;
	text-shadow: 0 0 20px rgba(0,0,0,.25);
}
.gridCompact .articleGrid.hasImg .info .headline {
	font-weight: 700;
}
.gridCompact .articleGrid.hasImg .info * + .btnClear {
	margin-top: 0;
}
.gridCompact .articleGrid.hasImg .info .headline + .btnClear {
	margin-top: 10px;
}
.gridCompact .articleGrid.hasImg .info > :not(.btn):not(.headline):not(.dateText) {
	font-weight: 500;
}
.gridCompact .articleGrid.hasImg .btnMore.btnClear {
	border-bottom-color: rgba(255,255,255,.2);
}
.gridCompact .articleGrid.hasImg .btnMore.btnClear:hover {
	border-bottom-color: #fff;
}
.gridCompact .articleGrid.hasGradient .info {
	text-align: center;
	padding: 20px 40px !important;
	top: auto;
	bottom: 0;
	height: 65px;
	width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.gridCompact .articleGrid.hasGradient:hover .info {
	height: 100%;
}

.gridCompact .articleGrid.hasGradient .imgOverlay,
.gridCompact .articleGrid.hasGradient .info > * {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.gridCompact .articleGrid.hasGradient .info > * {
	width: 100%;
}
.gridCompact .articleGrid.hasGradient .info .h3,
.gridCompact .articleGrid.hasGradient .info .headline {
	margin: 0;
}

.gridCompact .articleGrid.hasGradient:not(:hover) .info > *:not(.h3):not(.headline) {
	line-height: 0px;
	margin-top: 0;
	margin-bottom: 0;
	opacity: 0;
	overflow: hidden;
}
.gridCompact .articleGrid.hasGradient:hover .imgOverlay {
	opacity: .1;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.gridCompact .articleGrid .yellowBackground *,
.gridCompact .articleGrid .redBackground * {
	color: #fff;
}
.gridCompact .articleGrid .yellowBackground .btn.btnClear,
.gridCompact .articleGrid .redBackground .btn.btnClear {
    border-bottom-color: rgba(255,255,255,.2);
}
.gridCompact .articleGrid .yellowBackground .btn.btnClear:hover,
.gridCompact .articleGrid .redBackground .btn.btnClear:hover {
    border-bottom-color: #fff;
}

.masonryGridWrap .articleGrid {
	border-bottom: none;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
}
.masonryGridWrap .articleGrid .wrap {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 20px;
	right: 20px;
	overflow: hidden;
	background: #f5f6f6;
	-webkit-transition: border .3s;
	transition: border .3s;
	height: auto;
}
.masonryGridWrap .articleGrid .articleImgNone {
	position: relative;
	height: 100%;
	width: 100%;
	display: block;
	color: inherit;
}
.masonryGridWrap .articleGrid.fontColorLight .articleImgNone {
	color: #fff;
}
.masonryGridWrap .articleGrid .imgWrap {
	position: absolute;
	padding-bottom: 0 !important;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.masonryGridWrap .articleGrid .imgLabelOverlay {
	position: absolute;
	text-align: center;
	width: 100%;
	padding: 20px;
}
.masonryGridWrap .articleGrid .headline {
	color: inherit;
	font-weight: 500;
	font-style: normal;
	font-size: 1.15em;
}
.masonryGridWrap .articleGrid .description {
	font-weight: 300;
}

@media (min-width: 480px) {
	.gridCompact .articleGrid.hasImg .info {
		padding-right: 25%;
	}
	.masonryGridWrap .articleGrid .imgLabelOverlay {
		padding-top: 30px;
		padding-bottom: 30px;
		font-size: 1.333em;
	}
}

@media (min-width: 560px) {
	.gridWrap .gridWidth_25,
	.gridWrap .gridWidth_33,
	.gridWrap .leftContainer,
	.gridWrap .rightContainer {
		width: 50%;
	}

	.gridCompact .gridWidth_25.articleGrid.hasImg .info {
		padding-right: 20px;
	}

	.gridCompact .articleGrid.gridWidth_50.hasImg .info {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 40px;
		line-height: 30px;
	}
	.gridCompact .articleGrid.gridWidth_50.hasImg .info > :not(.btn) {
		font-size: 1.2em;
	}
	.gridCompact .articleGrid.gridWidth_50.hasImg .info .headline {
		font-size: 30px;
		line-height: 35px;
		font-weight: 300;
		margin-bottom: 10px;
	}
	.gridCompact .articleGrid.gridWidth_50.hasImg .info p + .btn {
		margin-top: 5px;
	}
	.gridCompact .articleGrid.gridWidth_50.hasImg .info p + .btn.btnClear {
		margin-top: 0;
	}

	.gridWrap.masonryGridWrap  {
		margin-bottom: calc(-20px + 4em);
	}
	.is_book + .clear + .gridWrap {
		margin-top: -4em;
	}
}
@media (min-width: 720px) {
	.gridWrap .gridSizer {
		width: 25%;
	}
	.gridWrap .gridWidth_1x1 {
		padding-bottom: 25%;
		width: 25%;
	}
	.gridWrap .gridWidth_2x1 {
		padding-bottom: 25%;
		width: 50%;
	}
	.gridWrap .gridWidth_2x2 {
		padding-bottom: 50%;
		width: 50%;
	}

	.masonryGridWrap .articleGrid .imgLabelOverlay {
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 1em;
	}
}
@media (min-width: 960px) {
	.gridWrap .gridSizer {
		width: 8.333%;
	}
	.gridWrap .gridWidth_25 {
		width: 25%;
	}
	.gridWrap .gridWidth_33 {
		width: 33.3%;
	}
	.gridWrap .gridWidth_50 {
		width: 50%;
	}
	.gridWrap .gridWidth_50 + .gridWidth_50 {
		margin-top: 0;
	}

	.withSidebar .gridCompact .gridWidth_33.articleGrid.hasImg .info {
		padding-right: 20px;
	}

	.masonryGridWrap .articleGrid .imgLabelOverlay {
		padding-top: 30px;
		padding-bottom: 30px;
		font-size: 1.333em;
	}
}



/* LINKLISTE */
.directLinks .linkList {
	list-style:none;
	margin-top: 0;
	padding-left:0px;
	padding-top:20px;
}
.directLinks .linkList li {
	margin: 0;
}
.directLinks .linkList li:before {
	top: .714em;
}
.directLinks .linkList li + li {
	border-top:1px solid #f5f5f5;
}
.directLinks .linkList a {
	display:block;
	position:relative;
	padding:10px 20px 10px 0;
	font-size:18px;
	line-height:20px;
	text-decoration:none;
	color:#5b6770;
	transition:color 0.2s;
}
.directLinks .linkList a:hover,
.directLinks .linkList a.active {
	color:#fabb00;
}


/* Site: PAGE JUMPS */
.jumper {
	margin: 1em -5px;
	position: relative;
	height: 40px;
}
.jumper .resultStats,
.pagerJumper .divider {
	display: none;
}
.jumper .pagerJumper {
	display:block;
	margin:0 auto;
	position:absolute;
	right:0;
}
.pagerJumper a {
	padding: 10px 0;
	margin:0 5px;
	display:block;
	float:left;
	width:40px;
	height:40px;
	border-radius: 20px;
	background: #f5f5f5;
	color: inherit;
	font-weight: normal;
	line-height: 20px;
	text-align:center;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.pagerJumper a:hover {
	background: #5b6770;
	color: #fff;
}
.pagerJumper a.aktiv {
	font-weight: bold;
	color: #fff;
	background:#fabb00;
}

.pageJumperFooterWrap {
	background: #eff0f2;
	margin: 0 -15px;
	padding: 0 15px;
}
.pages {
	text-align:center;
	padding: 10px;
	color: #9da4a9;
	line-height: 22px;
}
.pages > * {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	font-size: 13px;
	vertical-align: -4px;
	overflow: hidden;
}
.pages a {
	font-weight: 500;
	color: #5b6770;
	text-decoration: none;
	padding: 0 5px;
	position: relative;
	max-width: 35%;
}
.pages a:first-child {
	padding-left: 22px;
}
.pages a:last-child {
	padding-right: 22px;
}
.pages a span {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	display: inline-block;
}
.pages a .icon {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
}
.pages a:last-child .icon {
	right: 0;
	left: auto;
}
.pages a.disabled {
	font-weight: normal;
	color: inherit;
	text-decoration: none;
}

.backLink,
.pageJumperFooterWrap .backLink {
	margin: 22px auto;
}

/* ==========================================================================
   MODULE STYLES
   ========================================================================== */

/* START */
.modul_start #content {
	width: auto;
	margin: -14px -15px 30px;
}
.modul_start #content .section {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	margin-top: 44px;
}
.modul_start #content .section > :first-child {
	margin-top: 0;
}
.modul_start #content .section > :last-child {
	margin-bottom: 0;
}
.modul_start #content .sectionHeadline {
	margin-bottom: 30px;
}

#startNews .list .articleImgLeft {
	width: 33.3%;
	padding-right: 8px;
	float: left;
}
#startNews .list .articleImgLeft + .articleWrap {
	margin-left: 33.3%;
	padding-left: 7px;
}

#startDirectAccess ul,
#startPersonalities ul {
	list-style: none;
	margin: -15px 0 0;
	padding: 0;
}
#startDirectAccess li + li,
#startPersonalities li + li {
	border-top: 2px solid #eaeaea;
}
#startDirectAccess a,
#startPersonalities a {
	color: #666;
	text-decoration: none;
	font-style: normal;
	margin: 0;
	padding: 20px 0;
}

#startFunding {
	display: block;
	padding: 0 !important;
}
#startFunding img {
	display: block;
	width: 100%;
	height: auto;
}

@media (min-width: 640px) {
	.modul_start #content .section {
		width: 50%
	}
}

@media (min-width: 960px) {
	.modul_start #content .section {
		width: 33.3%;
	}
	.modul_start #content .section:first-child {
		width: 66.7%;
	}
	#startNews .list .articleImgLeft {
		width: 20%;
	}
	#startNews .list .articleImgLeft + .articleWrap {
		margin-left: 20%;
	}
}


/* SEARCH */
.search_results .clearfix .headline {
	margin-top: 0;
	margin-bottom: 0;
}
.search_results .clearfix .headline a {
	text-decoration: none;
}
.search_results .clearfix > :last-child {
	margin-bottom: 0;
}


/* 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%;
}
.greyBackground #datePicker .calLoader {
	background-color: #f5f6f6;
	background-color: rgba(245,246,246,.8);
}
#datePicker table {
	width: 100%;
	table-layout: fixed;
	line-height: 30px;
}
#datePicker table td {
	text-align: center;
}
#datePicker table td.current {
	font-weight: bold;
}
#datePicker .calHead a {
	background: #fff;
	display: block;
	border-radius: 15px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: inherit;
	margin: 0 auto;
}
#datePicker .calWeekdays {
	font-weight: bold;
}
#datePicker .calWeek span,
#datePicker .calWeek a {
	display: block;
	text-decoration: none;
}

#datePicker .calWeek .today {
	font-weight: bold;
	font-style: italic;
}
#datePicker .calWeek .today a,
#datePicker .calWeek .today span,
#datePicker .calWeek .event_1 a,
#datePicker .calWeek .event_2 a {
	border-radius: 15px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	margin: 0 auto;
	color: inherit;
	margin-bottom: 5px;
}
#datePicker .calWeek .today span,
#datePicker .calWeek .today a {
	background: #f5f6f6;
}
.greyBackground #datePicker .calWeek .today span,
.greyBackground #datePicker .calWeek .today a {
	background: #fff;
}
#datePicker .calWeek .event_1 a {
	background: #ebeded;
}
#datePicker .calWeek .event_2 a {
	background: #cdd0d2;
	color: #fff;
}
#datePicker .calWeek .today a:hover,
#datePicker .calWeek .event_1 a:hover,
#datePicker .calWeek .event_2 a:hover {
	background: #37454b;
	color: #fff;
}

#calSrc  {
	margin: 22px 0;
}

#calSrcTrigger {
	line-height: 30px;
    font-size: 16px;
	font-style: normal;
    font-weight: 400;
    padding: 10px 15px;
    position: relative;
    margin: 0;
    display: block;
    background: #cdcdcd;
}
#calSrcSwitch:checked + #calSrc #calSrcTrigger {
    background: #c5d9a9;
}
#calSrcSwitch + #calSrc #calSrcTrigger .icon {
	float: right;
}
#calSrcSwitch:checked + #calSrc form {
	max-height: 2000px;
	padding-top: 15px;
	padding-bottom: 0;
}
#calSrc .calForm {
	padding: 0 15px 15px;
}
#calSrc .btnContainer {
	margin: 22px -10px 0 -10px;
}
#calSrc .btnContainer .btn,
#calSrc .btnContainer button {
	width: 50%;
	width: calc(50% - 20px);
	display: block;
	float: left;
	text-align: center;
	margin: 0 10px;
}
#calSrc .btnContainer .btn {
	text-align: left;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#calSrc .btnContainer button:first-child {
	float: right;
}

.event .lightText {
	color: #737d81;
	font-style: italic;
	padding-bottom: 5px;
}
.event .lightText > * + *:before {
	content: ',';
	display: inline-block;
	width: .5em;
}
.event .eventInfo .headline {
	margin-top: 0;
}
.event .eventInfo .headline a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.event .eventData .date {
	font-weight: bold;
}
.event .moreBtn {
	margin-top: .5em;
}
.event .eventDataCategory {
	font-weight: normal;
}
.eventDetail .dateText.greyBackground {
	padding: 5px;
	display: block;
	margin-bottom: 22px;
}
.eventDetail .dateText .dateFromTxt,
.eventDetail .dateText .dateToTxt {
	font-weight: bold;
}
.eventDetail .dateText a {
	color: inherit;
	text-decoration: none;
}
.eventDetail .dateText a:hover {
	text-decoration: underline;
}

.eventDetail .dateText + h1 {
	margin-top: 0;
	margin-top: .5rem;
}

@media (min-width: 720px) {
	.event .eventData,
	#calSrc #datePicker {
		float: left;
		width: 33.33%;
		padding: 0 15px;
	}
	.event .eventInfo,
	#calSrc .calForm {
		float: right;
		width: 66.67%;
	}
	.event .eventData {
		padding: 5px 15px 0 0;
		text-align: right;
	}
	.event .eventData > * {
		display: block;
		padding-bottom: 5px;
	}
	.event .eventData > * + *:before {
		content: '';
	}
	.event .eventInfo {
		padding-right: 0;
	}
	#calSrc .calForm > .optsContainer:first-child {
		margin-top: -10px;
	}
	.eventDetail .dateText.greyBackground {
		padding: 10px 15px;
	}
}


/*
	Modul: Map Overview
	*/
#mapOverviewWrap {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	margin: 0;
	background: #f5f5f5;
}
#mapOverviewOuterWrap {
	margin: 15px 0;
}
#mapOverviewWrap .wrap {
	position: absolute;
	height: 100%;
	width: 100%;
}
#mapOverviewWrap .wrap > svg {
	height: 100%;
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

#mapOverviewWrap .parkPointer {
	cursor: pointer;
}
#mapOverviewWrap .parkPointer:hover path:first-child,
#mapOverviewWrap .parkPointer.hover path:first-child {
	fill: #1966ae;
}

#mapOverviewWrap .infoBox {
	position: absolute;
	display: none;
	width: 290px;
}
#mapOverviewWrap .infoBox.hover {
	display: block;
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }
	/*
    a[href]:after {
        content: " (" attr(href) ")";
    }
	*/

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
	.list .listItem,
	.gridWrap .articleGrid {
		page-break-inside: avoid;
	}

	.gridCompact .articleGrid.hasImg .info {
		position: static;
		padding: 0;
	}
	.gridCompact .articleGrid .articleTeaser {
		display: none;
	}

	.article ul:not(.liste-harken) {
		list-style: disc;
		margin-left: 1em;
	}
	.article ul:not(.liste-harken) li {
		padding-left: 0;
	}

    /*
     * 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;
    }

	#header,
	#callbackService,
	#footer {
		display: none;
	}
}
