html {
    --color_text: #555; /* normale textfarbe */
    --color_h1: #000;
    --color_bg: #fff;
    --color_body_bg: #fff;
    --color_box_rgb: 0,0,0;
    --color_body_rgb: 255,255,255;
    --color_header_bg: rgba(255,255,255,1);
    --color_menu: #666;
}
html.cm_contrast {
}
html.theme_dark {
    --color_text: #fff; /* normale textfarbe */
    --color_h1: #fff;
    --color_bg: #000;
    --color_body_bg: #000;
    --color_box_rgb: 255,255,255;
    --color_body_rgb: 0,0,0;
    --color_header_bg: rgba(30,30,30,1);
    --color_menu: #DDD;
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Outdated Browser
   ========================================================================== */

.chromeframe {
    margin: 0;
    background: #C00;
    color: #FFF;
    padding: .5em 0;
	text-align: center;
}
.chromeframe a {
	color: #FFF;
	text-decoration: underline;
}

#outdated{display:none;position:fixed;top:0;left:0;width:100%;text-align:center;text-transform:uppercase;z-index:1500;background-color:#C00;color:#fff;padding:15px;}* html #outdated{position:absolute}#outdated h6{font-size:25px;line-height:25px;margin:0 30px 15px 30px}#outdated p{font-size:12px;line-height:12px;margin:0}#outdated #btnUpdateBrowser{display:block;position:relative;padding:10px 20px;margin:15px auto 0;width:230px;color:#fff;text-decoration:none;border:2px solid #fff;cursor:pointer}#outdated #btnUpdateBrowser:hover{color:#C00;background-color:#fff}#outdated .last{position:absolute;top:10px;right:25px;width:20px;height:20px}#outdated #btnCloseUpdateBrowser{display:block;position:relative;width:100%;height:100%;text-decoration:none;color:#fff;font-size:36px;line-height:36px}



/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html,
body {
	height: 100%;
	min-width: 320px;
}
body.navMainOpen,
body.overlayOpen,
body.open {
	overflow: hidden;
}


#contentWrapper {
	overflow: hidden;
}
@media (min-width: 640px) {

    /*#contentWrapper {
        margin-left: -16px;
        margin-right: -16px;
    }*/
}
aside,
#content {
    padding: 16px;
}
@media (min-width: 960px) {
    .withAside #content {
        float: left;
        width: 66.66%;
    }

    aside {
        float: right;
        width: 33.33%;
        overflow-wrap: break-word;
        word-break: break-word;
        hyphens: auto;
    }
}
@media (min-width: 1440px) {
    .withAside #content {
        width: 75%;
    }

    aside {
        width: 25%;
    }
}


aside .box {
    background: rgba(var(--color_box_rgb),0.05);
    box-shadow: 0 0 10px rgba(0,0,0,0.21);
    padding: 25px;
}
aside .box + .box {
    margin-top: 30px;
}

aside .box .boxHeadline,
aside .box nav strong {
    display: block;
    padding: 25px;
    font-weight: 400;
    background: #f8f8f8;
    color: #000;
    text-transform: uppercase;
    margin: -25px -25px 0 -25px;
    font-size: 20px;
    text-align: center;
}
aside .box nav ul {
    padding: 0 0 0 20px;
}
aside .box nav > ul {
    padding: 20px 0;
}
aside .box nav ul a {
    position: relative;
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: #666666;
    font-size: 18px;
    word-break: break-word;
}
aside .box nav ul.lvl3 a:before {
    content: '';
    display: block;
    position: absolute;
    left: -14px;
    top: 17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #666;
}



/* ==========================================================================
   external Scripts/Functions
   ========================================================================== */

/*! Swipebox v1.4.4 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999!important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff;background:rgba(255,255,255,.9)}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform .4s ease;transition:transform .4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer;padding-top:50px;padding-bottom:50px;}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block;position:relative;overflow:hidden;}#swipebox-slider .slideInnerWrap{height:100%;width:100%;line-height:1px;text-align:center;}#swipebox-slider .slideInnerWrap:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-inline-container,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-slider .slide-loading{background:url(../img/Swipebox/loader.gif) center center no-repeat}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:.5s;transition:.5s;position:absolute;left:0;z-index:999;height:50px;width:100%;background:#df382e;background:-webkit-linear-gradient(left,#df382e 0,#df382e 100%);background:-ms-linear-gradient(left,#df382e 0,#df382e 100%);background:linear-gradient(to right,#df382e 0,#df382e 100%)}#swipebox-bottom-bar{bottom:-50px;border-top:4px solid #D5D5D5}#swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#swipebox-top-bar{top:-50px;border-bottom:4px solid #D5D5D5;color:#fff!important;display:table}#swipebox-top-bar.visible-bars{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}#swipebox-title{width:100%;height:100%;font-size:1em;line-height:1.2;text-align:center;vertical-align:middle;display:table-cell}#swipebox-close,#swipebox-next,#swipebox-prev,#swipebox-zoomin,#swipebox-zoomout{background-image:url(../img/Swipebox/icons.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;width:50px;height:50px;top:0}#swipebox-arrows{height:100%;position:absolute;right:0;bottom:0}#swipebox-prev{background-position:-32px 13px;float:left}#swipebox-next{background-position:-78px 13px;float:right}#swipebox-close,#swipebox-zoomin,#swipebox-zoomout{top:0;position:absolute;z-index:9999}#swipebox-close{background-position:15px 12px;left:0}#swipebox-zoomin{background-position:-122px 12px;left:60px}#swipebox-zoomout{background-position:-168px 12px;left:60px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-next.disabled,#swipebox-prev.disabled,#swipebox-zoomin.disabled,#swipebox-zoomout.disabled{opacity:.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:rightSpring .3s;animation:rightSpring .3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:leftSpring .3s;animation:leftSpring .3s}.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0;box-shadow:inset 10px 0 10px -8px #656565}.swipebox-touch #swipebox-container:after{right:0;box-shadow:inset -10px 0 10px -8px #656565}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@-webkit-keyframes rightSpring{0%,100%{left:0}50%{left:-30px}}@keyframes rightSpring{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes leftSpring{0%,100%{left:0}50%{left:30px}}@keyframes leftSpring{0%,100%{left:0}50%{left:30px}}@media screen and (min-width:800px){#swipebox-close{left:10px}#swipebox-zoomin,#swipebox-zoomout{left:70px}#swipebox-arrows{right:10px}}#swipebox-slider .slide .video-js-container .swipebox-video{width:auto;height:auto;padding-bottom:0}#swipebox-slider .swipebox-video .video-js{width:100%;height:auto;display:block}#swipebox-slider .swipebox-video .video-js .vjs-big-play-button{left:50%;top:50%;margin:-1em 0 0 -1em;height:2em;width:2em;line-height:2em;border:none;background:#003E7C;border-radius:1em;color:#fff}#swipebox-slider .swipebox-video .video-js .vjs-big-play-button:hover{background:#E8EAED;color:#003F7D}#swipebox-slider .swipebox-video .vjs-has-started .vjs-control-bar{background-color:#69AF22;background-color:rgba(105,175,34,.9)}#swipebox-slider .swipebox-video .video-js .vjs-slider{background:#fff;background:rgba(255,255,255,.5)}#swipebox-slider .swipebox-video .video-js .vjs-load-progress{background:#bfcfde}#swipebox-slider .swipebox-video .video-js .vjs-play-progress{background:#003E7C}

/* TEASER */
#teaser {
    position:relative;
    border-bottom: 4px solid #fff;
    transition: margin 0.3s;
}
header + #teaser {
    margin-top: 70px;
}
@media only screen and (min-width: 640px) {
    header + #teaser {
        margin-top: 100px;
    }
}
@media only screen and (min-width: 960px) {
    header + #teaser {
        margin-top: 150px;
    }
}
@media only screen and (min-width: 1440px) {
    header + #teaser {
        margin-top: 200px;
    }
}
/*.slider {
    position:relative;
}
.slider .headline {
    position:absolute;
    bottom:60px;
    right:0;
    left:0;
    padding:10px 40px;
    background:#787878;
    color:#fff;
    text-align:right;
    font-size:2.2em;
    text-transform:uppercase;
}
.slider .headline > * {
    margin:0;
}*/
.slider .sliderWrapper,
#teaser .sliderWrapper {
    overflow:hidden;
    position:relative;
    cursor:e-resize;
}
.slider ul,
#teaser ul {
    margin:0;
    padding:0;
    list-style:none;
    position:relative;
    min-height: 40vh;
    max-height: 60vh;
    height: 40vw;
}
.modul_start #teaser ul {
    min-height: 400px;
    max-height: calc(100vh - 70px);
    height: 62.5vw;
}

