/*
 * 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}

/* ==========================================================================
  	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
   ========================================================================== */



/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.background_blue {
    background: #b9e5f7;
}
html,
body {
	height: 100%;
	min-width: 320px;
}
body {
}


body.navMainOpen,
body.overlayOpen {
	overflow: hidden;
}
#headerWrap {
    position: relative;
    z-index: 6;
    padding-left: 10px;
    padding-right: 10px;
}
#header {
    position: relative;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 60px;
    z-index: 2;
}
#wrapper {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 70px;
}
.vcContentSection .col12 .pushOut {
    margin-left: -10px;
    margin-right: -10px;
}
.vcContentSection .col .box.bgAlternate {
	padding: 20px;
	border-radius: 10px;
}
.vcContentSection .col .box + .box {
    margin-top: 40px;
    clear: both;
}
.vcContentSection {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}
.vcContentSectionInnerWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.vcContentSection + .vcContentSection {
    margin-top: 80px;
}
.vcContentSection.bgAlternate {
    padding-top: 80px;
    padding-bottom: 80px;
    border-radius: 10px;
    background: #b9e5f7;
}
.vcContentSection .col .box.bgAlternate,
.vcContentSection.bgAlternate {
	background: #b9e5f7;
	overflow: hidden;
	--swiper-theme-color: #0093d2;
	--swiper-pagination-bullet-inactive-color: #0093d2;
}
.vcContentSection.bgAlternate + .vcContentSection.bgAlternate {
    margin-top: -20px;
    padding-top: 20px;
}
.vcContentSection.bgAlternate h1,
.vcContentSection.bgAlternate .h1,
.vcContentSection.bgAlternate .ui-accordion .ui-accordion-header.h1
.vcContentSection.bgAlternate .colored {
    color: #0093d2;
}
.vcContentSection.bgAlternate h2,
.vcContentSection.bgAlternate .h2,
.vcContentSection.bgAlternate .ui-accordion .ui-accordion-header.h2,
.vcContentSection.bgAlternate h3,
.vcContentSection.bgAlternate .h3,
.vcContentSection.bgAlternate .ui-accordion .ui-accordion-header.h3,
.vcContentSection.bgAlternate .accordionWrapper.ui-accordion .ui-accordion-content a,
.vcContentSection.bgAlternate a {
    color: inherit;
}
.vcContentSection.bgAlternate:last-child {
    margin-bottom: 0;
}
.vcContentSection .col {
    container-name: contentContainer;
    container-type: inline-size;
}
.vcContentSection .col .imgNone:first-child,
.vcContentSection .col .gallery.swiper-container-outer:first-child {
	margin-top: 0;
}
.vcContentSection.bgAlternate .articleGrid .gridWrapInner {
    background: #f1fafd;
}
.vcContentSection.bgAlternate .article:last-child {
    margin-bottom: 0;
}
.vcContentSection.bgAlternate .btn:not(.btnRaised):before {
    background: #b9e5f7;
}
.vcContentSection .col .box.bgAlternate .optsInputWrap input {
	border-color: #0093d2;
}
.vcContentSection.bgAlternate .vcContentSectionInnerWrap {
    padding-left: 10px;
    padding-right: 10px;
}
#content > .section:last-child .vcContentSection.bgAlternate:last-child,
#content > .articleWrap:last-child .vcContentSection.bgAlternate:last-child{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.box .boxHead {
	position: relative;
	margin: 0;
}
.box .boxHead + .boxContent {
	margin-top: 20px;
}
.box .boxHead .vc3-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 1em;
}
.box .boxHead.hasIcon {
	padding-left: calc(1em + 10px);
}
@media (max-width: 959px) {
    .vcContentSection .col {
        flex-grow: 1;
        width: 100%;
    }
    .vcContentSection .col + .col {
        margin-top: 40px;
    }
}
@media (min-width: 960px) {
    #headerWrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    #header {
        padding: 20px;
    }
    #wrapper {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    #navMobiWrapper {
        margin-left: -20px;
        margin-right: -20px;
    }
    .vcContentSection .pushOut {
        margin-left: 0;
        margin-right: 0;
    }
    .vcContentSectionInnerWrap {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
    }
    .vcSectionAlignCenter .vcContentSectionInnerWrap {
        justify-content: center;
    }
    .vcSectionAlignRight .vcContentSectionInnerWrap {
        justify-content: end;
    }
    .vcSectionValignCenter .vcContentSectionInnerWrap {
        align-items: center;
    }
    .vcSectionValignBottom .vcContentSectionInnerWrap {
        align-items: end;
    }
    .vcContentSection.bgAlternate {
        border-radius: 20px;
    }
    .vcContentSection.bgAlternate .vcContentSectionInnerWrap {
        padding-left: 20px;
        padding-right: 20px;
    }
	.vcSectionReverse .vcContentSectionInnerWrap {
		flex-direction: row-reverse;
	}
	.vcContentSection .col {
        padding: 0 20px;
    }
    .vcContentSection .col4 {
        width: 33.3333%;
    }
    .vcContentSection .col6 {
        width: 50%;
    }
    .vcContentSection .col8 {
        width: 66.6667%;
    }
    .vcContentSection .col12 {
        width: 100%;
    }
}
@media (min-width: 1400px) {
    .vcContentSection.bgAlternate .vcContentSectionInnerWrap {
        padding-left: 8.33%;
        padding-right: 8.33%;
    }
}
#menuOverlayHelper {
    display: block;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    z-index: 1;
    background: rgba(0,0,0,0.3);
    transition: bottom 0s .4s, opacity .2s .2s;
}
#breadcrumb {
    margin-top: 0.5em;
    margin-bottom: 2em;
}
#breadcrumb a {
    text-decoration: none;
    font-size: 0.875em;
}
#breadcrumb a + a {
}
#breadcrumb a + a:before {
    content: '\e75e';
    display: inline-block;
    margin: 0 10px;
    font-family: vc3_fontello;
}
#breadcrumb a:last-child {
    font-weight: 700;
}


#footerTop {
    font-size: .875rem;
    line-height: 1.786;
    background: #b1ca35;
    color: #fff;
    padding: 10px;
}
#footerTop .gridWrap {
    margin-top: 0;
    margin-bottom: 0;
 }
#footerTop img {
    max-width: 100%;
    height: auto;
}

#footerTop .gridWrap [class^="gridWidth"]{
    padding: 10px;
}
#footerTop .gridWrap [class^="gridWidth"]:last-child {
    text-align: right;
}
@media (max-width: 959px) {
    #footerTop .gridWrap [class^="gridWidth"]:nth-child(2n+1) {
        order: 3;
    }
    #footerTop .gridWrap [class^="gridWidth"]:nth-child(2n+2) {
        order: 1;
    }
    #footerTop .gridWrap [class^="gridWidth"]:nth-child(2n+3) {
        order: 2;
    }
    #footerTop .gridWrap [class^="gridWidth"]:nth-child(2n+4) {
        order: 4;
    }
}
@media (min-width: 960px) {
    #footerTop {
        padding: 20px;
    }
    #footerTop .gridWrap [class^="gridWidth"]{
        padding: 20px;
    }
}

.quickWeather,
.quickWater {
    display:  flex;
	text-decoration: none;
}
.quickWeather .value,
.quickWater .value {
    font-weight: 700;
}
.quickWeather .temperature {
    display: flex;
    flex-direction: column;
}
.quickWeather .temperature > * {
    display: flex;
}
.quickWeather .temperature .value,
.quickWater .value {
    margin-left: 5px;
}
.quickWeather > * {
    flex-grow: 1;
}
.quickWeather > .vc3-icon {
    flex-grow: 0;
    font-size: 2.5em;
    line-height: 1.4287;
    margin-right: 10px;
}
.quickWeather .wind .vc3-icon {
    display: inline-block;
}

#footerBottom {
    background: #9fb530;
    color: #fff;
    border-radius: 0 0 15px 15px;
    text-align: center;
    padding: 10px 0;
}
footer .gridWrap .gridWidth_25 > * {
    margin-top: 0;
    margin-bottom: .833rem;
}
footer .gridWrap .gridWidth_25 > *:last-child {
    margin-bottom: 0;
}
footer .h2,
footer .h3,
.navFacilities .label {
    font-size: .75rem;
    font-weight: 700;
    line-height: 2.083;
    color: inherit;
    letter-spacing: .1em;
    text-transform: uppercase;
}
footer a {
    color: #fff;
}


#navFooter {
    display: inline-block;
}
#navFooter ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#navFooter li {
    display: block;
    margin: 0;
}
#navFooter li .a,
#navFooter li a {
    display: block;
    text-decoration: none;
    color: #fff;
    border: none;
    background: none;
    font-size: .75rem;
    line-height: 1.667;
    letter-spacing: .2em;
    padding: 0 10px;
    border-radius: 10px;
    text-transform: uppercase;
}
#navFooter li .a.active,
#navFooter li a.active {
    background: #b1ca35;
}

#content {
    margin-top: 40px;
}
#contentWrapper {
	position: relative;
	z-index: 0;
}
#content .section:first-child > .vcContentSection:first-child {
	padding-top: 80px;
}
#content .section:last-child > .vcContentSection:not(.bgAlternate):last-child {
	padding-bottom: 40px;
}
#navMain .iconMenuTriggerDwn {
    background: none;
    padding: 0;
    border: none;
    flex-grow: 0;
    outline-offset: -2px;
    line-height: inherit;
	color: inherit;
}
#navMain .iconMenuTriggerDwn :before {
    transition: transform .3s;
    display: block;
    line-height: inherit;
}
#navMain .navBtnWrap {
    position: relative;
    display: flex;
    align-items: center;
}
#navMain a {
    text-decoration: none;
    flex-grow: 1;
	color: inherit;
}
#navMain li.lvl2 > .navBtnWrap a:hover span:after,
#navMain li.lvl2.active > .navBtnWrap a span:after {
    color: #f6a800;
}
#logoWrap a {
    display: block;
}
#logoWrap img {
    display: block;
    width: auto;
    height: 40px;
}
#logoWrap img.specialLogo {
	height: 47px;
	margin-top: -10px;
	margin-bottom: -10px;
}
#navTools {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    z-index: 5;
	width: 100%;
	max-width: calc(100% - 20px);
}
#navTools ul {
    display: flex;
    background: rgba(255,255,255,.67);
    border-radius: 10px 10px 0 0;
    backdrop-filter: blur(5px);
	border: 1px solid #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.21);
}
#navTools li {
	flex-grow: 1;
    position: relative;
}
#navTools a {
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    width: auto;
    hyphens: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#navTools a .name {
    color: inherit;
    display: block;
    font-size: .5625em;
    line-height: 1.111em;
    font-weight: 700;
    min-width: 50px;
}
#navTools a .vc3-icon {
    color: #0093d2;
    font-size: 20px;
    line-height: 20px;
    display: block;
    padding: 9px;
    border-radius: 50%;
    background: #f3f3f3;
    border: 1px solid #e9e9e9;
}
#navTools a .vc3-icon:before {
    margin: 0;
    display: block;
}

#navSubWrapper {
    position: sticky;
	top: 0;
	z-index: 2;
    background: #f3f3f3;
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
}
#navSub {
    position: relative;
    --swiper-scrollbar-sides-offset: 0px;
    --swiper-scrollbar-bottom: 0px;
    --swiper-scrollbar-border-radius: 0px;
}
#navSub.swiper-horizontal > .swiper-scrollbar,
#navSub .swiper-scrollbar.swiper-scrollbar-horizontal {
	z-index: 1;
}
#navSubWrapper:before,
#navSubWrapper:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    pointer-events: none;
    width: 10px;
    top: 1px;
    bottom: 1px;
}
#navSubWrapper:before {
    left: 0;
    background: rgb(243,243,243);
    background: linear-gradient(90deg, rgba(243,243,243,1) 0, rgba(243,243,243,0) 100%);
}
#navSubWrapper:after {
    right: 0;
    background: rgb(243,243,243);
    background: linear-gradient(270deg, rgba(243,243,243,1) 0, rgba(243,243,243,0) 100%);
}

#navSub > ul {
    display: flex;
    flex-wrap: nowrap;
}
#navSub > ul li {
    padding: 9px 0;
    width: auto;
}
#navSub > ul li a {
    display: block;
    text-decoration: none;
    text-wrap: nowrap;
    font-size: 1.25rem;
    line-height: calc(2em - 2px);
    padding: 0 14px;
    border-radius: 1em;
    border: 1px solid transparent;
    transition: border .3s;
}
#navSub > ul li:hover > a {
    border: 1px solid #0084bd;
}

#navSub > ul li a.active {
    background: #0093d2;
    border: 1px solid #0084bd;
}

.navFacilities {
	overflow: hidden;
}

.navFacilities a {
	text-decoration: none;
	display: flex;
	align-items: center;
	min-height: 40px;
	transition: all .3s;
}
.navFacilities a:hover {
	transform: translateY(-5px);
}
.navFacilities .siteLogo {
	position: relative;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #e9e9e9;
	overflow: hidden;
	order: -1;
	margin-right: 5px;
}
.navFacilities .siteLogo img {
	width: 100%;
	height: auto;
}
#navFacilitiesInHeader {
	margin-top: 30px;
	margin-bottom: 20px;
}
#navFacilitiesInHeader ul {
	margin: -5px 0;
}
#navFacilitiesInHeader li {
	padding: 5px 20px;
}
#navFacilitiesInHeader .siteLogo {
	margin-right: 10px;
}
#navFacilitiesInFooter ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 35px -10px -5px;
}
#navFacilitiesInFooter li {
	padding: 5px 10px;
}
#navFacilitiesInFooter .siteLogo {
	border-color: #9fb530;
}

