@import url('https://fonts.verwaltungsportal.de/import/?family=Hanken+Grotesk:400,400i,600,600i%7CExo:400,400i,600,600i,700,700i');

html {
    max-width: 1930px;
    margin-left: auto;
    margin-right: auto;
    background: #f5efdc;
}

body {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 400;
    color: #222222;
    background: #fff;
    font-size: 1rem;
    /* 1rem = 16px */
    line-height: 1.5;
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    body {
        font-size: 1.125rem;
    }
}

a {
    color: #0d6e39;
}

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

#topbar a,
main a,
#quote a,
#footer a,
b,
strong {
    font-weight: 600;
}

#topbar a,
main a,
#quote a,
#footer a {
    text-decoration: underline;
}

#overflow {
    overflow: clip;
}

hr {
    opacity: 1;
    background: #9db5e0;
    margin: clamp(20px, 4vw, 40px) 0 clamp(20px, 4vw, 36px) 0;
}

/* #region --------------------------------------- logo ----------------------------------------- */

#logo {
    display: inline-block;
}

#logo img {
    display: block;
}

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

    #logo .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

/* #endregion ----------------------------------- logo ------------------------------------------ */

/* #region -------------------------------------- topbar ---------------------------------------- */

#topbar {
    padding-top: 25px;
    font-size: 0.875rem;
}

@media (min-width: 992px) {
    #topbar {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

#topbar,
#topbar :is(h1, h2, h3, h4, h5, h6, a) {
    color: #fff;
}

#topbar :is(b, strong, a) {
    font-size: 1rem;
}

#topbar a {
    color: #cae2c0;
}

/* contact col */

#phone-tab,
#mail-tab {
    padding-top: 42px;
    display: block;
    min-height: 42px;
    min-width: 42px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto 34px;
}

@media (min-width: 576px) {

    #phone-tab,
    #mail-tab {
        padding-top: 0;
        padding-left: 48px;
        background-position: center left;
    }
}

#phone-tab {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M38.75 40.9q-5.6 0-11.25-2.875T17.3 30.6q-4.55-4.55-7.4-10.175Q7.05 14.8 7.05 9.2q0-.95.625-1.575T9.25 7h5.7q.8 0 1.35.5t.75 1.35l1.2 5.35q.1.75-.05 1.35-.15.6-.6 1l-4.7 4.6q2.85 4.8 6.375 8.275Q22.8 32.9 27.35 35.4l4.5-4.7q.5-.55 1.125-.775.625-.225 1.325-.075l4.85 1.1q.8.15 1.3.75t.5 1.45v5.5q0 .95-.625 1.6-.625.65-1.575.65Zm-27-21.8 4.1-4q.1-.1.125-.225.025-.125.025-.225L14.9 9.6q-.05-.2-.15-.275-.1-.075-.25-.075H9.6q-.15 0-.225.075Q9.3 9.4 9.3 9.55q-.05 1.95.6 4.325t1.85 5.225ZM29.5 36.45q2.05 1 4.475 1.55t4.425.65q.15 0 .225-.075.075-.075.075-.225v-4.9q0-.15-.075-.25t-.225-.15l-4.55-.9q-.1-.05-.2 0l-.2.1ZM11.75 19.1ZM29.5 36.45Z' fill='%23cae2c0'/%3E%3C/svg%3E");
}

#mail-tab {
    margin-left: clamp(20px, 4vw, 60px);
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M7.9 39q-1.2 0-2.05-.85Q5 37.3 5 36.1V11.9q0-1.2.85-2.05Q6.7 9 7.9 9h32.2q1.2 0 2.05.85.85.85.85 2.05v24.2q0 1.2-.85 2.05-.85.85-2.05.85ZM24 24.3 7.25 13.25V36.1q0 .3.175.475t.475.175h32.2q.3 0 .475-.175t.175-.475V13.25Zm0-2.4 16.3-10.65H7.75ZM7.25 13.25v-2V36.1q0 .3.175.475t.475.175h-.65V36.1Z' fill='%23cae2c0'/%3E%3C/svg%3E");
}

