@import url('https://fonts.verwaltungsportal.de/css/?family=Titillium+Web:300,300i,400,400i,500,500i,600,600i,700,700i');

body {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    color: #222222;
    background: #ffffff;
    font-size: 1rem;
    /* 1rem = 16px */
    line-height: 1.5;
}

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

a {
    color: #43682c;
}

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

b, strong {
    font-weight: 600;
}

@media (min-width: 1200px) {
    .row, .compact, ._op-container .container {
        max-width: 1420px;
        width: 100%;
    }
}

.over {
    overflow: hidden;
}

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

#topbar {
    position: relative;
    -webkit-box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.2);
    box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.2);
}

@media (max-width: 991px) {
    #topbar {
        min-height: 95px;
    }
}

@media (min-width: 992px) {
    #topbar {
        background: #ffffff;
    }

    #topbar>.row>div:not(:first-child) {
        padding-top: 34px;
        padding-bottom: 40px;
    }

    #topbar>.row>div:nth-child(4) {
        position: relative;
    }

    #topbar>.row>div:nth-child(4)::before,
    #topbar>.row>div:nth-child(4)::after {
        position: absolute;
        height: 40px;
        width: 1px;
        background-color: #b4b4b4;
        top: calc(50% - 20px);
        display: block;
        content: "";
    }

    #topbar>.row>div:nth-child(4)::before {
        left: 5%;
    }

    #topbar>.row>div:nth-child(4)::after {
        right: 5%;
    }
}

#topbar::after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: 12px;
    right: 0;
    height: 5px;
    background: #ffcc33;
    pointer-events: none;
}

@media (max-width: 991px) {
    .is-sticky #topbar {
        position: relative !important;
    }
}

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

#logo {
    display: inline-block;
    padding: 14px 20px 20px 20px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.2);
    box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.2);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 50;
}

#logo img {
    display: block;
}

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

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

form[id^="search"] {
    height: 38px;
    display: block;
    position: relative;
    margin: 20px auto;
    max-width: 250px;
    width: 100%;
}

@media (min-width: 992px) {
    form[id^="search"] {
        display: inline-block;
        margin: 0 20px 0 0;
    }
}

form [id^="search_input"] {
    color: #666666;
    font-size: 17px;
    font-style: normal;
    background: #ffffff;
    padding: 0;
    border: 0;
    line-height: 38px;
    padding-left: 14px;
    padding-right: 47px;
    height: 38px;
    width: 100%;
    font-weight: 400;
}

form [id^="search_submit"] {
    width: 38px;
    height: 38px;
    border: none;
    background: url('../img/lupe-icon.png') center no-repeat;
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    -webkit-transition: background 150ms linear;
    -moz-transition: background 150ms linear;
    -ms-transition: background 150ms linear;
    -o-transition: background 150ms linear;
    transition: background 150ms linear;
}

form [id^="search_submit"]:hover,
form [id^="search_submit"]:focus {
    background-color: rgba(67, 104, 44, 0.1);
}

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

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

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

/* ------------------------------------------- Links ------------------------------------------ */

.linkStyle1 {
    font-weight: 400;
    font-size: clamp(1rem, 4vw, 1.25rem);
    position: relative;
}

.linkStyle1 a,
.linkStyle2 a {
    color: #ffffff;
    text-decoration: none;
    margin: 20px 0;
}

.linkStyle2 a+a {
    margin-left: 40px;
}

@media (min-width: 992px) {

    .linkStyle1 a,
    .linkStyle2 a {
        color: #222222;
    }

    .linkStyle1 a:hover,
    .linkStyle1 a:focus {
        color: #43682c;
    }

    .linkStyle2 a:hover,
    .linkStyle2 a:focus {
        color: #255f91;
    }

    .linkStyle1::before {
        position: absolute;
        display: block;
        content: "";
        width: 24px;
        height: 24px;
        top: calc(50% - 17px);
        left: 0;
        background: url('../img/icon-werkzeug.png') no-repeat center;
    }
}

.linkStyle2 {
    font-weight: 400;
    font-size: clamp(1rem, 4vw, 1.125rem);
}

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    #headerpic .nivo-controlNav {
        bottom: 40px;
    }

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

@media (min-width: 992px) {
    .index #headerpic .nivo-controlNav {
        bottom: 230px;
    }
}

