@import url("https://fonts.verwaltungsportal.de/css/?family=Jost:400,500,600,700,400i,500i,600i,700i");

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

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

a {
    color: #394496;
}

#content a {
    font-style: italic;
    font-weight: 600;
}

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

b,
strong {
    font-weight: 600;
}

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

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

/* ----------------------------------------- optionsbar ----------------------------------------- */

@media (max-width: 991px) {
    #optionsbar {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }
}

@media (min-width: 992px) {
    #optionsbar {
        padding: 14px 0 10px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        transition: all 0.1s 0s linear;
        overflow: hidden;
    }

    .is-sticky #optionsbar {
        height: 0;
        padding: 0;
        border-color: transparent;
    }

    #optionsbar>*+* {
        border-left: 1px solid rgba(0, 0, 0, 0.2);
    }
}


#optionsbar>* {
    padding: 0 29px;
}


@media (max-width: 499px) {
    #optionsbar {
        flex-wrap: wrap;
    }

    #search {
        margin-top: 10px;
    }
}

/* -------------------------------------- contrast +styler -------------------------------------- */

:is(#contrast_style, #style) h2 {
    font-size: 1rem;
    font-weight: inherit;
    font-family: inherit;
    color: inherit;
    margin: 0 5px 0 0;
    width: unset;
}

/* ------------------------------------------ buttonStyle ------------------------------------------ */

.buttonStyle a:not(.has-image):not([rel]) {
    background: #394496;
    color: #fff;
    font-size: 1rem;
    padding: 8px 30px;
    transition: background 200ms linear;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}


.buttonStyle a:not(.has-image):not([rel]):hover,
.buttonStyle a:not(.has-image):not([rel]):focus {
    background: #1a8335;
}

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

#search {
    background: transparent;
    display: inline-flex;
}

@media (min-width: 500px) {
    #search {
        padding-right: 0;

    }
}

#search_input {
    color: #444444;
    font-size: 1rem;
    font-style: normal;
    background: transparent;
    padding: 3px 0;
    border: 0;
    width: 100%;
    max-width: 180px;
}

#search_submit {
    min-width: 33px;
    flex-shrink: 0;
    background: url("../img/icon-suche.png") center no-repeat;
    padding: 0;
    cursor: pointer;
    border: none;
    font-size: 0;
}

#search_submit:is(:hover, :focus) {
    background-color: rgba(0, 0, 0, 0.1)
}

#search_input::placeholder {
    color: #444444 !important;
    opacity: 1 !important;
    font-style: normal !important;
}

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

#logo {
    display: inline-block;
    text-decoration: none;
}
@media (max-width: 991px) {
    #logo{
        padding-top: 8px;
        
    }
}
#logo img {
    display: block;
}


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

#logo .logoPic {
    margin-right: 20px;
    margin-left: 50px;
}

#logo h2 {
    color: #394496;
    font-size: 1.3125rem;
    font-weight: 700;
    margin-bottom: 5px;
}

#logo h3 {
    color: #1a8435;
    font-weight: 400;
    font-size: 1.4375rem;
    margin-left: 30px;
}

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


/* burgermenu for tablet */

@media (max-width: 991px) {

    .horizontally{
        position: relative !important;
    }
    #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: #394496;
        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;
        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;
        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 {
        background: #ffffff;
        transition: box-shadow 0.2s 0s linear;
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
    }

    .is-sticky nav.horizontally {
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    }

    nav.horizontally .navbar-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;

    }

    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, :hover)>ul,
    nav.horizontally .navbar-nav li.open:focus-within>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.open>ul {
        pointer-events: none !important;
        opacity: 0 !important;
        visibility: hidden;
    }

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

