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

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

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

a {
    color: #976d02;
}

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

b,
strong {
    font-weight: 700;
}

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

#logo {
    display: inline-block;
}

#logo img {
    display: block;
}

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

/* #region ----------------------------------- language ----------------------------------------- */

#language {
    position: relative;
    font-size: 0;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
}

@media (min-width: 576px) and (max-width: 991px) {
    #language {
        margin-right: 90px;
    }
}

#language>span {
    display: inline-flex;
    place-items: center;
    padding: 5px 35px 5px 15px;
    color: #223871;
    background: #fdb913;
    width: 90px;
    height: 46px;
    text-transform: uppercase;
    position: relative;
}

#language>span::after {
    content: "";
    position: absolute;
    display: block;
    right: 15px;
    top: 50%;
    margin-top: -7px;
    width: 8px;
    height: 8px;
    border-left: 2px solid #223871;
    border-bottom: 2px solid #223871;
    transform: rotate(-45deg);
}

@media (max-width: 991px) {
    #language>span {
        display: none;
    }
}

#chooseLanguage>a:is(:hover, :focus) {
    color: #2b2b2b;
    background: #e8ebf1;
}

#chooseLanguage {
    background: #ffffff;
    border: 1px solid #fdb913;
}

@media (min-width: 992px) {
    #chooseLanguage {
        position: absolute;
        top: 0;
        padding-top: 0;
        left: 0;
        right: 0;
        opacity: 0;
        pointer-events: none;
        transition: opacity 300ms linear, top 300ms linear;
    }

    #language:is(:hover, :focus-within) #chooseLanguage {
        top: 100%;
        opacity: 1;
        pointer-events: all;
    }
}

#chooseLanguage>a {
    display: inline-flex;
    place-items: center;
    text-align: left;
    padding: 6px 35px 6px 15px;
    color: #223871;
    background: #ffffff;
    position: relative;
    text-decoration: none;
}

@media (max-width: 991px) {
    #chooseLanguage>a {
        width: 90px;
        height: 46px;
    }
}

@media (min-width: 992px) {
    #chooseLanguage>a {
        display: block;
        transform: rotateY(90deg);
        transition: all 300ms linear;
    }

    #language:is(:hover, :focus-within) #chooseLanguage>a {
        transform: none;
    }

    #language #chooseLanguage>a:nth-child(2) {
        transition-delay: 50ms;
    }

    #language #chooseLanguage>a:nth-child(3) {
        transition-delay: 100ms;
    }

    #language #chooseLanguage>a:nth-child(4) {
        transition-delay: 150ms;
    }
}

/* #endregion -------------------------------- language ----------------------------------------- */

/* ------------------------------------------------- select ------------------------------------------------ */

#select21summary::marker,
#select2 summary::marker {
    display: none;
    opacity: 0;
    color: transparent;
    font-size: 0;
}

#selectList2.contrast_light_font,
#select2.contrast_light_font {
    background-color: transparent !important;
}

.contrast_light_font #selectedItems button::before,
.contrast_light_font #select summary img,
#selectList2.contrast_light_font *,
#selectList2>label.contrast_light_font,
#selectList2>label.contrast_light_font * {
    background-color: #fff !important;
}

#select {
    position: fixed;
    z-index: 99;
    right: 8.1vw;
    display: flex;
    top: 95px;
}

#select summary {
    background: #ffffff;
    display: block;
    position: relative;
    padding: 5px;
    cursor: pointer;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.09);
    border-radius: 50%;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 0;
    right: 4px;
}

#selectedItems {
    display: block;
    text-align: left;
    background: #ffffff;
    padding: 15px;
    border: #010101 1px solid;
}

#selectedItems>span {
    color: #010101;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
}

#selectedItems button {
    font-size: 1rem;
    color: #252525;
}

@media (max-width: 991px) {
    #select {
        left: 0;
        display: flex;
        top: 5px;
    }

    #select summary {
        left: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

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

    #selectedItems {
        margin-top: 65px;
        width: fit-content;
    }
}

@media (min-width: 992px) {
    #selectedItems {
        margin-top: 75px;
    }
}

/* styler */

