/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Outdated Browser
   ========================================================================== */

.chromeframe {
    margin: 0;
    background: #C00;
    color: #FFF;
    padding: .5em 0;
	text-align: center;
}
.chromeframe a {
	color: #FFF;
	text-decoration: underline;
}

#outdated{display:none;position:fixed;top:0;left:0;width:100%;text-align:center;text-transform:uppercase;z-index:1500;background-color:#C00;color:#fff;padding:15px;}* html #outdated{position:absolute}#outdated h6{font-size:25px;line-height:25px;margin:0 30px 15px 30px}#outdated p{font-size:12px;line-height:12px;margin:0}#outdated #btnUpdateBrowser{display:block;position:relative;padding:10px 20px;margin:15px auto 0;width:230px;color:#fff;text-decoration:none;border:2px solid #fff;cursor:pointer}#outdated #btnUpdateBrowser:hover{color:#C00;background-color:#fff}#outdated .last{position:absolute;top:10px;right:25px;width:20px;height:20px}#outdated #btnCloseUpdateBrowser{display:block;position:relative;width:100%;height:100%;text-decoration:none;color:#fff;font-size:36px;line-height:36px}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*
	BASE
	*/
html,
body {
	min-width: 320px;
	background: #fff;
}
body {
	overflow-x: hidden;
}
html.navMainOpen {
	height: 100%;
}
html.overlayOpen {
	overflow: hidden;
}
html.overlayOpen body,
html.navMainOpen body,
html.swipebox-html body {
	height: 100%;
	overflow: hidden;
}
.baseSpacer,
#content_error,
.baseSpacerLeft {
	padding-left: 10px;
}
.baseSpacer,
#content_error,
.baseSpacerRight {
	padding-right: 10px;
}
.baseSpacerMargin,
.baseSpacerMarginLeft {
	margin-left: 10px;
}
.baseSpacerMargin,
.baseSpacerMarginRight {
	margin-right: 10px;
}
.baseSpacerPos,
.baseSpacerPosLeft {
	left: 10px !important;
}
.baseSpacerPos,
.baseSpacerPosRight {
	right: 10px !important;
}
.pushOut {
	margin-left: -10px;
	margin-right: -10px;
}
#content > .pushOut {
	margin-left: 0;
	margin-right: 0;
}
#content .article {
	margin-top: 20px;
	margin-bottom: 20px;
}
#wrapper {
	position: relative;
	min-height: 100vh;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
#wrapper.fontSizeL {
	font-size: 1.25em;
}
#wrapper.fontSizeXL {
	font-size: 1.5em;
}
#content .article .articleAsideContents .box + .box {
	margin-top: 40px;
}
@media (max-width: 959px) {
	#content .article .articleMainContents + .articleAsideContents {
		margin-top: 40px;
	}
}

@media (min-width: 640px) and (max-width: 959px) {
	#content .article .articleMainContents + .articleAsideContents {
		margin-top: 0;
	}

	#content .article .articleAsideContents {
		margin-left: -10px;
		margin-right: -10px;
	}
	#content .article .articleAsideContents .box {
		width: 50%;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 40px;
		float: left;
	}
}
@media (min-width: 960px) {
	.baseSpacer,
	#content_error,
	.baseSpacerLeft {
		padding-left: 20px;
	}
	.baseSpacer,
	 #content_error,
	.baseSpacerRight {
		padding-right: 20px;
	}
	.baseSpacerMargin,
	.baseSpacerMarginLeft {
		margin-left: 20px;
	}
	.baseSpacerMargin,
	.baseSpacerMarginRight {
		margin-right: 20px;
	}
	.baseSpacerPos,
	.baseSpacerPosLeft {
		left: 20px !important;
	}
	.baseSpacerPos,
	.baseSpacerPosRight {
		right: 20px !important;
	}
	.pushOut {
		margin-left: -20px;
		margin-right: -20px;
	}

	#content .article {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	#content .article.tax_articleSpaced {
		margin-left: 16.667%;
		margin-left: calc((100% + 40px) / 6 + 20px);
		margin-right: 16.667%;
		margin-right: calc((100% + 40px) / 6 + 20px);
	}
	#content .article:not(.tax_articleSpaced) .articleMainContents.hasAside {
		width: 66.67%;
		padding-right: 20px;
		float: left;
	}
	#content .article:not(.tax_articleSpaced) .articleAsideContents {
		width: 33.33%;
		padding-left: 20px;
		float: right;
	}
}

@media (min-width: 1280px) {
	.baseSpacer,
	.baseSpacerLeft {
		padding-left: 5%;
		padding-left: calc(5% + 20px);
	}
	.baseSpacer,
	.baseSpacerRight {
		padding-right: 5%;
		padding-right: calc(5% + 20px);
	}
	.baseSpacerMargin,
	.baseSpacerLeftMargin {
		margin-left: 5%;
		margin-left: calc(5% + 20px);
	}
	.baseSpacerMargin,
	.baseSpacerRightMargin {
		margin-right: 5%;
		margin-right: calc(5% + 20px);
	}
	.baseSpacerPos,
	.baseSpacerPosLeft {
		left: 5% !important;
		left: calc(5% + 20px) !important;
	}
	.baseSpacerPos,
	.baseSpacerPosRight {
		right: 5% !important;
		right: calc(5% + 20px) !important;
	}
	.pushOut {
		margin-left: -5.556%;
		margin-left: calc((100% + 40px) * -.05556 - 20px);
		margin-right: -5.556%;
		margin-right: calc((100% + 40px) * -.05556 - 20px);
	}
	#content > .pushOut {
		margin-left: -5.556%;
		margin-right: -5.556%;
	}
	#breadcrumb {
		line-height: 20px;
	}
}
@media (min-width: 1600px) {
	.baseSpacer,
	.baseSpacerLeft {
		padding-left: 10%;
		padding-left: calc(10% + 20px);
	}
	.baseSpacer,
	.baseSpacerRight {
		padding-right: 10%;
		padding-right: calc(10% + 20px);
	}
	.baseSpacerMargin,
	.baseSpacerLeftMargin {
		margin-left: 10%;
		margin-left: calc(10% + 20px);
	}
	.baseSpacerMargin,
	.baseSpacerRightMargin {
		margin-right: 10%;
		margin-right: calc(10% + 20px);
	}
	.baseSpacerPos,
	.baseSpacerPosLeft {
		left: 10% !important;
		left: calc(10% + 20px) !important;
	}
	.baseSpacerPos,
	.baseSpacerPosRight {
		right: 10% !important;
		right: calc(10% + 20px) !important;
	}
	.pushOut {
		margin-left: -12.5%;
		margin-left: calc((100% + 40px) * -.125 - 20px);
		margin-right: -12.5%;
		margin-right: calc((100% + 40px) * -.125 - 20px);
	}
	#content > .pushOut {
		margin-left: -12.5%;
		margin-right: -12.5%;
	}
}
@media (min-width: 1840px) {
	.baseSpacer,
	.baseSpacerLeft {
		padding-left: 15%;
		padding-left: calc(15% + 20px);
	}
	.baseSpacer,
	.baseSpacerRight {
		padding-right: 15%;
		padding-right: calc(15% + 20px);
	}
	.baseSpacerMargin,
	.baseSpacerLeftMargin {
		margin-left: 15%;
		margin-left: calc(15% + 20px);
	}
	.baseSpacerMargin,
	.baseSpacerRightMargin {
		margin-right: 15% !important;
		margin-right: calc(15% + 20px) !important;
	}
	.baseSpacerPos,
	.baseSpacerPosLeft {
		left: 15% !important;
		left: calc(15% + 20px) !important;
	}
	.baseSpacerPos,
	.baseSpacerPosRight {
		right: 15%;
		right: calc(15% + 20px);
	}
	.pushOut {
		margin-left: -21.428%;
		margin-left: calc((100% + 40px) * -.21428 - 20px);
		margin-right: -21.428%;
		margin-right: calc((100% + 40px) * -.21428 - 20px);
	}
	#content > .pushOut {
		margin-left: -21.428%;
		margin-right: -21.428%;
	}
}

/*
	HEADER
	*/

#header {
	position: fixed;
	left: 0;
	top: -110px;
	width: 100%;
	z-index: 50;
	transition: all .2s;
	min-width: 320px;
}
#navMenuSwitch:checked ~ #wrapper #header,
#header.fixedShow,
#header.isAtTop,
#header.isOverBreakpoint {
	top: 0;
}

#topBar {
	background: #50af41;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 101;
	position: relative;
}
#topBar a {
	text-decoration: none;
	color: inherit;
}
#topBar a:hover {
	text-decoration: underline;
}
#topBar .divider {
	display: inline;
	overflow: hidden;
	text-align: left;
	text-indent: -999em;
	margin: 0 9px;
	width: 1px;
	position: relative;
	color: transparent;
}
.navStd li:after,
#topBar .divider:after {
	content: '';
	top: 0;
	height: 20px;
	width: 1px;
	position: absolute;
	background: #62b754;
	display: block;
}
#topBar .divider:after {
	top: 50%;
	margin-top: -10px;
	right: 0;
}
.navStd li {
	font-weight: bold;
	float: left;
	padding-right: 20px;
	position: relative;
}
.navStd li:after {
	right: 10px;
}
.navStd li:last-child {
	padding-right: 0;
}
.navStd li:last-child:after {
	display: none;
}
.navStd li a {
	text-decoration: none;
	color: inherit;
	transition: all .3s;
}
#navStdInMainNav {
	margin-bottom: 10px;
}
#navStdInMainNav li:after {
	background: #f2f2f2;
}
#navStdInMainNav li a {
	color: #c1c1c1;
}
#navStdInMainNav li a:hover,
#navStdInMainNav li a.active {
	color: #000;
}


.navStd,
#quickContact {
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;

}
#quickContact {
	text-align: center;
	white-space: nowrap;
	text-overflow: clip;
}
#quickContact .icon {
	margin-right: 5px;
	display: inline-block;
	width: 1.667em;
	height: 1em;
	position: relative;

}
#quickContact .icon:before {
	margin: 0;
	position: absolute;
	font-size: 20px;
	line-height: 1;
	top: 50%;
	left: 0;
	margin-top: -10px;
}

#bottomBar {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}
#bottomBar:after {
	content: '';
	display: block;
	width: 300%;
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 30vw;
	margin-left: -150%;
	border-radius: 50%;
	transition: box-shadow .2s;
	z-index: -1;
	background: #fff;
}
#navMenuSwitch:checked ~ #wrapper #bottomBar:after,
#header.fixedShow #bottomBar:after,
#header.isAtTop #bottomBar:after,
#header.isOverBreakpoint #bottomBar:after {
	box-shadow: 0 10px 20px rgba(0,0,0,.19), 0 3px 6px rgba(0,0,0,.23);
}
#logo {
	position: absolute;
	left: 50%;
	margin-left: -35px;
	top: 10px;
	width: 70px;
	display: block;
}
#logo img {
	width: 100%;
	height: auto;
	display: block;
}


#navMenuTrigger {
	position: relative;
	color: inherit;
	display: block;
	padding: 15px 0 15px 30px;
	height: 50px;
	cursor: pointer;
	z-index: 101;
	transition: top .3s, color .3s;
	color: inherit;
	line-height: 20px;
	font-size: 20px;
	font-family: 'Roboto Condensed';
	font-weight: bold;
	float: left;
}

#navMenuTrigger:before,
#navMenuTrigger:after,
#navMenuTrigger .line {
	position: absolute;
	content: '';
	display: block;
	height: 2px;
	left: 0;
	background: #ec6604;
	transition: all .3s;
}
#navMenuTrigger:before {
	width: 25px;
	top: 15px;
}
#navMenuTrigger:after {
	width: 20px;
	bottom: 15px;
}
#navMenuTrigger .line {
	width: 30px;
	top: 50%;
	margin-top: -1px;
}
#navMenuTrigger:hover:before,
#navMenuTrigger:hover:after,
#navMenuTrigger:hover .line {
	background: #218ecf;
}
#navMenuSwitch:checked ~ #wrapper #navMenuTrigger .line {
	opacity: 0;
	width: 0;
}
#navMenuSwitch:checked ~ #wrapper #navMenuTrigger:before {
	transform: rotate(45deg);
	transform-origin: 0 0;
	width: 26px;
}
#navMenuSwitch:checked ~ #wrapper #navMenuTrigger:after {
	transform: rotate(-45deg);
	transform-origin: 0 100%;
	width: 26px;
}

#navMenuTrigger .on,
#navMenuTrigger .off {
	padding-left: 10px;
}
#navMenuTrigger .off,
#navMenuSwitch:checked ~ #wrapper #navMenuTrigger .on {
	display: none;
}
#navMenuSwitch:checked ~ #wrapper #navMenuTrigger .off {
	display: block;
}

#fontSizeSwitcher {
	float: right;
	padding-top: 10px;
}
#fontSizeSwitcher .label {
	display: none;
}
#fontSizeSwitcher .increase,
#fontSizeSwitcher .decrease {
	background: #f2f2f2;
	border-radius: 15px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	float: left;
	color: inherit;
	transition: all .3s;
}
#fontSizeSwitcher .increase {
	font-size: 16px;
}
#fontSizeSwitcher .decrease {
	font-size: 13px;
	margin-right: 10px;
}
#fontSizeSwitcher .increase:hover,
#fontSizeSwitcher .decrease:hover {
	background: #218ecf;
	color: #fff;
}
#fontSizeSwitcher .increase.disabled,
#fontSizeSwitcher .decrease.disabled {
	background: none;
	color: #c1c1c1;
	pointer-events: none;
}
#navColumns {
	position: fixed;
	bottom: -60px;
	left: 0;
	width: 100%;
	background: #fff;
	transition: all .3s;
	min-width: 320px;
}
#header.fixedShow #navColumns,
#header.isAtTop #navColumns,
#header.isOverBreakpoint #navColumns {
	bottom: 0;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 3px 6px rgba(0,0,0,0.23);
}
#navColumns ul {
	display: flex;
	width: 100%;
}
#navColumns li {
	display: block;
	flex: 1 1 auto;
	position: relative;
}
#navColumns li:after {
	content: '';
	width: 1px;
	right: 0;
	top: 10px;
	bottom: 10px;
	display: block;
	background: #f2f2f2;
	position: absolute;
	transition: all .3s;
}
#navColumns li:last-child:after {
	display: none;
}
#navColumns li a {
	display: block;
	text-align: center;
	font-family: 'Roboto Condensed';
	font-size: 8px;
	line-height: 1;
	font-weight: bold;
	text-decoration: none;
	color: inherit;
	text-transform: uppercase;
	padding: 10px 0;
	transition: all .3s;
}

#navColumns li a .label {
	display: block;
	padding-top: 2px;
}
#navColumns li a .icon {
	font-size: 30px;
	color: #ec6604;
	transition: all .3s;
}

#navColumns li.tax_highlight a {
	background: #ec6604;
}
#navColumns li.tax_highlight a .icon {
	color: #fff;
}
#navColumns li.tax_highlight:hover a {
	background: none;
}
#navColumns li.tax_highlight:after {
	background: none;
}
#navColumns li a:hover .icon {
	color: #218ecf;
}
#navColumns li.tax_highlight:hover:after {
	background: #f2f2f2;
}

@media (min-width: 640px) {
	#header {
		top: -135px;
	}
	#bottomBar {
		padding-top: 22px;
		padding-bottom: 23px;
	}
	#logo {
		width: 106px;
		margin-left: -53px;
	}

	#navColumns {
		min-width: 0;
		width: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#navColumns li a {
		padding: 10px;
		min-width: 60px;
	}
}