/* toplevel */

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

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

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

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

    nav.horizontally a[class*="toplevel"] {
        padding: 42px 0;
        text-align: center;
        font-size: clamp(1rem, 1.2vw, 1.25rem);
    }

    nav.horizontally a[class*="toplevel"].dropdown-toggle::before,
    nav.horizontally a[class*="toplevel"].dropdown-toggle::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1004;
        background-color: #fff0bb;
        left: 50%;
        transform: translate(-50%, 0);
        height: 0;
    }

    nav.horizontally a[class*="toplevel"].dropdown-toggle::before {
        width: 3px;
        top: 80px;
        transition: all 150ms linear;
    }

    nav.horizontally a[class*="toplevel"].dropdown-toggle::after {
        width: 0;
        bottom: -25px;
        border-radius: 50%;
        transition: all 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: #1a8335;
}

@media (min-width: 992px) {

    nav.horizontally li[class*="toplevel"]:hover>a.dropdown-toggle::before,
    nav.horizontally li[class*="toplevel"].open>a.dropdown-toggle::before,
    nav.horizontally li[class*="toplevel"].open>a.dropdown-toggle:is(:hover, :focus)::before {
        height: 48px;
    }

    nav.horizontally li[class*="toplevel"]:hover>a.dropdown-toggle::after,
    nav.horizontally li[class*="toplevel"].open>a.dropdown-toggle::after,
    nav.horizontally li[class*="toplevel"].open>a.dropdown-toggle:is(:hover, :focus)::after {
        width: 15px;
        height: 15px;
    }
}

/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] ul {
    background-color: #ffffff;
    box-shadow: -1px 0px 5px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    nav.horizontally [class*="toplevel"] ul {
        box-shadow: inset -1px 0px 5px 0 rgba(0, 0, 0, 0.2);
    }

    nav.horizontally [class*="toplevel"]>ul {
        padding: 15px;
        background-color: rgba(255, 255, 255, 0.65);
    }

    nav.horizontally [class*="secondlevel"]>ul {
        padding: 15px 0;
        background-color: rgba(255, 255, 255, 0.15);
    }
}

@media (min-width: 992px) {
    nav.horizontally [class*="toplevel"]>ul {
        padding: 50px 0 18px 0;
        left: 50%;
        transform: translate(-50%);
        margin-top: -10px;
    }

    nav.horizontally [class*="secondlevel"]>ul {
        padding: 18px 0;
        margin-top: -18px;
        margin-left: 20px;
    }

    nav.horizontally [class*="secondlevel"]>ul::before {
        content: "";
        position: absolute;
        display: block;
        width: 20px;
        top: 0;
        bottom: 0;
        left: -20px;
    }
}

/* secondlevel + thirdlevel */

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

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

@media (min-width: 992px) {
    nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
        margin: 0 15px;
    }

    nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])+li:not(:nth-child(2)) {
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }
}

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"])::before {
    content: "";
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #394496;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 50%;
    transition: all 200ms;
    transform: translate(-50%, -50%);
}

/* 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) {
    color: #1a8335;
}

nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]):is(:hover, :focus-within)>a::before,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])>a:is(:hover, :focus)::before,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a::before,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a:is(:hover, :focus)::before,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a::before,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a:is(:hover, :focus)::before {
    width: 6px;
    height: 6px;
}

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

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

#slider {
    max-height: clamp(300px, 45vw, 450px);
    position: relative;
}

@media (min-width: 992px) {
    body.index #slider {
        max-height: clamp(300px, 67vw, 670px);
    }

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

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

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

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

.slider-mask {
    display: none;
}

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

main {
    overflow: hidden;
}

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

@media (min-width: 992px) {
    #content>.row::before {
        content: '';
        background: url(../img/dekor-con-left.png) no-repeat top -160px left;
        width: 315px;
        height: 556px;
        position: absolute;
        left: -230px;
        top: -71.8px;
        display: block;
    }
}

@media (min-width: 1200px) {
    #content>.row::before {
        left: -159.9px;
    }
}


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

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

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

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

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

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

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

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

/* #region ------------------------------------- news ------------------------------------------- */

