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

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

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

a {
    color: #b35f00;
}

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

.linkUnderline a:not(.has-image, .shareButtonLink) {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: text-decoration 300ms;
}

.linkUnderline a:not(.has-image, .shareButtonLink):is(:hover, :focus) {
    text-decoration-color: transparent;
}

b,
strong {
    font-weight: 600;
}

:not(.cc_banner-wrapper):focus-visible,
#vernetzt:focus-visible span {
    background-color: #fff !important;
    color: #b35f00 !important;
    z-index: 100;
    text-decoration: none;
    outline: 2px solid #b35f00;
}


#overflow {
    overflow: hidden;
}

.bgFacebook {
    display: flex;
    align-items: center;
    align-content: center;
    max-height: 90px;
}

/* #region --------------------------------------- topbar ----------------------------------------- */

#topbar {
    padding: 11px 0 18px 0;
}

@media (max-width: 767px) {
    .optionsBar>*+* {
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .optionsBar>*+* {
        margin-left: 30px;
    }
}

#topbar span {
    color: #242424;
    font-weight: 400;
    font-size: 0.9375rem;
    margin-right: 8px;
}

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

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

#contrast_style button:hover,
#contrast_style button:focus {
    background-color: #dfe5f3;
    border-color: #242424;
}

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

#contrast_style button::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    left: 3px;
    bottom: 3px;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 50%;
}

#contrast_style button:nth-of-type(1)::after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) 50%, rgba(255, 255, 255, 1) 50%);
}

#contrast_style button:nth-of-type(2)::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 0.6) 50%);
}

#contrast_style button:nth-of-type(3)::after {
    background: #ea5b0c;
    border: none;
}

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

@media (min-width: 992px) {
    #style button {
        font-size: 17px;
        background: transparent;
        padding: 0;
        border: none;
        color: #b35f00;
        display: inline-block;
        text-align: center;
        position: relative;
        line-height: 1;
        border: 1px solid rgba(0, 0, 0, 0.6);
        width: 22px;
        height: 22px;
        border-radius: 50%;
        font-weight: 400;
        transition: border 300ms linear, background 300ms linear;
    }

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

    #style button:hover {
        background-color: #dfe5f3;
        border-color: #242424;
    }

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

/* ----------------------------------------------- tabSocials ----------------------------------------------- */

.tabSocials {
    line-height: 1;
}

.tabSocials p {
    display: inline-block;
}

.tabSocials img {
    display: block;
}

.tabSocials p+p,
.tabSocials img+img {
    margin-left: 10px;
}

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

form[id^="search"] label {
    color: #252525;
    font-size: 14px;
    font-weight: 300;
    padding-right: 15px;
    padding-left: 16px;
    border-right: 2px solid rgba(100, 100, 100, .2);
}

form[id^="search"] {
    height: 40px;
    background: #fff5cc;
    display: inline-block;
    position: relative;
    max-width: 290px;
    width: 100%;
}

form [id^="search_input"] {
    color: #252525;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    background: transparent;
    padding: 0;
    border: 0;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 45px;
    height: 40px;
    display: inline-block;
    width: 100%;
}

form [id^="search_submit"] {
    width: 40px;
    background: url('../img/suche-icon.png') center no-repeat, #fff5cc;
    padding: 0;
    cursor: pointer;
    line-height: 40px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    font-size: 0;
}

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

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

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

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

#overflow {
    overflow: clip;
}

/* #endregion --------------------------------------- topbar ----------------------------------------- */

/* #region --------------------------------------- logo ----------------------------------------- */

#logo {
    text-decoration: none !important;
    display: inline-block;
    background-color: #ffffff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    padding: 10px;
}

@media (max-width: 1429px) {
    #logo {
        position: relative;
        left: 0px;
        bottom: 0;
        right: 0;
        top: 0;
        height: 110%;
        padding: 8px 20px 11px 20px;
    }
}