@media (min-width: 960px) {
	#header {
		top: -180px;
	}
	#logo {
		width: 141px;
		margin-left: -70px;
	}
	#quickContact {
		float: right;
	}
	#navStdHdr {
		float: left;
	}

	#bottomBar {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	#fontSizeSwitcher {
		float: left;
		margin-left: 40px;
	}
	#logo {
		top: 20px;
	}
	#navColumns {
		position: static;
		float: right;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		box-shadow: none !important;
	}
	#navColumns ul {
		margin: -5px -10px;
	}
	#navColumns li.tax_highlight a {
		border-radius: 5px;
	}
}
@media (min-width: 1120px) {
	#navColumns ul {
		margin: -15px -10px;
	}
	#navColumns li a {
		font-size: 10px;
	}
	#navColumns li a .label {
		padding-top: 10px;
	}
	#navColumns li a .icon {
		font-size: 40px;
	}
}
@media (min-width: 1280px) {
	#navColumns ul {
		margin-right: -20px;
	}
	#navColumns li a {
		padding: 10px 20px;
		font-size: 10px;
	}
}

#navMenuBackground {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	transition: visibility 0.2s, opacity 0.2s;
	z-index: 100;
}
#navMenuSwitch:checked ~ #wrapper #navMenuBackground {
	visibility: visible;
	opacity: 1;
}
#headerWrap {
	position: fixed;
	top: 0;
	height: 100%;
	width: calc(100% - 40px);
	margin-left: -100%;
	padding: ;
	padding-top: 110px;
	padding-bottom: 20px;
	padding-right: 10px;
	transition:margin-left 0.3s;
	background: #fff;
	z-index: 100;
}
#navMenuSwitch:checked ~ #wrapper #headerWrap {
	margin-left: 0;
}

#headerWrap .wrap {
	position: relative;
	height: 100%;
	overflow: auto;
}
@media (min-width:640px) {
	#headerWrap {
		width: 50%;
		margin-left: -50%;
		padding-top: 135px;
	}
}
@media (min-width: 960px) {
	#headerWrap {
		padding-top: 180px;
		padding-right: 20px;
	}
}


/* MAIN NAVIGATION */
#navMain {
	border-top: 1px solid #f2f2f2;
	padding: 10px 0 0;
	margin: 10px 0 0;
	clear: both;
	overflow: hidden;
}
#navMain .navBtnWrap {
	position: relative;
}
#navMain .navBtnWrap a {
	-webkit-transition: color .3s;
	transition: color .3s;
	overflow: hidden;
	display: block;
	padding: 0;
	color: inherit;
}
#navMain .navBtnWrap a .name {
	transition: all .3s;
	display: inline-block;
	padding: 5px 0;
	color: inherit;
}
#navMain .navBtnWrap a .iconSpecial {
	display: none;
}
#navMain .iconMenuTriggerDwn {
	display: block;
	position: absolute;
	width: 50px;
	height: 30px;
	line-height: 20px;
	text-align: center;
	top: 50%;
	right: -10px;
	margin-top: -15px;
	padding: 5px 0;
	overflow: hidden;
	color: #222;
	transition: all .3s;
	user-select: none;
	cursor: pointer;
}
#navMain .iconMenuTriggerDwn:hover {
	color: #218ecf;
}
#navMain .checkboxTrigger:checked + .navBtnWrap > .iconMenuTriggerDwn {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	color: #218ecf;
}

#navMain li > .checkboxTrigger ~ ul {
	max-height: 0;
	padding: 0;
	-webkit-transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, margin .3s, border .3s;
	transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, margin .3s, border .3s;
	overflow: hidden;
}
#navMain li > .checkboxTrigger:checked ~ ul {
	max-height: 5000px;
	padding: 10px 0;
	-webkit-transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s, margin .3s, border .3s;
	transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s, margin .3s, border .3s;
}

#navMain .checkboxTrigger + .navBtnWrap {
	padding-right: 30px;
}
#navMain .lvl1 {
	position: relative;
}
#navMain .lvl1 + .lvl1 {
	margin-top: 20px;
}

#navMain .lvl1:after {
	position: absolute;
	width: 100%;
	height: 1px;
	display: block;
	content: '';
	left: 0;
	bottom: -10px;
	background: #f2f2f2;
}
#navMain .lvl1:last-child:after {
	display: none;
}
#navMain .lvl1 > ul {
	background: #fff;
	z-index: 1;
	position: relative;
	border-top: 0 solid #f2f2f2;
}
#navMain .lvl1 > .checkboxTrigger:checked ~ ul {
	margin-top: 5px;
	border-top-width: 1px;
	padding-bottom: 10px;
	padding-top: 5px;
}
#navMain .lvl1 > .navBtnWrap a {
	color: inherit;
	font-weight: bold;
	font-size: 25px;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
}
#navMain .lvl1 > .checkboxTrigger ~ .navBtnWrap:after {
	content: '';
	display: block;
	border-style: solid;
	border: 1px solid #e9e9e9;
	border-bottom: none;
	border-right: none;
	height: 14px;
	width: 14px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 35px;
	bottom: -12px;
	opacity: 0;
	z-index: 2;
	pointer-events: none;
	-webkit-transition: opacity .3s, border .3s;
	transition: opacity .3s, border .3s;
}
#navMain li > .checkboxTrigger:checked + .navBtnWrap a,
#navMain li > .navBtnWrap a.active,
#navMain li > .navBtnWrap a:hover {
	color: #218ecf;
}
#navMain .lvl1 > .checkboxTrigger:checked + .navBtnWrap:after {
	opacity: 1;
}

#navMain .lvl2 > .navBtnWrap a {
	font-size: 18px;
	font-weight: 300;
	line-height: 20px;
	text-transform: none;
	padding-top: 5px;
	padding-bottom: 5px;
	color: inherit;
}
#navMain .lvl2 > .navBtnWrap a.active,
#navMain .lvl2 > .navBtnWrap a:hover {
	color: #218ecf;
}
#navMain .lvl2 > .checkboxTrigger:checked ~ ul,
#navMain .lvl3 > .checkboxTrigger:checked ~ ul {
	padding-bottom: 15px;
	padding-top: 0;
}
#navMain .lvl3 > .navBtnWrap a,
#navMain .lvl4 > .navBtnWrap a {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
}
#navMain .lvl3 > .navBtnWrap a .name,
#navMain .lvl4 > .navBtnWrap a .name {
	padding: 0;
}
#navMain .lvl3 > .navBtnWrap a .icon,
#navMain .lvl4 > .navBtnWrap a .icon {
	font-size: .833em;
	line-height: 20px;
	position: absolute;
	left: 5px;
	top: 4px;
	color: inherit;
}
#navMain .lvl4 > .navBtnWrap a {
	padding-left: 35px;
	font-weight: 400;
}
#navMain .lvl4 > .navBtnWrap a .icon {
	left: 20px;
}
@media (min-width: 960px) {
	#navMain {
		border-top: none;
		padding: 0;
		margin: 0;
	}
}


#main {
	margin-top: 105px;
	display: block;
	overflow: hidden;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
#misc {
	position: relative;
	z-index: 0;
	padding-top: calc(1vw + 15px);
	padding-bottom: calc(1vw + 5px);
}
#teaserSection + #misc {
	padding-top: calc(1vw + 5px);
}
#misc:after {
	content: '';
	display: block;
	width: 300%;
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 30vw;
	margin-left: -150%;
	border-radius: 50%;
	z-index: -1;
	background: #e7e7e7;
}
#breadcrumb {
	font-size: 12px;
	line-height: 1.25;
	padding-bottom: 0;
	margin: 0;
}
#breadcrumb * {
	color: #838384;
}
#breadcrumb .divider {
	color: #fff;
}
#breadcrumb a {
	font-weight: bold;
	padding: 0 10px;
	text-decoration: none;
}
#breadcrumb a:last-child {
	color: #444547;
}
@media (min-width: 640px) {
	#misc {
		padding-bottom: calc(1vw + 10px);
	}
	.teaser + #misc {
		padding-top: 20px;
	}
	#main {
		margin-top: 125px;
	}
}
@media (min-width: 960px) {
	#main {
		margin-top: calc(180px - .867vw);
	}
}
@media (min-width: 1280px) {
	#misc {
		padding-bottom: calc(1vw + 5px);
	}
	#teaserSection + #misc {
		padding-top: 1vw;
	}
}


#footer {
	background: #218ecf;
	color: #fff;
	padding-bottom: 60px;
	font-size: 15px;
	line-height: 1.667;
	position: relative;
}
#footer:before {
	content: '';
	display: block;
	height: 1vw;
	width: 100%;
	position: absolute;
	left: 0;
	top: -1vw;
	background: #218ecf;
	-webkit-mask: url("../img/mask_rounded_top.svg") 50% 0% / cover no-repeat;
	mask: url("../img/mask_rounded_top.svg") 50% 0% / cover no-repeat;
}
#footer * {
	color: #fff;
}
#footer a {
	text-decoration: underline;
}

#footer .wrap {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: -10px;
	margin-right: -10px;
}
#footer .wrap > * {
	padding-left: 10px;
	padding-right: 10px;
}
#footer .wrap > * + * {
	padding-top: 20px;
}
#logoFooter {
	display: block;
	width: 50%;
	margin: 0 auto;
}
#logoFooter img {
	display: block;
	width: 100%;
	height: auto;
}
#navStdFtr {
	font-size: inherit;
	line-height: inherit;
}
#navStdFtr ul {
	list-style: disc;
	padding-left: 1em;
}
#navStdFtr li {
	float: none;
	font-weight: 400;
	padding-right: 0;
}
#navStdFtr li:after {
	display: none;
}
#navStdFtr li a {
	text-decoration: none;
}
#navStdFtr li a:hover {
	text-decoration: underline;
}

@media (min-width: 480px) {
	#footer .contact1,
	#footer .contact2 {
		width: 50%;
		float: left;
	}
	#navStdFtr {
		clear: left;
	}
}
@media (min-width: 640px) {
	#logoFooter {
		width: 25%;
		float: left;
	}
	#footer .contact1,
	#footer .contact2 {
		width: 32.5%;
		padding-top: 0;
	}
}
@media (min-width: 960px) {
	#footer {
		padding-bottom: 0;
	}
	#footer .wrap {
		margin-left: -20px;
		margin-right: -20px;
	}
	#footer .wrap > * {
		padding-left: 20px;
		padding-right: 20px;
	}
	#logoFooter {
		width: 16.667%;
	}
	#footer .contact1,
	#footer .contact2 {
		width: 25%;
	}
	#navStdFtr {
		float: left;
		width: 33.333%;
		clear: none;
	}
	#footer #navStdFtr {
		padding-top: 0;
	}
}
/* ==========================================================================
   external Scripts/Functions
   ========================================================================== */

/*! Swipebox v1.4.4 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html{overflow:hidden !important}#swipebox-overlay img{border:none !important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999 !important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff;background:rgba(0, 0, 0, .5)}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform 0.4s ease;transition:transform 0.4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer;padding-bottom:50px}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block;position:relative;overflow:hidden}#swipebox-slider .slideInnerWrap{height:100%;width:100%;line-height:1px;text-align:center}#swipebox-slider .slideInnerWrap:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-inline-container,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-iframe-container iframe,#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100% !important;height:100% !important;position:absolute;top:0;left:0}#swipebox-slider .slide .swipebox-iframe-container{width:100%;height:100%;overflow:hidden;position:relative;display:inline-block}#swipebox-slider .slide-loading{background:url("../img/preloader_301_dark.gif") center center no-repeat}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:0.5s;transition:0.5s;position:absolute;left:0;z-index:999;height:50px;width:100%}#swipebox-bottom-bar{bottom:0;color:#fff !important}#swipebox-top-bar{left:10px;bottom:0;display:table;width:calc(100% - 120px)}#swipebox-title{width:100%;height:100%;font-size:1em;line-height:1.2;text-align:center;vertical-align:middle;display:table-cell;color:#fff;text-shadow:0 0 20px rgba(0, 0, 0, 0.19), 0 0 6px rgba(0, 0, 0, 0.23)}#swipebox-close,#swipebox-next,#swipebox-prev,#swipebox-zoomin,#swipebox-zoomout{background-image:url("../img/Swipebox/icons.png");background-repeat:no-repeat;border:none !important;text-decoration:none !important;cursor:pointer;width:50px;height:50px;top:0}#swipebox-arrows{height:100%;position:absolute;left:0;bottom:0;top:-50vh}#swipebox-prev{background-position:-32px 13px;float:left}#swipebox-next{background-position:-78px 13px;float:right;position:absolute;right:-100vw;margin-right:50px}#swipebox-close,#swipebox-zoomin,#swipebox-zoomout{top:0;position:absolute;z-index:9999}#swipebox-close{background-position:15px 12px;right:0}#swipebox-zoomin{background-position:-122px 12px;right:50px}#swipebox-zoomout{background-position:-168px 12px;right:50px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-next.disabled,#swipebox-prev.disabled,#swipebox-zoomin.disabled,#swipebox-zoomout.disabled{opacity:0.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:rightSpring 0.3s;animation:rightSpring 0.3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:leftSpring 0.3s;animation:leftSpring 0.3s}.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0;box-shadow:inset 10px 0 10px -8px #656565}.swipebox-touch #swipebox-container:after{right:0;box-shadow:inset -10px 0 10px -8px #656565}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@-webkit-keyframes rightSpring{0%,100%{left:0}50%{left:-30px}}@keyframes rightSpring{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes leftSpring{0%,100%{left:0}50%{left:30px}}@keyframes leftSpring{0%,100%{left:0}50%{left:30px}}#swipebox-slider .slide .video-js-container .swipebox-video{width:auto;height:auto;padding-bottom:0}#swipebox-slider .swipebox-video .video-js{width:100%;height:auto;display:block}#swipebox-slider .swipebox-video .video-js .vjs-big-play-button{left:50%;top:50%;margin:-1em 0 0 -1em;height:2em;width:2em;line-height:2em;border:none;background:#003E7C;border-radius:1em;color:#fff}#swipebox-slider .swipebox-video .video-js .vjs-big-play-button:hover{background:#E8EAED;color:#003F7D}#swipebox-slider .swipebox-video .vjs-has-started .vjs-control-bar{background-color:#69AF22;background-color:rgba(105, 175, 34, .9)}#swipebox-slider .swipebox-video .video-js .vjs-slider{background:#fff;background:rgba(255, 255, 255, .5)}#swipebox-slider .swipebox-video .video-js .vjs-load-progress{background:#bfcfde}#swipebox-slider .swipebox-video .video-js .vjs-play-progress{background:#003E7C}


/*
	Overlay
	*/
.vcModal,
.vcModalOverlay {
	transition: height 0s .3s, opacity .3s;
	pointer-events: none;
	position: fixed;
	height: 0;
	width: 100%;
	opacity: 0;
	left: 0;
	top: 0;
	z-index: 1000;
}
.vcModal {
	overflow: auto;
}
.vcModalOverlay {
	background: #fff;
	background: rgba(0,0,0,.5);
	position: fixed;
	display: block;
}

.vcModal .modalMsg {
	display: table;
	padding: 30px 30px 20px 10px;
	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: 10px;
	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: #838384;
	color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 1;
}
.vcModal .vcModalClose:hover {
	background: #FF6618;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.vcModalBannerBottom .vcModalOverlay {
	height: 0 !important;
	opacity: 0 !important;
}
.vcModalBannerBottom .vcModal {
	top: auto;
	bottom: 0;
}
.vcModalSwitch:checked + .vcModalTarget.vcModalBannerBottom  .vcModal {
	height: auto;
	max-height: 100%;
}
.vcModalBannerBottom .vcModal .modalMsg {
	padding: 90px 0 0;
	position: relative;
}
.vcModalBannerBottom .vcModal .modalMsg:before {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    content: '';
    background: #FFF;
    display: block;
    width: 100%;
    z-index: -1;
    box-shadow: 0 0 20px rgba(0,0,0,.5);
    position: absolute;
    left: 0;
	top: 90px;
	height: 50%;
}
.vcModalBannerBottom .vcModal .modalMsg .wrap .wrapMore {
	margin: 0;
	padding: 0;
	max-width: none;
	width: 100%;
	box-shadow: none;
}

