/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Outdated Browser
   ========================================================================== */

.chromeframe {
    margin: 0;
    background: #C00;
    color: #FFF;
    padding: .5em 0;
    text-align: center;
}
.chromeframe a {
    color: #FFF;
    text-decoration: underline;
}

#outdated{display:none;position:fixed;top:0;left:0;width:100%;text-align:center;text-transform:uppercase;z-index:1500;background-color:#C00;color:#fff;padding:15px;}* html #outdated{position:absolute}#outdated h6{font-size:25px;line-height:25px;margin:0 30px 15px 30px}#outdated p{font-size:12px;line-height:12px;margin:0}#outdated #btnUpdateBrowser{display:block;position:relative;padding:10px 20px;margin:15px auto 0;width:230px;color:#fff;text-decoration:none;border:2px solid #fff;cursor:pointer}#outdated #btnUpdateBrowser:hover{color:#C00;background-color:#fff}#outdated .last{position:absolute;top:10px;right:25px;width:20px;height:20px}#outdated #btnCloseUpdateBrowser{display:block;position:relative;width:100%;height:100%;text-decoration:none;color:#fff;font-size:36px;line-height:36px}

/* ==========================================================================
  	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
   ========================================================================== */

/* Containers */
.container_6 {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

/* Grid >> Global */
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid-sizer {
    display:inline;
    float: left;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
}
.push_1, .pull_1, .push_2, .pull_2, .push_3, .pull_3, .push_4, .pull_4, .push_5, .pull_5, .push_6, .pull_6 { position:relative; }

/* Grid >> Children (Alpha ~ First, Omega ~ Last) */
.alpha { margin-left: 0; }
.omega { margin-right: 0; }

/* Grid >> 6 Columns */
.container_6 .grid_1, .gridSizer { width:120px; }
.container_6 .grid_2 { width:280px; }
.container_6 .grid_3 { width:440px; }
.container_6 .grid_4 { width:600px; }
.container_6 .grid_5 { width:760px; }
.container_6 .grid_6 { width:920px; }

/* Prefix Extra Space */
.container_6 .prefix_1 { padding-left:160px; }
.container_6 .prefix_2 { padding-left:320px; }
.container_6 .prefix_3 { padding-left:480px; }
.container_6 .prefix_4 { padding-left:640px; }
.container_6 .prefix_5 { padding-left:800px; }

/* Suffix Extra Space */
.container_6 .suffix_1 { padding-right:160px; }
.container_6 .suffix_2 { padding-right:320px; }
.container_6 .suffix_3 { padding-right:480px; }
.container_6 .suffix_4 { padding-right:640px; }
.container_6 .suffix_5 { padding-right:800px; }

/* Push Space */
.container_6 .push_1 { left:160px; }
.container_6 .push_2 { left:320px; }
.container_6 .push_3 { left:480px; }
.container_6 .push_4 { left:640px; }
.container_6 .push_5 { left:800px; }

/* Pull Space */
.container_6 .pull_1 { left:-160px; }
.container_6 .pull_2 { left:-320px; }
.container_6 .pull_3 { left:-480px; }
.container_6 .pull_4 { left:-640px; }
.container_6 .pull_5 { left:-800px; }

.box {
    margin-bottom: 2em;
}
.articleGrid .box {
    transition: transform .3s, box-shadow .3s;
}
.articleGrid:not(.tax_panorama) .box:hover {
    transform: scale(1.02) translateY(-1%);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.panoButton {
    height: 100%;
    width: 100%;
    display: block;
}
.gridWrap .tax_panorama { width: 100% !important; }
.articleGrid.tax_panorama iframe {
    pointer-events: none;
}
.articleGrid .textWrap, .park-flexboxen .text-link, .box > .headline,
.text-link a {
    background-color: rgba(78,135,107, 0.9);
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto !important;
    color: #FFF;
    padding: 20px;
    z-index: 1;
    text-decoration: none;
}
.articleGrid.tax_panorama .textWrap, .articleGrid.tax_panorama .headline { background: #4e876b; }
.articleGrid .textWrap .headline span {
    display: block;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    font-style: normal;
}
.articleGrid .textWrap .headline, .box > .headline {
    color: #FFF;
    font-weight: 400;
    font-style: italic;
    font-size: 1.25em;
}
.articleGrid .vid .video-time {
    background: transparent;
    color: #FFF;
}
.articleGrid .textWrap .headline a, .box > .headline a {
    color: #FFF;
    text-decoration: none;
}
.articleGrid .textWrap p {
    margin-top: 5px;
}
.park-flexboxen { position: relative; }
.park-flexboxen .text-link {
    position: absolute;
    bottom: 0;
}
.park-flexboxen .park-map .text-link {
    left: 15px;
    right: 15px;
    pointer-events: none;
}
.park-flexboxen .text-link h4 {
    font-family: 'Libre Baskerville';
    font-style: italic;
    font-weight: 400;
    font-size: 1.5em;
    margin-top: 0;
}

/* Buchbare Angebot Boxen erst mal verstecken */
#grid_buchbar .tax_buchbare-angebote {
    display: none;
}

/* Parkübersicht */
#places-overview .headline {
    hyphens: auto;
}
#places-overview .box {
    margin-bottom: 0;
}

@media (min-width: 380px) and (max-width: 639px) {
    #places-overview.gridWrap .gridWidth_33 {
        width: 50%;
    }
    #places-overview.gridWrap .gridWidth_33 .headline {
        font-size: 1em;
    }
    #places-overview.gridWrap .gridWidth_33 .textWrap {
        padding: 5px 20px 5px 5px;
    }
}


/* Parkfilter */
#parksuche {
    background-color: #d8eed5;
    padding: 20px;
}
.checkit {
    display: block;
    position: relative;
}
.checkit input {
    margin-right: 10px;
}

#parksuche .optsContainer {
    margin: 0;
}
#parksuche .optsContainer .main-option {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1em;
    display: block;
    width: 100%;
}
.check-block {
    clear: both;
    display: block;
}
.checkbox-img {
    position: absolute;
    right: 0;
}
#parksuche #srcFree {
    width: 100%;
    background-color: #FFF;
    border: none;
    margin-bottom: 10px;
}
#form_reset, #form_reset input {
    color: #4e876b;
    background-color: transparent;
    border: none;
}

#searchSubmitName {
    width: 100%;
}
#searchSubmitName:hover {
    cursor: pointer;
    background-color: #3a6d54;
    color: #FFF;
    border-color: #3a6d54;
}
#submit-event {
    color: #d8eed5;
}

/* grafische Kachel */
.articleGrid.tax_textOnly {
    line-height: 2em;
}
.articleGrid.tax_textOnly .textWrap {
    color: #4e876b;
    top: 0 !important;
    text-align: center;

    background: rgb(203,238,223);
    background: -moz-linear-gradient(0deg, rgba(203,238,223,1) 0%, rgba(228,238,203,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(203,238,223,1) 0%, rgba(228,238,203,1) 100%);
    background: linear-gradient(0deg, rgba(203,238,223,1) 0%, rgba(228,238,203,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cbeedf",endColorstr="#e4eecb",GradientType=1);
}
.articleGrid.tax_textOnly .textWrap .headline {
    color: #4e876b;
    font-size: 2em;
    line-height: 1.5em;
    text-align: center;
}
.articleGrid.tax_textOnly .textWrap p {
    font-size: 18px;
}
.articleGrid.tax_textOnly .articleWrap {
    overflow: hidden;
}
.articleGrid.tax_textOnly .articleWrap:after,
.articleGrid.tax_textOnly .articleWrap:before,
.popout:after, .popout:before {
    content: "";
    position: absolute;
    top: 20px;
    right: -40px;
    width: 150px;
    height: 150px;
    z-index: 5;
    background: url("../img/spirale.svg") no-repeat;
    pointer-events: none;
    background-size: cover;
    opacity: 0.8;
}
.articleGrid.tax_textOnly .articleWrap:after,
.popout:after {
    top: auto;
    bottom: 20px;
    right: unset;
    left: -250px;
    width: 400px;
    height: 400px;
}

.article {
    /*overflow: hidden;   nein betrifft auch TinyMCE im Backend */
}


.masonryGridItem .more, .articleGrid .more {
    color: #4e876b;
    background: url("../img/arrow.svg") no-repeat;
    position: absolute;
    right: 0px;
    bottom: -1px;
    background-size: cover;
    width: 60px;
    height: 60px;
}
.masonryGridItem .more span, .articleGrid .more span {
    text-indent: -9999px;
    display: none;
}
.masonryGridItem .more:before, .articleGrid .more:before {
    content: "\f30b";
    position: absolute;
    bottom: 0;
    right: -1px;
    font-size: 16px;
    color: #4e876b;
    font-family: "FontAwesome";
    z-index: 6;
    width: 20px;
    font-weight: 700;
    display: block;
}


.articleGrid .news {
    padding-bottom: 100%;
    width: 100%;
    display: block;
}

.articleGrid.tax_textOnly .textWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.articleGrid.tax_textOnly:hover .wrap .info {
    transform: none;
}


/* Seitenwechsel */
.site-switch {
    background-color: #d8eed5;
    color: #4e876b;
    margin-top: 2em;
   /* margin-left: 20px;
    margin-right: 20px;*/
    width: 100%;
}
.site-switch a {
    color: #4e876b;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 10px;
}
.site-switch ul {
    text-align: center;
}
.site-switch li {
    text-align: center;
    border-bottom: 1px solid #4e876b;
}

@media only screen and (min-width: 960px) {
    .site-switch ul {
        text-align: center;
        display: flex;
        justify-content: space-around;
    }
    .site-switch li {
        border-bottom: none;
        display: inline-block;
    }
}

/* Sitemap */
#sitemap ul {
    list-style: none;
    padding-left: 10px;
}
#sitemap a {
    text-decoration: none;
    color: #333;
}
#sitemap a.lvl1 {
    color: #4e876b;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 20px;
    display: block;
}
#sitemap .gridSizer, #sitemap .sitemapBox {
    width: 40%;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html,
body {
    height: 100%;
    min-width: 320px;
}
body.navMainOpen,
body.overlayOpen,
html.swipebox-html body {
    overflow: hidden;
}


#footer {
    margin-top: 2em;
    border-top: 5px solid #d8eed5;
    color: #4e876b;
}
footer .gridWrap {
    margin: 0;
}
#footer .h4 {
    font-size: 14px;
}
#footer a, #footer label {
    color: #4e876b;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1em 0.5em;
    font-size: 0.875em;
    font-weight: 500;
    /*transition: background-color 0.5s ease 0s;*/
}
#footer #navStd ul {
    list-style: none;
    text-align: center;
}
#footer #navStd ul li {
    display: inline-block;
    padding: 1em 0.5em;
}
#footer .social a {
    font-size: 2em;
    padding: 10px 15px 0 0;
    display: inline-block;
}
#footer #partner {
    overflow: hidden;
}
#footer #partner-row {
    width: 60%;
}
#footer .imgslide {
    width: auto;
    height: 80px;
}
#footer .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#footer .gridWidth_25 {
    padding: 0 1em;
}
#footer .social {
    text-align: center;
}
#footer .social p {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}

#footer .swiper-slide {
    text-align: center;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#footer .swiper-wrapper {
    display: flex;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#footer .swiper-slide a {
    padding: 0;
    margin: 0 auto;
}

@media only screen and (max-width: 640px) {
    #footer #partner-row {
        width: 35%;
    }
}
@media only screen and (max-width: 480px) {
    #footer #partner-row {
        display: block;
        width: 100%;
    }
    #footer .gridWrap {
        display: block;
    }
}

