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

html {
    max-width: 1930px;
    margin-left: auto;
    margin-right: auto;
    background: #f1f1f1;
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
    scrollbar-color: #16603b #ffffff;
    scrollbar-width: thin;
}

body {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
    color: #010101;
    background: #ffffff;
    font-size: clamp(1rem, 2vw, 1.125rem);
    /* 1rem = 16px */
    line-height: 1.5;
}

a {
    color: #16603b;
}

#content a,
a:is(:hover, :focus) {
    color: #16603b;
    text-decoration: underline;
}

b,
strong {
    font-weight: 700;
}

a:focus-visible,
button:focus-visible,
form:focus-visible,
input:focus-visible {
    outline: 3px solid #0066ff !important;
}

@media (min-width: 1200px) {
    .rowWide {
        max-width: 1600px;
        width: 100%;
    }
}

#over {
    overflow: clip;
    position: relative;
}

/* ------------------------------------------------- topBox ------------------------------------------------ */

@media (min-width: 1200px) {
    #topBox {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 61;
    }
}

/* ------------------------------------------------- topbar ------------------------------------------------ */

#topbar {
    background: #ffffff;
}

#topbar>.row {
    row-gap: 10px;
}

@media (max-width: 1199px) {
    #topbar {
        padding: 10px 0;
    }
}

@media (min-width: 1200px) {
    #topbar {
        max-width: 1570px;
        width: 100%;
        margin: auto;
    }

    #topbar>.row>* {
        padding: 0;
    }
}

/* ------------------------------------------------- optionsBox ------------------------------------------------ */

@media (min-width: 992px) {
    #optionsBox {
        display: flex;
        align-content: center;
        align-items: center;
        gap: 30px;
        flex-wrap: wrap;
    }
}

#optionsBox span {
    color: #252525;
    font-size: 1.125rem;
    padding-right: clamp(15px, 2vw, 30px);
}

/* ------------------------------------------------ contrast_style ---------------------------------------------- */

#contrast_style button {
    color: #010101;
    padding: 0;
    font-size: 0;
    border: unset !important;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    font-weight: 400;
    background: #ddebd8;
    transition: background 300ms linear;
    position: relative;
    z-index: 1;
}

#contrast_style button+button {
    margin-left: 12px;
}

#contrast_style button:hover,
#contrast_style button:focus {
    background: #7bc65d;
}

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

@media (min-width: 992px) {
    #style {
        margin-left: 50px;
    }
}

#style button {
    padding: 0;
    border: none;
    color: #010101;
    display: inline-block;
    min-width: 40px;
    min-height: 40px;
    font-weight: 400;
    font-size: 1.25rem;
    text-align: center;
    background: #ddebd8;
    position: relative;
    line-height: 1;
    transition: color 300ms linear, background 300ms linear;
}

#style button+button {
    margin-left: 12px;
}

#style button:hover,
#style button:focus {
    color: #010101;
    background: #7bc65d;
}

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

form[id^="search"] {
    min-height: 60px;
    display: block;
    position: relative;
    width: 100%;
    background: #ddebd8;
}

@media (min-width: 768px) {
    form[id^="search"] {
        margin-left: auto;
        width: fit-content;
    }
}

@media (max-width: 575px) {
    form[id^="search"] {
        display: inline-block;
    }
}

form [id^="search_input"] {
    font-size: clamp(0.875rem, 2vw, 1.125rem);
    color: #010101;
    font-style: normal;
    background: transparent;
    padding: 0;
    border: 0;
    padding-left: clamp(5px, 3vw, 30px);
    padding-right: clamp(5px, 19vw, 175px);
    min-height: 60px;
    width: 100%;
    display: block;
}

form [id^="search_submit"] {
    width: fit-content;
    padding: 0;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 60px;
    padding: 5px clamp(4px, 1vw, 50px);
    color: #010101;
    font-weight: 700;
    font-size: clamp(0.875rem, 2vw, 1.25rem);
    text-transform: uppercase;
    background: #7bc65d;
    transition: background 200ms linear;
}

form [id^="search_submit"]:hover,
form [id^="search_submit"]:focus {
    background-color: #ddebd8;
}

[id^="search_input"]::-ms-input-placeholder {
    color: #010101 !important;
}

[id^="search_input"]::-webkit-input-placeholder {
    color: #010101 !important;
}

[id^="search_input"]::-moz-placeholder {
    opacity: 1;
}

