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

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

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

a {
    color: #3871c2;
}

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

b,
strong {
    font-weight: 700;
}

:focus-visible {
    outline: 3px solid #ff0000 !important;
}

/* ----------------------------------------------- @3tp topbar ----------------------------------------------- */

#tp3 {
    color: #ffffff;
    padding-top: 4px;
    padding-bottom: 4px;
    background: #3871c2;
}

#tp3 span {
    color: #ffffff;
    font-size: 1rem;
    padding-right: 10px;
}

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

#contrast_style button {
    color: #000000;
    padding: 0;
    font-size: 0;
    border: unset !important;
    display: inline-block;
    text-align: center;
    width: 29px;
    height: 29px;
    font-weight: 400;
    background: #ffffff;
    transition: background 300ms linear;
    position: relative;
    z-index: 1;
}

#contrast_style button+button {
    margin-left: 3px;
}

#contrast_style button:is(:hover, :focus) {
    background: #4a7a33;
}

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

@media (min-width: 992px) {
    #style {
        margin-left: 30px;
    }
}

#style button {
    padding: 0;
    border: none;
    color: #282828;
    display: inline-block;
    min-width: 29px;
    min-height: 29px;
    font-weight: 700;
    font-size: 0.875rem;
    text-align: center;
    background: #ffffff;
    position: relative;
    line-height: 1;
    transition: color 300ms linear, background 300ms linear;
}

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

#style button:is(:hover, :focus) {
    color: #ffffff;
    background: #4a7a33;
}

/* ------------------------------------------- topBox --------------------------------------------- */

#topBox {
    padding: 15px 0;
}

#topBox>.row {
    row-gap: 15px;
}

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

#logo {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 25px;
    flex-wrap: wrap;
    text-decoration: none;
}

#logo .logoImg img {
    display: block;
}

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

#logo .logoTxt {
    color: #282828;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: clamp(1.25rem, 3vw, 3rem);
}

/* ------------------------------------------- kontaktBtn --------------------------------------------- */

.kontaktBtn {
    background: #4a7a33;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.2;
    min-height: 34px;
    max-width: 50%;
    font-size: 1rem;
}