@media (min-width: 1430px) {
    #logo {
        position: absolute;
        bottom: 0px;
        padding: 8px 28px 11px 75px;
        left: -15px;
        /*! right: 0; */
        margin-top: -30px;
        top: -114px;
    }

    .is-sticky #logo {
        top: -50px;
    }
}


#logo img {
    display: block;
    margin-left: auto;
}

@media (min-width: 992px) {
    .is-sticky #logo img {
        max-width: 100px;
    }
}

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

@media (max-width: 768px) {
    #logo {
        padding: 10px 18px;
    }

    #logo img {
        max-width: 120px;
    }
}

#logo .row {
    margin-left: -15px;
    margin-right: -15px;
}


/* #endregion ----------------------------------- logo ------------------------------------------ */

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

/* burgermenu for tablet */

@media (max-width: 991px) {
    .is-sticky #menu {
        position: relative !important;
    }

    #burgerButton {
        font-size: 0;
        border: none !important;
        position: relative;
        z-index: 1002;
        display: block;
        width: 46px;
        height: 40px;
        border-radius: 2px;
        cursor: pointer;
        background-color: #ffffff;
        padding: 3px;
    }

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

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

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

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

    #burgerButtonInner {
        top: 10px;
    }

    #burgerButton:before {
        top: 18px;
    }

    #burgerButton:after {
        top: 26px;
    }

    #burgerButton:before,
    #burgerButton:after {
        content: "";
        display: block;
    }

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

    nav.horizontally {
        background: #ffcd00;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    }

    .navbar-collapse {
        top: 0;
        background: #ffcd00;
        position: fixed;
        left: -100%;
        bottom: 0;
        z-index: 100;
        height: auto !important;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
        opacity: 0;
        pointer-events: none;
        overflow-y: auto;
        -webkit-transition: left 300ms linear, opacity 300ms linear;
        -moz-transition: left 300ms linear, opacity 300ms linear;
        -ms-transition: left 300ms linear, opacity 300ms linear;
        -o-transition: left 300ms linear, opacity 300ms linear;
        transition: left 300ms linear, opacity 300ms linear;
    }

    .navbar-collapse.collapse.in {
        left: 0;
        opacity: 1;
        pointer-events: auto;
    }

    .navbar-header {
        height: 50px;
        width: 60px;
        border-radius: 2px;
        padding: 6px 8px;
        background-color: #ffffff;
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 101;
        -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
    }

    .navbar-collapse.in:after {
        content: "";
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        display: block;
        width: 90px;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .horizontally {
        position: relative !important;
    }
}

@media (min-width: 575px) and (max-width: 991px) {
    .navbar-collapse {
        width: 60%;
    }

    .navbar-collapse.collapse.in:after {
        width: 40%;
    }
}

/* menu desktop */

@media (min-width: 992px) {

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


    nav.horizontally .navbar-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }

    #menu-sticky-wrapper {
        width: 100% !important;
        -webkit-transition: all, 300ms;
        -moz-transition: all, 300ms;
        -ms-transition: all, 300ms;
        -o-transition: all, 300ms;
        transition: all, 300ms;
    }

    nav.horizontally {
        background-color: #ffcd00;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        z-index: 61;
        position: relative;
    }

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

    nav.horizontally .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
    }

    nav.horizontally .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        position: absolute;
        left: 100%;
        top: 0;
    }

    nav.horizontally .navbar-nav>li,
    nav.horizontally .navbar-nav>li>.dropdown-menu>li {
        position: relative;
    }

    /* Fade in Hover Start */
    .navbar-default .navbar-nav li[class*="toplevel"]>ul,
    .navbar-default .navbar-nav li[class*="secondlevel"]>ul {
        display: block !important;
        pointer-events: none;
        opacity: 0;
        -webkit-transition: opacity 300ms linear;
        -moz-transition: opacity 300ms linear;
        -ms-transition: opacity 300ms linear;
        -o-transition: opacity 300ms linear;
        transition: opacity 300ms linear;
    }

    .navbar-default .navbar-nav li[class*="toplevel"]:last-of-type>ul,
    .navbar-default .navbar-nav li[class*="secondlevel"]:last-of-type>ul {
        left: unset;
        right: 0;
    }

    .navbar-default .open>.dropdown-menu,
    .navbar-default .navbar-nav li[class*="toplevel"]:hover>ul,
    .navbar-default .navbar-nav li[class*="secondlevel"]:hover>ul,
    .navbar-default .navbar-nav li[class*="secondlevel"]>ul[style*="block"] {
        pointer-events: auto !important;
        opacity: 1 !important;
    }

    .navbar-default .navbar-nav li[class*="toplevel"]:focus-within>ul,
    .navbar-default .navbar-nav li[class*="secondlevel"]:focus-within>ul {
        pointer-events: auto !important;
        opacity: 1 !important;
    }

    .navbar-default .nav .open>.dropdown-menu {
        pointer-events: none !important;
        opacity: 0 !important;
    }

    .navbar-default .navbar-nav li[class*="toplevel"]:hover>ul,
    .navbar-default .navbar-nav li[class*="secondlevel"]:hover>u {
        z-index: 1003;
    }

    /* Pseudo */

    .navbar-default .navbar-nav>li>.dropdown-menu::before {
        content: "";
        position: absolute;
        display: block;
        height: 30px;
        left: 0;
        right: 0;
        top: -30px;
    }

    /* 3rd */

    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu::before {
        content: "";
        position: absolute;
        display: block;
        width: 25px;
        top: 0;
        bottom: 0;
        left: -25px;
    }

    /* Fade in Hover End */
}