#navMainTrigger {
    position: relative;
    left: 4%;
    display: block;
    height: 50px;
    margin-right: 0;
    -webkit-transition: top .3s, right .3s, transform .3s;
    transition: top .3s, right .3s, transform .3s;
    z-index: 15;
    padding-left: 50px;
    background: none;
    cursor: pointer;
}
.isOverBreakpoint #navMainTrigger {
    top: 0;
}
#navMainTrigger .menue {
    display: block;
    position: relative;
    line-height: 50px;
    font-size: 20px;
    left: 0;
    right: 0;
    color: #FFF;
    text-align: left;
    transition: opacity 0.3s ease;
}
.w_Teaser #navMainTrigger .menue {
    color: #333;
}

#navMainTriggerCheck:checked ~ header #navMainTrigger {
    right: 270px;
}

#navMainTriggerCheck:checked ~ header #navMainTrigger .menue {
    opacity: 0;
}

#navMainTrigger .line {
    overflow: hidden;
    text-indent: -999px;
}

#navMainTrigger .line,
#navMainTrigger:after,
#navMainTrigger:before {
    opacity: 1;
    background: #FFF;
    height: 4px;
    left: 10px;
    position: absolute;
    width: 30px;
    transition: all .3s ease;
}
#navMainTrigger .line {
    opacity: 1;
    top: 50%;
    margin-top: -1px;
}

#navMainTrigger:after,
#navMainTrigger:before {
    content: "";
}

#navMainTrigger:before {
    bottom: 31px;
}
#navMainTrigger:after {
    bottom: 13px;
}

#navMainTriggerCheck:checked ~ header #navMainTrigger .line {
    opacity: 0;
}

#navMainTriggerCheck:checked ~ header #navMainTrigger:before {
    opacity: 1;
    bottom: 22px;
    right: 10px;
    transform: rotate(45deg);
    background: #FFF;
}

#navMainTriggerCheck:checked ~ header #navMainTrigger:after {
    opacity: 1;
    bottom: 22px;
    right: 10px;
    transform: rotate(-45deg);
    background: #FFF;
}
header #navMainBackground {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}
#navMainTriggerCheck:checked ~ header #navMainBackground {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    visibility: visible;
    opacity: 1;
    z-index: 10;
}
#navMobiWrapper {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 10;
    background: #fff;
    border-bottom: 6px solid #d8eed5;
    background-color: #4e876b;
}


#navMobiWrapper #naviMobi {
    position: relative;
    transition: width 0.3s;
}

#header .box_search {
    position: absolute;
    bottom: 14px;
    right: 140px;
    padding: 0px 40px 0px 0;
    width: 40px;
    height: 40px;
    background: #efefef;
    border-radius: 20px;
}
#header .box_search button {
    position: absolute;
    right: 0;
    background: none;
    border: none;
    line-height: 40px;
    width: 40px;
    font-size: 22px;
    text-align: center;
}
#header #srcBoxQ {
    width: 100%;
    display: none;
}

#header #logo {
    display: block;
    position: relative;
    padding-top: 0;
    transition: padding-top 0.5s ease-out 0s;
}
#header #logo:hover {
    padding-top: 8px;
}

#headerInfo {
    font-size: 20px;
    position: relative;
    left: 5%;
    display: block;
    margin-right: 10px;
    color: #FFF;
}
#logoWrap {
    background-color: #FFF;
    padding: 30px 15px 15px 20px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    top: 0;
}

.notOverBreakpoint #logoWrap {
    left: 2em;
    position: absolute;
    z-index: 9;
}

#header #social-links {
    position: absolute;
    z-index: 1;
    margin-top: 10px;
}
#header #social-links p {
    display: none;
}
#header #social-links a {
    background-color: #FFF;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    color: #4e876b;
    font-size: 25px;
    padding: 30px 10px 5px 10px;
    margin-right: 15px;
    position: relative;
    top: 0;

    transition: top 0.5s ease-out 0s;
}

@media only screen and (min-width: 970px) {
    #header #social-links a:hover {
        top: 8px;
    }
}

#navMainTriggerCheck:checked ~ header #navMobiWrapper {
    visibility: visible;
}
.isOverBreakpoint #header #navMobiWrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
}

body.open #header #navMobiWrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}
body.open #navMobiWrapper #naviMobi {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    overflow: auto;
}
body.open {
    overflow: hidden;
}
body.open #navMobiWrapper #navMobiWrapper {
    position: fixed;
    width: 100%;
}

#navMainTriggerCheck:checked ~ header #navMobiWrapper #naviMobi {
    width: 100%;
}
header .navStd,
#navMain {
    position: relative;
    background: #fff;
    padding: 20px 10px 0 10px;
}
#navMain a.lvl1 {
    text-transform: uppercase;
    font-weight: 600;
}
body.open #navMobiWrapper {
    z-index: 11;
}
#navMain .iconMenuTriggerDwn {
    position: absolute;
    right: 0;
    top: 0;
    color: #4e876b;
    padding: 10px 20px 10px 20px;
    font-size: 20px;
    line-height: 25px;
    transition: transform 0.2s;
    cursor: pointer;
}
#navMain .lvl2 .iconMenuTriggerDwn {
    padding: 5px 0;
}
#navMain .iconMenuTriggerDwn.active {
    transform: rotate(180deg);
}

#header .nav.Lang {
    margin-right: 15px;
}
#header .nav.Lang > span, #header .nav.Lang > ul {
    display: inline-block;
    text-transform: uppercase;
    color: #555555;
    text-decoration: none;
}

#header #first-line {
    background-color: #FFF;
    text-align: right;
    padding: 3px;
    box-shadow: 2px 2px 5px rgba(0,0,0, 0.2);
    position: relative;
    z-index: 2;
}
#header #first-line > nav, #header #first-line > div {
    display: inline-block;
}

.langs li {
    display: inline-block;
}
.langs li a {
    color: #555555;
    text-decoration: none;
    font-size: 0.8em;
    position: relative;
    padding-left: 10px;
}
.langs li a:before {
    content: "|";
    position: absolute;
    top: -5px;
    left: 0;
}
.nav.Lang .ident {
    color: #4e876b !important;
    font-size: 0.8em;
}

#header #first-line #such-button {
    text-indent: -9999px;
    color: #555;
    font-size: 12px;
    margin: 0 1em;
}


.baseWidth_padding {
    padding-left: 4%;
    padding-right: 4%;
}

@media only screen and (max-width: 639px) {
    header .navStd,
    #navMain {
        width: 100%;
    }
    header .navStd li,
    header .navStd li {
        font-size: 20px;
        line-height: 25px;
    }
    header .navStd li .a,
    header .navStd li a {
        display: block;
        text-decoration: none;
        color: #5a5a5a;
        padding: 5px 0;
    }
    #navMain li {
        font-size: 20px;
        line-height: 25px;
    }
    #navMain a {
        display: block;
        padding: 10px 0;
        color: #333;
        text-decoration: none;
    }
    #navMain ul.lvl2 a {
        font-size: 0.800em;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #header #social-links {
        margin-left: 170px;
    }
}

@media only screen and (min-width: 969px) {
    #navMain .lvl3 {
        display: none;
    }
}
@media only screen and (max-width: 968px) {

    body:not(.open) header #navStd, body:not(.open) #navMain {
        display: none;
    }

    header #navStd li a, header #navStd li label {
        color: #FFF;
        text-align: center;
        width: 100%;
        display: block;
        text-decoration: none;
        padding: 8px 10px;
        border-bottom: 5px solid #d8eed5;
    }

    #navMain a.lvl1 {
        color: #4e876b;
    }
    #navMain ul {
        /*margin-bottom: 2em;*/
    }

    #header.isOverBreakpoint #navMobiWrapper {
        position: fixed;
        top: 0;
        left: 0;
    }

    #header #social-links {
        margin-left: 190px;
        z-index: 2;
        top: 0;
        margin-top: 6px;
    }
    #header #social-links a {
        box-shadow: none;
        background-color: transparent;
        margin-right: 5px;
    }
    #header #first-line { padding: 6px; }

    #navMain li {
        position: relative;
    }

    /* 3. Ebene mit Pfeilen */
    #navmain ul li a.lvl3 { padding-left: 40px; }
    #navmain ul li a.lvl3:before {
        content: "\f3bf";
        font-family: "Font Awesome 6 Free";
        position: absolute;
        left: 15px;
        font-weight: 900;
        -webkit-transform:rotate(90deg);
        transform:rotate(90deg);
    }
}

@media only screen and (max-width: 420px) {
    .notOverBreakpoint #logoWrap img {
        width: 65px;
        height: auto;
    }
    .notOverBreakpoint #logoWrap {
        left: 1em;
        top: 38px;
        padding: 10px 5px 5px 10px;
        z-index: 1;
    }
    #header #social-links {
        margin-left: 6px;
    }
}


@media only screen and (min-width: 640px) {
    #header {
        min-height: 100px;
    }
    header + #wrapper {
        margin-top: 0;
    }

    #header .box_search {
        bottom: 10px;
        right: 160px;
    }
    .notOverBreakpoint #logoWrap {
        padding-top: 28px;
    }
    header .navStd {
        padding-left: 5%;
        padding-right: calc(5% + 80px);
    }
    .baseWidth_padding {
        padding-left: 2%;
        padding-right: 2%;
    }
    header.notOverBreakpoint .navStd {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding-top: 0;
        padding-bottom: 0;
    }
    header.notOverBreakpoint .navStd ul {
        float: right;
        padding-right: 10px;
    }
    header.notOverBreakpoint .navStd li {
        float: left;
        font-size: 15px;
        line-height: 20px;
        font-weight: 600;
    }
    header.notOverBreakpoint .navStd li + li:before {
        content: '·';
        display: inline-block;
        color: #5a5a5a;
        vertical-align: middle;
    }
    header.notOverBreakpoint .navStd li .a,
    header.notOverBreakpoint .navStd li a {
        position: relative;
        display: inline-block;
        text-decoration: none;
        color: #5a5a5a;
        padding: 20px 5px 10px 5px;
    }
    header.notOverBreakpoint .navStd li a.active:before {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: 5px;
        right: 5px;
        height: 5px;
        background: #389938;
    }
    header.isOverBreakpoint .navStd {
        position: relative;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    header.isOverBreakpoint .navStd,
    #navMain {
        width: 100%;
    }
    header.isOverBreakpoint .navStd li .a,
    header.isOverBreakpoint .navStd li a {
        display: block;
        text-decoration: none;
        color: #5a5a5a;
        line-height: 20px;
        padding: 5px 0;
        font-size: 20px;
        line-height: 25px;
    }
    #navMain li {
        font-size: 20px;
        line-height: 24px;
    }
    #navMain a {
        display: block;
        padding: 10px 0;
        color: #333;
        text-decoration: none;
    }
    #navMain ul.lvl2 a {
        font-size: 0.800em;
        padding-left: 10px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

}

@media only screen and (min-width: 969px) {

    .teaser p { font-size: 20px; }
    .teaser .h2 {
        font-size: 40px;
    }
    #header .box_search {
        bottom: 55px;
        margin-right: 10px;
        right: 5%;
        width: 150px;
        opacity: 1;
        transition: opacity .2s;
    }
    .isOverBreakpoint #header .box_search {
        opacity: 0;
    }

    #header #srcBoxQ {
        display: block;
        background: none;
        line-height: 30px;
        border: none;
        padding: 5px 10px;
    }

    .isOverBreakpoint #headerInfo {
        bottom: 100px;
    }
    .notOverBreakpoint #logoWrap {
        padding: 30px 15px 15px 20px;
        z-index: 9;
    }
    .notOverBreakpoint #navMainTrigger {
        top: 0;
    }
    .baseWidth {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    #header {
        min-height: 150px;
    }
    header + #wrapper {
        margin-top: 170px;
    }
    body:not(.open) .isOverBreakpoint #header #navStd {
        display: none;
    }
    body.open header #navStd li a, body.open header #navStd li label {
        color: #FFF;
        text-align: center;
        width: 100%;
        display: block;
        text-decoration: none;
        padding: 8px 10px;
        border-bottom: 5px solid #d8eed5;
    }
}

@media only screen and (max-width: 968px) {
    body:not(.open) header.notOverBreakpoint #header #navStd {
        display: none;
    }
}

