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

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

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

a {
    color: #1f4991;
}

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


b,
strong {
    font-weight: 700;
}

.row,
.compact,
._op-container .container {
    max-width: 1440px;
    width: 100%;
}

input:focus-within,
a:focus-within,
button:focus-within input:focus-visible,
a:focus-visible,
button:focus-visible {
    outline: 2px auto !important;
}

/* ------------------------------------------------ @2tp ----------------------------------------------- */

#tp2 {
    overflow: hidden;
    position: relative;

}

@media (min-width: 992px) {
    #tp2 {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 105;

    }
}

#tp2 div.col-xs-12 {
    padding: 0px;
}

#tp2 .optionsbar {
    background-color: #809d3d;
    margin-left: auto;
    min-height: 35px;
    border-bottom-left-radius: 5px;
}


#contrast_style {
    padding-left: 25px;
    padding-right: 17px;
}

#contrast_style button {
    color: #000000;
    padding: 0;
    border: none;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    background: transparent;
    position: relative;
    z-index: 1;
    font-size: 0;
    border-radius: 50%;
}

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

#contrast_style button:hover,
#contrast_style button:focus {
    outline: 2px auto !important;
}

.optionsbar::after {
    content: '';
    width: 50vw;
    position: absolute;
    right: -50vw;
    top: 0px;
    pointer-events: none;
    background-color: #667D31;
    display: inline-block;
    height: 100%;
}

@media (min-width: 992px) {

    #style {
        padding-left: 15px;
        padding-right: 15px;
        border-left: 1px solid rgba(8, 8, 8, 0.5);
    }

    #style button {
        font-size: 1.25rem;
        background: transparent;
        padding: 0;
        border: none;
        color: #191919;
        display: inline-block;
        font-weight: 700;
        text-align: center;
        position: relative;
        line-height: 1.2;
        -webkit-transition: color 150ms linear;
        -moz-transition: color 150ms linear;
        -ms-transition: color 150ms linear;
        -o-transition: color 150ms linear;
        transition: color 150ms linear;
        margin-top: -2px;
    }

    #style button+button::before {
        content: '';
        height: 20px;
        width: 1px;
        background: #191919;
        display: inline-block;
        pointer-events: none;
        margin: 0 10px;
        position: relative;
        top: 4px;
    }

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

    #style button:focus-within,
    #style button:focus-visible {
        outline: 2px auto !important
    }


}

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

.searchContainer {
    background: #667D31;
}

#search {
    height: 100%;
    display: inline-block;
    position: relative;
    padding: 3px;
}

@media (max-width: 991px) {
    #search {
        margin-right: 80px;

    }
}

#search_input {
    color: #fff;
    font-size: 0.9375rem;
    font-style: normal;
    background: transparent;
    padding: 0;
    border: 0;
    padding-left: 16px;
    padding-right: 43px;
    height: 100%;
    width: 100%;
    padding-bottom: 3px;
}

#search_submit {
    width: 100%;
    background: url('../img/icon-lupe.png') center no-repeat;
    padding: 0;
    cursor: pointer;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    font-size: 0;
    transition: background-color 300ms linear;
}

#search_submit:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

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

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

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

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

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

#logo {
    display: inline-block;
    text-decoration: none !important;
}

#logo :is(h1, h2, h3, h4, h5, h6) {
    color: #191919;
    font-size: clamp(1.875rem, 3vw, 2.5rem);
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Merriweather Sans", sans-serif;
    margin: 0;
}

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

/* burgermenu for tablet */

@media (max-width: 991px) {

    #menu {
        padding: 10px 0;
    }

    #myNavbar-sticky-wrapper {
        height: 0 !important;
        z-index: unset !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: #1f4991;
        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);
        transition: top 200ms linear;
    }


    .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 {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 103;
    }

    #menu {
        background: rgba(255, 255, 255, 0.80);
        padding: 20px 0 10px 0;
    }

    #menu .navbar {
        margin-bottom: 15px;
    }

    #stickyElement-sticky-wrapper.is-sticky {
        width: 100vw;
    }

    .is-sticky #myNavbar {
        background: rgba(255, 255, 255, 0.80);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
        top: 0px;
        width: 100vw !important;
        left: 50%;
        transform: translate(-50%);
        padding: 10px 0;
    }

    #myNavbar>ul {
        max-width: 1440px;
        margin: auto;
    }

    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 */
}

@media (min-width: 1200px) {
    #menu .navbar {
        margin-top: 4rem;
    }

}

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

