@font-face {
    font-family: opensans;
    src: url(/fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: opensans_semibold;
    src: url(/fonts/OpenSans-SemiBold.ttf);
}

* {
    font-family: opensans, tahoma, arial;
}

BODY {
    overflow: -moz-scrollbars-vertical;
}

.consent-wrapper {
    background-color: #F2F2F2;
    padding: 1.5em;
}

button.consent {
    border: none;
    background-color: #ca003d;
    color: #FFFFFF;
    padding: 0.5em 1em;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.25s;
}

button.consent:hover {
    opacity: 1;
}

/* = = = = = = = = = = = = = = =  Allgemeine Klassen = = = = = = = = = = = = = = = */
/* Hauptcontainer */
#div_wrapper {
    /*position: relative;*/
    /*min-height: 100%;*/
    /*width: 100%;*/
    /*background-image: url(../images/layout/wrapper_schatten_bg.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center 151px;*/

    /*box-shadow: 0 0 20px rgba(0, 0, 0, .08);*/
}

.border-img {
    background-image: url(../images/layout/subpage_container_bg.png);
    background-position: center top;
}

/* Header und Navi */
#header {
    width: 100%;
    height: 178px;
    margin: auto auto;
    background-color: #ffffff;
}

#header_content {
    position: relative;
    width: 960px;
    margin: auto auto;
}

#logo {
    position: absolute;
    width: 452px;
    height: 64px;
    left: 0px;
    top: 48px;
}

#logo_signet {
    position: absolute;
    /*width: 234px;*/
    /*height: 146px;*/
    right: 0;
    top: 16px;
    z-index: 2;
}

/* Top-Navigation */
#navi {
    border-radius: 4px;
    position: relative;
    width: 960px;
    height: 75px;
    background-color: #262626;
    /*background-image: url(../images/layout/navi_bg.png);*/
    /*background-repeat: no-repeat;*/
    margin: auto auto;
    padding: 0px 0px 0px 0px;
    border-radius: 4px 4px 0 0;
}

#navi UL {
    margin: 0px;
    padding: 0px;
}

#navi UL LI.navi-item {
    display: inline-block;
    list-style-type: none;
    float: left;
    margin: 0px;
    padding: 0 0 18px 0;
    background-image: url(../images/layout/navi_punkt_bg.png);
    background-repeat: no-repeat;
    background-position: right 0px;
}

#navi UL LI.navi-item .navi-item-main {
    position: relative;
    padding-bottom: 30px;
}

#navi UL LI.navi-item > .navi-item-main > A {
    display: inline-block;
    font-family: opensans, tahoma, arial;
    font-size: 14px;
    line-height: 18px;
    padding: 13px 10px 0px 10px;
    color: #FFF;
}

#navi UL LI.navi-item > .navi-item-main > A:hover {
    color: #b2b2b2;
    text-decoration: none;
}

#navi UL LI.navi-item > .navi-item-main > A.aktiv {
    color: #ffffff;
}

#navi UL LI.navi-item > .navi-item-main > A SPAN {
    display: block;
    /*font-family: tahoma, arial;*/
    font-size: 11px;
    line-height: 12px;
    margin-top: 3px;
}

#navi UL LI.navi-item > .navi-item-main > A SUP {
    position: absolute;
    margin-top: -3px;
}

#navi UL LI.navi-item .navi-subtoggle {
    display: none;
}

#navi UL LI.navi-item .navi-subnavi {
    display: none;
}

@media only screen and (min-width: 991px) {

    #navi UL LI.navi-item.has-sub {
        position: relative;
    }

    #navi UL LI.navi-item.has-sub .navi-subnavi {
        position: absolute;
        top: 64px;
        left: 0;
        z-index: 20;
        min-width: 230px;
        background-color: #262626;
        border-top: 1px solid #3d3d3d;
        /*margin-top: 14px;*/
    }

    #navi UL LI.navi-item.has-sub .navi-subnavi UL {
        margin: 0;
        padding: 0;
    }

    #navi UL LI.navi-item.has-sub .navi-subnavi UL LI {
        list-style: none;
        float: none;
        display: block;
        background-image: none;
    }

    #navi UL LI.navi-item.has-sub .navi-subnavi UL LI A {
        display: block;
        padding: 10px 12px;
        font-family: opensans, tahoma, arial;
        font-size: 13px;
        color: #ffffff;
        line-height: 18px;
    }

    #navi UL LI.navi-item.has-sub .navi-subnavi UL LI A:hover {
        color: #b2b2b2;
        text-decoration: none;
    }

    #navi UL LI.navi-item.has-sub .navi-subnavi UL LI A.aktiv {
        color: #ffffff;
        background-color: #3d3d3d;
    }

    #navi UL LI.navi-item.has-sub:hover .navi-subnavi,
    #navi UL LI.navi-item.has-sub:focus-within .navi-subnavi {
        display: block;
    }
}