@media only screen and (min-width: 969px) {
    #header .box_search {
        bottom: 100px;
    }

    header.notOverBreakpoint,
    header.notOverBreakpoint .navStd {
        position: relative; /*absolute */
        top: 0;
    }

    #header {
        min-height: 200px;
    }

    header + #wrapper {
        margin-top: 20px;
    }

    .notOverBreakpoint #naviMobi #navStd { display: none; }
    .notOverBreakpoint #navStd {
        padding: 5px;
        text-align: right;
    }

    .notOverBreakpoint #header #first-line #navStd ul li {
       display: inline-block;
    }
    .notOverBreakpoint #header #first-line #navStd ul li label,
    .notOverBreakpoint #header #first-line #navStd ul li a {
       color: #555555;
        font-size: 0.8em;
        text-decoration: none;
        margin-right: 15px;
        position: relative;
        text-transform: uppercase;
    }
    .notOverBreakpoint #header #first-line #navStd ul li label:hover,
    .notOverBreakpoint #header #first-line #navStd ul li a:hover,
    .notOverBreakpoint #header #first-line #navStd ul li a.active {
        color: #4e876b;
    }
    .notOverBreakpoint #header #first-line #navStd ul li label:after,
    .notOverBreakpoint #header #first-line #navStd ul li a:after {
        content: "|";
        position: absolute;
        top: -5px;
        right: -12px;
    }
    .notOverBreakpoint #header #first-line #navStd ul li:last-child a:after,
    .notOverBreakpoint #header #first-line #navStd ul li:last-child label:after{
        display: none;
    }

    #navMain {
        position: relative;
        bottom: 0;
        right: 0;
        transition: height 0.2s;
        padding-top: 0;
        padding-left: 5%;
        padding-right: 5%;
        width: auto;
        background: none;
    }

    #navMainWrap {
        position: relative;
        height: 100%;
    }

    #navMain ul#navmain {
        display: table;
        height: 100%;
        width: 100%;
        table-layout: fixed;
    }

    #navMain ul#navmain > li {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        height: 100%;
    }


    #navMain ul li a {
        display: block;
        position: relative;
        padding: 15px 15px;
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
        text-decoration: none;
        color: #333;
        height: 100%;
    }
    #navMain ul li a.lvl2 {
        padding: 5px 15px;
        color: #4e876b;
        text-transform: uppercase;
        font-weight: 400;
    }
    #navMain ul li a.lvl2:hover {
        color: #FFF;
    }
    #navMain ul.lvl2:not(.biglist) {
        min-width: 300px;
        margin-left: -50px;
    }
    #navMain ul li a.lvl1:before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 4px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -4px;
        margin-right: -4px;
        background-color: #d8eed5;
    }
    #navMain ul li:last-child a.lvl1:before {
        display: none;
    }
    #navMain ul li a.lvl1 {
        color: #FFF;
    }
    #navMain ul li a.lvl1:hover:after,
    #navMain ul li a.lvl1.active:after,
    #navMain ul li.lvl1:hover > a:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -5px;

        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #d8eed5 transparent;

    }

    #footerInfo,
    #footer .navStd {
        text-align: right;
        margin-right: -5px;
    }

    #footer .navStd ul {
        display: inline-block;
    }

    #navMobiWrapper {
        position: relative;
        height: auto;
        z-index: 10;
        background: #4e876b;
    }

    #navMobiWrapper #naviMobi {
        width: auto;
        transition: width 0.3s;
    }

    #navMainTrigger {
        display: none;
    }

    #navMain ul li.lvl1 ul.lvl2 {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        transition: margin-top 0.2s;
        background-color: rgba(216, 238, 213, 0.95);
        padding: 10px 0;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
    }

    #navMain ul li.lvl1:hover ul {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
        background-color: rgba(216, 238, 213, 0.95);
    }
    /*.notOverBreakpoint #navMain ul li.lvl1:hover ul:not(.biglist) {
        display: -ms-flexbox !important; !* IE 10 *!
        display: -webkit-flex !important; !* Safari 6.1+. iOS 7.1+ *!
        display: flex !important;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        z-index: -1;
        margin-top: -30px;
        transition: margin-top .3s, visibility 0.3s, opacity 0.3s;
        opacity: 0;
        visibility: hidden;
    }*/
    #navMain ul li.lvl1:hover ul {
        margin-top: 0;
        opacity: 1;
        visibility: visible;
        transition-delay: 0.1s;

    }

    #navMain ul li.lvl1:hover ul {
        display: block !important;
    }
    #navMain ul li.lvl1 ul.biglist {
        -moz-column-count: 3;
        -moz-column-gap: 10px;
        -webkit-column-count: 3;
        -webkit-column-gap: 10px;
        column-count: 3;
        column-gap: 10px;
        padding: 60px 20px 15px 20px;
    }
    #navMain ul li.lvl1 ul.biglist li:first-child {
        position: absolute;
        left: 20px;
        right: 0;
        top: 10px;
    }

    #navMain li:not(.has-biglist) {
        position: relative;
    }

    #navMain ul li > ul li a.lvl2 {
        font-size: 16px;
        line-height: 24px;
        padding: 5px 10px;
        color: #4e876b;
    }

    #navMain .iconMenuTriggerDwn {
        display: none;
    }
    #navMain ul li > ul li a:hover {
        background-color: #95b7a6;
        color: #FFF;
    }

    #navMain ul.lvl2 ul {
        display: none;
    }
    #navMain li.lvl2 {
        position: relative;
        padding: 5px;
        text-align: left;
        width: 100%;
    }

    .notOverBreakpoint #logoWrap {
        width: 17%;
    }
    .notOverBreakpoint #logoWrap img {
        width: 100%;
    }
    #header #social-links {
        margin-left: 22%;
    }
}
@media only screen and (min-width: 1200px) {
    .notOverBreakpoint #navMain ul li a {
        font-size: 12px;
    }
}
@media only screen and (min-width: 1400px) {
    .notOverBreakpoint #navMain ul li a {
        font-size: 18px;
    }
    .notOverBreakpoint #logoWrap {
        width: 12%;
    }
    #header #social-links {
        margin-left: 16%;
    }
    .baseWidth_padding {
        padding-left: 5%;
        padding-right: 5%;
    }
}
@media only screen and (min-width: 1680px) {
    #teaser:before {
        width: 28%;
    }

    .notOverBreakpoint #navMain ul li.lvl1:hover > ul.biglist {
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5;
    }

    .notOverBreakpoint #navMain ul li a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1800px) {
    .baseWidth {
        width: 83.33%;
    }

    .notOverBreakpoint #navMain,
    header .navStd {
        padding-left: 8.33%;
        padding-right: calc(8.33% + 80px);
    }
    .baseWidth_padding {
        padding-left: 8.33%;
        padding-right: 8.33%;
    }
    #headerInfo {
        right: 8.33%;
    }
    #header .box_search {
        right: 8.33%;
    }
    .notOverBreakpoint #navMain {
        padding-right: 8.33%;
    }
}
@media only screen and (min-width: 2000px) {
    .notOverBreakpoint #logoWrap {
        width: 10%;
    }
    #header #social-links {
        margin-left: 14%;
    }
    #navMain ul.lvl2:not(.biglist) {
        margin-left: 0;
    }
}

#content {
    /*overflow: hidden;*/
}

/* ==========================================================================
   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,#swipebox-slider .slide .swipebox-iframe-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;}#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, #swipebox-slider .slide .swipebox-iframe-container 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:#4e876b;background:-webkit-linear-gradient(left,#4e876b 0,#4e876b 100%);background:-ms-linear-gradient(left,#4e876b 0,#4e876b 100%);background:linear-gradient(to right,#4e876b 0,#4e876b 100%)}#swipebox-bottom-bar{top:50px;border-bottom:4px solid #D5D5D5}#swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#swipebox-top-bar{bottom:50px;border-top: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;left:10px;}#swipebox-prev{background-position:-32px 13px;float:left}#swipebox-next{background-position:-78px 13px;float:left}#swipebox-close,#swipebox-zoomin,#swipebox-zoomout{top:0;position:absolute;z-index:9999}#swipebox-close{background-position:15px 12px;right:0}#swipebox-zoomin{background-position:-122px 12px;right: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{right:10px}#swipebox-zoomin,#swipebox-zoomout{right:70px}#swipebox-arrows{left: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:#4e876b;border-radius:1em;color:#fff}#swipebox-slider .swipebox-video .video-js .vjs-big-play-button:hover{background:#4e876b;color:#FFF}#swipebox-slider .swipebox-video .vjs-has-started .vjs-control-bar{background-color:#d8eed5;}#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:#4e876b}

 /* Swipebox Pfeile über dem Bild, vertikal zentriert */
#swipebox-arrows {
    top: 50%;
    height: min-content;
}
#swipebox-arrows a {
    background-image: none !important;
}
#swipebox-arrows a:after {
    color: #FFF;
    text-shadow: 2px 2px 5px rgba(0,0,0, 0.5);
}
#swipebox-next {
    float: right;
}

/* Gallery Presse > Downloads */
.downloads a.file-link.hasImg .img-wrapper { width: 50px; height: 50px; overflow: hidden; position: absolute; left: 0; top: 0; }
.downloads a.file-link.hasImg .img-wrapper img { width: 50px; height: auto; }
.downloads .file-icon { position: relative; float: left; margin-right: 10px; }

.download_list .imgContainer {
    width: 49% !important;
    height: auto !important;
}
.download_list a { float: left; margin-right: 20px; }
.download_list .img {
    width: 100px;
}
.meta, .download_list .dl_item { line-height: 18px; padding-left: 120px !important; }
.meta span { border-bottom: 1px solid #ccc; display: block; padding: 5px 0; font-size: 13px; }
.meta span:first-child { padding-top: 0; }
.download_list .dl_item { text-decoration: none; font-size: 13px; margin-top: 5px; }

@media only screen and (min-width: 1200px) {
    .download_list .imgContainer {
        width: 42% !important;
    }
    .download_list .imgContainer:nth-child(2n+1) {
        clear: left;
    }
}
                                                                                                                                                                                                                                                                                                      /* Gallery Slider */
/* SwiperJS */
.gallery.swiper-container-outer {
    margin: 15px 0;
    clear: both;
    position: relative;
}
.gallery.swiper-container-outer .swiper-container {
    overflow: hidden;
}
.imgContainer.swiper-slide {
    padding: 0;
}
.gallery-thumbs {
    margin: -5px -5px 15px;
    overflow: hidden;
    cursor: pointer;
}
.gallery-thumbs .swiper-slide {
    width: 25%;
    padding: 0 5px;
}
.gallery-thumbs .galleryImgThumb {
    padding-bottom: 100%;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.gallery .swiper-button-next, .gallery .swiper-button-prev {
    color: #FFF;
}

.swiper-progress-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #fff;
    background: rgba(255,255,255,.5);
    z-index: 1;
    overflow: hidden;
}
.swiper-progress-bar .swiper-progress {
    width: 0%;
    height: 100%;
    background: #4e876b;
}

.swiper-scrollbar {
    bottom: -15px;
    height: 5px;
    background: #f5fbf4;
    border-radius: 0;
}
.swiper-scrollbar .swiper-scrollbar-drag {
    background: #4e876b;
    border-radius: 0;
}

.vc_drag.drag-x {
    cursor: w-resize;
}
.vc_drag.drag-y {
    cursor: n-resize;
}
.vc_drag.drag-x.drag-y {
    cursor: move;
}

/* TEASER */
#teaser {
    position:relative;
    transition: margin 0.3s;
    border-bottom: 5px solid #FFF;
    z-index: 0;
}
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;
}
.slider ul,
#teaser ul {
    margin:0;
    padding:0;
    list-style:none;
    position:relative;
    min-height: 40vh;
    max-height: 50vh;
    height: 40vw;
}
.modul_start #teaser ul {
    min-height: 400px;
    max-height: calc(100vh - 70px);
    height: 62.5vw;
}

