@import url("https://fonts.verwaltungsportal.de/import/?family=Raleway:400,400i,600,600i");
@import url("https://fonts.verwaltungsportal.de/import/?family=Oleo+Script:400,400i");

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

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

a {
    color: #256202;
}

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

#content a,
b, strong {
    font-weight: 600;
}

a:focus,
input:focus,
button:focus,
form:focus {
    outline: 3px solid #a2e27f !important;
}

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

#topbar {
    background-color: #256202;
    padding: 3px 0;
}

#contrast_style,
#style {
    padding: 7px 0;
}

#contrast_style button {
    color: #4b4b4b;
    padding: 0;
    border: 1px solid #4b4b4b;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-weight: 400;
    text-align: center;
    background: #ffffff;
    position: relative;
    z-index: 1;
    font-size: 0;
}

#contrast_style button:hover,
#contrast_style button:focus {
    background-color: rgba(255, 255, 255, 0.8);
}

#contrast_style *+* {
    margin-left: 10px;
}

#contrast_style button::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    left: 3px;
    bottom: 3px;
    border: 1px solid #4b4b4b;
    border-radius: 50%;
}

#contrast_style button:nth-of-type(1)::after {
    background: linear-gradient(to right, #4b4b4b, #4b4b4b 50%, #ffffff 50%);
}

#contrast_style button:nth-of-type(2)::after {
    background: linear-gradient(to right, #ffffff, #ffffff 50%, #4b4b4b 50%);
}

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

@media (min-width: 992px) {
    #style {
        margin-left: 11px;
        padding-left: 11px;
        border-left: 1px solid rgba(255, 255, 255, 0.5);
    }

    #style button {
        font-size: 20px;
        background: transparent;
        padding: 0;
        border: none;
        color: #ffffff;
        display: inline-block;
        font-weight: 600;
        text-align: center;
        position: relative;
        line-height: 1;
        -webkit-transition: all 150ms linear;
        -moz-transition: all 150ms linear;
        -ms-transition: all 150ms linear;
        -o-transition: all 150ms linear;
        transition: all 150ms linear;
    }

    #style button+button {
        margin-left: 8px;
        padding-left: 8px;
        border-left: 2px solid #ffffff;
    }

    #style button:hover {
        text-decoration: underline;
    }

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

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

#search {
    height: 33px;
    background: transparent;
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 270px;
}

#search::before {
    content: '';
    position: absolute;
    pointer-events: none;
    bottom: 1px;
    left: 0;
    opacity: 0.6;
    height: 1px;
    width: 238px;
    background-color: #ffffff;
}

#search_input {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-style: normal;
    background: transparent;
    padding: 0;
    border: 0;
    line-height: 33px;
    padding-left: 10px;
    padding-right: 43px;
    height: 33px;
    width: 100%;
    display: block;
}

#search_submit {
    width: 33px;
    background: transparent url('../img/lupe-icon.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_submit:hover {
    background-color: #256202;
}

.contrast_dark_font #search_submit {
    background-color: #000 !important;
}

#search_input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

#search_input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

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

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

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

/* burgermenu for tablet */

@media (max-width: 991px) {
    #menuBox {
        padding-top: 15px;
    }

    .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: #256202;
        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: #256202;
        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 {
        background-color: rgba(37, 98, 2, 0.9);
        box-shadow: 0px 0px 15px 0px rgba(55, 55, 55, 0.58);
        -webkit-box-shadow: 0px 0px 15px 0px rgba(55, 55, 55, 0.58);
        -moz-box-shadow: 0px 0px 15px 0px rgba(55, 55, 55, 0.58);
    }

    .is-sticky .horizontally {
        background-color: #256202;
    }

    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 .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: 10px;
        left: 0;
        right: 0;
        top: -10px;
    }

    /* 3rd */

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

    /* Fade in Hover End */
}


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

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

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

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li+li {
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        margin-left: 10px;
        padding-left: 10px;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 16px 0;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 1.5rem;
        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: #a2e27f;
    background-color: transparent;
}

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

