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

body {
    font-family: "Inter", sans-serif;
    color: #212121;
    background: #f9f7e4;
    font-size: 1rem;
    /* 1rem = 16px */
    line-height: 1.5;
}

body.index {
    background: #ffffff;
}


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

a {
    color: #aa2c73;
}

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

b,
strong {
    font-weight: 700;
}

@media (min-width: 1200px) {
    .row {
        max-width: 1470px;
        width: 100%;
    }

    #aktuellesBox>.row,
    .HRrow {
        max-width: 1470px;
        width: 100%;
    }

    #zitatBox>.row {
        max-width: 930px;
        width: 100%;
    }

    #projektBox>.row {
        max-width: 1470px;
        width: 100%;
    }
}

.over {
    overflow: hidden;
}

.HRrow hr {
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1;
    margin-top: 0px;
    margin-bottom: 0px;
}

hr {
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1;
}

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

header {
    background-color: #ffffff;
}

@media (min-width: 992px) {
    .topbar {
        z-index: 102;
        position: relative;
    }

    .tabButton1 a {
        border-radius: 0 0 0 12px;
    }
}

.tabButton a {
    color: #fff;
    font-size: 1rem;
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 8px 62px;
}

.tabButton1 a {
    background: #95c03b;
}

.tabButton2 a {
    background: #c5d72f;
}

.tabButton a:hover,
.tabButton a:focus {
    text-decoration: none;
}

@media (max-width: 991px) {
    .tabButton a {
        display: block;
        text-align: center;
    }
}

/* -------------------------------------------- @nav1 Navigation ------------------------------------------- */

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

#logo {
    display: inline-block;
}

#logo img {
    display: block;
}

@media (min-width: 992px) {
    #logo img {
        max-width: 152px;
        width: 100%;
        transition: max-width 300ms linear;
    }
}

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

/* --------------------------------------- navigation --------------------------------------- */

/* burgermenu for tablet */

@media (max-width: 991px) {
    #menu {
        padding: 10px 0;
        position: static !important;
        background-color: #ffffff;
    }

    #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: #212121;
        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: #ffffff;
        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 {
        width: 40%;
    }
}

/* menu desktop */

@media (min-width: 992px) {
    #menu {
        padding: 0 0 20px 0;
        background-color: #ffffff;
        border-bottom: 1px solid #c5d72f;
    }

    #menu>.row {
        width: 100%;
        max-width: 1820px;
    }

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

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

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

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

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

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

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

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

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

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

    .menuLeiste {
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 1200px) {
    .menuLeiste {
        margin-left: -5.5vw;
    }

    #menu {
        margin-top: -30px;
    }
}

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

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

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

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li>a {
        padding: 10px 10px 0 10px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 1.375rem;
        height: 100%;
    }
}

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

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

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

.navbar-nav>li:focus-within>a {
    color: #95c03b;
}

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

.navbar-default .navbar-nav>li>.dropdown-menu {
    background: #95c03b;
}

.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
    background: #c5d72f;
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav>li>.dropdown-menu {
        padding: 10px;
    }
}

@media(min-width:992px) {

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

    .navbar-default .navbar-nav>li>.dropdown-menu {
        margin-top: 15px;
        left: 50%;
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

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

    .navbar-default .navbar-nav>li>.dropdown-menu::after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: -20px;
        margin-left: -20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 20px 0 20px;
        border-color: #ffffff transparent transparent transparent;
        -webkit-transition: top 150ms linear;
        -moz-transition: top 150ms linear;
        -ms-transition: top 150ms linear;
        -o-transition: top 150ms linear;
        transition: top 150ms linear;
    }

    .navbar-default .navbar-nav>li:hover>.dropdown-menu::after {
        top: 0;
    }

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

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

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

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

@media(min-width:992px) {

    .navbar-default .navbar-nav>li>.dropdown-menu>li>a,
    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a {
        text-align: center;
        padding: 13px 25px;
    }
}

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

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

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

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

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

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

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

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

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

#headerpic {
    margin: 0 auto;
    position: relative;
    width: 100%;
    background-color: #212121;
}

.theme-nivo .nivo-controlNav .slick-dots li,
.nivo-directionNav a,
a.nivo-control,
a.nivo-control.active {
    color: #ffffff !important;
}

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