#teaser ul li {
    margin:0; padding:0;
    display:none;
    position: relative;
    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 ul li:before {
    content: "";
    position: absolute;
    bottom: 0;
    padding: 20px 0;
    pointer-events: none;
    width: 100%;
    height: 50%;
    opacity: 0.7;

    background: rgba(0,0,0,0.5);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.8)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007cc3', endColorstr='#007cc3', GradientType=0 );
}

#teaser video {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

#teaser .slider_navigation {
    z-index: 4;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#teaser .slider_navigation span {
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
    font-size: 25px;
    color: #fff;
    position: relative;
    width: 60px;
    height: 60px;
}
#teaser .slider_navigation span.prev:before,
#teaser .slider_navigation span.next:before {
    content: '\f30a';
    display: block;
    font-family: "FontAwesome";
    position: absolute;
    left: 10px;
    bottom: 5px;
    z-index: 1;
}
#teaser .slider_navigation span.prev:after,
#teaser .slider_navigation span.next:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 0 0 60px;
    border-color: transparent transparent transparent #4e876b;
    opacity: 0.8;
}
#teaser .slider_navigation span.next {
    position: absolute;
    right: 0;
}
#teaser .slider_navigation span.next:before {
    content: '\f30b';
    left: auto;
    right: 10px;
}
#teaser .slider_navigation span.next:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 60px 60px;
    border-color: transparent transparent #4e876b transparent;
}
#teaser .slider_pager {
    position: absolute;
    width: 80%;
    text-align: center;
    bottom: 20px;
    left: 10%;
    z-index: 5;
    cursor: pointer;
}
#teaser .slider_pager span {
    display: inline-block;
    width: 50px;
    height: 5px;
    text-indent: -999px;
    overflow: hidden;
    background: #fff;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    margin-left: 10px;
    transition: background 0.5s;
}
#teaser .slider_pager span.active {
    background: #4e876b;
}
.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 {
    display: table;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}
.teaser li .teaserItemTitleInner {
    display: table-cell;
    padding-right: 4%;
}
.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: left;
    vertical-align: bottom;
}
.teaser li.txtAtBottomRight .teaserItemTitleInner .wrap {
    margin-left: auto;
}
.teaser li.txtAtCenter .teaserItemTitleInner {
    text-align: center;
    vertical-align: middle;
}
.teaser .wrapInner .h2 {
    font-style: italic;
    color: #FFF;
    margin-bottom: 5px;
    margin-top: 0;
    display: inline-block;
    font-size: 1.5em;
}
.teaser .wrapInner {
    padding: 15px;
    text-shadow: 2px 2px 5px rgba(0,0,0, 0.5);
    font-family: 'Libre Baskerville';
    color: #FFF;
    font-weight: 400;
    font-style: italic;
    line-height: 1.4em;
}
.teaser .h1,
.teaser .h3 {
    margin: 0 -15px;
}
.teaser .h1:first-child {
    margin-top: -15px;
}

a.teaserItemTitle {
    text-decoration: none;
}
.teaser li .teaserItemTitleInner .wrap {
    padding: 0;
}
@media only screen and (min-width: 380px) {
    .teaser li .teaserItemTitleInner .wrap {
        padding: 35px 0;
    }
    .teaser .wrapInner .h2 {
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 640px) {
    .modul_start #teaser ul {
        min-height: 40vh;
        max-height: calc(90vh - 100px);
    }
    #teaser .teaserItemTitleInner {
        padding: 0;
    }
    .teaser li .teaserItemTitleInner {
        padding-right: 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);
        padding: 50px 0;
    }

    .teaser .wrapInner .h2 {
        font-size: 40px;
    }
}
@media only screen and (min-width: 1440px) {
    .modul_start #teaser ul {
        min-height: 40vh;
        max-height: calc(90vh - 200px);
    }
    .teaser li .teaserItemTitleInner .wrap {
        width: 35%;
        width: calc(35% + 40px);
        padding-right: 3%;
    }
}

/*
	Overlay
	*/
.vcModal,
.vcModalOverlay {
    transition: height 0s .3s, opacity .3s;
    pointer-events: none;
    position: fixed;
    height: 0;
    width: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 1000;
}
.vcModal {
    overflow: auto;
}
.vcModalOverlay {
    background: #fff;
    background: rgba(255,255,255,.75);
    position: fixed;
    display: block;
}

.vcModal .modalMsg {
    display: table;
    padding: 30px 30px 20px;
    height: 100%;
    width: 100%;
}
.vcModal .modalMsg .wrap {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.vcModal .modalMsg .wrap .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.vcModal .modalMsg .wrap .wrapMore {
    max-width: 40em;
    width: 100%;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    position: relative;
    background: #fff;
    padding: 20px;
    margin: 0 auto;
    z-index: 1;
}

.vcModalSwitch:checked + .vcModalTarget .vcModalOverlay,
.vcModalSwitch:checked + .vcModalTarget .vcModal {
    height: 100%;
    opacity: 1;
    transition: height 0s, opacity .3s;
    pointer-events: auto;
}
.vcModal .vcModalClose {
    position: absolute;
    display: block;
    right: -20px;
    top: -20px;
    cursor: pointer;
    padding: 10px;
    line-height: 20px;
    text-align: center;
    background: #999;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 1;
}
.vcModal .vcModalClose:hover {
    background: #4e876b;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.vcModalBannerBottom .vcModalOverlay {
    height: 0 !important;
    opacity: 0 !important;
}
.vcModalBannerBottom .vcModal {
    top: auto;
    bottom: 0;
}
.vcModalSwitch:checked + .vcModalTarget.vcModalBannerBottom  .vcModal {
    height: auto;
    max-height: 100%;
}
.vcModalBannerBottom .vcModal .modalMsg {
    padding: 90px 0 0;
    position: relative;
}
.vcModalBannerBottom .vcModal .modalMsg:before {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    content: '';
    background: #FFF;
    display: block;
    width: 100%;
    z-index: -1;
    box-shadow: 0 0 20px rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    top: 90px;
    height: 50%;
}
.vcModalBannerBottom .vcModal .modalMsg .wrap .wrapMore {
    margin: 0;
    padding: 0;
    max-width: none;
    width: 100%;
    box-shadow: none;
}

.vcModalBannerBottom .vcModal .article {
    padding: 15px;
    margin: 0 auto;
}
.vcModalBannerBottom .vcModal .article > :first-child {
    padding-right: 60px;
}
.vcModalBannerBottom  .vcModal .vcModalClose {
    right: 15px;
    top: 15px;
}
@media (min-width: 960px) {
    .vcModalBannerBottom .vcModal .article {
        width: 83.33%;
    }
    .vcModalBannerBottom .vcModal .article > :first-child {
        padding-right: 0;
    }
}



/*
	CSS Icons
	*/
.vcCssIcon {
    position: relative;
    display: inline-block;
}
.vcCssIconCheck {
    height: 1em;
    width: .667em;
    border-right: .1875em solid #000;
    border-bottom: .1875em solid #000;
    transform: rotate(45deg);
    margin: 0 .2em;
}
.vcCssIconArrowDown {
    width: 1em;
    height: 1em;
    margin: 0 .2em;
}
.vcCssIconArrowDown:after {
    content: '';
    display: block;
    font-size: .667em;
    width: 1em;
    height: 1em;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -.375em;
    margin-left: -.5em;
    transform: rotate(-45deg);
    border-left: 3px solid #000;
    border-bottom: 3px solid #000;
}
.vcCssIconClose {
    height: 100%;
    width: 100%;
    display: block;
}
.vcCssIconClose:before,
.vcCssIconClose:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    background: #fff;
    display: block;
    width: 100%;
    height: .1875em;
    margin-top: -.09375em;
    margin-left: -50%;
}
.vcCssIconClose:before {
    transform: rotate(45deg);
}
.vcCssIconClose:after {
    transform: rotate(-45deg);
}


/*
	Privacy & Cookies
	*/
.vcPrivacyOptsLine input {
    display: none;
}
.vcPrivacyOptsLine label {
    display: block;
    font-weight: bold;
    min-height: 2em;
    padding-right: 4em;
    position: relative;
    cursor: pointer;
    float: none;
}
.vcPrivacyOptsLine label .hint {
    font-weight: normal;
    margin: 0;
    line-height: normal;
}
.vcPrivacyOptsLine label .state {
    position: absolute;
    top: 0;
    right: 0;
    width: 3em;
    height: 1.5em;
    box-shadow: 0 1px 3px rgba(0,0,0,.5) inset;
    background: #C00;
    border-radius: .75em;
    display: block;
    transition: all .3s;
}
.vcPrivacyOptsLine label .state:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 1.25em;
    height: 1.25em;
    background: #fff;
    border: 1px solid #ccc;
    margin-top: -.625em;
    margin-left: -1.375em;
    border-radius: .625em;
    transition: all .3s;
}
.vcPrivacyOptsLine input:checked + label .state {
    background: #00b300;
}
.vcPrivacyOptsLine input:checked + label .state:after {
    margin-left: .125em;
}

.vcPrivacyOptsLine input:disabled + label {
    pointer-events: none;
}
.vcPrivacyOptsLine input:disabled + label .state {
    background: #ddd;
}

.vcPrivacyOptsLineWrap + .vcPrivacyOptsLineWrap {
    margin-top: 1.5em;
}
.vcPrivacyMoreInfoTrigger {
    padding: .5em 0 0;
    display: block;
}
.vcPrivacyMoreInfoTrigger .vcCssIconArrowDown {
    margin: 0 0 0 .5em;
    transition: transform .3s;
    float: none !important;
    display: inline-block !important;
}

.vcPrivacySlideDownSwitch ~ .vcPrivacySlideDownTarget {
    max-height: 0;
    transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, overflow 0s;
    overflow: hidden;
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .on {
    display: inline;
}
.vcPrivacySlideDownTrigger .on,
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .off {
    display: none;
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .vcCssIcon {
    transform: rotate(180deg);
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .vcCssIconArrowDown:after {
    margin-top: -1em;
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTarget {
    max-height: 10000px;
    padding-top: .625em;
    transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s;
    animation: 0s linear 0.3s 1 normal both running delayOverflow;
}

.vcPrivacyDefList {
    padding: 0;
    margin: 0;
    font-size: .8em;
}
.vcPrivacyDefList dt {
    padding: .3125em 0 0;
    font-weight: bold;
    text-align: left;
    margin: 0;
}
.vcPrivacyDefList dd {
    font-weight: normal;
    text-align: left;
    padding: 0 0 .3125em;
    margin: 0;
}
.vcPrivacyDefList dt:first-child {
    padding-top: 0;
}
.vcPrivacyDefList dd:last-child {
    padding-bottom: 0;
}

#vcPrivacySetupSubmit {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 1em;
}
.vcPrivacyOverlayTrigger {
    cursor: pointer;
}

.vcPrivacyNoPermission {
    background: #f2f2f2;
    border: 1px solid #ddd;
    text-align: center;
    padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (min-width: 640px) {
    .vcPrivacyDefList dt {
        clear: left;
        float: left;
        padding: .25em 0;
        width: 25%;
    }
    .vcPrivacyDefList dd {
        padding: .25em 0 .25em 20px;
        margin: 0;
        width: 75%;
        float: left;
    }
    .vcPrivacyDefList dt:first-child,
    .vcPrivacyDefList dt:first-child + dd {
        padding-top: 0;
    }
    .vcPrivacyDefList dt:nth-last-child(2),
    .vcPrivacyDefList dt:nth-last-child(2) + dd {
        padding-bottom: 0;
    }

    #vcPrivacySetupSubmit {
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
}

#breadcrumb {
    background-color: #f3faf2;
    color: #4e876b;
    padding: 0.5em 1em;
    width: 100%;
}
#breadcrumb a {
    color: #4e876b;
    text-decoration: none;
    font-size: 0.9em;
}
#breadcrumb a.last {
    color: #4e876b;
}
#breadcrumb .trenner {
    margin: 0 0.25em 0 0.5em;
    position: relative;
    top: 1px;
}

