@import url("https://fonts.verwaltungsportal.de/import/?family=Josefin+Sans:300,300i,400,400i");

body {
    font-family: "Josefin Sans", sans-serif;
    color: #252525;
    background: #ffffff;
    font-size: 1rem;
    /* 1rem = 16px */
    line-height: 1.5;
    font-weight: 300;
}

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

a {
    color: #8b6c23;
}

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

b,
strong {
    font-weight: 400;
}

@media (min-width: 1200px) {

    .row,
    .compact,
    ._op-container .container {
        max-width: 1440px;
        width: 100%;
    }
}

#tickerWrapper {
    padding-top: 20px;
}
/* ------------------------------------------------- topbar ------------------------------------------------ */

.topbar {
    padding: 20px 0;
    background: #edebe8;
}

@media (max-width: 767px) {
    .topbar>.row>*+* {
        margin-top: 20px;
    }
}

.tabButton a {
    background: #c5beb4;
    color: #252525;
    font-size: 1rem;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 1px;
    padding: 8px 25px 6px 25px;
    text-transform: uppercase;
}

.tabButton a:hover,
.tabButton a:focus {
    background: #717868;
    color: #ffffff;
}

@media (min-width: 992px) {
    .tabButton a+a {
        margin-left: 30px;
    }
}


@media (max-width: 991px) {
    .tabButton a {
        display: block;
    }
}

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

#logo {
    display: inline-block;
}

#logo img {
    display: block;
}



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

#search {
    height: 40px;
    background: #edebe8;
    display: inline-block;
    position: relative;
}

#search_input {
    color: #252525;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    background: transparent;
    padding: 0;
    border: 0;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 45px;
    height: 40px;
    width: 100%;
}

@media (min-width: 1200px) {
    #search_input {
        padding-left: 80px;
        padding-right: 90px;
    }
}

#search_submit {
    width: 40px;
    background: #c5beb4 url('../img/lupe-icon.png') center no-repeat;
    padding: 0;
    cursor: pointer;
    line-height: 40px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    font-size: 0 !important;
    -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;
}

#search_submit:hover {
    background-color: #e5e7e3;
}

#search_input::-ms-input-placeholder {
    color: #252525 !important;
}

#search_input::-webkit-input-placeholder {
    color: #252525 !important;
}

#search_input::-moz-placeholder {
    opacity: 1;
}

#search_input:-moz-placeholder {
    opacity: 1;
}

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

#menuBox {
    background: #717868;
    padding: 15px 0;
}

/* Navigation Desktop */


@media (min-width: 992px) {
    .navbar {
        max-width: unset;
    }

    .navbar[aria-expanded="true"],
    .is-sticky .navbar {
        top: 35px;
    }
}

@media (max-width: 991px) {
    #burgerButton {
        background: #717868 !important;
    }

    .navbar {
        position: fixed;
        right: 0;
        top: 25px;
        max-width: unset;
        z-index: 200;
    }

    .navbar[aria-expanded="true"],
    .is-sticky .navbar {
        top: 5px;
    }
}

@media (max-width: 767px) {
    .navbar {
        position: fixed;
        right: 0;
        max-width: unset;
        z-index: 100;
    }
}

.navbar[aria-expanded="true"]::before {
    background: #717868;
}

#burgerButton {
    font-size: 0;
    border: none;
    position: relative;
    z-index: 1002;
    display: block;
    width: 54px;
    height: 54px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
}

#burgerButton {
    margin: 0 10px 0 auto;
}

@media (min-width: 992px) {
    #burgerButton {
        margin: 0 20px 0 auto;
    }

    #menu {
        left: unset !important;
        right: 0;
        position: relative;
    }

    #burgerButton::before {
        content: "MENÜ";
        font-size: 18px;
        position: absolute;
        left: -55px;
        color: #ffffff;
        font-weight: 300;
        line-height: 1;
        text-transform: uppercase;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
    }
}



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

#burgerButton[aria-expanded="true"] #burgerButtonInner {
    -webkit-transform: rotate(-45deg) translate(-5px, 7px);
    transform: rotate(-45deg) translate(-5px, 7px);
    left: 4px;
    top: 25px;
    background: #ffffff;
}

#burgerButton[aria-expanded="true"]::after {
    -webkit-transform: rotate(45deg) translate(-5px, -8px);
    transform: rotate(45deg) translate(-5px, -8px);
    width: 40px;
    top: 43px;
    left: 4px;
    background: #ffffff;
}