.navbar-default .navbar-nav>li>a {
    color: #191919;
    font-weight: 700;
    text-align: left;
    padding: 10px 35px 15px 15px;
    position: relative;
    font-size: 1.1875rem;
    line-height: 1.2;
    text-decoration: none;
    border-radius: 4px;

}

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

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

    .navbar-default .navbar-nav>li>a {
        padding: 15px 5px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        height: 100%;
        text-align: center;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
        background-color: #fff;
        margin-top: 5px;
    }
}

@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: #fff;
    background-color: #1f4991;
}


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

.navbar-default .navbar-nav>li>.dropdown-menu,
.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

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

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

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

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

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

    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        margin-top: -10px;
        border-radius: 5px;
        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: #222222;
    font-weight: 400;
    text-align: left;
    padding: 9px 25px 9px 35px;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
    position: relative;
}

@media(max-width:991px) {
    nav.horizontally .navbar-nav>li>.dropdown-menu>li>a.dropdown-toggle2 {
        padding-right: 35px;
    }
}

.navbar-default .navbar-nav>li>.dropdown-menu>li>a::before,
.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a::before {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    top: 16px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #445d04;
    -webkit-transition: background 300ms linear;
    -moz-transition: background 300ms linear;
    -ms-transition: background 300ms linear;
    -o-transition: background 300ms linear;
    transition: background 300ms linear;
}

.navbar-default .navbar-nav>li>.dropdown-menu>li+li:not(:nth-child(2)),
.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li+li:not(:nth-child(2)) {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

/* ------------------------------------------ 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: #1f4991;
}

.navbar-nav>li>.dropdown-menu>li:focus-within>a,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li:focus-within>a {
    color: #1f4991;
}

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

.navbar-nav>li>.dropdown-menu>li:focus-within>a::before,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li:focus-within>a::before {
    background: #1f4991;
}


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

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

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

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

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

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

    #headerpic .nivo-controlNav {
        bottom: 40px;
    }

    .index #headerpic .nivo-controlNav {
        bottom: 128px;
    }

    #headerpic .nivo-directionNav a {
        bottom: 80px;
        top: unset;
    }
}

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

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

.slider-mask {
    display: block;
    background: url(../img/slider-mask.png) no-repeat bottom -1px center / 100% auto;
}

#banneroverlay {
    position: relative;
}

@media (min-width: 992px) {
    #banneroverlay {
        position: absolute;
        width: 100%;
        z-index: 55;
        bottom: 10%;
    }

    .index #banneroverlay {
        bottom: 30%;
    }
}

#banneroverlay .buttonStyle {
    background: rgba(31, 73, 145, 0.9);
    padding: 30px;
    font-size: 1rem;
    border-radius: 10px;
    margin-top: 30px;
    color: #fff;
}

@media (min-width: 768px) {
    #banneroverlay .buttonStyle {
        margin-top: -60px;
    }
}

#banneroverlay .buttonStyle .tabHeadline {
    font-size: 1.25rem;
    color: #fff;
}

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

#tabs {
    z-index: 12;
    position: relative;
    pointer-events: none;
}

@media (max-width: 767px) {
    #tabs {
        padding-top: 30px;

    }
}

#tabs .tab {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    min-height: 100%;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.10);
    padding: 30px;
    border: 3px solid #fff;
    pointer-events: all;
}

#tabs img {
    max-width: unset;
    display: block;
    width: calc(100% + 60px);
    position: relative;
    max-height: 176px;
    object-fit: cover;
    object-position: center;
    margin: -30px -30px 10px -30px;
}

#tabs h3 {
    font-size: 1.5rem;
}

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

#tabs .tab a:not(.has-image) strong {
    display: inline-block;
    color: #fff;
    border-radius: 10px;
    background: #1f4991;
    font-family: "Merriweather", serif;
    font-size: 0.75rem;
    padding: 5px 10px;
    text-decoration: none;
}

#tabs .tab a:not(.has-image) strong:hover,
#tabs .tab a:not(.has-image) strong:focus {
    background: #445d04;
}

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

@media (min-width: 992px) {
    #tabs>.row {
        margin-top: -6vw;
    }
}

@media (min-width: 1921px) {
    #tabs>.row {
        margin-top: -125px;
    }
}

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

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

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

main {
    background-attachment: fixed;
    background-size: cover;
}

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

#news .tab {
    background-color: #445d04;
    overflow: hidden;
    padding: 30px;
    color: #ffffff;
    border-radius: 10px;
}

#news .tabHeadline {
    color: #ffffff;
    margin: 0 0 20px 0;
    hyphens: auto;
    font-size: 2rem;
}

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

@media (min-width: 1200px) {
    #news .tabHeadline {
        padding-right: 60px;
        hyphens: auto;

    }
}

#news .tab_link_entry {
    font-size: 1rem;
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

#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;
    padding-bottom: 55px;
}

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

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

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

@media (max-width: 767px) {

    #news .tab_link_entries {
        justify-content: center;
    }

    #news .tab_link_entry {
        margin-bottom: 30px;
        justify-content: center;

    }
}

@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_entry::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_entry::before {
    content: "";
    background: #666666 url("../img/platzhalter-aktuelles.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: #445d04;
    color: #ffffff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#news .tab_link_title a {
    color: #1f4991;
    font-family: "Merriweather", serif;
    font-size: 1.25rem;
}

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

/*--------------------- @ev14 ------------------------*/

#ev14 {
    padding: 40px 0;
}

