@import url("https://fonts.verwaltungsportal.de/import/?family=Golos+Text:400,600,400i,600i");
@import url("https://fonts.verwaltungsportal.de/import/?family=Coiny:400");

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

body {
    font-family: "Golos Text", sans-serif;
    color: #333333;
    background: #ffffff;
    font-size: clamp(1rem, 2vw, 1.125rem);
    /* 1rem = 16px */
    line-height: 1.5;
}

a {
    color: #306e3a;
}

a:is(:hover, :focus) {
    text-decoration: underline;
}

#content a {
    text-decoration: underline;
}

b,
strong {
    font-weight: 600;
}

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

#overflow {
    overflow: hidden;
}
/* ----------------------------------------------- @tp2 topbar ----------------------------------------------- */

#tp2 {
    overflow: hidden;
    position: relative;
}

#tp2 div.col-xs-12 {
    padding: 0px;
}

#tp2::before {
    content: '';
    width: 100%;
    height: 10px;
    background: #306e3a;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}

#tp2 .optionsbar {
    background-color: #b35000;
    margin-left: auto;
    min-height: 38px;
    border-bottom-left-radius: 30px;
}

@media (max-width: 991px) {
    #tp2 .optionsbar {
        margin-right: auto;
        margin-left: unset !important;
    }
}

#tp2 .optionsbar::after {
    content: '';
    width: 50vw;
    position: absolute;
    top: 0;
    right: -50vw;
    pointer-events: none;
    background-color: #b35000;
    display: inline-block;
    height: 100%;
}

@media (max-width: 991px) {
    #tp2 .optionsbar::after {
        right: unset !important;
        left: -50vw;
        background-color: #b35000;
    }
}

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

#contrast_style {
    padding-left: 25px;
    padding-right: 17px;
}

#contrast_style button {
    display: inline-block;
    color: #000000;
    position: relative;
    z-index: 1;
    padding: 0;
    font-size: 0;
    width: 21px;
    height: 21px;
    font-weight: 400;
    border-radius: 50%;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.6);
    transition: background 300ms linear;
}

#contrast_style *+* {
    margin-left: 10px;
}

#contrast_style button:hover,
#contrast_style button:focus {
    background-color: rgba(255, 255, 255, 0.8);
}

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

@media (min-width: 992px) {
    #style {
        padding-left: 5px;
        padding-right: 5px;
        border-left: 1px solid rgba(255, 255, 255, 0.50);
    }

    #style button {
        font-size: 20px;
        background: transparent;
        padding: 0;
        border: none;
        color: #ffffff;
        display: inline-block;
        font-weight: 400;
        text-align: center;
        position: relative;
        width: 25px;
        height: 20px;
        line-height: 1;
        margin: 0 3px;
        -webkit-transition: color 150ms linear;
        -moz-transition: color 150ms linear;
        -ms-transition: color 150ms linear;
        -o-transition: color 150ms linear;
        transition: color 150ms linear;
    }

    #style button+button::before {
        content: '';
        position: absolute;
        pointer-events: none;
        display: inline-block;
        left: -3px;
        top: 0;
        bottom: 0;
        width: 1px;
        height: 100%;
        background: #ffffff;
    }

    #style button:hover {
        color: #fff;
        text-decoration: underline;
    }

    #style button:focus-visible {
        outline: 2px auto
    }
}

#google_translate_element {
    border-left: 1px solid rgba(255, 255, 255, 0.50);
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
}


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

#logo {
    display: inline-block;
}

#logo img {
    display: block;
}

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

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

/* burgermenu for tablet */

@media (max-width: 991px) {
    nav.horizontally {
        padding: 20px 0;
        background: #ffffff;
    }

    #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: #306e3a;
        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: #ffffff;
        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: 75px;
        right: 15px;
        z-index: 101;
    }

    .is-sticky .navbar-header {
        top: 15px;
    }

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

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

/* menu desktop */

@media (min-width: 992px) {
    nav.horizontally {
        padding: 28px 0;
        transition: box-shadow 200ms linear, background-color 200ms linear;
    }

    .is-sticky nav.horizontally {
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    }

    nav.horizontally>.row {
        max-width: 1550px;
        width: 100%;
    }

    nav.horizontally .navbar-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 794px;
        margin: 0 auto;
        background: #ffffff;
        border-radius: 6px;
        padding: 0 12px;
    }

    .is-sticky nav.horizontally .navbar-nav {
        background: transparent;
    }

    nav.horizontally .navbar-nav ul {
        position: absolute;
        top: 100%;
        left: -30px;
        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;
    }
}