.slider-mask {
    display: none;
}

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

#bannerOverlay .tab {
    padding: 30px 0;
    font-size: clamp(1.125rem, 4vw, 1.4rem);
    color: #ffffff;
    background: url('../img/tabdeko.png') center bottom / contain no-repeat;
}

@media (min-width: 1200px) {
    #bannerOverlay {
        position: absolute;
        pointer-events: none;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 12;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
    }

    #bannerOverlay .tab {
        pointer-events: all;
        padding-top: 0;
        padding-bottom: 60px;
    }

    #bannerOverlay .tabContent :is(h1, h2, h3, h4, h5, h6) {
        font-size: 2.375rem;
    }
}

#bannerOverlay .tab .tabHeadline {
    color: #ffffff;
    font-weight: 400 !important;
    font-size: clamp(2.5rem, 16vw, 18.75rem);
    font-family: 'Journal';
    line-height: 0.9;
    margin: 0;
}

#bannerOverlay .tab a,
#bannerOverlay .tabContent :is(h1, h2, h3, h4, h5, h6) {
    color: #ffffff;
}

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

#content {
    padding-top: 70px;
    padding-bottom: 40px;
}

#content {
    font-size: clamp(1.125rem, 2vw, 1.375rem)
}

@media (min-width: 992px) {
    .index #content {
        padding-top: 250px;
        padding-bottom: 100px;
    }

    #content {
        padding-top: 200px;
        padding-bottom: 100px;
    }
}

#content img {
    border-radius: 12px;
}

#content :is(i, em) img {
    border-radius: unset;
}

/* ------------------------------------------------- greenTabsBox ------------------------------------------------ */

#greenTabsBox {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
}

#greenTabsBox>.row {
    max-width: 1500px;
    width: 100%;
}

#greenTabsBox .tab .tabHeadline {
    color: #fff;
}

#greenTabsBox .tab {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 40px;
    background: #95c03b;
    color: #fff;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    margin: auto;
}

#greenTabsBox .tab .tabHeadline {
    font-size: 1.625rem;
}

@media (min-width: 992px) {
    #greenTabsBox {
        padding-top: 74px;
        padding-bottom: 200px;
    }
}

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

@media (min-width: 1200px) {
    #greenTabsBox .tab {
        position: relative;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        width: 385px;
        height: 385px;
        margin: auto;
        padding: 100px 40px 50px 40px;
        border-radius: 100%;
    }

    #greenTabsBox .tab .tabHeadline {
        font-size: 2.375rem;
    }

    #greenTabsBox .tab::before {
        content: '';
        position: absolute;
        pointer-events: none;
        left: 0;
        right: 0;
        margin: auto;
    }

    #greenTabsBox .tab1::before {
        top: -35px;
        right: -70px;
        width: 146px;
        height: 123px;
        background: url('../img/icon-biene.png') center no-repeat;
    }

    #greenTabsBox .tab2::before {
        top: -75px;
        right: -115px;
        width: 176px;
        height: 170px;
        background: url('../img/icon-loeffelchen-erde.png') center no-repeat;
    }

    #greenTabsBox .tab3::before {
        top: -45px;
        right: -95px;
        width: 125px;
        height: 137px;
        background: url('../img/icon-thermometer.png') center no-repeat;
    }
}

#greenTabsBox .tab a {
    color: #fff;
}

@media (max-width: 325px) {
    #greenTabsBox .tab {
        width: 270px;
        height: 270px;
    }
}

/* ------------------------------------------------- projektBox ------------------------------------------------ */

#projektBox {
    padding-top: 60px;
    padding-bottom: 40px;
    border-top: 1px solid #c5d72f;
    background: #f7f9e8;
}

#projektBox .tabProjektHeadline {
    margin-bottom: clamp(30px, 5vw, 80px);
    font-size: clamp(2.125rem, 3vw, 3.4375rem);
}

#projektBox>.row>*:nth-child(2) {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    #projektBox>.row>*:not(:first-child, :nth-child(2))+* {
        margin-top: 30px;
    }
}

#projektBox .tabHeadline {
    font-size: clamp(1.25rem, 3vw, 3.25rem);
    hyphens: auto;
    width: auto;
}