/* Termin-Slider */
#eventsSlider {
    margin: 20px 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(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0.9) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0.9) 100%);
    z-index: 0;
}
#eventsSlider .dateSliderButtonNext, #eventsSlider .dateSliderButtonPrev,
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    right: 0;
    bottom: 10px;
    margin-top: -1em;
    line-height: 1;
    font-size: 1.5em;
    color: #4e876b;
    background: none;
    text-align: center;
    width: 2em;
    z-index: 1;
    transition: all .3s;
    border: none;
}
.dateSliderButtonPrev > i, .dateSliderButtonNext > i {
    background-color: #FFF;
}
#eventsSlider .dateSliderButtonNext, .swiper-button-next {
    font-size: 2em;
}
#eventsSlider .dateSliderButtonNext:hover, #eventsSlider .dateSliderButtonPrev:hover,
.swiper-button-next:hover, .swiper-button-prev:hover {
    cursor: pointer;
}
#eventsSlider .dateSliderButtonPrev { right: 40px; }

.no-js #eventsSlider dateSliderButtonNext {
    display: none;
}
#eventsSlider .dateSliderButtonNext[disabled] {
    opacity: .5;
}
#eventsSlider .dateSliderDates li {
    text-align: center;
    webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    white-space: nowrap;
    width: auto;
}

#eventsSlider .dateSliderMonth {
    line-height: 2;
    font-size: 1em;
    padding: 10px 5px;
    list-style: none;
    margin: 0;
    text-transform: uppercase;
    color: #4e876b;
}
#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(255,255,255,0.9) 0%,rgba(255,255,255,0.9) calc(100% - 10px),rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) calc(100% - 10px),rgba(255,255,255,0) 100%);
    z-index: -1;
}
#eventsSlider .dateSliderDate {
    color: #555555;
}
#eventsSlider .dateSliderDate.today,
#eventsSlider .dateSliderDate.today .dayOfMonth{ color: #4e876b; font-weight: 700 !important; }
#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: #4e876b;
}
#eventsSlider .dateSliderDate.hasEvents {
    color: #4e876b;
    transition: background .3s;
    position: relative;
}
#eventsSlider .dateSliderDate.hasEvents:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 50%;
    margin-left: -3px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #4e876b;
}
#eventsSlider .dateSliderDate.hasEvents.endOfWeek,
#eventsSlider .dateSliderDate.hasEvents.holiday {
    color: #4e876b;
    font-weight: 600;
}
#eventsSlider .dateSliderDate.hasEvents:hover {
    background: #f9f6f4;
}
#eventsSlider .dateSliderDate.hasEvents.active {
    background: #4e876b;
    color: #FFF;
    height: auto;
}
#eventsSlider .dateSliderDate.hasEvents.active .dayOfMonth {
    color: #fff;
}

#eventsSlider .dateSliderEventsWrap {
    text-align: center;
}
#eventsSlider .dateSliderEvents {
    background: #FFF;
    color: #4e876b;
    padding: 0;
    margin-left: -20px;
    margin-right: -20px;
    border: 2px solid #4e876b;
}
#eventsSlider .noEventsHint {
    padding: 3em;
    width: 100%;
    text-align: center;
}
#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;
    margin: 20px 0;
    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;
    text-transform: uppercase;
}
#eventsSlider .dateSliderEvents .event .headline a {
    color: inherit;
    text-decoration: none;
}
#eventsSlider .dateSliderEvents .event .eventData {
    margin: 0;
    padding: 0;
}
#eventsSlider .dateSliderEvents .event .eventData li { display: inline-block; margin-right: 10px; padding-right: 10px; position: relative; }
#eventsSlider .dateSliderEvents .event .eventData li:after {
    content: "";
    position: absolute;
    background-color: #4e876b;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    right: -4px;
    top: 50%;
    margin-top: -2px;
}
#eventsSlider .dateSliderEvents .event .eventData li:last-child:after { display: none; }
#eventsSlider .dateSliderEvents .event .eventData + .eventDesc {
    margin-top: 10px;
}
#eventsSlider .dateSliderEvents .event .eventDesc {
    font-size: .833em;
    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,
.moreBtn a {
    right: 20px;
    color: #4e876b;
    font-weight: 700;
    margin-top: 0.5em;
    padding: 0.25em 0.5em;
    border: 2px solid #4e876b;
    text-decoration: none;
    display: inline-block;
}
#eventsSlider .dateSliderEvents .event .btnMore:hover { background-color: #4e876b; color: #FFF; }
#eventsSlider .dateSliderEvents .event .btnMore:after {
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30px);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30px);
}

#eventsSlider .dateSliderBtnMore {
    position: relative;
    padding-left: 2em;
    margin-bottom: 0;
    margin-top: 1em;
    display: inline-block;
}
#eventsSlider .dateSliderBtnMore { color: #4e876b; text-decoration: none; }
#eventsSlider .dateSliderBtnMore .counter {
    height: 1.667em;
    width: 1.667em;
    line-height: 1.667;
    text-align: center;
    border-radius: .833em;
    background: #4e876b;
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.833em;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 0.8em;
}
#eventsSlider .dateSliderBtnMore:hover .counter {
    background: #4e876b;
}

.events h3 a {
    color: #4e876b;
    text-decoration: none;
}
.no-events {
    background-color: #f2b67b;
    padding: 5px 15px;
    color: #bb7951;
    font-family: "Libre Baskerville";
    font-style: italic;
    text-align: center;
    margin-bottom: 4em;
}

@media (min-width: 720px) {
    #eventsSlider {
        margin: 2em 0 2em 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: 2px;
        position: absolute;
        background: #4e876b;
    }

    #eventsSlider .dateSliderEvents .event .eventDesc {
        max-height: none;
        display: none;
    }
}

/* Veranstaltungen Liste */
.events .event { position: relative; }
.events .event h3 {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 1.5em;
}
.events .event .dateText {
    margin-bottom: 1em;
    font-weight: 600;
    font-size: 90%;
    text-transform: uppercase;
}
.events .event .img {
    float: right;
    margin-top: -40px;
}
.events .event .img img {
    width: inherit;
    height: inherit;
    border-radius: 50%;
    right: 0;
}
.events .event p { padding-right: 120px; }

.leftContentCol {
    width: 35%;
    float: left;
    margin-top: 2em;
    margin-right: 0;
    background-color: #4e876b;
    position: absolute;
    left: 0;
    padding: 20px;
    color: #FFF;
}
.rightContentCol {
    width: 61%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    float: right;
}

.event_list, #events_liste, #event-container { height: 100%; }
.event_list #event-container {
    margin: 0;
    padding: 0;
    background-color: #d8eed5;
}
.event_list #event-container {
    list-style: none;
    position: relative;
}

#events_liste h3, #events_liste h3 a, #event-link a, #events_liste .shortinfo a { text-decoration: none; color: #4e876b; text-decoration: none; }
#events_liste h3 { margin: 5px 0; }
#events_liste h3 a { font-family: "Libre Baskerville"; font-style: italic; font-weight: 400; }
#events_liste .date { width: 25%; float: left; font-size: 16px; text-align: center; line-height: 18px; }
#events_liste .date span { font-size: 11px; text-align: center; display: block; }
#events_liste .date i { display: block; }
#events_liste .shortinfo a, #events_liste .info { font-size: 0.9em; }
#events_liste .description { padding-left: 30%; }
#events_liste p { margin: 0;  }
#event-link .hasEvents .text-link { position: relative; margin-top: 10px; }
#events_liste li {
    border-top: 1px solid #95b7a6;
    padding-top: 10px;
    padding-bottom: 5px;
}
#events_liste li:first-child{ border: none; }

.event-info {
    clear: both;
}
.event-info dd {
    border: 1px solid #4e876b;
    margin: 2px 0 5px 0;
    padding: 5px 10px;
}
.event-info h2 {
    background-color: #4e876b;
    color: #FFF;
    padding: 5px 10px;
    margin-bottom: 0;
}

.event-info a {
    color: #4e876b;
}

@media (max-width: 559px) {
    #events_liste .text-link {
        position: relative;
    }
}

@media (min-width: 768px) {
    #events_liste #event-link {
        position: absolute;
        width: 100%;
        bottom: 0;
    }

    .event-info dd {
        display: inline-block;
        width: 70%;
    }
}

@media (min-width: 979px) {

    .event-info {
        clear: initial;
        margin-top: 4em;
    }
    .event-info dd {
        display: inline-block;
        width: 50%;
    }
}

.border-box {
    border: 1px solid #4e876b;
    padding: 5px 10px;
}

/* Listenansicht der Events */
.event.listItem .moreBtn a:hover {
    background-color: #4e876b;
    color: #FFF;
}
.event.listItem .eventData {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    flex-direction: row;
}
.event.listItem .dateText, .event.listItem .location {
    background-color: #d8eed5;
    text-align: center;
    display: inline-block;
    padding: 5px 15px;
    margin: 5px 10px 5px 0;
    line-height: 18px;
}
.event.listItem .img {
    margin: -20px 0 0 10px;
}

    /* Parkangebote */
.list .articleWrap > .img-link {
    text-decoration: none;
    font-style: italic;
    font-family: 'Libre Baskerville';
    text-align: right;
    display: inline-block;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #FFF;
    opacity: 0.5; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #FFF;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #FFF;
}

/* Veranstaltung Detail */
.event-detail .dateText {
    margin: -1em 0 1em 0;
}

/* Veranstaltungen Filter */
#event-filter input {
    background: none;
    border: 1px solid #FFF;
    border-radius: 4px;
    color: #FFF;
    padding: 7px 10px;
    width: 100%;
}
#event-filter label { text-transform: uppercase; font-size: 90%; }
#event-filter .ui-state-highlight { color: #FFF; }
.modul_highlights #event-filter .reset-button {
    margin-top: 10px;
}

#datePicker { width: 100%; margin-bottom: 1.5em; }
#datePicker table { width: 100%; }
#datePicker .calWeek .normal, #datePicker .has-event { padding-bottom: 10px; text-align: center; }
#datePicker .has-event a,
#datePicker .calWeek .normal span,
#datePicker .calHead a {
    background-color: #d8eed5;
    color: #4e876b;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
    text-decoration: none;
}
#datePicker .has-event:hover, #datePicker .calWeek .normal:hover { cursor: pointer; }
#datePicker .calWeek .normal span, #datePicker .calHead a,
#datePicker .calHead a .icon {
    background-color: #95b7a6;
    color: #FFF;
    font-weight: 400;
}
#datePicker .calWeekdays td { padding: 5px 0; }
#datePicker .calWeekdays {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 90%;
}
#datePicker .calHead .current { text-align: center; font-size: 130%; }



@media (max-width: 959px) {
    /* Termine > Suchfilter */
    .leftContentCol, .rightContentCol {
        position: relative;
        width: 100%;
        float: none;
    }

    .rightContentCol .error {
        margin-bottom: 5em;
    }

    #datePicker, .calForm {
        width: 48%;
        display: inline-block;
    }

    #datePicker { margin-right: 4%; }
}

@media (max-width: 500px) {
    #datePicker, .calForm {
        width: 100%;
    }
    #datePicker { margin-right: 0; }
}

@media (min-width: 960px) {
    .modul_events .rightContentCol {
        min-height: 900px;
    }
}
@media (min-width: 1080px) {
    #eventsSlider .dateSliderEvents .eventPreviewImg {
        display: block;
    }
    #eventsSlider .dateSliderEvents .event.hasImg .eventInfo {
        padding-left: 100px;
    }
}

@media (min-width: 1400px) {
    .leftContentCol {
        width: 28%;
    }
    .rightContentCol {
        width: 65%;
    }
}

