@import url('https://fonts.verwaltungsportal.de/import/?family=Libre+Franklin:400,400i,700,700i%7CYanone+Kaffeesatz:700,700i');

body {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    color: #444444;
    background: #ffffff;
    font-size: 0.9375rem;
    /* 1rem = 16px */
    line-height: 1.5;
}

a {
    color: #598000;
}

a:hover,
a:focus {
    color: #598000;
    text-decoration: underline;
}

main a, b, strong {
    font-weight: 700;
}

#overflow {
    overflow: hidden;
}

a:focus {
    outline: 3px solid #598000 !important;
}

button:focus {
    outline: 3px solid #598000 !important;
}

form:focus {
    outline: 3px solid #598000 !important;
}

#newsletter_input:focus,
#newsletter_submit:focus,
#search_input:focus,
#search_submit:focus {
    outline: 3px solid #598000 !important;
}

#google_translate_element{
    margin-top: 30px;
}

@media (max-width: 991px) {
    #google_translate_element{
        text-align: center;
        
    }
}
/* ----------------------------------------------- topbar ----------------------------------------------- */

#topbar>.row {
    background: #ffffff;
    font-size: 0.875rem;
}

@media (min-width: 992px) {

    #topbar{
        padding: 12px 0;
    }

    #topbar>.row>div:last-child {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #topbar>.row>div>*:not(:last-child) {
        border-right: 1px solid rgba(0, 0, 0, 0.12);
        margin-right: 15px;
        padding-right: 15px;
    }
}

/* ---------------------------------------------- easy lang --------------------------------------------- */

.welcome {
    display: inline-block;
    font-size: clamp(1.125rem, 2vw, 1.25rem);
    font-weight: 500;
    color: #261853;
}

@media (max-width: 991px) {
    .welcome{
        margin-bottom: 10px;
        
    }
}

/* ------------------------------------------------ styler ---------------------------------------------- */

#style {
    padding-left: 26px;
    background: url('../img/fontsize.png') center left no-repeat;
}

#contrast_style button,
#style button {
    padding: 0;
    border: none;
    color: #58453a;
    display: inline-block;
    width: 32px;
    height: 32px;
    font-weight: 400;
    text-align: center;
    background: transparent;
    position: relative;
    line-height: 1;
}

#contrast_style button {
    padding: 3px 0 0 0;
}

#style button {
    padding: 0;
}

#contrast_style button+button,
#style button+button {
    margin-left: -6px;
}

#contrast_style button:hover,
#contrast_style button:focus,
#style button:hover,
#style button:focus {
    background: #f2e9e1;
}

#contrast_style img {
    background: #ffffff;
}

/* ----------------------------------------------- search ----------------------------------------------- */


#search{
    max-width: 235px;
    width: 100%;
}

#search2,
#search {
    height: 36px;
    background: #ffffff;
    display: inline-block;
    position: relative;
    margin-top: 0;
    border-bottom: 2px solid #98b50c;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

#search2 {
	margin-left: 15px;
	margin-right: 10px;
	width: calc(100% - 100px);
	margin-bottom: 10px;
    margin-top: 16px;

}