@media (max-width: 991px) {
    .kontaktBtn {
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) {
    .kontaktBtn {
        margin-right: 30px;
        max-width: 40%;
    }
}

.kontaktBtn a {
    color: #ffffff;
    padding: 10px 22px;
    display: inline-block;
}

.kontaktBtn a:is(:hover, :focus) {
    color: #ffffff;
}

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

form[id^="search"] label {
    text-transform: uppercase;
    font-weight: 400;
    color: #282828;
    border-right: 1px solid #282828;
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

form[id^="search"] {
    min-height: 40px;
    border: 1px solid #5c8747;
    background: transparent;
    display: inline-block;
    position: relative;
}

form [id^="search_input"] {
    color: #282828;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    background: transparent;
    padding: 0;
    border: 0;
    padding-left: 5px;
    padding-right: 30px;
    min-height: 40px;
}

form [id^="search_submit"] {
    width: 30px;
    background: url('../img/icon-lupe.png') center no-repeat;
    padding: 0;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 6px;
    bottom: 6px;
    right: 0;
    font-size: 0;
    border-left: 1px solid #4a7a33;
    transition: background 200ms linear, top 200ms linear, bottom 200ms linear;
}

form [id^="search_submit"]:hover,
form [id^="search_submit"]:focus {
    top: 0;
    bottom: 0;
    background-color: #f1f1f1;
}

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

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

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

#search input::placeholder {
    color: #282828 !important;
    opacity: 1 !important;
    font-style: normal !important;
}

/* für :focus-visible -> setzt die Umrandung -3px weiter hinein */
form[id^="search"],
form [id^="search_input"],
form [id^="search_submit"] {
    outline-offset: -3px;
}

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

/* burgermenu for tablet */

@media (max-width: 991px) {
    .sticky-wrapper {
        height: unset !important;
    }

    nav.horizontally {
        position: static !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: #4a7a33;
        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: #4a7a33;
        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 {
        background: #4a7a33;
    }

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

    nav.horizontally .navbar-nav li[class*="toplevel"]>ul {
        display: flex !important;
        flex-wrap: wrap;
        column-gap: 35px;
        pointer-events: none;
        position: absolute;
        opacity: 0;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1000;
        padding: clamp(30px, 4vw, 60px) clamp(20px, 3vw, 47px);
        visibility: hidden;
        transition: opacity 300ms linear;
    }

    nav.horizontally .navbar-nav>li:is(.open)>ul,
    nav.horizontally .navbar-nav>li.open:focus-within>ul {
        pointer-events: auto !important;
        opacity: 1 !important;
        visibility: visible;
        top: auto;
    }

    nav.horizontally .navbar-nav>li.open>ul {
        pointer-events: none !important;
        opacity: 0 !important;
        visibility: hidden;
    }

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

    nav.horizontally li[class*="secondlevel"] {
        margin-bottom: 20px;
        width: 31%;
        border-bottom: 2px solid rgba(41, 35, 0, 0.2);
    }

    nav.horizontally [class*="secondlevel"]>ul {
        display: block !important;
    }
}

/* toplevel */

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

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

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

@media (min-width: 992px) {
    nav.horizontally a[class*="toplevel"] {
        padding: 25px 20px 24px 20px;
        text-align: center;
    }

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

    nav.horizontally a:is([class*="toplevel"], [class*="secondlevel"])[data-toggle="dropdown"]::after {
        content: "";
        position: absolute;
        display: block;
        right: 13px;
        top: 50%;
        margin-top: -5px;
        width: 6px;
        height: 6px;
        border-radius: 1px;
        display: inline-block;
        border-left: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        transform: rotate(-45deg);
        transition: border 300ms linear;
        opacity: 0.6;
    }
}

/* 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: #ffffff;
    background: #3871c2;
}

/* secondlevel + thirdlevel dropdown-box */

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

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

@media (min-width: 992px) {
    nav.horizontally [class*="toplevel"]>ul {
        box-shadow: 0 15px 50px 0 rgba(66, 58, 1, 0.2);
    }
}

/* secondlevel + thirdlevel */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
    color: #282828;
    text-align: left;
    position: relative;
    width: 100%;
    line-height: 1.2;
    text-decoration: none;
}

nav.horizontally a[class*="secondlevel"] {
    font-weight: 700;
    padding: 0 20px 0 0;
    margin-bottom: 10px;
    font-size: 1.125rem;
}

nav.horizontally a[class*="thirdlevel"] {
    font-weight: 400;
    padding: 5px 0;
    font-size: 1rem;
}

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

    nav.horizontally a[class*="thirdlevel"] {
        padding: 8px 30px;
    }
}

/* 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: #3871c2;
}

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

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

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

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

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

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

    body.index #headerpic .nivo-controlNav {
        bottom: 145px !important;
    }
}

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

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

.slider-mask {
    display: none;
}

/* -------------------------------------------- welcome ----------------------------------------- */

@media (min-width: 992px) {
    #welcome {
        margin-top: -140px;
        position: relative;
        z-index: 12;
    }
}

/* ---------------------------------------------- tabs ------------------------------------------ */

#tabsBox {
    text-align: center;
    background: #ffffff;
    border-bottom: 8px solid #3871c2;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15), 0 -120px 50px -100px rgba(66, 58, 1, 0.2);
    padding: clamp(5px, 2vw, 30px) 15px;
    font-size: 1.5625rem;
    font-weight: 700;
}

#tabsBox .btgrid>.row>* {
    padding-top: clamp(15px, 3vw, 20px);
    padding-bottom: clamp(15px, 3vw, 20px);
}

@media (max-width: 575px) {
    #tabsBox .btgrid>.row>*+* {
        border-top: 2px solid rgba(41, 35, 0, 0.2);
    }
}

@media (min-width: 768px) {
    #tabsBox .btgrid>.row>*+* {
        border-left: 2px solid rgba(41, 35, 0, 0.2);
    }
}

#tabsBox a img {
    display: inline-block;
    margin-bottom: 10px;
    transform: scale(0.9);
    transition: all 200ms linear;
}

#tabsBox a:is(:hover, :focus) img {
    transform: scale(1);
}

#tabsBox a {
    color: #282828;
    text-decoration: none;
    display: inline-block;
    transition: all 200ms linear;
}

#tabsBox a:is(:hover, :focus) {
    transform: scale(1.04);
}

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

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

/* #region ----------------------------- tabSpecialHeadline ------------------------------------- */

.tabSpecialHeadline :is(h1, h2, h3, h4, h5, h6) {
    text-transform: none;
    position: relative;
    margin: 0;
    font-size: clamp(1.75rem, 2vw, 2.375rem);
}

.tabSpecialHeadline :is(i, em) {
    text-transform: uppercase;
    font-style: normal;
}