/* #endregion -------------------------------------- topbar ---------------------------------------- */

/* #region ------------------------------------ navigation -------------------------------------- */

/* burgermenu for tablet */

@media (max-width: 991px) {
    #menu {
        position: static !important;
    }

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

    #burgerButtonInner2,
    #burgerButton:after,
    #burgerButtonInner {
        background-color: #0d6e39;
        border-radius: 2px;
        position: absolute;
        width: 40px;
        height: 3px;
        left: 10px;
        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 {
        padding: 20px 10px;
    }

    .navbar-collapse {
        top: 0;
        background: #0d6e39;
        position: fixed;
        left: -100%;
        bottom: 0;
        z-index: 100;
        height: auto !important;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
        opacity: 0;
        pointer-events: none;
        overflow-y: auto;
        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;
        transition: top 300ms linear;
    }

    .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);
        transition: width 300ms linear, opacity 300ms linear;
    }

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

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

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

@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 {
        transition: background 300ms linear;
    }

    #headerpic :is(.sticky-wrapper, #menu) {
        z-index: 101;
    }

    .is-sticky #menu {
        left: auto !important;
        background: #0d6e39;
    }

    #myNavbar {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }

    nav.horizontally .navbar-nav {
        padding: 15px 0;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        flex-grow: 1;
    }

    .is-sticky nav.horizontally .navbar-nav {
        border-top: none;
    }

    nav.horizontally li[class*="toplevel"] {
        flex-grow: 1;
    }

    nav.horizontally li[class*="toplevel"]>.dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
    }

    nav.horizontally li[class*="secondlevel"]>.dropdown-menu {
        position: absolute;
        left: 100%;
        top: 0;
    }

    nav.horizontally :is([class*="toplevel"], [class*="secondlevel"]) {
        position: relative;
    }

    .navbar-default .navbar-nav li :is([class*="toplevel"]>ul, [class*="secondlevel"]>ul) {
        display: block !important;
        pointer-events: none;
        opacity: 0;
        transition: opacity 300ms linear;
    }

    .navbar-default :is(.open>.dropdown-menu, .navbar-nav li[class*="toplevel"]:hover>ul, .navbar-nav li[class*="secondlevel"]:hover>ul, .navbar-nav li[class*="secondlevel"]>ul[style*="block"]) {
        pointer-events: auto !important;
        opacity: 1 !important;
    }

    .navbar-default .navbar-nav :is(li[class*="toplevel"]:focus-within>ul, li[class*="secondlevel"]:focus-within>ul) {
        pointer-events: auto !important;
        opacity: 1 !important;
    }

    .navbar-default .nav .open>.dropdown-menu {
        pointer-events: none !important;
        opacity: 0 !important;
    }

    .navbar-default .navbar-nav :is(li[class*="toplevel"]:hover>ul, li[class*="secondlevel"]:hover>ul) {
        z-index: 1003;
    }
}

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

.navbar-default li[class*="toplevel"]>a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    padding: 14px 5px;
    position: relative;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
    transition: border 300ms linear;
}

@media (max-width: 991px) {
    nav.horizontally li[class*="toplevel"]+li {
        margin-top: 2px;
    }

    nav.horizontally li[class*="toplevel"]>a.dropdown-toggle {
        padding-right: 35px;
    }
}

@media (min-width: 992px) {
    .navbar-default li[class*="toplevel"]>a {
        padding: 6px 10px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 100%;
    }

    .navbar-default li[class*="toplevel"]+li {
        border-left: 1px solid rgba(255, 255, 255, 0.3);
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) and (min-width: 992px) {
    .navbar-default li[class*="toplevel"]>a {
        display: block;
    }
}

.navbar-default li[class*="toplevel"]>a::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 0;
    height: 5px;
    width: 0;
    background: #fff;
    transform: translateX(-50%);
    transition: width 300ms linear;
}