[id^="search_input"]:-moz-placeholder {
    opacity: 1;
}

[id^="search_input"]::placeholder {
    color: #010101 !important;
    opacity: 1 !important;
    font-style: normal !important;
}

/* für :focus-visible -> setzt die Umrandung -3px weiter hinein */
form[id^="search"],
form [id^="search_input"],
form [id^="search_submit"] {
    outline-offset: -3px;
}

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

#logo {
    display: inline-block;
}

#logo img {
    display: block;
}

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

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

/* burgermenu for tablet */

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

    #burgerButton::before,
    #burgerButton::after,
    #burgerButtonInner {
        background-color: #082818;
        border-radius: 2px;
        position: absolute;
        width: 40px;
        height: 3px;
        left: 10px;
        transition: transform 200ms linear, opacity 200ms linear;
    }

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

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

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

    #burgerButtonInner {
        top: 16px;
    }

    #burgerButton::before {
        top: 24px;
        content: "";
    }

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

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

    .navbar-collapse {
        width: calc(100% - 90px);
        max-width: 300px;
        top: 0;
        background: #082818;
        position: fixed;
        left: -100%;
        bottom: 0;
        z-index: 100;
        height: auto !important;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        overflow-y: auto;
        transition: left 300ms linear, opacity 300ms linear, box-shadow 600ms linear;
        box-shadow: 250px 0 50vw 50vw rgba(255, 255, 255, 0);
    }

    .navbar-collapse:is([aria-expanded="true"], .in) {
        left: 0;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        box-shadow: 250px 0 50vw 50vw rgba(0, 0, 0, 0.6);
    }

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

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

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

/* menu desktop */

@media (min-width: 992px) {
    nav.horizontally {
        padding: 16px 15px;
        background-color: #082818;
    }

    .is-sticky nav.horizontally {
        left: 0 !important;
        right: 0 !important;
    }

    nav.horizontally .navbar-nav {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

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

    nav.horizontally .navbar-nav ul {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: block !important;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        transition: opacity 300ms linear;
    }

    nav.horizontally .navbar-nav [class*="secondlevel"]>ul {
        left: 100%;
        top: 0;
    }

    nav.horizontally .navbar-nav li {
        position: relative;
    }

    nav.horizontally .navbar-nav li:is(.open:focus-within, :hover)>ul,
    nav.horizontally .navbar-nav li[class*="secondlevel"]>ul[style*="block"] {
        pointer-events: auto !important;
        opacity: 1 !important;
        visibility: visible;
    }

    nav.horizontally .navbar-nav li:is(:hover, :focus-within)>ul {
        z-index: 1003;
    }
}

@media (min-width: 1200px) {
    nav.horizontally {
        max-width: 1570px;
        width: 100% !important;
        margin: auto;
    }
}

/* toplevel */

nav.horizontally a[class*="toplevel"] {
    color: #ffffff;
    font-weight: 700;
    text-align: left;
    padding: 10px 15px 15px 15px;
    position: relative;
    font-size: 1.25rem;
    line-height: 1.2;
    text-decoration: none;
}

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

@media (min-width: 992px) {
    nav.horizontally li[class*="toplevel"]+li {
        margin-left: 20px;
    }

    nav.horizontally a[class*="toplevel"] {
        text-align: center;
        padding: 22px 0;
    }
}

/* toplevel-over */

nav.horizontally li[class*="toplevel"]:is(:hover, :focus-within)>a,
nav.horizontally li[class*="toplevel"]>a:is(:hover, :focus),
nav.horizontally li[class*="toplevel"].open>a,
nav.horizontally li[class*="toplevel"].open>a:is(:hover, :focus),
nav.horizontally li[class*="toplevel"][class*="_over"]>a,
nav.horizontally li[class*="toplevel"][class*="_over"]>a:is(:hover, :focus) {
    color: #7bc65d;
    background-color: transparent;
}

/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] ul {
    border-top: 6px solid #7bc65d;
    background: #ffffff;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    nav.horizontally [class*="toplevel"]>ul {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    nav.horizontally [class*="toplevel"] ul {
        padding: 18px 0;
    }

    nav.horizontally [class*="toplevel"]>ul {
        margin-top: 6px;
    }

    nav.horizontally :is([class*="toplevel"], [class*="secondlevel"])>ul::before {
        content: "";
        position: absolute;
        display: block;
    }

    nav.horizontally [class*="toplevel"]>ul::before {
        height: 15px;
        left: 0;
        right: 0;
        top: -15px;
    }

    nav.horizontally [class*="secondlevel"]>ul {
        margin-top: -23px;
        margin-left: 6px;
    }

    nav.horizontally [class*="secondlevel"]>ul::before {
        width: 6px;
        top: 0;
        bottom: 0;
        left: -6px;
    }
}