input[id*="search_input"]{
    color: #444444;
    font-size: 16px;
    display: block;
    font-style: italic;
    background: transparent;
    padding: 0;
    border: 0;
    line-height: 36px;
    padding-left: 10px;
    padding-right: 43px;
    height: 36px;
    width: 100%;
}
input[id*="search_submit"] {
    width: 36px;
    background: #ffffff url('../img/lupe-icon.png') center no-repeat;
    padding: 0;
    cursor: pointer;
    line-height: 36px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    font-size: 0;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
input[id*="search_input"]:hover{
    background-color: #f2e9e1;
}
input[id*="search_input"]::-ms-input-placeholder {
    color: #444444 !important;
    font-style: italic;
}
input[id*="search_input"]::-webkit-input-placeholder {
    color: #444444 !important;
    font-style: italic;
}
input[id*="search_input"]::-moz-placeholder {
    opacity: 1;
}
input[id*="search_input"]:-moz-placeholder {
    opacity: 1;
}

/* ----------------------------------------------- logo ----------------------------------------------- */

.logo {
    background: #ffffff;
    padding: 21px 20px;
    display: inline-block;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
    .logo {
        position: relative;
        z-index: 50;
        margin-bottom: -20px;
    }
}

@media (min-width: 992px) {
    .logo {
        position: absolute;
        left: 15px;
        top: -70px;
        z-index: 50;
        display: block;
        -webkit-transition: all 0.4s 0s linear;
        -moz-transition: all 0.4s 0s linear;
        -o-transition: all 0.4s 0s linear;
        transition: all 0.4s 0s linear;
    }

    .is-sticky .logo {
        top: 0;
    }

    .is-sticky .logo img {
        max-width: 130px;
    }
}

.logo img {
    display: block;
    transition: all 300ms;
}

@media (max-width: 991px) {
    .logo img {
        max-width: 130px;
        width: 100%;
    }
}

/* --------------------------------------- navigation --------------------------------------- */

/* burgermenu for tablet */

@media (max-width: 991px) {
    #burgerButton {
        font-size: 0;
        display: block;
        height: 50px;
        width: 60px;
        border-radius: 2px;
        padding: 6px 8px;
        cursor: pointer;
        background: #ffffff;
        border: none !important;
        -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
    }

    #burgerButtonInner2, #burgerButton:after, #burgerButtonInner {
        background-color: #00799e;
        border-radius: 2px;
        position: absolute;
        width: 40px;
        height: 3px;
        left: 10px;
        -webkit-transition: transform 200ms linear, opacity 200ms linear;
        -moz-transition: transform 200ms linear, opacity 200ms linear;
        -ms-transition: transform 200ms linear, opacity 200ms linear;
        -o-transition: transform 200ms linear, opacity 200ms linear;
        transition: transform 200ms linear, opacity 200ms linear;
    }

    #burgerButton[aria-expanded="true"] #burgerButtonInner {
        -webkit-transform: rotate(-45deg) translate(-6px, 6px);
        transform: rotate(-45deg) translate(-6px, 6px);
    }

    #burgerButton[aria-expanded="true"] #burgerButtonInner2 {
        opacity: 0;
    }

    #burgerButton[aria-expanded="true"]:after {
        -webkit-transform: rotate(45deg) translate(-4px, -6px);
        transform: rotate(45deg) translate(-4px, -6px);
    }

    #burgerButtonInner {
        top: 16px;
    }

    #burgerButtonInner2 {
        top: 24px;
    }

    #burgerButton:after {
        top: 32px;
        content: "";
        display: block;
    }

    .navbar-nav {
        margin: 20px 0;
    }

    .navbar-collapse {
        padding-top: 30px;
        top: 0;
        background: #ffffff;
        position: fixed;
        left: -100%;
        bottom: 0;
        z-index: 100;
        height: auto !important;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
        opacity: 0;
        pointer-events: none;
        overflow-y: auto;
        -webkit-transition: left 300ms linear, opacity 300ms linear;
        -moz-transition: left 300ms linear, opacity 300ms linear;
        -ms-transition: left 300ms linear, opacity 300ms linear;
        -o-transition: left 300ms linear, opacity 300ms linear;
        transition: left 300ms linear, opacity 300ms linear;
    }

    .navbar-collapse[aria-expanded="true"],
    .navbar-collapse.in {
        left: 0;
        opacity: 1;
        pointer-events: auto;
    }

    .navbar-header {
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 101;
    }

    .navbar-toggle::before {
        content: "";
        opacity: 0;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 0;
        z-index: -1;
        display: block;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: width 300ms linear, opacity 300ms linear;
        -moz-transition: width 300ms linear, opacity 300ms linear;
        -ms-transition: width 300ms linear, opacity 300ms linear;
        -o-transition: width 300ms linear, opacity 300ms linear;
        transition: width 300ms linear, opacity 300ms linear;
    }

    .navbar-toggle[aria-expanded="true"]::before {
        opacity: 1;
        width: 90px;
    }

    .dropdown-toggle-button-wrapper {
        top: 6px;
        right: 0;
    }

    .dropdown-toggle-button-wrapper2 {
        top: 3px;
    }
}

@media (min-width: 575px) and (max-width: 991px) {
    .navbar-collapse {
        width: 60%;
    }

    .navbar-collapse.collapse.in:after,
    .navbar-toggle[aria-expanded="true"]::before {
        width: 40%;
    }
}

/* menu desktop */