#teaser ul li { margin:0; padding:0; position:relative; display:none; position:absolute; top:0; left:0; width:100%; height:100%; background-position:center center; background-size:cover; }
.sliderWrapper ul li .info { opacity:0; position:absolute; max-width:66%; }
#teaser .slider_navigation {
    z-index: 9;
    position: absolute;
    bottom: 60px;
    right: 10px;
}
#teaser .slider_navigation span {
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
    font-size: 30px;
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,0.2);
    margin-left: 5px;
}
#teaser .slider_navigation span.prev:before {
    content: '\f0a8';
    display: block;
    font-family: fontello;

}
#teaser .slider_navigation span.next:before {
    content: '\f0a9';
    display: block;
    font-family: fontello;
    font-size: 40px;
}
#teaser .slider_pager {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 9;
}
#teaser .slider_pager span {
    display: inline-block;
    width: 15px;
    height: 15px;
    text-indent: -999px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    margin-left: 10px;
    transition: background 0.5s;
}
#teaser .slider_pager span.active {
    background: #389938;
}
.teaser .teaserImg {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
}
.teaser li.backgroundCover .teaserImg {
    background-size: cover;
}
.teaser li.backgroundContain .teaserImg {
    background-size: contain;
}
.teaser li .teaserItemTitle {
    bottom: 0;
    display: table;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.teaser li .teaserItemTitleInner {
    display: table-cell;
    padding-right: 80px;
}
.teaser li.txtAtRight .teaserItemTitleInner {
    text-align: right;
    vertical-align: middle;
}
.teaser li.txtAtLeft .teaserItemTitleInner {
    text-align: left;
    vertical-align: middle;
}
.teaser li.txtAtTop .teaserItemTitleInner {
    text-align: center;
    vertical-align: top;
}
.teaser li.txtAtTopLeft .teaserItemTitleInner {
    text-align: left;
    vertical-align: top;
}
.teaser li.txtAtTopRight .teaserItemTitleInner {
    text-align: right;
    vertical-align: top;
}
.teaser li.txtAtBottom .teaserItemTitleInner {
    text-align: center;
    vertical-align: bottom;
}
.teaser li.txtAtBottomLeft .teaserItemTitleInner {
    text-align: left;
    vertical-align: bottom;
}
.teaser li.txtAtBottomRight .teaserItemTitleInner {
    text-align: right;
    vertical-align: bottom;
}
.teaser li.txtAtCenter .teaserItemTitleInner {
    text-align: center;
    vertical-align: middle;
}
.teaser li .teaserItemTitleInner .wrap {
    padding: 15px;
}
.teaser .wrapInner {
    padding: 15px;
    background: rgba(var(--color_body_rgb),0.9);
    color: var(--color_text);
}
.cm_contrast .teaser .wrapInner {
    background: rgba(var(--color_body_rgb),1);
}
.teaser .h1,
.teaser .h3
{
    margin: 0 -15px;
}
.teaser .h1:first-child {
    margin-top: -15px;
}

a.teaserItemTitle {
    text-decoration: none;
}
@media only screen and (min-width: 640px) {
    .modul_start #teaser ul {
        min-height: 40vh;
        max-height: calc(90vh - 100px);
    }
    #teaser .slider_navigation,
    #teaser .slider_pager {
        right: calc(5% + 15px);
    }
    #teaser .teaserItemTitleInner {
        padding-right: calc(5% + 80px);
    }
}
@media only screen and (min-width: 960px) {
    .modul_start #teaser ul {
        min-height: 40vh;
        max-height: calc(90vh - 150px);
    }
    .teaser li .teaserItemTitleInner .wrap {
        width: 50%;
        width: calc(50% + 40px);
    }
}
@media only screen and (min-width: 1440px) {
    .modul_start #teaser ul {
        min-height: 40vh;
        max-height: calc(90vh - 200px);
    }
}
@media only screen and (min-width: 1800px) {
    #teaser .slider_navigation,
    #teaser .slider_pager {
        right: calc(8.33% + 15px);
    }
    #teaser .teaserItemTitleInner {
        padding-right: calc(8.33% + 80px);
    }
}

.articleSlider {
    position: relative;
    margin-top: 2em;
}
.articleSlider .swiper-container {
    overflow: hidden;
}
.articleSlider .swiper-button-prev:after,
.articleSlider .swiper-button-next:after {
    content: '';
    display: none;
}
.articleSlider .swiper-button-prev,
.articleSlider .swiper-button-next {
    color: var(--color_text);
    font-size: 40px;
}
.articleSlider .swiper-slide {
    text-align: center;
}
.articleSlider .swiper-slide .boxWrap {
    display: block;
    position: relative;
    padding-bottom: 100%;
}
.articleSlider .swiper-slide .boxWrap:after {
    display: none !important;
}
.articleSlider .swiper-slide .boxWrap .box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--color_box_rgb),0.1);
}
/*
	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;
    color: var(--color_text);
}
.vcModal::backdrop {
    background: rgba(var(--color_body_rgb),0.35);
}
.vcModal.open,
.vcModal[open] {
    height: 100vh;
    opacity: 1;
    transition: height 0s, opacity .3s;
    pointer-events: auto;
}
.vcModalMsg {
    position: relative;
    z-index: 1;
    margin: auto;
    color: var(--color_text);
    background: var(--color_body_bg);
    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 var(--color_text);
    border-bottom: 3px solid var(--color_text);
}
.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;
    color: var(--color_text);
}
.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: 10px;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font-size: 2.5em;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
    transition: all .3s;
    background: #fff;
    border-radius: .5em;
}
.vcA11yOverlayTrigger .icon,
.vcA11yOverlayTrigger .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;
    }
}

/* KEYBOARD */
.kbd_container {
    max-width: 816px;
    padding: 8px;
    background-color: rgba(var(--color_box_rgb),0.1);
    overflow-y: auto;
}
.kbd_container h2 {
    margin-top: 0;
}
.keyboard-row {
    display: flex;
}
.key {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 3px 2px;
    height: 30px;
    margin: 1px;
    letter-spacing: 0.5px;
    color: #3a3a3a;
    background-color: #f7f7f7;
    flex: 1;
    box-shadow: inset 0 -2px 0 #aaaaaa, inset 0px 1px 1px -1px #fff, 0px 1px 1px 0px #7a7a7a;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    user-select: none;
    transition: transform 0.08s ease, background-color 0.08s ease, box-shadow 0.08s ease;
    cursor: pointer;
}
.key:hover {
    background-color: #fbfbfb;
}
.key:active {
    transform: translateY(1.5px);
    box-shadow: inset 0 -0.5px 0 #aaaaaa, inset 0px -1px 1px -1px #fff, 0px 0.5px 0.75px 0px #999;
}
.key span {
    display: inline-block;
    vertical-align: middle;
}
.key::before {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: "";
}
.keyboard-row.thin .key {
    height: 20px;
}
.keyboard-row.bottom-row .key {
    height: 24px;
}

.key.extra-size {
    flex: 1.25;
}
.key.extra-size-two {
    flex: 1.625;
}
.key.double-size {
    flex: 2.125;
}
.key.lowercase {
    font-size: 8px;
    text-transform: lowercase;
}
.key.function {
    font-size: 7px;
    text-align: right;
}

.key.function span {
    vertical-align: bottom;
}
.key.lower-right {
    vertical-align: bottom;
    text-align: right;
    padding-right: 5px;
}
.key.lower-left {
    vertical-align: bottom;
    text-align: left;
    padding-left: 5px;
}
.key.lower-center {
    vertical-align: bottom;
}
.key.space-bar {
    flex: 7.2;
}
.key .lower-row-text {
    vertical-align: bottom;
    padding-bottom: 2px;
}
.key .absolute-left,
.key .absolute-right {
    position: absolute;
    top: 5px;
    font-size: 7px;
}
.key .absolute-left.icon,
.key .absolute-right.icon {
    font-size: 7px;
}
.key .absolute-right {
    right: 5px;
}
.key .absolute-left {
    left: 5px;
}
.key .absolute-left.caps-dot {
    top: 3px;
    left: 4px;
}
.bottom-row .arrows {
    display: flex;
    flex: 4;
    justify-content: justify;
    align-items: flex-end;
    padding-bottom: 4px;
}
.bottom-row .arrows .up-down {
    flex: 1.2;
    height: 54px;
    display: flex;
    flex-direction: column;
    margin-left: 4px;
    margin-right: 4px;
}
.bottom-row .arrows .up-down .key {
    margin: 0;
}
.bottom-row .arrows .up-down .key:first-child {
    box-shadow: inset 0 -5px 4px -4px #aaaaaa, inset 0px 1px 1px -1px #fff, 0px 1px 1px 0px #7a7a7a;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
}
.bottom-row .arrows .up-down .key + .key {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}
.bottom-row .arrows .key {
    flex: 1;
    font-size: 7px;
    margin: 0 4px;
    height: 27px;
    font-family: "Georgia", sans-serif;
    color: #555;
}
/* function row icons */
.fn-row-icon {
    background-size: auto 60%;
    background-position: 50% 45%;
    background-repeat: no-repeat;
}
@media (min-width: 640px) {
    .key {
        height: 48px;
        margin: 4px;
        font-size: 14px;
    }
    .keyboard-row.thin .key {
        height: 28px;
    }
    .keyboard-row.bottom-row .key {
        height: 55px;
    }
    .key.lowercase {
        font-size: 11px;
    }
    .key.function {
        font-size: 8px;
    }
    .key .absolute-left.icon,
    .key .absolute-right.icon {
        font-size: 12px;
    }
    .key .absolute-left,
    .key .absolute-right {
        font-size: 9px;
    }}



