@import url("https://fonts.verwaltungsportal.de/import/?family=Exo:400,400i,600,600i,800,800i");
@import url("https://fonts.verwaltungsportal.de/import/?family=Pacifico:400,400i");
@import url("https://fonts.verwaltungsportal.de/import/?family=Allison:400");

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

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

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

a {
    color: #43762e;
}

#content a,
a:hover,
a:focus {
    color: #43762e;
    text-decoration: underline;
}

b, strong {
    font-weight: 600;
}

.over {
    overflow: hidden;
}

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

#logo {
    display: inline-block;
}

#logo img {
    display: block;
}

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

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

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

/* burgermenu for tablet */

@media (max-width: 991px) {
    .horizontally {
        padding: 10px 0;
    }

    .is-sticky .horizontally {
        position: relative !important;
    }

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

    #burgerButton:before, #burgerButton:after, #burgerButtonInner {
        background-color: #010101;
        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) {
    .horizontally {
        padding-top: 65px;
        padding-bottom: 5px;
        background: #ffffff;
        transition: padding 300ms linear;
        position: relative;
    }

    .is-sticky .horizontally {
        padding-top: 10px;
        padding-bottom: 10px;
        box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.25);
    }

    .horizontally>.row {
        max-width: 1680px;
        width: 100%;
        margin-bottom: 10px;
    }

    .horizontally::after {
        content: '';
        position: absolute;
        pointer-events: none;
        left: 0;
        right: 0;
        height: 137px;
        width: 100%;
        background: url("../img/banner-overlay-oben.png") bottom center no-repeat;
    }

    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;
        width: 100%;
    }

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

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

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

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

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

    .navbar-default .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;
    }

    /* Pseudo */

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

    /* 3rd */

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

    /* Fade in Hover End */
}

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

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

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

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li+li {
        margin-left: 5px;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 24px 10px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        text-align: center;
        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: #43762e;
    background: url('../img/bienenstock-hover-deko.png') left 35px center no-repeat, #ffdf87;
}

@media (min-width: 992px) {

    .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: #43762e;
        background: url('../img/bienenstock-hover-deko.png') center no-repeat, #ffdf87;
    }
}

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

.navbar-default .navbar-nav>li>.dropdown-menu,
.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.25);
}

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

@media(min-width:992px) {
    .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,
    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        padding-top: 5px;
        padding-bottom: 5px;
    }

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

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

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

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

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

.navbar-nav>li>.dropdown-menu>li:focus-within>a,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li:focus-within>a {
    background: #ffefc3;
    color: #43762e;
}

/* ----------------------------------------------- tabButton ----------------------------------------------- */

.tabButton {
    margin: 0 0 0 30px;
}

.tabButton a {
    text-decoration: none;
    position: relative;
    display: inline-block;
    font-weight: 800;
    font-size: 16px;
    color: #43762e;
    background: #fbb800;
    padding: 11px 16px;
    width: 100%;
    text-align: center;
    min-width: 180px;
}

.tabButton a:hover,
.tabButton a:focus {
    background: #ffdf87;
}

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

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

form[id^="search"] {
    height: 37px;
    background: #fff9e7;
    display: inline-block;
    position: relative;
    max-width: 260px;
    width: 100%;
    border-radius: 20px;
}

.contrast_dark_font form[id^="search"] {
    background: #ffffff !important;
}

form [id^="search_input"] {
    color: #6e6e6e;
    font-size: 14px;
    font-style: normal;
    background: transparent;
    padding: 0;
    border: 0;
    line-height: 37px;
    padding-left: 22px;
    padding-right: 43px;
    height: 37px;
    width: 100%;
    display: block;
}

form [id^="search_submit"] {
    width: 47px;
    background: #fbb800 url('../img/icon-suche.png') center no-repeat;
    padding: 0;
    cursor: pointer;
    line-height: 33px;
    border: none;
    position: absolute;
    top: -6px;
    right: 0;
    height: 47px;
    font-size: 0;
    border-radius: 100%;
    border: 5px solid #fffdf5;
    -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;
}

.contrast_light_font form [id^="search_submit"] {
    background: #ffffff url('../img/icon-suche.png') center no-repeat;
}


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

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

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

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