@media (max-width:959px) {
    #headerBottom {
        position: relative;
    }
    #logoWrap {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 21;
        transition: left .3s;
    }
    #headerWrap.expanded #logoWrap {
        left: 10px;
    }
    #headerWrap.expanded #menuOverlayHelper {
        display: block;
        opacity: 1;
        bottom: 0;
        transition: bottom 0s, opacity .3s .2s;
    }
    #headerTools {
        position: absolute;
        right: 0;
        top: 0;
        line-height: 38px;
        z-index: 21;
        transition: right .3s;
        padding: 0;
    }
    #headerTools > * {
        background: #f3f3f3;
        border: 1px solid #e9e9e9;
    }
    #headerTools > :first-child {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    #headerTools > :last-child {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    #headerWrap.expanded #headerTools {
        right: 10px;
    }
    header .box_search {
        position: relative;
        border-bottom: 2px solid #000;
    }

    #showSearchBtn {
        display: none;
    }
    #srcBoxQWrap {
        position: relative;
        padding: 20px 60px 20px 20px;
    }
    #srcBoxQ {
        width: 100%;
        padding: 0 5px;
        line-height: 30px;
    }
    #searchSubmit {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 22px;
        line-height: 30px;
        padding: 20px 10px;
        border: none;
        background: none;
        cursor: pointer;
    }

    .navMainTrigger {
        position: relative;
        display: inline-block;
        vertical-align: bottom;
        line-height: 38px;
        padding: 0 40px 0 20px;
        cursor: pointer;
    }
    header .box_search:before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 10px;
        height: 18px;
        width: 1px;
        background: #fff;

    }
    .navMainTrigger .line,
    .navMainTrigger:after,
    .navMainTrigger:before {
        content: "";
        background: #1d1d1d;
        display: block;
        height: 2px;
        right: 20px;
        position: absolute;
        border-radius: 1px;
        transition: all 0.5s ease 0s;
        width: 15px;
    }

    .navMainTrigger .line {
        opacity: 1;
        top: 50%;
        display: block;
        margin-top: -1px;
    }


    .navMainTrigger:before {
        bottom: 23px;
    }

    .navMainTrigger:after {
        bottom: 13px;
    }

    .navMainTrigger[aria-expanded="true"] .line {
        opacity: 0;
    }

    .navMainTrigger[aria-expanded="true"]:before {
        bottom: 19px;
        transform: rotate(45deg);
        width: 16px;
        right: 20px;
    }

    .navMainTrigger[aria-expanded="true"]:after {
        bottom: 19px;
        transform: rotate(-45deg);
        width: 16px;
        right: 20px;
    }

    .navMainTrigger .menue {
        display: block;
        font-size: .625em;
        line-height: 38px;
        color: inherit;
        font-weight: 600;
        text-transform: uppercase;
    }
    #navMobiWrapper {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 0;
        width: 100%;
        z-index: 20;
        overflow: hidden;
        transition: height .3s, box-shadow .3s;
    }
    #headerWrap.expanded #navMobiWrapper {
        height: 100%;
    }
    #naviMobi {
        height: 100%;
        width: 100%;
        position: relative;
        padding: 0 10px 10px 10px;
    }
    #naviMobi > .wrap {
        position: relative;
        height: 100%;
        border-radius: 0 0 10px 10px;
        padding-top: 70px;
        background: #fff;
    }
    #naviMobi .innerWrap {
        height: 100%;
        overflow: auto;
    }
    #navMain li.lvl1 > .navBtnWrap {
        font-size: 24px;
        line-height: 1;
    }
    #navMain li + li {
        border-top: 1px solid #e9e9e9;
    }
    #navMain li.lvl1 + li {
        border-top: 2px solid #000;
    }

    #navMain li.lvl1 > .navBtnWrap a {
        display: block;
        padding: 20px;
        transition: background .3s, color .3s;
    }
    #navMain li.lvl1.active > .navBtnWrap {
        background: #f6a800;
        color:#fff
    }
    #navMain li.lvl1 > .navBtnWrap .iconMenuTriggerDwn {
        padding: 20px 10px;
    }
    #navMain .navBtnWrap .iconMenuTriggerDwn[aria-expanded="true"] :before {
        transform: rotate(180deg);
    }

    #navMain .ulWrap {
        display: grid;
        grid-template-rows: 0fr;
        transition: all .3s;
        visibility: hidden;
    }
    #navMain .ulWrap > * {
        overflow: hidden;
    }
    #navMain .ulWrap.expanded {
        visibility: visible;
        grid-template-rows: 1fr;
    }
    #navMain li .naviImg img {
        width: 100%;
        height: auto;
    }
    #navMain li.lvl1 ul {
        margin-left: 20px;
    }
    #navMain li.lvl2 {
        font-size: 20px;
    }
    #navMain li.lvl1 ul a {
        position: relative;
        display: block;
        padding: 10px 20px 10px 0;
        transition: padding .3s;
    }
    #navMain li.lvl1 ul li.hasSub .navBtnWrap a {
        padding-right: 40px;
    }

    #navMain li.lvl1 ul a span:after {
        content: '\e817';
        font-family: vc3_fontello;
        color: #73cbef;
        font-size: 0.8em;
        margin-left: 10px;
    }
    #navMain li.lvl1 ul li:hover > .navBtnWrap > a {
        padding-left: 20px;
        padding-right: 0;
    }
    #navMain li.lvl1 ul li.hasSub:hover > .navBtnWrap > a {
        padding-left: 20px;
        padding-right: 20px;
    }
    #navMain li.lvl1 ul .iconMenuTriggerDwn {
        padding: 10px 40px 10px 20px;
    }
}

@media (max-width: 439px) {
    #logoWrap {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 21;
        transition: left .3s;
        display: flex;
        align-items: center;
        height: 40px;
    }
    #logoWrap img {
        height: 27px;
    }
}
@media (min-width: 440px) {
	#logoWrap img.specialLogo {
		margin-top: -3px;
		margin-bottom: -2px;
	}
}
@media (min-width: 960px) {
	#logoWrap img.specialLogo {
		height: 60px;
		margin-top: -10px;
		margin-bottom: -10px;
	}
    #srcBoxQWrap {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        right: 0;
        top: calc(100% + 10px);
        margin-top: -20px;
        transition: visibility .3s, opacity .3s, margin-top .3s;
        background: #e9e9e9;
        border-radius: 20px;
        line-height: 20px;
        padding: 10px 40px 10px 10px;
    }
    #srcBoxQWrap.expanded {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
    }
    #showSearchBtn {
        cursor: pointer;
    }
    #showSearchBtn[aria-expanded="true"] .vc3-icon.vc3-icon-search,
    #showSearchBtn .vc3-icon.vc3-icon-up-dir,
	#navFacilitiesInHeader {
        display: none;
    }
    #showSearchBtn[aria-expanded="true"] .vc3-icon.vc3-icon-up-dir {
        display: inline;
    }
    #srcBoxQWrap #srcBoxQ {
        width: 150px;
        border: none;
        background: none;
        font-size: inherit;
        line-height: 20px;
        border-bottom: 1px solid #1f1f1f;
    }
    #srcBoxQWrap #srcBoxQ::placeholder {
        text-transform: uppercase;
        color: #aaa;
    }
    #srcBoxQWrap #searchSubmit {
        position: absolute;
        right: 10px;
        background: none;
        border: none;
        cursor: pointer;
    }
    #headerBottom {
        position: relative;
    }
    #logoWrap {
        position: absolute;
        left: 0;
        z-index: 1;
    }
    #header .innerWrap {
        display: flex;
    }

    #header .box_search {
        position: relative;
        right: 0;
        top: 0;
        order: 1;
        margin-left: 20px;
    }
    #navMain {
        flex-grow: 1;
    }
    #showSearchBtn {
        background: #f3f3f3;
        border: 1px solid #e9e9e9;
        border-radius: 20px;
        line-height: 38px;
        font-size: .625em;
        font-weight: 600;
        display: block;
        padding: 0 14px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
    }
    #showSearchBtn .vc3-icon {
        font-size: 1.6em;
        margin-right: 5px;
    }
    #showSearchBtn .vc3-icon:before {
        display: block;
        margin: 0;
    }
    body.navMainOpenHover #menuOverlayHelper {
        display: block;
        opacity: 1;
        bottom: 0;
        transition: bottom 0s, opacity .3s .3s;
    }
    #navMobiWrapper {
        position: relative;
        padding: 0 20px 0 223px;
        margin-left: -20px;
        margin-right: -20px;
    }

    .navMainTrigger {
        display: none;
    }
    #navTools {
        width: 60px;
        right: 0;
        left: auto;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
    }
    #navTools ul {
        border-radius: 10px 0 0 10px;
        flex-direction: column;
		padding: 4px 0;
    }
    #navmain {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #navMain li.lvl1 {
        float: left;
    }
    #navMain .lvl1 > .navBtnWrap {
        line-height: 30px;
        font-size: 18px;
        font-weight: 700;
        transition: color .3s, background .3s;
        border-radius: 20px;
    }

    #navMain .lvl1 > .navBtnWrap a {
        display: block;
        padding: 5px 10px;
        border-radius: 20px;
    }
    #navMain .lvl1 > .navBtnWrap .iconMenuTriggerDwn {
        padding: 5px 10px;
        margin-left: -10px;
        border-radius: 20px;
        transition: all .3s;
    }
    #navMain li.lvl1:hover > .navBtnWrap .iconMenuTriggerDwn,
    #navMain .lvl1 > .navBtnWrap .iconMenuTriggerDwn[aria-expanded="true"] {
        transform: rotate(-180deg);
    }
    #navMain .lvl1.active > .navBtnWrap {
        background: #f6a800;
        color:#fff
    }
    #navMain li.lvl1:not(.active):hover > .navBtnWrap,
    #navMain li.lvl1:not(.active).expanded > .navBtnWrap {
        background: #73cbef;
        color: #1a1a1a
    }
    #navMain li.lvl1 > .ulWrap {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: grid !important;
        grid-template-rows: 0fr;
        transition: all .3s .2s;
    }
    #navMain li.lvl1:hover > .ulWrap,
    #navMain li.lvl1 > .ulWrap.expanded {
        padding-top: 20px;
        grid-template-rows: 1fr;
    }
    #navMain li.lvl1 > .ulWrap > div {
        display: flex !important;
        align-items: center;
        background: #fff;
        box-shadow: 0 10px 10px rgba(0,0,0,0);
        transition: box-shadow .3s .2s, max-height .3s .2s, visibility .3s .2s;
        border-radius: 0 0 15px 15px;
        overflow: hidden;
        visibility: hidden;
    }
    #navMain li.lvl1:hover > .ulWrap > div,
    #navMain li.lvl1 > .ulWrap.expanded > div {
        visibility: visible;
    }
    #navMain li.lvl1:hover > .ulWrap > div,
    #navMain li.lvl1 > .ulWrap.expanded > div {
        display: flex !important;
        box-shadow: 0 10px 10px rgba(0,0,0,0.21);
    }
    #navMain li.lvl1 > .ulWrap > div > .naviImg {
        width: 33.33%;
        padding: 20px;
    }
    #navMain li.lvl1 > .ulWrap > div > .naviImg img {
        width: 100%;
        height: auto;
        border-radius: 10px;
		display: block;
    }
    #navMain li.lvl1 > .ulWrap > div > ul {
        width: 66.66%;
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
    }
    #navMain li.lvl2 {
        float: left;
        padding-left: 20px;
        padding-right: 20px;
        width: 50%;
        font-size: 20px;
    }
    #navMain li.lvl2 a {
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 1px solid #e9e9e9;
    }
    #navMain li.lvl2:nth-child(1) a,
    #navMain li.lvl2:nth-child(2) a {
        border-top: none;
    }
    #navMain li.lvl2 a span:after {
        content: '\e817';
        font-family: vc3_fontello;
        color: #73cbef;
        font-size: 0.8em;
        margin-left: 10px;
    }
    #navMain li.lvl2:hover > a span:after,
    #navMain li.lvl2 a.active span:after {
        color: #f6a800;
    }
    #navMain li.lvl2 > .navBtnWrap .iconMenuTriggerDwn,
    #navMain li.lvl2 > .ulWrap {
        display: none !important;
    }

    #navSubWrapper {
        margin-left: -20px;
        margin-right: -20px;
        padding: 0 20px;
    }
    #navSubWrapper:before,
    #navSubWrapper:after {
        width: 20px;
    }

	#navFacilitiesInFooter ul {
		margin: 30px -20px -10px;
	}
	#navFacilitiesInFooter li {
		padding: 10px 20px;
	}
	#navFacilitiesInFooter .siteLogo {
		margin-right: 10px;
	}
}

@media (min-width:1400px) {
    #breadcrumb,
    #contentWrapper,
    #footerBottom,
    #footerTop {
        padding-left: 8.33%;
        padding-right: 8.33%;
    }
    #header {
        margin-left: calc(8.33% - 20px);
        margin-right: calc(8.33% - 20px);
    }
    section.tax_fullWidth {
        margin-left: -10%;
        margin-right: -10%;
    }

    #navMain li.lvl1 > .ulWrap > div > .naviImg {
        width: 50%;
    }
    #navMain li.lvl1 > .ulWrap > div > ul {
        width: 50%;
    }
    #navSubWrapper {
        padding-left: calc(8.33% + 20px);
        padding-right: calc(8.33% + 20px);
    }
    #navSubWrapper:before,
    #navSubWrapper:after {
        width: calc((100% - 40px) / 12 + 20px);
    }
    #navSubWrapper:before {
        background: linear-gradient(90deg, rgba(243,243,243,1) calc(100% - 20px), rgba(243,243,243,0) 100%);
    }
    #navSubWrapper:after {
        background: linear-gradient(270deg, rgba(243,243,243,1) calc(100% - 20px), rgba(243,243,243,0) 100%);
    }
    .pushOut {
        margin-left: calc(-10%);
        margin-right: calc(-10%);
    }
}

/* ==========================================================================
   external Scripts/Functions
   ========================================================================== */