@media (min-width: 1200px) {
    #headerpic .nivo-controlNav {
        bottom: 60px;
    }
}


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

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

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

/* burgermenu for tablet */

#burgerButton {
    font-size: 0;
    border: none !important;
    position: relative;
    z-index: 1002;
    display: block;
    width: 58px;
    height: 58px;
    cursor: pointer;
    background: #ffffff;
}

@media (max-width: 991px) {
    #burgerButton {
        position: fixed;
        right: 15px;
        top: 8px;
        border-radius: 50%;
        -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.15);
    }
}

@media (min-width: 992px) {
    #burgerButton {
        margin: 0 0 0 20px;
        height: 38px;
    }

    #burgerButton::before {
        content: "Menü";
        font-size: 25px;
        position: absolute;
        left: 60px;
        top: 6px;
        color: #222222;
        font-weight: 400;
        line-height: 1;
    }
}

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

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

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

#burgerButtonInner2, #burgerButton:after, #burgerButtonInner {
    position: absolute;
    background: #cd9900;
    width: 38px;
    height: 4px;
    left: 10px;
    -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;
}

#burgerButtonInner {
    top: 19px;
}

#burgerButtonInner2 {
    top: 28px;
}

#burgerButton:after {
    top: 37px;
    content: "";
    display: block;
}

@media (min-width: 992px) {
    #burgerButtonInner {
        top: 8px;
    }

    #burgerButtonInner2 {
        top: 17px;
    }

    #burgerButton:after {
        top: 26px;
    }
}

/* burgermenu for tablet */

@media (max-width: 991px) {
    .navbar-collapse {
        top: 0;
        background: #43682c;
        position: fixed;
        left: -100%;
        bottom: 0;
        z-index: 100;
        height: auto !important;
        -webkit-box-shadow: 0 0 150px 0 rgba(0, 0, 0, 1);
        box-shadow: 0 0 150px 0 rgba(0, 0, 0, 1);
        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[aria-expanded="true"],
    .navbar-collapse.in {
        left: 0;
        opacity: 1;
        pointer-events: auto;
    }

    .navbar-toggle::before {
        content: "";
        opacity: 0;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 0;
        z-index: -1;
        display: block;
        -webkit-transition: width 300ms linear, opacity 300ms linear;
        -moz-transition: width 300ms linear, opacity 300ms linear;
        -ms-transition: width 300ms linear, opacity 300ms linear;
        -o-transition: width 300ms linear, opacity 300ms linear;
        transition: width 300ms linear, opacity 300ms linear;
    }

    .navbar-toggle[aria-expanded="true"]::before {
        opacity: 1;
        width: 90px;
    }
}

@media (min-width: 575px) and (max-width: 991px) {
    .navbar-collapse {
        width: 60%;
    }

    .navbar-collapse.collapse.in:after,
    .navbar-toggle[aria-expanded="true"]::before {
        width: 40%;
    }
}

/* menu desktop */

@media (min-width: 992px) {
    .is-sticky #topbar>.row>div:not(:first-child) {
        padding-top: 14px;
        padding-bottom: 20px;
    }

    .is-sticky #topbar::after {
        display: none;
    }

    #topbar>.row>div:not(:first-child) {
        -webkit-transition: all 0.4s 0s ease;
        -moz-transition: all 0.4s 0s ease;
        -o-transition: all 0.4s 0s ease;
        transition: all 0.4s 0s ease;
    }

    #myNavbar.navbar-collapse {
        background: #ffffff;
        pointer-events: none;
        position: absolute;
        z-index: 1002;
        top: 70px;
        left: 23px;
        opacity: 0;
        width: 580px;
        border-radius: 0;
        height: auto !important;
        overflow: visible !important;
        -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
        -webkit-transition: opacity 300ms linear, top 300ms linear;
        -moz-transition: opacity 300ms linear, top 300ms linear;
        -ms-transition: opacity 300ms linear, top 300ms linear;
        -o-transition: opacity 300ms linear, top 300ms linear;
        transition: opacity 300ms linear, top 300ms linear;
    }

    #burgerButton[aria-expanded="true"]+#myNavbar {
        pointer-events: auto;
        opacity: 1;
        top: 140px;
    }

    #myNavbar:focus-within {
        pointer-events: auto;
        opacity: 1;
        top: 140px;
    }

    #myNavbar.navbar-collapse::before {
        content: "";
        display: block;
        position: absolute;
        left: 15px;
        top: -18px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 25px 18px 25px;
        border-color: transparent transparent #43682c transparent;
    }

    #myNavbar.navbar-collapse>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-height: 75vh;
        overflow-y: auto;
        position: relative;
        background: #ffffff;
    }

    .navbar-nav {
        padding: 23px 0 25px 0;
        background: #43682c;
        min-height: 300px;
    }

    .navbar-default .navbar-nav>li>.dropdown-menu {
        padding: 25px 20px;
        position: absolute;
        z-index: 2;
        left: 50%;
        top: 0 !important;
        right: 0;
        bottom: 0;
        overflow-y: auto;
        background: #ffffff;
    }

    .navbar-nav, .navbar-default .navbar-nav>li>.dropdown-menu {
        width: 50%;
    }

    .navbar-default .navbar-nav>li>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 #myNavbar.show .navbar-nav>li[class$="_over"]>.dropdown-menu,
    .navbar-default .navbar-nav>li:hover>ul {
        pointer-events: auto !important;
        opacity: 1 !important;
    }

    .navbar-default .navbar-nav>li:focus-within>ul {
        pointer-events: auto !important;
        opacity: 1 !important;
    }

    .navbar-default .navbar-nav>li:hover>ul {
        z-index: 3;
    }

    .navbar-default .navbar-nav>li:focus-within>ul {
        z-index: 3;
    }
}

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

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

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

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li>a {
        padding: 7px 30px;
        text-align: right;
    }

    .navbar-default .navbar-nav>li>a::before {
        content: "";
        position: absolute;
        display: block;
        width: 25px;
        top: 0;
        bottom: 0;
        right: -25px;
    }
}