/* ==========================================================================
   Content classes
   ========================================================================== */

/* Content: BILDER & GALERIE */
.filePreview,
.img,
.thumb {
	position: relative;
	overflow: hidden;
	display:block;
}
.thumb img,
.img img,
.img-link img,
.imgWrap img {
	width:100%;
	height:auto;
	display: block;
}
.imgWrap {
	position: relative;
	margin: 0;
}
.gallery {
	margin: -5px -10px;
}
.img-count {
	margin: 5px 10px;
	text-align: right;
}
.imgContainer {
	float: left;
	padding: 10px;
	margin: 0 !important;
	position: relative;
}
.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;
}
.gallerySwiper {
    position: relative;
}

.gallerySwiper .caption {
    display: none;
}
.gallerySwiper .swiper-container {
    overflow: hidden;
    position: relative;
}
.gallerySwiper .swiper-wrapper .imgWrap:before {
    display: none;
}
.gallerySwiper .swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
}
.gallerySwiper .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #012e40;
}
.gallerySwiper .swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    width: 40px;
    height: 40px;
    opacity: 1;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #64b226;
}
.gallerySwiper .swiper-button:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border: 1px solid #64b226;
}
.gallerySwiper .swiper-button:hover {
    color: #fff;
}
.gallerySwiper .swiper-button:hover:before {
    background: #64b226;
    border: 1px solid #fff;
}

.gallerySwiper .swiper-button.swiper-button-disabled {
    opacity: 0.3;
}
.gallerySwiper .swiper-button.prev {
    left: 20px;
}
.gallerySwiper .swiper-button.next {
    right: 20px;
}
.gallerySwiper .swiper-button .icon {
    display: block;
    position: relative;
}
.gallerySwiper .swiper-button.prev .icon {

}
.gallerySwiper .swiper-button.next .icon {

}