/*! Swipebox v1.4.4 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html{overflow:hidden !important}#swipebox-overlay img{border:none !important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999 !important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff;background:rgba(0, 0, 0, .75)}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform 0.4s ease;transition:transform 0.4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer;padding-bottom:50px}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block;position:relative;overflow:hidden}#swipebox-slider .slideInnerWrap{height:100%;width:100%;line-height:1px;text-align:center}#swipebox-slider .slideInnerWrap:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-inline-container,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide .swipebox-audio-container,#swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-audio-container{padding: 5%; width: 90%;}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;);-webkit-box-sizing:border-box;box-sizing:border-box}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-iframe-container iframe,#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100% !important;height:100% !important;position:absolute;top:0;left:0}#swipebox-slider .slide .swipebox-iframe-container{width:100%;height:100%;overflow:hidden;position:relative;display:inline-block}#swipebox-slider .slide-loading{background:url("../img/preloader_301_dark.gif") center center no-repeat}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:0.5s;transition:0.5s;position:absolute;left:0;z-index:999;height:50px;width:100%}#swipebox-bottom-bar{bottom:0;color:#fff !important}#swipebox-top-bar{left:10px;bottom:0;display:table;width:calc(100% - 120px)}#swipebox-title{width:100%;height:100%;text-align:center;vertical-align:middle;display:table-cell;color:#fff;text-shadow:0 0 20px rgba(0, 0, 0, 0.19), 0 0 6px rgba(0, 0, 0, 0.23)}#swipebox-close,#swipebox-next,#swipebox-prev,#swipebox-zoomin,#swipebox-zoomout{background-image:url("../img/Swipebox/icons.png");background-repeat:no-repeat;border:none !important;text-decoration:none !important;cursor:pointer;width:50px;height:50px;top:0}#swipebox-arrows{height:100%;position:absolute;left:0;bottom:0;top:-50vh}#swipebox-prev{background-position:-32px 13px;float:left}#swipebox-next{background-position:-78px 13px;float:right;position:absolute;right:-100vw;margin-right:50px}#swipebox-close,#swipebox-zoomin,#swipebox-zoomout{top:0;position:absolute;z-index:9999}#swipebox-close{background-position:15px 12px;right:0}#swipebox-zoomin{background-position:-122px 12px;right:50px}#swipebox-zoomout{background-position:-168px 12px;right:50px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-next.disabled,#swipebox-prev.disabled,#swipebox-zoomin.disabled,#swipebox-zoomout.disabled{opacity:0.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:rightSpring 0.3s;animation:rightSpring 0.3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:leftSpring 0.3s;animation:leftSpring 0.3s}.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0;box-shadow:inset 10px 0 10px -8px #656565}.swipebox-touch #swipebox-container:after{right:0;box-shadow:inset -10px 0 10px -8px #656565}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@-webkit-keyframes rightSpring{0%,100%{left:0}50%{left:-30px}}@keyframes rightSpring{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes leftSpring{0%,100%{left:0}50%{left:30px}}@keyframes leftSpring{0%,100%{left:0}50%{left:30px}}#swipebox-slider .slide .video-js-container .swipebox-video{width:auto;height:auto}#swipebox-slider .swipebox-video .video-js{width:100%;height:100%;display:block;position: absolute}#swipebox-slider .swipebox-video .video-js .vjs-big-play-button{left:50%;top:50%;margin:-1em 0 0 -1em;height:2em;width:2em;line-height:2em;border:none;background:#0093d2;border-radius:1em;color:#fff}#swipebox-slider .swipebox-video .video-js .vjs-big-play-button:hover{background:#E8EAED;color:#0093d2}#swipebox-slider .swipebox-video .vjs-has-started .vjs-control-bar{background-color:#f6a800;background-color:rgba(246, 168, 0, .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:#0093d2}#swipebox-slider .slide .video-mejs-container {max-width: none;}

#teaserWrapper {
    position: relative;
}
#teaser {
    --swiper-theme-color: #fff;
    --swiper-scrollbar-drag-bg-color: #fff;
    --swiper-pagination-fraction-color: #fff;
    --swiper-scrollbar-bg-color: #40aedd;
    --swiper-scrollbar-border-radius: 0;
    --swiper-scrollbar-size: 2px;
    --swiper-navigation-size: 20px;
    --swiper-scrollbar-bottom: 19px;
    --swiper-pagination-bottom: 19px;
}
#teaser > ul {
    position: relative;
    height: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    height: calc(100vh - 200px);
    min-height: 400px;
}
#teaser > ul.empty {
    height: 175px;
    max-height: none;
}
#teaser > ul > li {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
#teaser > ul.empty > li {
    background: #ebebeb;
    position:absolute;
    top:0;
    width:100%;
    height:100%;
}
.start #teaser > ul > li {
    padding-bottom:0;
    height:55vw;
    max-height:80vh;
    min-height: 622px;
}
#teaser .sliderImg {
    width: 100%;
    height: 100%;
    background-size:cover;
    background-repeat:no-repeat;
    flex-grow: 1;
}
#teaser .sliderImg video {
	object-fit: cover;
	object-position: 50% 50%;
	height: 100%;
	width: 100%;
}
#teaser .infoWrap {
    width: calc(100% - 20px);
    display: none;
    padding: 0;
    color: #fff;
    background: #1a9ed7 url("../img/teaser_bg.png") no-repeat center;
    background-size: calc(100% - 40px) auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    box-shadow: 0 5px 10px rgba(0,0,0,0.21);
    border-radius: 10px;
}
.ss_1 #teaser .infoWrap {
	background-image: url("../img/bg_ss1.png");
}
.ss_2 #teaser .infoWrap {
	background-image: url("../img/bg_ss2.png");
}
.ss_3 #teaser .infoWrap {
	background-image: url("../img/bg_ss3.png");
}
.ss_4 #teaser .infoWrap {
	background-image: url("../img/bg_ss4.png");
}
.ss_9 #teaser .infoWrap {
	background-image: url("../img/bg_ss9.png");
}
#teaser .infoWrap .btn:not(.btnRaised) {
    color: inherit;
}
#teaser .infoWrap.expanded {
    display: block;
}
#teaser .teaserInfoCloser {
    float: right;
    background: none;
    border: none;
    position: relative;
    cursor: pointer;
    z-index: 1;
}
#teaser h1,
#teaser .h1 {
    font-family: "Barlow Condensed", sans-serif;
}
#teaser .teaserInfoTrigger {
    position: absolute;
    bottom: 50px;
    margin: 0;
    padding: 10px;
    background: none;
    border: none;
    text-align: left;
    color: #fff;
    z-index: 1;
    width: 100%;
}
#teaser button.teaserInfoTrigger {
    cursor: pointer;
}
#teaser .teaserInfoTrigger .tooltip {
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,.5);
    background: #fff;
    color: #0093d2;
    width: calc(1.667em + 10px);
    height: calc(1.667em + 10px);
    background-clip: padding-box;
    line-height: 1.667em;
    text-align: center;
    display: inline-block;
    font-size: .75rem;
    margin-left: 5px;
    vertical-align: text-bottom;
}
#teaser .teaserInfoTrigger .tooltip:before {
    margin: 0;
}
#teaser .teaserInfoTrigger:after {
    background: rgba(0,0,0,.5);
    box-shadow: 0 0 100px 200px rgba(0,0,0,.5);
    content: '';
    display: block;
    height: 100%;
    width: 200%;
    position: absolute;
    top: 100%;
    border-radius: 50%;
    left: -100%;
    z-index: -1;
}
#teaser.hasBooking .teaserInfoTrigger {
    bottom: 100px;
}
#teaser .infoWrap .info {
    padding: 10px;
}
#teaser .info h1,
#teaser .info .h1 {
    font-family: 'Barlow Condensed';
    font-weight: 300;
    line-height: 1em;
    hyphens: auto;
}
#teaser .info > * {
    color: inherit;
}
#teaser .info > *:first-child,
#teaser .info > .teaserInfoCloser:first-child + * {
    margin-top: 0;
}
#teaser .info > *:last-child {
    margin-bottom: 0;
}
#teaser .swiper-navigation {
    position: absolute;
    display: flex;
    align-items: center;
    left: 10px;
    right: 10px;
    bottom: 10px;
    line-height: 20px;
    z-index: 1;
    color: #fff;
}
#teaser.hasBooking .swiper-navigation {
    bottom: 60px;
}
#teaser .swiper-button-next,
#teaser .swiper-button-prev {
    color: inherit;
    cursor: pointer;
    bottom: 0;
    top: auto;
    height: 1em;
    width: 1em;
    line-height: 1;
    position: static;
    margin: 0;
	background: none;
	border: none;
}
#teaser .swiper-button-prev {
    left: 0;
}
#teaser .swiper-button-next {
    right: 0;
}

#teaser .swiper-button-next:after,
#teaser .swiper-button-prev:after {
    font-family: vc3_fontello;
    content: '\e75e';
}
#teaser .swiper-button-prev:after {
    content: '\e75d';
}
#teaser .swiper-control {
    position: static;
    width: auto;
    color: inherit;
    flex-shrink: 0;
    text-align: right;
    width: 3em;
}
#teaser .swiper-pagination-current {
    font-weight: bold;
}
#teaser .swiper-pagination-progressbar {
    position: relative;
    flex-grow: 1;
    margin: 0 5px;
    height: 2px;
    background: rgba(255,255,255,.33);
}
#teaser .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform: scale(1);
    transition: width .3s;
}

#teaserBookingOpenTrigger {
    background: rgba(255,255,255,.8);
    border: 1px solid #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 3;
    border-radius: 15px;
    color: #1d1d1d;
}
#teaserBookingOpenTrigger:hover {
	background: #fff;
}
#teaserBookingCloseTrigger {
    float: right;
    clear: both;
	position: relative;
	z-index: 1;
}
#teaserBookingBox {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 10;
    display: none;
    overflow: scroll;
}
#teaserBookingBox .teaserBookingHeadline {
	margin-top: 0;
}
#teaserBookingBox .wrap {
    background: rgba(255,255,255,.9);
    border: 1px solid #fff;
    backdrop-filter:  blur(5px);
    margin: 10px;
    z-index: 10;
    padding: 9px;
    border-radius: 20px;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
	overflow: hidden;
}
#teaserBookingBox:after {
    content: '';
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom:  -10px;
    display: block;
    background: rgba(0,0,0,.3);
    z-index: -1;
}
#teaserBookingBox.expanded {
    display: block;
}
#teaserBookingBox .optsInputWrap:not(.hasFocus) input,
#teaserBookingBox .optsInputWrap:not(.hasFocus) .input,
#teaserBookingBox .optsInputWrap .selectWrap:not(.focus),
#teaserBookingBox .vcTabs [role="tab"]:not([aria-selected="true"]) {
    border-color: rgba(29,29,29,.1);
}
#teaserBookingBox .ui-datepicker-append,
#teaserBookingBox .optsInputWrap input,
#teaserBookingBox .optsInputWrap .input,
#teaserBookingBox .optsInputWrap .selectWrap {
    font-weight: 600;
}
#teaserBookingBox .wrap,
.quickBknBoxModal {
	container-name: bookingBar;
	container-type: inline-size;
}
.quickBknBox .btnContainer {
	margin-bottom: 0;
}
.quickBknBox .optsContainer.qb_departure_opts .fromArrivalToDeparture {
    color: #8e8e8e;
    height: 20px;
    width: 20px;
    line-height: 20px;
    margin-top: -10px;
    text-align: center;
    right: auto;
    left: -10px;
    top: 50%;
    display: none;
    position: absolute;
}
#teaserBookingBox .vcTabs ~ .vcTabContent {
    margin-top: 20px;
}
#teaserBookingBox .quickBknPostContent {
    margin-top: 40px;
}
#postTeaserWrapper {
	margin-top: -20px;
	padding-top: 30px;
	padding-bottom: 10px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	color: inherit;
	background: #b9e5f7;
	position: relative;
	overflow: hidden;
}
#postTeaserBookingBoxWrapper {
	color: inherit;
	background: rgba(185,229,247,.8);
	backdrop-filter: blur(5px);
	display: none;
	border-radius: 0 0 20px 20px;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	margin: 0;
	padding: 10px 19px 9px;
	border: 1px solid #f1fafd;
	border-width: 0 1px 1px;
}
#postTeaserWrapper:after {
	height: 40px;
	width: 100%;
	content: '';
	display: block;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	position: absolute;
	left: 0;
	border-radius: 20px;
	top: -20px;
}
#postTeaserWrapper a {
	color: inherit;
}
@media (min-width:960px) {
    #teaser > ul {
        height: calc(100vh - 100px);
        min-height: 500px;
    }
    #teaser > ul > li {
        flex-direction: row;
    }

    #teaser .sliderImg {
        order: 1;
        width: auto;
    }
    #teaser .teaserInfoTrigger,
    #teaser .teaserInfoCloser {
        display: none;
    }
    #teaser .infoWrap {
        display: block;
        width: 40%;
        padding: 0 0 40px 0;
        transform: none;
        position: static;
        border-radius: 0;
        box-shadow: none;
    }
    #teaser.hasBooking .infoWrap {
        padding-bottom: 200px;
    }
    #teaser.hasBookingWithTabs .infoWrap {
        padding-bottom: 250px;
    }
    #teaser .infoInner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }
    #teaser .links-oben .infoInner {
        justify-content: start;
    }
    #teaser .links-unten .infoInner {
        justify-content: end;
    }
    #teaser .infoWrap .info {
        padding: 20px;
    }
    #teaser .info h1,
    #teaser .info .h1 {
        line-height: 1.2em;
    }
    #teaser .swiper-navigation {
        left: 50px;
        width: calc(40% - 3em - 20px);
    }
    #teaser.hasBooking .swiper-navigation {
        bottom: 180px;
    }
    #teaser.hasBookingWithTabs .swiper-navigation {
        bottom: 230px;
    }
    #teaser .swiper-control {
        width: 6em;
    }
    #teaserBookingOpenTrigger,
    #teaserBookingCloseTrigger,
    #teaserBookingBox:after,
	#teaserBookingBox .teaserBookingHeadline {
        display: none;
    }

    #teaserBookingBox {
        left: 20px;
        right: 20px;
        bottom: 20px;
        display: block;
        top: auto;
        position: absolute;
		overflow: hidden;
        z-index: 2;
		border-radius: 20px;
		box-shadow: 0 5px 10px rgba(0,0,0,.1);
    }
    #teaserBookingBox .wrap {
        padding: 19px;
        margin: 0;
		background: rgba(255,255,255,.8);
		overflow: hidden;
		box-shadow: none;
	}
	#teaserBookingBox.hasPostBookingBox .wrap {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
    #teaserBookingBox .vcTabs {
        margin-top: -10px;
    }
    #teaserBookingBox .teaserCouponContentWrapper {
        display: flex;
        margin: 0 -20px;
    }
    #teaserBookingBox .teaserCouponContentWrapper > * {
        padding: 0 20px;
        margin: 0 !important;
        flex-grow: 1;
    }
    #teaserBookingBox .teaserCouponContentWrapper .btnContainer {
        flex-grow: 0;
        white-space: nowrap;
        align-self: flex-end;
    }
    #teaserBookingBox .quickBknPostContent {
        margin-top: 20px;
    }
	#postTeaserBookingBoxWrapper {
		display: block;
	}
	#postTeaserWrapper {
		display: none;
	}
}
@container bookingBar (width > 839px) {
	.quickBknBox .optsContainer.qb_departure_opts .fromArrivalToDeparture {
		display: block;
	}
	.quickBknBox {
		display: flex;
		margin: 0 -20px;
	}
	.quickBknBox .optsContainer,
	.quickBknBox .btnContainer {
		padding: 0 20px;
		margin: 0 !important;
		flex-grow: 1;
	}
	.quickBknBox .btnContainer {
		flex-grow: 0;
		white-space: nowrap;
		align-self: flex-end;
	}
}
@media (min-width:1400px) {
    #teaser .infoWrap {
        width: 33.33%;
    }
    #teaser .sliderImg {
        width: 66.66%;
    }
    #teaser .infoInner {
        padding-left: 8.33%;
        padding-left: calc(300% / 12 - 20px);
    }
    #teaser .swiper-navigation {
        left: 8.33%;
        width: calc(25% - 20px);
    }

    #teaserBookingBox {
        left: 8.33%;
        right: 8.33%;
    }
}

/*
	Overlay
	*/

.vcModal {
    transition: height 0s .3s, opacity .3s;
    pointer-events: none;
    position: fixed;
    opacity: 0;
    left: 0;
    top: 0;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 30px 30px 20px;
    border: none;
    width: 100%;
    height: 0;
    margin: 0;
    max-width: none;
    max-height: none;
    background: none;
}
.vcModal::backdrop {
    background: rgba(255,255,255,.75);
}
.vcModal.open,
.vcModal[open] {
    height: 100vh;
    opacity: 1;
    transition: height 0s, opacity .3s;
    pointer-events: auto;
}
.vcModalMsg {
    position: relative;
    z-index: 1;
    margin: auto;
    background: #fff;
    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);
    padding: 20px;
    border-radius: 20px 0 20px 20px;
}
.vcModal .vcModalClose {
    position: absolute;
    display: block;
    right: -1em;
    top: -1em;
    cursor: pointer;
    padding: .5em;
    line-height: 1;
    text-align: center;
    background: #1f1f1f;
    border: none;
    color: #fff;
    font-size: 1.5625em;
    height: 2em;
    width: 2em;
    border-radius: 1em;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 1;
}
.vcModal .vcModalClose:hover {
    background: #b9e5f7;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.vcModalBannerBottom {
    padding: 30px 0 0;
    align-items: flex-end;
    background: rgba(255,255,255,.75);
}
.vcModalBannerBottom .vcModalMsg {
    margin-bottom: 0;
    max-width: none;
    padding: 0;
    border-radius: 0;
}
.vcModalBannerBottom .vcModalClose {
    right: 15px;
    top: 15px;
}
.vcModalBannerBottom .vcModalMsg .article {
    padding: 20px;
    margin: 0 auto;
}
@media (min-width: 960px) {
    .vcModalMsg {
        padding: 40px;
    }
    .vcModalBannerBottom .vcModalMsg .article {
        width: 83.33%;
    }
    .vcModalBannerBottom .vcModalMsg .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 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;
    color: #666;
    font-size: 14px;
}

.vcPrivacyOptsLine input:disabled + label {
	pointer-events: none;
}


.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;
}

.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;
}


.vcPrivacySlideDownTarget {
    display: grid;
    grid-template-rows: 1fr;
    overflow: hidden;
    padding-top: .625em;
    transition: all .3s;
}
.vcPrivacySlideDownTarget > * {
    min-height: 0;
    transition: visibility .3s;
    visibility: visible;
}
.vcPrivacySlideDownTarget[aria-hidden="true"] {
    grid-template-rows: 0fr;
    padding-top: 0;
}
.vcPrivacySlideDownTarget[aria-hidden="true"] > * {
    visibility: hidden;
}

.vcPrivacySlideDownTrigger {
    background: none;
    padding: .5em 0 0;
    border: none;
}
.vcPrivacySlideDownTrigger[aria-expanded="true"] .on {
    display: inline;
}
.vcPrivacySlideDownTrigger .on,
.vcPrivacySlideDownTrigger[aria-expanded="true"] .off {
    display: none;
}
.vcPrivacySlideDownTrigger[aria-expanded="true"] .vcCssIcon {
    transform: rotate(180deg);
}
.vcPrivacySlideDownTrigger[aria-expanded="true"] .vcCssIconArrowDown:after {
    margin-top: -1em;
}

@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%;
	}
}

/*
A11y
 */
.vcA11yOverlayTrigger {
    position: fixed;
    right: 10px;
    bottom: 50%;
    margin: 0;
	margin-bottom: -.5em;
    padding: 0;
    border: none;
    background: none;
    font-size: 2.5em;
    line-height: 1;
    cursor: pointer;
    z-index: 5;
    transition: all .3s;
    background: #fff;
    border-radius: .5em;
}
.vcA11yOverlayTrigger .vc3-icon,
.vcA11yOverlayTrigger .vc3-icon:before {
    display: block;
}
.vcA11yOverlayTrigger:hover {
    text-shadow: 0 3px 5px rgba(0,0,0,.5);
    transform: translateY(-5%);
    color: #fff;
    background: #1a1a1a;
}
@media (min-width: 960px) {
    .vcA11yOverlayTrigger {
        right: 20px;
        bottom: 20px;
        font-size: 3.75em;
		margin-bottom: 0;
    }
}