.tabSpecialButton a {
    background: #4a7a33;
    font-size: 1rem;
    color: #ffffff;
    text-decoration: none;
    padding: 16px 70px 16px 20px;
    display: inline-block;
    width: 100%;
    hyphens: auto;
    position: relative;
    margin-top: 10px;
    line-height: 1.2;
    text-align: center;
}

@media (min-width: 768px) {
    .tabSpecialButton a {
        max-width: 270px;
    }
}

.tabSpecialButton a::before {
    content: '\00BB';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    line-height: 45px;
    font-size: 30px;
    display: block;
    background-color: #3c592f;
    transition: background-color 300ms linear;
}

.tabSpecialButton a:is(:hover, :focus) {
    background: #3c592f;
}

.tabSpecialButton a:is(:hover, :focus)::before {
    background: #4a7a33;
}

.tabSpecialButton .btgrid>.row {
    align-items: center;
}

/* #endregion -------------------------- tabSpecialHeadline ------------------------------------- */

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

#news {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #3871c2;
    padding-top: clamp(40px, 4vw, 60px);
    padding-bottom: clamp(40px, 4vw, 60px);
}

#news .tabSpecialButton,
#news .tabSpecialHeadline :is(h1, h2, h3, h4, h5, h6) {
    color: #ffffff;
}

#news .tab_link_entry {
    font-size: 1rem;
    position: relative;
    box-shadow: 0 60px 30px -70px rgba(66, 58, 1, 0.2);
    background: #ffffff;
    padding: 230px 20px 70px 20px;
    border: none !important;
}

#news .tab_link_entry::after {
    content: "";
    position: absolute;
    display: block;
    top: 180px;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    background: #ffffff url('../img/icon-aktuelles.png') center no-repeat;
    border-radius: 50%;
    z-index: 2;
}

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

#news .tab_link_entry::before {
    content: "";
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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

#news .tab_link_title a {
    font-weight: 700;
    font-size: 1.25rem;
    display: block;
    color: #4a7a33;
    margin-bottom: 20px;
    line-height: 1.2
}

#news .tab_date {
    font-size: 0.875rem;
}

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

#news .tab_link_entry .tab_link_mehr a {
    display: inline-block;
    position: absolute;
    text-decoration: none;
    bottom: 20px;
    left: 20px;
    color: #282828;
    font-size: 0.875rem;
    color: inherit;
    padding: 7px 26px;
    background-color: #ffffff;
    border: 2px solid #4a7a33;
    margin-top: 25px;
    transition: all 200ms linear;
}

#news .tab_link_entry .tab_link_mehr :is(a:hover, :focus) {
    background-color: #4a7a33;
    color: #ffffff;
}

#news .tab_spacer {
    height: 5px;
}

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

/* #region ------------------------------------ tabAn -------------------------------------------- */

#tabAn {
    padding-top: clamp(40px, 4vw, 60px);
    padding-bottom: clamp(40px, 6vw, 115px);
}

#tabAn .tab_link_entry {
    font-size: 1rem;
    position: relative;
    box-shadow: 0 60px 30px -70px rgba(66, 58, 1, 0.2);
    background: #ffffff;
    padding: 230px 20px 70px 20px;
    border: none !important;
}

#tabAn .tab_link_entry::after {
    content: "";
    position: absolute;
    display: block;
    top: 180px;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    background: #ffffff url('../img/icon-aktuelles.png') center no-repeat;
    border-radius: 50%;
    z-index: 2;
}

#tabAn .tab_link_entry::before,
#tabAn .tab_link_entry .tab_preview_picture {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    overflow: hidden;
}

#tabAn .tab_link_entry::before {
    content: "";
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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

#tabAn .tab_link_title a {
    font-weight: 700;
    font-size: 1.25rem;
    display: block;
    color: #4a7a33;
    margin-bottom: 20px;
    line-height: 1.2
}

#tabAn .tab_date {
    font-size: 0.875rem;
}

#tabAn .tab_link_entry .tab_link_mehr {
    font-size: 0;
}

#tabAn .tab_link_entry .tab_link_mehr a {
    display: inline-block;
    position: absolute;
    text-decoration: none;
    bottom: 20px;
    left: 20px;
    color: #282828;
    font-size: 0.875rem;
    color: inherit;
    padding: 7px 26px;
    background-color: #ffffff;
    border: 2px solid #4a7a33;
    margin-top: 25px;
    transition: all 200ms linear;
}

