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

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #4d4d4d;
    background: #ffffff;
    font-size: 1rem;
    /* 1rem = 16px */
    line-height: 1.5;
}

@media (min-width: 768px) {
    body {
        font-size: 1.125rem;
    }
}

a {
    color: #00803c;
}

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


b, strong {
    font-weight: 600;
}

a:focus {
    outline: 3px solid #2a4a9a !important;
}

button:focus {
    outline: 3px solid #2a4a9a !important;
}

form:focus {
    outline: 3px solid #2a4a9a !important;
}

#newsletter_input:focus,
#newsletter_submit:focus,
#search_input:focus,
#search_submit:focus {
    outline: 3px solid #2a4a9a !important;
}

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

@media (min-width: 992px) {
    #topbar {
        font-size: 1rem;
        padding: 12px 0;
        background: #e8e8e8;
        border-bottom: 4px solid #ffffff;
        position: sticky;
        top: 0;
        z-index: 101;
    }

    #topbar .controls-col {
        column-gap: 30px;
    }

    #topbar .controls-col {
        transition: padding 200ms linear;
    }

    body:has(.is-sticky, #burgerButton[aria-expanded="true"]) #topbar .controls-col {
        padding-right: 130px;
    }

    /* style + contrast */

    #style,
    #contrast_style {
        column-gap: 10px;
    }

    :is(#style, #contrast_style) h2 {
        font-size: inherit;
        font-weight: 700;
        color: inherit;
        margin: 0 5px 0 0;
    }

    :is(#style, #contrast_style) button {
        width: 35px;
        height: 35px;
        padding: 0;
        border: 2px solid #333333;
        background: #ffffff;
        font-weight: 700;
        flex-shrink: 0;
        transition: border 300ms linear;
        position: relative;
        line-height: 1;
    }

    :is(#style, #contrast_style) button::after {
        content: "";
        display: block;
        position: absolute;
        top: 3px;
        right: 3px;
        bottom: 3px;
        left: 3px;
        border: 2px solid #8d8d8d;
    }

    :is(#style, #contrast_style) button:is(:hover, :focus) {
        border-color: #00803c;
    }

    /* contrast */

    #contrast_style button::after {
        background: linear-gradient(45deg, #333333, #333333 50%, #ffffff 50%);
    }

    #contrast_style button:nth-of-type(2)::after {
        transform: scale(-1);
    }

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


.loginBtn a {
    color: #fff;
    display: block;
    padding: 5px 12px;
    background-color: #00803c;
    color: #fff;
    font-size: 15px;
    border: 2px solid #333333;
}

.loginBtn a:hover {
    background-color: #fff;
    color: #252525;
    text-decoration: none;
}

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

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

#logo {
    display: inline-block;
}

#logo img {
    display: block;
}

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

.contrast_dark #logo img {
    background-color: #fff !important;
}

#topbar2 {
    padding: 20px 0;
}

#search {
    height: 48px;
    background: #fff;
    display: block;
    position: relative;
    border: 2px solid #77bb97;
}

#search_input {
    color: #444444;
    font-size: 16px;
    font-style: normal;
    background: transparent;
    padding: 0;
    border: 0;
    line-height: 48px;
    padding-left: 10px;
    padding-right: 43px;
    height: 48px;
    width: 100%;
}

#search_submit {
    width: 48px;
    background: #00803c url('../img/icon-suche.png') center no-repeat;
    padding: 0;
    cursor: pointer;
    line-height: 33px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    font-size: 0;
    -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;
}

#search_input::-ms-input-placeholder {
    color: #444444 !important;
}

#search_input::-webkit-input-placeholder {
    color: #444444 !important;
}

#search_input::-moz-placeholder {
    opacity: 1;
}

#search_input:-moz-placeholder {
    opacity: 1;
}

/* -------------------------------------------- @nav2 Navigation ------------------------------------------- */

/* burgermenu for tablet */