@media (min-width: 992px) {
    .navbar-default li[class*="toplevel"]>a::after {
        top: -23px;
        background: #cae2c0;
        top: -18px;
        bottom: auto;
    }

    .is-sticky .navbar-default li[class*="toplevel"]>a::after {
        background: #fff;
    }
}

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

.navbar-default li[class*="toplevel"]:hover>a,
.navbar-default li[class*="toplevel"]>a:hover,
.navbar-default li[class*="toplevel"]>a:focus,
.navbar-default li[class*="toplevel"].open>a,
.navbar-default li[class*="toplevel"].open>a:hover,
.navbar-default li[class*="toplevel"].open>a:focus,
.navbar-default li[class*="toplevel"][class*="_over"]>a,
.navbar-default li[class*="toplevel"][class*="_over"]>a:hover,
.navbar-default li[class*="toplevel"][class*="_over"]>a:focus {
    color: #cae2c0;
}

.navbar-default li[class*="toplevel"]:focus-within>a {
    color: #cae2c0;
}

.navbar-default li[class*="toplevel"]:hover>a::after,
.navbar-default li[class*="toplevel"]>a:hover::after,
.navbar-default li[class*="toplevel"]>a:focus::after,
.navbar-default li[class*="toplevel"].open>a::after,
.navbar-default li[class*="toplevel"].open>a:hover::after,
.navbar-default li[class*="toplevel"].open>a:focus::after,
.navbar-default li[class*="toplevel"][class*="_over"]>a::after,
.navbar-default li[class*="toplevel"][class*="_over"]>a:hover::after,
.navbar-default li[class*="toplevel"][class*="_over"]>a:focus::after {
    width: 100%;
}

.navbar-default li[class*="toplevel"]:focus-within>a::after {
    width: 100%;
}

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

.navbar-default :is([class*="toplevel"]>ul, [class*="secondlevel"]>ul) {
    padding: 10px;
    background: #ffffff;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .navbar-default li[class*="secondlevel"]>ul {
        margin: 10px;
    }
}

@media(min-width: 992px) {
    .navbar-default :is(li[class*="toplevel"]>ul, li[class*="secondlevel"]>ul) {
        padding: 18px 30px;
    }

    .navbar-default li[class*="toplevel"]>ul {
        margin-top: 20px;
    }

    .navbar-default li[class*="secondlevel"]>ul {
        margin-top: -18px;
        margin-left: 50px;
    }

    .navbar-default li[class*="toplevel"]>ul::before,
    .navbar-default li[class*="secondlevel"]>ul::before {
        content: "";
        position: absolute;
        display: block;
    }

    .navbar-default li[class*="toplevel"]>ul::before {
        height: 22px;
        left: 0;
        right: 0;
        top: -22px;
    }

    .navbar-default li[class*="secondlevel"]>ul::before {
        width: 52px;
        top: 0;
        bottom: 0;
        left: -52px;
    }
}

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

.navbar-default :is(li[class*="secondlevel"]:not(:nth-last-child(2)), li[class*="thirdlevel"]):not(:nth-last-child(2)) {
    border-bottom: 1px solid #cae2c0;
}

.navbar-default :is(li[class*="secondlevel"]>a, li[class*="thirdlevel"]>a) {
    color: #404040;
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    padding: 11px 0;
    line-height: 1.2;
    text-decoration: none;
    position: relative;
}

@media(max-width: 991px) {
    nav.horizontally li[class*="secondlevel"]>a.dropdown-toggle2 {
        padding-right: 35px;
    }
}

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

