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

body {
    font-family: 'Inter', sans-serif;
    color: #252525;
    background-color: #ffffff !important;
    font-size: 1rem;
    /* 1rem = 16px */
    line-height: 1.5;
}

@media (min-width: 768px) {
    body {
        font-size: 1.125rem;
        background: url(../img/deko-header-links.png) top left no-repeat, url(../img/deko-footer-rechts.png) bottom right no-repeat;
    }
}

#overflow {
    overflow: clip;
}

.maindiv {
    max-width: 1800px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
}

a {
    color: #00833c;
}

a:hover,
a:focus {
    color: #00833c;
    text-decoration: underline;
}

b, strong {
    font-weight: 600;
}

header {
    position: relative;
    background: #ffffff;
}

.eventclndr-tab .clndr .clndr-table tr .day.event:not(.inactive):not(.last-month):not(.next-month), .eventclndr-tab .clndr .clndr-table tr .day.my-event:not(.inactive):not(.last-month):not(.next-month) {
    background-color: rgba(0, 131, 60, 0.3);
}

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

#logo {
    display: inline-block;
    padding: 15px 0;
}

@media (min-width: 992px) {
    #logo {
        padding: 30px 0;
    }
}

#logo img {
    display: block;
}

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

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

/* ----------------------------------------------- topbar ----------------------------------------------- */

.topbar {
    padding-top: 4px;
    padding-bottom: 4px;
    background: #f0f0f0;
    font-size: 0.875rem;
    color: #252525;
    position: relative;
    z-index: 3;
}

@media (min-width: 992px) {
    .topbar {
        padding-top: 7px;
        padding-bottom: 7px;
    }
}

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

form[id^="search"] {
    height: 35px;
    background: #f0f0f0;
    display: block;
    position: relative;
}

@media (min-width: 992px) {
    form[id^="search"] {
        max-width: 270px;
        width: 100%;
    }
}

form [id^="search_input"] {
    color: #252525;
    font-style: normal;
    background: transparent;
    padding: 0;
    border: 0;
    line-height: 35px;
    padding-right: 14px;
    padding-left: 35px;
    height: 35px;
    width: 100%;
    font-size: 0.9375rem;
}

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

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

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

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

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

/* ------------------------------------------------ topbar2 ----------------------------------------------- */

.topbar2 {
    padding: 5px 0;
    position: relative;
    z-index: 3;
}

@media (min-width: 992px) {
    .topbarButton a {
        margin-left: 25px;
    }
}



.topbarButton a {
    display: inline-block;
    padding: 10px 14px;
    background-color: #ffffff;
    color: #252525;
    font-size: 1rem;
    border: 4px solid #00833c;
    font-weight: 800;
    transition: all, 300ms;
    text-decoration: none;
    min-width: 170px;
    text-align: center;
}

.topbarButton a:hover,
.topbarButton a:focus {
    background-color: #00833c;
    color: #ffffff;
}

@media (max-width: 991px) {
    .topbarButton a {
        border-color: #ffffff;
        background-color: #00833c;
        color: #ffffff;
        margin-top: 15px;
    }

    .topbarButton a:hover,
    .topbarButton a:focus {
        background-color: #ffffff;
        color: #252525;
    }
}

@media (max-width: 767px) {
    .topbarButton a {
        display: block !important;
    }
}
/* ------------------------------------------- navigation ------------------------------------------- */

/* burgermenu for tablet */

@media (max-width: 991px) {
    #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: #007535;
        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;
    }

    .navbar-collapse {
        top: 0;
        background: #007535;
        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);
    }
}

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

    .navbar-collapse.collapse.in:after,
    .navbar-toggle[aria-expanded="true"]::before {
        width: 40%;
    }
}

/* menu desktop */