/* ----------------------------------------------- optionsBox ----------------------------------------------- */

#optionsBox {
    padding: 20px 0 10px 0;
}

@media (min-width: 768px) {
    #optionsBox>*+* {
        margin-left: 35px;
    }
}

@media (max-width: 767px) {
    #optionsBox {
        display: block;
        text-align: center;
        padding: 10px 30px;
    }

    #optionsBox>*+* {
        margin-top: 15px;
    }
}

@media (min-width: 992px) {
    #optionsBox {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: end;
        position: absolute;
        bottom: -84px;
        z-index: 12;
        padding: 0;
        right: 15px;
    }
}

/* ----------------------------------------------- kontrast ----------------------------------------------- */

div [id^="contrast_style"] {
    display: flex;
    align-items: center;
    align-content: center;
}

@media (max-width: 991px) {
    div [id^="contrast_style"] {
        margin: 30px 0;
    }
}

.contrast_dark_font div [id^="contrast_style"] button {
    border: 1px solid #000 !important;
}

.contrast_light_font div [id^="contrast_style"] button {
    border: 1px solid #ffffff !important;
}

@media (max-width: 767px) {
    div [id^="contrast_style"] {
        justify-content: center;
    }
}

div [id^="contrast_style"] button {
    color: #010101;
    padding: 0;
    border: unset !important;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-weight: 400;
    text-align: center;
    background: #fbb600;
    position: relative;
    z-index: 1;
    font-size: 0;
    transition: all 300ms linear;
}

div [id^="contrast_style"] button:hover,
div [id^="contrast_style"] button:focus {
    background: #ffdf87;
}

div [id^="contrast_style"] *+* {
    margin-left: 8px;
}

div [id^="contrast_style"] button::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    right: 6px;
    left: 6px;
    bottom: 6px;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

div [id^="contrast_style"] button:nth-of-type(1)::after {
    background: linear-gradient(to right, #010101, #010101 50%, #ffffff 50%);
}

div [id^="contrast_style"] button:nth-of-type(2)::after {
    background: linear-gradient(to right, #ffffff, #ffffff 50%, #010101 50%);
}

div [id^="contrast_style"] button:nth-of-type(3)::after {
    background: #010101;
}

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

@media (min-width: 992px) {
    #style {
        display: flex;
        align-items: center;
        align-content: center;
    }

    .contrast_dark_font #style button {
        border: 1px solid #000 !important;
    }

    .contrast_light_font #style button {
        border: 1px solid #ffffff !important;
    }

    #style button {
        font-size: 18px;
        background: #fbb600;
        padding: 0;
        border: none;
        color: #191919;
        display: inline-block;
        font-weight: 600;
        text-align: center;
        position: relative;
        line-height: 1;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        transition: all 300ms linear;
    }

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

    #style button:hover {
        background: #ffdf87;
    }

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

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

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

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

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

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

    #headerpic {
        margin-top: -35px;
    }
}

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

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

.slider-mask {
    display: block;
    background: url("../img/banner-overlay-unten.png") bottom center no-repeat;
}

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

#bannerOverlay .tab {
    font-family: "Pacifico", sans-serif;
    font-weight: 400;
    color: #43762e;
}

#bannerOverlay .tab p:last-of-type,
#bannerOverlay .tab :is(b, strong) {
    font-family: "Exo", sans-serif;
    font-size: 1.5625rem;
}

#bannerOverlay .tab h5 {
    font-size: 1.75rem;
}

#bannerOverlay .tab h6 {
    font-size: 2.5rem;
}

.contrast_dark_font #bannerOverlay .tab {
    background: #ffffff !important;
}

@media (max-width: 991px) {
    #bannerOverlay {
        padding: 30px 0;
        border-bottom: 2px solid #fbb600;
    }
}