/* -------------------------------------------- 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: #222222;
    background-color: #ffffff;
}

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

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

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

.navbar-default .navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>a,
.navbar-default .navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>.dropdown-menu>li>a {
    color: #222222;
    font-weight: 400;
    text-align: left;
    padding: 8px 35px 8px 25px;
    position: relative;
    font-size: 1.125rem;
    line-height: 1.2;
    text-decoration: none;
}

.navbar-default .navbar-nav>li>.dropdown-menu li[class*="_start"],
.navbar-default .navbar-nav>li>.dropdown-menu li[class*="end"] {
    display: none;
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"] {
        border-top: 1px dashed rgba(82, 82, 82, 0.4);
    }

    .navbar-default .navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>a {
        padding: 9px 2px;
    }

    .navbar-default .navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>.dropdown-menu>li>a {
        padding: 5px 10px 5px 34px;
    }

    .navbar-default .navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>.dropdown-menu>li>a::after {
        content: "";
        position: absolute;
        left: 8px;
        top: 50%;
        background: #ffffff;
        width: 5px;
        height: 5px;
        margin-top: -2px;
        border-radius: 50%;
    }

    .navbar-default .navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>.dropdown-menu {
        display: block;
    }
}

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

.navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]:hover>a,
.navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>a:hover,
.navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"]>a:focus,
.navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"].open>a,
.navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"].open>a:hover,
.navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"].open>a:focus,
.navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"][class$="_over"]>a,
.navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"][class$="_over"]>a:hover,
.navbar-nav>li>.dropdown-menu li[class*="menue_point_secondlevel"][class$="_over"]>a:focus {
    background: transparent;
    color: #255f91;
}

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

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

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

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

    body.index main {
        background: url('../img/hintergrund-top.jpg') top left no-repeat, url('../img/hintergrund.jpg') bottom 25.5% right no-repeat;
    }
}

hr, .hrstyle {
    opacity: 1;
    background: rgba(110, 110, 110, 0.3);
}

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

#news {
    margin-top: 30px;
}

@media (min-width: 768px) {
    #news {
        position: relative;
        z-index: 60;
        margin-top: -90px;
    }
}

@media (max-width: 991px) {
    #news>.row>*:first-child {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    #news {
        margin-top: -210px;
    }
}

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

#news .tab_link_entry {
    border-bottom: none !important;
    position: relative;
    background: #ffffff;
    border-radius: 2px;
    width: 100%;
    padding: 220px 20px 40px 20px;
    -webkit-box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.2);
    box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.2);
}

@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 (max-width: 767px) {
    #news .tab_link_entry+.tab_link_entry {
        margin-top: 30px;
    }
}

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

#news .tab_link_entry::before {
    content: "";
    position: absolute;
    display: block;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    height: 180px;
    background: url("../img/Platzhalter-Aktuelles.jpg") center / cover no-repeat;
}

#news .tab_link_entry .tab_preview_picture {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 180px;
    overflow: hidden;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background: #ffffff;
}

#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: 500px;
    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: 1rem;
    font-weight: 400;
    position: absolute;
    right: -15px;
    top: 164px;
    z-index: 1;
    display: inline-block;
    padding: 4px 10px;
    background: #43682c;
    color: #ffffff;
}

#news .tab_link_title a {
    color: #255f91;
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.2;
    display: block;
    margin-bottom: 10px;
}

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

#news .tab_link_mehr {
    margin-top: 15px;
}

#news .tab_link_mehr a {
    font-weight: 400;
}

#news .tab_link_mehr a::after {
    content: "\00BB";
    margin-left: 4px;
    display: inline-block;
}

/* ------------------------------------------ Logoleiste ----------------------------------------- */