/*
	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%;
	}
}

/*
SwiperJS Overwrites
 */
:root {
    --swiper-pagination-bullet-width: 10px;
    --swiper-pagination-bullet-height: 10px;
    --swiper-pagination-bullet-border-radius: 5px;
	--swiper-theme-color: #0093d2;
	--swiper-theme-color-darker: #0084bd;
}
body .swiper-pagination-bullet-active {
    width: calc(var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px)) * 2);
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
	border-width: 1px;
	border-style: solid;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 38px;
	background: var(--swiper-theme-color, #0093d2);
	color: #fff;
	border-color: var(--swiper-theme-color-darker, #0084bd);
	transition: all .3s;
	margin-top: -20px;
	top: 50%;
	--swiper-navigation-size: 20px
}
.swiper .swiper-button-next:hover,
.swiper .swiper-button-prev:hover {
	background: var(--swiper-theme-color-darker, #0084bd);
	border-color: var(--swiper-theme-color-darker, #0084bd);;
	color: #fff;
}
.swiper .swiper-button-next:after,
.swiper .swiper-rtl .swiper-button-prev:after,
.swiper .swiper-button-prev:after,
.swiper .swiper-rtl .swiper-button-prev:after {

}
.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: var(--swiper-theme-color, #0093d2);
}



/* ==========================================================================
   Content classes
   ========================================================================== */

/* Content: TABS */
.vcTabs {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-right: -20px;
}
.vcTabs [role="tab"] {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: .75rem;
    line-height: 1.667;
    font-weight: bold;
    padding: 10px 0 9px;
    border-bottom: 1px solid #c4c3c8;
    margin-right: 20px;
    border-radius: 10px 10px 0 0;
	cursor: pointer;
}
.vcTabs [role="tab"][aria-selected="true"] {
    background: #0093d2;
    color: #fff;
    padding: 9px 9px 7px;
    border: 1px solid #0084bd;
    border-bottom-width: 3px;
}
.vcTabContent[aria-hidden="true"] {
    display: none;
}

/* 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;
	width: 100%;
}
.gallery {
	margin: -5px -10px;
}
.img-count {
	margin: 5px 10px;
	text-align: right;
}
.imgContainer {
	float: left;
	padding: 10px;
	margin: 0 !important;
	position: relative;
}
.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.swiper-container {
	margin: 0;
}
.imgNone .imagesInnerWrap {
	margin: -1em;
}
.imgNone .imagesInnerWrap.swiper-wrapper {
	margin-left: 0;
	margin-right: 0;
}

.imgWidth-100,
.imgWidth-75,
.imgWidth-67,
.imgWidth-50,
.imgWidth-42,
.imgWidth-33 {
	width: 100%;
}
.imgWidth-25,
.imgWidth-20,
.imgWidth-17,
.imgWidth-15,
.imgWidth-13,
.imgWidth-10,
.imgWidth-5 {
    width: 33.33%;
}
.imgNone .imgWrap {
	float: left;
	padding: 1em;
	margin: 0;
}
.imgNone .imagesInnerWrap.swiper-wrapper .imgWrap {
	padding-left: 0;
	padding-right: 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;
	border-radius: 10px;
}
.gallery.swiper-container-outer .swiper-container {
	overflow: hidden;
}
.imgContainer.swiper-slide {
	padding: 0;
}
.gallery-thumbs-wrapper {
	margin: -5px 0 15px;
	overflow: hidden;
}
.gallery-thumbs {
	margin: 0 -5px;
	cursor: pointer;
}
.gallery-thumbs .swiper-slide {
	width: calc(25% - 10px);
	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: cover;
	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,
    .imgWidth-13 {
		width: 33.3%;
	}
	.imgWidth-10,
	.imgWidth-5 {
		width: 20%;
	}

	.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-right: 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 0;
	}
	.gallery-thumbs {
		margin: 0 -10px;
	}
	.gallery-thumbs .swiper-slide {
		width: calc(16.667% - 10px);
	}
	.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,
    .imgWidth-13 {
		width: 20%;
	}

	.imgWidth-10,
	.imgWidth-5 {
		width: 16.67%;
	}

	.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;
	}
}

/* OVERLAY */
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 {
	position:absolute;
	right:0;
	top:0;
	height:40px;
	width:40px;
	cursor:pointer;
	box-shadow:0 2px 10px rgba(0,0,0,0.6);
    transition: transform 1s ease-in-out 0s;
}
.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_222222_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 address {
	font-style: italic;
}


.placeOpenings .placeOpen {
	margin: 1em 0;
}
.placeOpenings .placeOpen .success,
.placeOpenings .placeOpen .error {
	display: block;
}

.placeBlockedInfo {
	margin: 0 -20px;
	display: flex;
	align-content: stretch;
	flex-wrap: wrap;
}
.placeBlockedInfo .item {
	padding: 0 20px;
	flex: 0 0 auto;
	width: 100%;
}
.placeBlockedInfo .item .wrap {
	padding: 10px 0;
}
.placeBlockedInfo .item + .item .wrap {
	border-top: 1px solid #c4c3c8;
}

.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;
	list-style: none;
}
.placeBlockedInfo .item .info li {
	padding: 0;
}
.placeBlockedInfo .item .info li:before {
	display: none;
}
.iconList {
	list-style: none;
	padding-left:0 !important;
}
.iconList li {
	position:relative;
	padding-left: 0 !important;
}
.iconList li.hasIcon {
	padding-left: 2.667em !important;
	padding-left: calc(2em + 10px) !important;
	min-height: 2.333em;
}
.iconList li + li {
	margin-top: .667em !important;
}
.iconList li:before {
	display:none !important;
}
.iconList img {
	position:absolute;
	left:0;
	top: .333em;
	width: 2em;
	height: auto;
}
.iconList li span {
	display: block;
}
@media (min-width: 560px) {
	.placeBlockedInfo .item {
		width: 50%;
		float: left;
		margin: 0;
	}
	.placeBlockedInfo .item:nth-child(2n+1) {
		clear: left;
	}
	.placeBlockedInfo .item + .item .wrap {
		border-top: none;
	}
	.placeBlockedInfo .item:nth-child(1n+3) .wrap {
		border-top: 1px solid #f4f4f4;
	}
}

@media (min-width: 720px) {
	.openings .item {
		width: 33.333%;
	}
	.openings .item:nth-child(2n+1) {
		clear: none;
	}
	.openings .item:nth-child(3n+1) {
		clear: left;
	}
	.openings .item:nth-child(1n+3) .wrap {
		border-top: none;
	}
	.openings .item:nth-child(1n+4) .wrap {
		border-top: 1px solid #f4f4f4;
	}
}


/* Content: VIDEOS */
.vidWrap {
	margin: 0 auto;
}
.vid {
	position:relative;
	display:block;
	overflow:hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 10px;
}
.vid,
.vid:after,
.vid *,
.vid *:after {
	transition: all .3s;
}
.vid:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	background: rgba(0,0,0,.25);
}
.vid .playIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1em 0 0 -1em;
	width: 2em;
	height: 2em;
	border-style: solid;
	border-width: 1em 0 1em 2em;
	border-color: transparent transparent transparent #FFF;
	display: block;
	background: none;
	z-index: 1;
}
.vid .playIcon:after {
	content: '';
	position: absolute;
	left: -3.25em;
	top: -2em;
	height: 4em;
	width: 4em;
	background: none;
	border: 4px solid #fff;
	border-radius: 50%;
	transition: all .3s;
}
.vid .video-time {
	position:absolute;
	background: #fff;
	color: #757575;
	display:block;
	padding: 2px 5px;
	border-radius: 5px;
	bottom: 10px;
	right: 10px;
	font-size: .8125em;
	z-index: 1;
}
.vid:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
.vid:hover:after {
	background: rgba(0,0,0,.0);
}
.vid:hover .playIcon:after {
	font-size: 1.25em;
	opacity: .25;
	left: -3em;
}
.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: TABELLEN */
.stdTable {
	border: none;
	border-spacing: 0;
	background: #FFF;
	width: 100%;
	transition: all .3s;
}
.stdTable:hover {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.stdTable + .stdTable {
	margin-top: 1em;
}
.stdTable tr th,
.stdTable tr td {
	padding: 6px 5px;
	transition: background .3s;
}
.stdTable tr:first-child th,
.stdTable tr:first-child td {
	border-top: none;
}
.stdTable tr th,
.stdTable thead tr td {
	font-style: normal;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	color: #1a1a1a;
	line-height: 1.714;
	border-bottom: 3px solid #999;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #b9e5f7 !important;
}
.stdTable tbody tr:nth-child(2n+1) td,
.stdTable > tr:nth-child(2n+1) td {
	background-color: #FFFFFF;
}
.stdTable tbody tr:nth-child(2n) td,
.stdTable > tr:nth-child(2n) td {
	background-color: #EEE;
}
.stdTable tr:hover td {
	background-color: rgba(0,0,0,.1);
}


/* Content: TAGS */
.tagCloud .boxContent {
	margin-right: -10px;
}
.tagCloud .tag {
	text-decoration: none;
	font-size: .667em;
	padding-right: 10px;
}
.tagCloud .tagSize_1 {
	font-size: 2em;
}
.tagCloud .tagSize_2 {
	font-size: 1.5em;
}
.tagCloud .tagSize_3 {
	font-size: 1.25em;
}
.tagCloud .tagSize_4 {
	font-size: 1em;
}
.tagCloud .tagSize_5 {
	font-size: .833em;
}

/* Content: ARCHIVE */
.blogArchive .yearWrap {
	display: flex;
}
.blogArchive .months + .yearWrap {
	border-top: 1px solid rgba(29,29,29,.1);
	margin-top: .5em;
	padding-top: .5em;
}
.blogArchive .year,
.blogArchive .month {
	display: block;
	text-decoration: none;
}
.blogArchive .year {
	flex-grow: 0;
}
.blogArchive .slideDownTrigger {
	flex-grow: 1;
	width: auto;
	margin-left: 10px;
}

.blogArchive .counter {
	font-weight: normal;
}
.blogArchive .months {
	list-style: none;
	margin: .5em -1em 0 0;
	padding: 0;
}
.blogArchive .months li {
	float: left;
	margin-right: 1em;
	padding-left: 0;
	padding-right: 0
}
.blogArchive .months:last-child {
	margin-bottom: 0;
}

/* DOWNLOADS */
.downloads {
	overflow: hidden;
	margin: 1em 0;
}
.downloads h4 {
	margin-top:0;
}
.downloads ul {
	margin:0 -15px;
	list-style:none;
	padding:0 !important;
}
.downloads li {
	padding:15px;
	margin:0 !important;
}
.downloads li:before {
	display: none !important;
}
.download a {
	display:block;
	position:relative;
	min-height:24px;
	text-align: left;
	text-decoration: none;
	color: inherit;
	font-weight: 500;
    hyphens: auto;
    word-break: break-all;
}
.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 only screen and (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: #f6a800;
}

.optsFieldset legend {
    margin-top: 0;
}
.optsFieldset {
	margin: 40px 0;
    padding: 0;
    border: none;
}
.optsContainer {
    margin: 0;
    padding: 0;
    text-align: left;
    position: relative;
}
.optsContainer.optsHint {
    margin: 20px 0 0;
}
.optsInputWrap {
    position: relative;
}
.optsContainer:after {
    clear: both;
    content: '';
    display: table;
}


.optsContainer + .optsContainer,
.optsContainer + .optsContainerGroupWrap,
.optsContainerGroupWrap + .optsContainer,
.optsContainerGroupWrap + .optsContainerGroupWrap,
.optsContainerWrap + .optsContainer,
.optsContainerWrap + .optsFieldset,
.optsFieldset + .optsFieldset,
.optsFieldset + .optsContainerGroupWrap {
    margin-top: 40px;
}
.optsFieldset > .optsContainer:last-child {
    margin-bottom: 0;
}
.form > .optsFieldset:first-child,
.form > .optsContainer:first-child {
    margin-top: 0;
}
.form > .optsContainerWrap:first-child {
    margin-top: -40px
}

.optsContainer > label {
    display: block;
    margin-bottom: 5px;
    color: #8e8e8e;
    line-height: 1.5em;
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.optsRadio .optsInputWrap > label,
.optsCheckbox .optsInputWrap > label,
.optsStars .optsInputWrap > label,
.optsContainer .optsInputWrap .optsInputLabel,
.optsInputWrap > label,
.optsInputWrap > .inputLabel,
.optsInputWrap.dateHasAppendText .ui-datepicker-append {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
    position: absolute;
    left: 0;
    top: 8px;
    transition: all .2s .1s;
    pointer-events: none;
    max-width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: inherit;
}
.optsInputWrap > input:focus ~ label,
.optsInputWrap > .input:focus ~ label,
.optsInputWrap > textarea:focus ~ label,
.optsInputWrap > select:focus ~ label,
.optsInputWrap > .selectWrap.focus ~ label,
.optsRadio .optsInputWrap > label,
.optsCheckbox .optsInputWrap > label,
.optsInputWrap.hasValue > label,
.optsInputWrap.hasValue > .inputLabel,
.optsInputWrap.hasFocus > label,
.optsInputWrap.dateHasAppendText > label {
    top: -6px;
    color: #565656;
    font-size: .75em;
    line-height: 15px;
    transition: all .3s;
}
.optsInputWrap.dateHasAppendText.hasValue .ui-datepicker-append {
    opacity: 0;
    pointer-events:  none;
}
.optsInputWrap > label:first-child {
    position: static;
    padding: 0;
    margin-bottom: 5px;
    text-overflow: clip;
    max-width: none;
}
.optsContainer .optsInputWrap .optsInputLabel {
    float: left;
    padding: 5px 20px 5px 0;
    margin: 0;
    position: static;
    line-height: 1.5em;
    pointer-events: auto;
}
.optsContainer .optsInputWrap .optsInputLabel .vc3-icon {
    position: static;
}
.optsContainer.optsDuty > label:after,
.optsContainer.optsDuty .optsInputWrap > label:after {
    color: #0093d2;
    padding-left: 3px;
    display: inline-block;
    content: '*';
    font-weight: 700;
}
.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: .75rem;
    color: #8e8e8e;
    padding-left: 3px;
}
.optsContainer > label .shortInfo:before,
.optsInputWrap > label .shortInfo:before,
.optsInputWrap > .inputLabel .shortInfo:before {
    content:' (';
}
.optsContainer > label .shortInfo:after,
.optsInputWrap > label .shortInfo:after,
.optsInputWrap > .inputLabel .shortInfo:after {
    content:')';
}

.optsInputWrap input,
.optsInputWrap .input,
.optsInputWrap textarea,
.optsInputWrap select,
.optsInputWrap .selectWrap,
.optsInputWrap .optsCounterWrap .over {
    width: 100%;
    padding: 8px 0 7px;
    background: none;
    color: inherit;
    border: 1px solid #e9e9e9;
    border-width: 0 0 1px;
    font-weight: 400;
    transition: border-color .3s, background .3s;
    position: relative;
    display: block;
}
.optsInputWrap input,
.optsInputWrap select,
.optsInputWrap .selectWrap,
.optsInputWrap .optsCounterWrap .over {
    height: calc(16px + 1.5em);
    line-height: 1.5em;
}
.optsInputWrap .selectWrap {
    padding-right: 20px;
}
.optsError .error {
    font-size: 80%;
    padding: 5px 0 0;
}
.optsError > label {
    color: #C00;
}
.optsError .optsInputWrap input,
.optsError .optsInputWrap .input,
.optsError .optsInputWrap textarea,
.optsError .optsInputWrap select,
.optsError .optsInputWrap .selectWrap,
.optsError .optsInputWrap .optsCounterWrap .over {
    border-color: #c00;
}

.optsInputWrap input:hover,
.optsInputWrap .input:hover,
.optsInputWrap textarea:hover,
.optsInputWrap select:hover,
.optsInputWrap .selectWrap:hover,
.optsInputWrap .optsCounterWrap:hover .over,
.optsCheckbox .optsInputWrap:hover,
.optsRadio .optsInputWrap:hover,
.optsStars .optsInputWrap:hover {
    border-color: #b9e5f7;
}
.optsInputWrap input:focus,
.optsInputWrap .input:focus,
.optsInputWrap textarea:focus,
.optsInputWrap select:focus,
.optsInputWrap .selectWrap.focus,
.optsInputWrap .optsCounterWrap.focus .over {
    border-color: #b9e5f7;
    border-width: 0 0 2px;
    padding-bottom: 8px;
}

.optsCheckbox .optsInputWrap,
.optsRadio .optsInputWrap,
.optsStars .optsInputWrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    border: 1px solid #e9e9e9;
    border-width: 0 0 1px;
    padding: 3px 0 2px;
    transition: border-color .3s;
}
.optsCheckbox .optsInputWrap:hover {
    border-bottom-width: 2px;
    padding-bottom: 1px;
}
.optsInputWrap .optsInline {
    float: left;
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.optsContainer .optsInline input {
    display: none;
}
.optsContainer .optsLine {
    display: flex;
    float: none;
    flex-grow: 1;
    margin-right: 0;
}
.optsContainer .optsLineFull {
    width: 100%;
}
.optsContainer .optsInline.optsSwitchContainer {
    justify-content: flex-end;
}
.optsInputWrap .optsInline label {
    display: block;
    padding: 5px 0 5px 21px;
    line-height: 1.5em;
    margin: 0;
    cursor: pointer;
    transition: background .3s, color .3s;
    position: relative;
    color: #8e8e8e;
}
.optsContainer .optsLine label .name {
    font-weight: 700;
}
.optsInputWrap .optsInline label:before,
.optsInputWrap .optsInline label:after {
    position: absolute;
    content: '';
    display: block;
    transition: all .3s;
}
.optsInputWrap .optsInline label:before {
    width: 16px;
    height: 16px;
    border: 1px solid #8e8e8e;
    left: 0;
    top: calc(.75em - 2px);
}
.optsInputWrap .optsInline input[type="checkbox"] + label:after {
    width: 10px;
    height: 6px;
    left: 3px;
    top: calc(.75em + 2px);
    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: 4px;
    top: calc(.75em + 2px);
    background: transparent;
    border-radius: 4px;
}
.optsInputWrap .optsInline input[type="radio"] + label:before {
    border-radius: 8px;
}
.optsInputWrap .optsInline label:hover,
.optsInputWrap .optsInline input:checked + label {
    color: inherit;
    border-color: #1f1f1f;
}
.optsInputWrap .optsInline input:checked + label:before {
    background: #fff;
    border-color: #1f1f1f;
}
.optsInputWrap .optsInline input:checked + label:after {
    border-color: #0093d2;
}
.optsInputWrap .optsInline input[type="radio"]:checked + label:after {
    background: #0093d2;
}

.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: #0093d2;
	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: #0093d2;
	color: #fff;
}
.optsStars .optsInputWrap .optsStarsSelect label.hover {
	background: #0093d2 !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 .btn .vc3-icon {
    color: inherit;
}
.optsInputWrap.btnSet .btn.optsChecked .vc3-icon {
    color: #111;
}