.vcModalBannerBottom .vcModal .article {
	padding: 15px;
	margin: 0 auto;
}
.vcModalBannerBottom .vcModal .article > :first-child {
	padding-right: 60px;
}
.vcModalBannerBottom  .vcModal .vcModalClose {
	right: 15px;
	top: 15px;
}
@media (min-width: 640px) {
	.vcModal .modalMsg .wrap .wrapMore {
		padding: 20px;
	}
}
@media (min-width: 960px) {
	.vcModalBannerBottom .vcModal .article {
		width: 83.33%;
	}
	.vcModalBannerBottom .vcModal .article > :first-child {
		padding-right: 0;
	}
}



/*
	CSS Icons
	*/
.vcCssIcon {
	position: relative;
	display: inline-block;
}
.vcCssIconCheck {
	height: 1em;
	width: .667em;
	border-right: .1875em solid #000;
	border-bottom: .1875em solid #000;
	transform: rotate(45deg);
	margin: 0 .2em;
}
.vcCssIconArrowDown {
    width: 1em;
	height: 1em;
    margin: 0 .2em;
}
.vcCssIconArrowDown:after {
	content: '';
	display: block;
	font-size: .667em;
	width: 1em;
	height: 1em;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -.375em;
	margin-left: -.5em;
	transform: rotate(-45deg);
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
}
.vcCssIconClose {
	height: 100%;
	width: 100%;
	display: block;
}
.vcCssIconClose:before,
.vcCssIconClose:after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	background: #fff;
	display: block;
	width: 100%;
	height: .1875em;
	margin-top: -.09375em;
	margin-left: -50%;
}
.vcCssIconClose:before {
	transform: rotate(45deg);
}
.vcCssIconClose:after {
	transform: rotate(-45deg);
}


/*
	Privacy & Cookies
	*/
.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%;
	}
}

/*
	SWIPER
	*/
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
	border: 2px solid #f2f2f2;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 38px;
	background: rgba(255,255,255,.9);
	color: #ec6604;
	transition: all .3s;
	margin-top: -20px;
	top: 50%;
}
.swiper .swiper-button-next:hover,
.swiper .swiper-button-prev:hover {
	border-color: #cdcdce;
	background: #f2f2f2;
	background: rgba(0,0,0,.05);
	color: #218ecf;
}
.swiper .swiper-button-next:after,
.swiper .swiper-rtl .swiper-button-prev:after,
.swiper .swiper-button-prev:after,
.swiper .swiper-rtl .swiper-button-prev:after {
	display: none;
}
.swiper .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	background: #f2f2f2;
}

.swiper-progress-bar {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #fff;
	background: rgba(255,255,255,.5);
	z-index: 1;
	overflow: hidden;
}
.swiper-progress-bar .swiper-progress {
	width: 0%;
	height: 100%;
	background: #218ecf;
}


/*
	REGIONDO
	*/
.regiondo-booking-widget {
	width: 100% !important;
    --regiondo-padding: 0 !important;
}
.regiondoGoToBookingWidget {
    text-align: center;
}
.regiondoGoToBookingWidget .btnRaised {
    min-width: 15em;
}
.regiondoGoToBookingWidget:last-child {
    display: none !important;
}
@media (max-width: 480px) {
    .regiondoGoToBookingWidget .btnRaised {
        width: 100%;
    }
}

/*
	jQuery UI Resets
	*/
.accordionWrapper.ui-accordion {
	margin: 0;
}
.accordionWrapper.ui-accordion .ui-accordion-header {
	padding-top: 0;
	padding-bottom: 0;dialogDatepicker
margin: 1em 0 .5em;
}
.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: inherit;
	line-height: inherit;
	overflow: hidden;
	background: none;
	border: none;
}

.ui-widget.ui-accordion {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	color: initial;
}
body .ui-widget.ui-widget-content {
	border-color: #f2f2f2;
}
body .ui-datepicker {
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

/* ==========================================================================
   Content classes
   ========================================================================== */
/* Part: TEASER / IMG GALLERY */
.teaser {
	position: relative;
	z-index: 1;
	-webkit-mask: url("../img/mask_rounded_bottom.svg") 50% 100% / cover no-repeat;
	mask: url("../img/mask_rounded_bottom.svg") 50% 100% / cover no-repeat;
}
.teaser .swiper-wrapper {
	list-style: none;
	margin: 0;
	position: relative;
	padding: 0;
	width: 100%;
}
.gallery .swiper-button-next,
.teaser .swiper-button-next,
.gallery .swiper-button-prev,
.teaser .swiper-button-prev {
	border-color: rgba(255,255,255,.2);;
	background: rgba(0,0,0,.1);
	color: #fff;
	margin-top: auto;
}
.teaser .swiper-button-next,
.teaser .swiper-button-prev {
	top: auto;
	bottom: calc(10px + 1vw);
}
.gallery .swiper-button-next:hover,
.teaser .swiper-button-next:hover,
.gallery .swiper-button-prev:hover,
.teaser .swiper-button-prev:hover {
	border-color: #fff;
	background: rgba(0,0,0,.5);
}
.teaser .swiper-button-next:after,
.teaser .swiper-rtl .swiper-button-prev:after,
.teaser .swiper-button-prev:after,
.teaser .swiper-rtl .swiper-button-prev:after,
.teaser.hidePaging .swiper-button-next,
.teaser.hidePaging .swiper-button-prev {
	display: none;
}
.teaser .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	background: #fff;
}
.teaser .teaserItem {
	position: relative;
	height: 0;
	padding-bottom: 100%;
	background: #e7e7e7;
	overflow: hidden;
}
.teaser .teaserItem:after {
	 width: 100%;
	 position: absolute;
	 left: 0;
	 bottom: 0;
	 content: '';
	 display: block;
	 height: 4em;
	 background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 50%);
	 z-index: 1;
 }
.teaser.small .teaserItem {
	padding-bottom: 62.5%;
}
.teaser .teaserItem .teaserImgWrap {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.teaser .teaserItem .teaserImgWrap .video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translateX(-50%) translateY(-50%);
}
.teaser .teaserItem .teaserImgWrap .videoSizeJs {
	min-width: 0;
	min-height: 0;
}
.teaser .teaserItem .teaserItemTitle {
	display: block;
	height: 100%;
	left: 0;
	right: 0;
	position: absolute;
	top: 0;
	z-index: 2;
}
.teaser .teaserItem .teaserItemTitleInner {
	display: table;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding-top: calc(10px + 1vw);
	padding-bottom: calc(50px + 1vw);
}
.teaser.hidePaging .teaserItem .teaserItemTitleInner {
	padding-bottom: calc(10px + 1vw);
}

.teaser .teaserItem .teaserItemTitleInner .wrap {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	color: #fff;
	text-shadow: 0 0 20px rgba(0,0,0,.25);
}
.teaser .teaserItem .teaserItemTitleInner .wrap > * {
	margin: 0;
}
.teaser .teaserItem .teaserItemTitleInner .wrap .btnRaised {
	text-shadow: none;
	margin-top: 1rem;
}
.teaser .teaserItem.textOverImage .teaserItemTitleInner .wrap {
	text-align: center;
}
.teaser .teaserItem.textOverImage .teaserItemTitleInner:after,
.teaser .teaserItem.textLeftOverImage .teaserItemTitleInner:after,
.teaser .teaserItem.textRightOverImage .teaserItemTitleInner:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	height: 100%;
}
.teaser .teaserItem.textLeftOverImage .teaserItemTitleInner:after {
	left: 0;
	width: 100%;
	background: linear-gradient(90deg, rgba(0,0,0,.3) 0%, rgba(0,0,0,0) 100%);
}
.teaser .teaserItem.textRightOverImage .teaserItemTitleInner:after {
	right: 0;
	width: 100%;
	background: linear-gradient(270deg, rgba(0,0,0,.3) 0%, rgba(0,0,0,0) 100%);
}
.teaser .teaserItem.textOverImage .teaserItemTitleInner:after {
	left: 0;
	width: 100%;
	background: radial-gradient(ellipse at center, rgba(0,0,0,.5) 0%, rgba(0,0,0,.33) 25%, rgba(0,0,0,0) 87.5%);
}

