@import url("https://fonts.verwaltungsportal.de/import/?family=Noto+Sans:300,400,500,600,700");
body {
    font-family: "Noto Sans", sans-serif;
    color: #1e1e1e;
    background: #ffffff;
    font-size: 1rem;
    /* 1rem = 16px */
    line-height: 1.5;
    padding-bottom: 0px !important;
}

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

a {
    color: #27639b;
}

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

b, strong {
    font-weight: 600;
}

.overflow {
    overflow: hidden;
    position: relative;
}

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

#intrologo, #logo {
    display: inline-block;
}

#intrologo img, #logo img {
    display: block;
}

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

.nivo-prevNav {
    left: 65px !important;
}

.nivo-nextNav {
    right: 65px !important;
}

.intro #logo {
    background-color: #27639b;
    padding: 19px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    height: 168px;
    width: 168px;
}

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

/* burgermenu for tablet */

@media (max-width: 991px) {
    .dropdown-toggle-button-wrapper, .dropdown-toggle-button-wrapper2 {
        top: 5px !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: #27639b;
        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: #f7d63f;
        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);
    }

    .intro .horizontally {
        background-color: rgba(255, 223, 64, 0.95);
    }
}

@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) {
    .navbar-default .navbar-nav>li>a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        background-color: #27639b;
        width: 80%;
        left: 10%;
        opacity: 0;
        -webkit-transition: width 300ms linear;
        -moz-transition: width 300ms linear;
        -ms-transition: width 300ms linear;
        -o-transition: width 300ms linear;
        transition: width 300ms linear;
    }
    .horizontally {
        background-color: rgba(255, 223, 64, 0.95);
    }
    .intro .horizontally {
        position: relative;
        left: 0px;
        right: 0px;
        top: 0px;
        z-index: 9;
    }
    .horizontally>.row {
        margin-top: 20px;
        margin-bottom: 42px;
    }
    body:not(.intro) .backgroundnavbar {
        background-color: #ffdf40;
    }
    @media (min-width: 1200px) {
        body:not(.intro) .backgroundnavbar>.row {
            margin-left: 115px;
        }
        .horizontally>.row {
            margin-left: 115px;
        }

        .intro .horizontally>.row {
            margin: 0 auto;
        }
    }
    nav {
        padding-top: 20px;
        padding-bottom: 0;
    }
    .intro nav {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    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;
    }
    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) {
    .background-nav {
        max-width: 1650px;
        position: relative;
        border-bottom-left-radius: 150px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .background-nav::after {
        content: '';
        background-image: url('../img/fit.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom right;
        position: absolute;
        left: -1px;
        width: 153px;
        height: 150px;
        bottom: 0px;
        z-index: 9;
    }
    .navbackground {
        height: 289px;
        width: 1650px;
        position: absolute;
        right: 0px;
        top: 0px;
        border-bottom-left-radius: 150px;
    }
}

@media (min-width: 1565px) {
    .background-nav {
        right: -252px;
    }
}

@media (max-width: 1199px) {
    .background-nav {
        max-width: 1200px;
        position: relative;
        border-bottom-left-radius: 0;
        background: url('../img/backgroundheader.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media (max-width: 992px) {
    .background-nav {
        background-image: none;
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #f7d63f;
    }
}

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

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

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

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li+li {
        margin-left: 20px;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 27px 0 6px 0px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        height: 100%;
        margin-bottom: 20px;
    }
}

@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>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: #27639b;
    background-color: transparent;
}

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

.navbar-nav>li:hover>a::after, .navbar-nav>li>a:hover::after, .navbar-nav>li>a:focus::after, .navbar-nav>li.open>a::after, .navbar-nav>li.open>a:hover::after, .navbar-nav>li.open>a:focus::after, .navbar-nav>li[class$="_over"]>a::after, .navbar-nav>li[class$="_over"]>a:hover::after, .navbar-nav>li[class$="_over"]>a:focus::after {
    opacity: 1;
    transition: all, 600ms;
}

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

.navbar-default .navbar-nav>li>.dropdown-menu, .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
    background-color: #f4f4f4;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav>li>.dropdown-menu {
        padding: 15px;
    }
    .navbar-default .navbar-nav>li>.dropdown-menu>li>a, .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a {
        border-radius: 8px;
        margin-bottom: 5px;
    }
}