#search {
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 0;
    left: 884px;
    transition: left 0.5s;
    text-align: right;
    background-color: #262626;
    z-index: 1;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#search_wrapper {
    width: 0;
    height: 45px;
    position: absolute;
    left: 15px;
    top: 15px;
    box-sizing: border-box;
    transition: width 0.5s;
    overflow: hidden;
}

#search_wrapper input {
    color: #b2b2b2;
    background-color: #262626;
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 26px;
    border: none;
    border-bottom: 1px solid #b2b2b2;
}

#search_button {
    background: url(../images/layout/icon_lupe.png);
    background-repeat: no-repeat;
    background-position: 5px 1px;
    width: 45px;
    height: 45px;
    margin: 15px;
    border: none;
    cursor: pointer;
}

#search_button:hover {
    background-image: url(../images/layout/icon_lupe_over.png);
}

ol > li ul {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 10px;
}

ol > li strong {
    font-weight: normal;
}

.highlight {
    background-color: #ca003d;
    color: #FFF;
}

/* Inhalte */
.container {
    position: relative;
    width: 936px;
    padding: 40px 12px 333px 12px;
    margin: auto auto;
    /*background-image: url(../images/layout/subpage_container_bg.png);*/
    /*background-repeat: repeat-y;*/
    background-position: center top;
    padding-bottom: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .8);
}

/* Footer */

.content {
    padding: 0 20px;
}

footer {
    width: 100%;
    margin-top: 12px;
}

#footer {
    height: 340px;
    background-color: #e8e8e8;
    background-image: url(../images/layout/footer_bg.png);
    background-repeat: repeat-y;
    background-position: center top;
    padding-top: 10px;
    box-sizing: border-box;
    margin-top: 30px;
}

.sec {
    height: auto !important;
    border-bottom: 1px solid #CDCDCD;
    height: 170px !important;
}

#kubaLogo {
    margin-left: auto!important;
    margin-right: auto!important;
    display: block;
}

.sec #footer_content {
    padding: 0!important;
    height: 170px!important;
}


.news-row-wrapper, .kuba-wrapper, .sponsors-wrapper {
    margin-top: 1rem;
    padding: 1rem 2rem 2rem;
    width: calc(100% - 4rem);
    border-left: 1px solid #CDCDCD;
    border-right: 1px solid #CDCDCD;
    background-color: #e8e8e8;
}

.news-row-wrapper h2, .kuba-wrapper h2, .sponsors-wrapper h2 {
    color: #ca003d;
}
.news-row-wrapper hr, .kuba-wrapper hr, .sponsors-wrapper hr {
    color: #ca003d;
    margin-bottom: 2rem;
}

.news-row-wrapper .news-row-content, .kuba-wrapper .kuba-row, .sponsors-wrapper .sponsors-row {
    display: inline-flex;
    /*flex-wrap: wrap;*/
    /*justify-content: center;*/
    /*background-color: deeppink;*/
    /*width: 33%;*/
    gap: 2rem;
}
.news-row-wrapper .news-row-content .news-item, .kuba-wrapper .kuba-row .kuba-item, .sponsors-wrapper .sponsors-row .bg-white {
    width: 33%;
}

.kuba-item {
    top: -10px;padding-left: 1px;height: 169px;
}

.news-row-wrapper .news-row-content .news-item img, .kuba-wrapper .kuba-row .kuba-item img, .sponsors-wrapper .sponsors-row .bg-white img {
    width: 100%;
    aspect-ratio: 16/9;
}