@media (min-width: 992px) {
    #menu {
        -webkit-transition: all 0.4s 0s linear;
        -moz-transition: all 0.4s 0s linear;
        -o-transition: all 0.4s 0s linear;
        transition: all 0.4s 0s linear;
    }

    .is-sticky #menu {
        background: #00799e;
        padding-bottom: 30px;
    }

    #menu-sticky-wrapper {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: 49;
    }

    #menu:focus-within::after {
        opacity: 1;
    }

    nav.horizontally .navbar-nav {
        margin: 30px 0 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    nav.horizontally .navbar-default .navbar-nav>li {
        flex-grow: 1;
    }

    .navbar-default .navbar-nav li[class*="toplevel"]>ul {
        display: flex !important;
        min-height: 250px;
        flex-wrap: wrap;
        pointer-events: none;
        position: absolute;
        opacity: 0;
        top: calc(100% + 30px);
        left: -233px;
        right: 15px;
        z-index: 1000;
        padding: 30px 40px 30px 270px;
        -webkit-transition: top 300ms linear, opacity 300ms linear;
        -moz-transition: top 300ms linear, opacity 300ms linear;
        -ms-transition: top 300ms linear, opacity 300ms linear;
        -o-transition: top 300ms linear, opacity 300ms linear;
        transition: top 300ms linear, opacity 300ms linear;
    }

    .navbar-default .navbar-nav li[class*="toplevel"]:hover>ul {
        pointer-events: auto !important;
        opacity: 1 !important;
        top: 100%;
    }

    .navbar-default .navbar-nav li[class*="toplevel"]:focus-within>ul {
        pointer-events: auto !important;
        opacity: 1 !important;
        top: 100%;
    }

    .nav li[class*="toplevel"].open>.dropdown-menu {
        pointer-events: none !important;
        opacity: 0 !important;
    }

    nav.horizontally .navbar-nav>li>.dropdown-menu>li {
        width: 33.33%;
    }

    nav.horizontally .navbar-nav>li>.dropdown-menu>li:not(:nth-child(1)):not(:nth-child(3n+4)) {
        border-right: 1px solid rgba(0, 0, 0, 0.12);
    }

    nav.horizontally .navbar-nav>li>.dropdown-menu::before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        width: 230px;
        height: 100%;
        background-color: #cfbfeb;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    nav.horizontally .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        display: block !important;
        padding-bottom: 10px;
    }
}

@media (min-width: 1200px) {
    .navbar-default .navbar-nav li[class*="toplevel"]>ul {
        left: -285px;
        padding-left: 290px;
    }

    nav.horizontally .navbar-nav>li>.dropdown-menu::before {
        width: 270px;
    }
}

/* ---------------------------------------------- toplevel ---------------------------------------------- */

.navbar-default .navbar-nav>li>a {
    color: #261853;
    background: #ffffff;
    font-weight: 700;
    text-align: left;
    padding: 12px 0;
    position: relative;
    font-size: 1.75rem;
    line-height: 1.2;
    text-decoration: none;
    font-family: "Yanone Kaffeesatz", sans-serif;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    nav.horizontally .navbar-nav>li>a.dropdown-toggle {
        padding-right: 35px;
    }
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li+li {
        margin-left: 15px;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 26px 15px 20px 15px;
        text-align: center;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        text-align: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        min-height: 101px;
        font-size: 3.125rem;
    }

    .navbar-default .navbar-nav>li>a.dropdown-toggle::before {
        content: "";
        opacity: 0;
        pointer-events: none;
        position: absolute;
        display: block;
        left: 50%;
        margin-left: -24px;
        bottom: -60px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 24px 20px 24px;
        border-color: transparent transparent #ffffff transparent;
        -webkit-transition: opacity 300ms linear, bottom 300ms linear;
        -moz-transition: opacity 300ms linear, bottom 300ms linear;
        -ms-transition: opacity 300ms linear, bottom 300ms linear;
        -o-transition: opacity 300ms linear, bottom 300ms linear;
        transition: opacity 300ms linear, bottom 300ms linear;
    }
}