.gallerySwiper .swiper-container.gallery-thumbs {
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}
.gallerySwiper .swiper-container.gallery-thumbs .swiper-slide {
    width: 33.33%;
    padding: 0 5px 15px 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.gallerySwiper .swiper-container.gallery-thumbs .swiper-slide-thumb-active .img {
    border: 2px solid #000;
}
@media (min-width: 720px) {
    .gallerySwiper .swiper-container.gallery-thumbs .swiper-slide {
        width: 25%;
    }
}
@media (min-width: 1280px) {
    .gallerySwiper .swiper-container.gallery-thumbs .swiper-slide {
        width: 20%;
    }
}

.imgLeft .imagesInnerWrap {
	float: left;
	margin-bottom: 1em;
}
.imgRight .imagesInnerWrap {
	margin-bottom: 1em;
	float: right;
}
.imgRight .caption {
	text-align: left;
}
.imgLeft .caption {
	text-align: right;
}
.imgWrap + .imgWrap,
.imgWrap + .imgWrap {
	margin-top: 1em;
}
.imgNone {
	margin: 1em auto;
}
.imgNone .imagesInnerWrap {
	margin: -1em;
}

.imgWidth-100,
.imgWidth-75,
.imgWidth-67,
.imgWidth-50,
.imgWidth-42,
.imgWidth-33 {
	width: 100%;
}
.imgWidth-25 {
	width: 50%;
}
.imgWidth-20,
.imgWidth-17,
.imgWidth-15 {
	width: 25%;
}
.imgWidth-13,
.imgWidth-10,
.imgWidth-5 {
	width: 15%;
}

.imgNone .imgWrap {
	float: left;
	padding: 1em;
	margin: 0;
}

.imgRight .imgWidth-25,
.imgRight .imgWidth-20,
.imgRight .imgWidth-17,
.imgRight .imgWidth-15,
.imgRight .imgWidth-13,
.imgRight .imgWidth-10,
.imgRight .imgWidth-5 {
	margin-left: 1em;
	padding-left: 1em;
	float: right;
}
.imgLeft .imgWidth-25,
.imgLeft .imgWidth-20,
.imgLeft .imgWidth-17,
.imgLeft .imgWidth-15,
.imgLeft .imgWidth-13,
.imgLeft .imgWidth-10,
.imgLeft .imgWidth-5 {
	margin-right: 1em;
	padding-right: 1em;
	float: left;
}

@media only screen and (min-width: 480px) {
	.imgWidth-33,
	.imgWidth-25 {
		width: 50%;
	}
	.imgWidth-20,
	.imgWidth-17,
	.imgWidth-15 {
		width: 33.3%;
	}
	.imgWidth-13 {
		width: 20%;
	}
	.imgWidth-10,
	.imgWidth-5 {
		width: 15%;
	}

	.imgRight .imgWidth-33 {
		margin-left: 1em;
		padding-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-33 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

@media only screen and (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;
	}
}

@media only screen and (min-width: 720px) {
	.imgWidth-67 {
		width: 50%;
	}
	.imgWidth-33,
	.imgWidth-25 {
		width: 33.3%;
	}
	.imgWidth-20,
	.imgWidth-17,
	.imgWidth-15 {
		width: 20%;
	}
	.imgWidth-13,
	.imgWidth-10,
	.imgWidth-5 {
		width: 15%;
	}

	.imgRight .imgWidth-67 {
		margin-left: 1em;
		padding-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-67 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

@media only screen and (min-width: 960px) {
	.imgWidth-100 {
		width:100%;
	}
	.imgWidth-75 {
		width:75%;
	}
	.imgWidth-67 {
		width:66.7%;
	}
	.imgWidth-50 {
		width:50%;
	}
	.imgWidth-42 {
		width: 41.7%;
	}
	.imgWidth-33 {
		width:33.3%;
	}
	.imgWidth-25 {
		width:25%;
	}
	.imgWidth-20 {
		width:20%;
	}
	.imgWidth-17 {
		width:16.6666%;
	}
	.imgWidth-15 {
		width:15%;
	}
	.imgWidth-13 {
		width:12.5%;
	}
	.imgWidth-10 {
		width:10%;
	}
	.imgWidth-5 {
		width:5%;
	}
	.imgRight .imgWidth-75 {
		margin-left: 1em;
		padding-left: 1em;
		float: right;
	}
	.imgLeft .imgWidth-75 {
		margin-right: 1em;
		padding-right: 1em;
		float: left;
	}
}

/* Content: GOOGLE MAPS */
.map_canvas {
	min-height: 200px;
	min-height: 50vh;
	background: #EEE;
	margin: 1em 0;
}
.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: 10px 40px 10px 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}
.map_legend .head h4 {
    margin: 0;
}
.map_legend .head .icon {
	position: absolute;
	right: 4px;
	top: 50%;
	margin-top: -16px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.map_legend.aktiv .head .icon {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.legendItemsWrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
.legendItemsWrap ul li {
    position: relative;
    width: 50%;
    min-height: 30px;
    margin-top: 5px;
}
.legendItemsWrap ul li:before {
    display: none;
}
.legendItemsWrap ul li a {
    display: block;
    text-decoration: none;
    padding-left: 40px;
    height: 100%;
    line-height: 15px;
    font-size: 12px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.legendItemsWrap ul li a:hover {
    background: #f1f1f1;
}
.legendItemsWrap ul li a img {
    position: absolute;
    left: 0;
    top: 0;
}
@media only screen and (min-width: 640px) {
    .legendItemsWrap ul li {
        width: 33.33%;
    }
}

/* 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 {
	margin: .769em 0;
}
.addrWrap address {
	font-style: italic;
}
.addrWrap > h3 {
	margin: 0;
}
.addrWrap .addr,
.addrWrap .addrData {
	margin: .769em 0;
}


@media only screen and (min-width: 480px) {
	.addrWrap {
		margin: 1em -1em;
	}
	.addrWrap > * {
		padding: 0 1em;
	}
	.addrWrap .addr,
	.addrWrap .addrData {
		width: 50%;
		float: left;
		margin: 0;
	}
}

/* Content: VIDEOS */
.vidWrap {
	margin: 0 auto;
}
.vid {
	position:relative;
	display:block;
	overflow:hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.vid,
.vid:after,
.vid *,
.vid *:after {
	-webkit-transition: all .2s;
	transition: all .2s;
}
.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: -24px 0 0 -20px;
	width: 48px;
	height: 40px;
	border-style: solid;
	border-width: 24px 0 24px 40px;
	border-color: transparent transparent transparent #FFF;
	display: block;
	background: none;
	z-index: 1;
}
.vid .playIcon:after {
	content: '';
	position: absolute;
	left: -57px;
	top: -35px;
	height: 64px;
	width: 64px;
	background: none;
	border: 2px solid #999;
	border-radius: 0%;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.vid .video-time {
	position:absolute;
	background: #fff;
	color: #666;
	display:block;
	padding: 5px 10px;
	bottom:0;
	right:0;
	font-weight: bold;
	font-size: 80%;
	z-index: 1;
}
.vid:hover {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.vid:hover:after {
	background: rgba(0,0,0,.0);
}
.vid:hover .playIcon {
	border-color: transparent transparent transparent #FF6618;
}
.vid:hover .playIcon:after {
	border-color: #FF6618;
	border-radius: 50%;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	left: -62px;
}
.vid:hover .video-time {
	background: #FF6618;
	color: #fff;
}
.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;
	width: 100%;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.stdTable + .stdTable {
	margin-top: 1em;
}
.stdTable tr th,
.stdTable tr td {
	padding: 6px 5px;
	-webkit-transition: background .2s;
	transition: background .2s;
}
.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: #fff;
	line-height: 1.714;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #555 !important;
}
.stdTable tbody tr:nth-child(2n+1) td,
.stdTable > tr:nth-child(2n+1) td {
	background-color: rgba(var(--color_box_rgb),0.1);
}
/*.stdTable tbody tr:nth-child(2n) td,
.stdTable > tr:nth-child(2n) td {
}*/
.stdTable tr:hover td {
	background-color: rgba(0,0,0,.1);
}

/* DOWNLOADS */
.downloads {
	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;
}
.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,
.downloads li audio {
	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 20px;
}
.navSub ul a {
    display: inline-block;
    padding: 10px 0;
}
.content .navSub ul li:before {
    top: 17px;
}

/* Content: FORMS */
.form .hint .duty {
    padding: 2px;
    color: #0093d2;
}
.fieldset.greyBackground,
.form.greyBackground {
    padding: 15px;
}
.form fieldset legend {
    margin: 0;
}

.form.greyBackground > :first-child,
.form.greyBackground > .hidden:first-child + * {
    margin-top: 0;
}
.form.greyBackground > :last-child {
    margin-bottom: 0;
}
.form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white;
}
.form ::-moz-placeholder { /* Firefox 19+ */
    color: white;
}
.form :-ms-input-placeholder { /* IE 10+ */
    color: white;
}
.optsContainer {
    margin: 1em 0;
    text-align: left;
    position: relative;
    padding:0;
}
.optsContainerWrap {
    margin: 1em 0;
}
.optsContainer:after {
    clear: both;
    content: '';
    display: table;
}
.optsContainer.optsText .optsBlock {
    margin-top: 0.5em;
    display: block;
}

.optsContainer + .optsContainer,
.optsContainer + .optsContainerWrap,
.optsContainer + .btnContainer,
.optsContainer + fieldset,
.optsContainerWrap + .optsContainerWrap,
.optsContainerWrap + .optsContainer,
.optsContainerWrap + .btnContainer,
.optsContainerWrap + fieldset,
fieldset + .btnContainer,
.form fieldset + fieldset {
    margin-top: 2em;
}
fieldset > .optsContainer:first-child,
fieldset > .optsContainerWrap:first-child {
    margin-top: 0;
}
fieldset > .optsContainer:last-child,
fieldset > .optsContainerWrap:last-child {
    margin-bottom: 0;
}

.optsRange .date > label,
.optsContainer > label {
    display: block;
    margin: 0;
    padding: 0 5px;
    text-align: left;
    font-weight: normal;
    line-height: 20px;
    position: absolute;
    left: 5px;
    top: 9px;
    -webkit-transition: all .2s .1s;
    transition: all .2s .1s;
    pointer-events: none;
    max-width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: var(--color_body_bg);
}
.optsContainer > input:focus ~ label,
.optsContainer > .input:focus ~ label,
.optsContainer > textarea:focus ~ label,
.optsContainer > select:focus ~ label,
.optsContainer > .selectWrap.focus ~ label,
.optsRange .date > input:focus ~ label,
.optsRange .date > .input:focus ~ label,
.optsRange .date.hasValue > label,
.optsRange .date.hasFocus > label,
.optsContainer .date.hasValue + label,
.optsContainer .date.hasFocus + label,
.optsContainer.hasValue > label,
.optsContainer.hasFocus > label {
    top: -7px;
    font-size: 12px;
    line-height: 15px;
    color: var(--color_text);
    -webkit-transition: all .2s;
    transition: all .2s;
}
.optsContainer > input:focus ~ label,
.optsContainer > .input:focus ~ label,
.optsContainer > textarea:focus ~ label,
.optsContainer > select:focus ~ label,
.optsContainer > .selectWrap.focus ~ label,
.optsRange .date > input:focus ~ label,
.optsRange .date > .input:focus ~ label {
    background: var(--color_body_bg);
}
.optsContainer > label:first-child,
.optsContainer > .error:first-child + label,
.optsRange > label {
    position: static;
    padding: 0;
    margin-bottom: 5px;
    text-overflow: none;
    max-width: none;
    font-weight: bold;
}
.optsContainer.optsDuty > label:after {
    font-weight: normal;
    color: #37454b;
    padding-left: 2px;
    display: inline-block;
    content: '*';
}

.optsContainer > label .shortInfo {
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    font-size: 80%;
    color: #37454b;
}
.optsContainer > label .shortInfo:before {
    content:' (';
}
.optsContainer > label .shortInfo:after {
    content:')';
}

.optsContainer input,
.optsContainer .input,
.optsContainer textarea,
.optsContainer select,
.optsContainer .selectOver {
    width: 100%;
    padding: 8px 9px;
    background: var(--color_box_rgb);
    border: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    font-size: 1em;
    line-height: 20px;
    -webkit-transition: border-color .2s, background .2s;
    transition: border-color .2s, background .2s;
    position: relative;
    display: block;
}
.optsError .error {
    font-size: .8em;
    line-height: 1.33333;
    padding: .5em 0;
}
.optsError > label {
    color: #C00;
}
.optsError input,
.optsError .input,
.optsError textarea,
.optsError select,
.optsError .selectOver {
    border-bottom-color: #C00;
}

.optsContainer input:hover,
.optsContainer .input:hover,
.optsContainer textarea:hover,
.optsContainer select:hover,
.optsContainer .selectWrap:hover .selectOver {
    border-color: #ebeded;
}
.optsContainer input:focus,
.optsContainer .input:focus,
.optsContainer textarea:focus,
.optsContainer select:focus,
.optsContainer .selectWrap.focus .selectOver {
    border-color: #cdd0d2;
}

.optsContainer input[type="radio"],
.optsContainer input[type="checkbox"] {
    border: none;
    width: auto;
    float: none;
}
.optsContainer input[type="radio"] + label,
.optsContainer input[type="checkbox"] + label {
    display: inline;
    padding: 0 0 0 .25em;
    margin: 0;
    text-align: left;
    width: auto;
    cursor: pointer;
    /*color: #737d81;*/
}
.optsContainer input[type="radio"]:checked + label,
.optsContainer input[type="checkbox"]:checked + label {
    /*color: #37454b;*/
}
.optsContainer .optsInline:not(.optsLine) {
    display: block;
    float: left;
    padding: 8px 9px 8px 29px;
    padding-left: calc(2em - 1px);
    /*background: #fff;
    border: 1px solid #fff;*/
    border-bottom: 1px solid #b1b1b1;
    line-height: 20px;
    margin: 1em 1em 0 0;
    cursor: pointer;
    -webkit-transition: border-color .2s, color .2s;
    transition: border-color .2s, color .2s;
    position: relative;
}
.optsContainer .optsLine {
    margin: 1em 1em 0 0;
}
.optsContainer .optsInline:hover {
    border-color: #ebeded;
}
.optsContainer .optsInline:not(.optsLine).optsChecked {
    border-color: #cdd0d2;
    /*background: #f5f6f6;*/
    color: inherit;
}
.optsContainer .optsInline:not(.optsLine) input[type="radio"] + label,
.optsContainer .optsInline:not(.optsLine) input[type="checkbox"] + label {
    padding: 0;
}
.optsContainer .optsInline:not(.optsLine) input[type="radio"],
.optsContainer .optsInline:not(.optsLine) input[type="checkbox"] {
    position: absolute;
    left: 10px;
    top: 12px;
    line-height: 1;
}
.optsContainer .optsInline.optsInlineWithIcon input[type="radio"],
.optsContainer .optsInline.optsInlineWithIcon input[type="checkbox"] {
    display: none;
}
.optsContainer .optsInline:not(.optsLine).optsInlineWithIcon .icon {
    right: auto;
    left: 10px;
    color: inherit;
}
.optsContainer .optsLine {
    display: block;
    margin-right: 0;
}
.optsContainer .optsBlock .optsLine {
    margin-right: 1em;
    float: none;
}

.optsContainer .selectWrap {
    position: relative;
    padding: 0;
    padding-bottom: 0 !important;
    overflow: hidden;
}
.optsContainer .selectOver {
    height: 40px;
}
.optsContainer .selectOver:after {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #b1b1b1 transparent transparent;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.optsContainer .selectWrap:hover .selectOver:after {
    border-top-color: #666;
}
.optsContainer .selectWrap.focus .selectOver:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    border-top-color: #37454b;
}
.optsContainer .selectWrap select {
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.optsContainer .optsBlock {
    list-style: none;
    margin: -1em -1em 0 0;
    padding: 0;
}
.optsContainer .optsNfo {
    margin-top: 5px;
    font-size: 0.9em;
}
.optsContainer .optsNfo:before {
    content: '';
    display: table;
    width: 100%;
}


.optsContainerWrap > .ipShort,
.optsContainer > .ipShort {
    float: left;
    width: 25%;
}
.optsContainerWrap > .ipLong,
.optsContainer > .ipLong {
    float: left;
    width: 70%;
    width: calc(75% - 15px);
}
.optsContainerWrap > .optsContainer {
    margin: 0;
}
.optsContainerWrap > .ipLong + .ipShort,
.optsContainerWrap > .ipShort + .ipLong,
.optsContainer > .ipLong + .ipShort,
.optsContainer > .ipShort + .ipLong {
    margin-left: 4%;
    margin-left: calc(15px);
}
.optsContainerWrap .ipHalf + .ipHalf {
    margin-top: 2em;
}

.optsContainer .date {
    position: relative;
}
.optsContainer .icon,
.optsContainer .iconBtn {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    right: 10px;
    color: #9ba2a5;
    z-index: 1;
    background: none;
}
.optsContainer .icon {
    pointer-events: none;
}
.optsInputLabel .icon {
    position: relative;
    right: auto;
}
.optsContainer .iconBtn .icon {
    pointer-events: auto;
    position: static;
    margin: 0;
}
.optsContainer select:focus + .icon,
.optsContainer .selectWrap.focus + .icon,
.optsContainer textarea:focus + .icon,
.optsContainer input:focus + .icon,
.optsContainer .input:focus + .icon {
    color: #37454b;
}
.optsContainer .date input,
.optsContainer .date .input {
    float: none;
    width: 100%;
}

.optsContainer select + .optsLine,
.optsContainer .selectWrap + .optsLine {
    margin-top: 15px;
}

.optsContainer .optsInputLine > label:first-child {
    font-style: italic;
}

.optsRange .optsBlock {
    margin: 0;
}
.optsRange .to {
    margin-top: 1em;
}

.optsContainer .optsSlide {
    margin: 5px 0;
}
.optsContainer .optsSlide .slider-range {
    background: #fff;
    border-color: #ebeded;
}
/* in die masonry_grid.css verschoben */
/*.optsContainer.optsCaptcha .optsBlock {
    margin-top: 0;
}
.optsCaptcha input {
    border: 1px dashed #9c9d9d;
    width: 200px;
    max-width: 100%;
}
.optsContainer.optsCaptcha .icon {
    position: relative;
    font-size: 32px;
    vertical-align: bottom;
    line-height: 80px;
    top: unset;
    margin-top: 0;
    line-height: inherit;
    right: unset;
}*/

.optsInputWrap > button {
    display: flex;
    width: 100%;
    align-content: space-between;
}
.optsInputWrap .optsInline {
    width: 100%;
}
.optsInputWrap .optsInline label {
    display: block;
    font-weight: bold;
    min-height: 2em;
    padding-right: 4em;
    position: relative;
    cursor: pointer;
    float: none;
}

    /* Swtiches */
input.optsSwitch {
    float: right !important;
    flex-shrink: 0;
    width: 2em !important;
    height: 1em !important;
    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;
}

/* Form Type: BUTTONS */
.btnContainer {
    text-align: center;
}
.btnContainer button {
    min-width: 30%;
    line-height: 20px;
    padding: 10px;
    color: #37454b;
}
.btnContainer .btnLess,
.btnContainer .backLink {
    float: left;
    margin: 0;
}
.btnContainer button[type="reset"] {
    position: relative;
    padding-left: 42px;
}
.btnContainer button[type="reset"] .icon {
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -16px;
}
.box .btnContainer button {
    width: 100%;
    box-shadow: none;
}
@media (min-width: 480px) {
    .optsContainerWrap_50 .optsContainer,
    .optsRange .date,
    .optsContainerWrap .ipHalf {
        width: calc(50% - 10px);
        float: left;
        margin: 1em 0;
    }
    .optsContainerWrap_50 .optsContainer:first-child,
    .optsContainerWrap .ipHalf:first-child,
    .optsRange .from {
        margin-right: 20px;
    }
    .optsContainerWrap .ipHalf:last-child,
    .optsRange .to {
        padding-right: 0;
    }
    .optsRange .date.from > .icon {
        right: 17px;
    }
    .optsContainerWrap .ipHalf:last-child > label,
    .optsRange .date.to > label {
        left: 13px;
    }
    .optsRange .date > input,
    .optsRange .date > .input,
    .optsContainerWrap .ipHalf + .ipHalf {
        margin-top: 0;
    }
}

@media (min-width: 720px) {
    .optsContainerWrap .ipLong-md,
    .optsContainerWrap .ipShort-md {
        float: left;
        margin: 0;
    }
    .optsContainerWrap > .ipShort-md {
        width: 25%;
    }
    .optsContainerWrap > .ipLong-md  {
        width: 70%;
        width: calc(75% - 15px);
    }
    .optsContainerWrap > .ipLong-md + .ipShort-md,
    .optsContainerWrap > .ipShort-md + .ipLong-md {
        margin-left: 4%;
        margin-left: calc(15px);
    }
}
.optsContainer .optsLine input[type="checkbox"] {
    display:inline-block;
}
.form .legend {
    font-size: 1em;
    font-weight: bold;
}

/* Content: LISTS */
.list .listItem + .listItem {
	margin-top: 2em;
}
.list .articleWrap > :first-child {
	margin-top: 0;
}
.list .articleImgNone + .articleWrap > :first-child {
	margin-top: .5em;
}
.list .articleWrap .headline {
	margin: 0;
}
.list .articleWrap .dateText {
	font-size: 80%;
	line-height: 1.25;
}

.list .articleImgNone,
.list .articleImgLeft,
.list .articleImgRight {
	float: none;
	margin: 0 auto;
}
.list .articleImgLeft.imgWidth-25,
.list .articleImgRight.imgWidth-25 {
	width: 33.3%;
}

.list .articleImgLeft.imgWidth-5,
.list .articleImgLeft.imgWidth-10,
.list .articleImgLeft.imgWidth-13,
.list .articleImgLeft.imgWidth-15,
.list .articleImgLeft.imgWidth-17,
.list .articleImgLeft.imgWidth-20,
.list .articleImgLeft.imgWidth-25 {
	float:left;
}
.list .articleImgLeft.imgWidth-5 + .articleWrap,
.list .articleImgLeft.imgWidth-10 + .articleWrap,
.list .articleImgLeft.imgWidth-13 + .articleWrap {
	padding-left: 1em;
	margin-left: 15%;
}
.list .articleImgLeft.imgWidth-15 + .articleWrap,
.list .articleImgLeft.imgWidth-17 + .articleWrap,
.list .articleImgLeft.imgWidth-20 + .articleWrap {
	padding-left: 1em;
	margin-left: 25%;
}
.list .articleImgLeft.imgWidth-25 + .articleWrap {
	padding-left: 1em;
	margin-left: 33.3%;
}

.list .articleImgRight.imgWidth-5,
.list .articleImgRight.imgWidth-10,
.list .articleImgRight.imgWidth-13,
.list .articleImgRight.imgWidth-17,
.list .articleImgRight.imgWidth-20,
.list .articleImgRight.imgWidth-25 {
	float: right;
}
.list .articleImgRight.imgWidth-5 + .articleWrap,
.list .articleImgRight.imgWidth-10 + .articleWrap,
.list .articleImgRight.imgWidth-13 + .articleWrap{
	padding-right: 1em;
	margin-right: 15%;
}
.list .articleImgRight.imgWidth-15 + .articleWrap,
.list .articleImgRight.imgWidth-17 + .articleWrap,
.list .articleImgRight.imgWidth-20 + .articleWrap {
	padding-right: 1em;
	margin-right: 25%;
}
.list .articleImgRight.imgWidth-25 + .articleWrap {
	padding-right: 1em;
	margin-right: 33.3%;
}

@media only screen and (min-width: 480px) {
	.list .articleImgLeft.imgWidth-33 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap,
	.list .articleImgLeft.imgWidth-10 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap,
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-33 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap,
	.list .articleImgRight.imgWidth-10 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap,
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media only screen and (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 only screen and (min-width: 720px) {
	.list .articleImgLeft.imgWidth-67 {
		float:left;
	}
	.list .articleImgLeft.imgWidth-5 + .articleWrap,
	.list .articleImgLeft.imgWidth-10 + .articleWrap,
	.list .articleImgLeft.imgWidth-13 + .articleWrap {
		margin-left: 15%;
	}
	.list .articleImgLeft.imgWidth-15 + .articleWrap,
	.list .articleImgLeft.imgWidth-17 + .articleWrap,
	.list .articleImgLeft.imgWidth-20 + .articleWrap {
		margin-left: 20%;
	}
	.list .articleImgLeft.imgWidth-25 + .articleWrap,
	.list .articleImgLeft.imgWidth-33 + .articleWrap {
		margin-left: 33.3%;
	}
	.list .articleImgLeft.imgWidth-67 + .articleWrap {
		padding-left: 1em;
		margin-left: 50%;
	}

	.list .articleImgRight.imgWidth-67 {
		float: right;
	}
	.list .articleImgRight.imgWidth-5 + .articleWrap,
	.list .articleImgRight.imgWidth-10 + .articleWrap,
	.list .articleImgRight.imgWidth-13 + .articleWrap {
		margin-right: 15%;
	}
	.list .articleImgRight.imgWidth-15 + .articleWrap,
	.list .articleImgRight.imgWidth-17 + .articleWrap,
	.list .articleImgRight.imgWidth-20 + .articleWrap {
		margin-right: 20%;
	}
	.list .articleImgRight.imgWidth-25 + .articleWrap,
	.list .articleImgRight.imgWidth-33 + .articleWrap {
		margin-right: 33.3%;
	}
	.list .articleImgRight.imgWidth-67 + .articleWrap {
		padding-right: 1em;
		margin-right: 50%;
	}
}

@media only screen and (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 {
	margin: 16px -8px 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gridWrap .gridSizer {
	width: 8.33%;
}
.gridWrap .articleWrap {
    display: block;
}
.gridWrap .articleGrid, #startGrid_imgbox article {
	padding: 0 8px 16px 8px;
	float: left;
	position: relative;
}
.gridWrap .articleGrid:not(.masonryGridItem) .articleWrap {
    position: relative;
    overflow: hidden;
}
.gridWrap .leftContainer,
.gridWrap .rightContainer {
	width: 100%;
}
.gridWrap .rightContainer {
	float: right;
}

.articleGrid {
	position: relative;
	z-index: 1;
	width: 100%;
}
.articleGrid:not(.has_widget) .textWrap, .masonryWrap  .info, #startGrid_imgbox .textWrap {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    padding: 15px;
    word-break: break-word;
    z-index: 1;
}
.articleGrid:not(.has_widget) .textWrap *, .masonryWrap  .info * {
    color:#fff;
    text-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.articleGrid:not(.has_widget) .textWrap:before, .masonryWrap .info:before, #startGrid_imgbox .textWrap:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    pointer-events: none;
}
.cm_contrast .articleGrid:not(.has_widget) .textWrap:before,
.cm_contrast .masonryWrap .info:before,
.cm_contrast #startGrid_imgbox .textWrap:before {
    background: rgb(var(--color_box_rgb));
}

.masonryWrap .info:before { bottom: 0; }
.articleGrid .info > :first-child {
	margin-top: 0;
}
.articleGrid .info > :last-child {
	margin-bottom: 0;
}
.articleGrid:not(.has_widget) .headline,
#startGrid_imgbox .headline {
    text-transform: uppercase;
	margin: 0;
    font-size: 1.5em;
}

@media only screen and (max-width: 360px) {
    #article_4842.gridWidth_6x12 .wrap {
        padding-bottom: 400%;
    }
}
@media only screen and (max-width: 480px) {
    #startGrid_imgbox article { width: 50%; }
    #startGrid_imgbox .headline {
        font-size: 20px;
        line-height: 22px;
    }
    #startGrid_imgbox p {
        line-height: 15px;
        hyphens: auto;
    }

    /* Startseite Bildboxen immer 8 Kacheln sichtbar */
    #article_4843.gridWidth_6x12 .wrap {
        padding-bottom: 220%;
    }

    .masonryWrap #newsSlider .headline {
        font-size: 1.1em;
    }
}



@media only screen and (min-width: 1280px) {
    .articleGrid:not(.masonryGridItem ) .headline {
        font-size: 1.5em;
    }

}
.articleGrid .headline a {
	text-decoration: none;
	display: block;
}

.articleGrid .headline a.withMore {
    padding-right: 50px;
}
.articleGrid:not(.has_widget) .textWrap .headline a,
#startGrid_imgbox .textWrap .headline,
#startGrid_imgbox .textWrap p, #startGrid_imgbox .textWrap a {
    color: #fff;
}
.articleGrid .more span:not([class^="icon"]){
    display: none;
}
.articleGrid .more {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 30px;
}
@media only screen and (min-width: 1280px) {
    .articleGrid .more {
        font-size: 40px;
    }
}
.articleGrid .more .icon:before {
    margin: 0;
}
.articleGrid .imgWrap {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	position: relative;
}
.articleGrid .imgWrap .caption {
	position: absolute;
	background: #fff;
	display: block;
	padding: .5em 1em;
	margin: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	max-width: 100%;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.articleGrid:hover .imgWrap .caption {
	white-space: normal;
	text-overflow: none;
}
.articleGrid .articleImgNone {
	margin: 0 auto;
}
.articleGrid .imgWidth-100 {
	width: 100%;
}
.articleGrid .imgWidth-75 {
	width: 75%;
}
.articleGrid .imgWidth-67 {
	width: 66.7%;
}
.articleGrid .imgWidth-50 {
	width: 50%;
}
.articleGrid .imgWidth-42 {
	width: 41.7%;
}
.articleGrid .imgWidth-33 {
	width: 33.3%;
}
.articleGrid .imgWidth-25 {
	width: 25%;
}
.articleGrid .imgWidth-20 {
	width: 20%;
}
.articleGrid .imgWidth-17 {
	width: 16.7%;
}
.articleGrid .imgWidth-15 {
	width: 15%;
}
.articleGrid .imgWidth-13 {
	width: 12.5%;
}
.articleGrid .imgWidth-10 {
	width: 10%;
}
.articleGrid .imgWidth-5 {
	width: 5%;
}
.articleGrid .imgWidth-75.articleImgLeft,
.articleGrid .imgWidth-67.articleImgLeft,
.articleGrid .imgWidth-50.articleImgLeft,
.articleGrid .imgWidth-42.articleImgLeft,
.articleGrid .imgWidth-33.articleImgLeft,
.articleGrid .imgWidth-25.articleImgLeft,
.articleGrid .imgWidth-20.articleImgLeft,
.articleGrid .imgWidth-17.articleImgLeft,
.articleGrid .imgWidth-15.articleImgLeft,
.articleGrid .imgWidth-13.articleImgLeft,
.articleGrid .imgWidth-10.articleImgLeft,
.articleGrid .imgWidth-5.articleImgLeft {
	float: left;
	padding-right: 1em;
	margin-bottom: 1em;
}
.articleGrid .imgWidth-75.articleImgRight,
.articleGrid .imgWidth-67.articleImgRight,
.articleGrid .imgWidth-50.articleImgRight,
.articleGrid .imgWidth-42.articleImgRight,
.articleGrid .imgWidth-33.articleImgRight,
.articleGrid .imgWidth-25.articleImgRight,
.articleGrid .imgWidth-20.articleImgRight,
.articleGrid .imgWidth-17.articleImgRight,
.articleGrid .imgWidth-15.articleImgRight,
.articleGrid .imgWidth-13.articleImgRight,
.articleGrid .imgWidth-10.articleImgRight,
.articleGrid .imgWidth-5.articleImgRight {
	float:right;
	padding-left: 1em;
	margin-bottom: 1em;
}

@media only screen and (min-width: 480px) {
	.gridWrap .gridWidth_25 {
		width: 50%;
	}
}

@media only screen and (min-width: 560px) {
	.gridWrap .gridWidth_50,
	.gridWrap .leftContainer,
	.gridWrap .rightContainer {
		width: 50%;
	}
}

@media only screen and (min-width: 640px) {
	.gridWrap .gridWidth_33 {
		width: 50%;
	}
}

@media only screen and (min-width: 960px) {
	.gridWrap .gridWidth_33 {
		width: 33.33%;
	}
	.gridWrap .gridWidth_25 {
		width: 25%;
	}
}

/* START */
#startGrid_imgbox { width: 100%; }
.gridWidth_100 { width: 100%; }
#startGrid > .gridWrap {
    position: relative;
}
#startGrid > .gridWrap > .gridWidth_50 {
    width: 100%;
}
#newsSlider > strong {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}
#newsSlider article,
#newsSlider > strong {
    padding: 8px;
    position: relative;
}
#newsSlider article > a {
    display: block;
    position: relative;
    text-decoration: none;
    padding-left: 80px;
    padding-right: 40px;
}
#newsSlider article .dateText {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;
}
#newsSlider article .btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px;
}
#newsSlider article + article {
    border-top: 1px solid #b1b1b1;
}
#shortLinks {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 480px) {
    #newsSlider article .dateText {
        position: relative;
        margin-bottom: 0;
    }

    #newsSlider article > a {
        padding-left: 0;
    }
}
@media only screen and (max-width: 959px) {
    #newsSlider article.hideMobile {
        display: none;
    }
}
@media only screen and (min-width: 960px) {
    #startGrid .gridWrap .gridWidth_50, #shortLinks .gridWidth_50 {
        width: 50%;
        float: left;
    }

    #startGrid_0 {
        position: absolute;
        overflow: hidden;
        top: 0;
        bottom: 16px;
        padding: 0 20px;
    }

    #startGrid_0:after {
        content: '';
        display: block;
        position: absolute;
        pointer-events: none;
        bottom: 0;
        left: 0;
        right: 0;
        height: 30px;
        background: -moz-linear-gradient(top, rgba(var(--color_body_rgb), 0) 0%, rgba(var(--color_body_rgb), 1) 100%);
        background: -webkit-linear-gradient(top, rgba(var(--color_body_rgb), 0) 0%, rgba(var(--color_body_rgb), 1) 100%);
        background: linear-gradient(to bottom, rgba(var(--color_body_rgb), 0) 0%, rgba(var(--color_body_rgb), 1) 100%);
    }

    #startGrid_1 {
        margin-left: 50%;
    }
}
@media only screen and (min-width: 1280px) {
    #newsSlider article > a {
        padding-left: 100px;
    }
}