#style {
    width: 100%;
    max-width: 200px;
}

#style button {
    outline: #0070ff;
}

#style button {
    border: none;
    font-size: 1rem;
    background: transparent;
    padding: 10px 0 10px 35px;
    position: relative;
}

#style button:focus,
#style button:focus-within {
    border: 2px solid #0070ff;
}

#style button::before {
    content: '';
    display: block;
    height: 27px;
    width: 27px;
    position: absolute;
    top: calc(50% - 13px);
    left: 0;
    background: url('../img/BF/a-icon.png') center no-repeat;
    background-size: contain;
}

#style button:nth-child(1)::before {
    background: url('../img/BF/lupe-plus-icon.png');
    background-repeat: no-repeat;
}

#style button:nth-child(3)::before {
    background: url('../img/BF/lupe-minus-icon.png');
    background-repeat: no-repeat;
}

/* contrast */

#contrast_style {
    max-width: 250px;
}

#contrast_style button {
    background: transparent;
    border: none;
    font-size: 1rem;
    padding: 10px 0 10px 35px;
    position: relative;
}

#contrast_style button::before {
    content: '';
    display: block;
    height: 27px;
    width: 27px;
    position: absolute;
    top: calc(50% - 13px);
    left: 0;
    background: url('../img/BF/lightbulb-icon.png') center no-repeat;
    background-size: contain;
}

#contrast_style button:nth-child(1)::before {
    background: url('../img/BF/contrast-icon.png');
    background-repeat: no-repeat;
}

#contrast_style button:nth-child(2)::before {
    background: url('../img/BF/grayscale-icon.png');
    background-repeat: no-repeat;
}

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

/* burgermenu for tablet */

@media (max-width: 991px) {
    nav.horizontally {
        padding: 15px 0;
    }

    nav.horizontally>.row {
        row-gap: 15px;
    }

    #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: #223871;
        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: 85px 0 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: 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 {
        position: sticky;
        top: 0;
        scroll-padding-top: auto;
        z-index: 102;
        padding: 25px 0;
        background: #ffffff;
        box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    }

    nav.horizontally .navbar-nav {
        display: flex;
        justify-content: end;
        align-items: center;
        flex-wrap: wrap;
    }

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

@media (min-width: 1200px) {
    nav.horizontally>.row {
        max-width: 1440px;
        width: 100%;
    }
}

/* toplevel */

nav.horizontally a[class*="toplevel"] {
    color: #223871;
    font-weight: 700;
    text-align: left;
    font-family: "Ubuntu", sans-serif;
    text-align: left;
    padding: 10px 15px 15px 15px;
    text-transform: uppercase;
    position: relative;
    font-size: 1.125rem;
    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: clamp(15px, 4vw, 40px);
    }

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

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

/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] ul {
    background-color: #223871;
}

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

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

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

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

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

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

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

/* secondlevel + thirdlevel */

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

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

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

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

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

/* ----------------------------------------------- video_wrapper ----------------------------------------------- */

header {
    position: relative;
    background-color: #223871;
}

#video_wrapper {
    width: 100%;
    height: auto;
    max-height: 690px !important;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
}

#body-video-background {
    width: 100%;
    /* z-index: -100; */
    position: relative;
    margin-top: -5%;
    max-width: 100%;
    object-fit: cover;
}

@media(max-width:991px) {
    #video_wrapper {
        max-height: 300px !important;
    }
}

#video_wrapper::before {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: linear-gradient(to right, #223871 0%, rgba(34, 56, 113, 0.9) 35%, rgba(34, 56, 113, 0.22) 85%, rgba(253, 185, 19, 0.35) 100%);
}

@media (min-width: 992px) {
    #video_wrapper::before {
        background: url('../img/banner-mask.png') bottom -1px center / 100% auto no-repeat,
            linear-gradient(to right, #223871 0%, rgba(34, 56, 113, 0.9) 35%, rgba(34, 56, 113, 0.22) 85%, rgba(253, 185, 19, 0.35) 100%);
    }
}

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

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

#bannerOverlay .tab {
    color: #ffffff;
    line-height: 1.3;
    font-weight: 500;
    font-size: clamp(1.125rem, 2vw, 1.5rem);
}