.navbar-default li[class*="secondlevel"]:hover>a,
.navbar-default li[class*="secondlevel"]>a:hover,
.navbar-default li[class*="secondlevel"]>a:focus,
.navbar-default li[class*="secondlevel"].open>a,
.navbar-default li[class*="secondlevel"].open>a:hover,
.navbar-default li[class*="secondlevel"].open>a:focus,
.navbar-default li[class*="secondlevel"][class*="_over"]>a,
.navbar-default li[class*="secondlevel"][class*="_over"]>a:hover,
.navbar-default li[class*="secondlevel"][class*="_over"]>a:focus,
.navbar-default li[class*="thirdlevel"]:hover>a,
.navbar-default li[class*="thirdlevel"]>a:hover,
.navbar-default li[class*="thirdlevel"]>a:focus,
.navbar-default li[class*="thirdlevel"].open>a,
.navbar-default li[class*="thirdlevel"].open>a:hover,
.navbar-default li[class*="thirdlevel"].open>a:focus,
.navbar-default li[class*="thirdlevel"][class*="_over"]>a,
.navbar-default li[class*="thirdlevel"][class*="_over"]>a:hover,
.navbar-default li[class*="thirdlevel"][class*="_over"]>a:focus {
    color: #0d6e39;
}

.navbar-default li[class*="secondlevel"]:focus-within>a,
.navbar-default li[class*="thirdlevel"]:focus-within>a {
    color: #0d6e39;
}

/* #endregion -------------------------------- navigation --------------------------------------- */

/* #region ------------------------------------- resp-gaps -------------------------------------- */

#topbar .row {
    row-gap: 25px;
}

#headerpic>.row,
#footer>.row {
    row-gap: 40px;
}

/* #endregion ---------------------------------- resp-gaps -------------------------------------- */

/* #region -------------------------------------- header ---------------------------------------- */

#headerpic {
    background: #172830;
    position: relative;
    min-height: 450px;
}


#headerpic .nivo-controlNav button {
    color: #fff;
}

#headerpic>*:not(.slider-wrapper):not(.sticky-wrapper):not(#menu) {
    position: relative;
    z-index: 10;
}

/* header text */

#header-text {
    font-weight: 600;
    font-size: clamp(1.25rem, 2vw, 1.875rem);
    padding-top: clamp(60px, 12vw, 225px);
    padding-bottom: clamp(80px, 20vw, 138px);
}

.theme-default .nivo-controlNav a,
#header-text,
#header-text :is(h1, h2, h3, h4, h5, h6) {
    color: #fff;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

/* banner */

#slider {
    overflow: hidden;
    position: relative;
    height: 100%;
}

@media (min-width: 768px) {
    body.index #headerpic .nivo-controlNav {
        bottom: clamp(50px, 8vw, 110px);
    }
}

@media (min-width: 992px) {
    #headerpic a.nivo-prevNav {
        left: 65px;
    }

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

@media (max-width: 1199px) {

    #headerpic a.nivo-prevNav,
    #headerpic a.nivo-nextNav {
        top: auto;
        bottom: 8px;
        z-index: 51;
    }
}

.slider-wrapper {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.slider-mask {
    display: block;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 220px, rgba(255, 255, 255, 0));
}

#headerpic .nivo-main-image {
    min-height: 100% !important;
}


@media (max-width: 991px) {
    body:not(.index) #headerpic {
        min-height: 300px;
    }
}



/* #endregion ----------------------------------- header ---------------------------------------- */

/* #region --------------------------------------- tabs ----------------------------------------- */

#tabs {
    position: relative;
    z-index: 30;
}

#tabs>.row {
    max-width: 1170px;
    width: 100%;
}

#tabs .tab {
    background: #fff;
}

#tabs .col-xs-12 {
    padding: 0;
}

#tabs .tab img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin-bottom: -1px;
}

@media (max-width: 767px) {
    #tabs {
        padding-top: clamp(40px, 6vw, 80px);
    }
}

@media (min-width: 768px) {
    #tabs-bg {
        margin-top: clamp(-100px, -8vw, -40px);
    }
}

@media (min-width: 992px) {
    #tabs-bg::after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        right: -34px;
        bottom: -20px;
        width: 100px;
        height: 100px;
        background: #0d6e39;
    }
}

#tabs-bg>.row {
    margin: 0;
}

#tabs-bg .tab {
    max-width: 100%;
    flex-grow: 1;
    position: relative;
}