#burgerButtonInner2,
#burgerButton:after,
#burgerButtonInner {
    position: absolute;
    background: #ffffff;
    width: 28px;
    height: 4px;
    left: 7px;
    -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;
}

#burgerButtonInner {
    top: 19px;
    width: 40px;
}

#burgerButtonInner2 {
    top: 29px;
    width: 30px;
    left: 17px;
}

#burgerButton:after {
    top: 39px;
    content: "";
    display: block;
    width: 20px;
    left: 27px;
}


/* burgermenu for tablet */

.navbar-nav {
    margin: 0px 40% 40px 0px;
}

.navbar-collapse {
    top: 0px;
    background: #717868;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    height: auto !important;
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    transition: opacity 300ms linear;
}

#burgerButton[aria-expanded="true"]~.navbar-collapse {
    opacity: 1;
    pointer-events: auto;
}


@media (max-width: 991px) {

    #menuBox {
        position: relative !important;
    }

    .navbar-nav {
        margin: 80px 20px 40px 20px;
    }

    .navbar-collapse::after {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: -1;
        display: block;
        width: 90px;
        opacity: 0;
        background-color: rgba(0, 0, 0, 0.5);
        transition: opacity 300ms linear;
    }

    #burgerButton[aria-expanded="true"]~.navbar-collapse::after {
        opacity: 1;
    }

    #myNavbar {
        width: 40%;

    }

    .navbar-collapse::after {
        width: 60%;
    }

}

@media (max-width: 768px) {
    #myNavbar {
        width: 60%;
    }

    .navbar-collapse::after {
        width: 40%;
    }
}

@media (max-width: 575px) {

    #myNavbar {
        width: calc(100% - 90px);
    }

    .navbar-collapse::after {
        width: 90px;
    }
}

@media (min-width: 992px) {
    .navbar-collapse {
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0px;
        padding-top: 100px;
    }

    #burgerButton[aria-expanded="true"]~.navbar-collapse::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 44%;
        margin: 0 auto;
        pointer-events: none;
        background: url('../img/logo-deepre-nav.png') center no-repeat,
            #e5e7e3;
    }
}

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

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    font-weight: 300;
    text-align: left;
    padding: 14px 45px 14px 5px;
    position: relative;
    font-size: 1.25rem;
    line-height: 1.2;
    text-decoration: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin: 0 20px 0 54px;
}

.navbar-default .navbar-nav>li:last-child>a {
    border-bottom: 0px solid #ffffff;
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav>li>a {
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 1.625rem;
        padding: 14px 35px 14px 10px;
    }
}

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

.navbar-nav>li:hover>a,
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>li.open>a,
.navbar-nav>li.open>a:hover,
.navbar-nav>li.open>a:focus,
.navbar-nav>li[class$="_over"]>a,
.navbar-nav>li[class$="_over"]>a:hover,
.navbar-nav>li[class$="_over"]>a:focus {
    color: #ffffff;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

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

.navbar-default .navbar-nav>li>.dropdown-menu {
    padding: 15px 0px;
}

.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
    padding: 0px 20px 0px 40px;
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li>.dropdown-menu {
        padding: 15px 20px 15px 48px;
    }

    .dropdown-toggle-button-wrapper {
        top: 15px !important;
        right: 30px !important;
        position: absolute;
    }

    .dropdown-toggle-button-wrapper2 {
        top: 4px !important;
        right: 30px !important;
        position: absolute;
    }
}

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

.navbar-default .navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>a,
.navbar-default .navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>.dropdown-menu>li>a {
    color: #ffffff;
    font-weight: 300;
    text-align: left;
    position: relative;
    line-height: 1.2;
    text-decoration: none;
    display: inline-block;
}

.navbar-default .navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>a {
    padding: 8px 35px 8px 25px;
    font-size: 1.125rem;
}

.navbar-default .navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>.dropdown-menu>li>a {
    padding: 8px 0px 8px 0px;
    font-size: 1rem;
}

.navbar-default .navbar-nav>li>.dropdown-menu li[class*="_start"],
.navbar-default .navbar-nav>li>.dropdown-menu li[class*="end"] {
    display: none;
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>a {
        display: block;
        padding-right: 45px;
    }
}

.navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>.dropdown-menu>li>a::before {
    content: '•';
    left: -10px;
    position: absolute;
}

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

.navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]:hover>a,
.navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>a:hover,
.navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>a:focus,
.navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"].open>a,
.navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"].open>a:hover,
.navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"].open>a:focus,
.navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"][class$="_over"]>a,
.navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"][class$="_over"]>a:hover,
.navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"][class$="_over"]>a:focus {
    background: #5a6053;
    color: #ffffff;
}

.navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>.dropdown-menu>li>a:hover,
.navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>.dropdown-menu>li>a:focus,
.navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>.dropdown-menu>li.open>a,
.navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>.dropdown-menu>li.open>a:hover,
.navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>.dropdown-menu>li.open>a:focus,
.navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>.dropdown-menu>li[class$="_over"]>a,
.navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>.dropdown-menu>li[class$="_over"]>a:hover,
.navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>.dropdown-menu>li[class$="_over"]>a:focus {
    background: transparent;
    color: #ffffff;
}

.navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>.dropdown-menu>li>a:hover::after,
.navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>.dropdown-menu>li>a:focus::after,
.navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>.dropdown-menu>li.open>a::after,
.navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>.dropdown-menu>li.open>a:hover::after,
.navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>.dropdown-menu>li.open>a:focus::after,
.navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>.dropdown-menu>li[class$="_over"]>a::after,
.navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>.dropdown-menu>li[class$="_over"]>a:hover::after,
.navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>.dropdown-menu>li[class$="_over"]>a:focus::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    background: #5a6053;
}

/* ------------------------------------------ dropdown-toggle-button ------------------------------------------ */

.dropdown-toggle-button::before {
    content: "+";
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #ffffff;
    right: -5px;
    top: -4px;
    font-size: 30px;
    font-weight: 500;
    background: rgba(0, 0, 0, 0);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    text-align: center;
}

.dropdown-toggle-button-open::before {
    content: "-";
    background: #5a6053;
}

.dropdown-toggle-button-wrapper2 .dropdown-toggle-button-open::before {
    content: "-";
    background: rgba(0, 0, 0, 0);
}

.dropdown-toggle-button-open {
    display: block;
    position: relative !important;
}

.dropdown-toggle-button {
    line-height: 1.2;
}

.dropdown-toggle-button::after {
    content: unset;
}

.dropdown-toggle-button {
    background: rgba(255, 255, 255, 0) !important;
}

.dropdownpr {
    position: relative !important;
}

.dropdown-toggle-button-wrapper {
    position: absolute;
    right: 0px;
    top: 8px;
    display: block;
}

@media (min-width: 992px) {
    .dropdown-toggle-button-wrapper {
        right: 15px;
    }

    .dropdown-toggle-button-wrapper {
        top: 15px;
    }

    .dropdown-toggle-button {
        padding: 15px;
        background: transparent;
        border-radius: 8px;
        cursor: pointer;
    }
}

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


@media (max-width: 1599px) {
    #banner-texts-teaser {
        bottom: 100px;
    }
}

header {
    position: relative;
}

#slider {
    height: 200px;
    overflow: hidden;
    position: relative;
}

#slider>* {
    height: 100% !important;
}

@media (min-width: 576px) {
    #slider {
        height: 250px;
    }
}

@media (min-width: 768px) {
    #slider {
        height: 100% !important;
    }

    #headerpic .slider-wrapper {
        height: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 50%;
    }

    #headerpic .slider-wrapper::after {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        bottom: 0;
        width: 40%;
        background: linear-gradient(to right, #e5e7e3 0%, transparent 100%);
        z-index: 60;
        pointer-events: none;
    }

    #headerpic .nivo-directionNav a {
        z-index: 61;
    }

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

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

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

.slider-mask {
    display: none;
}

@media (min-width: 768px) {
    #headerpic .nivo-controlNav {
        text-align: right;
        padding-right: 20px;
        font-size: 0;
        bottom: 10px;
    }
}

/* ----------------------------------------------- bannerOverlay ----------------------------------------------- */

#bannerOverlay {
    background: #e5e7e3;
    padding-top: 30px;
    padding-bottom: 55px;
}

#bannerOverlay>.row>div {
    position: relative;
    z-index: 61;
}

@media (max-width: 767px) {
    body:not(.index) #bannerOverlay {
        display: none;
    }
}

@media (min-width: 768px) {
    #bannerOverlay {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 992px) {
    #bannerOverlay {
        padding-top: 80px;
        padding-bottom: 125px;
    }
}

#bannerOverlay :is(h1, h2, h3, h4, h5, h6) {
    font-size: 2.1875rem;
    font-weight: 300 !important;
    text-transform: uppercase;
    color: #252525;
}