#tabAn .tab_link_entry .tab_link_mehr :is(a:hover, :focus) {
    background-color: #4a7a33;
    color: #ffffff;
}

#tabAn .tab_spacer {
    height: 5px;
}

/* #endregion --------------------------------- tabAn -------------------------------------------- */

/***********************************SLIDER_ROOT_FILE DO NOT CHANGE************************************/

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

.slick-slide {
    width: 100%;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
}

.slick-arrow.slick-hidden {
    display: none;
}

/***********************************ROOT_FILE_END************************************/

/* slider 1 stop/play button for accessibility -------------------- */

.slickEventsNews .slick-animate-control {
    position: relative;
    z-index: 2;
    border-radius: 50%;
    border: 1px solid #ffffff;
    width: 30px;
    height: 30px;
    bottom: -5px;
    /* left: 50%; */
    /* transform: translate(-50%); */
    background-color: #000;
    background-size: 16px 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M12 36V12h24v24Z' fill='%23fff'/%3E%3C/svg%3E");
    margin: auto;
    display: block;
}

.slickEventsNews .slick-animate-control.slick-pause {
    background-size: 20px 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M16 37.85v-28l22 14Z' fill='%23fff'/%3E%3C/svg%3E");
}

.slickEventsNews .slick-track {
    display: flex;
    align-items: stretch;
    align-content: stretch;
}

.slickEventsNews .slick-slide {
    padding: 15px;
    height: unset;
    min-height: unset;
    float: unset;
    display: flex;
    align-items: stretch;
}

@media (min-width: 575px) and (max-width: 767px) {
    .slickEventsNews .slick-slide {
        padding: 0 6px;
    }
}

@media (max-width: 574px) {
    .slickEventsNews .slick-slide {
        padding: 0px;
    }
}

.slickEventsNews .slick-slide>div {
    width: 100%;
}

.slickEventsNews .slick-dots {
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
    width: unset;
    position: relative;
    margin-top: 10px;
}

.slickEventsNews .slick-dots>li>button {
    color: #000;
}

.slickEventsNews .slick-dots>li.slick-active>button {
    color: #fff;
}

.slickEventsNews .slick-dots button,
.slickEventsNews .slick-button {
    background: transparent;
    border: none;
    padding: 5px;
    font-size: 0 !important;
    display: block !important;
}

.slickEventsNews .slick-dots button {
    background: transparent !important;
    font-size: 0 !important;
    display: block !important;
}

.slickEventsNews .slick-button {
    font-size: 0px;
    position: relative;
    top: 4px;
    color: #fff;
}

.slickEventsNews .slick-button::before {
    font-size: 20px;
    line-height: 14px;
    height: 17px;
    display: block;
    color: #fff;
    opacity: 1;
}

#news.slickEventsNews .slick-button::before {
    color: #3871c2;
}

.slickEventsNews :not(img) {
    filter: unset !important;
}

.slickEventsNews .slick-button.contrast_dark_font::before {
    background: #000 !important;
    color: #fff !important;
}

.slickEventsNews .slick-button.contrast_light_font::before {
    background: #fff !important;
    color: #000 !important;
}

.slickEventsNews .slick-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    background: #4a7a33;
    height: 26px;
    width: 25px;
}

#news.slickEventsNews .slick-button {
    background: #ffffff;
}

.slickEventsNews .slick-next {
    left: unset;
    right: -30px;
}

@media (max-width: 767px) {
    .slickEventsNews .slick-button {
        left: -34px;
    }

    .slickEventsNews .slick-next {
        right: -34px;
        left: unset;
    }
}

.slickEventsNews .slick-button:hover,
.slickEventsNews .slick-button:focus {
    background: #4a7a33;
}

.slickEventsNews .slick-dots {
    padding: 0 15px;
    list-style: none;
}

.slickEventsNews .slick-dots>li {
    font-size: 0px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #4a7a33;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    position: relative;
}

#news.slickEventsNews .slick-dots>li {
    border-color: #ffffff;
}

.slickEventsNews .slick-dots,
.slickEventsNews .slick-button {
    display: inline-block !important;
}

@media (max-width: 767px) {
    .slickEventsNews .slick-dots {
        display: none !important;
    }
}

.slickEventsNews .slick-dots>li.slick-active {
    background: #4a7a33;
    transition: background 200ms linear;
}

#news.slickEventsNews .slick-dots>li.slick-active {
    background: #ffffff;
}