@media (min-width: 992px) {
    #projektBox {
        padding-top: 120px;
    }

    #projektBox .tab .tabHeadline,
    #projektBox .tabBig .tabHeadline {
        font-size: 2.375rem;
    }

    #projektBox>.row>*:nth-child(2) {
        margin-bottom: 80px;
    }
}

#projektBox .tabBig,
#projektBox .tab {
    color: #ffffff;
    border-radius: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #212121;
}

#projektBox .tabBig .tabHeadline,
#projektBox .tab .tabHeadline {
    color: #ffffff;
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 30px;
    right: 30px;
    pointer-events: none;
    z-index: 8;
    hyphens: auto;
}

#projektBox .tab {
    height: 100%;
    min-height: 100%;
}


@media (min-width: 768px) {
    #projektBox .tab {
        max-width: 480px;
    }
}

@media (max-width: 767px) {
    #projektBox .tab {
        width: 100%;
    }

    #projektBox .tab img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }
}

#projektBox .tabBig {
    height: 100%;
    min-height: 100%;
}

#projektBox .tab img {
    line-height: 0;
    border-radius: 12px;
}

#projektBox .tabBig img {
    line-height: 0;
    border-radius: 12px;
}

.projektBanner {
    position: relative;
}

/* ------------------------------------------------- zitatBox ------------------------------------------------ */

#zitatBox {
    color: #4a4a49;
    font-weight: 400 !important;
    font-size: clamp(3.5rem, 7vw, 6.625rem);
    font-family: 'Journal';
    line-height: 0.9;
    padding-top: 0px;
    padding-bottom: 80px;
    background: #f7f9e8;
    border-bottom: 1px solid #c5d72f;
}

#zitatBox :is(b, strong) {
    font-weight: 400;
}

#zitatBox a {
    color: #4a4a49;
}

@media (min-width: 992px) {
    #zitatBox {
        padding-top: 0px;
        padding-bottom: 255px;
    }
}

/* ------------------------------------------------- aktuellesBox ------------------------------------------------ */

#aktuellesBox {
    padding-top: 0px;
    padding-bottom: 80px;
    background-color: #f7f9e8;
}

#aktuellesBox .tabNewsHeadline {
    margin-bottom: clamp(30px, 4vw, 80px);
}

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

@media (min-width: 992px) {
    #aktuellesBox {
        padding-top: 0px;
        padding-bottom: 250px;
    }

    #aktuellesBox .tabNewsHeadline {
        font-size: 3.25rem;
    }
}

#aktuellesBox .tab {
    border-radius: 12px;
    min-height: 100%;
    height: 100%;
    min-height: 485px;
    font-size: clamp(1.25rem, 2vw, 1.4375rem);
}

#aktuellesBox .tab1 {
    color: #fff;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: clamp(4rem, 6vw, 6.55rem);
    font-family: 'Journal';
    padding: 30px;
    background: #95c03b;
    line-height: 0.7;
}

#aktuellesBox .tab1 a {
    color: #fff;
}

#aktuellesBox .tab2,
#aktuellesBox .tab3 {
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-content: end;
    align-items: end;
    font-weight: 700;
    line-height: 1.3;
    padding: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #212121;
}

#aktuellesBox .tab3 {
    background-color: #9177a7;
    background-size: auto auto;
    font-size: clamp(1.25rem, 2vw, 1.875rem);
}

@media (min-width: 992px) {

    #aktuellesBox .tab2,
    #aktuellesBox .tab3 {
        padding: 25px 35px;
    }
}

#aktuellesBox .tab2 a,
#aktuellesBox .tab3 a {
    color: #ffffff;
    position: relative;
}

#aktuellesBox .tab2 a::before,
#aktuellesBox .tab3 a::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 350%;
    height: 350vh;
}

#aktuellesBox .tab2,
#aktuellesBox .tab3 {
    overflow: hidden;
}

/* ------------------------------------------------- infosupportBox ------------------------------------------------ */

#infosupportBox {
    padding-top: 60px;
    padding-bottom: 70px;
    background-color: #fff;
    font-size: clamp(1.125rem, 2vw, 1.375rem);
}


#infosupportBox>.firstRow {
    margin-bottom: 260px;
}

#infosupportBox>.secondRow {
    max-width: 1360px;
    width: 100%;
}