/* secondlevel + thirdlevel */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
    color: #010101;
    font-weight: 400;
    text-align: left;
    padding: 9px 25px;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
}

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

/* secondlevel + thirdlevel over */

nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]):is(:hover, :focus-within)>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])>a:is(:hover, :focus),
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a:is(:hover, :focus),
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a:is(:hover, :focus) {
    background: #ddebd8;
    color: #010101;
}

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

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

#slider {
    max-height: clamp(300px, 42vw, 500px);
    position: relative;
    overflow: hidden;
}

@media (min-width: 992px) {
    body.index #slider {
        max-height: clamp(400px, 62vw, 700px);
    }

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

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

@media (min-width: 1200px) {
    .index .theme-nivo .nivo-controlNav {
        bottom: 230px;
    }
}

#headerpic {
    padding: 0;
    position: relative;
}

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

.slider-mask {
    display: block;
    background: url('../img/banner-wellen.png') bottom -1px center / 100% auto no-repeat,
        linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 80%);
}

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

@media (max-width: 991px) {
    #bannerOverlay {
        padding-top: 30px;
    }
}

#bannerOverlay .tab :is(em, i) {
    color: #010101;
    display: block;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 700;
    font-style: normal;
    width: fit-content;
    margin: auto;
    padding: 8px 20px;
    background: #7bc65d;
}

#bannerOverlay .tab :is(h1, h2, h3, h4, h5, h6) {
    font-size: 1.875rem;
    padding: 20px;
    margin: 0;
}

@media (min-width: 992px) {
    #bannerOverlay {
        position: relative;
        pointer-events: none;
        z-index: 12;
        margin-top: -80px;
        background-color: rgba(0, 0, 0, 0.01);
    }

    #bannerOverlay .tab {
        pointer-events: all;
        color: #ffffff;
    }

    #bannerOverlay .tab :is(h1, h2, h3, h4, h5, h6, a) {
        color: #ffffff;
    }
}

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

    #bannerOverlay .tab .btgrid {
        padding: 0 110px;
    }

    #bannerOverlay .tab :is(h1, h2, h3, h4, h5, h6) {
        position: relative;
        padding: 20px 140px;
    }

    #bannerOverlay .tab :is(h1, h2, h3, h4, h5, h6)::before {
        content: '';
        position: absolute;
        pointer-events: none;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 100px;
        height: 1px;
        background: #e0ddcf;
    }

    #bannerOverlay .tab :is(h1, h2, h3, h4, h5, h6)::after {
        content: '';
        position: absolute;
        pointer-events: none;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 100px;
        height: 1px;
        background: #e0ddcf;
    }

}

/* ------------------------------------------------ contentBox ----------------------------------------------- */

#contentBox {
    text-align: left;
    padding-bottom: clamp(30px, 5vw, 70px);
}

@media (max-width: 991px) {
    #contentBox {
        padding-top: 30px;
    }
}

body:not(.index) #contentBox {
    padding-top: 30px;
}

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

#contentBox>.row {
    row-gap: 30px;
}

/* ------------------------------------------------ @4tab ----------------------------------------------- */

#tab4 {
    padding: clamp(30px, 4vw, 65px) 0 30px 0;
    position: relative;
}

#tab4>.row {
    row-gap: 30px;
}

#tab4 .specialHeadline .tabHeadline {
    font-size: clamp(1.75rem, 2vw, 1.875rem);
    color: #16603b;
    margin: 0;
}

#tab4 .specialHeadline {
    margin-bottom: clamp(15px, 3vw, 20px);
}

#tab4 .tabBox {
    hyphens: auto;
    color: #010101;
    min-height: 100%;
    font-weight: 700;
    line-height: 1.3;
    font-size: clamp(1.125rem, 3vw, 1.5rem);
    padding: 40px;
    background-color: #ddebd8;
    transition: transform 300ms linear;
}

#tab4 .tabBox:hover,
#tab4 .tabBox:focus {
    transform: scale(1.05);
}

#tab4 .tabBox img {
    margin-bottom: 25px;
}

#tab4 .tabBox a {
    color: #010101;
}