/* toplevel */

nav.horizontally a[class*="toplevel"] {
    color: #333333;
    font-weight: 600;
    text-align: left;
    padding: 12px 35px 12px 15px;
    position: relative;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
    hyphens: auto;
}

@media (max-width: 991px) {
    nav.horizontally li[class*="toplevel"]+li {
        border-bottom: 1px solid rgba(46, 60, 72, 0.2);
    }
}

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

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

    nav.horizontally li.dropdownpr>a[class*="toplevel"]::before {
        content: "";
        width: 4px;
        height: 4px;
        display: block;
        position: absolute;
        left: calc(50% - 2px);
        bottom: 0;
        border-radius: 50%;
        background-color: #b35000;
        transition: opacity 300ms linear;
    }
}

/* 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: #b35000;
    background-color: transparent;
}

@media (min-width: 992px) {

    nav.horizontally li[class*="toplevel"]:is(:hover, :focus-within)>a::before,
    nav.horizontally li[class*="toplevel"]>a:is(:hover, :focus)::before,
    nav.horizontally li[class*="toplevel"].open>a::before,
    nav.horizontally li[class*="toplevel"].open>a:is(:hover, :focus)::before,
    nav.horizontally li[class*="toplevel"][class*="_over"]>a::before,
    nav.horizontally li[class*="toplevel"][class*="_over"]>a:is(:hover, :focus)::before {
        opacity: 1;
    }
}

/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] ul {
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #b3b3b3;
    padding: 15px;
    hyphens: auto;
}

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

    nav.horizontally [class*="secondlevel"]>ul {
        margin: 10px 0;
    }
}

@media (min-width: 992px) {
    nav.horizontally [class*="toplevel"] ul {
        border-radius: 20px;
        padding-top: 22px;
        padding-bottom: 22px;
    }

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

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

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

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

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

/* secondlevel + thirdlevel */

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

/* 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: #b35000;
    color: #ffffff;
}

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

/* #region --------------------------------- suche + select ------------------------------------- */

#controls {
    position: static;
}

#suche,
#select summary {
    width: 40px;
    height: 40px;
    position: relative;
}

@media (min-width: 992px) {

    #suche,
    #select summary {
        width: 60px;
        height: 60px;
    }
}

/* suche */

#suche {
    display: grid;
    place-items: center;
}

@media (min-width: 992px) {
    #suche::after {
        content: "";
        width: 0;
        height: 0;
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none;
        transition: width 200ms linear, height 200ms linear;
        background: #c3edca;
        z-index: -1;
    }

    #suche:is(:hover, :focus)::after {
        width: 100%;
        height: 100%;
    }
}

/* select */

#select {
    margin-left: 15px;
    font-size: 1rem;
}

@media (max-width: 991px) {
    #select {
        margin: 0 14px;
    }

    #select div[class*="col"] {
        padding: 0px;
    }
}

#select summary {
    cursor: pointer;
    background: #306e3a url("../img/kontakt-icon.png") center no-repeat;
    font-size: 0 !important;
    list-style: none;
    border-radius: 6px;
}

#select summary::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #306e3a transparent;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

@media (min-width: 992px) {
    #select summary::after {
        top: 65px;
    }
}

#select[open] summary::after {
    opacity: 1;
}

/* contact tab */

#contact-content {
    position: absolute;
    top: 96%;
    left: 15px;
    right: 15px;
    background: #306e3a;
    color: #ffffff;
    border-radius: 6px;
    padding: 32px 28px;
    font-size: 1rem;
    transition: all 300ms linear;
}

@media (min-width: 992px) {
    #contact-content {
        width: 100%;
        left: unset;
        right: 15px;
        max-width: 290px;
    }
}

#contact-content :is(h1, h2, h3, h4, h5, h6) {
    font-size: 1.25rem;
    margin-bottom: 20px;
}

#contact-content :is(h1, h2, h3, h4, h5, h6, a) {
    color: inherit;
}

#contact-content a {
    text-decoration: underline;
}

/* #endregion ------------------------------ suche + select ------------------------------------- */