@media (min-width: 992px) {
    /* #menu-sticky-wrapper {
        height: 0 !important;
    } */

    #menu {
        background: rgba(0, 117, 53, 0.9);
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 65;
    }

    .is-sticky #menu {
        width: 100% !important;
    }

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

    nav.horizontally li[class*="toplevel"]>ul {
        position: absolute;
        top: 100%;
        left: 0 !important;
        right: 0;
        z-index: 1000;
        margin: 0;
        padding: 10px 25px;
        padding-bottom: 20px;
        max-height: 60vh;
        overflow: visible;
        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;
    }

    nav.horizontally li[class*="toplevel"]>ul::after {
        content: "";
        display: block;
        position: absolute;
        width: 100vw;
        z-index: -1;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        top: 0;
        bottom: 0;
        background: rgba(0, 117, 53, 0.9);
        -webkit-box-shadow: 0 8px 8px 0 rgba(84, 73, 73, 0.1);
        box-shadow: 0 8px 8px 0 rgba(84, 73, 73, 0.1);
    }

    nav.horizontally li[class*="toplevel"]>ul:not(.mCustomScrollbar),
    nav.horizontally li[class*="toplevel"]>ul .mCSB_container {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        max-width: 992px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        height: auto;
    }

    nav.horizontally li[class*="secondlevel"] {
        float: none;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        display: block;
    }

    .navbar-default .navbar-nav li[class*="toplevel"]:hover>ul {
        pointer-events: auto !important;
        opacity: 1 !important;
        top: 100%;
        z-index: 1003;
    }

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

    .nav li[class*="toplevel"].open>.dropdown-menu {
        pointer-events: none !important;
        opacity: 1 !important;
    }

    .dropdown-menu {
        display: block;
    }

    #mCSB_1_scrollbar_vertical {
        left: 50%;
        margin-left: calc(962px/2);
    }
}

@media (min-width: 1200px) {

    nav.horizontally li[class*="toplevel"]>ul:not(.mCustomScrollbar),
    nav.horizontally li[class*="toplevel"]>ul .mCSB_container {
        max-width: 1200px;
        padding-top: 0px;
        padding-bottom: 45px;
    }

    #mCSB_1_scrollbar_vertical {
        margin-left: calc(1170px/2);
    }
}

nav.horizontally li[class$="_end"], nav.horizontally li[class$="_start"] {
    display: none;
}

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

.navbar-default li[class*="toplevel"]>a {
    color: #ffffff;
    font-weight: 800;
    text-align: left;
    padding: 10px 35px 15px 15px;
    position: relative;
    font-size: 1.25rem;
    line-height: 1.2;
    text-decoration: none;
}

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

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

@media (min-width: 992px) {
    .navbar-default li[class*="toplevel"]>a {
        padding: 28px 8px;
        text-align: center;
    }
}

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

.navbar-default li[class*="toplevel"]:hover>a,
.navbar-default li[class*="toplevel"]>a:hover,
.navbar-default li[class*="toplevel"]>a:focus,
.navbar-default li[class*="toplevel"].open>a,
.navbar-default li[class*="toplevel"].open>a:hover,
.navbar-default li[class*="toplevel"].open>a:focus,
.navbar-default li[class*="toplevel"][class$="_over"]>a,
.navbar-default li[class*="toplevel"][class$="_over"]>a:hover,
.navbar-default li[class*="toplevel"][class$="_over"]>a:focus {
    color: #d5ece0
}

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

@media (max-width: 991px) {
    .navbar-default li[class*="toplevel"]>.dropdown-menu, .navbar-default li[class*="toplevel"]>.dropdown-menu>li>.dropdown-menu {
        padding: 10px;
        background: #007535;
    }
}

@media (min-width: 992px) {
    .navbar-default li[class*="toplevel"]>.dropdown-menu>li>.dropdown-menu {
        display: block;
    }
}

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

.navbar-default li[class*="secondlevel"]>a {
    color: #ffffff;
    text-align: left;
    padding: 8px 35px 8px 20px;
    font-size: 1.125rem;
    line-height: 1.2;
    text-decoration: none;
}

.navbar-default li[class*="thirdlevel"]>a {
    color: #ffffff;
    text-align: left;
    padding: 8px 35px 8px 30px;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
}

.navbar-default li[class*="secondlevel"]>a {
    font-weight: 800;
}

.navbar-default li[class*="thirdlevel"]>a {
    font-weight: 400;
}

@media (min-width: 992px) {
    .navbar-default li[class*="secondlevel"]>a {
        padding: 15px 35px 15px 20px;
    }

    .navbar-default li[class*="thirdlevel"]>a {
        padding: 8px 35px 8px 60px;
    }
}

@media (min-width: 992px) {
    .navbar-default li[class*="secondlevel"]>a::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 4px;
        width: 100%;
        background: rgba(241, 239, 236, 0.4);
    }

    .navbar-default li[class*="secondlevel"]>a::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 4px;
        width: 0;
        background: #d5ece0;
        transition: all 300ms;
    }
}

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

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