/* ---------------------------------------------- toplevel ---------------------------------------------- */

.navbar-default .navbar-nav>li>a {
    color: #252525;
    font-weight: 500;
    text-align: left;
    padding: 10px 35px 15px 15px;
    position: relative;
    font-size: 1.125rem;
    line-height: 1.2;
    text-decoration: none;
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav>li {
        border-bottom: 1px solid rgba(46, 60, 72, 0.2);
    }

    .navbar-default .navbar-nav>li>a {
        overflow-wrap: break-word;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
}

@media (min-width: 992px) {

    .navbar-default .navbar-nav>li>a::after {
        content: '';
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0;
        top: 0;
        display: inline-block;
        background: url('../img/blume-deko-nav-hover.png') top -20px right -20px no-repeat, #fff;
        pointer-events: none;
        z-index: -1;
        opacity: 0;
        transition: all, 300ms;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 28px 15px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        height: 100%;
        text-align: center;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) and (min-width: 992px) {
    .navbar-default .navbar-nav>li>a {
        display: block;
    }
}

/* -------------------------------------------- toplevel-over ------------------------------------------- */

.navbar-nav>li:hover>a,
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>li.open>a,
.navbar-nav>li.open>a:hover,
.navbar-nav>li.open>a:focus,
.navbar-nav>li[class$="_over"]>a,
.navbar-nav>li[class$="_over"]>a:hover,
.navbar-nav>li[class$="_over"]>a:focus {
    color: #252525;
}

@media (max-width: 991px) {

    .navbar-nav>li:hover>a,
    .navbar-nav>li>a:hover,
    .navbar-nav>li>a:focus,
    .navbar-nav>li.open>a,
    .navbar-nav>li.open>a:hover,
    .navbar-nav>li.open>a:focus,
    .navbar-nav>li[class$="_over"]>a,
    .navbar-nav>li[class$="_over"]>a:hover,
    .navbar-nav>li[class$="_over"]>a:focus {
        background-color: #fff;
    }
}

.navbar-nav>li:hover>a::after,
.navbar-nav>li>a:hover::after,
.navbar-nav>li>a:focus::after,
.navbar-nav>li.open>a::after,
.navbar-nav>li.open>a:hover::after,
.navbar-nav>li.open>a:focus::after,
.navbar-nav>li[class$="_over"]>a::after,
.navbar-nav>li[class$="_over"]>a:hover::after,
.navbar-nav>li[class$="_over"]>a:focus::after {
    opacity: 1;
}

/* -------------------------------------- secondlevel + thirdlevel dropdown-box -------------------------------------- */

.navbar-default .navbar-nav>li>.dropdown-menu,
.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
    background-color: #ffcd00;
}

@media (max-width: 991px) {

    .navbar-default .navbar-nav>li>.dropdown-menu {
        padding: 15px;
    }
}

@media(min-width:992px) {
    .navbar-default .navbar-nav>li>.dropdown-menu::after {
        content: '';
        background: #768187;
        width: 20px;
        height: 20px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        display: inline-block;
        position: absolute;
        top: -10px;
        left: 50px;
    }

    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu::after {
        content: '';
        background: #768187;
        width: 20px;
        height: 20px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        display: inline-block;
        position: absolute;
        top: 15px;
        left: -10px;
    }

    .navbar-default .navbar-nav>li>.dropdown-menu {
        margin-top: 30px;
    }

    .navbar-default .navbar-nav>li>.dropdown-menu,
    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        margin-top: -25px;
        margin-left: 25px;
    }
}