#bannerOverlay :is(h1, h2, h3, h4, h5, h6) :is(em, i) {
    font-style: normal;
    font-size: 75%;
    display: block;
}

@media (min-width: 1200px) {
    #bannerOverlay {
        padding-top: 150px;
        padding-bottom: 50px;
        max-height: 550px;
        font-size: 1.3125rem;
        overflow: hidden;
    }

    #bannerOverlay :is(h1, h2, h3, h4, h5, h6) {
        font-size: 2.5rem;
    }
}

#bannerOverlay a {
    background: #daba6d;
    color: #ffffff;
    font-size: 1rem;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 1px;
    padding: 8px 25px 6px 25px;
    text-transform: uppercase;
}

#bannerOverlay a:hover,
#bannerOverlay a:focus {
    background: #daba6d;
    color: #252525;
}

/* ------------------------------------------------ logoBox ----------------------------------------------- */

#logoBox {
    position: relative;
    z-index: 66;
    pointer-events: none;
}

#logo2 {
    pointer-events: all;
    background: #daba6d;
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 211px;
    width: 211px;
    margin: 0 auto;
}

#logo2 img {
    display: block;
    margin: auto;
}

/* ------------------------------------------------ @26tab ----------------------------------------------- */

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

#tab26Wrapper {
    padding-top: clamp(40px, 4vw, 80px);
    padding-bottom: clamp(40px, 4vw, 80px);
    background: #717868;
    position: relative;
}

#tab26 .tabBanner {
    line-height: 0;
    max-height: 273px;
}

#tab26 .tabBox {
    height: 100%;
}

#tab26 .tab {
    font-weight: 300;
    color: #252525;
    padding: 25px 30px;
    margin: -40px 20px 0 20px;
    background: #ffffff;
    z-index: 1;
    position: relative;
}

#tab26 :is(h1, h2, h3, h4, h5, h6) {
    text-transform: uppercase;
    font-size: 1.375rem;
}

#tab26 a {
    text-transform: uppercase;
    color: #8b6c23;
}

/* ----------------------- @26tab slider arrows + dots ------- DO NOT DELETE ----------------------- */

#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;
}

@media (max-width: 767px) {
    #tab26 .slick-next {
        margin-left: 14px;
    }
}

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

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

#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 {
    display: inline-block;
    position: relative;
    top: 50%;
    font-size: 0px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    transform: translateY(-50%);
}

#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: #daba6d;
    transition: background 200ms linear;
}

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

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

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

/* ------------ @26tab slider 1 stop/play button for accessibility ------- DO NOT DELETE ------------ */

#tab26 .slick-animate-control {
    position: relative;
    z-index: 2;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    top: -5px;
    left: 10px;
    border: 1px solid #ffffff;
    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");
}

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

#content {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
}

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

    .index #content {
        padding-bottom: 130px;
    }
}

@media (min-width: 1200px) {
    #content>.row>* {
        padding-left: 60px;
    }
}


/* ------------------------------------------------ offer1 ----------------------------------------------- */

#offer1 {
    margin: auto;
    width: 100%;
    max-width: 1440px;
    padding-top: 40px;
}

#offer1 .tab {
    font-size: 1rem;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    height: 100%;
}

#offer1 .tab :is(h1, h2, h3, h4, h5, h6) {
    font-size: 1.375rem;
    font-weight: 400;
    color: #1f1f1f;
    text-transform: uppercase;
}

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

#offer1 .tab a {
    background-color: #717868;
    color: #fff;
    padding: 14px 25px;
    display: inline-block;
}

/* ----------------------- @26tab slider arrows + dots ------- DO NOT DELETE ----------------------- */

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

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

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

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

@media (max-width: 767px) {
    #offer1 .slick-next {
        margin-left: 14px;
    }
}

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

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

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

@media (max-width: 767px) {

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

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

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

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

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

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

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

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

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

/* ------------ @26tab slider 1 stop/play button for accessibility ------- DO NOT DELETE ------------ */

#offer1 .slick-animate-control {
    position: relative;
    z-index: 2;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    top: -5px;
    left: 10px;
    border: 1px solid #ffffff;
    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");
}

#offer1 .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");
}



/* ------------------------------------------------ offer2 ----------------------------------------------- */

#offer2 {
    margin: auto;
    width: 100%;
    max-width: 1440px;
    padding-bottom: 40px;
    padding-top: 40px;
}

#offer2 .tab {
    font-size: 1rem;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    height: 100%;
}