@media (min-width: 992px) {

    .navbar-nav li[class*="secondlevel"]:hover>a::after,
    .navbar-nav li[class*="secondlevel"]>a:hover::after,
    .navbar-nav li[class*="secondlevel"]>a:focus::after,
    .navbar-nav li[class*="secondlevel"].open>a::after,
    .navbar-nav li[class*="secondlevel"].open>a:hover::after,
    .navbar-nav li[class*="secondlevel"].open>a:focus::after,
    .navbar-nav li[class*="secondlevel"][class$="_over"]>a::after {
        width: 20%;
    }
}

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

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

@media (min-width: 1320px) {
    header::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        right: -60px;
        width: 184px;
        height: 470px;
        background: url(../img/deko-header-rechts.png) no-repeat;
        z-index: 6;
    }
}

#slider {
    max-height: 300px;
    position: relative;
}

@media (min-width: 992px) {
    #slider {
        max-height: 450px;
    }

    body.index #slider {
        max-height: 700px;
    }

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

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

    #headerpic {
        background-color: #252525;
    }

    .nivo-directionNav a {
        color: #ffffff !important;
    }

    a.nivo-control {
        color: #ffffff !important;
    }

    a.nivo-control.active {
        color: #ffffff !important;
    }
}

#headerpic {
    margin: 0 auto;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

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

.slider-mask {
    display: block;
    background: rgb(37, 37, 37);
    background: linear-gradient(0deg, rgba(37, 37, 37, 1) 0%, rgba(244, 240, 231, 0) 100%);
    opacity: 0.8;
}

@media (min-width: 768px) {
    #headerpic .nivo-controlNav {
        pointer-events: none;
    }

    #headerpic .nivo-controlNav a {
        pointer-events: auto;
    }
}

@media (min-width: 1200px) {
    .index #headerpic .nivo-controlNav {
        bottom: 90px;
    }
}

/* ----------------------------------------------- slogan ----------------------------------------------- */

#headerpic .slider-wrapper {
    position: relative;
}

#slogan {
    font-weight: 400;
    pointer-events: auto;
    color: #252525;
    line-height: 1.2;
    font-size: clamp(1rem, 3vw, 2.1875rem);
    display: flex;
    align-items: center;
}

#slogan a {
    position: relative;
    color: #252525;
}

#slogan a::after {
    content: '⟶';
}

@media (max-width: 767px) {
    #slogan {
        border-bottom: 1px solid #d5ece0;
        margin-left: -15px;
        margin-right: -15px;
        padding: 20px 15px;
    }
}

@media (min-width: 768px) {
    #bannerOverlay {
        position: absolute;
        right: 0;
        bottom: 50px;
        left: 0;
        z-index: 9;
        pointer-events: none;
    }

    #slogan h2 {
        font-size: clamp(1.875rem, 4vw, 3.125rem) !important;
        color: #ffffff;
        line-height: 1.1;
        font-size: 1.5rem;
        font-weight: 800;
    }

    #slogan a {
        color: #ffffff;
    }
}

@media (min-width: 1200px) {
    #bannerOverlay {
        bottom: 130px;
    }
}

#slogan .headline {
    line-height: 1.1;
    font-size: 1.5rem;
    color: #252525;
    font-weight: 800;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    #slogan .headline {
        font-size: clamp(1.875rem, 4vw, 3.125rem);
        color: #ffffff;
    }
}

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

#tabs {
    padding: 10px 0 10px 0;
}

@media (min-width: 1200px) {
    #tabs {
        position: relative;
        margin-top: -70px;
        z-index: 55;
    }
}

#tabs .tab a {
    background-color: #00833c;
    color: #ffffff;
    font-size: clamp(1.125rem, 3vw, 1.5625rem);
    font-weight: 800;
    line-height: 1.4;
    min-height: 100%;
    padding: 20px 34px;
    position: relative;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 370px;
    margin: 0 auto;
    hyphens: auto;
    text-decoration: none;
}

@media (max-width: 991px) {
    #tabs>.row>div:last-child {
        margin-top: 30px;
    }

    #tabs {
        padding: 30px 0;
    }
}

@media (max-width: 576px) {
    #tabs>.row>div+div {
        margin-top: 30px;

    }
}