/* --------------------------------------------- secondlevel + thirdlevel -------------------------------------------- */

.navbar-default .navbar-nav>li>.dropdown-menu>li>a,
.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a {
    color: #252525;
    font-weight: 600;
    text-align: left;
    padding: 9px 25px;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
}

@media (max-width: 991px) {

    .navbar-default .navbar-nav>li>.dropdown-menu>li>a,
    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a {
        overflow-wrap: break-word;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
        padding-right: 35px;
        font-size: 1rem;
    }
}

/* ------------------------------------------ secondlevel + thirdlevel over ------------------------------------------ */

.navbar-nav>li>.dropdown-menu>li:hover>a,
.navbar-nav>li>.dropdown-menu>li>a:hover,
.navbar-nav>li>.dropdown-menu>li>a:focus,
.navbar-nav>li>.dropdown-menu>li.open>a,
.navbar-nav>li>.dropdown-menu>li.open>a:hover,
.navbar-nav>li>.dropdown-menu>li.open>a:focus,
.navbar-nav>li>.dropdown-menu>li[class$="_over"]>a,
.navbar-nav>li>.dropdown-menu>li[class$="_over"]>a:hover,
.navbar-nav>li>.dropdown-menu>li[class$="_over"]>a:focus,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li:hover>a,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a:hover,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a:focus,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li.open>a,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li.open>a:hover,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li.open>a:focus,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li[class$="_over"]>a,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li[class$="_over"]>a:hover,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li[class$="_over"]>a:focus {
    background: #ffffff;
    color: #242424;
}

.navbar-nav>li>.dropdown-menu>li:focus-within>a,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li:focus-within>a {
    background: #ffffff;
    color: #242424;
}

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

/* #region ------------------------------------ banner ------------------------------------------ */

#slider {
    height: clamp(300px, 60vw, 450px);
    overflow: hidden;
    position: relative;
}

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

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

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

    #headerpic .nivo-controlNav {
        bottom: unset !important;
        top: 40px;
    }
}

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

#headerpic .nivo-main-image {
    min-height: 100% !important;
}

.slider-mask {
    display: none;
}

/* dots */

#headerpic .nivo-controlNav li {
    width: auto;
}

#headerpic .nivo-controlNav button {
    background: #ffffff !important;
    border-radius: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #b35f00;
    color: #000;
    padding: 0;
    margin: 0 6px;
    transition: border-color 300ms linear, background 300ms linear;
}

#headerpic .nivo-controlNav button:is(:hover, :focus),
#headerpic .nivo-controlNav .slick-active button {
    background: #b35f00 !important;
    border-color: #b35f00 !important;
}

/* banner arrows */