.dialogWrap .tabContents {
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	box-shadow: 0 2px 2px rgba(0,0,0,.2), 0 1px 5px rgba(0,0,0,.14);
}
.dialogWrap .dialogTabs {
	overflow: hidden;
	position: relative;
	z-index: 1;
	border-bottom: none;
	padding: 0;
	margin: 0 20px;

	display: flex;
}
.dialogWrap .dialogTabs li {
	padding: 5px 20px 10px;
	margin-top: 5px;
	font-size: 20px;
	line-height: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	z-index: -1;
	color: #fff;
	background: none;
	text-shadow: 0 0 20px rgba(0,0,0,0.19), 0 0 6px rgba(0,0,0,0.23);
	white-space: nowrap;
	text-overflow: hidden;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
	transition: all .3s;
}
.dialogWrap .dialogTabs li:after {
	display: none !important;
}
.dialogWrap .dialogTabs li a:hover {
	color: inherit;
}
.dialogWrap .dialogTabs li:hover {
	background: #fff;
	color: inherit;
	text-shadow: none;
}
.dialogWrap .dialogTabs li + li {
	margin-left: 0;
}
.dialogWrap .dialogTabs li.active {
	background: #218ecf !important;
	color: #fff;
	z-index: 1;
	font-weight: bold;
	padding-top: 10px;
	margin-top: 0;
	text-shadow: none;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.dialogWrap .dialogOverlay {
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: fixed;
	display: block;
	z-index: -1;
}

.dialogWrap .dialogClose {
	position: fixed;
	cursor: pointer;
	right: 0;
	top: 0;
	padding: 45px 45px 10px 10px;
	line-height: 20px;
	text-align: center;
	margin: -40px -40px auto auto;
	background: #f2f2f2;
	color: inherit;
	height: 80px;
	width: 80px;
	border-radius: 40px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.dialogWrap .dialogClose:hover {
	background: #218ecf;
	color: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.dialogWrap .dialogDatepicker .ui-state-hover,
.dialogWrap .dialogDatepicker .ui-state-active {
	background:inherit;
	color:#fc571c;
}
.dialogWrap .dialogDatepicker .ui-datepicker {
	box-shadow:none;
	border:none;
	padding: 0;
	border: none !important;
	background: none;
	width: 100% !important;
	color: inherit;
	font-family: inherit;
}
.dialogWrap .dialogDatepicker td.ui-state-disabled:hover  .ui-state-default {
	background:none !important;
}
.dialogWrap .dialogDatepicker .ui-datepicker-calendar span,
.dialogWrap .dialogDatepicker .ui-datepicker-calendar a {
	position:relative;
	text-align:center;
	border: none;
	z-index:0;
}
.dialogWrap .dialogDatepicker .hover a {
	background:#f4b894;
}
.dialogWrap .dialogDatepicker .ui-datepicker table {
	font-size: 1em;
	table-layout:fixed;
	margin: 0;
}
.dialogWrap .dialogDatepicker .ui-datepicker th {
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	padding-top: 0;
	padding-bottom: 10px;
}
.dialogWrap .dialogDatepicker .ui-datepicker .ui-widget-header {
	background:none;
	color: inherit;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	padding: 0 0 20px;
	font-family: 'Roboto Condensed', sans-serif;
	border:none;
}
.dialogWrap .dialogDatepicker .ui-datepicker .ui-widget-header a {
	color: inherit;
	text-decoration: none;
}

.dialogWrap .dialogDatepicker .ui-datepicker .ui-datepicker-title {
	line-height: inherit;
}
.dialogWrap .dialogDatepicker .ui-datepicker .ui-datepicker-prev span,
.dialogWrap .dialogDatepicker .ui-datepicker .ui-datepicker-next span {
	display:none !important;
}
.dialogWrap .dialogDatepicker .ui-datepicker .ui-datepicker-prev,
.dialogWrap .dialogDatepicker .ui-datepicker .ui-datepicker-next,
.dialogWrap .dialogDatepicker .ui-datepicker .ui-datepicker-prev.ui-state-hover,
.dialogWrap .dialogDatepicker .ui-datepicker .ui-datepicker-next.ui-state-hover {
	font-size: 15px;
	line-height: 20px;
	height: 20px;
	background:none;
	border:none;
	cursor:pointer;
	top: 0;
}
.dialogWrap .dialogDatepicker .ui-datepicker .ui-datepicker-prev.ui-state-hover,
.dialogWrap .dialogDatepicker .ui-datepicker .ui-datepicker-next.ui-state-hover {
	color: #218ecf;
	top: 0;
}
.dialogWrap .dialogDatepicker .ui-datepicker .ui-datepicker-prev {
	text-align:left;
}
.dialogWrap .dialogDatepicker .ui-datepicker .ui-datepicker-next {
	text-align:right;
}
.dialogWrap .dialogDatepicker .ui-datepicker .ui-datepicker-prev:before,
.dialogWrap .dialogDatepicker .ui-datepicker .ui-datepicker-next:before {
	content:'';
	font-family:'fontello';
}
.dialogWrap .dialogDatepicker .ui-datepicker .ui-datepicker-prev:before {
	content:'\e8a0';
}
.dialogWrap .dialogDatepicker .ui-datepicker .ui-datepicker-next:before {
	content:'\e8a1';
}


.dialogWrap .dialogDatepicker .ui-datepicker td {
	font-size: 20px;
	line-height: 40px;
	padding: 5px 0;
	text-align: center;
	opacity: 1;
}
.dialogWrap .dialogDatepicker .ui-datepicker td.ui-datepicker-other-month {
	opacity: .25;
}
.dialogWrap .dialogDatepicker .ui-datepicker tr:not(:first-child) td {
	border-top: 1px solid #f2f2f2;
	padding-top: 4px;
}
.dialogWrap .dialogDatepicker .ui-datepicker td span,
.dialogWrap .dialogDatepicker .ui-datepicker td a {
	border: none;
	padding: 0;
	background: none;
	font-weight: normal;
	border-radius: 20px;
}

.dialogWrap .dialogDatepicker .ui-datepicker td .ui-state-default {
	color: inherit;
	max-width: 40px;
	margin: 0 auto;
}
.dialogWrap .dialogDatepicker .ui-datepicker td.available .ui-state-default {
	background: #ec6909;
	color: #fff;
}
.dialogWrap .dialogDatepicker .ui-datepicker td .ui-priority-secondary {
	opacity: .25;
}
.dialogWrap .dialogDatepicker .ui-datepicker td.available .ui-state-hover,
.dialogWrap .dialogDatepicker .ui-datepicker td.available .ui-state-active {
	background: #1a72a6;
	color: #fff;
}


@media (max-width: 959px) {
	.teaserWrap .dialogTrigger {
		position: absolute;
		left: 60px;
		right: 60px;
		bottom: calc(10px + 1vw + 20px);
		cursor: pointer;
		margin: 0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		z-index: 2;
		text-align: center;
	}
	.teaser .teaserItem.hasDialog .teaserItemTitleInner {
		padding-bottom: calc(10px + 1vw + 60px);
	}

	.teaserWrap .dialogWrap {
		position: fixed;
		display: none;
		overflow: auto;
		z-index: 1;
	}

	.teaserWrap .dialogSwitch:checked + .dialogWrap {
		display: block;
		height: 100%;
		width: 100%;
		left: 0 !important;
		top: 0;
		z-index: 1000;
		background: rgba(0,0,0,.75);
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.teaserWrap .dialogWrap .dialogBox {
		padding: 20px;
	}
}
@media (min-width: 640px) {
	.teaser .teaserItem {
		padding-bottom: 62.5%;
	}
	.teaser.small .teaserItem {
		padding-bottom: 50%;
	}
}
@media (min-width: 960px) {
	.teaser.swiper-horizontal .swiper-pagination {
		bottom: 20px;
	}
	.teaser .teaserItem {
		padding-bottom: 50%;
	}
	.teaser.small .teaserItem {
		padding-bottom: 33.33%;
	}
	.teaser .teaserItem .teaserItemTitleInner {
		padding-top: 40px;
	}

	.teaser .swiper-button-next {
		right: 20px;
	}
	.teaser .swiper-button-prev {
		left: 20px;
	}

	.teaser .teaserItem.textRightOverImage.hasDialog .teaserItemTitleInner .wrap {
		padding-left: 33.33%;
		padding-left: calc((100% + 40px) / 3 + 20px);
	}
	.teaser .teaserItem.textLeftOverImage.hasDialog .teaserItemTitleInner .wrap {
		padding-right: 33.33%;
		padding-right: calc((100% + 40px) / 3 + 20px);
	}

	.teaserWrap {
		position: relative;
	}
	.teaserWrap .dialogClose,
	.teaserWrap .dialogTrigger,
	.teaserWrap .dialogOverlay {
		display: none;
	}



	.teaserWrap .dialogWrap.textLeftOverImage,
	.teaserWrap .dialogWrap.textRightOverImage {
		padding: 0;
		margin-top: calc(10px + 1vw);
		margin-bottom: calc(50px + 1vw);
		position: absolute;
		top: 0;
		height: 100%;
		height: calc(100% - 2vw - 60px);
		z-index: 1;
		width: 33.33%;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.teaserWrap .dialogWrap.textLeftOverImage {
		left: auto !important;
	}
	.teaserWrap .dialogWrap.textRightOverImage {
		right: auto !important;
	}
}
@media (min-width: 1280px) {
	.teaser .teaserItem {
		padding-bottom: 42.825%;
	}
	.teaser.small .teaserItem {
		padding-bottom: 25%;
	}
	.teaserWrap .dialogWrap.textLeftOverImage,
	.teaserWrap .dialogWrap.textRightOverImage {
		width: calc(30% - 20px);
	}
}
@media (min-width: 1600px) {
	.teaserWrap .dialogWrap.textLeftOverImage,
	.teaserWrap .dialogWrap.textRightOverImage {
		width: calc(26.667% - 20px);
	}
}
@media (min-width: 1840px) {
	.teaserWrap .dialogWrap.textLeftOverImage,
	.teaserWrap .dialogWrap.textRightOverImage {
		width: calc(23.333% - 20px);
	}
}


/* Content: TABS */
.tabsList {
	border-bottom: 1px solid #e9e9e9;
	margin: 0;
	padding: 0;
	list-style: none;
}
.tabsList li {
	position: relative;
	float: left;
	margin: 0;
	padding: .25em 0;
	z-index: 1;
}
.tabsList li + li {
	margin-left: 20px;
}
.tabsList li a {
	text-decoration: none;
	color: inherit;
	display: block;
}
.tabsList li:hover,
.tabsList li.active {
	color: #fabb00;
}
.tabsList li.active {
	font-weight: 700;
}
.tabsList li.active:after {
	position: absolute;
	content: '';
	display: block;
	font-size: .8em;
	background: #fff;
	border: 1px solid #e9e9e9;
	border-top-color: transparent;
	border-right-color: transparent;
	height: 1em;
	width: 1em;
	transform: rotate(-45deg);
	left: 50%;
	margin-left: -.5em;
	margin-bottom: -.5em;
	bottom: 0;
	z-index: -1;
}
@media (min-width: 640px) {
	.tabsList li {
		padding-left: 20px;
		padding-right: 20px;
	}
	.tabsList li + li {
		margin-left: 0;
	}
}

/* Content: BILDER & GALERIE */
.filePreview,
.img,
.thumb {
	position: relative;
	overflow: hidden;
	display:block;
}
.thumb img,
.img img,
.img-link img,
.imgWrap img {
	width:100%;
	height:auto;
	display: block;
}
.imgWrap {
	position: relative;
	margin: 0;
}
.gallery {
	margin: -5px -10px;
}
.img-count {
	margin: 5px 10px;
	text-align: right;
}
.imgContainer {
	float: left;
	padding: 10px;
	margin: 0 !important;
	position: relative;
}
.imgContainer .dl_item {
	display: block;
	text-decoration: none;
	color: inherit;
	font-size: .75em;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}
.imgContainer .dl_item .icon {
	margin-right: 5px;
}
.img {
	display:block;
	position: relative;
	z-index: 1;
}
.img.effect {
	border: 5px solid #FFF;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.caption {
	font-size: 80%;
	line-height: 1.25;
	display: block;
	text-align: center;
	margin-top: .5em;
}

.imgLeft .imagesInnerWrap {
	float: left;
	margin-bottom: 1em;
}
.imgRight .imagesInnerWrap {
	margin-bottom: 1em;
	float: right;
}
.imgRight .caption {
	text-align: left;
}
.imgLeft .caption {
	text-align: right;
}
.imgWrap + .imgWrap,
.imgWrap + .imgWrap {
	margin-top: 1em;
}
.imgNone {
	margin: 1em auto;
}
.imgNone .imagesInnerWrap {
	margin: -1em;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.imgNone .imagesInnerWrap .slideDownTrigger {
    flex-grow: 1;
    padding: 1rem;
    margin-bottom: 0;
    width: 100%;
}
.imgNone .imagesInnerWrap .slideDownTrigger + .slideDownTarget {
    margin-top: -1rem;
}

.imgWidth-100,
.imgWidth-75,
.imgWidth-67,
.imgWidth-50,
.imgWidth-42,
.imgWidth-33 {
	width: 100%;
}
.imgWidth-25 {
	width: 50%;
}
.imgWidth-20,
.imgWidth-17,
.imgWidth-15 {
	width: 25%;
}
.imgWidth-13,
.imgWidth-10,
.imgWidth-5 {
	width: 15%;
}

.imgNone .imgWrap {
	float: left;
	padding: 1em;
	margin: 0;
}

.imgRight .imgWidth-25,
.imgRight .imgWidth-20,
.imgRight .imgWidth-17,
.imgRight .imgWidth-15,
.imgRight .imgWidth-13,
.imgRight .imgWidth-10,
.imgRight .imgWidth-5 {
	margin-left: 1em;
	padding-left: 1em;
	float: right;
}
.imgLeft .imgWidth-25,
.imgLeft .imgWidth-20,
.imgLeft .imgWidth-17,
.imgLeft .imgWidth-15,
.imgLeft .imgWidth-13,
.imgLeft .imgWidth-10,
.imgLeft .imgWidth-5 {
	margin-right: 1em;
	padding-right: 1em;
	float: left;
}


/* Gallery with SwiperJS */
.gallery.swiper-container-outer {
	margin: 15px 0;
	clear: both;
	position: relative;
}
.gallery.swiper-container-outer .swiper-container {
	overflow: hidden;
}
.imgContainer.swiper-slide {
	padding: 0;
}
.gallery-thumbs-wrapper {
	margin: -5px -5px 15px;
}
.gallery-thumbs {
	overflow: hidden;
	cursor: pointer;
}
.gallery-thumbs .swiper-slide {
	width: 25%;
	padding: 0;
	opacity: .5;
	transition: opacity .2s;
}
.gallery-thumbs .swiper-slide:hover,
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}
.gallery-thumbs .galleryImgThumb {
	padding-bottom: 100%;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 0 5px;
	padding-bottom: calc(100% - 10px);
}

@media (min-width: 480px) {
	.imgWidth-33,
	.imgWidth-25 {
		width: 50%;
	}
	.imgWidth-20,
	.imgWidth-17,
	.imgWidth-15 {
		width: 33.3%;
	}
	.imgWidth-13 {
		width: 20%;
	}
	.imgWidth-10,
	.imgWidth-5 {
		width: 15%;
	}

	.imgRight .imgWidth-33 {
		margin-left: 1em;
		padding-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-33 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

@media (min-width: 640px) {
	.imgWidth-50,
	.imgWidth-42 {
		width: 50%;
	}
	.imgWidth-25 {
		width: 33.3%;
	}
	.imgWidth-20,
	.imgWidth-17 {
		width: 25%;
	}
	.imgRight .imgWidth-50,
	.imgRight .imgWidth-42 {
		margin-left: 1em;
		padding-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-50,
	.imgLeft .imgWidth-42 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}

	.gallery {
		margin: 10px -10px;
	}
	.gallery.swiper-container-outer {
		margin: 20px 0;
	}
	.gallery-thumbs-wrapper {
		margin: 20px -10px;
	}
	.gallery-thumbs .swiper-slide {
		width: 16.667%;
	}
	.gallery-thumbs .galleryImgThumb {
		margin: 0 10px;
		padding-bottom: calc(100% - 20px);
	}
}

@media (min-width: 720px) {
	.imgWidth-67 {
		width: 50%;
	}
	.imgWidth-33,
	.imgWidth-25 {
		width: 33.3%;
	}
	.imgWidth-20,
	.imgWidth-17,
	.imgWidth-15 {
		width: 20%;
	}
	.imgWidth-13,
	.imgWidth-10,
	.imgWidth-5 {
		width: 15%;
	}

	.imgRight .imgWidth-67 {
		margin-left: 1em;
		padding-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-67 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

@media (min-width: 960px) {
	.imgWidth-100 {
		width:100%;
	}
	.imgWidth-75 {
		width:75%;
	}
	.imgWidth-67 {
		width:66.7%;
	}
	.imgWidth-50 {
		width:50%;
	}
	.imgWidth-42 {
		width: 41.7%;
	}
	.imgWidth-33 {
		width:33.3%;
	}
	.imgWidth-25 {
		width:25%;
	}
	.imgWidth-20 {
		width:20%;
	}
	.imgWidth-17 {
		width:16.6666%;
	}
	.imgWidth-15 {
		width:15%;
	}
	.imgWidth-13 {
		width:12.5%;
	}
	.imgWidth-10 {
		width:10%;
	}
	.imgWidth-5 {
		width:5%;
	}
	.imgRight .imgWidth-75 {
		margin-left: 1em;
		padding-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-75 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

/* Content: GOOGLE MAPS */
.mapWrap {
	position:relative;
	margin-top: 1.0714em;
	margin-bottom: 1.0714em;
	background: #fff;
	overflow: auto;
}
.map_canvas {
	min-height: 200px;
	min-height: 66.667vh;
	background: #e0e0e0;
}
.mapWrap.isInFullscreenMode .map_canvas {
	height: 100%;
}
.map_canvas .gm-style,
.infoBox {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
.infoBox {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	background: #fff;
	padding: 10px;
	position: relative;
	font-size: .833em;
	line-height: 1.333;
}
.infoBox .closeBtn {
	float: right;
	background: #000;
	background: rgba(0,0,0,.4);
	padding: 5px;
	border: none;
	border-radius: 0;
	position: relative;
	z-index: 1;
}
.infoBox .closeBtn:hover {
	background: #000;
	background: rgba(0,0,0,.7);
}
.infoBox:after,
.infoBox .nose {
	position: absolute;
	content: '';
	display: block;
	height: 0;
	width: 0;
	left: 50%;
	margin-left: -8px;
	bottom: -8px;
	border-style: solid;
	border-width: 8px 8px 0;
	border-color: #fff transparent transparent;
}
.infoBox.hasNose:after {
	display: none;
}
.infoBox .btn,
.map_canvas .gm-style-iw .btn {
	display: block;
	margin-top: 10px;
}
.infoBox .btnSet,
.map_canvas .gm-style-iw .btnSet {
	margin-top: 10px;
}
.infoBox .btnSet .btn,
.map_canvas .gm-style-iw .btnSet .btn {
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	font-size: .8em;
}
.infoBox .placeTeaser,
.map_canvas .placeTeaser {
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 50%;
	background: #f5f6f6 no-repeat 50% 50%;
	background-size: cover;
}
.infoBox .placeTitle {
	margin: 0;
}
.infoBox .subTitle {
	display: block;
	text-transform: none;
	font-weight: 300;
	font-style: italic;
}
.infoBox p {
	margin: .667em 0;
}

.infoBox .placeTeaser .placeTitle,
.map_canvas .placeTeaser .placeTitle {
	position: absolute;
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 5px 10px;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 75%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 75%);
	text-shadow: 0 0 20px rgba(0,0,0,0.19), 0 0 6px rgba(0,0,0,0.23);
	display: block;
	width: 100%;
}
.infoBox .placeTeaser {
	width: auto;
	margin: -10px -10px 0;
}
.infoBox .placeTeaser:not(:last-child) {
	margin-bottom: 10px;
}
.infoBox .placeTeaser:last-child {
	margin-bottom: -10px;
}

.box .placeInfoPart {
	font-size:.833em;
}
.box .placeInfoPart + .placeInfoPart {
	margin-top:10px;
}
.box .placeInfoPart .headline {
	display:block;
}
.map_canvas .loadOverlay,
.map_canvas .loadOverlay .loadingBG,
.map_canvas .loadOverlay .loadingIcon {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	z-index:1;
	width:100%;
	height:100%;
}
.map_canvas .loadOverlay .loadingIcon {
	background:url('../img/preloader_301_dark.gif') no-repeat center center;
}
.map_canvas .loadOverlay .loadingBG {
	background:#FFFFFF;
	opacity:0.5;
}
.map_legend {
	margin-top: 10px;
}

.map_legend .legendHead {
	padding: 20px;
	margin: 0;
	color: #fff;
	background: #6bba21;
	font-size: 1.111em;
	line-height: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.map_legend .legendWrap {
	background: #fff;
	color: #222;
}
.map_legend .slideDownSwitch:checked ~ .slideDownTrigger .legendHead {
	background: #60a61f;
}
.map_legend .legendItemsWrap {
	overflow: hidden;
}

.map_legend .legendItemsWrap ul {
	margin: 0 -10px 10px -10px;
	padding: 0;
	list-style: none;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: .8em;
	line-height: 1.333;
	font-weight: bold;
	text-transform: uppercase;
}
.map_legend .legendItemsWrap li {
	padding: 0;
	width: 100%;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0;
}
.map_legend .legendItemsWrap li:before {
	display: none !important;
}
.map_legend .legendItemsWrap li a {
	display: block;
	color: #333;
	position: relative;
	height: 100%;
	padding: 10px 10px 10px 50px;
	padding-left: calc(20px + 2.667em);
	min-height: 60px;
	min-height: calc(20px + 2.667em);
	-webkit-transition: background .3s;
	transition: background .3s;
}
.map_legend .legendItemsWrap li:hover a,
.map_legend .legendItemsWrap li.aktiv a {
	background: #e0e0e0;
}
.map_legend .legendItemsWrap li .icon {
	height: 2.667em !important;
	width: 2.667em !important;
	position: absolute;
	left: 10px;
	top: 10px;
}

.map_canvas .control {
	position: absolute;
	left: 0;
	top: 0;
}
.map_canvas .control .map_fs,
.map_canvas .control .map_gps {
	background: #fff;
	color: #000;
	padding: 6px;
	line-height: 18px;
	font-size: 18px;
	margin: 10px 0 0 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.map_canvas .control .map_fs:hover,
.map_canvas .control .map_fs.active,
.map_canvas .control .map_gps:hover,
.map_canvas .control .map_gps.active {
	background: #b6012a;
	color: #fff;
}

.map_canvas .control .map_fs .off,
.map_canvas .control .map_fs.active .on {
	display: none;
}
.map_canvas .control .map_fs.active .off {
	display: block;
}

.mapWrap .map_search {
	position:absolute;
	bottom:5px;
	left:5px;
	padding:5px;
	background:#fff;
}

body.GMO-active { overflow:hidden; }
#GMO-wrap {
	visibility:hidden;
	z-index:1000;
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	text-align:center;
	/*background:rgba(0,0,0,0.7);*/
	overflow:hidden;
	transition:visibility 0.5s;
}
.GMO-active #GMO-wrap {
	visibility:visible;
}
#GMO-container {
	position:relative;
	box-sizing:border-box;
	width:40%;
	min-width:670px;
	height:80%;
	margin-top:20%;
	margin-top:20vh;
	padding-right:40px;
	padding-top:40px;
	display:inline-block;
	opacity:0;
	transition:margin-top .5s , opacity .5s;
}
.GMO-active #GMO-container {
	margin-top:10%;
	margin-top:10vh;
	opacity:1;
}
#GMO-content {
	box-sizing:border-box;
	text-align:left;
	padding:20px;
	height:100%;
	background-color:#fff;
	box-shadow:0 7px 15px rgba(0,0,0,0.6);
	overflow:auto;
}
#GMO-close {
	display: none;
}
.csstransforms #GMO-close .closePop {
	background: #F5420C none;
}
.csstransforms #GMO-close:before, .csstransforms #GMO-close:after {
	background-color: #fff;
	content: "";
	height: 80%;
	left: 45%;
	position: absolute;
	top: 10%;
	width: 2px;
}
.csstransforms #GMO-close:before {
	transform: rotate(45deg);
}
.csstransforms #GMO-close:after {
	transform: rotate(-45deg);
}
#GMO-content button.close {
	background-color:#b2b2b2;
}
ul.placeList {
	color:#c5c7c8;
	list-style:none;
	list-style-type:none;
	padding:0;
}
ul.placeList li {
	position:relative;
	padding-left:20px;
	border-top:1px solid #c5c7c8;
}
ul.placeList li:first-child {
	border-top:0;
}
ul.placeList li:before {
	content:'';
	position:absolute;
	left:0;
	top:5px;
	height:16px;
	width:16px;
	background:url('../img/jQueryUI/ui-icons_333333_256x240.png') -96px -160px no-repeat;
}
ul.placeList li.aktiv:before {
	background-position:-64px -144px;
}
ul.placeList li a {
	display:block;
	padding:5px 0;
	text-decoration:none;
}
.addrWrap .part {
	margin-bottom: 1em;
}
.addrWrap .parts {
	margin-bottom: -20px !important;
}

.hospitalityResponsibility .icon {
	font-size: 2em;
	float: left;
	margin-right: calc(.5em + 10px);
}
.box .placeBooking .btn {
	display: block;
}
.box .mapWrap {
	margin-top: 0;
	margin-bottom: 0;
}

@media (min-width: 640px) {
	.mapWrap {
		margin-top: 1em;
		margin-bottom: 1em;
	}
	.addrWrap .parts {
		column-count: 2;
		column-gap: 40px;
	}
	.addrWrap .part {
		display: inline-block;
		width: 100%;
	}
	.map_legend .legendItemsWrap li {
		width: 50%;
		float: left;
		margin: 0;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.map_legend .legendItemsWrap ul {
		margin-left: -20px;
		margin-right: -20px;
	}
	.map_legend .legendItemsWrap li:nth-child(2n+1) {
		clear: left;
	}
	.box .map_legend .legendItemsWrap li {
		width: 100%;
		float: none;
	}
}
@media (min-width: 960px) {
	.map_legend .legendItemsWrap li {
		width: 33.333%;
	}
	.map_legend .legendItemsWrap li:nth-child(2n+1) {
		clear: none;
	}
	.map_legend .legendItemsWrap li:nth-child(3n+1) {
		clear: left;
	}
	aside .addrWrap .addr,
	aside .addrWrap .addrData {
		width: 100%;
		float:none;
	}
	aside .addrWrap address + address {
		padding-top:20px;
	}
}
@media (min-width: 1280px) {
	#content .section.full .rightContentCol .map_legend .legendItemsWrap li {
		width: 25%;
	}
	#content .section.full .rightContentCol .map_legend .legendItemsWrap li:nth-child(3n+1) {
		clear: none;
	}
	#content .section.full .rightContentCol .map_legend .legendItemsWrap li:nth-child(4n+1) {
		clear: left;
	}
}
.placeOpenings .placeOpen {
	margin: 1em 0;
}
.placeOpenings .placeOpen .success,
.placeOpenings .placeOpen .error {
	display: block;
}