.tax_start-slider .box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.accordionWrapper.ui-accordion {
    margin: 1em 0;
}
.accordionWrapper.ui-accordion .ui-widget-content {
    background: none;
}
.accordionWrapper.ui-accordion .ui-accordion-header {
    font-size: 20px;
    font-weight: 600;
    padding:0;
    margin-top: 0.5em;
}
.accordionWrapper.ui-accordion .ui-accordion-header a {
    display: block;
    padding: 1em;
    background: #b1b1b1;
    color: #fff;
}
.accordionWrapper .ui-accordion-header-icon {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: 50% 0;
    margin-top: 0;
    text-indent: 0;
    background: none !important;
    content: '';
    display: block;
    height: auto;
    width: auto;
    transition: transform 0.3s;
}
.accordionWrapper.ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon {
    transform: rotate(180deg) translateY(-50%);
}
.accordionWrapper .ui-accordion-header-icon:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #ffffff transparent transparent transparent;
}


    /* events*/
#eventsSlider {
    margin: 0;
    padding: 0;
}
#eventsSlider .dateSliderDatesWrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-right: 50px;
    padding-right: calc(2em + 20px);
}
.no-js #eventsSlider .dateSliderDatesWrap {
    overflow: auto;
}

#eventsSlider .dateSliderDates {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    list-style: none;
    margin: 0 auto 0 -5px;
    padding: 0;
}
#eventsSlider .dateSliderDatesWrap:after {
    content: '';
    display: block;
    width: 50px;
    width: calc(2em + 20px);
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    background: -webkit-linear-gradient(left, rgba(var(--color_body_rgb),0) 0%,rgba(var(--color_body_rgb),0.9) 50%,rgba(var(--color_body_rgb),0.9) 100%);
    background: linear-gradient(to right, rgba(var(--color_body_rgb),0) 0%,rgba(var(--color_body_rgb),0.9) 50%,rgba(var(--color_body_rgb),0.9) 100%);
    z-index: 0;
}
#eventsSlider .dateSliderButtonNext {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1em;
    line-height: 2em;
    font-size: 2em;
    border-radius: 1em;
    background: none;
    border:none;
    color: #389938;
    padding: 0;
    text-align: center;
    width: 2em;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    transition: all .3s;
}
#eventsSlider .dateSliderButtonPrev {
    position: absolute;
    right: 50px;
    top: 66%;
    margin-top: -1em;
    line-height: 1.5em;
    font-size: 1.5em;
    border-radius: 1em;
    background: none;
    border:none;
    color: #389938;
    padding: 0;
    text-align: center;
    width: 1.5em;
    text-align: center;
    cursor: pointer;
    z-index: 2;
    transition: all .3s;
}
.no-js #eventsSlider dateSliderButtonNext {
    display: none;
}
#eventsSlider .dateSliderButtonNext[disabled] {
    opacity: .5;
}
#eventsSlider .dateSliderDates li {
    text-align: center;
    webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    white-space: nowrap;
    width: auto;
}
#eventsSlider .dateSliderDates li:before {
    display: none;
}
#eventsSlider .dateSliderMonth {
    line-height: 2;
    font-size: 1em;
    padding: 10px 5px;
    color: var(--color_text);
    list-style: none;
    margin: 0;
}
#eventsSlider .dateSliderMonth strong {
    font-weight: 900;
}
#eventsSlider .dateSliderMonth.sticky {
    position: absolute;
    left: -5px;
    top: 0;
    z-index: 1;
    width: auto;
}
#eventsSlider .dateSliderMonth.sticky:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: -webkit-linear-gradient(left, rgba(var(--color_body_rgb),0.9) 0%,rgba(var(--color_body_rgb),0.9) calc(100% - 10px),rgba(var(--color_body_rgb),0) 100%);
    background: linear-gradient(to right, rgba(var(--color_body_rgb),0.9) 0%,rgba(var(--color_body_rgb),0.9) calc(100% - 10px),rgba(var(--color_body_rgb),0) 100%);
    z-index: -1;
}
#eventsSlider .dateSliderDate {
    color: #bfcfd5;
}
#eventsSlider .dateSliderDate a {
    display: block;
    text-decoration: none;
    color: inherit;
}
#eventsSlider .dateSliderDate .dayOfMonth {
    display: block;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1;
    padding: 10px 5px 0;
    min-width: 2em;
}
#eventsSlider .dateSliderDate .dayOfWeek {
    display: block;
    padding: 0 5px 10px;
    font-weight: bold;
    font-size: .667em;
    line-height: 1.5;
}
#eventsSlider .dateSliderDate.endOfWeek,
#eventsSlider .dateSliderDate.holiday {
    color: #cde7f0;
}
#eventsSlider .dateSliderDate.hasEvents {
    color: #389938;
    transition: background .3s;
}
#eventsSlider .dateSliderDate.hasEvents.endOfWeek,
#eventsSlider .dateSliderDate.hasEvents.holiday {
    color: #389938;
}
#eventsSlider .dateSliderDate.hasEvents:hover {
    background: #f9f6f4;
}
#eventsSlider .dateSliderDate.hasEvents.active {
    background: rgba(var(--color_box_rgb),0.1);
    color: var(--color_text);
}
#eventsSlider .dateSliderDate.hasEvents.active .dayOfMonth,
#eventsSlider .dateSliderDate.hasEvents.active .dayOfWeek{
    color: var(--color_text);
}
#eventsSlider .dateSliderDate.today .dayOfMonth,
#eventsSlider .dateSliderDate.today .dayOfWeek{
    color: #555;
}