@media(min-width:992px) {
    .navbar-default .navbar-nav>li>.dropdown-menu, .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        margin-top: -18px;
        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: #fff;
    font-weight: 400;
    text-align: left;
    padding: 9px 25px;
    font-size: 1.125rem;
    line-height: 1.2;
    text-decoration: none;
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li>.dropdown-menu {
        margin-top: -13px;
    }
}

.navbar-default .navbar-nav>li>.dropdown-menu, .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
    background-color: #27639b;
    border-radius: 15px;
    border-bottom-right-radius: 50px;
}

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

.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 {
    background: #f7d63f;
    color: #27639b;
}

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

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

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

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

@media (min-width: 992px) {
    .slider-wrapper {
        border-bottom-right-radius: 150px;
        overflow: hidden;
    }
    #slider {
        max-height: 550px;
    }
}

#headerpic {
    margin: 0 auto;
    position: relative;
    width: 100%;
    margin-top: 50px;
}

@media (max-width: 1199px) {
    #headerpic {
        margin-top: 0px;
        max-width: 100%;
    }
    body:not(.index) #headerpic>div:nth-child(1) {
        padding: 0px !important;
    }
}

.intro .background-main {
    padding-top: 30px;
    padding-bottom: 30px;
}

.intro {
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

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

.slider-mask {
    display: none;
}

.background-headerpic {
    background-color: #27639b;
}

@media (min-width: 1200px) {
    .background-headerpic {
        max-width: 1550px;
        border-bottom-right-radius: 150px;
        border-top-right-radius: 50px;
    }
    body:not(.intro) #headerpic {
        margin-left: 0px;
        max-width: 1550px;
    }
    #headerpic>div {
        margin: 0px;
        padding: 0px;
    }
}

/* ------------------------------------------------ content ----------------------------------------------- */
.intro .background-main {
    background: #ffdf40;
}
main {
    text-align: left;
    padding-bottom: 30px;
    padding-top: 30px;
}

@media (min-width: 992px) {
    main {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}

#partner {
    padding-top: 30px;
}

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

.intro main {
    padding: 0px;
}

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

.blick {
    padding: 40px;
    padding-right: 50px;
    padding-left: 30px;
}

@media (max-width: 1199px) {
    .blick {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.blick a {
    display: inline-block;
    background-color: #f7d63f;
    width: 100%;
    color: #27639b;
    border-radius: 5px;
    padding: 10px;
    text-align: right;
    margin-top: 10px;
    font-size: 1.125rem;
    font-weight: 400;
}

.blick h2 {
    color: #fff;
    font-size: 1.5625rem;
    font-weight: 700;
}

.blick a::before {
    content: '';
    background-image: url('../img/arrow.png');
    padding: 15px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 6%;
    margin-top: -2px;
}

#news .news #clr-events-hide {
    display: none !important;
}

#news .news {
    background-color: #27639b;
    border-bottom-left-radius: 150px;
    border-top-left-radius: 50px;
    padding: 30px;
    max-height: 500px;
    padding-top: 38px;
    padding-right: 0px;
    padding-left: 60px;
    position: relative;
    margin-bottom: 40px;
    color: #fff;
}

#news .news h2 {
    color: #fff;
}

@media (min-width: 992px) {
    #news .news::after {
        content: '';
        pointer-events: none;
        width: 500px;
        background-color: #27639b;
        display: block;
        position: absolute;
        padding-left: 200px;
        padding-right: 200px;
        height: 100%;
        top: 0;
        left: 100%;
        right: 0px;
    }
}

@media (max-width: 991px) {
    #news .news {
        margin-top: 50px;
    }
    #news .news::after {
        content: '';
        pointer-events: none;
        width: 500px;
        background-color: #27639b;
        display: block;
        position: absolute;
        padding-left: 50px;
        padding-right: 50px;
        height: 100%;
        top: 0;
        left: 100%;
        right: 0px;
    }
}

#news .news .tab_link_mehr {
    font-size: 0px;
}

#news .news .tab_link_mehr a {
    display: block;
    background-color: #27639b;
    color: #fff;
    border-radius: 50px;
    padding: 15px 15px;
    margin-top: 0;
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 80px;
    position: relative;
    text-align: center;
}