@media (min-width: 2000px) {
    .leftContentCol {
        width: 20%;
    }
    .rightContentCol {
        width: 73%;
    }
}


.withAside #content,
aside {
    position: relative;
    padding: 10px;
}

#contentWrapper:not(.withAside) #content {
    /*padding: 10px;*/
    clear: both;
    padding-top: 2em;
}

@media (min-width: 960px) {
    #contentWrapper.withAside {
        margin-left: -20px;
        margin-right: -20px;
        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;
    }
    .withAside #content,
    aside {
        padding: 20px;
    }
    .withAside #content {
        float: left;
        width: 70%;
    }
    aside {
        float: right;
        width: 30%;
    }
}
@media (min-width: 1440px) {
    aside {
        padding-left: calc(20px + 2%);
    }
    aside:before {
        margin-left: calc(15% - 20px);
    }
    .withAside #content {
        float: left;
        width: 67.66%;
    }
    aside {
        float: right;
        width: 32.33%;
    }
}
@media (min-width: 2000px) {
    .withAside #content {
        width: 75%;
    }
    aside {
        width: 25%;
    }
}

/* ==========================================================================
   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;
    height: 100%;
}
.gallery {
    margin: -5px -10px;
}
.img-count {
    margin: 5px 10px;
    text-align: right;
}
.imgContainer {
    float: left;
    padding: 10px;
    margin: 0;
    position: relative;
}
.img {
    display:block;
    position: relative;
    z-index: 1;
}
.img.effect {
    border: 5px solid #FFF;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.caption {
    font-size: 80%;
    line-height: 1.25;
    display: block;
    text-align: center;
    margin-top: .5em;
}

.imgLeft .imagesInnerWrap {
    float: left;
    margin-bottom: 1em;
}
.imgRight .imagesInnerWrap {
    margin-bottom: 1em;
    float: right;
}
.imgRight .caption {
    text-align: left;
}
.imgLeft .caption {
    text-align: right;
}
.imgWrap + .imgWrap:not(.swiper-slide) {
    margin-top: 1em;
}
.imgNone {
    margin: 1em auto;
}
.imgNone .imagesInnerWrap {
    margin: -1em;
    position: relative;
}
.imagesWrap .img-count {
    position: absolute;
    right: 1.5em;
    bottom: 2.5em;
    color: #FFF;
    z-index: 1;
}
.imagesWrap .img-count i {
    font-weight: 700;
}

.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: 5px 10px 5px 40px;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.map_legend .head .sprt {
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -16px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.map_legend:hover .head {
    background: #666;
}
.map_legend.aktiv .head {
    background: #4e876b;
}
.map_legend.aktiv .head .sprt {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* 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;
}
.box .vid {
    height: 100%;
}
.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: -54px;
    top: -32px;
    height: 64px;
    width: 64px;
    background: none;
    border: 2px solid #FFF;
    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 #4e876b;
}
.vid:hover .playIcon:after {
    border-color: #4e876b;
    border-radius: 50%;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    left: -58px;
}
.vid:hover .video-time {
    background: #4e876b;
    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;
    background: #FFF;
    width: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.stdTable:hover {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.stdTable + .stdTable {
    margin-top: 1em;
}
.stdTable tr th,
.stdTable tr td {
    padding: 6px 5px;
    -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;
    border-bottom: 3px solid #999;
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: #4e876b !important;
}
.stdTable tbody tr:nth-child(2n+1) td,
.stdTable > tr:nth-child(2n+1) td {
    background-color: #FFFFFF;
}
.stdTable tbody tr:nth-child(2n) td,
.stdTable > tr:nth-child(2n) td {
    background-color: #EEE;
}
.stdTable tr:hover td {
    background-color: rgba(0,0,0,.1);
}

/* 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 .medien-zusatzinfo a { display: inline; text-decoration: underline; }
.download a.hasImg {
    padding-left: 45px;
}
.download img {
    position: absolute;
    left: 0;
    top: .25em;
    display: block;
}
.download small {
    display: block;
    font-weight: normal;
    font-size: 80%;
}
.downloads li.video a {
    display:none;
}
.downloads li video {
    width:100%;
    height:auto;
}

@media only screen and (min-width: 480px) {
    .downloads .grids_2 .gridItem {
        width: 50%;
        float: left;
    }
    .downloads .grids_2 .gridItem:nth-child(2n+1) {
        clear: left;
    }
    .downloads .grids_4 .gridItem {
        width:25%;
        float:left;
    }
    .downloads .grids_4 .gridItem:nth-child(4n+1) {
        clear: left;
    }
}

/* Content: SUB NAV IN ARTICLEs */
#navSub ul li {
}
.sendenBtn { width: 100%; }
#navSub ul li a, .article-button a, .sendenBtn {
    position: relative;
    background-color: #4e876b;
    border: 2px solid #4e876b;
    color: #FFF;
    margin-bottom: 2px;
    transition: background-color 0.5s ease 0s;

    text-decoration: none;
    padding: 0.5em 0.8em;
    display: block;
}
.sendenBtn:hover {
    cursor: pointer;
}
/* Event-Button */
#rqstSearchSubmit {
    background-color: #d8eed5;
    color: #4e876b;
    width: 100%;
    font-weight: 600;
}
#navSub ul li a:after,
.article-button a:after{
    content: "";
    position: absolute;
    right: 5px;
    bottom: 5px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #d8eed5 transparent;
}
#navSub ul li a:hover, #navSub ul li a.active, .article-button a:hover, .sendenBtn:hover {
    border: 2px solid #4e876b;
    color: #4e876b;
    background-color: #d8eed5;
}
#navSub ul li a:hover:after, #navSub ul li a.active:after, .article-button a:hover:after {
    border-color: transparent transparent #4e876b transparent;
}

/* Unterpunkte */
#navSub ul li a.lvl3 {
    border-color: #d8eed5;
    background-color: #d8eed5;
    color: #4e876b;
    padding-left: 3em;
    position: relative;
}
#navSub ul li a.lvl3:before {
    content: "\f3bf";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 1.5em;
    font-weight: 900;
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}


.boxHead {
    text-align: center;
    color: #FFF;
    background-color: #4e876b;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    padding: 0.5em 1em;
    margin-bottom: 10px;
    font-weight: 600;
}

#parkinfo .ui-accordion-header .ui-accordion-header-icon {
    display: none;
}

.icon-wedding { position: relative; padding-left: 30px; }
.icon-wedding:before {
    content: "";
    background-image: url("../img/wedding_ring.svg");
    position: absolute;
    width: 25px;
    height: 25px;
    color: #FFF;
    background-size: cover;
    left: 0;
}

.ui-accordion .ui-accordion-header {
    font-family: 'Libre Baskerville';
    text-align: left;
    border: none;
    border-radius: 0;
    font-style: italic;
    text-transform: none;
    font-size: 1.2em !important;
}
.ui-accordion .boxContent {
    border: none;
    border-radius: 0;
    padding: 0.5em 1.5em !important;
}

/* Artikel Link/Button */
.article-button {
    display: inline-block;
    padding: 0;
    margin-top: 1em;
    margin-right: 1em;
    font-style: italic;
    font-family: 'Libre Baskerville';
}
.article-button a {
    padding: 0.5em 1.5em 0.5em 1em;
}
/* nicht zu weit scrollen */
.article-button a[href^="#"] {
    scroll-margin-top: 100px;
}
/* seltsamer Fall bei zwei Buttons 49%, der 2. Button nur 1% Margin */
div.tax_mobile-only .article-button:nth-child(2n) {
    margin-left: 1%;
}
@media only screen and (max-width: 959px) {
    .article-button {
        width: 49%;
        margin: 1em 0 0 0;
    }
    .article-button:nth-child(2n) {
        margin-left: 2%;
    }
}
@media only screen and (max-width: 469px) {
    .article-button {
        width: 48%;
    }
    .article-button:nth-child(2n) {
        margin-left: 2%;
    }
}

article a {
    color: #4e876b;
}


/* Content: FORMS */
.form .duty {
    font-weight: bold;
    color: #4e876b;
}
.form .hint .duty {
    padding: 2px;
}

.form .optsDuty input, .form .optsDuty textarea {
    border-left: 4px solid #4e876b;
}

.fehler_text {
    color: #C00;
}

.optsContainer {
    margin: 1em 0;
    text-align: left;
    overflow: hidden;
}
.optsContainer:after {
    clear: both;
    content: '';
    display: table;
}

.optsContainer + .optsContainer,
.optsContainer + .btnContainer,
fieldset + .btnContainer,
.optsContainer + fieldset,
.form fieldset + fieldset {
    margin-top: 2em;
}

.optsContainer > .error:first-child + label,
.optsContainer > label:first-child {
    display: block;
    margin: 0;
    text-align: left;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 5px;
}
.optsContainer > .error:first-child + label .duty,
.optsContainer > label:first-child .duty {
    padding-left: 5px;
    float: right;
    font-weight: bold;
    font-size: 1.25em;
    line-height: 80%;
}
.optsContainer > .error:first-child + label .shortInfo,
.optsContainer > label:first-child .shortInfo {
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
}
.optsContainer > .error:first-child + label .shortInfo:before,
.optsContainer > label:first-child .shortInfo:before {
    content:' (';
}
.optsContainer > .error:first-child + label .shortInfo:after,
.optsContainer > label:first-child .shortInfo:after {
    content:')';
}

.optsContainer input,
.optsContainer textarea,
.optsContainer select,
.optsContainer .selectWrap {
    width: 100%;
    padding: .5em;
    background: none;
    font-size: 1em;
    line-height: 1.5;
    -webkit-transition: border-color .2s;
    transition: border-color .2s;
}
.optsContainer input,
.optsContainer textarea,
.optsContainer select,
.optsContainer .selectWrap {
    border: 1px solid #4e876b;
}
.optsError .error {
    font-size: .8em;
    line-height: 1.33333;
    color: #C00;
    padding: .5em 0;
}
.optsError > .error:first-child + label,
.optsError > label:first-child {
    color: #C00;
}

.optsError input,
.optsError textarea,
.optsError select,
.optsError .selectWrap {
    border-bottom-color: #C00;
}
.optsContainer input:hover,
.optsContainer textarea:hover,
.optsContainer select:hover,
.optsContainer .selectWrap:hover {
    border-bottom-color: #666;
}

.optsContainer input:focus,
.optsContainer textarea:focus,
.optsContainer select:focus,
.optsContainer .selectWrap.focus {
    border-bottom-color: #4e876b;
}

.optsContainer input[type="radio"],
.optsContainer input[type="checkbox"] {
    border: none;
    width: auto !important;
    float: none !important;
}
.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;
}
.optsContainer .optsInline {
    display: inline-block;
    float: none;
    padding: .5em 0;
    margin: 0 2em 1em 0;
    cursor: pointer;
    -webkit-transition: border-color .2s, color .2s;
    transition: border-color .2s, color .2s;
}
.optsContainer .optsBlock {
    display: block;
    margin-left: 30%;
}
.mb-2, .optsContainer .optsBlock .mb-2 {
    margin-bottom: 2em;
    margin-top: -1.5em;
}
.optsContainer .optsInline:hover {
    border-bottom-color: #666;
}
.optsContainer .optsInline.optsChecked {
    border-bottom-color: #4e876b;
    color: inherit;
}
.optsContainer .optsLine {
    display: block;
}
.optsContainer .selectWrap {
    position: relative;
    padding: 0;
    padding-bottom: 0 !important;
}
.optsContainer .selectOver {
    position: absolute;
    left: 0;
    top: .5em;
    width: 100%;
    white-space: normal;
    overflow: hidden;
    padding-right: 20px;
}
.selectOver {
    pointer-events: none;
    display: none;
}
.optsContainer .selectOver:after {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -3px;
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: .429em .357em 0 .357em;
    border-color: #999 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: #4e876b;
}
.optsContainer .selectWrap select {
    width: 100% !important;
    opacity: 0;
    position: relative;
}