/* #region -------------------------------------- header ---------------------------------------- */
.noPadding {
    padding-right: 0;
    padding-left: 0;
}
#headerpic>.row {
    row-gap: 30px;
}

@media (min-width: 992px) {
    #headerpic>.row {
        max-width: 100%;
        width: 100%;
    }
}

.bannerSideTab h2 {
    font-size: clamp(1.875rem, 6vw, 3.75rem);
    line-height: 1.1;
    margin-bottom: clamp(15px, 2vw, 30px);
    hyphens: auto;
}

.bannerSideTab h2 :is(i, em) {
    color: #fff;
    background-color: #306e3a;
    border-radius: 5px;
    padding: 8px 12px;
    margin-bottom: 5px;
    font-style: normal;
    display: block;
    font-weight: 400;
    font-size: 1.5625rem;
    display: inline-block;
}

/* banner */

#slider {
    max-height: clamp(300px, 42vw, 400px);
    position: relative;
    z-index: 2;
}

@media (min-width: 992px) {
    .index #slider {
        max-height: clamp(400px, 53vw, 600px);
        border-radius: 60px 0 0 60px;
    }
}

.slider-wrapper::after {
    border: 1px solid #b35000;
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: 70px;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 60px 0 0 60px;
    z-index: 1;
}

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

body:not(.index) #headerpic {
    padding: 0;
}

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

.slider-mask {
    display: none;
}

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



/* -------------------------------------------- buttonStyle ------------------------------------- */
.tab_link_mehr {
    font-size: 0;
}
.buttonStyle a:not(.has-image):not([rel]),
.tab_link_mehr a {
    display: inline-block;
    padding: 13px 20px;
    color: #ffffff;
    font-size: 1rem;
    background: #b35000;
    border-radius: 6px;
    text-decoration: none;
}

.buttonStyle a:not(.has-image):not([rel]):is(:hover, :focus),
.tab_link_mehr a:is(:hover, :focus) {
    background: #306e3a;
}

:is(.bannerSideTab.buttonStyle, #infoTab .buttonStyle) a:not(.has-image):not([rel]) {
    margin-top: clamp(20px, 3vw, 40px);
}

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

#tabs {
    position: relative;
    padding-bottom: clamp(60px, 7vw, 95px);
}

#tabs::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    bottom: 0;
    width: 100%;
    background: #306e3a;
}

#tabs>.row {
    row-gap: 30px;
    position: relative;
}

#tabs>.row::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -360px;
    width: 232px;
    height: 356px;
    background: url('../img/hand-rot.png') no-repeat;
}

#tabs .tab a {
    color: #333333;
    position: relative;
}

#tabs .tab a::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 100vh;
    width: 100vw;
}

#tabs .tab {
    min-height: 100%;
    padding: clamp(30px, 3vw, 40px) clamp(15px, 2vw, 30px);
    border-radius: 20px;
    font-size: 1rem;
    overflow: hidden;
    background: #fad0d0;
    border: 10px solid #fff;
}

#tabs .tab2 {
    background: #9bcdd2;
}

#tabs .tab3 {
    background: #fbbb98;
}

#tabs .tabHeadline {
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 10px;
    hyphens: auto;
}

#tabs .tabHeadline::before {
    content: "";
    display: block;
    margin: 0 auto clamp(20px, 2vw, 30px) auto;
    width: 137px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
}

#tabs .tab1 .tabHeadline::before {
    background-image: url(../img/menu-icon.png);
}

#tabs .tab2 .tabHeadline::before {
    background-image: url(../img/notes-icon.png);
}

#tabs .tab3 .tabHeadline::before {
    background-image: url(../img/team-icon.png);
}

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

/* #region -------------------------------------- infoTab --------------------------------------- */

#infoTab {
    position: relative;
    padding: clamp(60px, 7vw, 60px) 0;
}

@media (min-width: 768px) {
    #infoTab {
        padding-bottom: clamp(190px, 20vw, 230px);
    }
}

#infoTab h2 {
    line-height: 1.1;
    margin-bottom: clamp(15px, 2vw, 30px);
}

#infoTab .tabHeadline {
    font-size: clamp(1.5rem, 3vw, 2.75rem);
}



@media (max-width: 767px) {
    #infoTab .banner img {
        margin-bottom: 30px;
    }
}



#infoTab .banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 60px;
}