.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 .vc3-icon {
    left: 0;
    right: auto;
}

.optsInputWrap .optsCounterWrap {
    position: relative;
    padding: 0;
    padding-bottom: 0 !important;
}
.optsInputWrap .selectOver,
.optsInputWrap .optsCounterWrap .over {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}
.optsInputWrap.hasIcon .selectOver,
.optsInputWrap .hasIcon .over {
    padding-left: calc(1em + 10px);
}
.optsInputWrap .selectOver.empty {
    opacity: 0;
}
.optsContainer .selectWrap:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: .429em .357em 0 .357em;
    border-color: #111 transparent transparent;
    transform-origin: 50% 50%;
    transition: all .3s;
}
.optsContainer .selectWrap:hover:after {
    border-top-color: #111;
}
.optsContainer .selectWrap.focus:after {
    transform: rotate(180deg);
    border-top-color: #111;
}
.optsContainer .selectWrap select,
.optsContainer .optsCounterWrap input,
.optsContainer .optsCounterWrap select {
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.optsInputWrap .optsCounterWrap .optsCounterUp,
.optsInputWrap .optsCounterWrap .optsCounterDown {
    position: absolute;
    padding: 5px 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    background: none;
    border: none;
    cursor: pointer;
}
.optsInputWrap .optsCounterWrap .optsCounterUp {
    right: 60px;
    right: calc(30px + 1.5em);
}
.optsInputWrap .optsCounterWrap .optsCounterDown {
    right: 20px;
}
.optsInputWrap .optsCounterWrap .optsCounterUp .vc3-icon,
.optsInputWrap .optsCounterWrap .optsCounterDown .vc3-icon {
    position: static;
    line-height: 1;
    font-size: 1em;
    border: 1px solid #8e8e8e;
    border-radius: 50%;
    display: block;
    margin: 0;
    padding: calc(.5em - 5px);
    text-align: center;
}
.optsInputWrap .optsCounterWrap .optsCounterUp .vc3-icon:before,
.optsInputWrap .optsCounterWrap .optsCounterDown .vc3-icon:before {
    display: block;
}

.optsInputWrap .optsCounterWrap .optsCounterUp:hover .vc3-icon,
.optsInputWrap .optsCounterWrap .optsCounterDown:hover .vc3-icon {
    color: #0093d2;
    border-color: #1f1f1f;
}
.optsInputWrap .optsCounterWrap .optsCounterUp:disabled,
.optsInputWrap .optsCounterWrap .optsCounterDown:disabled {
    pointer-events: none;
    opacity: .5;
    cursor: not-allowed;
}

.optsInputWrap .optsCounterWrap .over {
    padding-right: 60px;
}

.optsContainer .optsNfo {
    padding-top: 10px;
    margin-left: 0;
    clear: both;
    font-size: .7778em;
    line-height: 1.4286;
}
.optsFieldset > .optsNfo {
    margin: 1em 0;
}
.optsFieldset > legend + .optsNfo {
    margin-top: 0;
}

.optsContainer > .ipShort,
.optsContainer > .ipLong,
.optsContainer > .ipHalf {
    float: left;
}
.optsContainer > .ipShort {
    width: 25%;
}
.optsContainer > .ipHalf {
    width: 47.5%;
    width: calc(50% - 10px);
}
.optsContainer > .ipLong {
    width: 70%;
    width: calc(75% - 20px);
}
.optsContainer > .ipLong + .ipShort,
.optsContainer > .ipShort + .ipLong,
.optsContainer > .ipHalf + .ipHalf  {
    margin-left: 5%;
    margin-left: calc(20px);
}
.optsContainerWrap {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap: wrap;
    align-items: flex-start;
}
.optsContainerWrap .optsContainer {
    margin: 40px 10px 0;
    padding: 0;
    width: calc(100% - 20px);
}
.optsContainerWrap .optsContainerWidth_25 {
	width: calc(50% - 20px);
}

.optsInputWrap .vc3-icon {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    right: 0;
    z-index: 1;
    pointer-events: none;
}
.optsInputWrap .selectWrap ~ .vc3-icon {
    right: 0;
    left: 0;
}
.optsContainer select:focus + .vc3-icon,
.optsContainer .selectWrap.focus + .vc3-icon,
.optsContainer textarea:focus + .vc3-icon,
.optsContainer input:focus + .vc3-icon,
.optsContainer .input:focus + .vc3-icon {
    color: #111;
}
.optsContainer .date input,
.optsContainer .date .input {
    float: none;
    width: 100%;
}

/* Swtiches */
input.optsSwitch {
    float: right;
    flex-shrink: 0;
    width: 2em;
    height: 1em;
    vertical-align: top;
    appearance: none;

    background: #C00 no-repeat left center;
    background-image:  url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    background-size: contain;

    border: none;
    border-radius: 2em;

    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;

    box-shadow: 0 1px 3px rgba(0,0,0,.5) inset;
    font-size: 1.5em;

    transition: background .3s;

    display: block !important;
}
input.optsSwitch:focus-visible {
    outline: 0;
    box-shadow: 0 0 .05rem .25rem rgba(13,110,253,.25);
}
input:checked.optsSwitch {
    background-color: #00b300;
    background-position: right center;
}
input:disabled.optsSwitch  {
    background-color: #ddd;
}

/* Schaltflächen */
.btnContainer {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.optsContainerWrap + .btnContainer,
.optsContainer + .btnContainer,
.btnContainer + .btnContainer,
.optsContainerGroupWrap + .btnContainer,
.optsFieldset + .btnContainer {
    margin-top: 40px;
}
.btnContainer .btnLess,
.btnContainer .backLink {
    float: left;
    margin: 0;
}
/*.btnContainer button[type="submit"] {
	display: block;
	width: 100%;
}*/
.btnContainer.hasCancel .cancel {
    text-align: left;
    display: block;
    margin-top: 20px;
}

@media (min-width: 640px) {
    .optsContainerWrap .optsContainerWidth_75 {
		width: calc(75% - 20px);
    }
    .optsContainerWrap .optsContainerWidth_50 {
		width: calc(50% - 20px);
    }
    .optsContainerWrap .optsContainerWidth_33 {
		width: calc(33.3333% - 20px);
    }
    .optsContainerWrap .optsContainerWidth_25 {
		width: calc(25% - 20px);
    }
    .optsCaptcha .optsBlock {
        display: flex;
    }
    .optsCaptcha .optsInputWrap {
        width: 50%;
        margin: 0 0 0 20px;
    }
	.optsCaptcha .optsInputWrap:first-child {
		margin-left: 0;
	}
    .optsContainer .optsCaptchaGraphics {
        margin-top: 0;
    }

    /* Schaltflächen */
    .btnContainer button[type="submit"] {
        width: auto;
        float: right;
    }
}

.fileupload-control .btn-warning {
    background: none;
    color: #fff;
    cursor: default;
    position: absolute;
    right: 15px;
    top: 15px;
    line-height: 1.5em;
    padding: 5px;
    width: 40px;
    text-align: center;
}
.fileupload-control .btn-warning.cancel { display: none; }
.fileupload-control strong {
    padding:0 20px;
}
.fileupload-control .btn-warning span {
    display: none;
}
.fileupload-control .btn-warning:before {
    content:'\e801';
    font-family: 'fontello';
    margin: 0;
}
.fileinput-button {
    position: relative;
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 30px;
    text-align:  center;
    background: #f0f0f0 ;
}
.fileinput-button:before {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    top: 15px;
    border: 2px dashed #ddd;
    height: auto;
    pointer-events: none;
    background: none;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    opacity: 0;
    width: 100% !important;
    left: 0;
    direction: ltr;
    cursor: pointer;
}

.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}
.progress {
    background-color: #CCC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
    overflow: hidden;
}
.progress .progress-bar {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    float: left;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
    background: url("../img/jQuery-File-Upload/progressbar.gif") repeat-x 0% 50% !important;
    filter: none;
}
.fileupload-process {
    opacity: 1;
}
.fileupload-processing .fileupload-process,
.files .processing .preview {
    display: block;
    width: 32px;
    height: 32px;
    background: url("../img/jQuery-File-Upload/loading.gif") center no-repeat;
    background-size: contain;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear 0s;
}


.fileupload-queue {
    background-color: #F6F6F6;
    background:none;
    border:1px solid #888;
    /*margin: 15px 0 0;
      padding: 10px .5% 10px;*/
    position: relative;
}
.fileupload-queue .legend {
    display:none;
    background-color: #F6F6F6;
    color: #000;
    font-weight: bold;
    left: 1.5em;
    padding: 0 .5em;
    position: absolute;
    top: -.75em;
}
.fileupload-container {
    border: solid 1px #ECECEC;
    background-color: #ECECEC;
    width: 48%;
    padding: 10px;
    margin: 1%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.fileupload-container .progress {
    position: absolute;
    left: 10px;
    bottom: 4px;
    right: 10px;
    height: 2px;
    opacity: 0;
    border-radius: 0;
    box-shadow: none;
    transition: opacity 0.15s linear 0s;
}
.fileupload-container .progress .progress-bar {
    box-shadow: none;
}
.fileupload-container.fileupload-in-progress .progress {
    opacity: 1;
}
.fileupload-container .fileName {
    font-weight: bold;
    margin-bottom: .5em;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.fileupload-container .btn {
    padding-top: .25em;
    padding-bottom: .25em;
}
.fileupload-container:nth-child(2n+2) {
    clear: left;
}
.fileupload-in-progress {
    border-color: #00501F;
    background-color: #7FA78F;
    color: #FFF;
}
.fileupload-success {
    border-color: #76B820;
    background-color: #BADB8F;
}
.fileupload-failed {
    border-color: #B50000;
    background-color: #FFEBEB;
}

.fileupload-container .fileupload-preview {
    float: left;
    margin-right: 2%;
}
.fileupload-container .fileupload-preview .preview {
    display: block;
    width: 75px;
    height: 75px;
    background: url("../pics/jQuery-File-Upload/loading.gif") no-repeat 50% 50%;
    background-size: contain;
}

.fileupload-uploaded-container .legend {
    font-size: 1.2em;
    margin: 0.5em 0;
}
.fileupload-control{
    position: relative;
}
.fileupload-controlWrap > div * {
    /*white-space: nowrap;*/
}
.fileupload-controlWrap .btnWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    margin-right: -1em;
    margin-bottom: -1em;
}
.fileupload-queue.files { width: 100%; }



.formBtn input:hover {
    background: none repeat scroll 0 0 #1980d2;
    text-decoration: underline;
}
#content  .fileupload-uploaded {
    padding: 0;
    list-style: none;
}
#content .fileupload-uploaded li {
    position: relative;
    padding: 5px;
    background: rgb(127,213,240);
    background: -moz-linear-gradient(left, rgba(127,213,240,1) 0%, rgba(168,223,240,1) 100%);
    background: -webkit-linear-gradient(left, rgba(127,213,240,1) 0%,rgba(168,223,240,1) 100%);
    background: linear-gradient(to right, rgba(127,213,240,1) 0%,rgba(168,223,240,1) 100%);
}
#content .fileupload-uploaded li strong {
    font-weight: normal;
}
#content .fileupload-uploaded li:before {
    display: none;
}
#content .fileupload-uploaded li button {
    padding:0;
    min-width: 40px;
    background: #007aff;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
#content .fileupload-uploaded li button .vc3-icon {
    color: #fff;
}

/* Content: LISTS */
.list .listItem/* + .listItem*/ {
	margin-top: 2em;
    margin-bottom: 2em;
    position: relative;
}
.list .articleWrap > :first-child {
	margin-top: 0;
}
.list .articleImgNone + .articleWrap > :first-child {
	margin-top: .5em;
}
.list .articleWrap .headline {
	margin: 0;
}
.list .eventInfo .dateText,
.list .articleWrap .dateText {
	font-size: .75rem;
	line-height: 1.667;
}
.list .eventInfo .btnWrap,
.list .articleWrap .btnWrap {
	margin-top: 10px;
}

.list .articleImgNone,
.list .articleImgLeft,
.list .articleImgRight {
	float: none;
	margin: 0 auto;
}
.list .articleImgLeft.imgWidth-25,
.list .articleImgRight.imgWidth-25 {
	width: 33.3%;
}

.list .articleImgLeft.imgWidth-5,
.list .articleImgLeft.imgWidth-10,
.list .articleImgLeft.imgWidth-13,
.list .articleImgLeft.imgWidth-15,
.list .articleImgLeft.imgWidth-17,
.list .articleImgLeft.imgWidth-20,
.list .articleImgLeft.imgWidth-25 {
	float:left;
}
.list .articleImgLeft.imgWidth-5 + .articleWrap,
.list .articleImgLeft.imgWidth-10 + .articleWrap,
.list .articleImgLeft.imgWidth-13 + .articleWrap,
.list .articleImgLeft.imgWidth-15 + .articleWrap,
.list .articleImgLeft.imgWidth-17 + .articleWrap,
.list .articleImgLeft.imgWidth-20 + .articleWrap,
.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,
.list .articleImgRight.imgWidth-15 + .articleWrap,
.list .articleImgRight.imgWidth-17 + .articleWrap,
.list .articleImgRight.imgWidth-20 + .articleWrap,
.list .articleImgRight.imgWidth-25 + .articleWrap {
	padding-right: 1em;
	margin-right: 33.3%;
}