#offer2 .tab :is(h1, h2, h3, h4, h5, h6) {
    font-size: 1.375rem;
    font-weight: 400;
    color: #1f1f1f;
    text-transform: uppercase;
}

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

#offer2 .tab a {
    background-color: #717868;
    color: #fff;
    padding: 14px 25px;
    display: inline-block;
}

/* ----------------------- @26tab slider arrows + dots ------- DO NOT DELETE ----------------------- */

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

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

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

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

@media (max-width: 767px) {
    #offer2 .slick-next {
        margin-left: 14px;
    }
}

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

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

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

@media (max-width: 767px) {

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

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

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

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

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

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

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

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

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

/* ------------ @26tab slider 1 stop/play button for accessibility ------- DO NOT DELETE ------------ */

#offer2 .slick-animate-control {
    position: relative;
    z-index: 2;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    top: -5px;
    left: 10px;
    border: 1px solid #ffffff;
    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");
}

#offer2 .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");
}



/* ----------------------------------------------- feedback -------------------------------------------- */

@media (max-width: 991px) {
    #feedback>.row>* {
        margin-bottom: 30px;
    }
}


#feedback .tab {
    font-size: 1rem;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    height: 100%;
}

#feedback .tab1 {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
}

#feedback .tab :is(h1, h2, h3, h4, h5, h6) {
    font-size: 1.375rem;
    font-weight: 400;
    color: #1f1f1f;
    text-transform: uppercase;
}

#feedback .tab a {
    background-color: #717868;
    color: #fff;
    padding: 14px 25px;
    display: inline-block;
}

/* ----------------------------------------------- workshops -------------------------------------------- */

@media (max-width: 575px) {
    #workshops>.row>* {
        margin-bottom: 30px;
    }
}


#workshops {
    padding: 40px 0;
}

#workshops .tab {
    font-size: 1rem;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    height: 100%;
}

#workshops .tab1 {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
}

#workshops .tab :is(h1, h2, h3, h4, h5, h6) {
    font-size: 1.375rem;
    font-weight: 400;
    color: #1f1f1f;
    text-transform: uppercase;
}

#workshops .tab a {
    background-color: #717868;
    color: #fff;
    padding: 14px 25px;
}

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

/* ----------------------------------------------- @1nw news -------------------------------------------- */

#nw1 {
    padding-top: clamp(30px, 4vw, 70px);
    padding-bottom: clamp(30px, 4vw, 70px);
}

#nw1>.row {
    row-gap: clamp(25px, 4vw, 45px);
}

#nw1 .tabHeadline {
    color: #252525;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Josefin Sans", sans-serif;
    hyphens: auto;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-size: 1.5625rem;
}

#nw1 .tab,
#nw1 .tab_link,
#nw1 .tab_link>div {
    height: 100%;
    min-height: 100%;
}

#nw1 .tab_link_entries {
    display: grid;
    gap: 30px;
}

@media (min-width: 576px) {
    #nw1 .tab_link_entries {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    #nw1 .tab_link_entries {
        grid-template-columns: repeat(3, 1fr);
    }
}

#nw1 .tab_link_entry {
    font-size: 1rem;
    position: relative;
    width: 100%;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    border-radius: 10px;
    padding: 220px 30px 30px 30px;
    background: #ffffff;
    border: unset !important;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.07);
}

#nw1 .vorschau {
    opacity: 1;
}

#nw1 .tab_preview_picture {
    background: #ffffff;
}

#nw1 .tab_link_entry::before,
#nw1 .tab_link_entry .tab_preview_picture {
    position: absolute;
    display: block;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 260px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

#nw1 .tab_link_entry::before {
    content: "";
    background: center / cover no-repeat, #717868;
}

#nw1 .tab_preview_picture img {
    position: absolute;
    margin: 0 !important;
    left: 50%;
    top: 50%;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    max-width: 350px;
    width: auto;
    height: auto;
    -ms-interpolation-mode: bicubic;
    transform: translateX(-50%) translateY(-50%);
}

#nw1 .tab_date {
    display: inline-block;
    font-weight: 400;
    color: #252525;
    font-size: 0.875rem;
    padding: 8px 20px 5px 20px;
    background: #e5e7e3;
    border-radius: 18px;
}

#nw1 .tab_link_title a {
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.375rem;
    color: #1f1f1f;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 25px;
}

#nw1 .tab_link_entries+div,
#nw1 .tab_link_entries .tab_spacer {
    display: none;
}