#bannerOverlay .tab :is(h1, h2, h3, h4, h5, h6) {
    color: #fdb913;
    margin: 0;
}

#bannerOverlay .tab :is(h1, h2, h3) {
    font-size: clamp(1.75rem, 4vw, 3.0625rem);
}

@media (min-width: 992px) {
    #bannerOverlay {
        position: absolute;
        z-index: 12;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        display: flex;
        align-items: center;
        align-content: center;
    }
}

#bannerOverlay .tab a:not(.has-image):not([href*="mailto"]):not([href*="tel"]) {
    text-decoration: none !important;
    margin-top: 20px;
    display: inline-block;
    position: relative;
    font-size: clamp(1rem, 1vw, 1.125rem);
    line-height: 1.2;
    font-weight: 400;
    color: #223871;
    padding: 13px 58px 12px 20px;
    background: #fdb913;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    transition: background 200ms ease-in, animation-play-state 200ms ease-in;
}

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

#bannerOverlay .tab a:not(.has-image):not([href*="mailto"]):not([href*="tel"]):is(:hover, :focus) {
    background: #ffffff;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

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

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

/* ------------------------------------------------ counterBox ----------------------------------------------- */

#counterBox {
    padding-top: clamp(30px, 7vw, 120px);
    padding-bottom: clamp(30px, 6vw, 85px);
    background-attachment: scroll, fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #223871;
    position: relative;
}

#counterBox #counter-toggle-button {
    display: none;
}

#counterBox::before {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: url('../img/counterbanner-mask-top.png') top -1px center / 100% auto no-repeat,
        url('../img/counterbanner-mask-bottom.png') bottom -1px center / 100% auto no-repeat;
}

#counterBox>.row {
    row-gap: 25px;
}

#counterBox .tab {
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    font-size: clamp(1.125rem, 2vw, 1.5rem);
}

#counterBox .tab.tab2 :is(b, strong) {
    font-weight: 500;
    color: #fdb913;
}

#counterBox .tab a {
    color: #ffffff;
    text-decoration: underline;
}

#counterBox .tab :is(h1, h2, h3, h4, h5, h6) {
    color: #fdb913;
    margin: 0;
}

#counterBox .tab :is(h1, h2, h3) {
    font-size: clamp(28px, 2vw, 2.125rem);
}


.counterTab .content {
    background-color: #fff;
    border-radius: 50%;
    padding: 60px 40px;
    aspect-ratio: 1/1;
}

@media (max-width: 1199px) {
    .counterTab .content :is(h1, h2, h3, h4, h5, h6) {
        margin: 0;
    }

    .counterTab .content {
        padding: 30px;
        display: flex;
        align-content: center;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .counterTab .content {
        padding: 20px;
    }
}

/* ------------------------------------------------ @14tab ----------------------------------------------- */

#tab14Box {
    padding-top: clamp(30px, 4vw, 60px);
    padding-bottom: clamp(30px, 3vw, 50px);
}

#tab14Box .tabOne {
    font-weight: 500;
    font-size: clamp(1.125rem, 2vw, 1.5rem);
}

#tab14Box .tabOne :is(h1, h2, h3) {
    margin: 0;
    font-size: clamp(28px, 2vw, 2.125rem);
}

#tab14 {
    color: #ffffff;
    padding-top: 60px;
}

@media (max-width: 575px) {
    #tab14 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

#tab14 .tab {
    font-size: 1rem;
    position: relative;
    min-height: 100%;
    padding: 20px;
    background-color: #223871;
    transition:
        margin 400ms ease-in-out,
        padding 400ms ease-in-out,
        background 400ms ease-in-out,
        min-height 400ms ease-in-out;
}

#tab14 .tab:hover,
#tab14 .tab:focus {
    background-color: #233155;
}

@media (min-width: 768px) {

    #tab14 .tab:hover,
    #tab14 .tab:focus {
        min-height: calc(100% + 55px);
        margin-top: -55px;
        padding-top: 30px;
    }
}

@media (min-width: 1200px) {
    #tab14 .tab {
        padding: 20px 45px 45px 45px;
    }
}