/* #endregion ------------------------------------ tabs ----------------------------------------- */

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

body:not(.index) #content-area {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 40px;
}

@media (min-width: 992px) {
    body:not(.index) #content-area {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

#content {
    background: linear-gradient(to bottom, #ddecd7 300px, #fff 500px);
}

/* #region -------------------------------------- service --------------------------------------- */

#service {
    z-index: 1;
    position: relative;
    margin-top: 60px;
}

#service .background-tab :is(h3, h4, h5, h6) {
    font-size: 1.25rem;
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    #service .image-col {
        position: relative;
        z-index: 1;
        transform: translateY(-80px);
    }

    #service .image-col::after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        top: 0;
        right: 15px;
        bottom: 0;
        left: clamp(-450px, -24vw, -15px);
    }
}

#service .tab :is(h3, h4, h5, h6) {
    font-size: 1.25rem;
    font-weight: 600;
}


#service .image-col::after {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#service .background-tab {
    background-color: #ddecd7;
    padding: clamp(40px, 8vw, 67px) clamp(15px, 4vw, 30px) clamp(40px, 8vw, 75px) clamp(15px, 4vw, 30px);
}

@media (min-width: 992px) {
    #service .background-tab {
        padding-left: 160px;
        padding-right: clamp(15px, 24vw, 450px);
        margin-right: clamp(-450px, -24vw, -15px);
        margin-left: -15px;
    }
}

#service .background-tab hr {
    background: #fff;
}

#service .background-tab img {
    margin-bottom: 8px;
}

#service .tab {
    font-size: 1.125rem;
    padding: 40px clamp(15px, 4vw, 30px);
    background: rgba(13, 110, 57, 0.80);
}

@media (min-width: 992px) {
    #service .tab {
        margin-right: -115px;
    }

    #service .image-col::after {
        right: -100px;
    }
}

#service .tab,
#service .tab :is(h1, h2, h3, h4, h5, h6) {
    color: #fff;
}

#service .tab a {
    color: #fff;
    text-decoration: underline;
}

#service .tabHeadline {
    margin: 0;
}

/* #endregion ----------------------------------- service --------------------------------------- */


/* #region --------------------------------------- buttons -------------------------------------- */

.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"]) {
    display: inline-block;
    line-height: 1.2;
    color: #fff !important;
    font-size: 1rem;
    font-weight: 600;
    background: #0d6e39;
    padding: 12px 58px 11px 20px;
    position: relative;
    text-decoration: none !important;
    text-shadow: none !important;
}

.button-design.button-design-2 a:not(.has-image):not([href*="mailto"]):not([href*="tel"]) {
    color: #fff !important;
    background: #262626;
}

#header-text.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"]) {
    margin-top: clamp(20px, 2vw, 25px);
}

#service .tab.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"]) {
    margin-top: 10px;
}

#header-text.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"]) {
    margin-right: 20px;
}

.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"])::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
}



.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"])::after {
    top: 1px;
    right: 16px;
    width: 26px;
    transition: 300ms background linear;
    background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='m28.15 35.25-1.65-1.6 8.6-8.6H8.6V22.8h26.5l-8.65-8.65 1.65-1.55 11.35 11.3Z' fill='%23fff'/%3E%3C/svg%3E") center left / 26px auto repeat-x;
}

.button-design.button-design-2 a:not(.has-image):not([href*="mailto"]):not([href*="tel"])::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='m28.15 35.25-1.65-1.6 8.6-8.6H8.6V22.8h26.5l-8.65-8.65 1.65-1.55 11.35 11.3Z' fill='%23fff'/%3E%3C/svg%3E");
}

.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"]):hover::after,
.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"]):focus::after {
    background-position-x: left 26px;
}

.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"]):hover,
.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"]):focus {
    background: #222222;
}

.button-design.button-design-2 a:not(.has-image):not([href*="mailto"]):not([href*="tel"]):hover,
.button-design.button-design-2 a:not(.has-image):not([href*="mailto"]):not([href*="tel"]):focus {
    background: #0d6e39;
}