@media (min-width: 1200px) {
    .navbar-default .navbar-nav>li+li {
        margin-left: 30px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 992px) {
    .navbar-default .navbar-nav>li>a {
        display: block;
        min-height: 0px;
    }
}

.navbar-default .navbar-nav>li>a::after {
    content: "";
    display: block;
    height: 4px;
    width: 0;
    max-width: 100px;
    background: #98b50c;
    margin: 2px 0 0 0;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 300ms linear, width 300ms linear;
    -moz-transition: opacity 300ms linear, width 300ms linear;
    -ms-transition: opacity 300ms linear, width 300ms linear;
    -o-transition: opacity 300ms linear, width 300ms linear;
    transition: opacity 300ms linear, width 300ms linear;
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li>a::after {
        margin-left: auto;
        margin-right: auto;
    }
}

/* -------------------------------------------- toplevel-over ------------------------------------------- */

.navbar-nav>li:hover>a::after,
.navbar-nav>li>a:hover::after,
.navbar-nav>li>a:focus::after,
.navbar-nav>li.open>a::after,
.navbar-nav>li.open>a:hover::after,
.navbar-nav>li.open>a:focus::after,
.navbar-nav>li[class$="_over"]>a::after,
.navbar-nav>li[class$="_over"]>a:hover::after,
.navbar-nav>li[class$="_over"]>a:focus::after {
    width: 80%;
    opacity: 1;
}

.navbar-nav>li:focus-within>a::after {
    width: 100%;
    opacity: 1;
}

@media (min-width: 992px) {

    .navbar-nav>li:hover>a.dropdown-toggle::before,
    .navbar-nav>li>a.dropdown-toggle:hover::before,
    .navbar-nav>li>a.dropdown-toggle:focus::before {
        bottom: -30px;
        opacity: 1;
    }

    .navbar-nav>li:focus-within>a.dropdown-toggle::before {
        bottom: -30px;
        opacity: 1;
    }
}

/* -------------------------------------- secondlevel + thirdlevel dropdown-box -------------------------------------- */

.navbar-default .navbar-nav>li>.dropdown-menu {
    background-color: #ffffff;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.navbar-default .navbar-nav>li:nth-child(3n+1)>.dropdown-menu,
.navbar-default .navbar-nav>li:nth-child(3n+2)>.dropdown-menu {
    background-image: url('../img/icon-hintergrund-subnav-activ-und-natur.png');
}

.navbar-default .navbar-nav>li:nth-child(3n+3)>.dropdown-menu {
    background-image: url('../img/icon-hintergrund-subnav-erleben.png')

}

@media (max-width: 991px) {
    .navbar-default .dropdown-menu {
        padding: 10px 0;
    }
}

@media(min-width:992px) {
    .navbar-default .navbar-nav>li>.dropdown-menu {
        margin-top: 30px;
    }

    .navbar-default .navbar-nav>li>.dropdown-menu::after {
        content: "";
        position: absolute;
        display: block;
        height: 40px;
        left: 0;
        right: 0;
        top: -40px;
    }
}

/* --------------------------------------------- secondlevel + thirdlevel -------------------------------------------- */

.navbar-default .navbar-nav>li>.dropdown-menu>li>a, .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a {
    color: #383535;
    text-align: left;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>.dropdown-menu>li>a {
    font-weight: 600;
    font-size: 1.5625rem;
    font-family: "Yanone Kaffeesatz", sans-serif;
    padding: 8px 15px;
    letter-spacing: 1px;
}

@media(min-width:992px) {
    .navbar-default .navbar-nav>li>.dropdown-menu>li>a {
        padding-bottom: 4px;
    }
}

.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a {
    font-weight: 600;
    font-size: 0.875rem;
    padding: 6px 15px 6px 30px;
}

.navbar-default .navbar-nav>li>.dropdown-menu>li>a::after {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    background: #598000;
    margin: 2px 0 0 0;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 300ms linear, width 300ms linear;
    -moz-transition: opacity 300ms linear, width 300ms linear;
    -ms-transition: opacity 300ms linear, width 300ms linear;
    -o-transition: opacity 300ms linear, width 300ms linear;
    transition: opacity 300ms linear, width 300ms linear;
}

.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a::after {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: 20px;
    border-radius: 50%;
    width: 3px;
    height: 3px;
    border: 1px solid #514d4d;
    -webkit-transition: background 300ms linear, border 300ms linear;
    -moz-transition: background 300ms linear, border 300ms linear;
    -ms-transition: background 300ms linear, border 300ms linear;
    -o-transition: background 300ms linear, border 300ms linear;
    transition: background 300ms linear, border 300ms linear;
}

@media(max-width:991px) {
    nav.horizontally .navbar-nav>li>.dropdown-menu>li>a.dropdown-toggle2 {
        padding-right: 35px;
    }
}

/* ------------------------------------------ secondlevel + thirdlevel over ------------------------------------------ */

.navbar-nav>li>.dropdown-menu>li:hover>a,
.navbar-nav>li>.dropdown-menu>li>a:hover,
.navbar-nav>li>.dropdown-menu>li>a:focus,
.navbar-nav>li>.dropdown-menu>li.open>a,
.navbar-nav>li>.dropdown-menu>li.open>a:hover,
.navbar-nav>li>.dropdown-menu>li.open>a:focus,
.navbar-nav>li>.dropdown-menu>li[class$="_over"]>a,
.navbar-nav>li>.dropdown-menu>li[class$="_over"]>a:hover,
.navbar-nav>li>.dropdown-menu>li[class$="_over"]>a:focus,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a:hover,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a:focus,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li.open>a,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li.open>a:hover,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li.open>a:focus,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li[class$="_over"]>a,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li[class$="_over"]>a:hover,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li[class$="_over"]>a:focus {
    color: #00799e;
}

.navbar-nav>li>.dropdown-menu>li:focus-within>a,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li:focus-within>a {
    color: #00799e;
}

.navbar-nav>li>.dropdown-menu>li:hover>a::after,
.navbar-nav>li>.dropdown-menu>li>a:hover::after,
.navbar-nav>li>.dropdown-menu>li>a:focus::after,
.navbar-nav>li>.dropdown-menu>li.open>a::after,
.navbar-nav>li>.dropdown-menu>li.open>a:hover::after,
.navbar-nav>li>.dropdown-menu>li.open>a:focus::after,
.navbar-nav>li>.dropdown-menu>li[class$="_over"]>a::after,
.navbar-nav>li>.dropdown-menu>li[class$="_over"]>a:hover::after,
.navbar-nav>li>.dropdown-menu>li[class$="_over"]>a:focus::after {
    opacity: 1;
}

.navbar-nav>li>.dropdown-menu>li:focus-within>a::after {
    opacity: 1;
}

.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a:hover::after,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a:focus::after,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li.open>a::after,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li.open>a:hover::after,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li.open>a:focus::after,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li[class$="_over"]>a::after,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li[class$="_over"]>a:hover::after,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li[class$="_over"]>a:focus::after {
    background: #598000;
    border-color: #598000;
}

.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li:focus-within>a::after {
    background: #598000;
    border-color: #598000;
}

/* ---------------------------------------------- banner ---------------------------------------------- */

#slider {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

@media (min-width: 992px) {
    #slider {
        max-height: 400px;
    }

    body.index #slider {
        max-height: 670px;
    }

    #headerpic a.nivo-prevNav {
        left: 65px;
    }

    #headerpic a.nivo-nextNav {
        right: 65px;
    }
}