.navbar-default .navbar-nav>li>.dropdown-menu,
.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
    background-color: #ffffff;
}

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

@media(min-width:992px) {

    .navbar-default .navbar-nav>li>.dropdown-menu,
    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: rgba(255, 255, 255, 0.96);
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
    }

    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        margin-top: -10px;
        margin-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: #343434;
    font-weight: 400;
    text-align: left;
    padding: 9px 25px;
    font-size: 1.0625rem;
    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: #89c16a;
    color: #ffffff;
}

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

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

#slider {
    max-height: 300px;
    overflow: hidden;
    position: relative;
    border-radius: 20px 20px 0 0;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.45);
}

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

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

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

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

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

.slider-mask {
    display: none;
}

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

#bannerOverlay {
    padding-top: 37px;
    padding-bottom: 38px
}

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

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

#logo {
    display: inline-block;
}

#logo img {
    display: block;
}

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

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

/* ----------------------------------------------- video  ----------------------------------------------- */

#video_wrapper {
    width: 100%;
    height: auto;
    max-height: 607px !important;
    overflow: hidden;
    position: relative;
}

@media (max-width: 991px) {
    #video_wrapper {
        background-color: #245f02;
    }
}

#body-video-background {
    width: 100%;
    z-index: -100;
    position: relative;
    margin-top: -31%;
    max-width: 100%;
    object-fit: cover;
    background-size: cover;
}

@media(max-width:991px) {
    #body-video-background {
        display: none;
    }
}

/* ------------------------------------------------ tickerWrapper ----------------------------------------------- */

#tickerWrapper {
    padding-top: 25px;
    padding-bottom: 20px;
    line-height: 1.2;
}

.newsticker,
.newsticker a {
    color: #256202;
    font-weight: 600;
}

/* ----------------------------------------------- 6ev + 7nw tabArea ----------------------------------------------- */

#tabArea {
    color: #323232;
    padding-top: 10px;
}

#tabArea .tab>.row,
#tabArea .tab>.row>div {
    padding: 0;
    margin: 0;
}

@media (min-width: 992px) {
    #tabArea .tab>.row {
        height: 100%;
        min-height: 100%;
    }
}

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

#tabArea .tab {
    background-color: #f5f5f5;
    min-height: 100%;
    height: 100%;
    font-size: 1.125rem;
}

@media (max-width: 575px) {
    #tabArea .tab {
        margin-top: 15px;
    }
}

#tabArea .tabHeadline {
    margin: 0;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.2;
    background-color: #256202;
    hyphens: auto;
}

#tabArea .tabHeadline::before {
    content: "";
    display: block;
    height: 91px;
    width: 100%;
    margin-bottom: 14px;
    background-position: center;
    background-repeat: no-repeat;
}

#tabArea .events .tabHeadline::before {
    background-image: url('../img/termin-icon.png');
}

@media (min-width: 992px) {
    #tabArea .tabHeadline {
        height: 100%;
        min-height: 100%;
    }
}

@media (min-width: 1200px) {
    #tabArea .tabHeadline {
        font-size: 1.5rem;
    }
}

#tabArea .tabHeadline,
#tabArea .tabContent {
    padding: 28px;
}

#tabArea .tabContent {
    line-height: 1.3;
}

#tabArea .tab_link_title a {
    color: #323232;
    font-weight: 600;
}

#tabArea .tab_link_date,
#tabArea .tab_link_mandat a {
    color: #323232;
}

#tabArea .tab_spacer {
    height: 15px;
}

/* -----------------------------------------  button ---------------------------------------- */

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

#tabArea .tab_link_mehr a {
    background: #256202;
    font-weight: 400;
    color: #ffffff;
    padding: 5px 17px;
    position: relative;
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
}

#tabArea .tab_link_mehr a:hover,
#tabArea .tab_link_mehr a:focus {
    background: #323232;
    color: #ffffff;
}

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

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

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



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