.buttonElement a:not(.has-image):not([href*="mailto"]):not([href*="tel"])::after {
    background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='m28.15 35.25-1.65-1.6 8.6-8.6H8.6V22.8h26.5l-8.65-8.65 1.65-1.55 11.35 11.3Z' fill='%23fff'/%3E%3C/svg%3E") center left / 26px auto repeat-x;
}

.buttonElement a:not(.has-image):not([href*="mailto"]):not([href*="tel"]) {
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.15) !important;
    color: #fff !important;
}


.buttonElement a:not(.has-image):not([href*="mailto"]):not([href*="tel"]):hover,
.buttonElement a:not(.has-image):not([href*="mailto"]):not([href*="tel"]):focus {
    color: #cae2c0 !important;
}


/* #endregion ------------------------------------ buttons -------------------------------------- */

/* #region ---------------------------------- h1 - h6, newslink --------------------------------- */

.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
H6,
H5,
H4,
H3,
H2,
H1 {
    color: #0d6e39;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Exo", sans-serif;
    margin-bottom: 15px;
}



#header-text :is(h1, h2, h3, h4, h5, h6) {
    font-size: clamp(2rem, 6vw, 2.5rem);
    margin-bottom: 0;
}

h1,
.h1,
.legacy_h1,
#quote :is(h1, h2, h3, h4, h5, h6) {
    font-size: clamp(1.875rem, 6vw, 2.25rem);
}

h1,
.h1,
.legacy_h1 {
    margin-bottom: clamp(0.9375rem, 4vw, 2.375rem);
}

h2,
.h2,
.legacy_h2 {
    font-size: clamp(1.75rem, 6vw, 1.875rem);
}

h3,
.h3,
.legacy_h3 {
    font-size: clamp(1.625rem, 6vw, 1.75rem);
}

h4,
.h4,
.legacy_h4 {
    font-size: clamp(1.5rem, 6vw, 1.625rem);
}

h5,
.h5,
.legacy_h5 {
    font-size: clamp(1.375rem, 6vw, 1.5rem);
}

h6,
.h6,
.legacy_h6 {
    font-size: clamp(1.25rem, 6vw, 1.375rem);
}

/* #endregion ---------------------------------- h1 - h6, newslink ------------------------------ */

/* #region --------------------------------------- contentAdd --------------------------------------- */

#contentAdd {
    padding: 60px 0;
}

#contentAdd .tabHeadline {
    font-size: clamp(1.875rem, 3vw, 2.25rem);
}

#contentAdd :is(h3, h4, h5) {
    font-size: 1.25rem;
    color: #222222;
    margin-bottom: 5px;
    font-weight: 700;
}

/***********************************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************************************/

#tab26Wrapper {
    background: #ddecd7 url(../img/wasserzeichen-logo.png) no-repeat bottom right;
    padding-bottom: 60px;
}

#tab26 {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    font-size: 1rem;
}

#tab26Wrapper .headElement {
    padding: 60px 0 0 0;
}

#tab26 .tabHeadline {
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
}

#tab26Wrapper .headline {
    font-family: "Exo", sans-serif;
    font-size: 1.25rem;
}

#tab26Wrapper .headElement hr {
    border-top: 4px solid #d3e7cb;
    margin-top: 20px;
    margin-bottom: 20px;
}

#tab26Wrapper .headline :is(h1, h2, h3) {
    font-size: 1.875rem;
}

#tab26Wrapper .headline :is(h1, h2, h3, h4, h5, h6) {
    margin: 0;
}

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

#tab26 img {
    display: block;
    width: calc(100% + 40px);
    max-width: unset;
    position: relative;
    left: -20px;
    top: -20px;
}

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

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

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

#tab26 .slick-prev {
    margin-left: calc(50% - 110px);
}

@media (max-width: 767px) {
    #tab26 .slick-next {
        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 #aaaaaa;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    position: relative;
}

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