#tabs .tab a::before {
    border: 4px solid rgba(255, 255, 255, 0.2);
    bottom: 15px;
    content: "";
    left: 15px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 15px;
}

#tabs .tab a::after {
    -moz-transition: top 300ms linear, right 300ms linear, bottom 300ms linear, left 300ms linear, opacity 300ms linear;
    -ms-transition: top 300ms linear, right 300ms linear, bottom 300ms linear, left 300ms linear, opacity 300ms linear;
    -o-transition: top 300ms linear, right 300ms linear, bottom 300ms linear, left 300ms linear, opacity 300ms linear;
    -webkit-transition: top 300ms linear, right 300ms linear, bottom 300ms linear, left 300ms linear, opacity 300ms linear;
    transition: top 300ms linear, right 300ms linear, bottom 300ms linear, left 300ms linear, opacity 300ms linear;
    border: 4px solid rgba(255, 255, 255, 0.5);
    bottom: -10px;
    content: "";
    left: -10px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 1;
}

#tabs .tab a:hover::after,
#tabs .tab a:focus::after {
    bottom: 15px;
    left: 15px;
    opacity: 1;
    right: 15px;
    top: 15px;
}

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

#mainBox {
    text-align: left;
    padding-bottom: 30px;
    padding-top: 30px;
}

.index #mainBox {
    padding-bottom: 0px;
    padding-top: 30px;
}

@media (min-width: 992px) {
    #mainBox {
        padding-bottom: 70px;
        padding-top: 60px;
    }

    .index #mainBox {
        padding-bottom: 0px;
        padding-top: 60px;
    }
}

/* ------------------------------------------------ 12ev events ----------------------------------------------- */

.events {
    background-color: #ffffff;
    padding: 0px 0px 20px 0px;
    color: #252525;
    font-size: 1rem;
    position: relative;
    box-shadow: 0px 0px 5px 0px rgba(43, 43, 43, 0.15);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(43, 43, 43, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(43, 43, 43, 0.15);
}

.events .tabHeadline {
    background: #00833c;
    color: #ffffff;
    font-size: 1.5625rem;
    font-weight: 800;
    padding: 18px 25px;
    text-align: center;
    margin-bottom: 0;
}

.events .tabContent {
    padding: 25px;
}

.eventclndr-tab {
    margin-left: -25px;
    margin-right: -25px;
    margin-top: -25px;
}

.events .tab_link_title a {
    font-weight: 700;
    color: #00833c;
}

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

.events .tab_link_mehr {
    font-size: 0;
    position: relative;
}

.events::after {
    width: 0px;
    height: 0px;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #00833c transparent;
    position: absolute;
    bottom: 0;
    right: 0px;
    z-index: 2;
    display: block;
    content: "";
}

.events .tab_link_mehr a::before {
    content: "+";
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    z-index: 3;
    display: block;
    position: absolute;
    right: -17px;
    bottom: -45px;
}

/* ------------------------------------------ linkList ----------------------------------------- */

#linkList {
    min-height: 250px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.index #linkList {
    min-height: 350px;
}

@media (max-width: 991px) {

    .index #linkList,
    #linkList {
        min-height: 250px;
    }
}

/* ------------------------------------------ news ----------------------------------------- */

#NewsEventsBox {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

@media (min-width: 992px) {
    #NewsEventsBox {
        padding-top: 45px;
        padding-bottom: 60px;
    }

    #NewsEventsBox::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url(../img/kleiner-hockeyspieler-mit-dem-stock.png) top 125px left 55px no-repeat;
        z-index: -1;
    }

    #NewsEventsBox::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url(../img/kinder-spielen.png) bottom right no-repeat;
        z-index: -1;
    }
}

@media (max-width: 991px) {
    #news>.row>div+div {
        margin-top: 40px;
    }
}

#news .tab_link_title a {
    color: #00833c;
    font-size: 1.25rem;
    font-weight: 800;
}

#news .tab_link_mandat a {
    color: inherit;
}

@media (min-width: 992px) {

    #news .tab_link_mandat a,
    #news .tab_date, #news .vorschau {
        font-size: 1rem;
    }
}

#news .tab_link_entry+.tab_link_entry {
    margin-top: 15px;
    padding-top: 15px;
}