@media (max-width: 991px) {
    #menu {
        position: static !important;
    }

    #burgerButton {
        font-size: 13px;
        display: block;
        width: 48px;
        height: 48px;
        border-radius: 2px;
        padding: 8px 0 0 0 !important;
        cursor: pointer;
        background: #ffffff;
        border: none !important;
        border-radius: 4px;
        color: #00803c;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
        text-align: center;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    }

    #burgerButtonInner {
        margin-bottom: 26px;
        display: inline-block;
    }

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

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

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

    #burgerButtonInner2, #burgerButton:after {
        -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;
    }

    #burgerButtonInner2 {
        top: 26px;
    }

    #burgerButton:after {
        top: 36px;
    }

    #burgerButtonInner2, #burgerButton:after {
        content: "";
        display: block;
        position: absolute;
        background: #00803c;
        border-radius: 2px;
        width: 38px;
        height: 3px;
        left: 5px;
        font-size: 0;
    }

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

    .navbar-collapse {
        top: 0;
        background: #00803c;
        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 {
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 101;
    }

    .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 {
        width: 40%;
    }
}

/* menu desktop */

@media (min-width: 992px) {
    #menu {
        background: #00803c;
        position: relative;
    }

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

    nav.horizontally li[class*="toplevel"]>ul {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1000;
        margin: 0;
        padding: 10px 0;
        padding-top: 20px;
        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(255, 255, 255, 1);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 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 15px;
        height: auto;
    }

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

    .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: 0 !important;
    }

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

    nav.horizontally .dropdown-menu {
        display: block !important;
    }

    @media (min-width: 992px) {
        .navbar-default .navbar-nav>li>a.dropdown-toggle {
            padding-right: 20px;
        }

        .navbar-default .navbar-nav>li>a.dropdown-toggle::after {
            content: "+";
            position: absolute;
            display: block;
            right: 5px;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transition: border 300ms linear;
            -moz-transition: border 300ms linear;
            -ms-transition: border 300ms linear;
            -o-transition: border 300ms linear;
            transition: border 300ms linear;
        }
    }
}

@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: 20px;
        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: 700;
    text-align: left;
    padding: 10px 15px 15px 15px;
    position: relative;
    font-size: 1rem;
    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: 20px 20px 20px 10px;
    }
}



/* -------------------------------------------- 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 {
    background: #d9dcdb;
    color: #252525;
}

/* -------------------------------------- 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: rgba(255, 255, 255, 0.96);
    }
}

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

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

.navbar-default li[class*="secondlevel"]>a,
.navbar-default li[class*="thirdlevel"]>a {
    color: #444444;
    text-align: left;
    padding: 8px 35px 8px 15px;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
    background: rgba(255, 255, 255, 1);
}

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

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

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

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

/* ------------------------------------------ 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,
.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: #00803c;
}

/* ----------------------------------------------- @7b banner ----------------------------------------------- */

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

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

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

#headerpic {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

@media (max-width: 991px) {
    #headerpic {
        display: flex;
        flex-direction: column;
    }

    #bannerOverlay {
        order: 2;
    }

    .slider-wrapper {
        order: 1;
    }
}

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

.slider-mask {
    display: none;
}

/* ---------------------------------------------- Bannerbedienung Pfeile ---------------------------------------------- */

#headerpic .slider-wrapper .nivo-control.active::after {
    width: 20px;
}

#headerpic .slider-wrapper .nivo-directionNav a {
    background: #fff;
    font-size: 0px;
    height: 50px;
    opacity: 1;
    position: absolute;
    text-indent: unset;
    width: 50px;
}

@media (min-width: 992px) {
    #headerpic .slider-wrapper .nivo-directionNav a {
        left: 70px !important;
    }

    #headerpic .slider-wrapper .nivo-directionNav a.nivo-nextNav {
        left: unset !important;
        right: 70px !important;
    }
}

#headerpic .slider-wrapper .nivo-directionNav a::after {
    content: "\2039";
    position: absolute;
    top: 50%;
    right: 50%;
    font-size: 50px;
    font-weight: 400;
    color: #00803c;
    line-height: 12px;
    height: 21px;
    width: 15px;
    transform: translate(50%, -50%);
    transition: all, 250ms;
}