#headerpic {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    #headerpic .theme-nivo .nivo-controlNav {
        bottom: 60px;
        z-index: 48;
    }
}

@media (min-width: 1200px) {
    #headerpic .theme-nivo .nivo-controlNav {
        bottom: 130px;
    }
}

.slider-wrapper, #slider {
    height: 100%;
}


@media (min-width: 992px) {
    .slider-mask {
        display: block;
        background: url('../img/banner-overlay.png') center bottom / 100% auto no-repeat, url('../img/wasserzeichen-welle.png') top 30px left no-repeat;
    }
    
}

/* ------------------------------------------------ content ----------------------------------------------- */

main {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media (max-width: 991px) {
    main {
        background: transparent !important;
    }
}

#content {
    background: linear-gradient(to top, #00799e, #00799e 131px, rgba(255, 255, 255, 0) 131px), url('../img/footer-overlay.png') center bottom / 100% auto no-repeat;
}

@media (min-width: 992px) {
    #content {
        background: linear-gradient(to top, #00799e, #00799e 131px, rgba(255, 255, 255, 0) 131px), url('../img/footer-overlay.png') center bottom 130px / 100% auto no-repeat, url('../img/background-overlay.svg') center top / 100% auto repeat-y;
    }
}

#contentBG {
    text-align: left;
    padding: 30px 15px 40px 15px;
    background: #ffffff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
}

#tabContentOpen {
    color: #444444;
    font-size: 1rem;
    padding: 30px 15px;
    background: #f5f5f5;
}

#tabContentOpen :is(b, strong) {
    font-weight: 600;
    color: #00799e;
}

@media (min-width: 768px) {
    #contentBox {
        position: relative;
        z-index: 45;
        margin-top: -50px;
    }
}

@media (min-width: 992px) {
    #contentBG {
        padding: 30px 40px 60px 40px;
    }

    #tabContentOpen {
        padding: 30px 40px;
    }
}

@media (min-width: 1200px) {
    #contentBox {
        margin-top: -120px;
    }
}


/* ------------------------------------------ h1 - h6, newslink ----------------------------------------- */

.h4link a:link, .h4link a:hover, .h4link a:focus, .h4link a:visited, H6, H5, H4, H3, H2, H1 {
    color: #00799e;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Yanone Kaffeesatz", sans-serif;
}

main h1 i,
main h1 em,
main h1 span,
main h2 i,
main h2 em,
main h2 span {
    font-style: normal;
    color: #6b6193;
    font-size: 1rem;
    font-weight: 400;
    text-transform: none;
    font-family: "Libre Franklin", sans-serif;
    display: block;
}

h1, .h1, .legacy_h1 {
    font-size: 2rem;
    text-transform: uppercase;
    padding-left: 20px;
    position: relative;
}