.placeBlockedInfo {
	margin: 0 -20px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.placeBlockedInfo .item {
	padding: 0 20px;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
}
.placeBlockedInfo .item .wrap {
	padding: 10px 0;
}
.placeBlockedInfo .item + .item .wrap {
	border-top: 1px solid #f4f4f4;
}

.placeBlockedInfo .item .key {
	font-weight: 300;
}
.placeBlockedInfo .item .value {
	font-weight: 700;
	text-transform: uppercase;
	float: right;
	padding-left: 10px;
	font-size: .75em;
	line-height: 2;
}
.placeBlockedInfo .item .info {
	margin: 0;
	padding: 0;
}
.placeBlockedInfo .item .info li {
	padding: 0;
}
.placeBlockedInfo .item .info li:before {
	display: none;
}
.iconList {
	padding-left:0 !important;
}
.iconList li {
	position:relative;
	padding-left: 0 !important;
}
.iconList li.hasIcon {
	padding-left: 2.667em !important;
	padding-left: calc(2em + 10px) !important;
	min-height: 2.333em;
}
.iconList li + li {
	margin-top: .667em !important;
}
.iconList li:before {
	display:none !important;
}
.iconList img {
	position:absolute;
	left:0;
	top: .333em;
	width: 2em;
	height: auto;
}
.iconList li span {
	display: block;
}
@media only screen and (min-width: 560px) {
	.placeBlockedInfo .item {
		width: 50%;
		float: left;
		margin: 0;
	}
	.placeBlockedInfo .item:nth-child(2n+1) {
		clear: left;
	}
	.placeBlockedInfo .item + .item .wrap {
		border-top: none;
	}
	.placeBlockedInfo .item:nth-child(1n+3) .wrap {
		border-top: 1px solid #f4f4f4;
	}
}

@media only screen and (min-width: 720px) {
	.openings .item {
		width: 33.333%;
	}
	.openings .item:nth-child(2n+1) {
		clear: none;
	}
	.openings .item:nth-child(3n+1) {
		clear: left;
	}
	.openings .item:nth-child(1n+3) .wrap {
		border-top: none;
	}
	.openings .item:nth-child(1n+4) .wrap {
		border-top: 1px solid #f4f4f4;
	}
}

/* Content: EVENT DATA */
ul.eventData {
	list-style:none;
	margin: 1em 0;
	padding: 0;
}
ul.eventData li {
	position: relative;
	display: inline;
	padding: 0 0 0 20px;
}
ul.eventData li:first-child {
	padding-left: 0;
}

/* Content: VIDEOS */
.vidWrap {
	margin: 0 auto;
}
.vid {
	position:relative;
	display:block;
	overflow:hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.vid {
	transition: all .2s;
}
.vid:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	content: '';
	display: block;
	background: linear-gradient(transparent,rgba(0,0,0,.35));
}
.vid .playIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	background: url('../js/vendor/mediaelement-mediaelement-d8a667f/build/mejs-controls.svg') no-repeat;
	background-position: 0 -39px;
	height: 80px;
	width: 80px;
	display: block;
	z-index: 1;
}


.vid .video-time {
	position:absolute;
	color: #fff;
	display:block;
	bottom:0;
	right:0;
	font-weight: bold;
	font-size: 11px;
	line-height: 10px;
	z-index: 1;
	padding: 16px 10px 14px;
}
.vid:hover .playIcon {
	background-position: -80px -39px;
}