#headerpic .nivo-prevNav::after {
    color: #00803c !important;
}

#headerpic .slider-wrapper .nivo-directionNav a.nivo-nextNav::after {
    content: "\203A";
}

#headerpic .slider-wrapper .nivo-directionNav a.nivo-nextNav {
    background: #00803c;
    color: #fff;
}

#headerpic .slider-wrapper .nivo-directionNav a.nivo-nextNav::after {
    color: #fff;
}

#headerpic .slider-wrapper .nivo-directionNav a:hover::after {
    color: #fff;
}

#headerpic a.nivo-nextNav,
#headerpic a.nivo-prevNav {
    background-image: unset;
    padding: 25px;
}

/* ---------------------------------------------- Bannerbedienung Punkte ---------------------------------------------- */

@media (min-width: 992px) {
    #headerpic .theme-nivo .nivo-controlNav {
        bottom: 100px !important;
    }
}

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

#bannerOverlay {
    color: #444444;
    font-size: 1rem;
    margin-bottom: 30px;
}

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

@media (max-width: 991px) {
    #bannerOverlay {
        margin-top: 60px;
    }
}

#bannerOverlay>.row {
    background: url('../img/tannen-links.png') bottom left no-repeat, url('../img/tannen-rechts.png') bottom right no-repeat, #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    padding: 30px;
}

@media (min-width: 992px) {
    #bannerOverlay>.row {
        margin-top: -60px;
        position: relative;
        z-index: 12;
    }
}

#bannerOverlay .tab {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 20px 20px;
}

#bannerOverlay .tab img {
    border: 3px solid #fff;
    border-radius: 50%;
    max-width: 76px;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    background: #fff;
}

@media (min-width: 992px) {
    #bannerOverlay .tab {
        margin-top: -90px;
    }
}

#bannerOverlay .tabHeadline {
    font-size: 1.875rem;
    color: #00803c;
    font-weight: 700;
    margin-bottom: 5px;
}

#bannerOverlay a {
    color: #00803c;
}

#bannerOverlay .tab a[href^="mailto:"] {
    font-style: italic;
    text-decoration: underline;
}

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

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

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

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

#tabs {
    padding-top: 50px;
    position: relative;
    z-index: 12;
}

@media (max-width: 767px) {
    #tabs {
        padding-bottom: 50px;
    }

    #tabs>.row>*+* {
        margin-top: 30px;
    }
}


#tabs .tab {
    height: 100%;
    hyphens: auto;
}

#tabs .tab1 {
    font-size: 1rem;
    padding: 70px 40px 70px 40px;
    line-height: 1.2;
    letter-spacing: 0.2px;
    background: #00803c;
    color: #fff;
}

#tabs .tab1 :is(h1, h2, h3, h4, h5, h6) {
    color: #fff;
    font-size: 1.75rem;
    position: relative;
    margin-bottom: 25px;
}

#tabs .tab1 b,
#tabs .tab1 strong {
    font-size: 0.9375rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

#tabs .tab1 a {
    color: #fff;
    font-weight: 700;
}

#tabs .tab2 {
    padding: 45px 40px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    font-size: 1rem;
}

#tabs .tab2 .tabHeadline {
    color: #2b2b2b;
    font-size: 28px;
    padding-top: 80px;
    position: relative;
    margin-bottom: 25px;
}

@media (max-width:1199px) {
    #tabs .tab1 {
        padding: 75px 15px;
    }

    #tabs .tab2 {
        padding: 45px 15px;
    }

    #tabs .tab1 h2 {
        font-size: 1.5625rem;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    #tabs .tab2 .tabHeadline {
        font-size: 1.5625rem;
        padding-top: 60px;
        margin-bottom: 15px;
    }
}

#tabs .tab2 .tabHeadline::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
    background-position: top left;
    background-repeat: no-repeat;
}