@media only screen and (max-width: 990px) {
    .d-m-block {
        display: block!important;
    }
    .news-row-wrapper .news-row-content {
        display: block;
    }
    .news-row-wrapper .news-row-content .news-item {
        padding-top: 2rem;
        width: 100%;
    }
    .news-row-wrapper .news-row-content .news-item img {
        aspect-ratio: unset;
    }
    .content_rechts {
        margin-left: 10px!important;
        margin-right: 10px!important;
    }
}

@media only screen and (max-width: 720px) {
    .news-row-wrapper, .kuba-wrapper, .sponsors-wrapper {
        padding: 1rem .3rem 2rem;
        width: calc(100% - .6rem);
    }
    .kuba-wrapper .kuba-row, .sponsors-wrapper .sponsors-row {
        display: block;
    }
    .kuba-wrapper .kuba-row .kuba-item, .sponsors-wrapper .sponsors-row .bg-white {
        padding-top: 2rem;
        width: 100%;
    }
    .kuba-item {
        height: 100%;
    }
}

#footer_content {
    width: calc(100% - 24px)!important;
    height: 306px;
    padding: 0 0 185px 0;
    margin: auto auto;
}

#footer_content H2 {
    margin: 20px 0px 20px 20px;
}
#footer_content H4 {
    margin: 20px 0px 20px 20px;
}

#footer_content DIV.aktuelles {
    position: relative;
    width: 280px;
    height: 231px;
    overflow: hidden;
    float: left;
    padding: 0px 20px 0px 20px;
    margin: 0px;
}

#footer_content DIV.aktuelles IMG {
    margin: 0px 0px 9px 0px;
}

#footer_content DIV.aktuelles H3,
#footer_content DIV.aktuelles H5 {
    font-family: opensans_semibold, arial, tahoma;
    font-size: 15px;
    color: #454545;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    line-height: 18px;
}

#footer_content DIV.aktuelles .aktuelles-datum,
#footer_content DIV.aktuelles H6 {
    font-size: 11px;
    color: #676767;
    margin: 0px;
    font-weight: normal;
}

#footer_content DIV.aktuelles P {
    font-size: 12px;
    line-height: 16px;
    color: #676767;
    margin: 0px 0px 10px 0px;
}

#footer_content DIV.aktuelles P.aktuelles-datum {
    margin: 0px;
}

#footer_content DIV.aktuelles P A {
    font-size: 10px;
}

#footer_impressum {
    width: 100%;
    /*position: absolute;*/
    /*bottom: -90px;*/
    border-top: 1px solid #B2B2B2;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 25px;
}

#footer_impressum DIV:first-of-type {
    float: right;
}

#footer_impressum A {
    color: #3e3e3e;
    margin-left: 15px;
    font-size: 14px;
    font-weight: bold;
}

#footer_impressum A:hover {
    color: #de154b;
    text-decoration: none;
}

/* Subnavigation */
#subnavi {
    position: relative;
    width: 299px;
    /* float: left; */
    min-height: 10px;
}

#subnavi H2,
#subnavi H4 {
    background-color: #B1C903;
    padding-left: 20px;
    line-height: 30px;
    margin: 0px 0px 0px 0px;
    color: #212529;
}

#subnavi UL {
    list-style-type: none;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
}

#subnavi UL LI {
    list-style-image: none;
    font-family: arial;
    font-size: 11px;
}

#subnavi UL.archiv LI {
    margin-bottom: 8px;
}

#subnavi UL LI A {
    color: #3e3e3e;
}

#subnavi UL LI A:hover {
    color: #676767;
}

#subnavi UL LI A.aktiv {
    color: #ca003d;
}

#subnavi UL LI A.aktiv:hover {
    color: #ca003d;
}

#subnavi .subnavicontent {
    margin: 20px 0px 0px 20px;
}

.yt iframe{
    width: 100%;
    aspect-ratio: 16/9;
    padding-bottom: 2rem;
}

#adressekarte {
    width: 299px;
    height: 180px;
    margin-top: 2px;
}