#news .tab {
    border-radius: 3px;
    background-color: #256202;
    overflow: hidden;
    padding: 30px;
    color: #ffffff;
    background-position: top 20px right 20px;
    background-repeat: no-repeat;
}

#news .tabHeadline {
    color: #ffffff;
    margin: 0 0 20px 0;
    font-weight: 700;
}

@media (min-width: 768px) {
    #news .tabHeadline {
        margin: 0 0 25px 0;
    }
}

@media (min-width: 1200px) {
    #news .tabHeadline {
        -webkit-hyphens: manual;
        -moz-hyphens: manual;
        -ms-hyphens: manual;
        hyphens: manual;
    }
}

#news .tabHeadline::after {
    display: none;
}

#news .tab_link_entry {
    font-size: 1rem;
    position: relative;
    width: 100%;
}

#news .tab_link_title a {
    line-height: 1.2;
    font-weight: 600;
    font-size: 1rem;
    display: block;
    margin-bottom: 8px;
}

@media (min-width: 576px) {
    #news .tab_link_entries {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#news {
    padding-top: 30px;
}

#news .tab {
    background-image: url('../img/news-icon.png');
}

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

#news .tab,
#news .tab_link,
#news .tab_link>div {
    height: 100%;
    min-height: 100%;
}

#news .tab_link_entry {
    background: #f5f5f5;
    border-radius: 3px;
    padding: 160px 30px 30px 30px;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

@media (min-width: 576px) and (max-width: 767px) {
    #news .tab_link_entry {
        width: calc(50% - 15px);
    }
    #news .tab_link_entry:nth-child(2n+1) {
        margin-right: 15px;
    }
    #news .tab_link_entry:nth-child(2n+2) {
        margin-left: 15px;
    }
}

@media (min-width: 768px) {
    #news .tab_link_entry {
        width: calc(33.33% - 20px);
    }
    #news .tab_link_entry+.tab_link_entry {
        margin-left: 30px;
    }
}

@media (min-width: 576px) {
    #news .tab_link_entry:nth-child(2) {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    #news .tab_link {
        margin-top: 30px;
    }
}

#news .tab_preview_picture {
    background: #ffffff;
}

#news .tab_link_title a::before,
#news .tab_link_entry .tab_preview_picture {
    position: absolute;
    display: block;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 120px;
    overflow: hidden;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#news .tab_link_title a::before {
    content: "";
    background: #666666 url("../img/aktuelles-platzhalter.jpg") center / cover no-repeat;
}

#news .tab_preview_picture img {
    position: absolute;
    margin: 0 !important;
    left: 50%;
    top: 50%;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    max-width: 350px;
    width: auto;
    height: auto;
    -ms-interpolation-mode: bicubic;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#news .tab_date {
    font-size: 0.75rem;
    font-weight: 600;
    position: absolute;
    left: -1px;
    top: 105px;
    z-index: 1;
    display: inline-block;
    padding: 6px 20px;
    background: #256202;
    color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#news .tab_link_title a {
    color: #1e1e1e;
}

.tab_link_entries+div,
.tab_link_entries .tab_spacer,
.tab_link_entry>div:nth-last-child(2) {
    display: none;
}

/* ------------------------------------------- button design ------------------------------------------- */

#news .buttonStyle a {
    -moz-transition: background 300ms linear, color 300ms linear, border 300ms linear;
    -ms-transition: background 300ms linear, color 300ms linear, border 300ms linear;
    -o-transition: background 300ms linear, color 300ms linear, border 300ms linear;
    -webkit-transition: background 300ms linear, color 300ms linear, border 300ms linear;
    background: #256202;
    border-radius: 3px;
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 5px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 300ms linear, color 300ms linear, border 300ms linear;
}

@media (min-width: 768px) {
    #news .buttonStyle a+a {
        margin-left: 12px;
    }
}

#news .buttonStyle a::after {
    bottom: 1px;
    content: "\00BB";
    margin-left: 4px;
    position: relative;
}