@media (min-width: 768px) {
    h1, .h1, .legacy_h1 {
        font-size: 2.8125rem;
        margin-bottom: 25px;
    }
}

h1::after, .h1::after, .legacy_h1::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 0;
    width: 4px;
    background: #d7c4b3;
}

h2, .h2, .legacy_h2 {
    font-size: 1.9rem;
}

@media (min-width: 768px) {
    h2, .h2, .legacy_h2 {
        font-size: 2.6rem;
    }
}

h3, .h3, .legacy_h3 {
    font-size: 1.8rem;
}

@media (min-width: 768px) {
    h3, .h3, .legacy_h3 {
        font-size: 2.4rem;
    }
}

h4, .h4, .h4link a:link, .h4link a:hover, .h4link a:focus, .h4link a:visited, .legacy_h4 {
    font-size: 1.7rem;
}

@media (min-width: 768px) {
    h4, .h4, .h4link a:link, .h4link a:hover, .h4link a:focus, .h4link a:visited, .legacy_h4 {
        font-size: 2.2rem;
    }
}

h5, .h5, .legacy_h5 {
    font-size: 1.6rem;
}

@media (min-width: 768px) {
    h5, .h5, .legacy_h5 {
        font-size: 2rem;
    }
}

h6, .h6, .legacy_h6 {
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    h6, .h6, .legacy_h6 {
        font-size: 1.8rem;
    }
}

/* ------------------------------------------------- tabs ------------------------------------------------- */

#tabs {
    padding: 40px 15px;
    font-size: 0.8125rem;
    background: #625a72;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
}

@media (min-width: 992px) {
    #tabs {
        padding: 60px 30px;
    }
}

#tabs>.row>*+* {
    margin-top: 30px;
}

#tabs .tabHeadline,
#tabs .tabHeadline a {
    color: #ffffff;
    text-transform: uppercase;
}

#tabs .tabHeadline {
    color: #ffffff;
    text-transform: uppercase;
}

#tabs .tabHeadline a {
    text-decoration: underline;
}

#tabs .tabHeadline h1,
#tabs .tabHeadline h2,
#tabs .tabHeadline h3,
#tabs .tabHeadline h4,
#tabs .tabHeadline h5,
#tabs .tabHeadline h6,
#tabs .tabHeadline h1 span,
#tabs .tabHeadline h1 i,
#tabs .tabHeadline h1 em,
#tabs .tabHeadline h2 span,
#tabs .tabHeadline h2 i,
#tabs .tabHeadline h2 em {
    color: #ffffff;
    margin: 0;
}

#tabs .tabHeadline h1::after {
    background: rgba(255, 255, 255, 0.6);
}


#tabs .tab {
    padding: 15px;
    background: #ffffff;
    height: 100%;
    min-height: 100%;
}

#tabs .tab h1,
#tabs .tab h2,
#tabs .tab h3,
#tabs .tab h4,
#tabs .tab h5,
#tabs .tab h6 {
    font-size: 1.375rem;
    margin-bottom: 10px;
}

#tabs .tab img {
    display: block;
    width: 100%;
}

#tabs .tab a {
    font-weight: 700;
    font-size: 1.125rem;
    font-family: "Yanone Kaffeesatz", sans-serif;
    text-decoration: none;
}

#tabs .tab a:hover,
#tabs .tab a:focus {
    color: #00799e;
}

#tabs .tab a::after {
    content: "\00BB";
    margin-left: 4px;
}

/***********************************SLIDER_ROOT_FILE DO NOT CHANGE************************************/

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
}

.slick-arrow.slick-hidden {
    display: none;
}

.tabWrapper {
    opacity: 0;
}

.tabWrapper.slick-initialized {
    opacity: 1;
    transition: opacity 200ms linear;
}


/***********************************ROOT_FILE_END************************************/

#tab26 {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

#tab26 .tab {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    padding: 20px;
    font-size: 1rem;
}

#tab26 .slick-slide {
    padding: 15px;
}

#tab26 .slick-dots button,
#tab26 .slick-button {
    background: transparent;
    border: none;
    padding: 5px;
}

#tab26 .slick-button {
    font-size: 0px;
    position: relative;
    top: 4px;
}

#tab26 .slick-prev {
    margin-left: 14px;
}



#tab26 .slick-button::before {
    font-size: 40px;
    line-height: 9px;
    height: 20px;
    display: block;
    color: #000000;
}

#tab26 .slick-button::after {
    content: "";
    pointer-events: none;
    width: 0;
    height: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.05);
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
    transition: width 200ms linear, height 200ms linear;
}