.main-headline {
    font-family: opensans_semibold, arial, tahoma;
    font-size: 19px;
    color: #ca003d;
    font-weight: normal;
    margin: 15px 0px 30px 0px;
    line-height: 22px;
}
/* Layout - Unterseiten - Inhalte */
/*#content_rechts {*/
/*    position: relative;*/
/*    width: 600px;*/
/*    float: right;*/
/*    padding: 0px 20px 0px 40px;*/
/*}*/

.content .contenttrenner:first-of-type {
    padding-top: 0;
}

.content .contenttrenner {
    border-top: 1px solid #B2B2B2;
    padding-top: 45px;
}

/*#content_rechts .contenttrenner:first-child {*/
/*    padding-top: 0px;*/
/*}*/

/* Startseite - Spezial Bereich oben */
#startseite-spezial {
    margin: -20px 20px 20px 20px;
    padding: 15px;
    background-color: #ca003d;
    color: #ffffff;
    border-radius: 5px;
}

#startseite-spezial h6 {
    font-family: opensans_semibold, arial, tahoma;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    margin: 0px 0px 15px 0px;
    line-height: 21px;
}

#startseite-spezial h6 span {
    font-family: opensans, arial, tahoma;
    font-size: 15px;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
}

/* = = = = = = = = = = = = = = =  Seitenspezifische Klassen = = = = = = = = = = = = = = = */
.invisible {
    display: none;
}

DIV.bilder {
    float: right;
    margin: 0px 0px 15px 30px;
    text-align: right;
}

DIV.bilder P.galerie {
    margin: 5px 0px 0px 0px;
    font-size: 11px;
    line-height: 14px;
}

DIV.bilder P.galerie IMG {
    margin: 0px 5px 0px 0px;
}

DIV.bilder P.galerie IMG {
    margin: 0px 5px 0px 0px;
}

DIV.bildergalerie {
    margin: 15px 0px 15px 0px;
}

DIV.bildergalerie DIV {
    float: left;
    margin: 0px 10px 10px 0px;
}

DIV.ansprechpartner {
    /*width: 582px;*/
    height: auto;
    margin: 15px 0px 15px 0px;
    padding: 10px 9px 12px 9px;
    background-color: #e8e8e8;
}

DIV.ansprechpartner A {
    color: #676767;
}

DIV.ansprechpartner P {
    margin: 0px;
}

DIV.ansprechpartner SPAN {
    font-weight: bold;
    color: #ca003d;
}

DIV.ansprechpartner SPAN.email {
    color: #676767;
    margin-left: 20px;
    font-weight: bold;
}

DIV.ansprechpartner_voll {
    position: relative;
    height: 110px;
    padding: 10px 10px 10px 140px;
    background-color: #e8e8e8;
    margin: 10px 0px 10px 0px;
}

DIV.ansprechpartner_voll H3 {
    margin: 0px 0px 8px 0px;
}

DIV.ansprechpartner_voll P {
    font-size: 11px;
    line-height: 14px;
    margin: 8px 0px 8px 0px;
}

DIV.ansprechpartner_voll IMG {
    position: absolute;
    top: 0px;
    left: 0px;
}

UL.youtube LI {
    list-style-image: url(../images/layout/ul_video.png);
}

UL.download LI {
    list-style-image: url(../images/layout/ul_download.png);
}

#ytbutton {
    display: block;
    width: 188px;
    height: 40px;
    background-image: url(../images/layout/ytbutton.png);
    /*float: right;*/
}

#mobil {
    display: none;
}