@media (min-width: 480px) {
    .list .articleImgLeft.imgWidth-33 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap,
	.list .articleImgLeft.imgWidth-10 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-13 + .articleWrap,
	.list .articleImgLeft.imgWidth-15 + .articleWrap,
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 33.3%;
	}
    .list .articleImgLeft.imgWidth-25 + .articleWrap,
    .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: 20%;
	}
	.list .articleImgRight.imgWidth-13 + .articleWrap,
	.list .articleImgRight.imgWidth-15 + .articleWrap,
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 33.3%;
	}
    .list .articleImgRight.imgWidth-25 + .articleWrap,
    .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%;
	}
}

@media (min-width: 720px) {
	.list .articleImgLeft.imgWidth-67 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap,
	.list .articleImgLeft.imgWidth-10 + .articleWrap {
		margin-left: 16.67%;
	}
    .list .articleImgLeft.imgWidth-13 + .articleWrap,
	.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 {
		margin-right: 16.67%;
	}
    .list .articleImgRight.imgWidth-13 + .articleWrap,
	.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 .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 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 20px -10px 60px;
	container-name: gridContainer;
	container-type: inline-size;
}
.articleWrap + .gridWrap {
    margin-top: 80px;
}
.gridWrap .gridSizer {
	width: 8.33%;
}
.gridWrap .articleGrid {
	padding: 0 10px 20px 10px;
    flex: 0 1 auto;
	position: relative;
}
.gridWrap .articleGrid.articleCentered {
    text-align: center;
}
.vcContentSection .col .gridWrap:last-child {
    margin-bottom: -20px;
}
@media (min-width: 960px) {
    .gridWrap:not(.textOnImage):not(.masonryWrap):not(.swiper-wrapper) {
        margin: 20px -20px 40px;
    }
    .gridWrap:not(.textOnImage):not(.masonryWrap) .articleGrid {
        padding: 0 20px 40px 20px;
    }
}
.gridWrap .leftContainer,
.gridWrap .rightContainer {
	width: 100%;
}
.gridWrap .rightContainer {
	float: right;
}

.articleGrid {
	position: relative;
	z-index: 1;
	width: 100%;
    height: auto;
}
.articleGrid .gridWrapInner {
    border-radius: 10px;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    background: #f1fafd;
    color: inherit;
    text-decoration: none;
    transition: all .3s;
}
.articleGrid .gridWrapInner:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
.articleGrid .gridWrapInner .info {
    padding: 15px 20px 20px;
}
.articleGrid .siteLogo {
    position: relative;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    float: right;
	flex-shrink: 0;
}
.articleGrid .siteLogo img {
    width: 100%;
    height: auto;
}
.articleGrid .gridWrap:last-child {
    margin-bottom: -20px;
}

.articleGrid .attrList + .headline {
    margin-top: -10px;
}
.articleGrid .headline a {
	text-decoration: none;
	display: block;
}
.articleGrid .articleImg,
.articleGrid .articleTeaser {
    position: relative;
    overflow: hidden;
}

.articleGrid .imgWrap {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	position: relative;
}
.articleGrid .btnMore {
	margin-top: 10px;
}
.gridWrap.textOnImage .articleGrid .textWrap {
    display: flex;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    z-index: 1;
}
.gridWrap.textOnImage .articleGrid .textWrap * {
    color: #fff;
}
.gridWrap.textOnImage .articleGrid .textWrap .info {
    flex-grow: 1;
}
.gridWrap.textOnImage .articleGrid .textWrap:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: -20px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.5046219171262255) 50%, rgba(0,0,0,0) 100%);
    z-index: -1;
}

.gridWrap.textOnImage .articleGrid .textWrap .headline {
    margin: 0;
    hyphens: auto;
    font-size: 1.563em;
    font-weight: 500;
}
.gridWrap.textOnImage .articleGrid .textWrap .siteLogo {
    margin: 0 20px 10px;
}
.gridWrap.textOnImage .articleGrid .btn:not(.btnRaised):not(.btnOutlined):before {
    opacity: .5;
}

.articleGrid .articleImgNone {
	margin: 0 auto;
}
.articleGrid .articleImgNone .video-time {
	z-index: 2;
}
.articleGrid .headline + .articleImgNone {
    margin-top: 10px;
}
.articleGrid .articleImg .imgWrap,
.articleGrid .articleTeaser .imgWrap {
    transition: transform .3s;
}
.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;
}

/* SwiperJS */
.swiperWrapper {
    position: relative;
}
.swiperWrapper .swiper-container {
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
    mask-image: linear-gradient(to left, rgba(0,0,0,0) 10px, rgba(0,0,0,1) 60px);
}
.swiperWrapper .swiper-container.swiper-pagination-disabled {
    mask-image: none;
}
.swiperWrapper .gridWrap {
    margin: 0 0 -20px;
    padding-top: 20px;
    flex-wrap: nowrap;
}

.swiperWrapper .gridWrap .articleGrid {
    flex-shrink: 0;
    padding-bottom: 40px;
}
.swiperWrapper .articleGrid:last-child {
    margin-right: 50px;
}
.swiperWrapper .articleGrid.gridWidth_33 {
    width: calc(100% - 50px);
}
.swiperWrapper .swiper-container.swiper-pagination-disabled .articleGrid.gridWidth_33 {
    width: 100%;
}
.swiperWrapper .slider_navigation .prev,
.swiperWrapper .slider_navigation .next {
    position: absolute;
    top: 50%;
    right: -10px;
    background: #0093d2;
    color: #fff;
    font-size: 1.25rem;
    border-radius: 25px 0 0 25px;
    cursor: pointer;
    line-height: 1;
    transition: all .3s;
}
.swiperWrapper .slider_navigation .prev.swiper-button-disabled,
.swiperWrapper .slider_navigation .next.swiper-button-disabled {
    opacity: .5;
}
.swiperWrapper .slider_navigation .prev.swiper-button-disabled {
    opacity: 0;
}
.swiperWrapper .slider_navigation .prev .vc3-icon:before,
.swiperWrapper .slider_navigation .next .vc3-icon:before {
    display: block;
}
.swiperWrapper .slider_navigation .prev {
    margin-top: calc(1.25rem + 40px);
    padding: 10px;
    font-size: .9375rem;
}
.swiperWrapper .slider_navigation .next {
    padding: 15px;
}
.swiperWrapper .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 0;
    line-height: var(--swiper-pagination-bullet-height, 8px);
}
.swiperWrapper .swiper-pagination-bullet {
    transition: all .3s;
}


/* MASON Grids */
.masonryWrap {
    display: block;
    margin: 70px -10px;
}
.masonryWrap .gridSizer {
    width: calc(100% / 12);
}
.masonryWrap .articleGrid {
    height: auto;
    overflow: hidden;
}

.masonryWrap .wrap {
    overflow: hidden;
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    transition: transform .3s, box-shadow .3s;
    border-radius: 10px;
}

.masonryWrap .gridWidth_2x2 {
    width: 50%;
    padding-bottom: 50%;
}
.masonryWrap .gridWidth_2x4 {
    width: 50%;
    padding-bottom: 100%;
}
.masonryWrap .gridWidth_4x2,
.masonryWrap .gridWidth_8x4,
.masonryWrap .gridWidth_12x6 {
    width: 100%;
    padding-bottom: 50%;
}
.masonryWrap .gridWidth_4x4,
.masonryWrap .gridWidth_6x6 {
	width: 100%;
	padding-bottom: 100%;
}
.masonryGridItem .wrap .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px 10px 10px;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0,0,0,.6);
    z-index: 3;
    transition: transform .3s;
    font-weight: bold;
}
.masonryGridItem .wrap .info:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 60px);
}
.masonryGridItem .wrap .info .headline {
    color: #fff;
}
.masonryGridItem .wrap .info .headline a {
    color: #fff;
}
.masonryGridItem .wrap .info .headline,
.masonryGridItem .wrap .info p {
    margin: 0;
}
.masonryGridItem .wrap .info > :first-child {
    margin-top: 0;
}
.masonryGridItem .wrap .info > :last-child {
    margin-bottom: 0;
}
.masonryGridItem .articleTeaser {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    background: #f4f4f4;
}
.masonryGridItem .articleTeaser .imgWrap {
    padding-bottom: 0 !important;
    height: 100%;
}
.masonryGridItem .flag {
    left: 20px;
    top: 20px;
    position: absolute;
    background: #fff;
    color: #000;
    font-size: .667em;
    line-height: 1;
    display: inline-block;
    padding: 5px;
    z-index: 3;
    transition: transform .3s;
}
.masonryGridItem:hover .wrap {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
.masonryGridItem:hover .articleTeaser.vidWrap {
    z-index: 3;
}
.masonryGridItem.noZoomEffect:hover .articleTeaser {
    transform: none;
    box-shadow: none;
}

@container gridContainer (min-width: 480px) {
	.gridWrap .gridWidth_25 {
		width: 50%;
	}
}

@container gridContainer (min-width: 560px) {
	.gridWrap .gridWidth_50,
	.gridWrap .leftContainer,
	.gridWrap .rightContainer {
		width: 50%;
	}
}

@container gridContainer (max-width: 639px) {
    .masonryWrap .gridWidth_2x2-xs {
        width: 50%;
        padding-bottom: 50%;
    }
    .masonryWrap .gridWidth_2x4-xs {
        width: 50%;
        padding-bottom: 100%;
    }
    .masonryWrap .gridWidth_4x2-xs {
        width: 100%;
        padding-bottom: 50%;
    }
    .masonryWrap .gridWidth_4x4-xs {
        width: 100%;
        padding-bottom: 100%;
    }
}

@container gridContainer (min-width: 640px) {
	.gridWrap .gridWidth_33 {
		width: 50%;
	}

    /* MASON Grids */
    .masonryWrap .gridWidth_2x2 {
        width: 25%;
        padding-bottom: 25%;
    }
	.masonryWrap .gridWidth_4x4 {
		width: 50%;
		padding-bottom: 50%;
	}
	.masonryWrap .gridWidth_6x6 {
		width: 75%;
		padding-bottom: 75%;
	}
    .masonryWrap .gridWidth_2x4 {
        width: 25%;
        padding-bottom: 50%;
    }
	.masonryWrap .gridWidth_4x2 {
		width: 50%;
		padding-bottom: 25%;
	}
	.masonryWrap .gridWidth_8x4,
	.masonryWrap .gridWidth_12x6 {
		width: 100%;
		padding-bottom: 50%;
	}
}

@container gridContainer (min-width: 640px) and (max-width: 959px) {
    /* MASON Grids */
	.masonryWrap .gridWidth_2x2-sm {
		width: 25%;
		padding-bottom: 25%;
	}
	.masonryWrap .gridWidth_4x4-sm {
		width: 50%;
		padding-bottom: 50%;
	}
	.masonryWrap .gridWidth_6x6-sm {
		width: 75%;
		padding-bottom: 75%;
	}
	.masonryWrap .gridWidth_2x4-sm {
		width: 25%;
		padding-bottom: 50%;
	}
	.masonryWrap .gridWidth_4x2-sm {
		width: 50%;
		padding-bottom: 25%;
	}
	.masonryWrap .gridWidth_8x4-sm {
		width: 100%;
		padding-bottom: 50%;
	}
}
@container gridContainer (min-width: 960px) {
	.gridWrap .gridWidth_33 {
		width: calc(100% / 3);
	}
	.gridWrap .gridWidth_25 {
		width: 25%;
	}

	.gridWrap.textOnImage .articleGrid .textWrap .headline {
		font-size: 1.875em;
	}

    /* MASON Grids */
    .article + .clear + .masonryWrap {
        margin-top: 20px;
    }
    .masonryGridItem .wrap .info {
        padding: 60px 20px 15px;
    }
    .masonryGridItem .flag {
        left: 40px;
        top: 40px;
    }
	.masonryWrap .gridWidth_2x2 {
		width: calc(100% / 6);
		padding-bottom: calc(100% / 6);
	}
	.masonryWrap .gridWidth_4x4 {
		width: calc(100% / 3);
		padding-bottom: calc(100% / 3);
	}
	.masonryWrap .gridWidth_6x6 {
		width: 50%;
		padding-bottom: 50%;
	}
	.masonryWrap .gridWidth_2x4 {
		width: calc(100% / 6);
		padding-bottom: calc(100% / 3);
	}
	.masonryWrap .gridWidth_4x2 {
		width: calc(100% / 3);
		padding-bottom: calc(100% / 6);
	}
	.masonryWrap .gridWidth_8x4 {
		width: calc(100% / 3 * 2);
		padding-bottom: calc(100% / 3);
	}
	.masonryWrap .gridWidth_12x6 {
		width: 100%;
		padding-bottom: 50%;
	}

	.masonryWrap .gridWidth_2x2-md {
		width: calc(100% / 6);
		padding-bottom: calc(100% / 6);
	}
	.masonryWrap .gridWidth_4x4-md {
		width: calc(100% / 6);
		padding-bottom: calc(100% / 3);
	}
	.masonryWrap .gridWidth_6x6-md {
		width: 50%;
		padding-bottom: 50%;
	}
	.masonryWrap .gridWidth_2x4-md {
		width: calc(100% / 6);
		padding-bottom: calc(100% / 3);
	}
	.masonryWrap .gridWidth_4x2-md {
		width: calc(100% / 3);
		padding-bottom: calc(100% / 6);
	}
	.masonryWrap .gridWidth_8x4-md {
		width: calc(100% / 3 * 2);
		padding-bottom: calc(100% / 3);
	}
	.masonryWrap .gridWidth_12x6-md {
		width: 100%;
		padding-bottom: 50%;
	}
}

@media (min-width: 640px) {
	.swiperWrapper .articleGrid.gridWidth_33 {
		width: calc(50% - 20px);
	}
	.swiperWrapper .articleGrid:last-child {
		margin-right: 40px;
	}
	.swiperWrapper .swiper-container.swiper-pagination-disabled .articleGrid.gridWidth_33 {
		width: 50%;
	}
	.swiperWrapper .swiper-container.swiper-pagination-disabled .articleGrid:last-child {
		margin-right: 0;
	}
}

@media (min-width: 960px) {
	.swiperWrapper .swiper-container {
		margin-left: -20px;
		margin-right: -20px;
	}
	.swiperWrapper .articleGrid.gridWidth_33 {
		width: calc(100% / 3 - 20px);
	}
	.swiperWrapper .articleGrid:last-child {
		margin-right: 60px;
	}
	.swiperWrapper .swiper-container.swiper-pagination-disabled .articleGrid.gridWidth_33 {
		width: calc(100% / 3);
	}
	.vcContentSection.bgAlternate .swiperWrapper .swiper-container {
		margin-left: -20px;
		margin-right: -20px;
		mask-image: linear-gradient(to left, rgba(0,0,0,0) 0, rgba(0,0,0,1) 60px);
	}
	.vcContentSection.bgAlternate .swiperWrapper .swiper-container.swiper-pagination-disabled {
		mask-image: none;
	}
	.vcContentSection.bgAlternate .swiperWrapper .gridWrap .articleGrid {
		padding-left: 20px;
		padding-right: 20px;
	}
	.vcContentSection.bgAlternate .swiperWrapper .slider_navigation .prev,
	.vcContentSection.bgAlternate .swiperWrapper .slider_navigation .next {
		right: -20px;
	}
}

@media (min-width: 1400px) {
    .vcContentSection.bgAlternate .swiperWrapper .swiper-container {
        margin-right: -10%;
        mask-image: linear-gradient(to left, rgba(0,0,0,0) 0, rgba(0,0,0,1) calc(10% - 20px));
    }
    .vcContentSection.bgAlternate .swiperWrapper .slider_navigation .prev,
    .vcContentSection.bgAlternate .swiperWrapper .slider_navigation .next {
        right: -10%;
    }
    .vcContentSection.bgAlternate .swiperWrapper .articleGrid:last-child {
        margin-right: calc((100% - 20px) / 11 - 20px);
    }
    .vcContentSection.bgAlternate .swiperWrapper .articleGrid.gridWidth_33 {
        width: calc(((100% - 20px) / 11 * 10 + 40px) / 3);
    }
}

/* ACCORDION  */
.accordionWrapper.ui-accordion {
    margin: 1em 0;
    font-size: inherit;
}
.accordionWrapper.ui-accordion .ui-accordion-header {
    border:none;
    padding: 10px calc(20px + 1em) 10px 10px;
    margin: 0;
    border: none;
    border-radius: 10px;
    transition: all .3s;
}
.accordionWrapper.ui-accordion .ui-accordion-content + .ui-accordion-header {
    margin-top: 10px;
}
.accordionWrapper.ui-accordion .ui-accordion-header.ui-state-active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordionWrapper.ui-accordion .ui-accordion-header .ui-icon {
    display: none;
}
.accordionWrapper.ui-accordion .ui-accordion-header .vc3-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    transition: all .3s;
    color: inherit;
}
.accordionWrapper.ui-accordion .ui-accordion-header.ui-state-active .vc3-icon {
    transform: rotate(180deg);
}
.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: 10px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
}