#eventsSlider .dateSliderEventsWrap {
    text-align: center;
}
#eventsSlider .dateSliderEvents {
    background: rgba(var(--color_box_rgb),0.1);
    color: var(--color_text);
    padding: 20px 0;
}
#eventsSlider .dateSliderEvents .loading {
    background: url('../img/preloader_301_dark.gif') no-repeat 50% 50%;
    min-height: 48px;
    height: 100%;
    width: 100%;
}
#eventsSlider .dateSliderEvents .event {
    position: relative;
    padding: 0 20px;
    min-height: 80px;
    text-align: left;
}
#eventsSlider .dateSliderEvents .event:not(:first-child) {
    display: none;
}
.eventListItem .eventPreviewImg,
#eventsSlider .dateSliderEvents .eventPreviewImg {
    width: 80px;
    margin: 0;
    border-radius: 40px;
    overflow: hidden;
    position: absolute;
    left: 20px;
    top: 0;
    display: none;
}
.eventListItem .eventPreviewImg {
    right: 0;
    left: auto;
}
#eventsSlider .dateSliderEvents .event .headline {
    margin: 0;
}
#eventsSlider .dateSliderEvents .event .headline a {
    color: var(--color_text);
}
#eventsSlider .dateSliderEvents .event .eventData {
    margin: 0;
}
#eventsSlider .dateSliderEvents .event .eventData + .eventDesc {
    margin-top: 10px;
}
#eventsSlider .dateSliderEvents .event .eventDesc {
    font-size: .9em;
    line-height: 1.333;
    overflow: hidden;
    max-height: 2.667em;
}
#eventsSlider .dateSliderEvents .event .eventDesc > :first-child {
    margin-top: 0;
}
#eventsSlider .dateSliderEvents .event .eventDesc > :last-child {
    margin-bottom: 0;
}
#eventsSlider .dateSliderEvents .event .btnMore {
    color: var(--color_text);
    text-transform: uppercase;
}
#eventsSlider .dateSliderEvents .event .btnMore:after {
    background: -webkit-linear-gradient(left, rgba(192,167,143,0) 0%,rgba(192,167,143,1) 30px);
    background: linear-gradient(to right, rgba(192,167,143,0) 0%, rgba(192,167,143,1) 30px);
}