@media only screen and (max-width: 990px) {
    #search {
        display: none;
        height: 67px;
        left: 0;
        top: 0;
        right: 0;
        background-color: #262626;
        -webkit-border-top-left-radius: 0px;
        -webkit-border-top-right-radius: 0px;
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-topright: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    #search_wrapper {
        padding: 11px;
        left: 0;
        top: 0;
        right: 56px;
        width: auto;
        height: 100%;
    }

    #search_button {
        margin: 11px;
    }

    /*#content_rechts {*/
    /*    display: block;*/
    /*}*/

    #subnavi {
        display: block;
    }

    #div_wrapper {
        /*background-image: none;*/
        /*max-width: 720px;*/
        /*margin: auto auto;*/
        /*position: relative;*/
        /*padding-top: 110px;*/
        padding-left: 20px;
        padding-right: 20px;
    }

    #header {
        height: 142px;
        /*position: fixed;*/
        /*top: 0;*/
        /*left: 50%;*/
        /*width: 720px;*/
        /*margin-left: -360px;*/
        /*background-color: #fff;*/
        /*z-index: 9;*/
    }

    #header_content {
        width: 100%;
    }

    #logo_signet {
        /*z-index: 5;*/
        /*width: auto;*/
        /*height: auto;*/
        /*top: 7px;*/
    }

    #logo_signet img {
        width: 180px;
        height: auto;
    }

    #logo {
        display: none;
    }

    #navi {
        display: none;
        /*position: fixed;*/
        width: 100%;
        padding: 0;
        z-index: 8;
        background-image: none;
        background-color: #444;
        margin: 0;
        height: auto;
        text-align: center;
    }

    #navi UL LI.navi-item {
        display: block;
        background-image: none;
        float: none;
        width: 100%;
    }

    #navi UL LI.navi-item .navi-item-main {
        position: relative;
        border-bottom: 1px solid #666;
    }

    #navi UL LI.navi-item > .navi-item-main > A {
        display: block;
        padding: 24px 64px 24px 20px;
        font-size: 24px;
        border-right: none;
    }

    #navi UL LI.navi-item > .navi-item-main > A span {
        display: none;
    }

    #navi UL LI.navi-item.has-sub .navi-subtoggle {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 64px;
        height: 100%;
        border: 0;
        background: transparent;
        color: #ffffff;
        cursor: pointer;
    }

    #navi UL LI.navi-item.has-sub .navi-subtoggle:before {
        content: '+';
        font-size: 46px;
        line-height: 1;
        display: inline-block;
    }

    #navi UL LI.navi-item.has-sub.open .navi-subtoggle:before {
        content: '-';
    }

    #navi UL LI.navi-item.has-sub .navi-subnavi {
        border-bottom: 1px solid #666;
        background-color: #3b3b3b;
    }

    #navi UL LI.navi-item.has-sub.open .navi-subnavi {
        display: block;
    }

    #navi UL LI.navi-item.has-sub .navi-subnavi UL {
        margin: 0;
        padding: 0;
    }

    #navi UL LI.navi-item.has-sub .navi-subnavi UL LI {
        list-style: none;
        float: none;
        width: auto;
        background-image: none;
    }

    #navi UL LI.navi-item.has-sub .navi-subnavi UL LI A {
        display: block;
        padding: 14px 20px 14px 38px;
        font-size: 20px;
        color: #ffffff;
        border-top: 1px solid #595959;
    }

    #navi UL LI.navi-item.has-sub .navi-subnavi UL LI A.aktiv {
        background-color: #4a4a4a;
    }

    #mobil {
        display: block;
        z-index: 12;
        width: 48px;
        height: 48px;
        background-size: 100% auto;
        background-image: url(../images/layout/mobil.png);
        cursor: pointer;
        position: absolute;
        top: 30px;
    }

    #kubaLogo {
        width: 100% !important;
        height: auto!important;
    }

    .sec .aktuelles {
        height: unset!important;
    }

    .sec p {
        font-size: 16px!important;
    }

    .sec h5 {
        font-size: 22px!important;
    }

    #mobile_search {
        display: block;
        z-index: 6;
        width: 48px;
        height: 48px;
        background-size: 100% auto;
        background-image: url(../images/layout/icon_lupe_mobil.png);
        cursor: pointer;
        position: absolute;
        top: 30px;
        left: 90px;
    }

    #search_button {
        background: url(../images/layout/icon_doppelpfeil.png);
        background-repeat: no-repeat;
        background-position: 13px 9px;
        width: 45px;
        height: 45px;
        margin: 15px;
        border: none;
        cursor: pointer;
    }

    #search_button:hover {
        background-image: url(../images/layout/icon_doppelpfeil.png);
    }

    .container {
        width: 100%;
        padding: 0;
        margin: 0;
        background-image: none;
    }

    DIV.div_startteaser {
        width: 100%;
        margin: 0 0 100px 0;
        height: 274px;
    }

    DIV.div_startteaser_image_wrapper {
        width: 100%;
        height: 100%;
    }

    DIV.div_startteaser_image_slider DIV.image {
        width: 720px;
        height: 100%;
    }

    DIV.div_startteaser_image_slider DIV.image img {
        width: 720px;
        height: auto;
    }

    DIV.div_startteaser_textbox {
        top: auto;
        bottom: -100px;
        left: 0;
        width: 100%;
        background-position: right 16px bottom -2px;
        height: 123px;
    }

    DIV.div_startteaser_navi {
        display: none;
    }

    footer {
        width: calc(100% - 40px);
        padding-left: 20px;
        padding-right: 20px;
    }

    #footer {
        display: block;
        position: relative;
        bottom: auto;
        width: 100%;
        height: auto;
        background-image: none;
        border-bottom: 0;
        background-color: transparent;
    }

    #footer h2, #footer .aktuelles {
        display: none;
    }

    #startseite #footer h2, #startseite #footer .aktuelles {
        display: block;
    }

    #footer_content {
        width: 100%;
        height: auto;
        padding-bottom: 0;
    }

    #footer_content DIV.aktuelles {
        width: auto;
        float: none;
        height: auto;
        padding: 0 0 30px 0;
        text-align: center;
    }

    #footer_content DIV.aktuelles IMG {
        width: 100%;
        height: auto;
    }

    #footer_content H2,
    #footer_content H4 {
        margin: 0;
        padding: 20px 0 20px 0;
    }

    #footer_content DIV.aktuelles .aktuelles-datum,
    #footer_content DIV.aktuelles H6 {
        font-size: 16px;
    }

    #footer_content DIV.aktuelles H3,
    #footer_content DIV.aktuelles H5 {
        font-size: 22px;
        margin: 5px 0 15px 0;
    }

    #footer_content DIV.aktuelles P {
        font-size: 16px;
        line-height: normal;
    }

    #footer_content DIV.aktuelles P A {
        font-size: 14px;
    }

    #footer_impressum {
        width: 100%;
        position: relative;
        bottom: auto;
        padding: 10px 0 20px 0;
        margin-top: 30px;
    }

    #footer_impressum * {
        /*font-size: 20px;*/
    }

    #footer_impressum strong {
        display: none;
    }

    #footer_impressum div a:first-child {
        display: none;
    }

    #subnavi {
        /*width: 100%;*/
        /*float: none;*/
        /*text-align: center;*/
    }

    #subnavi li {
        /*padding-bottom: 20px;*/
    }

    #subnavi li strong {
        /*font-size: 14px;*/
    }

    #subnavi li a {
        /*font-size: 20px;*/
        /*display: block;*/
        /*margin-top: 4px;*/
    }

    /*#content_rechts {*/
    /*    width: 100%;*/
    /*    padding: 0;*/
    /*    margin-top: 20px;*/
    /*}*/

    #stadtbuecherei {
        display: none;
    }

    DIV.ansprechpartner {
        width: auto;
    }

    #adressekarte {
        width: 100%;
    }

    DIV.ansprechpartner_voll {
        height: 190px;
        padding: 10px 10px 10px 226px;
    }

    DIV.ansprechpartner_voll img {
        width: 210px;
        height: 210px;
    }

    DIV.ansprechpartner_voll h3 {
        font-size: 24px;
    }

    DIV.ansprechpartner_voll p {
        font-size: 20px;
        line-height: normal;
    }

    #up {
        display: none;
        width: 80px;
        height: 80px;
        background-size: 100%;
        background-image: url(../images/layout/up.png);
        position: fixed;
        bottom: 60px;
        right: 20px;
        cursor: pointer;
        z-index: 7;
    }
}