@media (min-width: 992px) {
    #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;
        background: transparent !important;
    }

    #bannerOverlay .tab {
        pointer-events: all;
        color: #ffffff;
        font-size: 4.5rem;
    }

    #bannerOverlay .tab p:last-of-type,
    #bannerOverlay .tab :is(b, strong) {
        font-size: 3.125rem;
    }

    #bannerOverlay .tab h6 {
        font-size: 4.5rem;
    }

    #bannerOverlay .tab,
    #bannerOverlay .tab a,
    #bannerOverlay .tab h5,
    #bannerOverlay .tab h6 {
        color: #ffffff;
    }
}

.contrast_light_font #bannerOverlay>.row,
.contrast_light_font #bannerOverlay>.row div {
    background: transparent !important;
}

.contrast_light_font #bannerOverlay>.row div .tab {
    background: #000 !important;
}

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

#content {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

@media (min-width: 992px) {
    #content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 1200px) {
    #content>.row::before {
        content: '';
        position: absolute;
        pointer-events: none;
        right: -4vw;
        top: 25px;
        width: 55px;
        height: 68px;
        background: url('../img/deko-biene-content.png') center no-repeat;
        z-index: 12;
    }
}

/* ------------------------------------------------- teaser ------------------------------------------------ */

#teaser>.row>*:not(:first-child, :nth-child(2))+* {
    margin-top: 25px;
}

@media (max-width: 767px) {
    #teaser>.row>div {
        margin-top: 15px;
    }
}

#teaser {
    padding: 70px 0;
}

@media (min-width: 992px) {
    #teaser {
        padding: 50px 0 100px 0;
    }
}

#teaser .tab {
    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);
    background-color: #fbb800;
    color: #010101;
    position: relative;
    height: 100%;
    min-height: 100%;
}

@media (max-width: 767px) {
    #teaser .tab {
        max-width: 370px;
    }
}

#teaser a:not(.has-image) {
    margin: 0;
    color: #010101;
    position: absolute;
    left: 15px;
    bottom: 18px;
    background: rgba(251, 184, 0, 0.9);
    padding: 10px 15px;
    pointer-events: all;
    z-index: 1;
    display: inline-block;
    width: auto;
    line-height: 1.2;
    font-family: "Exo", sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
}

#teaser a:not(.has-image)::after {
    content: ' \00BB';
}

#teaser .tabContent {
    overflow: hidden;
    min-height: 100px;
}

#teaser .tabContent img {
    display: block;
}

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

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

h1, .h1, .legacy_h1 {
    font-size: 44.8px;
}

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

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

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

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

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

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

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

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

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

    h5, .h5, .legacy_h5 {
        font-size: 2.375rem;
    }
    
    h6, .h6, .legacy_h6 {
        font-size: 2.25rem;
    }
}

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

/* ----------------------------------------------- firstFooter ----------------------------------------------- */

.firstFooter {
    background: #fef5dd;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 1rem;
}

@media (min-width: 1200px) {
    .firstFooter {
        padding-top: 45px;
        padding-bottom: 35px;
    }
}

.firstFooter .tab {
    hyphens: auto;
}

.firstFooter .tab .tabHeadline {
    color: #43762e;
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-family: "Exo", sans-serif;
    font-weight: 600;
}

.firstFooter .tab a {
    color: #43762e;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .firstFooter>.row>*+* {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #010101;
    }
}

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

#vernetzt {
    text-align: right;
    font-size: 0.875rem;
    color: #010101;
    line-height: 1.3;
    margin: 0 auto;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    background: #f9d980;
    padding: 10px 30px;
}

@media (min-width: 768px) and (max-width:991px) {
    #vernetzt {
        margin: 30px auto 0 auto;
    }
}

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

#vernetzt b {
    color: #010101;
}

#vernetzt span {
    color: #010101;
}

#vernetzt span span {
    display: block;
}

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

/* --------------------------------------------- lastFooter -------------------------------------------- */

.lastFooter {
    background-color: #fbb800;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 0.875rem;
}

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

#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: inline-block;
}

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

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

#innerfooter li+li::before {
    content: "";
    margin: 0 10px;
}

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

/* ----------------------------------------------- tabSocial ----------------------------------------------- */

.tabSocial {
    display: inline-block;
}

.contrast_dark .tabSocial p {
    background: #ffffff !important;
}

.tabSocial p {
    display: inline-block;
}

.tabSocial p+p {
    margin-left: 12px;
}