#ev14 .tabHeadline {
    font-size: 2rem;
}


#ev14 .tab_link {
    padding: 20px 0;
}

#ev14 .tab_link_entries {
    display: flex;
}

@media (max-width: 991px) {
    #ev14 .tab_link_entries {
        flex-wrap: wrap;
    }
}

#ev14 .tab_link_entry {
    width: 100%;
    display: flex;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    margin-bottom: 30px;
    flex-direction: column;
}

@media (min-width:768px) and (max-width:991px) {
    #ev14 .tab_link_entries .tab_link_entry:last-child {
        width: 100%;
    }

    #ev14 .tab_link_entry {
        width: calc(50% - 15px);
    }

    #ev14 .tab_link_entry:nth-child(2) {
        margin-left: 30px;
    }

}

@media (min-width: 1200px) {
    #ev14 .tab_link_entry {
        width: calc(33% - 15px);
        margin-bottom: 0;
    }

    #ev14 .tab_link_entry+.tab_link_entry {
        margin-left: 30px;
    }
}

#ev14 .vorschau {
    display: none;
}

#ev14 .tab_link_entry>div:nth-child(7) {
    order: 4;
}



#ev14 .tab_link_date {
    order: -1;
    color: #191919;
    font-size: 1.25rem;
    font-size: 1rem;
}

#ev14 .tab_link_title a {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.25rem;
    font-weight: 700;
    font-family: "Merriweather", serif;
    color: #1f4991;
}

#ev14 .tab_link_mandat a {
    font-size: 1rem;
    font-weight: 400;
    color: #191919;
}

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

#ev14 .more_link a,
.buttonStyle a {
    display: inline-block;
    color: #fff;
    border-radius: 10px;
    background: #1f4991;
    font-family: "Merriweather", serif;
    font-size: 0.75rem;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #fff;
}

#ev14 .more_link a {
    border: none;
}

#ev14 .more_link a:hover,
#ev14 .more_link a:focus,
.buttonStyle a:hover,
.buttonStyle a:focus {
    background: #0c5c82;
    color: #fff;
}

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

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

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

@media (min-width: 768px) {

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

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

@media (min-width: 768px) {

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

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 #2e3c48;
}

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

#footerTop {
    padding: 20px 0;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    margin-top: 60px;
}

#footerBottom {
    padding: 15px 0;
}

#footerTop :is(h1, h2, h3, h4, h5, h6, a) {
    color: #fff;
}

#footerTop .tabContact a {
    text-decoration: underline;
}



@media (max-width: 767px) {
    #footerBottom .row>.col-xs-12:not(:first-child)::before {
        background: #000000;
        content: " ";
        height: 1px;
        width: 100%;
        display: block;
        margin: 25px 0;
        opacity: 0.2;
    }

    #footerBottom .row>.col-xs-12.hidden-xs~.col-xs-12::before,
    #footerBottom .row>.col-xs-12.hidden-sm~.col-xs-12::before {
        display: none;
    }
}

#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: inline-block;
}

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

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

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

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

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

#vernetzt {
    text-align: right;
    font-size: 0.875rem;
    color: #ffffff;
    line-height: 1.3;
    margin: 0 auto;
    font-weight: 300;
    display: inline-block;
}

#vernetzt b {
    color: #becdda;
    font-weight: 400;
}

#vernetzt span {
    color: #ffffff;
}

#vernetzt span span {
    display: block;
}

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