#eventsSlider .dateSliderBtnMore {
    position: relative;
    padding-left: 2em;
    margin-bottom: 0;
}
#eventsSlider .dateSliderBtnMore .counter {
    height: 1.667em;
    width: 1.667em;
    line-height: 1.667;
    text-align: center;
    border-radius: .833em;
    background: #003f57;
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.833em;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#eventsSlider .dateSliderBtnMore:hover .counter {
    background: #389ec3;
}
#eventsSlider .date {
    background-color: #389938;
    color: #fff;
    padding: 2px 5px;
    border-radius: 2px;
}

@media (min-width: 720px) {
    #eventsSlider {
        margin: 0 0 20px 0;
    }
    #eventsSlider .dateSliderDatesWrap {
        padding-right: 60px;
        padding-right: calc(2em + 30px);
    }
    #eventsSlider .dateSliderDatesWrap:after {
        width: 60px;
        width: calc(2em + 30px);
    }
    #eventsSlider .dateSliderEvents {
        margin-left: 0;
        margin-right: 0;
    }
    #eventsSlider .dateSliderEventsWrap {
        text-align: right;
    }

    #eventsSlider .dateSliderEvents {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #eventsSlider .dateSliderEvents .event {
        width: 50%;
        float: left;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    #eventsSlider .dateSliderEvents .event:not(:first-child) {
        display: block;
    }
    #eventsSlider .dateSliderEvents .event:nth-child(2n):after {
        content: '';
        display: block;
        top: 0;
        left: -1px;
        bottom: 0;
        width: 1px;
        position: absolute;
        background: #555555;
    }

    #eventsSlider .dateSliderEvents .event .eventDesc {
        max-height: none;
    }
}