@media (max-width: 767px) {
    #tab26 .slick-dots {
        display: none !important;
    }
}

#tab26 .slick-dots>li.slick-active {
    background: #0d6e39;
    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");
}

/* #region --------------------------------------- footer --------------------------------------- */

#footerTop {
    padding: 60px 0;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#footerTop .formElement :is(h1, h2, h3) {
    font-size: 1.875rem;
}

#footerTop .tab {
    color: #cae2c0;
}

#footerTop .tabHeadline {
    font-size: 1.5625rem;
    color: #fff;
}

#footerTop .mapsTab,
#footerTop :is(h1, h2, h3, h4, h5, h6) {
    color: #fff;
}

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

#footerTop .mapsTab {
    margin-top: 60px;
}

#footerTop .mapsTab iframe,
#footerTop .mapsTab .iframe-wrapper-manual-enabling {
    min-width: 100% !important;
    width: 100% !important;
    min-height: 400px !important;
}

#footerTop input.form-submit {
    color: #0d6e39;
    background-color: #fff;
}

:is(.formgen_element, textarea):is(:hover, :focus),
input:is([id$="_input"], [name="captcha"], [type="text"], [type="email"]):is(:hover, :focus) {
    background: rgba(255, 255, 255, 1) !important;
}

#footerTop .formgen_element, #footerTop .hasDatepicker {
    color: #222222 !important;
  }

.ascii-captcha-refresh {
    background-color: #0d6e39 !important;
}

@media (max-width: 767px) {
    .formElement {
        margin-top: 40px;
    }
}

@media (min-width: 768px) {
    #footerTop>.row>div:nth-child(2)::before {
        content: '';
        pointer-events: none;
        width: 1px;
        height: 100%;
        top: 0;
        background: #fff;
        display: inline-block;
        position: absolute;
        left: -100px;

    }
}

#footerBottom {
    background: #ddecd7;

}

#footerBottom>.row>div:nth-child(2) {
    background: #0d6e39;
    padding: 15px 0;
}


@media (min-width: 768px) {
    #footerBottom>.row>div:nth-child(2)::before {
        content: '';
        display: inline-block;
        position: absolute;
        pointer-events: none;
        width: 40vw;
        height: 25px;
        top: -25px;
        left: 0;
        background: #0d6e39;
    }

    #vernetzt {
        top: -10px;
        position: relative;
    }
}



#footerBottom>.row>div:nth-child(2)::after {
    content: '';
    display: inline-block;
    position: absolute;
    pointer-events: none;
    width: 40vw;
    height: 100%;
    top: 0;
    right: -40vw;
    background: #0d6e39;
}

@media (max-width: 767px) {
    #footerBottom>.row>div:nth-child(2)::after {
        width: 100vw;
        height: 100%;
        position: absolute;
        right: 0;
        left: 50%;
        top: 0;
        bottom: 0;
        transform: translate(-50%);
        z-index: 0;
    }
}

@media (max-width: 767px) {
    #innerfooter {
        padding: 20px 0;
    }
}

#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: inline-block;
}

#innerfooter a {
    color: #222222;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    font-size: 1rem;
}

#innerfooter a:hover,
#innerfooter a:focus {
    color: #0d6e39;
}

#innerfooter li+li::before {
    content: "•";
    margin: 0 15px;
    color: #222222;
}

@media (min-width: 1200px) {
    #innerfooter li+li::before {
        margin: 0 25px;
    }
}

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

#vernetzt {
    text-align: right;
    font-size: 0.75rem;
    color: #ffffff;
    line-height: 1.3;
    margin: 0 auto;
    font-weight: 300;
    display: inline-block;
    text-decoration: none;
    z-index: 12;
    position: relative;
}

#vernetzt b {
    color: #cae2c0;
    font-weight: 400;
}

#vernetzt span {
    color: #ffffff;
}

#vernetzt span span {
    display: block;
}

#vernetzt img {
    margin-left: 18px;
}