#logos {
    margin: 50px 0;
    background-color: #f2f2f2;
}

@media (max-width: 991px) {
    #logos {
        text-align: center;
    }
}

@media (min-width:768px) and (max-width: 991px) {
    #logos img {
        height: 100% !important;
        width: 100% !important;
    }
}

#logos,
#logos2 {
    padding: 60px 0;
}

#logos2 h1,
#logos2 h2,
#logos2 h3,
#logos2 h4,
#logos2 h5,
#logos2 h6 {
    color: #255f91;
    font-weight: 600;
    font-size: clamp(1.75rem, 4vw, 2.125rem);
}

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

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

h1 em, h1 i,
h2 em, h2 i,
h3 em, h3 i {
    font-style: normal;
    font-weight: 600;
    color: #255f91;
    font-size: 1.75rem;
    position: relative;
    top: -5px;
}

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

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

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

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

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

@media (min-width: 768px) {
    h3, .h3, .legacy_h3 {
        font-size: 1.9rem;
    }
}

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

@media (min-width: 768px) {
    h4, .h4, .h4link a:link, .h4link a:hover, .h4link a:focus, .h4link a:visited, .legacy_h4 {
        font-size: 1.7rem;
    }
}

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

@media (min-width: 768px) {
    h5, .h5, .legacy_h5 {
        font-size: 1.6rem;
    }
}

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

@media (min-width: 768px) {
    h6, .h6, .legacy_h6 {
        font-size: 1.5rem;
    }
}

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

/* ----------------------------------------------- breaker ----------------------------------------------- */

#breaker1,
#breaker2 {
    padding-top: 57px;
    padding-bottom: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#breaker1 .tab,
#breaker2 .tab {
    padding: 30px;

}

#breaker1 .tabHeadline,
#breaker1 .tabContent :is(h1,h2,h3,h4,h5,h6) {
    color: #fff;
    font-size: clamp(1.5625rem, 4vw, 2rem);
    text-align: center;
}

#breaker2 .tabHeadline,
#breaker2 .specialHeadline,
#breaker2 :is(h1,h2,h3,h4,h5,h6) {
    color: #ffffff;
    font-size: clamp(1.25rem, 4vw, 1.75rem);
}

#breaker2 .specialHeadline {
    font-size: clamp(1.7rem, 4vw, 2.125rem);
    margin-bottom: 30px;
}

#breaker1 .tab {
    background: rgba(255, 204, 51, 0.85);
    height: 100%;
    color: #444444;
}

#breaker2 .tab {
    background: rgba(37, 95, 145, 0.85);
    height: 100%;
    color: #ffffff;
}

@media (max-width: 991px) {
    #breaker2>.row>*:last-child {
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {

    #breaker2>.row>*+*,
    #breaker1>.row>*+* {
        margin-top: 30px;
    }
}

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

#tabs .tab_link_title a {
    font-weight: 400;
    color: #222222;
    text-decoration: none;
}

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