/* ------------------------------------------------ tabsLeft ----------------------------------------------- */

@media (min-width: 992px) {
    #tabsLeft {
        padding-right: 45px;
    }
}

#tabsLeft>*+* {
    margin-top: 70px !important;
}

/* ----------------------------------------------- @10ev events -------------------------------------------- */

#ev10 .tab {
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    position: relative;
    background: #ffffff;
    font-size: 1rem;
    color: #010101;
    hyphens: auto;
    padding: 45px 30px 30px 30px;
    border-top: 4px solid #7bc65d;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

#ev10 .tab::before {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: -36px;
    left: 50%;
    margin-left: -30px;
    border-radius: 50%;
    background: url("../img/icon-veranstaltungen.png") center no-repeat, #ddebd8;
}

#ev10 .tabSpecial .tabHeadline {
    text-align: center;
    font-size: 1.4375rem;
    font-weight: 700;
    color: #16603b;
    hyphens: auto;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#ev10 #clr-events-hide {
    margin-top: 25px;
}

#ev10 .tab .eventclndr-tab {
    margin-bottom: 0;
}

#ev10 .tab .tab_link_title a {
    color: #16603b;
    font-weight: 700;
    font-size: 1.125rem;
}

#ev10 .tab .tab_link_mandat a {
    color: #010101;
}

#ev10 .tab #clr-events-hide>p:nth-child(1) {
    display: none !important;
}

#ev10 .tab .tab_spacer {
    height: 15px;
}

#ev10 .tab .tab_link_mehr {
    color: transparent;
    font-size: 0;
}

#ev10 .tab .tab_link_mehr a {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.9375rem;
    color: #010101;
    font-weight: 700;
    padding: 9px 17px;
    background: #ddebd8;
}

#ev10 .tab .tab_link_mehr a:hover,
#ev10 .tab .tab_link_mehr a:focus {
    background: #7bc65d;
}

/* ----------------------------------------------- @10nw news -------------------------------------------- */

#nw10 .tab {
    margin-top: 32px;
    font-size: 1rem;
    color: #010101;
    position: relative;
    hyphens: auto;
    padding: 45px 30px 30px 30px;
    background: #ffffff;
    border-top: 4px solid #7bc65d;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

#nw10 .tab::before {
    content: "";
    position: absolute;
    display: block;
    top: -36px;
    left: 0;
    right: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: url("../img/icon-aktuelles.png") center no-repeat, #ddebd8;
}

#nw10 .tabSpecial {
    margin-bottom: 20px;
}

#nw10 .tabSpecial .tabHeadline {
    font-size: 1.4375rem;
    font-weight: 700;
    color: #16603b;
    margin-bottom: 0;
    hyphens: auto;
    text-transform: uppercase;
}

#nw10 .tab .tab_link_entries {
    display: grid;
    gap: 20px;
}

#nw10 .tab .tab_link_title a {
    color: #16603b;
    font-size: 1.125rem;
    font-weight: 700;
}

#nw10 .tab .tab_link_mandat a {
    color: #010101;
}

#nw10 .tab .tab_date {
    font-style: italic;
}

#nw10 .tab .tab_link_mehr {
    margin-top: 20px;
}

#nw10 .tab .tab_link_mehr a {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.9375rem;
    color: #010101;
    font-weight: 700;
    padding: 9px 17px;
    background: #ddebd8;
}

#nw10 .tab .tab_link_mehr a:hover,
#nw10 .tab .tab_link_mehr a:focus {
    background: #7bc65d;
}

#nw10 .tab .tab_preview_picture,
#nw10 .tab .tab_link_entry>div:nth-last-child(2),
#nw10 .tab .tab_spacer {
    display: none;
}

/* ------------------------------------------------ tabsRight ----------------------------------------------- */

@media (min-width: 992px) {
    #tabsRight {
        padding-left: 45px;
    }
}

#tabsRight .tab {
    margin-top: 32px;
    font-size: 1rem;
    hyphens: auto;
    position: relative;
    padding: 45px 30px 30px 30px;
    background: #ffffff;
    border-top: 4px solid #7bc65d;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

#tabsRight .wetter {
    margin: 70px 0;
}

#tabsRight .tab::before {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: -36px;
    left: 50%;
    margin-left: -30px;
    border-radius: 50%;
}

#tabsRight .tab.links::before {
    background: url("../img/icon-links.png") center no-repeat, #ddebd8;
}