.videoFrame {
	float:right;
	position: relative;
	width: 50%;
}
.videoIFrame {
	position: relative;
}
.videoFrame iframe {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

/* Content: KONTAKTDATEN */
.contactData > span {
	font-style: normal;
	display: block;
}
.contactShortInfo {
	font-weight: bold;
}

/* DOWNLOADS */
.downloads {
	margin: 1em 0;
}
.clear + .downloads {
	margin-top: 0;
}
.downloads h4 {
	margin-top:0;
}
.downloads ul {
	margin: -1em;
	list-style:none;
	padding:0 !important;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.downloads ul.alignLeft {
	justify-content: start;
}
.downloads ul.alignRight {
	justify-content: end;
}
.downloads li {
	padding: 1em !important;
	margin: 0 !important;
	width: 100%;
}
.downloads li:before {
	display: none !important;
}
.download a {
	display:block;
	position:relative;
	min-height:24px;
	text-align: left;
	text-decoration: none;
	color: inherit;
	word-break: break-word;
}
.download a.hasImg {
	padding-left: 45px;
}
.download img {
	position: absolute;
	left: 0;
	top: .25em;
	display: block;
}
.download small {
	display: block;
	font-weight: normal;
	font-size: 80%;
}
.downloads li.video a {
	display:none;
}
.downloads li video {
	width:100%;
	height:auto;
}

@media (min-width: 480px) {
	.downloads .grids_2 .gridItem {
		width: 50%;
		float: left;
	}
	.downloads .grids_2 .gridItem:nth-child(2n+1) {
		clear: left;
	}
	.downloads .grids_4 .gridItem {
		width:25%;
		float:left;
	}
	.downloads .grids_4 .gridItem:nth-child(4n+1) {
		clear: left;
	}
}

/* Content: SUB NAV IN ARTICLEs */
.navSub ul {
	padding: 0 0 0 2em;
}


/* Content: FORMS */
.form .hint .duty {
	padding: 2px;
	color: #ec6604;
}

.optsFieldset legend {
	margin-top: 0;
}
.optsFieldset {
	margin-top: 40px;
	margin-bottom: 40px;
}

.optsContainer {
	margin: 10px 0;
	text-align: left;
	position: relative;
	padding: 0;
}
.optsInputWrap {
	position: relative;
}
.optsContainer:after {
	clear: both;
	content: '';
	display: table;
}

.optsContainer + .optsContainer,
.optsContainer + .btnContainer,
.btnContainer + .btnContainer,
.optsContainer + .optsContainerGroupWrap,
.optsContainerGroupWrap + .optsContainer,
.optsContainerGroupWrap + .optsContainerGroupWrap,
.optsContainerGroupWrap + .btnContainer,
.optsFieldset + .btnContainer,
.optsFieldset + .optsFieldset,
.optsFieldset + .optsContainerGroupWrap {
	margin-top: 20px;
}
.optsFieldset > .optsContainer:last-child {
	margin-bottom: 0;
}

.optsContainer > label {
	display: block;
	margin-bottom: 5px;
}
.optsRadio .optsInputWrap > label,
.optsCheckbox .optsInputWrap > label,
.optsContainer .optsInputWrap .optsInputLabel,
.optsInputWrap > label {
	display: block;
	margin: 0;
	padding: 0 5px;
	text-align: left;
	letter-spacing: .1em;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	position: absolute;
	left: 5px;
	top: 10px;
	-webkit-transition: all .2s .1s;
	transition: all .2s .1s;
	pointer-events: none;
	max-width: 95%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: #fff;
}
.optsInputWrap > input:focus ~ label,
.optsInputWrap > .input:focus ~ label,
.optsInputWrap > textarea:focus ~ label,
.optsInputWrap > select:focus ~ label,
.optsInputWrap > .selectWrap.focus ~ label,
.optsRadio .optsInputWrap > label,
.optsCheckbox .optsInputWrap > label,
.optsInputWrap.hasValue > label,
.optsInputWrap.hasFocus > label {
	top: -6px;
	font-size: 10px;
	line-height: 12px;
	color: #838384;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.optsInputWrap > label:first-child {
	position: static;
	padding: 0;
	margin: 5px 10px 5px 9px;
	text-overflow: none;
	max-width: none;
	float: left;
	pointer-events: auto;
}
.optsContainer .optsInputWrap .optsInputLabel {
	float: left;
	padding: 9px 10px 9px 9px;
	margin: 0;
	position: static;
	color: inherit;
}
.optsContainer.optsDuty > label:after,
.optsContainer.optsDuty .optsInputWrap > label:after {
	color: #ec6604;
	padding-left: 3px;
	display: inline-block;
	content: '*';
	font-weight: 600;
}
.optsContainer.optsDuty.optsDate.optsRange .optsInputWrap > label:after {
	display: none;
}

.optsContainer > label .shortInfo,
.optsContainer .optsInputWrap .optsInputLabel .shortInfo,
.optsInputWrap > label .shortInfo {
	font-weight: normal;
	letter-spacing: 0;
	text-transform: none;
	font-size: 80%;
	color: #838384;
	padding-left: 3px;
}
.optsContainer > label .shortInfo:before,
.optsInputWrap > label .shortInfo:before {
	content:' (';
}
.optsContainer > label .shortInfo:after,
.optsInputWrap > label .shortInfo:after {
	content:')';
}

.optsInputWrap input,
.optsInputWrap .input,
.optsInputWrap textarea,
.optsInputWrap select,
.optsInputWrap .selectOver,
.optsInputWrap .optsCounterWrap .over {
	width: 100%;
	padding: 9px;
	background: #fff;
	border: 1px solid #e7e7e8;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	-webkit-transition: border-color .2s, background .2s;
	transition: border-color .2s, background .2s;
	position: relative;
	display: block;
}
.optsCheckbox .optsInputWrap,
.optsRadio .optsInputWrap,
.optsStars .optsInputWrap {
	border: 1px solid #e7e7e8;
	padding-top: 4px;
	padding-bottom: 4px;
}
.optsCheckbox .optsInputWrap .optsInputLabel,
.optsRadio .optsInputWrap .optsInputLabel,
.optsStars .optsInputWrap .optsInputLabel {
	padding-top: 5px;
	padding-bottom: 5px;
}
.optsError .error {
	font-size: .667em;
	line-height: 1.33333;
	padding: 5px 0 5px 10px;
}
.optsError > label {
	color: #C00;
}
.optsError .optsInputWrap input,
.optsError .optsInputWrap .input,
.optsError .optsInputWrap textarea,
.optsError .optsInputWrap select,
.optsError .optsInputWrap .selectOver,
.optsError .optsInputWrap .optsCounterWrap .over {
	border-bottom-color: #c00;
}

.optsInputWrap input:hover,
.optsInputWrap .input:hover,
.optsInputWrap textarea:hover,
.optsInputWrap select:hover,
.optsInputWrap .selectWrap:hover .selectOver,
.optsInputWrap .optsCounterWrap:hover .over,
.optsCheckbox .optsInputWrap:hover,
.optsRadio .optsInputWrap:hover,
.optsStars .optsInputWrap:hover {
	border-color: #d0d0d1;
}
.optsInputWrap input:focus,
.optsInputWrap .input:focus,
.optsInputWrap textarea:focus,
.optsInputWrap select:focus,
.optsInputWrap .selectWrap.focus .selectOver,
.optsInputWrap .optsCounterWrap.focus .over {
	border-color: #d0d0d1;
}

.optsInputWrap .optsInline {
	float: left;
}
.optsContainer .optsInline input {
	display: none;
}
.optsContainer .optsLine {
	display: block;
	float: none;
}

.optsInputWrap .optsInline label {
	display: block;
	padding: 5px 9px 5px 39px;
	background: #fff;
	color: #838384;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	margin: 0;
	cursor: pointer;
	-webkit-transition: background .2s;
	transition: background .2s;
	position: relative;
}
.optsInputWrap .optsInline label:before,
.optsInputWrap .optsInline label:after {
	position: absolute;
	content: '';
	display: block;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.optsInputWrap .optsInline label:before {
	width: 16px;
	height: 16px;
	border: 1px solid #838384;
	left: 11px;
	top: 7px;
}
.optsInputWrap .optsInline input[type="checkbox"] + label:after {
	width: 10px;
	height: 6px;
	left: 14px;
	top: 11px;
	transform: rotate(-45deg);
	border-color: #fff;
	border-bottom-color: rgb(255, 255, 255);
	border-left-color: rgb(255, 255, 255);
	border-left: 2px solid transparent;
	border-bottom: 2px solid transparent;
}
.optsInputWrap .optsInline input[type="radio"] + label:after {
	width: 8px;
	height: 8px;
	left: 15px;
	top: 11px;
	background: transparent;
	border-radius: 4px;
}
.optsInputWrap .optsInline input[type="radio"] + label:before {
	border-radius: 8px;
}
.optsInputWrap .optsInline input:checked + label {
	color: #222;
}
.optsInputWrap .optsInline input:checked + label:before {
	background: #fff;
	border-color: #ec6604;
}
.optsInputWrap .optsInline input:checked + label:after {
	border-color: #ec6604;
}
.optsInputWrap .optsInline input[type="radio"]:checked + label:after {
	background: #ec6604;
}

.optsStars .optsInputWrap > label:first-child {
	flex-grow: 1;
	margin-right: 0;
}
.optsStars .optsInputWrap {
	display: flex;
	flex-wrap: wrap;
}
.optsStars .optsInputWrap .optsStarsSelect {
	display: flex;
	margin-left: 9px;
	margin-right: 8px;
}
.optsStars .optsInputWrap .optsStarsSelect .optsInputLabel {
	pointer-events: auto;
	background: #e7e7e7;
	color: #ec6604;
	text-align: center;
	margin-right: 1px;
	width: 2.667em;
	padding-left: 0;
	padding-right: 0;
}
.optsStars .optsInputWrap .optsStarsSelect input,
.optsStars .optsInputWrap .optsStarsSelect .optsInputLabel .label {
	display: none;
}


.optsStars .optsInputWrap .optsStarsSelect input:checked ~ label:nth-of-type(1),
.optsStars .optsInputWrap .optsStarsSelect input:nth-of-type(2):checked ~ label:nth-of-type(2),
.optsStars .optsInputWrap .optsStarsSelect input:nth-of-type(3):checked ~ label:nth-of-type(2),
.optsStars .optsInputWrap .optsStarsSelect input:nth-of-type(3):checked ~ label:nth-of-type(3),
.optsStars .optsInputWrap .optsStarsSelect input:nth-of-type(4):checked ~ label:nth-of-type(2),
.optsStars .optsInputWrap .optsStarsSelect input:nth-of-type(4):checked ~ label:nth-of-type(3),
.optsStars .optsInputWrap .optsStarsSelect input:nth-of-type(4):checked ~ label:nth-of-type(4),
.optsStars .optsInputWrap .optsStarsSelect input:nth-of-type(5):checked ~ label:nth-of-type(2),
.optsStars .optsInputWrap .optsStarsSelect input:nth-of-type(5):checked ~ label:nth-of-type(3),
.optsStars .optsInputWrap .optsStarsSelect input:nth-of-type(5):checked ~ label:nth-of-type(4),
.optsStars .optsInputWrap .optsStarsSelect input:nth-of-type(5):checked ~ label:nth-of-type(5) {
	background: #ec6604;
	color: #fff;
}
.optsStars .optsInputWrap .optsStarsSelect label.hover {
	background: #218ecf !important;
	color: #fff;
}
.optsInputWrap.btnSet {
	padding-top: 0;
	padding-bottom: 0;
}
.optsInputWrap.btnSet .optsInline {
	padding: 0;
	margin: 0;
}
.optsInputWrap.btnSet .optsInline label {
	font-size: 1em;
	padding-top: 9px;
	padding-bottom: 9px;
}
.optsInputWrap.btnSet .optsInline label:before,
.optsInputWrap.btnSet .optsInline label:after {
	display: none;
}
.optsInputWrap.btnSet .btn .icon {
	color: inherit;
}
.optsInputWrap.btnSet .btn.optsChecked .icon {
	color: #ec6604;
}

.optsContainer .optsCaptchaGraphics {
	width: 100%;
	height: auto;
	display: block;
	margin-top: 10px;
}
.optsContainer .captchaReload {
	display: block;
	margin-top: 5px;
	padding-left: calc(1em + 10px);
	cursor: pointer;
	position: relative;
}
.optsContainer .captchaReload .icon {
	left: 0;
	right: auto;
}

.optsContainer .selectWrap,
.optsInputWrap .optsCounterWrap {
	position: relative;
	padding: 0;
	padding-bottom: 0 !important;
	overflow: hidden;
}
.optsContainer .selectOver,
.optsInputWrap .optsCounterWrap .over {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: clip;
	height: 40px;
}
.optsContainer .selectOver:after {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
	content: '';
	display: block;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #838384 transparent transparent;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.optsContainer .selectWrap:hover .selectOver:after {
	border-top-color: #ec6604;
}
.optsContainer .selectWrap.focus .selectOver:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	border-top-color: #ec6604;
}
.optsContainer .selectWrap select,
.optsContainer .optsCounterWrap input,
.optsContainer .optsCounterWrap select {
	width: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.optsInputWrap .optsCounterWrap .optsCounterUp .icon,
.optsInputWrap .optsCounterWrap .optsCounterDown .icon {
	position: static;
	width: 1.333em;
	height: 1.333em;
	line-height: 1.2;
	font-size: 15px;
	border: 1px solid #ec6604;
	border-radius: .667em;
	color: #ec6604;
	display: block;
	margin: 0;
	text-align: center;
}
.optsInputWrap .optsCounterWrap .optsCounterUp,
.optsInputWrap .optsCounterWrap .optsCounterDown {
	position: absolute;
	padding: 10px 5px;
	top: 50%;
	margin-top: -.555em;
	margin-top: calc(-.555em - 10px);
	text-align: center;
}
.optsInputWrap .optsCounterWrap .optsCounterUp:hover .icon,
.optsInputWrap .optsCounterWrap .optsCounterDown:hover .icon {
	color: #fff;
	background: #ec6604;
}
.optsInputWrap .optsCounterWrap .optsCounterUp.disabled,
.optsInputWrap .optsCounterWrap .optsCounterDown.disabled {
	pointer-events: none;
	opacity: .5;
}
.optsInputWrap .optsCounterWrap .optsCounterUp {
	right: 40px;
	right: calc(14px + 1.111em);
}
.optsInputWrap .optsCounterWrap .optsCounterDown {
	right: 5px;
}
.optsInputWrap .optsCounterWrap .over {
	padding-right: 60px;
}

.optsContainer .optsNfo {
	padding-top: 5px;
	margin-left: 10px;
	font-size: .833em;
	clear: both;
}
.optsFieldset > .optsNfo {
	margin: 1em 0;
}
.optsFieldset > legend + .optsNfo {
	margin-top: 0;
}

.optsContainer > .ipShort,
.optsContainer > .ipLong,
.optsContainer > .ipHalf {
	float: left;
}
.optsContainer > .ipShort {
	width: 25%;
}
.optsContainer > .ipHalf {
	width: 47.5%;
	width: calc(50% - 10px);
}
.optsContainer > .ipLong {
	width: 70%;
	width: calc(75% - 20px);
}
.optsContainer > .ipLong + .ipShort,
.optsContainer > .ipShort + .ipLong,
.optsContainer > .ipHalf + .ipHalf  {
	margin-left: 5%;
	margin-left: calc(20px);
}
.optsContainerWrap .ipHalf + .ipHalf {
	margin-top: 2em;
}

.optsInputWrap > .icon {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	right: 10px;
	color: #838384;
	z-index: 1;
	pointer-events: none;
}
.optsContainer select:focus + .icon,
.optsContainer .selectWrap.focus + .icon,
.optsContainer textarea:focus + .icon,
.optsContainer input:focus + .icon,
.optsContainer .input:focus + .icon {
	color: #ec6604;
}
.optsContainer .date input,
.optsContainer .date .input {
	float: none;
	width: 100%;
}

@media (min-width: 640px) {
	.optsInputWrap input,
	.optsInputWrap .input,
	.optsInputWrap textarea,
	.optsInputWrap select,
	.optsInputWrap .selectOver,
	.optsInputWrap .optsCounterWrap .over,
	.optsInputWrap .optsInline label {
		font-size: 20px;
		line-height: 30px;
	}
	.optsRadio .optsInputWrap > label,
	.optsCheckbox .optsInputWrap > label,
	.optsContainer .optsInputWrap .optsInputLabel,
	.optsInputWrap > label {
		font-size: 15px;
		line-height: 30px;
		top: 10px;
	}
	.optsContainer .selectOver,
	.optsInputWrap .optsCounterWrap .over {
		height: 50px;
	}

	.optsInputWrap > input:focus ~ label,
	.optsInputWrap > .input:focus ~ label,
	.optsInputWrap > textarea:focus ~ label,
	.optsInputWrap > select:focus ~ label,
	.optsInputWrap > .selectWrap.focus ~ label,
	.optsRadio .optsInputWrap > label,
	.optsCheckbox .optsInputWrap > label,
	.optsInputWrap.hasValue > label,
	.optsInputWrap.hasFocus > label {
		font-size: 12px;
	}
	.optsInputWrap .optsInline label:before {
		top: 12px;
	}
	.optsInputWrap .optsInline input[type="radio"] + label:after,
	.optsInputWrap .optsInline input[type="checkbox"] + label:after {
		top: 16px;
	}

	.optsContainerGroupWrap {
		margin-left: -10px;
		margin-right: -10px;
	}
	.optsContainerGroupWrap .optsContainer {
		width: 50%;
		margin: 20px 0 0;
		padding: 0 10px;
		float: left;
	}
	.optsContainerGroupWrap .optsContainer:nth-child(1),
	.optsContainerGroupWrap .optsContainer:nth-child(2){
		margin-top: 0;
	}

	.optsCaptcha .optsBlock {
		display: flex;
		margin-left: -10px;
		margin-right: -10px;
	}
	.optsCaptcha .optsInputWrap {
		width: 50%;
		margin: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
	.optsContainer .optsCaptchaGraphics {
		margin-top: 0;
	}
}


/* Form Type: BUTTONS */
.btnContainer {
	text-align: center;
}
.btnContainer .btnLess,
.btnContainer .backLink {
	float: left;
	margin: 0;
}
.btnContainer button[type="reset"] {
	position: relative;
}
.btnContainer button[type="reset"] .icon {
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -16px;
}
/* FORM IN A BOX */
.box .formSlideDownTrigger {
    margin-top: 0;
}
.box .optsInputWrap input,
.box .optsInputWrap .input,
.box .optsInputWrap textarea,
.box .optsInputWrap select,
.box .optsInputWrap .selectOver,
.box .optsInputWrap .optsCounterWrap .over,
.box .optsInputWrap .optsInline label {
	font-size: 15px;
	line-height: 20px;
}
.box .optsRadio .optsInputWrap > label,
.box .optsCheckbox .optsInputWrap > label,
.box .optsContainer .optsInputWrap .optsInputLabel,
.box .optsInputWrap > label {
	font-size: 12px;
	line-height: 20px;
	top: 10px;
}
.box .optsInputWrap > input:focus ~ label,
.box .optsInputWrap > .input:focus ~ label,
.box .optsInputWrap > textarea:focus ~ label,
.box .optsInputWrap > select:focus ~ label,
.box .optsInputWrap > .selectWrap.focus ~ label,
.box .optsRadio .optsInputWrap > label,
.box .optsCheckbox .optsInputWrap > label,
.box .optsInputWrap.hasValue > label,
.box .optsInputWrap.hasFocus > label {
	top: -6px;
	font-size: 10px;
	line-height: 12px;
	color: #838384;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.box .btnContainer .btn,
.box .btnContainer button {
	width: 100%;
	box-shadow: none;
	margin: 0;
}


/* SUCHE */
.box_search .optsContainer label {
	display:none;
}
.box_search .optsContainer input {
	width:100%;
}

/* Content: ACCORDION */
.accordionWrapper.ui-accordion .ui-accordion-content > :first-child {
	margin-top: 0;
}
.accordionWrapper.ui-accordion .ui-accordion-content > .imgLeft:first-child,
.accordionWrapper.ui-accordion .ui-accordion-content > .imgRight:first-child {
	margin-top:10px;
}
.accordionWrapper.ui-accordion .ui-accordion-content > .imgLeft:first-child + .headline,
.accordionWrapper.ui-accordion .ui-accordion-content > .imgLeft:first-child + h2,
.accordionWrapper.ui-accordion .ui-accordion-content > .imgRight:first-child + h2,
.accordionWrapper.ui-accordion .ui-accordion-content > .imgLeft:first-child + h3,
.accordionWrapper.ui-accordion .ui-accordion-content > .imgRight:first-child + h3 {
	margin-top:10px;
}
.accordionWrapper.ui-accordion .ui-accordion-content .btnMore {
	display: block;
	text-align: left;
}


/* Content: LISTS */
.list .sectionYear {
	width: 100%;
	padding: 20px 0;
}
.list .sectionYear:first-child {
	padding-top: 0;
}
.list .listItem + .listItem {
	margin-top: 2em;
}
.list .articleWrap > :first-child {
	margin-top: 0;
}
.list .articleImgNone + .articleWrap > :first-child {
	margin-top: .5em;
}
.list .articleWrap .headline {
	margin: 0;
}
.list .articleWrap .headline a {
	text-decoration: none;
	color: inherit;
}
.list .articleWrap .dateText {
	font-size: 80%;
	line-height: 1.25;
	margin-bottom: 0;
}

.list .articleImgNone,
.list .articleImgLeft,
.list .articleImgRight {
	float: none;
	margin: 0 auto;
}
.list .articleImgLeft.imgWidth-25,
.list .articleImgRight.imgWidth-25 {
	width: 33.3%;
}

.list .articleImgLeft.imgWidth-5,
.list .articleImgLeft.imgWidth-10,
.list .articleImgLeft.imgWidth-13,
.list .articleImgLeft.imgWidth-15,
.list .articleImgLeft.imgWidth-17,
.list .articleImgLeft.imgWidth-20,
.list .articleImgLeft.imgWidth-25 {
	float:left;
}
.list .articleImgLeft.imgWidth-5 + .articleWrap,
.list .articleImgLeft.imgWidth-10 + .articleWrap,
.list .articleImgLeft.imgWidth-13 + .articleWrap {
	padding-left: 1em;
	margin-left: 15%;
}
.list .articleImgLeft.imgWidth-15 + .articleWrap,
.list .articleImgLeft.imgWidth-17 + .articleWrap,
.list .articleImgLeft.imgWidth-20 + .articleWrap {
	padding-left: 1em;
	margin-left: 25%;
}
.list .articleImgLeft.imgWidth-25 + .articleWrap {
	padding-left: 1em;
	margin-left: 33.3%;
}

.list .articleImgRight.imgWidth-5,
.list .articleImgRight.imgWidth-10,
.list .articleImgRight.imgWidth-13,
.list .articleImgRight.imgWidth-17,
.list .articleImgRight.imgWidth-20,
.list .articleImgRight.imgWidth-25 {
	float: right;
}
.list .articleImgRight.imgWidth-5 + .articleWrap,
.list .articleImgRight.imgWidth-10 + .articleWrap,
.list .articleImgRight.imgWidth-13 + .articleWrap{
	padding-right: 1em;
	margin-right: 15%;
}
.list .articleImgRight.imgWidth-15 + .articleWrap,
.list .articleImgRight.imgWidth-17 + .articleWrap,
.list .articleImgRight.imgWidth-20 + .articleWrap {
	padding-right: 1em;
	margin-right: 25%;
}
.list .articleImgRight.imgWidth-25 + .articleWrap {
	padding-right: 1em;
	margin-right: 33.3%;
}

.list .headline .dateText .nowrap {
	white-space: nowrap;
	word-wrap: break-word;
}
.list .listItemDescription {
	font-size: 1em;
	line-height: 1.428;
}
.list .headline + .listItemDescription {
	margin-top: 1em;
}

@media (min-width: 480px) {
	.list .articleImgLeft.imgWidth-33 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap,
	.list .articleImgLeft.imgWidth-10 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap,
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-33 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap,
	.list .articleImgRight.imgWidth-10 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap,
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media (min-width: 640px) {
	.list .articleImgLeft.imgWidth-42,
	.list .articleImgLeft.imgWidth-50 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 25%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-42 + .articleWrap,
	.list .articleImgLeft.imgWidth-50 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-42,
	.list .articleImgRight.imgWidth-50 {
		float: right;
	}
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 25%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-42 + .articleWrap,
	.list .articleImgRight.imgWidth-50 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
	.list .listItemDescription {
		font-size: .75em;
		line-height: 1.667;
	}
}

@media (min-width: 720px) {
	.list .articleImgLeft.imgWidth-67 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap,
	.list .articleImgLeft.imgWidth-10 + .articleWrap,
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap,
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap,
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-67 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-67 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap,
	.list .articleImgRight.imgWidth-10 + .articleWrap,
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap,
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap,
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-67 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media (min-width: 960px) {
	.list .sectionYear {
		padding: 40px 0;
	}
	.list .sectionYear:first-child {
		padding-top: 0;
	}

	.list .articleImgLeft.imgWidth-25,
	.list .articleImgRight.imgWidth-25 {
		width: 25%;
	}

	.list .articleImgLeft.imgWidth-75 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap {
		margin-left: 5%;
	}
	.list .articleImgLeft.imgWidth-10 + .articleWrap {
		margin-left: 10%;
	}
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 12.5%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-17 + .articleWrap {
		margin-left: 16.7%;
	}
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap {
		margin-left: 25%;
	}
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-42 + .articleWrap {
		margin-left: 41.7%;
	}
	.list .articleImgLeft.imgWidth-50 + .articleWrap {
		margin-left: 50%;
	}
	.list .articleImgLeft.imgWidth-67 + .articleWrap {
		margin-left: 66.7%;
	}
	.list .articleImgLeft.imgWidth-75 + .articleWrap {
		padding-left: 1em;
		margin-left: 75%;
	}

	.list .articleImgRight.imgWidth-75 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap {
		margin-right: 5%;
	}
	.list .articleImgRight.imgWidth-10 + .articleWrap {
		margin-right: 10%;
	}
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 12.5%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-17 + .articleWrap {
		margin-right: 17%;
	}
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap {
		margin-right: 25%;
	}
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-42 + .articleWrap {
		margin-right: 41.7%;
	}
	.list .articleImgRight.imgWidth-50 + .articleWrap {
		margin-right: 50%;
	}
	.list .articleImgRight.imgWidth-67 + .articleWrap {
		margin-right: 66.7%;
	}
	.list .articleImgRight.imgWidth-75 + .articleWrap {
		padding-right: 1em;
		margin-right: 75%;
	}
}

/* Content: GRIDS */

.gridWrap {
	margin: 20px -10px 0;
	clear: both;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.article + .clear + .gridWrap {
	margin-top: 0;
}
.gridWrap .gridSizer {
	width: 8.33%;
}
.gridWrap .articleGrid {
	padding: 0 10px 20px 10px;
	float: left;
	position: relative;
}
.gridWrap .leftContainer,
.gridWrap .rightContainer {
	width: 100%;
}
.gridWrap .rightContainer {
	float: right;
}
.gridWrap .sectionYear {
	width: 100%;
	padding: 20px 10px;
}
.gridWrap .sectionYear:first-child {
	padding-top: 0;
}

.articleGrid {
	position: relative;
	z-index: 1;
	width: 100%;
	flex: 0 0 auto;
	font-size: 15px;
	line-height: 1.667;
}
.articleGrid .gridWrapInner {
	display: block;
	text-decoration: none;
	color: inherit;
	position: relative;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
	background: #f2f2f2;
}
.articleGrid.hasProductInfo .gridWrapInner {
	padding-bottom: 55px;
}

.articleGrid .info {
	padding: 20px;
}
.articleGrid .info > :first-child {
	margin-top: 0;
}
.articleGrid .info > :last-child {
	margin-bottom: 0;
}
.articleGrid .headline {
	margin: 0;
	font-size: 20px;
	line-height: 1.25;
}
.articleGrid .headline a {
	text-decoration: none;
	display: block;
}
.articleGrid .priceTag {
	float: right;
}
.articleGrid .articleTeaser + .info .priceTag {
	position: absolute;
	top: 20px;
	right: 20px;
}
.articleGrid .dateText {
	margin-bottom: 0;
}
.articleGrid .headline + .gridItemDescription {
	margin-top: 10px;
}
.articleGrid .productInfo {
	background: #218ecf;
	color: #fff;
	font-weight: bold;
	display: flex;
	flex-direction: row;
	padding: 20px 20px 15px;
	font-size: 12px;
	line-height: 20px;
	margin: 20px -20px -20px !important;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: 50% 0%;
	-webkit-mask-size: cover;
	-webkit-mask-image: url("../img/mask_rounded_top.svg");
	mask-repeat: no-repeat;
	mask-position: 50% 0%;
	mask-size: cover;
	mask-image: url("../img/mask_rounded_top.svg");
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 100%;
}
.articleGrid .productInfo .item {
	flex: 1 1 auto;
	text-align: center;
	position: relative;
}
.articleGrid .productInfo .icon {
	font-size: 20px;
	height: 1em;
	line-height: 1;
	vertical-align: -3px;
}
.articleGrid .productInfo .icon:before {
	margin-left: 0;
}
.articleGrid .productInfo .item + .item:before {
	content: '';
	width: 1px;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: #4da5d9;
}
.articleGrid .imgWrap {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	position: relative;
}
.articleGrid .articleImgFillContain .imgWrap {
	background-size: contain;
}
.articleGrid .imgWrap .caption {
	position: absolute;
	background: #fff;
	display: block;
	padding: .5em 1em;
	margin: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	max-width: 100%;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.articleGrid:hover .imgWrap .caption {
	white-space: normal;
	text-overflow: none;
}
.articleGrid .articleTeaser {
	position: relative;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: 50% 100%;
	-webkit-mask-size: cover;
	-webkit-mask-image: url("../img/mask_rounded_bottom.svg");
	mask-repeat: no-repeat;
	mask-position: 50% 100%;
	mask-size: cover;
	mask-image: url("../img/mask_rounded_bottom.svg");
}
.articleGrid .articleTeaser:before {
	content: '';
	background: #fff;
	background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 66.67%);
	width: 100%;
	left: 0;
	position: absolute;
	display: block;
	height: 100%;
	z-index: 0;
}
.articleGrid .articleTeaser .articleImgNone:not(.imgWidth-100) .imgWrap {
	background-color: #fff;
	position: relative;
	z-index: 1;
	border-radius: 50%;
	border: 2px solid #fff;
}
.articleGrid .articleImgNone {
	margin: 0 auto;
}
.articleGrid .imgWidth-100 {
	width: 100%;
}
.articleGrid .imgWidth-75 {
	width: 75%;
}
.articleGrid .imgWidth-67 {
	width: 66.7%;
}
.articleGrid .imgWidth-50 {
	width: 50%;
}
.articleGrid .imgWidth-42 {
	width: 41.7%;
}
.articleGrid .imgWidth-33 {
	width: 33.3%;
}
.articleGrid .imgWidth-25 {
	width: 25%;
}
.articleGrid .imgWidth-20 {
	width: 20%;
}
.articleGrid .imgWidth-17 {
	width: 16.7%;
}
.articleGrid .imgWidth-15 {
	width: 15%;
}
.articleGrid .imgWidth-13 {
	width: 12.5%;
}
.articleGrid .imgWidth-10 {
	width: 10%;
}
.articleGrid .imgWidth-5 {
	width: 5%;
}
.articleGrid .imgWidth-75.articleImgLeft,
.articleGrid .imgWidth-67.articleImgLeft,
.articleGrid .imgWidth-50.articleImgLeft,
.articleGrid .imgWidth-42.articleImgLeft,
.articleGrid .imgWidth-33.articleImgLeft,
.articleGrid .imgWidth-25.articleImgLeft,
.articleGrid .imgWidth-20.articleImgLeft,
.articleGrid .imgWidth-17.articleImgLeft,
.articleGrid .imgWidth-15.articleImgLeft,
.articleGrid .imgWidth-13.articleImgLeft,
.articleGrid .imgWidth-10.articleImgLeft,
.articleGrid .imgWidth-5.articleImgLeft {
	float: left;
	padding-right: 1em;
	margin-bottom: 1em;
}
.articleGrid .imgWidth-75.articleImgRight,
.articleGrid .imgWidth-67.articleImgRight,
.articleGrid .imgWidth-50.articleImgRight,
.articleGrid .imgWidth-42.articleImgRight,
.articleGrid .imgWidth-33.articleImgRight,
.articleGrid .imgWidth-25.articleImgRight,
.articleGrid .imgWidth-20.articleImgRight,
.articleGrid .imgWidth-17.articleImgRight,
.articleGrid .imgWidth-15.articleImgRight,
.articleGrid .imgWidth-13.articleImgRight,
.articleGrid .imgWidth-10.articleImgRight,
.articleGrid .imgWidth-5.articleImgRight {
	float:right;
	padding-left: 1em;
	margin-bottom: 1em;
}
.articleGrid.hasMoreBtn .gridWrapInner {
	padding-bottom: 40px;
}
.articleGrid.hasMoreBtn .btnMore {
	position: absolute;
	left: 20px;
	bottom: 20px;
	margin: 0;
	font-size: .75em;
	line-height: 1.333;
}
@media (min-width: 480px) {
	.gridWrap .gridWidth_25 {
		width: 50%;
	}
}

@media (min-width: 640px) {
	.gridWrap .gridWidth_50,
	.gridWrap .leftContainer,
	.gridWrap .rightContainer,
	.gridWrap .gridWidth_33 {
		width: 50%;
	}
}

@media (min-width: 960px) {
	.gridWrap {
		margin: 40px -20px 0;
	}
	.gridWrap .articleGrid {
		padding: 0 20px 40px 20px;
	}
	.gridWrap .sectionYear {
		padding: 40px 20px;
	}
	.gridWrap .sectionYear:first-child {
		padding-top: 0;
	}

	.gridWrap .gridWidth_33 {
		width: 33.33%;
	}
	.gridWrap .gridWidth_25 {
		width: 25%;
	}
}

/* ACCORDION */
.accordionWrapper.ui-accordion .ui-accordion-header,
.accordionWrapper.ui-accordion .ui-accordion-header.ui-state-active {
	border:none;
	background:none;
	padding-left:0;
	padding-right:40px;
	color: inherit;
}
.accordionWrapper.ui-accordion .ui-accordion-header.ui-state-active,
.accordionWrapper.ui-accordion .ui-accordion-header.ui-state-hover {
	color:#218ecf;
}
.accordionWrapper.ui-accordion .ui-accordion-header.ui-state-active a,
.accordionWrapper.ui-accordion .ui-accordion-header.ui-state-hover a {
	color: inherit;
}
.accordionWrapper.ui-accordion .ui-accordion-header .ui-icon {
	background:none;
	position:absolute;
	margin:0;
	top: 0;
	right:0;
	height: 1em;
	line-height: 1;
	width:40px;
	padding: 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: '\e8a1';
	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;
}

/* Site: PAGE JUMPS */
.pageJumperFooterWrap {
	padding-top: 10px;
	padding-bottom: 10px;
}
.jumper {
	margin: 20px -5px;
	position: relative;
}
.pagerJumper .divider {
	display: none;
}
.jumper .resultStats {
	text-align: center;
	color: #838384;
	padding: 0 0 5px;
}

.jumper .pagerJumper {
	display: block;
	margin: 0 auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.pagerJumper a,
.pagerJumper .spacer {
	padding: 8px 0;
	margin:0 5px;
	display:block;
	float:left;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	border: 2px solid #838384;
	background: transparent;
	font-weight: bold;
	font-size: .75em;
	color: #000;
	line-height: 20px;
	text-align:center;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.pagerJumper .spacer {
	background: none;
	border: none;
}
.pagerJumper a.aktiv{
	background: #ec6604;
	border-color: #ec6604;
	color: #fff;
}
.pagerJumper a:hover {
	background: #218ecf;
	border-color: #218ecf;
	color: #fff;
}
.pages {
	text-align:center;
	font-weight: 700;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #838384;
	display: flex;
	justify-content: center;
    padding-bottom: calc(1vw + 5px);
}
.pages > * {
	display: inline-block;
	height: 20px;
	overflow: hidden;
}
.pages a {
	padding: 0 10px;
	position: relative;
	text-decoration: none;
	max-width: 50%;
	color: inherit;
	overflow: hidden;
	transition: color .3s;
}
.pages a:hover {
	color: #444446;
}
.pages a.overviewPage {
	flex: 0 0 auto;
}
.pages a .label {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	display: inline-block;
	padding-left: calc(1em + 5px);
}
.pages a .icon {
	position: absolute;
	left: 10px;
	top: 0;
}
.pages a.nextPage .label {
	padding-left: 0;
	padding-right: calc(1em + 5px);
}
.pages a.nextPage .icon {
	left: auto;
	right: 10px;
}
.pages a.disabled {
	color: #c4c4c6;
	text-decoration: none;
}
@media (min-width: 640px) {
	.pages a {
		padding: 0 20px;
	}
	.pages a .icon {
		left: 20px;
	}
	.pages a.nextPage .icon {
		left: auto;
		right: 20px;
	}

	.jumper .resultStats {
		line-height: 40px;
		float: left;
		padding: 0 0 0 5px;
	}
	.jumper .pagerJumper  {
		float: right;
	}
}

/* ==========================================================================
   Module styles.
   ========================================================================== */
/*
Modul: START
 */
.startSection {
	padding: 20px 0;
}
.startSection .startSectionHeadline {
	margin: 0 0 15px;
	text-align: center;
}
#newsWrap .listItem {
	margin: 0;
	padding: 0 50px 40px;
}
#newsWrap .swiper-pagination {
	bottom: 0;
}
#newsWrap .swiper-button-next {
	right: 0;
}
#newsWrap .swiper-button-prev {
	left: 0;
}
@media (min-width: 640px) {
	.startSection {
		padding: 40px 0;
	}
	.startSection .startSectionHeadline {
		margin: 0 0 20px;
	}
	#newsWrap .listItem {
		padding-left: 8.333%;
		padding-right: 8.333%;
	}
}
@media (min-width: 960px) {
	#newsWrap .swiper-button-next {
		right: 8.333%;
	}
	#newsWrap .swiper-button-prev {
		left: 8.333%;
	}
	#newsWrap .listItem {
		padding-left: 16.667%;
		padding-right: 16.667%;
	}
}


#eventsSlider {
	margin: 20px 0 0;
	padding: 0;
}
#eventsSlider .dateSliderDatesOuterWrap {
	position: relative;
}
#eventsSlider .dateSliderDatesWrap {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-right: 50px;
	padding-right: calc(2em + 20px);
	-webkit-mask-image: -webkit-linear-gradient(right, rgba(0,0,0,0) 0px, rgba(0,0,0,0) 30px, rgba(0,0,0,1) 60px);
	mask-image: linear-gradient(to left, rgba(0,0,0,0) 0px, rgba(0,0,0,0) 30px, rgba(0,0,0,1) 60px);
}
.no-js #eventsSlider .dateSliderDatesWrap {
	overflow: auto;
}