.optsContainer > .ipShort {
    float: left;
    width: 25%;
}
.optsContainer > .ipLong {
    float: left;
    width: 70%;
}
.optsContainer > .ipLong + .ipShort,
.optsContainer > .ipShort + .ipLong {
    margin-left: 4%;
}

.optsContainer .date {
    position: relative;
}
.optsContainer .date .sprt {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 0;
}
.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 .date {
    width: 100%;
}
.optsRange .from label,
.optsRange .to label {
    width: 100%;
    text-align: left;
    display: block;
    text-transform: none;
    font-size: 75%;
}
.optsRange .to {
    margin-top: 1em;
}

.optsContainer .optsBlock:not(.mb-2) {
    list-style: none;
    margin: 0 -2em -1em 0;
    padding: 0;
}

/* Form Type: BUTTONS */
.btnContainer {
    text-align: left;
}
.btnContainer button {
    min-width: 30%;
}
.btnContainer .btnLess,
.btnContainer .backLink {
    float: left;
    margin: 0;
}
.btnContainer button[type="reset"] {
    position: relative;
    padding-left: 42px;
}
.btnContainer button[type="reset"] .sprt {
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -16px;
}
.box .btnContainer button {
    width: 100%;
    box-shadow: none;
    font-size: 1.333em;
    padding-top: 0;
    padding-bottom: 0;
}
@media only screen and (min-width: 480px) {
    .optsRange .from,
    .optsRange .to {
        width: 50%;
        float: left;
        padding-left: .5em;
        padding-right: .5em;
    }
    .optsRange .from {
        padding-left: 0;
    }
    .optsRange .to {
        margin-top: 0;
        padding-right: 0;
    }
    .optsRange .from label,
    .optsRange .to label {
        margin-top: 8px;
    }
}
@media only screen and (min-width: 720px) {
    .optsContainer > .error:first-child + label,
    .optsContainer > label:first-child {
        float: left;
        text-align: left;
        width: 30%;
        padding-right: 2em;
        margin-top: 1em;
    }
    .sendenBtn { width: auto; }
    .btnContainer, .form .hint {
        margin-left: 30%;
    }
    .optsContainer > .error:first-child + label .shortInfo,
    .optsContainer > label:first-child .shortInfo {
        display: block;
        padding-top: .5em;
    }
    .optsError .error {
        margin-left: 30%;
    }
    .optsContainer:not(.optsCompact) input,
    .optsContainer:not(.optsCompact) textarea,
    .optsContainer:not(.optsCompact) select,
    .optsContainer:not(.optsCompact) .selectWrap,
    .optsContainer:not(.optsCompact) .optsBlock,
    .optsContainer:not(.optsCompact) .date {
        width: 70%;
        float: right
    }

    .optsContainer .optsBlock {
        margin-right: 0;
    }

    .optsContainer > .ipShort {
        width: 16%;
    }
    .optsContainer > .ipLong {
        width: 44%;
    }
}


/* Content: LISTS */
.list .listItem + .listItem {
    margin-top: 2em;
}
.list .listItem {
    background-color: #f3faf2;
}
.list .listItem h2, .nl-archiv h3 {
    font-style: italic;
    font-weight: 400;
}
.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: 2em;
    padding-right: 1em;
    margin-left: 15%;
}
.list .articleImgLeft.imgWidth-15 + .articleWrap,
.list .articleImgLeft.imgWidth-17 + .articleWrap,
.list .articleImgLeft.imgWidth-20 + .articleWrap {
    padding-left: 2em;
    padding-right: 1em;
    margin-left: 25%;
}
.list .articleImgLeft.imgWidth-25 + .articleWrap {
    padding-left: 2em;
    padding-right: 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: 2em;
    padding-left: 1em;
    margin-right: 15%;
}
.list .articleImgRight.imgWidth-15 + .articleWrap,
.list .articleImgRight.imgWidth-17 + .articleWrap,
.list .articleImgRight.imgWidth-20 + .articleWrap {
    padding-right: 2em;
    padding-left: 1em;
    margin-right: 25%;
}
.list .articleImgRight.imgWidth-25 + .articleWrap {
    padding-right: 2em;
    margin-right: 33.3%;
}
.list .articleWrap {
    padding-top: 1em;
    padding-bottom: 1em;
}
.list .more, .nl-archiv .letterItemMoreBtn {
    font-family: "Libre Baskerville";
    font-style: italic;
    text-align: right;
    text-decoration: none;
    position: relative;
    display: block;
    padding-right: 30px;
    color: #4e876b;
}
.list .more:after, .nl-archiv .letterItemMoreBtn:after {
    content: "\f30b";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    right: 5px;
    font-style: normal;
    font-weight: 900;
}

.list.newsletter-list .articleImgLeft {
    margin: 1em 0 0 0;
}

.list .listItem {
    padding: 1em;
}

#content .nl-archiv .letterUnsubscribe {
    display: none;
}

.nl-archiv h3 {
    margin-top: 0;

    font-size: 1.25em;
    line-height: 1.3em;
    font-family: 'Libre Baskerville';
    color: #4e876b;
}
.nl-archiv .mailBody > table {
    margin: 0 !important;
    width: 100% !important;
}

@media only screen and (min-width: 480px) {
    .list .articleImgLeft {
        margin-left: 0;
        margin-top: 1em;
    }
    .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: 2em;
        padding-right: 0;
        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: 2em;
        padding-left: 1em;
        margin-right: 50%;
    }

    .list .listItem {
        padding: 1em 2em;
    }
}

@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: 1em -1em 0;

    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: stretch;
    justify-content: flex-start; /*space-between;*/
    flex-wrap: wrap;
}
.gridWrap .gridSizer {
    width: 8.33%;
}
.gridWrap .articleGrid {
    padding: 0 1em 2em 1em;
    float: left;
    position: relative;
}
.gridWrap .leftContainer,
.gridWrap .rightContainer {
    width: 100%;
}
.gridWrap .rightContainer {
    float: right;
}

.articleGrid {
    position: relative;
    z-index: 1;
    width: 100%;
}
.articleGrid .box {
    position: relative;
    height: 100%;
}

.articleGrid .info > :first-child {
    margin-top: 0;
}
.articleGrid .info > :last-child {
    margin-bottom: 0;
}
.articleGrid .headline {
    margin: 0;
}
.articleGrid .headline a {
    text-decoration: none;
    display: block;
}
.articleGrid .imgWrap {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}
.articleGrid .imgWrap .caption {
    display: none;

    /*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: inherit;
}
.articleGrid .articleImgNone {
    margin: 0 auto;
    height: 100%;
}
.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 (max-width: 640px) {
    .masonryWrap, .gridWrap, .article + .clear + .masonryWrap {
        margin-top: 2em !important;
    }
}
@media only screen and (min-width: 480px) {
    .gridWrap .gridWidth_25 {
        width: 50%;
    }
    .gridWrap .gridWidth_75 {
        width: 50%;
    }
}

@media only screen and (min-width: 560px) {
    .gridWrap .gridWidth_50,
    .gridWrap .leftContainer,
    .gridWrap .rightContainer {
        width: 50%;
    }

    .gridWrap .gridWidth_50.tax_panorama {
        width: 100%;
    }
}

@media only screen and (min-width: 640px) {
    .gridWrap .gridWidth_33 {
        width: 50%;
    }
}

@media only screen and (min-width: 960px) {
    .gridWrap .gridWidth_25 {
        width: 25%;
    }
    .gridWrap .gridWidth_75 {
        width: 75%;
    }
}
@media only screen and (min-width: 1250px) {
    .gridWrap .gridWidth_33 {
        width: 33.33%;
    }
}
@media only screen and (min-width: 1600px) {
    .gridWrap .gridWidth_50.tax_panorama iframe {
        height: 650px;
    }
}

/* Popout */
.popout {
    background-color: #d8eed5;
    border-left: 10px solid #4e876b;
    padding: 1em;
    position: relative;
}
.popout h1, .popout .h1 {
    border: none;
    padding-left: 0;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 5px;
}
.popout h3, .popout .h3 {
    font-weight: 600;
    margin-top: 0;
    font-size: 1.2em;
    margin-bottom: 2em;
}
.popout .img {
    border-radius: 50%;
}
.popout .imagesWrap {
    width: 80%;
    margin: 2em auto;
}
@media only screen and (min-width: 480px) {
    .popout .imagesWrap {
        width: 60%;
    }
}
@media only screen and (min-width: 760px) {
    .popout .imagesWrap {
        width: 40%;
    }
}
@media only screen and (min-width: 960px) {
    .popout {
        padding: 2em;
    }
    .popout .imagesWrap {
        width: 30%;
        margin: 0;
        margin-top: -6%;
    }

    .popout.ltr .imagesWrap {
        float: right;
        margin-left: 2em;
    }
    .popout.rtl .imagesWrap {
        float: left;
        margin-right: 2em;
    }
}
@media only screen and (min-width: 1600px) {
    .popout .imagesWrap {
        width: 20%;
        margin-top: -8%;
    }
}
@media only screen and (min-width: 2000px) {
    .popout .imagesWrap {
        margin-top: -6%;
    }
    .popout .imagesWrap .img {
        max-width: 330px;
    }
}

/* 2-spaltiger Text */
.text-50-50 {
    column-count: 1;
}
@media only screen and (min-width: 960px) {
    .text-50-50 {
        column-count: 2;
        margin: 1em 0;
        column-gap: 50px;
    }
    .text-50-50 p {
        margin: 0;
    }
}

.tax_mobile-only {
    display: none;
}

@media only screen and (max-width: 959px) {
    .tax_mobile-hidden, .mobile-hidden {
        display: none;
    }
    .tax_mobile-only {
        display: block;
    }
    .event_list {
        /*display: none;*/
    }
}

/* Lückenfüller Kachel */
.tax_textOnly .more { display: none; }
@media only screen and (min-width: 1500px) {
    .tax_mobile-tablet-only {
        display: none;
    }
}

#db-regio-widget {
    background-color: #eaeef1;
    text-align: right;
}

/* Site: PAGE JUMPS */
.jumper {
    margin: 1em 0;
    position: relative;
    height: 40px;
}
.jumper .resultStats,
.pagerJumper .divider {
    display: none;
}
.jumper .pagerJumper {
    display:block;
    margin:0 auto;
    position:absolute;
    right:0;
}
.pagerJumper a {
    padding: 10px 0;
    margin:0 5px;
    display:block;
    float:left;
    width:40px;
    height:40px;
    background: #d8eed5;
    color: #4e876b;
    font-weight: normal;
    line-height: 20px;
    text-align:center;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.pagerJumper a:hover {
    background: #4e876b;
    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:#4e876b;
}
.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: #666;
    text-decoration: none;
    max-width: 35%;
    overflow: hidden;
}
.pages a span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
}
.pages a.enabled:first-child:after,
.pages a.enabled:last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border-color: transparent #4e876b 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 #4e876b;
    border-width: .357em 0 .357em .429em;
    right: 0;
    left: auto;
}
.pages a.disabled {
    color: #CCC;
    text-decoration: none;
}
.toggle-target {
    display: none;
}

.img-responsive {
    width: 100%;
    height: auto;
}
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}
.no-padding {
    padding: 0 !important;
}