.slickEventsNews .slick-dots>li.slick-active.contrast_dark_font {
    background-color: #000 !important;
}

.slickEventsNews .slick-dots>li.slick-active.contrast_light_font {
    background-color: #fff !important;
}

.slickEventsNews .slick-dots>li+li {
    margin-left: 10px;
}

.slickEventsNews .slick-prev::before {
    content: "\2039";
}

.slickEventsNews .slick-next::before {
    content: "\203A";
}

.slickEventsNews .slick-dots li button {
    background: transparent !important;
}

.slickEventsNews>.row>.col-xs-12:nth-child(2) {
    padding: 0px;
}

.slickEventsNews .slick-dots li button::before {
    display: none;
}

@media (max-width: 767px) {
    .slickEventsNews>.row>.col-xs-12:nth-child(2) {
        max-width: calc(100% - 70px);
        margin: auto;
    }
}

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

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

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

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

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

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

/* #region -------------------------------- footerwrapper --------------------------------------- */

.footerwrapper {
    color: #ffffff;
    font-size: 1rem;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #4a7a33;
}

.footerwrapper>.row {
    row-gap: 30px;
    padding: 30px 0;
}

@media (min-width: 992px) {
    .footerwrapper>.row {
        padding-top: clamp(30px, 3vw, 40px);
        padding-bottom: 30px;
    }

    .footerwrapper>.row>* {
        padding-top: clamp(30px, 4vw, 60px);
        padding-bottom: clamp(30px, 4vw, 50px);
    }

    .footerwrapper .tab2Border::before {
        content: "";
        position: absolute;
        left: -15px;
        top: 0;
        bottom: 0;
        width: 2px;
        margin: auto;
        background-color: rgba(255, 255, 255, 0.2);
    }
}

.footerwrapper a {
    color: inherit;
}

.footerwrapper .tabHeadline {
    margin-bottom: 10px;
    font-size: 1.125rem;
    color: inherit;
}

.footerwrapper .tab2 {
    line-height: 1.8;
}

.footerwrapper .tab2 a {
    text-decoration: underline;
}

.tabButtons :is(p+p, a+a) {
    margin-top: 20px;
}

.tabButtons a {
    font-size: 1.125rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    text-decoration: none;
    padding: 12px 55px 12px 20px;
    display: block;
    position: relative;
    line-height: 1.2;
}

.tabButtons a:is(:hover, :focus) {
    background-color: rgba(0, 0, 0, 0.1);
}

.tabButtons a::after {
    content: "\00BB";
    position: absolute;
    width: 50px;
    text-align: center;
    right: 0;
    top: 8px;
    bottom: 8px;
    font-size: 30px;
    line-height: 25px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
}

/* #endregion ----------------------------- footerwrapper --------------------------------------- */

/* ----------------------------------------------- @5f footer ----------------------------------------------- */

#f5 {
    font-size: 1rem;
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: #3871c2;
}

#f5>.row {
    row-gap: 18px;
}

/* --------------------------------------------- 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: #ffffff;
    text-decoration: underline;
}

#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: right;
    font-size: clamp(0.875rem, 2vw, 1rem);
    color: #ffffff;
    line-height: 1.3;
    text-decoration: none;
}

#vernetzt span span {
    display: block;
}

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

.contrast_dark :is(#language, #style, #contrast_style) {
    background-color: #ffffff !important;
}

.contrast_light_font #search_input {
    color: #000000 !important;
    background-color: #ffffff !important;
}

#scrollBottom a.contrast_dark_font:is(:hover, :focus)::after {
    border-color: rgba(0, 0, 0, 0.5) !important;
}

#scrollBottom a.contrast_light_font:is(:hover, :focus)::after {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

:is(.contrast_light_font, .contrast_dark_font) #news .tab_link_entry::before,
:is(.contrast_light_font, .contrast_dark_font) #tabAn .tab_link_entry::before,
:is(.contrast_light_font, .contrast_dark_font) .tab_link_title a::after {
    display: none !important;
}

.contrast_dark_font #vernetzt img {
    background-color: #000000;
}

.contrast_light_font .tabSocial img,
.contrast_dark_font #bannerOverlay {
    background-color: #ffffff;
}

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

.navbar-default .navbar-nav>li:is(.contrast_light_font, .contrast_dark_font) .dropdown-menu>li:first-child,
.navbar-default .navbar-nav>li:is(.contrast_light_font, .contrast_dark_font) .dropdown-menu>li:last-child {
    display: none !important;
}