#infoTab .banner {
    position: relative;
    z-index: 2;
}

#infoTab .banner::after {
    border: 1px solid #b35000;
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: -20px;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 60px 60px;
    z-index: -1;
}

#infoTab .tab_link_entry {
    background: url('../img/meldungen-icon.png') top 25px left 19px no-repeat, #eae3de;
    border-radius: 12px;
    padding: 25px 25px 25px 100px;
    margin-bottom: 30px;
    border: 1px solid #306e3a;
}

.tab_link_title a {
    font-family: "Coiny", system-ui;
}
/* #endregion ----------------------------------- infoTab --------------------------------------- */

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

#content {
    text-align: left;
    padding-top: clamp(40px, 4vw, 50px);
    padding-bottom: clamp(40px, 4vw, 60px);
}

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

.h4link a:is(:link, :hover, :focus, :visited),
h6,
h5,
h4,
h3,
h2,
h1 {
    color: #306e3a;
    font-weight: 400;
    line-height: 1.2;
    font-family: "Coiny", system-ui;
}

:is(#infoTab) h2 :is(i, em) {
    font-size: clamp(1.375rem, 3.5vw, 1.875rem);
    font-family: "Golos Text", sans-serif;

}

#infoTab h2,
h1,
.h1,
.legacy_h1 {
    font-size: clamp(1.875rem, 4vw, 3.125rem);
}

h2,
.h2,
.legacy_h2,
:is(#markerTab, #tabs .tabHeadline, footer .tabHeadline) :is(h1, h2, h3, h4, h5, h6) {
    font-size: clamp(1.75rem, 3.5vw, 1.875rem);
}

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

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

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

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

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

footer {
    font-size: 1rem;
    position: relative;
}

footer,
footer>.row {
    background: #306e3a;
    position: relative;
}

@media (min-width: 1600px) {
    footer::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 255px;
    height: 445px;
    background: url('../img/hand-gelb.png') no-repeat;
    z-index: 55;
    pointer-events: none;
}
}


footer>.row::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -160px;
    border-top-left-radius: 60px;
    width: 160px;
    height: 100%;
    background: #306e3a;
}

footer>.row::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -160px;
    border-top-right-radius: 60px;
    width: 160px;
    height: 100%;
    background: #306e3a;
}

@media (min-width: 768px) {
    .index footer {
        background: none;
    }
}

footer>.row {
    padding: clamp(40px, 4vw, 60px) clamp(15px, 3vw, 45px);
}

@media (max-width: 767px) {
    footer .row>*+* {
        border-top: 1px solid rgba(0, 0, 0, 0.3);
        margin-top: 25px;
        padding-top: 25px;
    }
}

@media (min-width: 768px) {
    footer>.row {
        max-width: 1170px;
        width: 100%;
    }

    footer>.row>*+* {
        border-left: 1px solid rgba(255, 255, 255, 0.3);
    }

    .index footer {
        margin-top: -130px;
    }

    footer>.row>*:nth-child(2) {
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    footer>.row>*:nth-child(1) {
        padding-right: 30px;
    }

    footer>.row>*:nth-child(2) {
        padding-left: 60px;
    }
}

footer>.row,
footer :is(h1, h2, h3, h4, h5, h6, a) {
    color: #ffffff;
}

footer .tabHeadline {
    margin-bottom: 25px;
}

footer .template-page a {
    text-decoration: underline;
}

.footertab {
    hyphens: auto;
}

#innerfooter ul {
    padding: 0;
}

@media (min-width: 768px) {
    #innerfooter ul {
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
        row-gap: 15px;
        flex-wrap: wrap;
    }

    #innerfooter li:not(:first-child) {
        flex-grow: 1;
        display: flex;
        justify-content: space-between;
    }

    #innerfooter li+li::before {
        content: "•";
        color: #ffffff;
        flex-grow: 1;
        margin: 0 8px;
    }
}

#innerfooter a {
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
}

#innerfooter a:is(:hover, :focus) {
    text-decoration: underline;
}

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

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

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

#vernetzt span span {
    display: block;
}


#counter {
    border: 1px solid #6f9a75;
    border-radius: 12px;
    padding: 8px 25px;
    color: #fff;
    display: inline-block;
}

#counter-l, #counter-r {
    display: inline-block;
}


.contrast_dark img {
    background: #fff !important;
}