@media (min-width: 992px) {
    #infosupportBox {
        padding-top: 100px;
        padding-bottom: 125px;
    }

    #infosupportBox :is(h1, h2, h3, h4, h5, h6) {
        font-size: 3.25rem;
    }
}

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

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

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

@media (min-width: 768px) {

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

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

@media (min-width: 768px) {

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

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

@media (min-width: 768px) {

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

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;

}

h6 em,
.h6 em,
.legacy_h6 em,
h6 i,
.h6 i,
.legacy_h6 i {
    font-family: 'Journal';
    font-weight: 400 !important;
}

body:not(.index) #content :is(h6) :has(em, i) {
    color: #4a4a49;
    font-weight: 400 !important;
    font-size: clamp(2.5rem, 6vw, 6.625rem);
    font-family: 'Journal';
    line-height: 0.9;
}

#content :is(h5) :is(em, i) {
    color: #4a4a49;
    font-weight: 400 !important;
    font-size: clamp(3.5rem, 6vw, 6.625rem);
    font-family: 'Journal';
    line-height: 0.9;
}

#newslinks,
#newsmandate {
    border: 1px solid #212121;
}

/* ----------------------------------------------- footerInfoBox ----------------------------------------------- */

#footerInfoBox {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #aecd65;
}

#footerInfoBox > .row > div.col-xs-12:last-child{
    margin-top: 40px;
}

#footerInfoBox>.row>*+*:not(:last-child) {
    margin-top: 30px;
}

@media (max-width: 767px) {

    #footerInfoBox>.row>*+*,
    #footerInfoBox>.row>*:first-child>*+* {
        margin-top: 30px;
    }

    #footerInfoBox .tab1 .tabHeadline{
        font-size: 2.5rem;
    }
}

#footerInfoBox .tabHeadline {
    color: #212121;
    margin-bottom: 20px;
}

#footerInfoBox .tab a {
    color: #212121;
    text-decoration: underline;
}

#footerInfoBox .tab1 .tabContent {
    font-size: 1.375rem;
}

@media (min-width: 1300px) {
    #footerInfoBox {
        padding-top: 130px;
        padding-bottom: 114px;
    }

 

    #footerInfoBox .tabHeadline {
        font-size: 3.25rem;
    }

    .tabLogoFooter {
        position: absolute;
        right: 0;
        left: 0;
        bottom: -8px;
        pointer-events: none;
    }

    .tabLogoFooter img {
        pointer-events: all;
    }

    #footerInfoBox .tab1 {
        position: relative;
    }

    #footerInfoBox .tab1::before {
        content: '';
        position: absolute;
        pointer-events: none;
        top: -160px;
        left: 0;
        right: 0;
        margin: auto;
        width: 110px;
        height: 143px;
        background: url('../img/icon-pflanztuetchen.png') center no-repeat;
    }
}

#footerInfoBox .tab2 .tabHeadline {
    color: #fff;
}

#footerInfoBox .tab2 .tabContent a {
    text-decoration: none;
}

/* #region -------------------------------------- scroll top ------------------------------------ */

#scrollTop {
    color: #212121;
    display: inline-block !important;
    font-size: 0;
    width: 64px;
    height: 64px;
    opacity: 1 !important;
    position: relative;
    margin: 0 auto;
    text-decoration: none !important;
    background: url(../img/icon-pfeil.png) center no-repeat;
}

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

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

/* #endregion ----------------------------------- scroll top ------------------------------------ */

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

.f5 {
    color: #212121;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #aecd65;
}

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

@media (min-width: 1200px) {
    .f5>.row {
        width: 100%;
        max-width: 1600px;
    }
}

@media (max-width: 767px) {
    #innerfooter {
        border-bottom: 1px solid rgba(33, 33, 33, 0.1);
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: inline-block;
}

#innerfooter a {
    color: #212121;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
}

#innerfooter a:hover,
#innerfooter a:focus {
    color: #212121;
}

#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 {
    text-align: right;
    font-size: 0.9375rem;
    color: #212121;
    line-height: 1.3;
    margin: 0 auto;
    text-decoration: none;
}

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

#vernetzt span {
    color: #212121;
}

#vernetzt span span {
    display: block;
}

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