#tabs .tab_link_mehr a {
    color: #43682c;
    font-size: 1.125rem;
}

#tabs {
    padding-top: 35px;
    padding-bottom: 35px;
}

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

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

    #tabs>.row>*:nth-child(2) {
        margin-top: 0;
    }
}

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

#tabs .tab,
#news .tab {
    height: 100%;
    min-height: 100%;
    background: #ffffff;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.2);
    box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.2);
}

#tabs .tab1,
#news .tab1 {
    padding: 20px;
}

@media (min-width: 1200px) {

    #tabs .tab1,
    #news .tab1 {
        padding: 40px 30px;
    }
}

#tabs .tab1 h1,
#tabs .tab1 h2,
#tabs .tab1 h3,
#tabs .tab1 h4,
#tabs .tab1 h5,
#tabs .tab1 h6,
#news .tab1 h1,
#news .tab1 h2,
#news .tab1 h3,
#news .tab1 h4,
#news .tab1 h5,
#news .tab1 h6 {
    color: #255f91;
    margin-bottom: 15px;
    font-size: 1.75rem;
}

@media (min-width: 992px) {

    #tabs .tab1 h1,
    #tabs .tab1 h2,
    #tabs .tab1 h3,
    #tabs .tab1 h4,
    #tabs .tab1 h5,
    #tabs .tab1 h6,
    #news .tab1 h1,
    #news .tab1 h2,
    #news .tab1 h3,
    #news .tab1 h4,
    #news .tab1 h5,
    #news .tab1 h6 {
        margin-bottom: 25px;
    }
}

/* ----------------------------------------------- tabsRez ----------------------------------------------- */

#tabsRez {
    padding: 0 0 60px 0;
}

#tabsRez .tab {
    background: #f2f2f2;
    padding: 30px;
    box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.2);
    height: 100%;
}

#tabsRez .tabHeadline {
    color: #255c8b;
    font-size: 2rem;
}

#tabsRez .headlineTab {
    margin-bottom: 45px;
}

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

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

/* ------------------------------------------ 6tab ----------------------------------------- */

#tab6 {
    padding: 60px 0;
}

#tab6>.row {
    margin-bottom: 60px;
}

@media (min-width: 992px) {
    #tab6>.row {
        margin-bottom: 90px;
    }
}

#tab6>.row:last-of-type {
    margin-bottom: 0;
}

#tab6 .bildImg-left,
#tab6 .bildImg-right {
    background-size: cover;
    background-position: center;
    min-height: 450px;
    position: relative;
}

#tab6 .tab {
    margin-left: 0px;
    padding: 30px 30px;
    background: #fff;
    z-index: 55;
    position: relative;
    font-size: 1.125rem;
    color: #222222;
}

@media (min-width: 992px) {
    #tab6 .tab {
        padding: 50px 50px;
        margin: 53px 0;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    }

    .tabRight {
        margin-left: -200px !important;
    }

    .tabLeft {
        margin-right: -200px !important;
    }
}


#tab6 .tabHeadline,
#tab6 :is(h1,h2,h3,h4,h5,h6) {
    color: #255f91;
    font-size: 1.875rem;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    #tab6 .row {
        max-width: 1920px;
        width: 100%;
    }
}

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

footer {
    background: #f2f2f2;
    color: #222222;
    font-size: 1rem;
    padding-bottom: 40px;
    padding-top: 40px;
}

@media (min-width: 1200px) {
    footer {
        padding-top: 130px;
        background: #f2f2f2 url('../img/footer-overlay.png') top -21% center no-repeat;
    }
}

footer a {
    color: #222222;
}

footer a:hover,
footer a:focus {
    color: #43682c;
}

footer .tab {
    font-size: 1rem;
}

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

footer .tabHeadline,
footer :is(h1,h2,h3,h4,h5,h6) {
    color: #255f91;
    font-size: 1.75rem;
    font-weight: 600;
}

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

#innerfooter {
    margin-top: 10px;
}

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

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

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

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

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

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

#vernetzt {
    color: #222222;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.3;
    margin: 30px auto 0 auto;
    text-align: right;
    text-decoration: none;
}

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

#vernetzt span {
    color: #222222;
}

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

#vernetzt span span {
    display: block;
}

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