@media (min-width: 992px) {
    #news .tab_link_entry+.tab_link_entry {
        margin-top: 30px;
        padding-top: 25px;
    }
}

#news .tab_spacer {
    display: none;
}

#news .tab_link_mehr {
    margin-top: 15px;
}

#news .tab_link_entry {
    position: relative;
    min-height: 140px;
    border-bottom: none !important;
    padding: 30px;
    padding-left: 430px;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    font-size: 1rem;
    color: #252525;
}

@media (max-width: 991px) {
    #news .tab_link_entry {
        padding-left: 390px;
    }
}

@media (max-width: 767px) {
    #news .tab_link_entry {
        padding-left: 20px;
        padding-top: 395px;
    }
}

#news .tab_link_title a {
    display: block;
}

#news .tab_link_entry::after {
    content: "";
    background: #d5ece0 url('../img/Platzhalterbild-Aktuelles.jpg') center no-repeat;
}

#news .tab_preview_picture {
    background: #ffffff;
}

#news .tab_link_entry::after, #news .tab_preview_picture {
    display: block;
    width: 370px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    #news .tab_link_entry {
        margin-left: 0px;
        padding-top: 185px !important;
    }

    #news .tab_link_entry::after,
    #news .tab_preview_picture {
        display: block;
        width: 100%;
        height: 170px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0px;
        right: 0px;
        overflow: hidden;
    }
}

#news .tab_preview_picture img {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

#news .tab_link_entry>div:nth-last-child(2) {
    display: none;
}

@media (max-width: 991px) {
    #news{
        margin-bottom: 40px;
    }
}
/* ----------------------------------------- news button ---------------------------------------- */

#news .tab_link_mehr {
    color: transparent;
    font-size: 0;
    text-align: right;
}

#news .tab_link_mehr a {
    background: #ffffff;
    font-weight: 800;
    color: #252525;
    border: 4px solid #00833c;
    padding: 8px 20px;
    position: relative;
    text-decoration: none;
    display: inline-block;
}

#news .tab_link_mehr a::before {
    content: "Alle Meldungen";
    font-size: 1rem;
}

#news .tab_link_mehr a:hover,
#news .tab_link_mehr a:focus {
    background: #00833c;
    color: #ffffff;
}

/* ------------------------------------------------ Partner ----------------------------------------------- */

#partner {
    padding: 60px 0 65px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.partnerTab {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 1rem;
}

#partner b, #partner strong {
    font-weight: 800;
    font-size: 1.25rem;
}

#partner .tabBox {
    min-height: 100%;
    padding: 45px 45px 45px 45px;
    transition: all, 300ms;
    background-color: #ffffff;
    z-index: 12;
    position: relative;
    border: 4px solid #00833c;
}

@media (min-width: 992px) {
    #partner .tabBox {
        padding: 40px 85px 45px 300px;
    }
}

#partner .btgrid div[class^="col"]+div[class^="col"], #partner .template-page div[class^="col"]+div[class^="col"] {
    margin-top: 0px;
    margin-bottom: 15px;
}

#partner .specialHeadline .tabHeadline {
    color: #00833c;
    font-size: clamp(1.375rem, 3vw, 2.1875rem);
    font-weight: 800;
    margin-bottom: 0px;
}

#partner .specialHeadline {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    #partnerSlider {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 55;
    }
}

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

.h4link a:link, .h4link a:hover, .h4link a:focus, .h4link a:visited, H6, H5, H4, H3, H2, H1 {
    color: #252525;
    font-weight: 800;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
}

h1, .h1, .legacy_h1 {
    font-size: 2rem;
    color: #252525;
}

@media (min-width: 768px) {
    h1, .h1, .legacy_h1 {
        font-size: 2.5rem;
    }
}

h2, .h2, .legacy_h2 {
    font-size: 1.8rem;
}

@media (min-width: 768px) {
    h2, .h2, .legacy_h2 {
        font-size: 2rem;
    }
}

h3, .h3, .legacy_h3 {
    font-size: 1.6rem;
}

h4, .h4, .h4link a:link, .h4link a:hover, .h4link a:focus, .h4link a:visited, .legacy_h4 {
    font-size: 1.5rem;
}

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

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

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

footer {
    font-size: 1rem;
    position: relative;
}