#events .eventstitle .tabHeadline {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
}

#events .eventscontent {
    margin-top: 45px;
    padding: 70px 0 70px 0;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

#events>.eventscontent>.row::after {
    content: '';
    background: url(../img/dekor-con-right.png) no-repeat bottom left;
    width: 175px;
    height: 234px;
    position: absolute;
    right: -159.9px;
    top: -304.3px;
    display: block;
}

#events>.eventscontent>.row::before {
    content: '';
    background: url(../img/menschen-mit-haeuser-main.png) no-repeat bottom left;
    width: 229px;
    height: 329px;
    position: absolute;
    right: -120px;
    top: -160px;
    display: block;
}

#events .eventscontent .tab_link_entries {
    display: grid;
    gap: 30px;
    flex-grow: 1;
}

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

#events .eventscontent .tab_link_entry {
    background-color: #ffffff;
    padding: 20px 25px;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15);
}

#events .eventscontent .tab_link_title a {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 700;
    color: #444444;
    display: inline-block;
}

#events .eventscontent .tab_link_date {
    font-style: italic;
}

#events .tab_spacer {
    display: none;
}

/* button */

#events .eventscontent .tab_link {
    display: grid;
    gap: 30px;
}

@media (min-width: 576px) {
    #events .eventscontent .tab_link {
        display: flex;
    }

    #events .eventscontent .tab_link>div:nth-child(2) {
        width: 70px !important;
        flex-shrink: 0;
    }
}

@media (min-width: 992px) {
    #events .eventscontent .tab_link>.tab_link_entries {
        width: auto !important;
    }
}

@media (min-width: 1200px) {
    #events .eventscontent .tab_link {
        column-gap: 60px;
    }
}

#events .eventscontent .tab_link>div:nth-child(2) :is(.tab_link_mehr, .tab_link_mehr a) {
    font-size: 0px;
    height: 100%;
}

@media (max-width: 575px) {
    #events .eventscontent .tab_link>div:nth-child(2) :is(.tab_link_mehr, .tab_link_mehr a) {
        height: 60px;
        max-width: inherit;
    }
}

#events .eventscontent .tab_link>div:nth-child(2) .tab_link_mehr a {
    display: block;
    position: relative;
    color: #444444;
    background-color: #fff0bb;
    max-width: 100%;
    width: 100%;
}

#events .eventscontent .tab_link>div:nth-child(2) .tab_link_mehr a:is(:hover, :focus) {
    background-color: #1a8335;
}

#events .eventscontent .tab_link>div:nth-child(2) .tab_link_mehr a::after {
    content: "\00BB";
    font-size: 60px;
    color: #444444;
    top: 50%;
    left: 50%;
    line-height: 38px;
    height: 50px;
    transform: translate(-50%, -50%);
    position: absolute;
    display: block;
    text-align: center;
    pointer-events: none;
}

/* #endregion ---------------------------------- events ------------------------------------------- */

/* ----------------------------------- tabHeadline with dekoration ------------------------------ */

.tabHeadline {
    position: relative;
}

:is(#tabs .tabHeadline, #events .eventstitle)::before,
:is(#tabs .tabHeadline, #events .eventstitle)::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    background: #fff0bb;
    z-index: 2;
    transform: translate(-50%, 0);
}

#events .eventstitle::before,
#events .eventstitle::after {
    left: 30px !important;
}

@media (min-width: 1200px) {

    #events .eventstitle::before,
    #events .eventstitle::after {
        left: 11% !important;
    }
}

:is(#tabs .tabHeadline:not(.no-decoration), #events .eventstitle)::before {
    width: 3px;
    height: 65px;
    bottom: -80px;
}

:is(#tabs .tabHeadline:not(.no-decoration), #events .eventstitle)::after {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    bottom: -90px;
}

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

#tabs {
    padding: 60px 0;
    position: relative;
    z-index: 3;
}