#eventsSlider .dateSliderDates {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	list-style: none;
	margin: 0 auto 0 -5px;
	padding: 0;
}
#eventsSlider .dateSliderButtonNext {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: calc(-20px - .5vw);
	font-size: 1em;
	background: rgba(255,255,255,.9);
	border: 2px solid #f2f2f2;
	color: #ec6604;
	text-align: center;
	z-index: 1;
	transition: all .3s;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	line-height: 36px;
	padding: 0;
	cursor: pointer;

}
#eventsSlider .dateSliderButtonNext:hover {
	border-color: #cdcdce;
	background: #f2f2f2;
	background: rgba(0,0,0,.05);
	color: #218ecf;
}
.no-js #eventsSlider dateSliderButtonNext {
	display: none;
}
#eventsSlider .dateSliderButtonNext[disabled] {
	opacity: .5;
}
#eventsSlider .dateSliderDates li {
	text-align: center;
	webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	white-space: nowrap;
	width: auto;
	border-radius: 5px 5px 0 0;
}
#eventsSlider .dateSliderMonth {
	padding: 10px 5px;
	list-style: none;
	line-height: 35px;
	margin: 0;
	text-transform: none;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
}
#eventsSlider .dateSliderMonth strong {
	font-weight: inherit;
}
#eventsSlider .dateSliderMonth.sticky {
	position: absolute;
	left: -5px;
	top: 0;
	z-index: 1;
	width: auto;
}
#eventsSlider .dateSliderMonth.sticky:after {
	content: '';
	display: block;
	width: 100%;
	bottom: 0;
	left: 0;
	top: 0;
	position: absolute;
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) calc(100% - 10px),rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) calc(100% - 10px),rgba(255,255,255,0) 100%);
	z-index: -1;
}
#eventsSlider .dateSliderDate {
	color: #dadada;
}
#eventsSlider .dateSliderDate a {
	display: block;
	text-decoration: none;
	color: inherit;
}
#eventsSlider .dateSliderDate .dayOfMonth {
	display: block;
	text-transform: uppercase;
	padding: 10px 5px 0;
	min-width: 2em;
	font-size: .75em;
	line-height: 1.333;
}
#eventsSlider .dateSliderDate .dayOfWeek {
	display: block;
	padding: 0 5px 10px;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	color: inherit;
}
#eventsSlider .dateSliderDate.endOfWeek,
#eventsSlider .dateSliderDate.holiday {
	color: #f6b382;
}
#eventsSlider .dateSliderDate.endOfWeek.hasEvents,
#eventsSlider .dateSliderDate.holiday.hasEvents {
	color: #ec6604;
}
#eventsSlider .dateSliderDate.hasEvents {
	color: inherit;
	transition: background .3s;
	padding-bottom: 1vw;
}
#eventsSlider .dateSliderDate.hasEvents.endOfWeek,
#eventsSlider .dateSliderDate.hasEvents.holiday {
	color: #ec6604;
}
#eventsSlider .dateSliderDate.hasEvents:hover {
	background: #ec6604;
	color: #fff;
}
#eventsSlider .dateSliderDate.hasEvents.active {
	background: #ec6604;
	color: #fff;
}
#eventsSlider .dateSliderDate.hasEvents.active * {
	color: #fff;
}