#headerpic .nivo-directionNav a {
    background: #ffffff;
    width: 60px;
    height: 48px;
    transition: width 300ms linear, opacity 300ms linear, background 300ms linear;
}

#headerpic:is(:hover, :focus) .nivo-directionNav a {
    width: 70px;
}

#headerpic .nivo-directionNav a::before,
#headerpic .nivo-directionNav a::after {
    content: "";
    display: block;
    position: absolute;
}

#headerpic .nivo-directionNav a::before {
    height: 2px;
    width: 16px;
    top: 50%;
    margin-top: -1px;
    background: #b35f00;
    transition: background 300ms linear;
    right: 26px;
}

#headerpic .nivo-directionNav a::after {
    height: 8px;
    width: 8px;
    top: 50%;
    margin-top: -5px;
    transform: rotate(45deg);
    transition: border-color 300ms linear;
    right: 32px;
    border-left: 2px solid #b35f00;
    border-bottom: 2px solid #b35f00;
}

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

#headerpic a.nivo-nextNav {
    right: 0;
    transform: scaleX(-1);
}

/* #endregion --------------------------------- banner ------------------------------------------ */



/* ------------------------------------------ greenButton --------------------------------------- */

.greenButton a {
    background-color: #6D787E;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.875rem;
    position: relative;
    padding: 13px 50px 12px 20px;
    display: inline-block;
    line-height: 1.2;
}

main .greenButton a {
    background: #ffcd00;
    color: #252525;
}

.greenButton a::after {
    content: "\2192";
    right: 20px;
    top: calc(50% - 7px);
    transition: all 200ms linear;
    position: absolute;
    line-height: 1;
}

.greenButton a:is(:hover, :focus)::after {
    right: 15px;
}

/* #region ------------------------------------- topics ----------------------------------------- */

#topics {
    font-size: clamp(1rem, 2vw, 1.25rem);
}

@media (min-width: 576px) {
    #topics {
        padding-top: clamp(30px, 4vw, 60px);
    }
}

#topics>.row {
    row-gap: 20px;
}

#topics .topicsHeading :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 0;
}

#topics .topicsHeading :is(h1, h2, h3, h4, h5, h6) :is(strong, b) {
    color: #252525;
}

#topics .tab {
    position: relative;
    z-index: 1;
    padding: 15px;
    overflow: hidden;
    font-size: clamp(1rem, 2vw, 1.1875rem);
    background: #ffcd00 url(../img/blume-deko-buttons.png);
    background-repeat: no-repeat;
    background-position: top -70px right -90px;
    pointer-events: none;
    height: 100%;
    min-height: 200px;
}

#topics .tab::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(0deg, #ee7f00 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 133, 113, 0) 100%);
    transition: all 300ms linear;
}

#topics .tab:is(:hover, :focus-within)::before {
    background-color: #ee7f00;
}

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

#topics .tab :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 2px solid #252525;
    font-size: 1.5rem;
}

#topics .tab a {
    position: absolute;
    z-index: -2;
    pointer-events: all;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    min-width: 100%;
    min-height: 100%;
    font-size: 0;
    color: transparent;
}

#topics .tab :is(.row, .row > *) {
    position: static;
}

/* #endregion ---------------------------------- topics ----------------------------------------- */

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

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

/* #region -------------------------------------- events ---------------------------------------- */

#events {
    padding-top: 55px;
    padding-bottom: 70px;
    background: url(../img/blume-deko-veranstaltungen.png);
    background-repeat: no-repeat;
    background-position: bottom -200px right;
}

#events .tab,
#events .tab :is(h1, h2, h3, h4, h5, h6) {
    color: #252525;
}

#events .tab :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 0;
    font-size: clamp(1.6875rem, 4vw, 2.1875rem);
    color: #252525;
}

#events .tab_link {
    margin: 110px 0 0 0;
}

#events .tab_link_entries {
    display: grid;
    gap: 85px 30px;
    counter-reset: section;
}

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