.js-dialog {
    width: 590px!important;
}
.js-dialog-buttons button[name="showOptions"], .js-dialog-buttons button[name="cancel"] {
    margin-left: 0.5em!important;
}

/*.js-dialog-buttons button:not(:first-of-type) {*/
/*    margin-left: .5em!important;*/
/*}*/


.foerderer {
    width: 100%;
    background-color: #e8e8e8;
    height: 171px;
    position: relative;
    margin-bottom: 20px;
    display: inline-flex;
}

/*.foerderer div:first-child {*/
/*    width: 33%;*/
/*    padding-right: 28px;*/
/*    font-family: opensans_semibold, arial, tahoma;*/
/*    font-size: 15px;*/
/*    color: #ca003d;*/
/*    font-weight: normal;*/
/*    line-height: 18px;*/
/*}*/


.foerderer div {
    width: 33%;
    background-color: #FFF;
    margin:10px;
}

.foerderer div:nth-child(1) img {
    padding: 46px 0 0 13px;
    width: 90%;
}

.foerderer div:nth-child(2) {
    /*width: 33%;*/
    /*background-color: #FFF;*/
    /*margin:10px;*/
    padding-left: 28px;
}

.foerderer div:nth-child(2) img {
    width: 68%;
    padding: 15px 0 0 30px;
}
.foerderer div:nth-child(3) img {
    width: 68%;
    padding: 4px 0 0 45px;
}