@media (min-width: 1080px) {
    #eventsSlider .dateSliderEvents .eventPreviewImg {
        display: block;
    }
    #eventsSlider .dateSliderEvents .event.hasImg .eventInfo {
        padding-left: 100px;
    }
}
ul.eventData {
    list-style:none;
    margin: 1em 0;
    padding: 0;
    font-size: .8em;
    line-height: 1.25;
    font-weight: 400;
}
@media (min-width: 360px) {
    ul.event_service {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 640px) {
    ul.event_service {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}
ul.eventData li {
    position: relative;
    display: inline;
    padding: 0 0 0 20px;
}
ul.eventData li:before {
    content: '';
    background: #555;
    display: block;
    margin-top: -1px;
    height: 3px;
    width: 3px;
    border: none;
    position: absolute;
    top: 50%;
    left: 9px;
}
ul.eventData li:first-child {
    padding-left: 0;
}
ul.eventData li:first-child:before {
    display: 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%;
}
.greyBackground #datePicker .calLoader {
    background-color: #f5f6f6;
    background-color: rgba(245,246,246,.8);
}
#datePicker table {
    width: 100%;
    table-layout: fixed;
    line-height: 30px;
}
#datePicker table td {
    text-align: center;
}
#datePicker .calHead a {
    background: var(--color_text);
    display: block;
    border-radius: 15px;
    height: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    color: var(--color_body_bg);
    margin: 0 auto;
}
#datePicker .calWeekdays {
    font-weight: bold;
}
#datePicker .calWeek span,
#datePicker .calWeek a {
    display: block;
    text-decoration: none;
    line-height: 30px;
    margin-bottom: 5px;
}

#datePicker .calWeek .today {
    font-weight: bold;
    font-style: italic;
}
#datePicker .calWeek .today a,
#datePicker .calWeek .today span,
#datePicker .calWeek .event_1 a,
#datePicker .calWeek .event_2 a {
    border-radius: 15px;
    height: 30px;
    width: 30px;
    margin: 0 auto;
    color: inherit;
    margin-bottom: 5px;
}
#datePicker .calWeek .today span,
#datePicker .calWeek .today a {
    background: #f5f6f6;
}
.greyBackground #datePicker .calWeek .today span,
.greyBackground #datePicker .calWeek .today a {
    background: #fff;
}
#datePicker .calWeek .event_1 a {
    background: rgba(var(--color_box_rgb),0.1);
}
#datePicker .calWeek .event_2 a {
    background: var(--color_headline);
    color: #000;
}
#datePicker .calWeek .today a:hover,
#datePicker .calWeek .event_1 a:hover,
#datePicker .calWeek .event_2 a:hover {
    background: #37454b;
    color: #fff;
}
#calSrc .calForm > .optsContainer:first-child {
    margin-top: 2em;
}
#calSrcTrigger,
#calSrc {
    margin-top: 0;
    margin-bottom: 20px;
}
#calSrcSwitch + #calSrc #calSrcTrigger .icon {
    float: right;
}
#calSrcSwitch:checked + #calSrc form {
    max-height: 2000px;
    padding-top: 15px;
    padding-bottom: 0;
}
#calSrc .btnContainer {
    margin-left: -8px;
    margin-right: -7px;
}
#calSrc .btnContainer .btn,
#calSrc .btnContainer button {
    width: 50%;
    width: calc(50% - 15px);
    display: block;
    float: left;
    text-align: center;
    margin: 0 7px 0 8px;
}
#calSrc .btnContainer .btn {
    text-align: left;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#calSrc .btnContainer button:first-child {
    float: right;
}

.event .lightText {
    color: #737d81;
    font-style: italic;
    padding-bottom: 5px;
    font-size: 0.9em;
}
.event .lightText > span + span {
    margin-left: 10px;
}
.event .eventInfo .headline {
    margin-top: 0;
}
.event .eventData .date {
    font-weight: bold;
}
.event .moreBtn {
    margin-top: .5em;
}
.event .eventDataCategory {
    font-weight: normal;
}
.eventDetail .dateText.greyBackground {
    padding: 5px;
    display: block;
}
.eventDetail .dateText .dateFromTxt,
.eventDetail .dateText .dateToTxt {
    font-weight: bold;
}
.eventDetail .dateText a {
    color: inherit;
    text-decoration: none;
}
.eventDetail .dateText a:hover {
    text-decoration: underline;
}

.eventDetail .dateText + h1 {
    margin-top: 0;
    margin-top: .5rem;
}
.event.list .eventInfo.hasImg {
    padding-left:105px;
}
.eventInfo .imgWrap {
    position:relative;
    margin-left:-105px;
    border-radius:45px;
    overflow:hidden;
}
.eventDetail .dateText span {
    position: relative;
}

.eventDetail .dateText > span + span:before {
    display: inline-block;
    content:'·';
    padding: 0 5px;
}
@media only screen and (min-width: 720px) {
    .event.list .eventInfo.hasImg {
        padding-left:120px;
    }
    #calSrc form {
        margin-left: -15px;
        margin-right: -15px;
    }
    .event.listItem .eventData,
    #calSrc #datePicker {
        float: left;
        width: 33.33%;
        padding: 0 15px;
    }
    .event.listItem .eventInfo,
    #calSrc .calForm {
        float: right;
        width: 66.67%;
        padding: 0 15px;
    }
    .event.listItem .eventData {
        padding: 5px 15px 0 0;
        text-align: right;
    }
    .event .eventData > span {
        display: block;
    }
    .event .eventInfo {
        padding-right: 0;
    }
    #calSrc .calForm > .optsContainer:first-child {
        margin-top: 0;
    }
    .eventDetail .dateText.greyBackground {
        padding: 10px 15px;
    }
}
@media only screen and (min-width: 640px) {
    .listingForm .form {
        margin-left: -10px;
        margin-right: -10px;
    }
    .listingForm .form .optsContainer,
    .listingForm .form .btnContainer {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 1em;
        float: left;
        width: 50%;
    }
    .listingForm .form .btnContainer button {
        width: 100%;
    }
    .optsRange .date > label, .optsContainer > label {
        /*left: 15px;*/
    }
}

/* bei verstärktem Kontrast */
body.contrast .masonryGridItem .wrap .info,
body.contrast .wrap #shortLinks .textWrap,
body.contrast .gridWrap .articleWrap .textWrap:not(.moreWrap):before { background: #003f57; }
body.contrast #news-slider .info { background-color: transparent; }
body.contrast #news-slider .headline { background-color: #003f57; padding-top: 10px; width: 100%; color:#fff; }
body.contrast .articleGrid .imgWrap::before,
body.contrast .gridWrap .articleWrap .textWrap.moreWrap:before{ display: none; }
body.contrast .articleGrid .headline a {
    color: #fff;
}
body.contrast #eventsSlider .dateSliderDate.hasEvents.active,
body.contrast #eventsSlider .dateSliderEvents {
    background: #000;
}

/* ==========================================================================
   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;
    color: inherit;
}
#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 body {
    font-size: 18px;
}
.fs_big body {
    font-size: 22px;
}
@media only screen and (min-width: 1280px) {
    /* Font Size */
    .fs_bigger body {
        font-size: 22px;
    }
    .fs_big body {
        font-size: 26px;
    }
}

/* Line Height */
.lh_bigger body {
    line-height: 1.75;
}
.lh_big body {
    line-height: 2;
}

/* Site: PAGE JUMPS */
.jumper {
	margin: 1em -1em;
	position: relative;
	height: 40px;
}
.jumper .resultStats,
.pagerJumper .divider {
	display: none;
}
.jumper .pagerJumper {
	display:block;
	margin:0 auto;
	position:absolute;
	right:0;
}
.pagerJumper a {
	padding: 10px 5px;
	margin:0 1em;
	display:block;
	float:left;
	min-width:40px;
	height:40px;
	background: #555555;
	color: #fff !important;
	font-weight: normal;
	line-height: 20px;
	text-align:center;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.pagerJumper a:hover {
	background: #555555;
	color: #fff;
}
.pagerJumper a:hover .iconForward {
	background-position: -570px -50px;
}
.pagerJumper a:hover .iconBackward {
	background-position: -530px -50px;
}
.pagerJumper a.aktiv {
	font-weight: bold;
	color: #fff;
	background:#389938;
}
.pagerJumper a .sprt {
	display:inline-block;
}
.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: #555555;
	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 #389938 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 #FF6618;
	border-width: .357em 0 .357em .429em;
	right: 0;
	left: auto;
}
.pages a.disabled {
	color: #CCC;
	text-decoration: none;
}

/* ==========================================================================
   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;
    }
}