@media (min-width: 576px) and (max-width: 767px) {
    #events .tab_link_entry:nth-child(3) {
        grid-column: 1/3;
    }
}

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

#events .tab_link_entry {
    font-size: 1rem;
    position: relative;
    background: #ffffff;
    padding: 200px 30px 30px 30px;
    box-shadow: 0 0 20px 10px rgba(37, 37, 37, 0.1);
    border: none !important;
    z-index: 1;
}

#events .tab_link_title a {
    line-height: 1.2;
    font-weight: 600;
    font-size: 1.375rem;
    display: block;
    margin-bottom: 20px;
    color: inherit;
}

#events .tab_link_entry .tab_link_title a::before,
#events .tab_link_entry .tab_preview_picture {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    height: 180px;
    overflow: hidden;
}

#events .tab_link_entry .tab_link_title a::before {
    content: "";
    background: center / cover no-repeat;
    z-index: -1;
}

#events .tab_preview_picture img {
    margin: 0 !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#events .tab_link_date {
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 1;
    display: inline-block;
    padding: 8px 15px;
    min-width: 170px;
    background: #ffcd00;
    text-align: center;
}

#events .vorschau {
    opacity: 1 !important;
}

#events .tab_link_entries :is(.tab_spacer, .tab_link_mehr) {
    display: none;
}

@media (max-width: 767px) {
    #events .greenButton a {
        margin-top: 15px;
    }
}

#events .tab_link_mandat a {
    color: #252525;
}

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


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

#news {
    padding-top: clamp(30px, 5vw, 80px);
    padding-bottom: clamp(30px, 2vw, 42px);
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 100px, #fff5cc 100px, #fff5cc);
}

#news .tab,
#news .tab :is(h1, h2, h3, h4, h5, h6) {
    color: #252525;
}

#news .tab :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 0;
    font-size: clamp(1.6875rem, 4vw, 2.1875rem);
    color: #252525;
}

#news .tab_link {
    margin: 110px 0 0px 0;
}

#news .tab_link_entries {
    display: grid;
    gap: 85px 30px;
    counter-reset: section;
}

@media (min-width: 576px) {
    #news .tab_link_entries {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #news .tab_link_entry:nth-child(3) {
        grid-column: 1/3;
    }
}

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

#news .tab_link_entry {
    font-size: 1rem;
    position: relative;
    background: #ffffff;
    padding: 200px 30px 30px 30px;
    box-shadow: 0 0 20px 10px rgba(37, 37, 37, 0.1);
    border: none !important;
    z-index: 1;
}

#news .tab_link_title a {
    line-height: 1.2;
    font-weight: 600;
    font-size: 1.375rem;
    display: block;
    margin-bottom: 20px;
    color: inherit;
}

#news .tab_link_entry .tab_link_title a::before,
#news .tab_link_entry .tab_preview_picture {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    height: 180px;
    overflow: hidden;
}

#news .tab_link_entry .tab_link_title a::before {
    content: "";
    background: center / cover no-repeat;
    z-index: -1;
}

#news .tab_preview_picture img {
    margin: 0 !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#news .tab_link_date {
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 1;
    display: inline-block;
    padding: 8px 15px;
    min-width: 170px;
    background: #ffcd00;
    text-align: center;
}

#news .vorschau {
    opacity: 1 !important;
}

#news .tab_link_entries :is(.tab_spacer, .tab_link_mehr) {
    display: none;
}

@media (max-width: 767px) {
    #news .greenButton a {
        margin-top: 15px;
    }
}

#news .tab_link_mandat a {
    color: #252525;
}

/* #endregion ----------------------------------- news ---------------------------------------- */




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

.h4link a:is(:link, :hover, :focus, :visited),
h6,
h5,
h4,
h3,
h2,
h1 {
    color: #252525;
    font-weight: 600;
    line-height: 1.2;
    font-family: "Open Sans", 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.6875rem, 4vw, 2.1875rem);
}

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

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

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

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