#tabsRight .tab.wetter::before {
    background: url("../img/icon-wolke.png") center no-repeat, #ddebd8;
}

#tabsRight .tab.amtsblatt::before {
    background: url("../img/icon-amtsblatt.png") center no-repeat, #ddebd8;
}

#tabsRight .tab :is(h1, h2, h3, h4, h5, h6),
#tabsRight .tab .tabHeadline {
    font-size: 1.4375rem;
    font-weight: 700;
    color: #16603b;
    margin-bottom: 0;
    hyphens: auto;
    text-transform: uppercase;
}

#tabsRight .tab a {
    color: #16603b;
    text-decoration: underline;
}

#tabsRight .tab a:is(:hover, :focus) {
    color: #082818;
}

#tabsRight .tab.amtsblatt a {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.9375rem;
    color: #010101;
    font-weight: 700;
    padding: 9px 17px;
    background: #ddebd8;
    margin-top: 20px;
}

#tabsRight .tab.amtsblatt a:is(:hover, :focus) {
    background: #7bc65d;
}

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

.h4link a:is(:link, :hover, :focus, :visited),
h6,
h5,
h4,
h3,
h2,
h1 {
    color: #16603b;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Source Sans 3", sans-serif;
}

h1,
.h1,
.legacy_h1 {
    font-size: clamp(1.875rem, 3vw, 2.375rem);
}

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

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

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

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

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

/* ----------------------------------------------- @11f footer ----------------------------------------------- */

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

#footer {
    hyphens: auto;
    color: #ffffff;
    font-size: 1rem;
    padding-top: clamp(30px, 6vw, 100px);
    padding-bottom: clamp(30px, 4vw, 60px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #16603b;
    position: relative;
}

#footer::before {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/footer-welle-weiss.png') top -1px center / 100% auto no-repeat;
}

#footer :is(h1, h2, h3, h4, h5, h6, .footerHeadline) {
    color: #ffffff;
    font-size: 1.375rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#footer a {
    color: #ffffff;
}

#footer .footerTab2 {
    line-height: 1.8;
}

#footer .footerTab a {
    color: #ffffff;
    text-decoration: underline;
}

#footer .footerTab a:hover,
#footer .footerTab a:focus {
    color: #ffffff;
}

#footer .footerTab a[href^="mailto:"] {
    font-style: italic;
    color: #ffffff;
}

@media (max-width: 575px) {
    #footer>.row>*+* {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }
}

@media (min-width: 992px) {
    #footer>.row>*+* {
        border-left: 1px solid rgba(255, 255, 255, 0.3);
    }

    #footer .footerTab {
        padding-top: 10px;
    }

    #footer .footerTab2 {
        padding-left: 20px;
    }
}

/* --------------------------------------------- iframeMapsTab -------------------------------------------- */

#footer iframe,
#footer .iframe-wrapper-manual-enabling {
    min-width: 100% !important;
    width: 100% !important;
    display: block;
}

#footer .iframeMapsTab {
    max-height: 246px;
    overflow: hidden;
}

@media (min-width: 576px) and (max-width:991px) {
    #footer .iframeMapsTab {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

/* --------------------------------------------- footer2 -------------------------------------------- */

#footer2 {
    padding: 20px 0;
    color: #ffffff;
    background: #082818;
}

/* --------------------------------------------- innerfooter -------------------------------------------- */

#innerfooter {
    font-size: 1rem;
}

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

#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: inline-block;
}

#innerfooter a {
    color: #ffffff;
    padding: 24px 0px;
    text-decoration: none;
}

#innerfooter a:hover,
#innerfooter a:focus {
    color: #7bc65d;
}

#innerfooter li+li::before {
    content: "|";
    margin: 0 15px;
}

@media (min-width: 1200px) {
    #innerfooter li+li::before {
        margin: 0 clamp(20px, 5vw, 50px);
    }
}

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

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

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

#vernetzt {
    gap: 16px;
    text-align: right;
    font-size: 0.875rem;
    color: #ffffff;
    line-height: 1.3;
    text-decoration: none;
}

#vernetzt span span {
    display: block;
}

#vernetzt strong {
    color: #7bc65d;
    font-weight: 400;
}

/* --------------------------------------------- kontraste -------------------------------------------- */

.contrast_dark form [id^="search_input"] {
    background-color: #ffffff !important;
}

.contrast_dark_font form[id^="search"],
.contrast_dark_font form [id^="search_submit"] {
    background-color: #ffffff !important;
}