#news .newsTab a {
    display: block;
    background-color: #27639b;
    color: #fff;
    border-radius: 50px;
    padding: 15px 15px;
    margin-top: 0;
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 80px;
    position: relative;
    text-align: center;
}

#news .newsTab a::before {
    content: '';
    background-image: url('../img/arrow.png');
    padding: 15px;
    background-repeat: no-repeat;
    position: relative;
    margin-right: 14px;
    top: 14px;
}

#news .news .tab_link_mehr a {
    display: block;
    text-align: center;
}

#news .news .tab_link_mehr a::before {
    content: '';
    background-image: url('../img/arrow.png');
    padding: 15px;
    background-repeat: no-repeat;
    position: relative;
    margin-right: 14px;
    top: 14px;
}

.intro .zurwebseite {
    margin-top: 20px;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .intro .zurwebseite {
        margin-top: 100px;
        margin-bottom: 50px;
position: relative;
    }
}

@media (max-width: 575px) {
    #news .news {
        padding: 40px;
        border-radius: 0;
    }
}

#news .news .tab_link_title a {
    color: #ffffff;
    font-weight: 700;
}

#news .news .tab_link_date {
    color: #ffffff;
}

#buttons {
    max-width: 650px;
    margin: 0 auto !important;
}

.tabBTN, .intro .zurwebseite {
    display: block;
    background-color: #27639b;
    color: #fff;
    border-radius: 50%;
    padding: 15px 15px;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 1.125rem;
    font-weight: 400;
    position: relative;
    text-align: center;
    width: 180px;
    height: 180px;
    display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
    .tabBTN {
        margin-left: 10px;
        margin-right: 15px;
    }
}

.tabBTN a {
    color: #fff;
}

.tabBTN a:hover {
    color: #ffdf40;
}

@media (min-width: 992px) {
.BTN1 {
    margin-top: 140px;
    margin-left: 40px;
}

.BTN5 {
    margin-top: 140px;
margin-left: -20px;
}


.BTN2 {
    margin-top: 40px;
}

.BTN3 {
    margin-left: 110px;
margin-top: 60px;
}

.BTN4 {
    margin-left: -90px;
margin-top: 60px;
}
}
/* ------------------------------------------ slogan ----------------------------------------- */

.slogan * {
    font-size: 1.125rem;
    color: #27639b;
    font-weight: 700;
}

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

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

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

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

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

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

/*
    @stylerText     Styler als Text
    @stylerButton   Styler mit Buttons
*/

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

footer {
    font-size: 1rem;
    color: #fff;
}

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

#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: inline-block;
}

footer a {
    text-decoration: underline;
    color: #fff;
}

footer a:hover {
    text-decoration: underline;
    color: #fff;
}

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

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

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

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

    .intro #innerfooter li+li::before {
        margin: 0 30px;
    }
}

footer .tabHeadline {
    font-weight: 700;
}

.footerbackground {
    max-width: 1650px;
    position: relative;
    background-color: #27639b;
    overflow: hidden;
}

.intro .footerbackground {
    max-width: 100%;
}

@media (min-width: 1200px) {
    body:not(.intro) .footerbackground {
        border-bottom-right-radius: 150px;
        border-top-right-radius: 50px;
    }
}

.backgroundfooternavbar {
    background-color: #1e486f;
    padding-top: 10px;
    padding-bottom: 10px;
}

footer .tabHeadline {
    margin-bottom: 6px;
}

@media (min-width: 1200px) and (max-width: 1329px) {
    .footer_list {
        margin-right: 200px;
    }
}

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

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

@media(max-width: 992px) {
    #vernetzt {
        display: block;
    }
}

.footerbackground>.row {
    padding-top: 40px;
    padding-bottom: 40px;
}

.intro .footerbackground>.row {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (min-width: 992px) {
    body:not(.intro) .footerbackground>.row {
        margin-right: 100px;
    }
}

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

#vernetzt span {
    color: #ffffff;
}

#vernetzt span span {
    display: block;
}

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


#bannermodul img{
    border: 2px solid rgba(255, 255, 255, 0.5);
}


#counter {
    border-radius: 20px;
    padding: 10px;
    background: #ffdf40;
    color: #23297a;
    margin-top: 25px;
}

#counter-l, #counter-r {
    display: inline-block;
}