#nw1 .tab_link_mehr {
    font-size: 0 !important;
    text-align: left !important;
}

#nw1 .tab_link_mehr a {
    text-transform: uppercase;
    text-decoration: underline;
    display: block;
    position: relative;
    font-size: 1rem;
    color: #252525;
    padding-top: 24px;
    margin-top: 24px;
    padding-right: 26px;
    border-top: 1px solid #edebe8;
}

#nw1 .tab_link_mehr a:hover,
#nw1 .tab_link_mehr a:focus {
    color: #8b6c23;
}

#nw1 .tab_link_mehr a::after {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 25px;
    right: 0;
    width: 23px;
    height: 15px;
    background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23252525"><path d="m560-240-56-58 142-142H160v-80h486L504-662l56-58 240 240-240 240Z"/></svg>')center no-repeat;
}

/* ------------------------------------------- @1nw buttonStyle ------------------------------------------- */

#nw1 .buttonStyle a {
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    color: #ffffff;
    padding: 14px 18px 8px 18px;
    letter-spacing: 1px;
    background: #717868;
    transition: background 300ms linear, color 300ms linear;
}

@media (min-width: 768px) {
    #nw1 .buttonStyle a+a {
        margin-left: 12px;
    }
}

#nw1 .buttonStyle a:hover,
#nw1 .buttonStyle a:focus {
    color: #ffffff;
    background: #5a6053;
}

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

.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
H6,
H5,
H4,
H3,
H2,
H1 {
    color: #252525;
    font-weight: 400;
    line-height: 1.2;
    font-family: "Josefin Sans", sans-serif;
}

h1,
.h1,
.legacy_h1 {
    font-size: 1.7rem;
}

@media (min-width: 768px) {

    h1,
    .h1,
    .legacy_h1 {
        font-size: 2.5rem;
    }
}

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

@media (min-width: 768px) {

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

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

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

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

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

#newslinks,
#newsmandate {
    border: 1px solid #252525;
}

/* ----------------------------------------------- kontaktBox ----------------------------------------------- */

.kontaktBox {
    background-color: #717868;
    padding-top: 65px;
    padding-bottom: 60px;
    color: #ffffff;
}

.kontaktBox .tabHeadline {
    color: #ffffff;
    font-size: 1.25rem;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.kontaktBox a {
    color: #ffffff;
}

.kontaktBox .tab a:hover,
.kontaktBox .tab a:focus {
    text-decoration: underline;
}

.kontaktBox .tab2 a {
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .kontaktBox .tabHeadline {
        margin-bottom: 15px;
    }

    .kontaktBox {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .kontaktBox>.row>*+* {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #ffffff;
    }
}

/* ---------------------------------------------- scrollTopBtn ---------------------------------------------- */

.lastTab {
    display: flex;
    align-items: start;
    align-content: start;
    justify-content: space-between;
    flex-direction: column;
}

@media (min-width: 768px) {
    .lastTab {
        align-items: end;
        align-content: end;
    }
}

#scrollTopBtn {
    font-size: 0.9375rem;
    position: relative;
    padding-right: 60px;
}

#scrollTopBtn::after {
    content: '\203A';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 46px;
    height: 40px;
    border-radius: 100%;
    background: #daba6d;
    color: #000;
    font-size: 30px;
    transform: rotate(-90deg);
    line-height: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    text-align: center;
    align-content: center;
    align-items: center;
    padding-right: 3;
    padding-bottom: 6px;
}

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

.footer {
    background-color: #edebe8;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #252525;
}

@media (max-width: 767px) {
    #innerfooter {
        border-bottom: 1px solid rgba(51, 51, 51, 0.1);
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: inline-block;
}

#innerfooter a {
    color: #252525;
    text-decoration: none;
    display: inline-block;
    font-weight: 300;
    font-size: 0.9375rem;
}

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

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

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

@media (max-width: 767px) {
    #innerfooter li {
        display: block;
        text-align: center;
        padding: 5px;
        margin: 0;
    }

    #innerfooter li+li::before {
        display: none;
    }
}

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

#vernetzt {
    text-align: right;
    font-size: 0.875rem;
    color: #333333;
    line-height: 1.3;
    margin: 0 auto;
    font-weight: 300;
    text-decoration: none;
    display: inline-block;
}

#vernetzt b {
    color: #333333;
    font-weight: 300;
    text-transform: uppercase;
}

#vernetzt span {
    color: #333333;
}

#vernetzt span span {
    display: block;
}

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