#tabs::before {
    content: "";
    height: 8px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0;
    background: #fefdf3;
    border-top: 10px solid #fff0bb;
    display: block;
    height: 200px;
    z-index: -2;
}

#tabs>.row::before {
    content: '';
    background: url(../img/dekor-footer-left.png) no-repeat bottom -90px right;
    width: 234px;
    height: 234px;
    position: absolute;
    left: -140.3px;
    display: block;
    bottom: 150px;
    z-index: -1;
}

#tabs>.row::after {
    content: '';
    background: url(../img/dekor-footer-right.png) no-repeat bottom right;
    width: 219px;
    height: 312px;
    position: absolute;
    left: -200px;
    display: block;
    bottom: 5.9px;
    z-index: -1;
}


@media (max-width: 991px) {
    #tabs {
        box-shadow: inset 0 0 0 100vw rgba(255, 255, 255, 0.9);
    }
}

#tabs>.row {
    row-gap: 30px;
    max-width: 1308px;
    width: 100%;
}

#tabs .tabHeadline {
    margin-bottom: 60px;
    flex-grow: 0;
}

@media (min-width: 1200px) {
    #tabs>.row>.col-xs-12 {
        padding: 0;
        flex: 0 0 33.33%;
        min-width: calc(33.33% - 65px);
        max-width: calc(33.33% - 65px);
    }

    #tabs>.row>.col-xs-12+.col-xs-12 {
        margin-left: 97px;
    }
}

#tabs .tabContent {
    padding: 55px 20px 25px 20px;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    flex-grow: 1;
    position: relative;
}

@media (min-width: 992px) {
    #tabs .tabContent {
        padding-left: 30px;
        padding-right: 30px;
    }
}

#tabs #news .tab_link_entry+.tab_link_entry {
    margin-top: 5px;
}

#tabs #news .tab_link_mandat a {
    color: #444444;
}

#tabs #news .tab_link_title a {
    color: #444444;
    font-weight: 700;
}

#tabs #news .tab_link_mehr {
    font-size: 0;
}

#tabs #news .tab_link_mehr a {
    position: absolute;
    color: #ffffff;
    background-color: #394496;
    bottom: -25px;
    right: 15px;
    padding: 12px 25px;
    transition: all 250ms linear;
    font-size: 1rem;
    text-decoration: none;
}

#tabs #news .tab_link_mehr a:is(:hover, :focus) {
    background-color: #1a8335;
}


#tabs li,
#tabs ul {
    padding: 0;
    margin: 0;
    background: transparent;
}

#tabs ul {
    padding-left: 20px;
}

#tabs li::before {
    display: none;
}

#tabs ul li {
    list-style: disc !important;
}

#tabs .tabLinkList a {
    color: #444444;
    font-size: 1.125rem;
    text-decoration: underline;
}

#tabs .tabLinkList a:hover,
#tabs .tabLinkList a:focus {
    color: #394496;
}

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

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

#mapsElement :is(iframe, .iframe-wrapper-manual-enabling) {
	display: block;
	min-width: 100% !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 280px;
}

#mapsElement .col-xs-12,
#mapsElement .row{
    margin: 0;
    padding: 0;
}


#footer {
    background: #ffffff;
    padding: 10px 0;
    position: relative;
}

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

#innerfooter ul {
    padding: 0;
}

#innerfooter a {
    color: #444444;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
}

#innerfooter a:is(:hover, :focus) {
    color: #394496;
}

@media (min-width:500px) {
    #innerfooter li {
        display: inline-block;
    }

    #innerfooter li+li::before {
        content: "•";
        margin: 0 clamp(15px, 2vw, 25px);
        color: #444444;
    }
}

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

#vernetzt {
    gap: 18px;
    text-align: left;
    font-size: 0.9375rem;
    color: #394496;
    line-height: 1.3;
    font-weight: 400;
    text-decoration: none;
}

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

#vernetzt span span {
    display: block;
}