#tab26 .slick-button:focus::after,
#tab26 .slick-button:hover::after {
    width: 28px;
    height: 28px;
}

@media (max-width: 767px) {

    #tab26 .slick-button::after,
    #tab26 .slick-button::after {
        width: 28px;
        height: 28px;
    }
}

#tab26 .slick-dots {
    padding: 0 15px;
    list-style: none;
}

#tab26 .slick-dots>li {
    font-size: 0px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #010101;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    position: relative;
}

#tab26 .slick-dots,
#tab26 .slick-button {
    display: inline-block !important;
}

#tab26 .slick-dots>li.slick-active {
    background: #fff;
    transition: background 200ms linear;
}

#tab26 .slick-dots>li+li {
    margin-left: 10px;
}

#tab26 .slick-prev::before {
    content: "\2039";
}

#tab26 .slick-next::before {
    content: "\203A";
}

/* slider 1 stop/play button for accessibility -------------------- */

#tab26 .slick-animate-control {
    position: relative;
    z-index: 2;
    border-radius: 50%;
    border: 1px solid #ffffff;
    width: 30px;
    height: 30px;
    top: -5px;
    left: 10px;
    background-color: #000;
    background-size: 16px 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M12 36V12h24v24Z' fill='%23fff'/%3E%3C/svg%3E");
}


#tab26 .slick-animate-control.slick-pause {
    background-size: 20px 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M16 37.85v-28l22 14Z' fill='%23fff'/%3E%3C/svg%3E");
}



/* ------------------------------------------------- tabs2 ------------------------------------------------- */

@media (min-width: 992px) {
    #tabs2 {
        padding-left: 0;
        padding-bottom: 60px;
    }
}

#tabs2 .tab {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 30px 85px 30px;
    font-size: 0.875rem;
    position: relative;
}

#tabs2 .tab.tab3 {
    padding: 0;
}

#tabs2 .tab.tab3 .tabHeadline {
    padding: 30px 30px 0px 30px;
}

#tabs2 .tab.tab3 .tabContent {
    padding: 0px 30px 30px 30px;
}

@media (min-width: 992px) {
    #tabs2 .tab {
        margin-left: -15px;
    }
}

@media (min-width: 1200px) {
    #events .tab_link {
        padding-right: 65px;
    }
}

#tabs2 .tab1 {
    padding-bottom: 0;
    padding-left: 15px;
    vertical-align: middle;
}

#tabs2 .tab1 a {
    font-weight: 700;
    color: #000000;
}

#tabs2 .tab2,
#tabs2 .tab3 {
    background: #f5f5f5;
    color: #38332f;
}

#tabs2 .tab1 :is(h1, h2, h3, h4, h5, h6),
#tabs2 .tab1 :is(h1 a, h2 a, h3 a, h4 a, h5 a, h6 a),
#tabs2 .tab2 :is(h1 a, h2 a),
#tabs2 .tabHeadline {
    font-weight: 700;
    font-size: clamp(1.5rem, 3vw, 2.1875rem);
    margin: 0 0 10px 0;
    font-family: "Yanone Kaffeesatz", sans-serif;
    text-transform: uppercase;
}

#tabs2 .tab2 :is(h1, h2) {
    margin-bottom: 0;
}

#tabs2 .tab1 :is(h1, h2, h3, h4, h5, h6) {
    margin: 0 0 5px 0;
}

@media (min-width: 992px) {
    #tabs2 .tabHeadline {
        margin: 0 0 18px 0;
    }
}

#tabs2 .tab1 :is(h1, h2, h3, h4, h5, h6),
#tabs2 .tab1 :is(h1 a, h2 a, h3 a, h4 a, h5 a, h6 a),
#tabs2 .tab2 :is(h1 a, h2 a),
#tabs2 .tab1 .tabHeadline {
    color: #00799e;
}

#tabs2 .tab2 .tabHeadline {
    color: #00799e;
}

#tabs2 .tab_link_mandat a {
    font-weight: 400;
}

#tabs2 .tab_link_title a,
#tabs2 .tab_link_mandat a {
    color: inherit;
}

#tabs2 .tab_spacer {
    display: none;
}

#tabs2 .tab_link_entry {
    position: relative;
}

#tabs2 .tab_link_entry+.tab_link_entry {
    margin-top: 24px;
}

#tabs2 .tab_link_entry+.tab_link_entry::before {
    content: "";
    display: block;
    position: absolute;
    top: -12px;
    left: -30px;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0));
}

#tabs2 .tab_link_mehr {
    font-size: 0;
    color: transparent;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
}