#tabs .tab2 .tabHeadline1::before {
    background-image: url('../img/marketing-icon.png');
}

#tabs .tab2 .tabHeadline2::before {
    background-image: url('../img/icon-aktuelles.png');
}

.tab_link_title a {
    color: #2b2b2b;
    font-weight: 700;
}

.tab_link_mandat a {
    color: #2b2b2b;
}

#tabs .tab2 .tab_link_mehr {
    font-size: 0;
}

#tabs .tab2 .tab_link_mehr a {
    font-size: 1rem;
    color: #00803c;
    font-weight: 700;
}

/* ------------------------------------------------ @7tab ----------------------------------------------- */

#tab7 {
    padding-top: 40px;
    padding-bottom: 50px;
    background: #ffffff;
    position: relative;
    z-index: 1;
}

#tab7::before {
    content: '';
    display: block;
    position: absolute;
    top: -130px;
    left: 0;
    right: 0;
    width: 100%;
    height: 450px;
    background: url('../img/tannen-weiss.png') bottom -15px left no-repeat, url('../img/tannen-weiss.png') bottom -15px right no-repeat, #d9dcdb;
}

#tab7 .info .tabHeadline {
    color: #252525;
    font-size: 1.875rem;
    font-weight: 700;
}

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

@media (max-width: 767px) {
    #tab7>.row>*+* {
        margin-top: 30px;
    }
}

#tab7 .info {
    margin-bottom: clamp(24px, 3vw, 50px);
}

#tab7 .info a {
    color: #ffffff;
}


#tab7 .tab {
    padding: 30px;
    height: 100%;
    min-height: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    transition: background 300ms;
}

#tab7 .tab:hover {
    background: #00803c;
    color: #fff;
}

#tab7 .tab:hover a {
    color: #fff;
    text-decoration: underline;
}

#tab7 .tab a {
    display: block;
}

@media (min-width: 992px) {
    #tab7 .tab {
        padding: 50px 30px 50px 30px;
    }
}

#tab7 .tab:hover img {
    filter: grayscale(100%) brightness(200%) hue-rotate(360deg) contrast(1000%);
    -webkit-filter: grayscale(100%) brightness(200%) hue-rotate(360deg) contrast(1000%);
    -moz-filter: grayscale(100%) brightness(200%) hue-rotate(360deg) contrast(1000%);
}

#tab7>.row>div {
    margin-bottom: 30px;
}

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

.h4link a:link, .h4link a:hover, .h4link a:focus, .h4link a:visited, H6, H5, H4, H3, H2, H1 {
    color: #00803c;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Plus Jakarta Sans", sans-serif;
}

h1, .h1, .legacy_h1 {
    font-size: 1.875rem;
}

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

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

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

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

/* ----------------------------------------------- @1f footer ----------------------------------------------- */

#f1 {
    color: #ffffff;
    font-size: 1rem;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #00803c;
}

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

#f1 a,
#f1 a:hover,
#f1 a:focus {
    color: #ffffff;
}

#f1 .footerTab {
    font-size: 1rem;
}

#f1 .tabHeadline {
    font-size: 1.375rem;
    font-weight: 700;
    color: #ffffff;
}

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

#innerfooter ul {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    padding: 0;
    margin-bottom: 30px;
}

#innerfooter li {
    border-top: 2px solid rgba(255, 255, 255, 0.1);
}

#innerfooter li:hover {
    border-top: 2px solid rgba(255, 255, 255, 1);
}

#innerfooter a {
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    padding: 6px 10px 6px 25px;
}

#innerfooter a::before {
    content: "";
    position: absolute;
    display: block;
    left: 10px;
    top: 16px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transition: background 300ms linear;
}

#innerfooter a:hover::before,
#innerfooter a:focus::before {
    background: #ffffff;
}

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

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

#vernetzt span span {
    display: block;
}

#counter {
    margin-bottom: 30px;
}

#counter-l, #counter-r {
    display: inline-block;
}