@media (min-width: 640px) {
    .accordionWrapper.ui-accordion .ui-accordion-header {
        padding: 10px calc(30px + 1em) 10px 20px;
        border-radius: 20px;
    }
    .accordionWrapper.ui-accordion .ui-accordion-header .vc3-icon {
        right: 20px;
    }
    .accordionWrapper.ui-accordion .ui-accordion-content {
        padding: 20px;
        border-radius: 0 0 20px 20px;
    }
}


/* taxFilter */
#content .taxFilter {
    display: inline-block;
}
#content .taxFilter strong {
    display: inline-block;
    margin: 0 20px 20px 0;
}
#content .taxFilter ul {
    display: inline;
}

#content .taxFilter ul li {
    position: relative;
    display: inline-block;
    margin: 0 20px 20px 0;
}
#content .taxFilter ul li .btn:after {
    content: '\e817';
    font-family: vc3_fontello;
    display: block;
    font-weight: 400;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -7px;
    font-size: 15px;
    line-height: 15px;
    opacity: 0.1;
}
#content .taxFilter ul li .btn.active:after {
    display: block;
    opacity: 1;
}
#content .taxFilter ul li .btn {
    padding-left: 16px;
}
.taxFilter ul li input {
    display: none;
}

/* ICONS STARTSEITE */
.iconBackground .vc3-icon {
    display: inline-block;
    background: #0093d2;
    color: #fff;
    line-height: 20px;
    min-width: 60px;
    padding: 20px;
    border-radius: 999px;
}
.iconBackground .vc3-icon:before {
    margin: 0 -3px 0 0;
}

/* START */
.section + .section,
.articleWrap + .section,
.section + .articleWrap,
.section + .gridWrap {
    margin-top: 80px;
}
.round_top_left {
    border-top-left-radius: 10px;
}
.round_top_right {
    border-top-right-radius: 10px;
}
.round_bottom_left {
    border-bottom-left-radius: 10px;
}
.round_bottom_right {
    border-bottom-right-radius: 10px;
}
.round_top_left_l {
    border-top-left-radius: 20px;
}
.round_top_right_l {
    border-top-right-radius: 20px;
}
.round_bottom_left_l {
    border-bottom-left-radius: 20px;
}
.round_bottom_right_l {
    border-bottom-right-radius: 20px;
}

/* Site: PAGE JUMPS */
.jumper {
	margin: 20px -5px;
	position: relative;
}
.gridWrap + .clear + .jumper {
	margin-top: -40px;
}
.pagerJumper .divider {
	display: none;
}
.jumper .resultStats {
	text-align: center;
	padding: 0 0 5px;
}
.jumper .pagerJumper {
	display: block;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.pagerJumper a,
.pagerJumper .spacer {
	padding: calc(.833em - 1px) 0;
	margin:0 5px;
	display:block;
	float:left;
	width: calc(3.5em - 2px);
	border-radius: 20px;
	border: 1px solid #0084bd;
	background: transparent;
	font-weight: bold;
	font-size: .75rem;
	line-height: 1.667;
	color: inherit;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .2em;
	text-align:center;
	text-decoration: none;
	transition: all .3s;
}
.pagerJumper .spacer {
	background: none;
	border: none;
}
.pagerJumper a.aktiv,
.pagerJumper a:hover {
	color: #fff;
	background: #0093d2;
	border-color: #0084bd;
}

.pages {
	text-align:center;
	border-top: 1px solid #eee;
	padding-top: 1em;
	font-weight: 100;
	margin: 1em 0;
	color: #999;
}
.pages > * {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.pages a {
	font-weight: normal;
	padding: 0 10px;
	position: relative;
	color: #666;
	text-decoration: none;
	max-width: 35%;
	overflow: hidden;
}
.pages a span {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	display: inline-block;
}
.pages a.enabled:first-child:after,
.pages a.enabled:last-child:after {
	content: '';
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border-color: transparent #f6a800 transparent transparent;
	border-style: solid;
	border-width: .357em .429em .357em 0;
	left: 0;
	top: .429em;
}
.pages a.enabled:last-child:after {
	border-color: transparent transparent transparent #f6a800;
	border-width: .357em 0 .357em .429em;
	right: 0;
	left: auto;
}
.pages a.disabled {
	color: #CCC;
	text-decoration: none;
}
@media (max-width: 479px) {
	.pageJumperFooterWrap {
		display: none;
	}
}
@media (min-width: 640px) {
	.jumper .resultStats {
		line-height: 40px;
		float: left;
		padding: 0 0 0 5px;
	}
	.jumper .pagerJumper  {
		float: right;
	}
}

/* Content: GOOGLE MAPS */
.mapWrap {
    position:relative;
    margin: 1em 0;
    overflow: auto;
}
.map_canvas {
    min-height: 200px;
    min-height: 66.667vh;
    background: #e9e9e9;
    border-radius: 20px;
    overflow: hidden;
}

.mapWrap.isInFullscreenMode .map_canvas {
    height: 100%;
}

.map_canvas .gm-style {
    font-family: inherit;
}
.map_canvas .gm-style-iw .btn {
    width: 100%;
    margin-top: 15px;
}
.map_legend .head {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    background: #999;
    position: relative;
    padding: 5px 10px 5px 40px;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.map_legend .head .sprt {
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -16px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.map_legend:hover .head {
    background: #666;
}
.map_legend.aktiv .head {
    background: #b9e5f7;
}
.map_legend.aktiv .head .sprt {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.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: 20px;
    border-radius: 10px;
    position: relative;
    font-size: .833em;
    line-height: 1.333;
}
.infoBox .closeBtn {
    background: none;
    float: right;
    margin-top: -5px;
    margin-right: -5px;
    margin-left: 20px;
    padding: 5px;
    border: none;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.infoBox .closeBtn img {
    display: block;
}
.infoBox .closeBtn:hover {
    background: #b9e5f7;
}
.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 .btn {
    text-align: left;
}
.infoBox .btnSet .btn,
.map_canvas .gm-style-iw .btnSet .btn {
    margin-top: 0;
    margin-bottom: 0;
    font-size: .8em;
}
.infoBox .placeTeaser,
.map_canvas .placeTeaser {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 62.5%;
    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 20px;
    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;
	border-radius: 10px;
    margin: -20px;
}
.infoBox .placeTeaser:not(:last-child) {
    margin-bottom: 10px;
	border-radius: 10px 10px 0 0;
}
.infoBox .mapDesc .desc_web {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.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: 10px 20px;
    margin: 0;
    color: #fff;
    background: #f6a800;
    font-size: 1.563em;
    font-weight: bold;
    line-height: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 20px;
}
.map_legend .legendWrap {
    background: #f3f3f3;
    color: #222;
    border-radius: 0 0 20px 20px;
}
.map_legend .slideDownTrigger[aria-expanded="true"] .legendHead {
    background: #f6a800;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.map_legend .legendItemsWrap {
}

.map_legend .legendItemsWrap ul {
    margin: 0;
    padding: 15px;
    list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.map_legend .legendItemsWrap li {
    padding: 5px;
    display: inline-block;
    font-size: 1em;
    line-height: 1.25em;
}
.map_legend .legendItemsWrap li:before {
    display: none !important;
}
.map_legend .legendItemsWrap li .a {
    display: flex;
	align-items: center;
    color: #000;
    background: #f3f3f3;
    position: relative;
    height: 100%;
    text-decoration: none;
    padding: 10px;
	border: 1px solid #fff;
    transition: background .3s;
    border-radius: 9px;
	cursor: pointer;
}

.map_legend .legendItemsWrap li .a:hover,
.map_legend .legendItemsWrap li.aktiv .a {
    background: #fff;
	border-color: #fff;
}
.map_legend .legendItemsWrap li.aktiv .a {
	font-weight: bold;
}
.map_legend .legendItemsWrap li .icon {
    height: 2.5em !important;
    width: 2.5em !important;
	flex-grow: 0;
}
.map_legend .legendItemsWrap li span.icon {
    display: block;
	background: no-repeat center center;
    background-size: contain;
}

.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: #0093d2;
    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;
}
#imap .map_canvas {
    margin: 0;
}
#imap .map_legend {

}
@media only screen and (min-width: 960px) {
    #imap .map_legend {
        margin-left: 8.33%;
        margin-right: 8.33%;
    }
}

@media only screen and (min-width: 1400px) {
    #imap .map_legend {
        margin-left: 16.66%;
        margin-right: 16.66%;
    }
}

/* Content: Booking Bar */
.quickBknBoxModal .optsFieldset {
	margin: 0;
}
.quickBknBoxModal .quickBknBox {
	padding-top: 20px;
}
@container bookingBar (width > 839px) {
	.quickBknBoxModal .head {
		display: none;
	}
	.quickBknBoxModal .quickBknBox {
		padding-top: 0;
	}
}
@media (min-width: 840px) {
	.quickBknBoxModal .head .vc3-icon:last-child {
		display: none;
	}
	.quickBknBoxModal .slideDownTarget {
		max-height: none;
		visibility: visible;
		overflow: visible;
	}
}

/* Content: Direct Links */
.directLinks a {
	display: block;
}
.directLinks li + li {
	margin-top: 10px;
}
.directLinks.diLiStRow {
	overflow: hidden;
}
.directLinks.diLiStRow .boxHead {
	text-align: center;
}
.directLinks.diLiStRow ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: -20px;
}
.directLinks.diLiStRow ul li {
	margin: 0;
}
.directLinks.diLiStRow ul li a {
	display: flex;
	padding: 20px;
	text-decoration: none;
	font-size: 1.250em;
	line-height: 2em;
	font-weight: 700;
}
.directLinks.diLiStRow ul li a .vc3-icon {
	display: inline-block;
	font-size: 2em;
	line-height: 1em;
	vertical-align: bottom;
	order: -1;
}
.directLinks.diLiStRow ul li a .vc3-icon:after {
	content:'/';
	display: inline-block;
	margin: 0 10px;
	font-size: .5em;
	line-height: 2em;
	vertical-align: bottom;
	font-weight: 400;
	color: #1a1a1a;
}
.directLinks.diLiStRow ul li a .vc3-icon-instagram {
	color: #c13584;
}
.directLinks.diLiStRow ul li a .vc3-icon-facebook {
	color: #4267b2;
}
.directLinks.diLiStRow ul li a .vc3-icon-youtube-play {
	color: #FF0033;
}
.directLinks.diLiStRow ul li a .vc3-icon-whatsapp {
	color: #25d366;
}

/* ==========================================================================
   Module styles.
   ========================================================================== */

/* MODUL: Compusoft V3 */
#compusoft_v3_iframe_Wrapper {
    margin: -10px -10px 0;
}
#compusoft_v3_iframe {
    min-height: 400px;
    width: 100%;
    border: none
}


/* Modul: EVENTS */
#datePicker .calWrap {
    position: relative;
}
#datePicker .calLoader {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    background: rgba(255,255,255,.8) url('../img/preloader_301_dark.gif') no-repeat 50% 50%;
}
.box #datePicker .calLoader {
    background-color: #fff;
    background-color: rgba(255,255,255,.8);
}
#datePicker table {
    width: 100%;
    table-layout: fixed;
    line-height: 30px;
}
#datePicker table td {
    text-align: center;
}
#datePicker .calHead td {
    padding-bottom: 10px;
}
#datePicker .calHead .a {
    color: #fff;
    background: #0093d2;
    border-color: #0093d2;
    display: block;
    border-radius: 15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
}
#datePicker .calHead .a.disabled {
    cursor: default;
    background: #ebebeb !important;
    color: #aaa !important;
}
#datePicker .calHead .current {
    font-weight: 300;
    font-size: 1.25em;
}

#datePicker .calHead .a .icon {
    display: block;
    font-size: 1rem;
}
#datePicker .calWeekdays {
    font-weight: bold;
    font-size: .667em;
}
#datePicker .calWeek span,
#datePicker .calWeek a {
    display: block;
    text-decoration: none;
    border-radius: 15px;
    height: 30px;
    width: 30px;
    line-height: 26px;
    margin: 0 auto;
    color: inherit;
    margin-bottom: 5px;
    font-size: .833em;
    text-align: center;
    border: 1px solid transparent;
}
#datePicker .calWeek a {
    border-color: #b9e5f7;
    background: #b9e5f7;
    color: inherit;;
}
#datePicker .calWeek .event_1 a {
    border-color: #f1fafd;
    background: #f1fafd;
    color: inherit;
}

#datePicker .calWeek .today {
    font-weight: 600;
}
#datePicker .calWeek .choosenDate span {
    border-color: #0093d2;
    background: #0093d2;
    color: #fff;
}
#datePicker .calWeek .choosenDate a,
#datePicker .calWeek a:hover,
#datePicker .calWeek a:hover,
#datePicker .calWeek a:hover {
    border-color: #0093d2;
    background: #0093d2;
    color: #fff;
}
#form_EventsFilterSwitch {
    width: 100%;
    position: relative;
    padding: calc(.833em - 1px) calc(1em + 30px);
    border-radius: 1.667em;
    transition: all .3s;
}
#form_EventsFilterSwitch[aria-expanded="true"] {
    border-radius: 1.667em 1.667em 0 0;
}
#form_EventsFilterSwitch .vc3-icon {
    margin-top: -.5em;
    top: 50%;
    line-height: 1;
    position: absolute;
    left: 20px;
}
#form_EventsFilterSwitch .iconRight {
    right: 20px;
    left: auto;
}
#form_EventsFilterSwitch[aria-expanded="true"] .iconRight {
    transform: rotate(-180deg);
}
#eventsSidebar {
    order: -1;
}


#form_EventsFilter .btnContainer:last-child {
    margin-bottom: 0;
}

.eventListItem .eventPreviewImg {
    width: 80px;
    margin: 0;
    border-radius: 40px;
    overflow: hidden;
    position: absolute;
    left: 20px;
    top: 0;
}
.eventListItem .eventPreviewImg {
    right: 0;
    left: auto;
}

.eventListItem .eventInfo .headline {
    margin: 0;
}
.eventListItem .eventInfo .headline,
.eventListItem .eventInfo .attrList {
	margin-right: 90px;
}
.eventListItem .eventInfo .moreBtn > :last-child {
    margin-bottom: 0;
}
.eventListItem .headline a {
    display: block;
    color: inherit;
}
.eventListItem .eventData,
.eventDetail .eventData {
    margin-top: 0;
}
.eventListItem .eventData:last-child {
    margin-bottom: 0;
}
.eventListItem .eventData a,
.eventDetail .eventData a {
    color: inherit;
    text-decoration: none;
}
.eventDetail h1 + .eventData {
    margin-top: -10px;
}
.displayModeCompact .listDivider {
    margin: 14px 0;
}