#tab14 .tabHeadline {
    color: #ffffff;
    font-size: 1.25rem;
}

#tab14 .tab a {
    color: #ffffff;
}

#tab14>.row>* {
    padding: 0px;
}

@media (max-width: 767px) {
    #tab14 {
        margin: 15px;
    }

    #tab14>.row {
        overflow: hidden;
    }
}

#tab14 .tabHeadline::before {
    content: '';
    pointer-events: none;
    display: block;
    width: 75px;
    height: 75px;
    margin: auto;
    margin-bottom: 10px;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#tab14 .tab1 .tabHeadline::before {
    background-image: url('../img/icon-lkw.png');
}

#tab14 .tab2 .tabHeadline::before {
    background-image: url('../img/icon-team.png');
}

#tab14 .tab3 .tabHeadline::before {
    background-image: url('../img/icon-recycle.png');
}

#tab14 .tab4 .tabHeadline::before {
    background-image: url('../img/icon-kalender.png');
}

/* ------------------------------------------------ tabNew ----------------------------------------------- */

#tabNew {
    padding-top: clamp(30px, 3vw, 50px);
    padding-bottom: clamp(30px, 4vw, 65px);
}

#tabNew .tab {
    font-weight: 500;
    font-size: clamp(1.125rem, 2vw, 1.5rem);
}

#tabNew .tab :is(h1, h2, h3) {
    margin: 0;
    font-size: clamp(28px, 2vw, 2.125rem);
}

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

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

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

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

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.375rem;
}

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

/* ----------------------------------------------- kontaktFooter ----------------------------------------------- */

#kontaktFooter {
    color: #ffffff;
    padding-top: clamp(30px, 7vw, 120px);
    padding-bottom: clamp(30px, 5vw, 70px);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #223871;
    position: relative;
}

#kontaktFooter::before {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: url('../img/footerbanner-mask-top.png') top -1px center / 100% auto no-repeat;
}

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

#kontaktFooter .tab {
    font-weight: 500;
    font-size: clamp(1.125rem, 2vw, 1.5rem);
}

#kontaktFooter .tab .tabHeadline {
    color: #fdb913;
}

#kontaktFooter .tab a {
    color: #fdb913;
    text-decoration: underline;
}

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

#kontaktFooter .tab .tabContent :is(h1, h2, h3, h4, h5, h6) :is(em, i) {
    font-style: normal;
    font-weight: 500;
}

#kontaktFooter .ascii-captcha-refresh {
    color: #223871 !important;
}

#kontaktFooter .formtab p {
    margin: 0;
}

#kontaktFooter .formgen_element,
#kontaktFooter input[id$="_input"],
#kontaktFooter input[name="captcha"],
#kontaktFooter input[type="text"],
#kontaktFooter textarea {
    color: #2b2b2b;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #ffffff;
    padding: 3px 10px;
}

#kontaktFooter input[type="submit"] {
    color: #223871 !important;
    border-radius: 4px !important;
    border: none !important;
    padding: 6px 20px !important;
    font-size: 0.875rem !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    background: #fdb913 !important;
}

#kontaktFooter input[type="submit"]:is(:hover, :focus) {
    background-color: #ffffff !important;
}

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

#kontaktFooter .formgen {
    margin: 0;
}

/* ----------------------------------------------- footerLast ----------------------------------------------- */

#footerLast {
    color: #ffffff;
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #223871;
}

#footerLast>.row {
    row-gap: 35px;
}

#footerLast a {
    color: #ffffff;
}

#footerLast .tab {
    font-size: 1.25rem;
}

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

#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: inline-block;
}

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

#innerfooter a:hover,
#innerfooter a:focus {
    color: #fdb913;
}

#innerfooter li+li::before {
    content: "•";
    margin: 0 6px;
}

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

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

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

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

#vernetzt {
    gap: 12px;
    text-align: left;
    font-size: 0.9375rem;
    color: #ffffff;
    line-height: 1.3;
    text-decoration: none;
}

#vernetzt :is(b, strong) {
    color: #fdb913;
    font-weight: 500;
}

#vernetzt span span {
    display: block;
}