#tabs2 .tab_link_mehr a {
    display: block;
    position: relative;
    background: #98b50c;
    color: #fff;
    font-weight: 700;
    font-family: "Yanone Kaffeesatz", sans-serif;
    text-align: left;
    padding: 14px 30px;
    text-decoration: none;
    line-height: 1.2;
    font-size: 1.375rem;
}

#tabs2 .tab_link_mehr a:hover,
#tabs2 .tab_link_mehr a:focus {
    background: #00799e;
}

#tabs2 .tab_link_mehr a::after {
    content: " \00BB";
}

#tabs2 .tab_link_entry>.tab_link_mehr {
    display: none;
}

/* ----------------------------------------------- news ----------------------------------------------- */

#news .vorschau,
#news .tab_link_entry>div:nth-last-child(2) {
    display: none;
}

#news .tab_link_entry {
    border: none !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 80px;
    padding-left: 90px;
}

#news .tab_preview_picture,
#news .tab_link_entry::after {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin: -35px 0 0 0;
    left: 0;
}

#news .tab_preview_picture {
    z-index: 1;
    background: #ffffff;
}

#news .tab_preview_picture img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 90px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -ms-interpolation-mode: bicubic;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/* ----------------------------------------------- newsletter ----------------------------------------------- */

#newsletterInputs {
    height: 50px;
    background: #98b50c;
    display: inline-block;
    position: relative;
    width: 100%;
}
#newsletter_input {
    color: #ffffff;
    font-size: 16px;
    font-style: italic;
    background: transparent;
    padding: 0;
    border: 0;
    line-height: 50px;
    padding-left: 30px;
    padding-right: 43px;
    height: 50px;
    width: 100%;
}
#newsletter_submit {
    width: 50px;
    background: #98b50c url('../img/newsletter-icon.png') center no-repeat;
    padding: 0;
    cursor: pointer;
    line-height: 50px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    font-size: 0;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

#newsletter_submit:hover {
    background-color: #98b50c;
}
#newsletter_input::-ms-input-placeholder {
    color: #ffffff !important;
}
#newsletter_input::-webkit-input-placeholder {
    color: #ffffff !important;
}
#newsletter_input::-moz-placeholder {
    opacity: 1;
    color: #ffffff !important;
}
#newsletter_input:-moz-placeholder {
    opacity: 1;
    color: #ffffff !important;
}

/* ----------------------------------------------- footer ----------------------------------------------- */

footer {
    background: url('../img/wasserzeichen-logo.png') bottom left 10% no-repeat, #00799e;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.875rem;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 576px) {
    footer {
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    footer {
        padding-bottom: 30px;
    }
}

footer a {
    color: inherit;
}

footer a:hover {
    text-decoration: underline;
    color: #fff;
}

.footerTab {
    padding-top: 20px;
    color: #fff;
}

.footerTab a:hover {
    text-decoration: underline;
    color: #fff;
}

.footerTab .tabHeadline {
    color: #fff;
    font-size: 2.1875rem;
}

@media (max-width: 767px) {
    #innerfooter {
        margin-bottom: 30px;
    }
}

#innerfooter ul {
    padding: 0;
    padding-top: 30px;
}

#innerfooter li {
    display: inline-block;
}

#innerfooter a {
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    padding: 6px 10px 6px 25px;
    position: relative;
    text-decoration: none;
}

#innerfooter a:hover {
    text-decoration: underline;
    color: #fff;
}

/* --------------------------------------------- vernetzt -------------------------------------------- */

#vernetzt {
    font-size: 0.75rem;
    color: #ffffff;
    line-height: 1.4;
    margin: 25px auto 0 auto;
    text-decoration: none;
    position: relative;
    z-index: 45;
    display: inline-block;
}

@media (min-width: 768px) {
    #vernetzt {
        margin: 0;
    }
}

#vernetzt span {
    color: #ffffff;
    display: block;
}

#vernetzt img {
    margin-bottom: 4px;
}

/* --------------------------------------------- contrast -------------------------------------------- */

.contrast_dark main,
.contrast_dark_font main,
.contrast_dark #content,
.contrast_dark_font #content,
.contrast_dark .slider-mask,
.contrast_dark_font .slider-mask {
    background: none !important;
}

.contrast_dark_font #tabs2 .tab_link_mehr a::after {
    color: #000000 !important;
}

.contrast_dark #contrast_style button+button,
.contrast_dark_font #contrast_style button+button,
.contrast_dark #style button+button,
.contrast_dark_font #style button+button {
    margin-left: 0 !important;
}