/* Modul Highlights */
.modul_highlights {
    background: #e8f5e6 url(../img/highlights_muster.svg);
}
.modul_highlights #navMobiWrapper { border-bottom: none; }
.modul_highlights footer { background-color: #FFF; }

.modul_highlights #breadcrumb,
.modul_highlights .site-switch {
    display: none;
}
.modul_highlights .teaser li .teaserItemTitleInner .wrapInner {
    position: relative;
    padding-right: 20px;
}
.modul_highlights .teaser li .teaserItemTitleInner .wrapInner:after {
    /*content: "";
    position: absolute;
    right: 10px;
    top: -5%;
    background: url("../img/highlights_siegel_2024.png") top right no-repeat;
    background-size: contain;
    width: 100%;
    height: 200px;*/
}

.modul_highlights #content {

}
.modul_highlights #content > .article:not(.event-detail) {
    background: #FFF;
    padding: 5px;
    position: relative;
}
.modul_highlights #content > .article:not(.event-detail):before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border: 2px solid #d3bb4d;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    pointer-events: none;
}
.modul_highlights #content > .article h1,
.modul_highlights #content > .article h2{
    color: #d3bb4d;
    border: none;
    padding: 0;
    margin-top: 0;
}
.modul_highlights #content > .article a {
    color: #d3bb4d;
}
.modul_highlights #content > .article p {
    color: #000;
    margin-bottom: 0;
}
/* Spiralen */
.modul_highlights #content > article > div {
    position: relative;
    padding: 20px 5%;
    overflow: hidden;
}
.modul_highlights #content > article > div:before,
.modul_highlights #content > article > div:after{
    content: "";
    position: absolute;
    top: 20px;
    right: -40px;
    width: 150px;
    height: 150px;
    z-index: 5;
    background: url("../img/spirale_highlights.svg") no-repeat;
    pointer-events: none;
    background-size: cover;
    opacity: 0.8;
}
.modul_highlights #content > article > div:after {
    top: auto;
    bottom: -50px;
    right: unset;
    left: -80px;
    width: 250px;
    height: 250px;
}
.modul_highlights #event-filter {
    width: 100%;
    float: none;
    position: relative;
    background: rgba(255,255,255, 0.4);
    margin-bottom: 30px;

    scroll-margin-top: 300px;
}
.modul_highlights #event-filter #suchwort { margin-top: 15px; }
/* linkes Suchformular */
.modul_highlights #event-filter .calForm {
    width: 100%;
    margin: 0;
    background-color: #4e876b;
    padding: 20px;
}
.modul_highlights #event-filter .calForm .rubriken {
    overflow: auto;
}
.modul_highlights .gridWidth_12x6 .wrap {
    border: 2px solid #b61a4f !important;
    color: #b61a4f;
    background: none;
    top: 0 !important;
}
.masonryGridItem.gridWidth_12x6 .wrap .info {
    transform: none;
    position: relative;
    min-height: 300px;
}
.modul_highlights .gridWidth_12x6 .textWrap {
    border: none !important;
    color: #b61a4f;
    background: none;
    top: 0 !important;
}
.modul_highlights .gridWidth_12x6 .textWrap h2 {
    color: #b61a4f;
    font-size: 2em;
    line-height: 1em;
    margin-bottom: 1em;
}
.modul_highlights .gridWidth_12x6 .textWrap h2 span {
    color: #7f183b;
    display: inline-block;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 0.5em;
    line-height: 1.8em;
}
.modul_highlights .gridWidth_12x6 .textWrap p {text-decoration: none; }
.modul_highlights .gridWidth_12x6 .articleTeaser { text-align: center; }
.modul_highlights .gridWidth_12x6 .articleTeaser .imgWrap {
    border-radius: 50%;
    position: relative;
    height: 250px;
    width: 250px;
    overflow: hidden;
    display: inline-block;
}
.modul_highlights .gridWidth_12x6 .wrap {
    background: #FFF url("../img/flowers_pattern.jpg") bottom no-repeat;
    background-size: cover;
    transition: transform .3s;
    text-decoration: none;
    padding-bottom: inherit;
    height: 100%;
}
.masonryGridItem.gridWidth_12x6:hover .wrap .info {
    transform: none;
}
.modul_highlights .gridWidth_12x6:hover .wrap {
    /*transform: scale(1.02) translateY(-1%);*/
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.modul_highlights .masonryGridItem.gridWidth_12x6:hover .articleTeaser { box-shadow: none !important; }


/* Rubriken als Image-Checkbox */
.modul_highlights #event-filter .calForm .check-block {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.modul_highlights #event-filter .rubriken input[type="checkbox"] {
    -webkit-appearance: none;
    display: none;
    position: relative;
    width: 100%;
    cursor: pointer;
    border: none;
}
.modul_highlights #event-filter .rubriken .rubrik {
    display: inline-block;
    position: relative;
    margin-bottom: 2em;
    max-width: 100px;
    min-height: 150px;
}
.modul_highlights #event-filter .rubriken .rubrik label {
    padding: 0;
}
.modul_highlights #event-filter .rubriken .rubrik .icon {
    font-size: 4em;
    padding: 10px;
    width: 100px;
    height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.modul_highlights #event-filter .rubriken .rubrik .text {
    position: relative;
    color: #FFF;
    text-transform: none;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    margin-top: 10px;
    left: 0;
    right: 0;
    display: block;
}
.modul_highlights #event-filter .rubriken .icon {
    background-color: #4e876b;
    border: 4px solid #d8eed5;
    border-radius: 50%;
    color: #FFF;
    transition: all 0.5s ease 0s;
}
.modul_highlights #event-filter .rubriken label:hover .icon,
.modul_highlights #event-filter .rubriken input[type="checkbox"]:checked + label .icon{
    cursor: pointer;
    background-color: #c6e2c2;
    border-color: #4e876b;
    color: #4e876b;
}

.reset-button {
    background: none;
    border: none;
    color: #d8eed5;
    position: relative;
    padding: 0;
    display: block;

    -webkit-appearance: button;
    cursor: pointer;
}
.reset-button i {
    margin-right: 5px;
}

/* Highlights Detailseite */
.modul_highlights .event-detail .dateText {
    color: #d3bb4d;
}
.modul_highlights #content .event-detail .download a {
    color: #4e876b;
    display: inline-block;
}
.modul_highlights #content .highlight-detail-box {
    padding: 5px;
    position: relative;
    background: #FFF;
    margin-bottom: 1em;
}
.modul_highlights #content .highlight-detail-box > div {
    position: relative;
    padding: 20px 40px;
    overflow: hidden;
    margin: 0;
}
.modul_highlights #content .highlight-detail-box:before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border: 2px solid #d3bb4d;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    pointer-events: none;
}
.modul_highlights #content .highlight-box .event-info {
    margin-top: 0;
    color: #4e876b;
}
.modul_highlights #content .event-info p {
    color: #4e876b;
}
.modul_highlights .event-detail h4 {
    font-family: 'Libre Baskerville';
}

.modul_highlights .event-detail h5 {
    position: relative;
    padding-left: 20px;
}
.modul_highlights .event-detail h5:before {
    content: "\f02e";
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    color: #4e876b;
    font-family: "FontAwesome";
    z-index: 6;
    width: 20px;
    font-weight: 700;
    display: block;
}


@media only screen and (min-width: 320px) {
    .modul_highlights .gridWidth_12x6 .textWrap p {
        padding-right: 0;
    }
}
@media only screen and (max-width: 639px) {
    .modul_highlights .gridWidth_12x6 .articleTeaser .imgWrap {
        margin-top: 2em;
    }
    .modul_highlights .gridWidth_12x6 .articleTeaser,
    .modul_highlights .gridWidth_12x6 .info {
        position: relative;
    }
}
@media only screen and (min-width: 640px) {
    .modul_highlights .gridWidth_12x6 .articleTeaser {
        border-radius: 50%;
        position: relative;
        height: 250px;
        width: 250px;
        overflow: hidden;
    }

    .modul_highlights .gridWidth_12x6 .articleTeaser {
        position: absolute;
        right: 30px;
        top: calc(50% - 125px);
        left: auto;
        bottom: auto;
    }

    .modul_highlights .gridWidth_12x6 .textWrap p {
        padding-right: 270px;
    }
}
@media only screen and (min-width: 968px) {
    .modul_highlights .gridWidth_12x6 .articleTeaser {
        height: 300px;
        width: 300px;
        padding-top: 25px;
    }

    .modul_highlights .gridWidth_12x6 .articleTeaser {
        top: calc(50% - 150px);
    }

    .modul_highlights .gridWidth_12x6 .textWrap p {
        padding-right: 320px;
    }

    .modul_highlights #event-filter .calForm {
        width: 30%;
        margin: -20px 0 -20px -20px;
    }
    .modul_highlights #event-filter .calForm .rubriken {
        position: absolute;
        left: 35%;
        top: 0;
        width: 60%;
        height: 100%;
        margin: 0;
    }

    .modul_highlights #event-filter .rubriken .rubrik {
        margin-bottom: 0;
    }

    .modul_highlights #event-filter .calForm .check-block {
        display: flex;
        justify-content: space-around;
        flex-wrap: inherit;
        height: 100%;
        width: 100%;
        align-items: center;
    }
    .modul_highlights #event-filter .rubriken .rubrik .text {
        color: #000;
    }
}
@media only screen and (min-width: 1120px) {
    .modul_highlights .gridWidth_12x6 .textWrap p {
        column-count: 2;
    }
}


/* Kacheln */
.modul_highlights #highlight-grid {
    margin: 0 -1em -10px -1em !important;
}
.modul_highlights .articleWrap {
    position: relative;
}
.modul_highlights .articleTeaser .imgWrap {
    padding-bottom: 0 !important;
    height: 100%;
    background-size: cover !important;;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;;
    display: block;
    position: relative;
}
.modul_highlights .textWrap {
    background-color: rgba(0,0,0, 0.4);
    border: 2px solid #d3bb4d;
    margin: 5px;
}
.modul_highlights .textWrap h2 {
    color: #FFF;

    font-family: 'Libre Baskerville';
    font-style: italic;
    font-weight: 400;
    font-size: 1.5em;
}

/* Captcha */
.optsCaptcha {
    display: block !important;
    margin-top: 2em !important;
    clear: both !important;
}
.optsCaptcha .captchaImgWrap,
.optsFieldCaptcha .captchaImgWrap {
    margin-top: 10px;
}
.optsCaptcha .optsCaptchaGraphics,
.optsFieldCaptcha .optsCaptchaGraphics {
    width: 100%;
    height: auto;
    display: block;
}
.optsCaptcha.optsContainer input, .optsCaptcha.optsContainer .optsBlock { float: none; }
.optsCaptcha .captchaReload,
.optsFieldCaptcha .captchaReload {
    display: block;
    margin-top: 5px;
    cursor: pointer;
    padding: .5em;
}

.optsContainer.optsCompact:not(.optsCaptcha) input[placeholder]::-webkit-input-placeholder {
    /* WebKit browsers */
    color: transparent;
}
.optsContainer.optsCompact:not(.optsCaptcha) input[placeholder]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent;
}
.optsContainer.optsCompact:not(.optsCaptcha) input[placeholder]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent;
}
.optsContainer.optsCompact:not(.optsCaptcha) input[placeholder]:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent;
}
.optsContainer.optsCompact:not(.optsCaptcha) input[placeholder]::placeholder {
    color: transparent;
}


.optsContainer.optsCompact.optsCaptcha input[placeholder]::-webkit-input-placeholder {
    /* WebKit browsers */
    color: inherit;
    opacity: .5;
}
.optsContainer.optsCompact.optsCaptcha input[placeholder]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: inherit;
    opacity: .5;
}
.optsContainer.optsCompact.optsCaptcha input[placeholder]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: inherit;
    opacity: .5;
}
.optsContainer.optsCompact.optsCaptcha input[placeholder]:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: inherit;
    opacity: .5;
}
.optsContainer.optsCompact.optsCaptcha input[placeholder]::placeholder {
    color: inherit;
    opacity: .5;
}
.captchaReload {

}
.optsCaptcha .shortInfo {
    display: block;
    font-size: 90%;
}
.optsError label {
    color: #C00;
}

@media only screen and (min-width: 480px) {
    .optsCaptcha .optsBlock,
    .optsFieldCaptcha .optsBlock {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .optsCaptcha .captchaCode,
    .optsFieldCaptcha .captchaCode {
        margin-right: 20px;
    }
    .optsCaptcha .captchaImgWrap,
    .optsFieldCaptcha .captchaImgWrap {
        margin-top: 0;
    }
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