.d-flex {
    display: flex;
}

.d-flex-inline {
    display: inline-flex;
}

.justify-content-between {
    justify-content: space-between;
}

.w-100 {
    width: 100%;
}

.gap-1 {
    gap: .5rem;
}
.gap-2 {
    gap: 1rem;
}
.gap-3 {
    gap: 2rem;
}

.w-33 {
    width: 33%;
}

.w-66 {
    width: 66%;
}

.text-white {
    color: #FFFFFF!important;
}

BODY, HTML {
    /*background-color: rgba(0, 0, 0, .08);;*/

    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

BODY, INPUT, TEXTAREA, SELECT {
    font-family: tahoma, arial, sans-serif;
    font-size: 12px;
    color: #3e3e3e;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.skip-link {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 10px 12px;
    background: #ffffff;
    color: #000000;
    border: 2px solid #000000;
    z-index: 10000;
    transform: translateY(-200%);
}

.skip-link:focus,
.skip-link:focus-visible {
    transform: translateY(0);
}

/* Sichtbarer Fokus (WCAG 2.2) */
:where(a, button, input, select, textarea, [tabindex]):focus-visible {
    outline: 3px solid #ca003d;
    outline-offset: 2px;
}

#subnavi-toggle {
    /*dissplay: none;*/
    padding-bottom: 1rem;
}

.btn {
    display: inline-flex;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #color: #212529;;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}
.btn-primary {
    background-color: #B1C903;
    border-color: #B1C903;
}

.btn .burger {
    margin-left: 0.5rem;
}

.burger {
    width: 32px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
}

.burger span {
    display: block;
    height: 3px;
    width: 100%;
    background: #000;
    border-radius: 2px;
}

/* Buttons, die per Hintergrundbild gestylt sind */
button#mobil,
button#mobile_search,
button#up {
    background-color: transparent;
    border: 0;
    padding: 0;
    font: inherit;
    line-height: 0;
}

button#mobil {
    margin-left: 20px;
}

H1 {
    font-family: opensans_semibold, arial, tahoma;
    font-size: 19px;
    color: #ca003d;
    font-weight: normal;
    margin: 0px 0px 30px 0px;
    line-height: 22px;
}

H2 {
    font-family: opensans_semibold, arial, tahoma;
    font-size: 15px;
    color: #454545;
    font-weight: normal;
    margin: 30px 0px 15px 0px;
    line-height: 18px;
}

H4 {
    font-family: opensans, arial, tahoma;
    font-size: 19px;
    color: #454545;
    font-weight: normal;
    margin: 25px 0px 5px 0px;
    line-height: 22px;
}

P {
    margin: 0px 0px 20px 0px;
}

A {
    color: #ca003d;
    text-decoration: underline;
}

A:hover {
    color: #ca003d;
    text-decoration: underline;
}

/* Navigation und UI-Links bleiben optisch unverändert */
#navi a,
#footer_impressum a,
.btn,
.skip-link {
    text-decoration: none;
}

IMG {
    border: 0px;
}

FORM {
    padding: 0px;
    margin: 0px;
}

UL {
    list-style-image: url(../images/layout/ul.png);
    list-style-position: outside;
    color: #3e3e3e;
}

INPUT, SELECT, TEXTAREA {
    color: #333333;
    font-size: 12px;
    line-height: 14px;
    border: 1px solid #999999;
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}