#eventsSlider .dateSliderEventsWrap {
	background: #ec6604;
	color: #fff;
	padding: 1vw 0 0;
	border-bottom: 1vw solid #fff;
	margin-top: -1vw;
	-webkit-mask: url("../img/mask_rounded_top.svg") 50% 0% / cover no-repeat;
	mask: url("../img/mask_rounded_top.svg") 50% 0% / cover no-repeat;
	position: relative;
}
#eventsSlider .dateSliderEventsWrap:before {
	content: '';
	display: block;
	height: 1vw;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -1vw;
	background: #ec6604;
	-webkit-mask: url("../img/mask_rounded_bottom.svg") 50% 100% / cover no-repeat;
	mask: url("../img/mask_rounded_bottom.svg") 50% 100% / cover no-repeat;
}
#eventsSlider .dateSliderEvents {
	margin-left: -10px;
	margin-right: -10px;
}
#eventsSlider .dateSliderEvents .loading {
	background: url('../img/preloader_301_dark.gif') no-repeat 50% 50%;
	min-height: 48px;
	height: 100%;
	width: 100%;
}
#eventsSlider .dateSliderEvents .event {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	text-align: left;
}
#eventsSlider .dateSliderEvents .noEventsHint {
	text-align: center;
	color: #fff;
	padding: 10px;
	width: 100%;
}
#eventsSlider .dateSliderEvents .eventInnerWrap {
	color: inherit;
	text-decoration: none;
	display: block;
}
.eventListItem .eventPreviewImg,
#eventsSlider .dateSliderEvents .eventPreviewImg {
	width: 80px;
	height: 80px;
	margin: 0;
	border-radius: 40px;
	overflow: hidden;
	position: absolute;
	left: 20px;
	top: 20px;
	display: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.eventListItem .eventPreviewImg {
	right: 0;
	left: auto;
}
#eventsSlider .dateSliderEvents .event .headline {
	margin: 0;
	color: inherit;
}
#eventsSlider .dateSliderEvents .event .headline a {
	color: inherit;
	text-decoration: none;
}
#eventsSlider .dateSliderEvents .event .eventData {
	margin: 0;
	color: #fad9c0;
}
#eventsSlider .dateSliderEvents .event .eventData .icon {
	color: #fff;
}
#eventsSlider .dateSliderEvents .event .eventDesc {
	padding-top: 10px;
}

#eventsSlider .dateSliderEvents .event .btnMore {
	right: 20px;
	position: absolute;
	bottom: 10px;
	margin: 0;
	z-index: 1;
	color: inherit;
	font-size: 1em;
	line-height: 20px;
}
#eventsSlider .dateSliderEvents .event .btnMore:after {
	background: -webkit-linear-gradient(left, rgba(236,102,4,0) 0%,rgba(236,102,4,1) 30px);
	background: linear-gradient(to right, rgba(236,102,4,0) 0%, rgba(236,102,4,1) 30px);
	content: '';
	display: block;
	width: 50px;
	width: calc(100% + 30px);
	height: 100%;
	right: 0;
	top: 0;
	position: absolute;
	z-index: -1;
}

#eventsSlider .dateSliderBtnMore {
	position: relative;
	padding: 0 10px 10px;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 12px;
	line-height:15px;
	font-weight: 700;
	color: #fff;
	text-transform: none;
	text-align: center;
	width: 100%;
}
#eventsSlider .dateSliderBtnMore .on,
#eventsSlider .dateSliderBtnMore .off {
	margin-left: 5px;
}
#eventsSlider .dateSliderBtnMore .on {
	display: inline-block;
}
#eventsSlider .dateSliderBtnMore .off {
	display: none;
}
#eventsSlider #eventsSliderSwitch:checked ~ .dateSliderBtnMore .on {
	display: none
}
#eventsSlider #eventsSliderSwitch:checked ~ .dateSliderBtnMore .off {
	display: inline-block;
}

@media (max-width: 959px) {
	#eventsSlider .dateSliderEvents .event:nth-child(n+2) {
		max-height: 0;
		transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, overflow 0s;
	}
	#eventsSlider #eventsSliderSwitch:checked ~ .dateSliderEvents .event:nth-child(n+2),
	#eventsSlider .dateSliderEvents .event:nth-child(1) {
		min-height: 80px;
		padding-top: 10px;
		padding-bottom: 10px;
		max-height: 1000px;
		transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s;
		animation: 0s linear 0.3s 1 normal both running delayOverflow;
	}
}
@media (min-width: 640px) {
	#eventsSlider .dateSliderEvents .event .eventDesc {
		padding-top: 20px;
		font-size: .75em;
		line-height: 1.667;
	}
	#eventsSlider .dateSliderEvents .event .btnMore {
		font-size: .75em;
		line-height: 1.667;
	}
}
@media (min-width: 960px) {
	#eventsSlider .dateSliderDates {
		margin-left: -10px;
	}
	#eventsSlider .dateSliderDate .dayOfMonth,
	#eventsSlider .dateSliderDate .dayOfWeek {
		padding-left: 10px;
		padding-right: 10px;
	}
	#eventsSlider .dateSliderMonth {
		padding-left: 10px;
		padding-right: 10px;
	}
	#eventsSlider .dateSliderMonth.sticky {
		left: -10px;
	}
	#eventsSlider .dateSliderBtnMore {
		padding: 0 10px 20px;
	}
	#eventsSlider .dateSliderDatesWrap {
		padding-right: 60px;
		padding-right: calc(2em + 30px);
	}
	#eventsSlider .dateSliderDatesWrap {
		-webkit-mask-image: -webkit-linear-gradient(right, rgba(0,0,0,0) 0px, rgba(0,0,0,0) 2em, rgba(0,0,0,1) calc(2em + 30px));
		mask-image: linear-gradient(to left, rgba(0,0,0,0) 0px, rgba(0,0,0,0) 2em, rgba(0,0,0,1) calc(2em + 30px));
	}
	#eventsSlider .dateSliderEvents {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-left: -20px;
		margin-right: -20px;
	}
	#eventsSlider .dateSliderEvents .event {
		width: 50%;
		float: left;
		flex: 0 1 auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	#eventsSlider .dateSliderEvents .event:nth-child(2n):before {
		width: 1px;
		content: '';
		position: absolute;
		top: 20px;
		bottom: 20px;
		display: block;
		background: #f18c43;
		left: 0;
	}
	#eventsSlider .dateSliderEvents .noEventsHint {
		padding: 20px;
	}
	#eventsSlider .dateSliderEvents .event:nth-child(n+3) {
		max-height: 0;
		transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, overflow 0s;
	}
	#eventsSlider #eventsSliderSwitch:checked ~ .dateSliderEvents .event:nth-child(n+3),
	#eventsSlider .dateSliderEvents .event:nth-child(-n+2) {
		min-height: 80px;
		padding-top: 20px;
		padding-bottom: 20px;
		max-height: 1000px;
		transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s;
		animation: 0s linear 0.3s 1 normal both running delayOverflow;
	}

	#eventsSlider .dateSliderEvents .event .eventDesc {
		max-height: none;
	}
	#eventsSlider .dateSliderEvents .event .btnMore {
		bottom: 20px;
	}
}

@media (min-width: 1080px) {
	#eventsSlider .dateSliderEvents .eventPreviewImg {
		display: block;
	}
	#eventsSlider .dateSliderEvents .event.hasImg .eventInfo {
		padding-left: 90px;
	}
}

#startCampaignWrap .article {
	background: #f2f2f2;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 0 40px;
}
#startCampaignWrap .articleGallery {
	padding-bottom: 62.5%;
	-webkit-mask: url("../img/mask_rounded_bottom.svg") 50% 100% / cover no-repeat;
	mask: url("../img/mask_rounded_bottom.svg") 50% 100% / cover no-repeat;
}
#startCampaignWrap .articleGallery:after {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	display: block;
	height: 4em;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 50%);
	z-index: 1;
}
#startCampaignWrap .articleGallery .swiper-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
#startCampaignWrap .articleGallery .swiper-slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#startCampaignWrap .article:last-child {
	margin-bottom: 0;
}
#startCampaignWrap .articleInfo {
	padding: 10px;
}
#startCampaignWrap .article h2 {
	margin-top: 0;
}
#startCampaignWrap .article h2 a {
	display: block;
	color: inherit;
	text-decoration: none;
}
#startCampaignWrap .article .priceTag {
	float: right;
	margin-left: 10px;
}
#startCampaignWrap .article .nextDates {
	margin-top: -10px;
}
#startCampaignWrap .article .nextDates li {
	margin-left: -20px;
	padding-left: 0;
	display: flex;
}
#startCampaignWrap .article .nextDates li > * {
	padding-left: 20px;
}
#startCampaignWrap .article .nextDates li:before {
	display: none;
}
#startCampaignWrap .article .nextDates .btnTickets {
	background: none;
	border: none;
	text-decoration: none;
	position: relative;
	padding: 0 calc(1em + 5px);
	color: inherit;
	line-height: inherit;
	font: inherit;
	font-weight: bold;
	box-shadow: none;
}

#startCampaignWrap .article .nextDates .btnTickets .icon {
	position: absolute;
	top: 50%;
	line-height: 1;
	margin-top: -.5em;
	padding: 0;
}
#startCampaignWrap .article .nextDates .btnTickets .iconStart {
	left: 0;
}
#startCampaignWrap .article .nextDates .btnTickets .iconEnd {
	right: 0;
	color: #ec6604;
}
#startCampaignWrap .article .nextDates .btnTickets:hover .iconEnd {
	color: #218ecf;
}
#startLocationsWrap .article {
	margin-top: 20px;
	padding-top: 19px;
	border-top: 1px solid #f2f2f2;
}
#startLocationsWrap .article:first-child {
	border-top: none;
}
#startLocationsWrap .article .part {
	margin-bottom: 1em;
}
#startLocationsWrap .article .parts {
	margin-bottom: -20px !important;
}
@media (min-width: 480px) {
	#startLocationsWrap .article .parts {
		column-count: 2;
		column-gap: 40px;
	}
	#startLocationsWrap .article .part {
		display: inline-block;
		width: 100%;
	}
}
@media (min-width: 640px) {
	#startLocationsWrap .article .part p,
	#startLocationsWrap .article .part div,
	#startLocationsWrap .article .part ul,
	#startCampaignWrap .article .nextDates {
		font-size: .75em;
		line-height: 1.667;
	}
}
@media (min-width: 960px) {
	#startCampaignWrap .articleGallery .swiper-pagination {
		bottom: 20px;
	}
	#startCampaignWrap .article {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 80px;
		min-height: calc(50vw - 20px);
	}
	#startCampaignWrap .articleGallery {
		position: absolute;
		top: 0;
		height: 100%;
		padding-bottom: 0;
		width: 50%;
		-webkit-mask: url("../img/mask_rounded_right.svg") 100% 50% / cover no-repeat;
		mask: url("../img/mask_rounded_right.svg") 100% 50% / cover no-repeat;
	}
	#startCampaignWrap .article:nth-child(2n) .articleGallery {
		right: 0;
		left: auto;
		-webkit-mask: url("../img/mask_rounded_left.svg") 0% 50% / cover no-repeat;
		mask: url("../img/mask_rounded_left.svg") 0% 50% / cover no-repeat;
	}
	#startCampaignWrap .article .articleInfo {
		padding: 20px calc((100% + 40px) / 12 - 20px);
	}
	#startCampaignWrap .article.hasImg:nth-child(2n + 1) .articleInfo {
		margin-left: 50%;
	}
	#startCampaignWrap .article.hasImg:nth-child(2n) .articleInfo {
		margin-right: 50%;
	}
	#startLocationsWrap .articlesWrap {
		margin-left: -20px;
		margin-right: -20px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#startLocationsWrap .article {
		width: 50%;
		float: left;
		padding: 0 19px 0 20px;
		margin-top: 0;
		flex: 1 1 auto;
		border-top: none;
		border-right: 1px solid #f2f2f2;
	}
	#startLocationsWrap .article:nth-child(2n) {
		padding-right: 20px;
		border-right: none;
	}
}
@media (min-width: 1280px) {
	#startCampaignWrap .article {
		min-height: calc(45vw - 20px);
	}
}
@media (min-width: 1600px) {
	#startCampaignWrap .article {
		min-height: calc(40vw - 20px);
	}
}
@media (min-width: 1840px) {
	#startCampaignWrap .article {
		min-height: calc(35vw - 20px);
	}
}


/*
	Modul: PRODUCT
 */
#accordionProductRating .h2 .tooltip {
	font-size: 1rem;
	vertical-align: top;
}
.productRatingTotalWrap {
	background: #f2f2f2;
	margin: 0 0 20px;
	border-radius: 5px;
}
.productRating {
	list-style: none;
	margin: 0;
	padding: 10px 0;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.productRating li {
	padding: 10px 20px;
	margin: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.productRating li.hasIcon {
	padding-left: calc(30px + 2.667em);
}
.productRating li.hasIcon > .icon {
	position: absolute;
	left: 20px;
	top: 50%;
	font-size: 2.667em;
	line-height: 1;
	margin-top: -.5em;
}
.productRating li .title {
	display: block;
	font-weight: bold;
}
.productRating li .stars {
	white-space: nowrap;
	color: #218ecf;
}
#productRatingsWrap .productReview .productRating {
	margin: -20px;
}
#productRatingsWrap .productReview .headline {
	margin-top: 10px;
}
#productRatingsWrap .productReview .productReviewResponse {
	padding: 0 0 0 18px;
	margin-top: 10px;
	border-left: 2px solid #fff;
}
#productRatingsWrap .productReview:last-child {
	padding-bottom: 0;
}
#accordionProductRating .content {
	position: relative;
}
#accordionProductRating .content:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../img/preloader_301_dark.gif') rgba(255,255,255,.9) no-repeat 50% 50%;
	content: '';
	display: block;
	pointer-events: none;
	opacity: 0;
	transition: opacity .2s;
	z-index: 1;
}
#accordionProductRating.loading .content:after {
	opacity: 1;
	pointer-events: auto;
}
/* ==========================================================================
   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 #838384;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