#news .buttonStyle a:hover,
#news .buttonStyle a:focus {
    background: #306a0f;
    color: #fff;
}

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

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

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

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

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

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

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

/* ------------------------------------------  @3f ----------------------------------------- */

#maps_contact {
    overflow: hidden;
}

#maps_contact>.row {
    max-width: 100%;
    width: 100%;
}

#maps_contact .noPadding {
    padding: 0px;
}

#maps_contact {
    background-color: #f5f5f5;
    font-size: 1rem;
    color: #323232;
}

#maps_contact .tabHeadline {
    font-size: 1.5rem;
    color: #245f02;
    margin-bottom: 10px;
    position: relative;
}

#maps_contact .colContact {
    padding-top: 45px;
    padding-bottom: 30px;
    position: relative;
}

#maps_contact .colContact>*+* {
    margin-top: 40px;
}

@media (min-width: 992px) {
    #maps_contact .colContact {
        padding-top: 85px;
        padding-bottom: 50px;
    }

    #maps_contact .colContact>*+* {
        margin-top: 80px;
    }
}

#maps_contact .tab a[href*="mailto"] {
    text-decoration: underline;
}

#maps_contact .colContact::before {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    right: -19vw;
    bottom: 0;
    left: -15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1199px) {
    #maps_contact .colContact::before {
        right: 0vw;
    }
}

/* ----------------------------------------------- newsletter ----------------------------------------------- */

#newsletter {
    margin-top: 20px;
}

@media (min-width: 992px) {
    #newsletterInputs {
        max-width: 340px;
        width: 100%;
    }
}

#newsletterInputs {
    height: 36px;
    background: transparent;
    display: inline-block;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid rgba(37, 98, 2, 0.5);
}

#newsletter_input {
    color: #323232;
    font-size: 12px;
    font-style: normal;
    background: transparent;
    padding: 0;
    border: 0;
    line-height: 36px;
    padding-left: 15px;
    padding-right: 55px;
    height: 36px;
    width: 100%;
    display: block;
}

#newsletter_submit {
    width: 52px;
    background: #256202 url('../img/mail-icon.png') center no-repeat;
    padding: 0;
    cursor: pointer;
    line-height: 36px;
    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;
}

#newsletter_submit:hover {
    background-color: #323232;
}

#newsletter_input::-ms-input-placeholder {
    color: #323232 !important;
}

#newsletter_input::-webkit-input-placeholder {
    color: #323232 !important;
}

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

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

/* ----------------------------------------------- counterBox ----------------------------------------------- */

#counterBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    border: 1px solid rgba(37, 98, 2, 0.5);
    background: transparent;
    position: relative;
    border-radius: 3px;
    max-width: 235px;
    color: #245f02;
    font-size: 1rem;
    padding: 4px 20px;
}

/* ----------------------------------------------- iframeMapsTab ----------------------------------------------- */

.iframeMapsTab,
.iframeMapsTab .template-page,
.iframeMapsTab .row,
.iframeMapsTab .row p {
    height: 100%;
}

.iframeMapsTab iframe,
.iframeMapsTab .iframe-wrapper-manual-enabling {
    min-width: 100% !important;
    width: 100%;
    display: block;
    max-height: 100%;
    min-height: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    #maps_contact .colMaps {
        padding-left: 0;
        max-width: 1060px;
    }

    #maps_contact .colContact {
        max-width: 506px;
    }
}

@media (max-width: 767px) {
    #maps_contact .colMaps {
        padding: 0px;
    }

    #maps_contact .colContact {
        max-width: 576px;
        margin: auto;
    }
}

/* ---------------------------------------------- footerBox ---------------------------------------------- */

.footerBox {
    background-color: #256202;
    padding-top: 12px;
    padding-bottom: 12px;
}

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

#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: inline-block;
}

#innerfooter a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
}

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

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

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

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

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

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

#vernetzt span {
    color: #ffffff;
}

#vernetzt span span {
    display: block;
}

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