@media (min-width: 1600px) {
    footer::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: -60px;
        height: 467px;
        width: 190px;
        background: url(../img/deko-footer-links.png) no-repeat;
        background-size: 10vw;
        pointer-events: none;
    }
}

.footerTab {
    font-size: 1.125rem;
}

.footerTab a[href*="mailto"] {
    color: #00833c;
}

.footerTab2 a {
    color: #252525;
}

.footerTab2 a:hover,
.footerTab2 a:focus {
    color: #00833c;
    text-decoration: none;
}

#footer {
    background: #ffffff;
    padding-top: 60px;
    padding-bottom: 50px;
    background-position: bottom;
    color: #252525;
}

#footer>.row {
    background-color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 991px) {
    #footer {
        margin-top: 0px;
        padding-top: 50px;
        background: #ffffff;
    }

    .footerTab {
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    #footer>.row>div:nth-child(2) {
        background: #ffffff;
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

@media (min-width: 576px) {
    #footer>.row>*+*:nth-child(2) {
        margin-top: 0;
    }
}

footer .tab {
    padding-bottom: 45px;
}

@media (min-width: 768px) {
    footer .tab .tabContent a+a {
        margin-left: 30px;
    }
}

footer .tab .tabContent a {
    width: 70px;
    height: 70px;
    vertical-align: middle;
    text-align: center;
    background: #f0f0f0;
    border: 2px solid #f0f0f0;
    padding: 15px 10px;
    transition: all 300ms;
    display: inline-block;
}

footer .tab .tabContent a:hover {
    display: inline-block;
    background: #ffffff;
    border: 2px solid #00833c;
    text-decoration: none;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer .specialHeadline {
    color: #00833c;
    font-size: clamp(1.375rem, 3vw, 2.1875rem);
    font-weight: 800;
    margin-bottom: 15px;
}

footer .specialHeadline {
    text-transform: uppercase;
}

.footerHeadline {
    color: #252525;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 15px;
}

/* --------------------------------------------- footer2 -------------------------------------------- */

#footer2 {
    padding: 30px 0 25px 0;
    background: #007535;
}

@media (max-width: 767px) {
    #footer2>.row>div+div::before {
        content: '';
        display: block;
        position: absolute;
        top: -15px;
        left: 0;
        right: 0;
        height: 1px;
        width: 100%;
        background: rgba(255, 255, 255, 0.3);
    }

    #footer2>.row>div+div {
        margin-top: 15px;
    }
}

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

#vernetzt {
    text-align: right;
    font-size: 0.9375rem;
    color: #ffffff;
    line-height: 1.3;
    margin: 0 auto;
    font-weight: 400;
    text-decoration: none;
}

@media (min-width: 768px) {
    #vernetzt {
        margin: 0;
    }
}

#vernetzt span {
    color: #ffffff;
}

#vernetzt b {
    color: #ffffff;
    font-weight: 800;
}

#vernetzt span span {
    display: block;
}

#vernetzt img {
    margin-left: 15px;
}

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

#innerfooter {
    font-size: 1rem;
}

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

#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: inline-block;
}

#innerfooter a {
    color: #ffffff;
    font-size: 0.9375rem;
}

#innerfooter a:hover {
    text-decoration: none;
    color: #d5ece0;
}

#innerfooter li+li::before {
    content: "•";
    margin: 0 15px;
    color: #ffffff;
}

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

/* ----------------------------------------------- scroll top ----------------------------------------------- */

#scrollTop {
    color: #ffffff;
    display: block !important;
    align-content: center;
    align-items: center;
    font-size: 0;
    opacity: 1 !important;
}

@media (min-width: 992px) {
    #scrollTop {
        position: fixed;
        bottom: 165px;
        right: 38px;
        z-index: 55;
    }
}

#scrollTop span {
    font-size: 0;
    background-color: #00833c;
    width: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    margin-left: 22px;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

#scrollTop span::after, #scrollTop span::before {
    content: "";
    position: absolute;
    border-radius: 1px;
}

#scrollTop span::after {
    left: 20px;
    width: 8px;
    height: 8px;
    top: 5px;
    margin-top: 10px;
    display: inline-block;
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#scrollTop span::before {
    left: 50%;
    width: 2px;
    height: 20px;
    top: 50%;
    background-color: #ffffff;
    margin-left: -1px;
    margin-top: -10px;
}

#scrollTop span:hover {
    background-color: #252525;
}