footer {
    background: #ffcd00 url(../img/blume-deko-footer.png);
    background-repeat: no-repeat;
    background-position: top -70px left;
    color: #252525;
}

@media (max-width: 767px) {
    :is(#footerwrapper, #lastFooter)>.row>.col-xs-12+* {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding-top: 25px;
    }
}

@media (min-width: 576px) {
    :is(#footerwrapper, #lastFooter)>.row>.col-xs-12+*:nth-child(2) {
        border-top: unset;
        padding-top: unset;
    }
}

footer .greenButton :is(a + a, .tiny_p + .tiny_p) {
    margin-top: clamp(10px, 2vw, 20px);
}

:is(#footerwrapper, #lastFooter)>.row {
    row-gap: 30px;
}

/* footerwrapper */

#footerwrapper {
    padding: clamp(30px, 4vw, 50px) 0;
    font-size: 1rem;
    line-height: 1.7;
}

#footerwrapper :is(.tabHeadline, .tab a) {
    color: inherit;
}

#footerwrapper .tabHeadline {
    font-size: 1.25rem;
    margin-bottom: clamp(15px, 3vw, 50px);
}

#footerwrapper .greenButton a {
    width: 100%;
    display: block;
}

#footerwrapper ul {
    margin-top: 0 !important;
}

/* scrollTopBtn */

#scrollTopBtn {
    margin-bottom: clamp(15px, 2vw, 30px);
}

#scrollTopBtn::after {
    content: "\2191";
    right: 20px;
}

#scrollTopBtn:is(:hover, :focus)::after {
    top: calc(50% - 13px);
}

/* lastFooter */

#lastFooter {
    background: #f1f2f3;
}

#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: inline-block;
}

#innerfooter a {
    color: #252525;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    font-size: 0.875rem;
    padding: 10px;
}

@media (min-width: 992px) {
    #innerfooter a {
        padding: 55px 20px;
    }
}

#innerfooter a:is(:hover, :focus) {
    background-color: #ffcd00;
}

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

    #innerfooter :is(li, a) {
        display: block;
    }
}

/* vernetzt */

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

#vernetzt span span {
    display: block;
}


#wappen {
    padding: 30px 0;
    background-color: #fff;
}

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

/* --------------------------------------------- contrast --------------------------------------- */

:is(.contrast_light, .contrast_dark) main {
    filter: none;
    background: none;
}

.contrast_dark #contrast_style button {
    background: rgb(212, 212, 212) !important;
    border: none !important;
}

.contrast_light #contrast_style button {
    background: rgb(53, 53, 53) !important;
    border: none !important;
}

.contrast_dark #logo img {
    background: #fff;
}

:is(.contrast_light_font, .contrast_dark_font) .tab a img {
    width: auto !important;
}

.contrast_dark_font #topics .tab :is(h1, h2, h3, h4, h5, h6) {
    color: #000000 !important;
    background: #ffffff !important;
}

#newsletterBox .contrast_dark_font,
.contrast_dark_font #road .roadHeadline,
.contrast_dark_font #road .roadHeadline :is(h1, h2, h3, h4, h5, h6) {
    color: #fff !important;
}

.contrast_dark_font #newsletter_input {
    color: #000 !important;
}

.contrast_dark_font #vernetzt img,
.contrast_dark_font #burgerButton::before,
.contrast_dark_font #burgerButton::after,
.contrast_dark_font #burgerButtonInner {
    background-color: #000000;
}

.contrast_dark_font :is(#bannerOverlay),
.contrast_light_font #burgerButton::before,
.contrast_light_font #burgerButton::after,
.contrast_light_font #burgerButtonInner {
    background-color: #ffffff !important;
}

.contrast_dark .navbar {
    background: rgba(0, 0, 0, 0) !important;
}

.tab_link_title .contrast_grayscale {
    filter: none !important;
}

#search_input.contrast_light_font {
    background: #fff !important;
}

#search_submit.contrast_light_font {
    color: #000 !important;
}