.eventListTickets {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.eventListItem .eventDate {
    text-align: center;
    white-space: nowrap;
    margin-right: 10px;
}
.eventListItem .eventDateDay {
    margin: 0;
    font-weight: bold;
}

.eventListTickets .btnMore {
    display: block;
    white-space: nowrap;
}

@media (max-width: 959px) {
    #form_EventsFilter {
        padding: 0 20px;
        max-height: 0;
        transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, overflow 0s, visibility .3s;
        overflow: hidden;
        visibility: hidden;
        border-radius: 0 0 1.667em 1.667em;
    }
    #form_EventsFilter.expanded {
        padding: 20px;
        box-shadow: 0 5px 10px rgba(0,0,0,0.21);
        max-height: 10000px;
        visibility: visible;
        transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s, visibility .3s;
        animation: 0s linear 0.3s 1 normal both running delay-overflow;
    }
}
@media (max-width: 719px) {
    .eventListTickets .eventOrderWrap {
        margin-top: 1em;
    }
    .eventsWithTickets .eventInfo {
        padding-right: 50px;
        position: relative;
    }
    .eventListTickets .btnMore {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 0;
        padding: 10px 6px;
        display: flex;
        align-items: center;
    }
    .eventListTickets .btnMore:after,
    .eventListTickets .btnMore .label {
        display: none;
    }
}
@media (min-width: 720px) {
    .eventListItem .eventPreviewImg {
        display: block;
        width: 100px;
        border-radius: 50px;
    }
    .eventListItem.hasImg .eventInfo {
        padding-right: 120px;
        min-height: 100px;
    }

    .displayModeCompact .eventListItem .eventPreviewImg {
        width: 50px;
    }
    .displayModeCompact .eventListItem.hasImg .eventInfo {
        padding-right: 70px;
        min-height: 50px;
    }

    .eventListItem .eventDate {
        margin-right: 20px;
    }
    .eventListTickets .eventInfo {
        display: flex;
    }
    .eventListTickets .eventOrderWrap {
        text-align: center;
    }
}
@media (min-width: 960px) {
    #eventsSidebar {
        order: unset;
    }
    #form_EventsFilterSwitch {
        display: none;
    }
}


/*
	Modul: PRODUCT
 */
#accordionProductRating .h2 .tooltip {
	font-size: 1rem;
	vertical-align: top;
}
.productRatingTotalWrap {
	background: #c4c3c8;
	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: #0093d2;
}
#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;
}

/* ==========================================================================
   Accessibility
   ========================================================================== */
#a11yReadspeakerButton {
    position: fixed;
    bottom: 10px;
    left: 10px;
    margin: 0;
    width: calc(100% - 20px - 3.75rem) !important;
}
#a11yReadspeakerButton.rsexpanded .rsbtn_play {
    padding: 0;
}
#a11yReadspeakerButton.rsexpanded .rsbtn_play .rsbtn_left {
    overflow: hidden;
    width: 0;
    margin-left: 2.3333em;
}
#a11yNavControlTrigger {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    flex-grow: 1;
}
#a11yNavControlTrigger .optsInputLabel {
    flex-grow: 1;
}
#a11yNavControlTrigger .state {
    flex-shrink: 0;
    display: flex;
}
#a11yNavControlTrigger .state .vcCssIcon {
    transition: all .3s;
}
#a11yNavControlTrigger .state .on,
#a11yNavControlTrigger[aria-expanded="true"] .state .off {
    display: none;
}
#a11yNavControlTrigger[aria-expanded="true"] .state .on,
#a11yNavControlTrigger .state .off {
    display: block;
}
#a11yNavControlTrigger[aria-expanded="true"] .vcCssIcon {
    transform: rotate(180deg);
}

/* Font Size */
.fs_bigger ,
.fs_bigger body {
    font-size: 20px;
}

.fs_big,
.fs_big body {
    font-size: 24px;
}

/* Themes */
.theme_dark,
.theme_dark #header,
.theme_dark .optsRadio .optsInputWrap > label,
.theme_dark .optsCheckbox .optsInputWrap > label,
.theme_dark .optsContainer .optsInputWrap .optsInputLabel,
.theme_dark .optsInputWrap > label,
.theme_dark #footerBottom {
    background: #1a1a1a;
}
.theme_dark body,
.theme_dark table td,
.theme_dark a,
.theme_dark .btn,
.theme_dark #a11yNavControlTrigger,
.theme_dark .optsInputWrap .optsCounterWrap .optsCounterUp,
.theme_dark .optsInputWrap .optsCounterWrap .optsCounterDown,
.theme_dark #navMain .iconMenuTriggerDwn {
    color: #fff;
}
.theme_dark #navFooter li .a.active,
.theme_dark #navFooter li a.active,
.theme_dark .btnRaised,
.theme_dark .vcA11yOverlayTrigger {
    background: #fff;
    color: #1a1a1a;
}
.theme_dark #header {
    background: #1a1a1a;
}
.theme_dark .vcModalMsg,
.theme_dark .optsInputWrap select {
    background: #1a1a1a;
    color: #fff;
}
.theme_dark .vcModal::backdrop {
    background: rgba(0,0,0,.75);
}
.theme_dark .optsInputWrap input,
.theme_dark .optsInputWrap .input,
.theme_dark .optsInputWrap textarea,
.theme_dark .optsInputWrap select,
.theme_dark .optsInputWrap .selectWrap,
.theme_dark .optsInputWrap .optsCounterWrap .over,
.theme_dark .optsCheckbox .optsInputWrap,
.theme_dark .optsRadio .optsInputWrap,
.theme_dark .optsRadio .optsInputWrap {
    border-color: #2a2a2a;
}
.theme_dark .optsContainer .selectWrap:after {
    border-top-color: #2a2a2a;
}
.theme_dark #a11yNavControlTrigger .state .vcCssIcon:after {
    border-left-color: #fff;
    border-bottom-color: #fff;
}
.theme_dark .stdTable tr th,
.theme_dark .stdTable thead tr td {
    color: #fff;
    border-bottom-color: #999;
    background-color: #1a1a1a !important;
}
.theme_dark .stdTable tbody tr:nth-child(2n) td,
.theme_dark .stdTable > tr:nth-child(2n) td {
    background-color: #2a2a2a;
}
.theme_dark .stdTable tbody tr:nth-child(2n+1) td,
.theme_dark .stdTable > tr:nth-child(2n+1) td {
    background-color: #1a1a1a;
}
.theme_dark .vcModal .vcModalClose {
    background: #fff;
}
.theme_dark .vcModal .vcModalClose .vcCssIconClose:before,
.theme_dark .vcModal .vcModalClose .vcCssIconClose:after {
    background: #1a1a1a;
}
.theme_dark #menuOverlayHelper {
    background: rgba(255,255,255,.3);
}
.theme_dark #logoWrap img {
    background: url(../img/logo_white.png);
    background-size: contain;
    padding: 15.865% 100% 0 0;
}
@media (max-width: 959px) {
    .theme_dark #naviMobi > .wrap {
        background: #1a1a1a;
    }
}
@media (min-width: 960px) {
    .theme_dark #navMain li.lvl1 > .ulWrap > div {
        background: #1a1a1a;
    }
}

/* Contrast */
.cm_contrast {
	--swiper-theme-color: #1a1a1a;
	--swiper-theme-color-darker: #1a1a1a;
}

.cm_contrast .vcContentSection.bgAlternate h1,
.cm_contrast .hint,
.cm_contrast .dateText,
.cm_contrast ul.ok > li:before {
    color: #1a1a1a;
}
.cm_contrast .optsInputWrap input,
.cm_contrast .optsInputWrap .input,
.cm_contrast .optsInputWrap textarea,
.cm_contrast .optsInputWrap select,
.cm_contrast .optsInputWrap .selectWrap,
.cm_contrast .optsInputWrap .optsCounterWrap .over,
.cm_contrast .optsCheckbox .optsInputWrap,
.cm_contrast .optsRadio .optsInputWrap,
.cm_contrast #teaserBookingBox .optsInputWrap:not(.hasFocus) input,
.cm_contrast #teaserBookingBox .optsInputWrap:not(.hasFocus) .input,
.cm_contrast #teaserBookingBox .optsInputWrap .selectWrap:not(.focus),
.cm_contrast #teaserBookingBox .vcTabs [role="tab"]:not([aria-selected="true"]),
.cm_contrast .vcContentSection .col .box.bgAlternate .optsInputWrap input {
    border-color: #1a1a1a;
}
.cm_contrast .optsInputWrap .optsInline label {
    color: #585858;
}
.cm_contrast .vcTabs [role="tab"][aria-selected="true"] {
	background: #1a1a1a;
	color: #fff;
	border-color: #1a1a1a;
}
.cm_contrast .ui-state-active,
.cm_contrast .ui-widget-content .ui-state-active,
.cm_contrast .ui-widget-header .ui-state-active, a.ui-button:active,
.cm_contrast .ui-button:active,
.cm_contrast .ui-button.ui-state-active:hover,
.cm_contrast #datePicker .calHead .a {
	color: #fff;
	background: #1a1a1a;
	border-color: #1a1a1a;
}
.cm_contrast #navSub > ul li:hover > a {
	border-color: #1a1a1a;
}
.cm_contrast .btnRaised,
.cm_contrast #navSub > ul li a.active {
	color: #fff;
	background: #1a1a1a;
	border-color: #1a1a1a;
}
.cm_contrast .btn:not(.btnRaised):not(.btnOutlined):before {
	background: #1a1a1a;
}
.cm_contrast .btnOutlined {
	border-color: #1a1a1a;
}
.cm_contrast .pages a.enabled:last-child::after {
	border-left-color: #1a1a1a;
}
.cm_contrast .pages a.enabled:first-child:after {
	border-right-color: #1a1a1a;
}
.cm_contrast .pagerJumper a,
.cm_contrast .pagerJumper .spacer {
	border-color: #1a1a1a;
}
.cm_contrast .pagerJumper a.aktiv,
.cm_contrast .pagerJumper a:hover {
	color: #fff;
	background: #1a1a1a;
	border-color: #1a1a1a;
}
.cm_contrast .vcContentSection .col .box.bgAlternate,
.cm_contrast .vcContentSection.bgAlternate {
	background: #e9e9e9;
	--swiper-theme-color: #1a1a1a;
	--swiper-pagination-bullet-inactive-color: #1a1a1a;
}
.cm_contrast .swiperWrapper .slider_navigation .prev,
.cm_contrast .swiperWrapper .slider_navigation .next {
	background: #1a1a1a;
}
.cm_contrast .vcContentSection.bgAlternate h1,
.cm_contrast .vcContentSection.bgAlternate .h1,
.cm_contrast .vcContentSection.bgAlternate .ui-accordion .ui-accordion-header.h1 .vcContentSection.bgAlternate .colored {
	color: #1a1a1a;
}
.cm_contrast .vcContentSection.bgAlternate .articleGrid .gridWrapInner {
	background: #fff;
}
.cm_contrast .vcContentSection.bgAlternate .btn:not(.btnRaised)::before {
	background: #1a1a1a;
}
.cm_contrast h1,
.cm_contrast .h1,
.cm_contrast .ui-accordion .ui-accordion-header.h1 {
	color: #1a1a1a;
}
.cm_contrast .vcContentSection.bgAlternate h1 a,
.cm_contrast .vcContentSection.bgAlternate h1 {
    color: #000;
}
.cm_contrast a:focus-visible,
.cm_contrast button:focus-visible,
.cm_contrast [role="button"]:focus-visible {
    outline: 2px dotted #1a1a1a;
    box-shadow: none;
}
.cm_contrast .gridWrap.textOnImage .articleGrid .textWrap .info {
	background: #fff;
	color: #1a1a1a;
	border-radius: 10px;
	padding: 10px;
	margin: 10px;
}
.cm_contrast .gridWrap.textOnImage .articleGrid .textWrap * {
	color: #1a1a1a;
}
.cm_contrast .gridWrap.textOnImage .articleGrid .textWrap:before {
	display: none;
}
.cm_contrast #navTools ul {
	background: #fff;
}
.cm_contrast .navFacilities .siteLogo {
	border: none;
}
.cm_contrast #footerTop {
	background: #333;
	color: #fff;
}
.cm_contrast #teaser .infoWrap,
.cm_contrast #footerBottom {
	background-color: #1a1a1a;
	color: #fff;
}
.cm_contrast #navFooter li .a.active,
.cm_contrast #navFooter li a.active {
	background: #fff;
	color: #1a1a1a;
}
.cm_contrast #postTeaserBookingBoxWrapper,
.cm_contrast #postTeaserWrapper,
.cm_contrast .articleGrid .gridWrapInner,
.cm_contrast #navTools a .vc3-icon {
	color: #1a1a1a;
	background: #e9e9e9;
	border-color: #e9e9e9;
}
.cm_contrast #teaserBookingBox .wrap,
.cm_contrast #teaserBookingOpenTrigger {
	background: #fff;
	border-color: #fff;
}
.cm_contrast #datePicker .calWeek a {
	border-color: #1a1a1a;
	background: #1a1a1a;
	color: #fff;
}
.cm_contrast #datePicker .calWeek .event_1 a {
	border-color: #333;
	background: #333;
	color: #fff;
}

.cm_contrast .map_legend .legendHead {
	color: #1a1a1a;
	background: #e9e9e9;
}
.cm_contrast .map_legend .slideDownTrigger[aria-expanded="true"] .legendHead {
	border-color: #1a1a1a;
	background: #1a1a1a;
	color: #fff;
}
.cm_contrast .map_legend .legendItemsWrap li .a {
	background: #fff;
	border-color: #fff;
	color: #1a1a1a;
}
.cm_contrast .map_legend .legendItemsWrap li .a:hover,
.cm_contrast .map_legend .legendItemsWrap li.aktiv .a {
	background: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}
@media (max-width: 959px) {
	.cm_contrast #headerTools > * {
		color: #fff;
		background: #1a1a1a;
		border-color: #1a1a1a;
	}
	.cm_contrast .navMainTrigger .line,
	.cm_contrast .navMainTrigger:after,
	.cm_contrast .navMainTrigger:before {
		background: #fff;
	}
	.cm_contrast #navMain li.lvl1.active > .navBtnWrap {
		background: #1a1a1a;
		color: #fff;
	}
}
@media (min-width: 960px) {

	.cm_contrast #navMain .lvl1.active > .navBtnWrap {
		background: #333;
		color: #fff;
	}
	.cm_contrast #navMain li.lvl1:not(.active):hover > .navBtnWrap,
	.cm_contrast #navMain li.lvl1:not(.active).expanded > .navBtnWrap {
		background: #1a1a1a;
		color: #fff;
	}
}

/* contrast x  dark theme */
.theme_dark.cm_contrast a:focus-visible,
.theme_dark.cm_contrast button:focus-visible,
.theme_dark.cm_contrast [role="button"]:focus-visible {
    outline: 2px dotted #fff;
}

.theme_dark.cm_contrast .optsInputWrap input,
.theme_dark.cm_contrast .optsInputWrap .input,
.theme_dark.cm_contrast .optsInputWrap textarea,
.theme_dark.cm_contrast .optsInputWrap select,
.theme_dark.cm_contrast .optsInputWrap .selectWrap,
.theme_dark.cm_contrast .optsInputWrap .optsCounterWrap .over,
.theme_dark.cm_contrast .optsCheckbox .optsInputWrap,
.theme_dark.cm_contrast .optsRadio .optsInputWrap,
.theme_dark.cm_contrast .optsRadio .optsInputWrap {
    border-color: #fff;
}
.theme_dark.cm_contrast .optsContainer .selectWrap:after {
    border-top-color: #fff;
}

@media (min-width: 960px) {
    .cm_contrast #showSearchBtn {
        background: #1a1a1a;
		border-color: #1a1a1a;
        color: #fff;
    }
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
