@import url('https://fonts.verwaltungsportal.de/import/?family=Roboto:300,300i,400,400i,500,500i%7CVollkorn:400,400i,700,700i');

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

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

a {
    color: #da251d;
}

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

#menu a:focus {
    outline: 3px solid #005d28;
}

a:focus {
    outline: 3px solid #da251d;
}

b,
strong {
    font-weight: 500;
}

*:focus {
    outline: 3px solid #da251d !important;
}

a[href^="/index.php/datenschutzerklaerung.html"] {
    text-decoration: underline;
}

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

#search {
    height: 38px;
    background: rgba(255, 255, 255, 0.6);
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 290px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    #search {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

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

#search_input {
    color: #939393;
    font-size: 15px;
    font-style: normal;
    background: transparent;
    padding: 0;
    border: 0;
    line-height: 38px;
    padding-left: 14px;
    padding-right: 52px;
    height: 38px;
    width: 100%;
}

#search_submit {
    width: 38px;
    background: url('../img/lupe-icon.png') center no-repeat;
    font-size: 0;
    padding: 0;
    cursor: pointer;
    line-height: 38px;
    border: none;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    -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,
#search_submit:focus {
    background-color: rgba(170, 206, 59, 0.2);
}

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

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

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

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

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

#logo {
    display: inline-block;
}

#logo img {
    display: block;
}

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

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

#topbar {
    background: rgba(255, 255, 255, 0.85);
    padding-top: 10px;
    padding-bottom: 15px;
}

@media (min-width: 768px) {
    #topbar {
        padding-bottom: 24px;
    }
}

/* burgermenu for tablet */

@media (max-width: 991px) {
    #burgerButton {
        font-size: 0;
        border: none !important;
        display: block;
        height: 50px;
        width: 60px;
        border-radius: 2px;
        padding: 6px 8px;
        cursor: pointer;
        background-color: #ffffff;
        -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);
    }

    #burgerButtonInner2,
    #burgerButton:after,
    #burgerButtonInner {
        background-color: #da251d;
        border-radius: 2px;
        position: absolute;
        width: 40px;
        height: 3px;
        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;
    }

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

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

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

    #burgerButtonInner {
        top: 16px;
    }

    #burgerButtonInner2 {
        top: 24px;
    }

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

    .navbar-nav {
        margin: 20px 15px;
    }

    .navbar-collapse {
        top: 0;
        background: #da251d;
        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[aria-expanded="true"],
    .navbar-collapse.in {
        left: 0;
        opacity: 1;
        pointer-events: auto;
    }

    .navbar-header {
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 101;
    }

    .navbar-toggle::before {
        content: "";
        opacity: 0;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 0;
        z-index: -1;
        display: block;
        background-color: rgba(0, 0, 0, 0.5);
        -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%;
    }
}

#topbar {
    padding-bottom: 10px;
    padding-bottom: 10px;
}

/* menu desktop */

@media (min-width: 992px) {

    .navbar,
    .navbar>div#myNavbar,
    .navbar>div#myNavbar>ul,
    .navbar>div#myNavbar>ul>li {
        height: 100% !important;
    }

    #topbar {
        padding-top: 18px;
        padding-bottom: 0px;
    }

    #menu {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #da251d;
    }

    #topbar>.row:first-child {
        padding-bottom: 18px;
    }

    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 ul {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: block !important;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        transition: opacity 300ms linear;
    }

    nav.horizontally .navbar-nav [class*="secondlevel"]>ul {
        left: 100%;
        top: 0;
    }

    nav.horizontally .navbar-nav li {
        position: relative;
    }

    nav.horizontally .navbar-nav li:is(:hover)>ul,
    nav.horizontally .navbar-nav li.open:focus-within>ul,
    nav.horizontally .navbar-nav li[class*="secondlevel"]>ul[style*="block"] {
        pointer-events: auto !important;
        opacity: 1 !important;
        visibility: visible;
    }

    nav.horizontally .navbar-nav li.open>ul {
        pointer-events: none;
        opacity: 0;
        /* visibility: hidden; */
    }

    nav.horizontally .navbar-nav li:is(:hover, :focus)>ul {
        z-index: 1003;
    }
}

@media (min-width: 1200px) {
    #topbar {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: 60;
    }
}

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

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding: 10px 35px;
    position: relative;
    border-radius: 0px;
    font-size: 1rem;
    line-height: 1.2;
    text-transform: uppercase;
    text-decoration: none;
    background: #da251d;
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav>li+li {
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li>a {
        padding: 15px 8px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) and (min-width: 992px) {
    .navbar-default .navbar-nav>li>a {
        display: block;
    }
}

nav.horizontally a[class*="toplevel"]::before {
    content: "";
    width: 0;
    height: 4px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: #ffffff;
    opacity: 0;
    transform: translateX(-50%);
    transition: opacity 300ms linear, width 300ms linear;
}

@media (min-width: 992px) {
    nav.horizontally a[class*="toplevel"]::before {
        bottom: -10px;
    }
}

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

nav.horizontally li[class*="toplevel"]:is(:hover, :focus-within)>a,
nav.horizontally li[class*="toplevel"]>a:is(:hover, :focus),
nav.horizontally li[class*="toplevel"].open>a,
nav.horizontally li[class*="toplevel"].open>a:is(:hover, :focus),
nav.horizontally li[class*="toplevel"][class*="_over"]>a,
nav.horizontally li[class*="toplevel"][class*="_over"]>a:is(:hover, :focus) {
    color: #ffffff;
}

nav.horizontally li[class*="toplevel"]:is(:hover, :focus-within)>a::before,
nav.horizontally li[class*="toplevel"]>a:is(:hover, :focus)::before,
nav.horizontally li[class*="toplevel"].open>a::before,
nav.horizontally li[class*="toplevel"].open>a:is(:hover, :focus)::before,
nav.horizontally li[class*="toplevel"][class*="_over"]>a::before,
nav.horizontally li[class*="toplevel"][class*="_over"]>a:is(:hover, :focus)::before {
    opacity: 1;
    width: 100%;
}

/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] ul {
    background: rgba(255, 255, 255, 0.95) url(../img/logo-wasserzeichen-subnav.png) bottom -10px right -10px no-repeat;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    nav.horizontally [class*="toplevel"]>ul {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    nav.horizontally [class*="toplevel"] ul {
        padding: 18px 40px;
        min-width: 310px;
    }

    nav.horizontally [class*="toplevel"]>ul {
        margin-top: 10px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    nav.horizontally :is([class*="toplevel"], [class*="secondlevel"])>ul::before {
        content: "";
        position: absolute;
        display: block;
    }

    nav.horizontally [class*="toplevel"]>ul::before {
        height: 10px;
        left: 0;
        right: 0;
        top: -10px;
    }

    nav.horizontally [class*="secondlevel"]>ul {
        margin-top: -18px;
        margin-left: 50px;
    }

    nav.horizontally [class*="secondlevel"]>ul::before {
        width: 90px;
        top: 0;
        bottom: 0;
        left: -50px;
    }
}

/* secondlevel + thirdlevel */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
    color: #404040;
    font-weight: 400;
    text-align: center;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
}

@media (max-width: 991px) {
    nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
        text-align: left;
    }

    nav.horizontally a[class*="secondlevel"].dropdown-toggle2 {
        padding-right: 35px;
    }
}

nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])+li:not(:nth-child(2)) {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"])::before {
    content: "\203A \203A";
    display: inline-block;
    position: relative;
    bottom: 2px;
    position: absolute;
    left: 0;
    top: 8px;
    opacity: 0;
    transition: opacity 300ms linear;
}

/* secondlevel + thirdlevel over */

nav.horizontally li:is([class*="secondlevel"]):is(:hover, :focus-within)>a,
nav.horizontally li:is([class*="secondlevel"])>a:is(:hover, :focus),
nav.horizontally li:is([class*="secondlevel"]).open>a,
nav.horizontally li:is([class*="secondlevel"]).open>a:is(:hover, :focus),
nav.horizontally li:is([class*="secondlevel"])[class*="_over"]>a,
nav.horizontally li:is([class*="secondlevel"])[class*="_over"]>a:is(:hover, :focus) {
    color: #00923f;
}

nav.horizontally li:is([class*="thirdlevel"]):is(:hover, :focus-within)>a,
nav.horizontally li:is([class*="thirdlevel"])>a:is(:hover, :focus),
nav.horizontally li:is([class*="thirdlevel"]).open>a,
nav.horizontally li:is([class*="thirdlevel"]).open>a:is(:hover, :focus),
nav.horizontally li:is([class*="thirdlevel"])[class*="_over"]>a,
nav.horizontally li:is([class*="thirdlevel"])[class*="_over"]>a:is(:hover, :focus) {
    color: #da251d;
}

nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]):is(:hover, :focus-within)>a::before,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])>a:is(:hover, :focus)::before,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a::before,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a:is(:hover, :focus)::before,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a::before,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a:is(:hover, :focus)::before {
    opacity: 1;
}

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

#headerpic {
    position: relative;
    overflow: hidden;
}

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

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

@media (min-width: 992px) {
    body.index #slider {
        max-height: 650px;
    }

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

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

    #slider+.nivo-controlNav {
        bottom: 6px;
    }
}

@media (min-width: 1200px) {
    body.index #slider {
        max-height: 750px;
    }
}

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

#bannerOverlay {
    color: #ffffff;
    line-height: 1.2;
    font-size: 1.1rem;
}

@media (min-width: 578px) {
    #bannerOverlay {
        font-size: 1.3rem;
    }
}

@media (max-width: 767px) {
    #bannerOverlay {
        color: #424242;
        background: linear-gradient(to bottom, #fcfdff 40%, transparent);
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (min-width: 768px) {
    #bannerOverlay {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 50px;
        z-index: 50;
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
    }
}

@media (min-width: 992px) {
    #bannerOverlay {
        font-size: 1.75rem;
    }

    body:not(.index) #bannerOverlay {
        bottom: 170px;
    }

    .slider-mask {
        background-image: url('../img/overlay-shadow.png');
        background-repeat: no-repeat;
        display: block;
        background-position: bottom -240px center;
        background-size: contain;
    }

    #bannerOverlay {
        background: rgb(0, 0, 0);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
    }
}

@media (min-width:768px) and (max-width:991px) {
    .slider-mask {
        background-image: url('../img/overlay-shadow.png');
        background-repeat: no-repeat;
        display: block;
        background-position: center;
    }

    #bannerOverlay {
        background: rgb(0, 0, 0);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
    }
}

@media (max-width:767px) {
    .slider-mask {
        display: none;
    }
}

.overlayHeadline {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.6rem;
}

@media (min-width: 578px) {
    .overlayHeadline {
        font-size: 2rem;
    }
}

@media (min-width: 768px) {
    .overlayHeadline {
        color: #ffffff;
    }
}

#bannerOverlay a {
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 400;
    color: #393a3a;
    display: inline-block;
    background: rgba(255, 255, 255, 0.86);
    text-shadow: none;
    border-radius: 12px;
    padding: 12px 25px 10px 25px;
    margin-top: 20px;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
}

#bannerOverlay a+a {
    margin-left: 10px;
}

#bannerOverlay a:hover,
#bannerOverlay a:focus {
    color: #ffffff;
    background: #088c3a;
}

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

#content {
    text-align: left;
}

#content thead {
    text-align: center;
}

main {
    background: url(../img/main.png) bottom right no-repeat;
}

#contentCol {
    padding-bottom: 30px;
    padding-top: 30px;
}

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


.index #contentCol {
    order: 2;
}


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

.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
H6,
H5,
H4,
H3,
H2,
H1 {
    color: #005c28;
    font-weight: 600;
    line-height: 1.2;
    font-family: "Roboto", 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;
    font-weight: 300;
}

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

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

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

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

#tabs>.row>div+div {
    margin-top: 15px;
}

@media (max-width: 991px) {
    #tabs {
        margin-top: 20px;
    }
}

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

@media (min-width: 576px) and (max-width: 991px) {
    #tabs>.row>div+div:nth-child(2) {
        margin-top: 0;
    }

    #tabs>.row>div+div,
    #tabs2>.row>div+div {
        margin-top: 30px;
    }
}

@media (min-width: 576px) {
    #tabs2>.row>div+div:nth-child(2) {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    body.index #tabs {
        margin-top: 30px;
    }

    body:not(.index) #tabs {
        margin-top: 50px;
        padding-bottom: 70px;
    }

    body.index #tabs>.row>div+div {
        margin-top: 0;
    }
}

.tab {
    padding: 15px 20px 60px 20px;
    line-height: 1.4;
    min-height: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9375rem;
}

#tabs2 {
    background: transparent;
    padding-top: 40px;
    padding-bottom: 40px;
}

#tabs .tab {
    color: #ffffff;
    background: linear-gradient(to bottom, #00832f, #005d28);
}

#tabs2 .tab {
    background: #ffffff;
    -webkit-box-shadow: -1px 2px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: -1px 2px 0 0 rgba(0, 0, 0, 0.1);
}

.veranstaltungen a {
    color: #ffffff;
}

#tabs .tabHeadline,
#tabs2 .tabHeadline {
    margin: 0 0 18px 0;
    font-variant: small-caps;
    font-weight: bold;
    line-height: 1.2;
    font-size: 1.625rem;
}

#tabs .tabHeadline {
    color: #ffffff;
}

#tabs2 .tabHeadline {
    color: #515151;
}

#tabs .tabHeadline::before {
    content: "";
    display: block;
    height: 100px;
    width: 130px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0 auto 14px auto;
    background-position: center;
    background-repeat: no-repeat;
}

#tabs .tab.beirat .tabHeadline::before {
    background-image: url('../img/ortsbeirat.png');
}

#tabs .tab.veranstaltungen .tabHeadline::before {
    background-image: url('../img/unterkunft.png');
}

#tabs .tab.neues .tabHeadline::before {
    background-image: url('../img/neues.png');
}

#tabs .tab.wetter .tabHeadline::before {
    background-image: url('../img/termin.png');
}

.tab_spacer {
    height: 8px;
}

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

.tab_link_mandat a {
    color: #ffffff;
}

.tab_link_mehr {
    text-align: right;
    font-size: 0;
    color: transparent;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.tab.beirat a,
.tab.wetter a,
.tab_link_mehr a,
#tabs2 a {
    display: inline-block;
    font-size: 0.9375rem;
}

.tab.beirat a,
.tab.wetter a,
.tab_link_mehr a {
    color: #ffffff;
}

#tabs2 a {
    color: #393939;
}

.tab_link_mehr a::before,
#tabs2 a::before {
    content: "\00BB";
}

.tab_link_mehr a::after {
    content: "\A erfahren";
}

#tabs2 .tabImg {
    overflow: hidden;
    max-height: 150px;
    margin: -15px -20px 15px -20px;
}

#tabs2 .tabImg img {
    width: 100%;
}

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

#footerTabs {
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: cover;
    background-position: center;
    background-size: cover;
    font-size: 1.0625rem;
    line-height: 1.4;
}

@media (min-width: 768px) {
    #footerTabs>.row>*+*:nth-child(2) {
        border: none;
        margin-top: 0;
        padding-top: 0;
    }
}

@media (max-width: 991px) {
    #footerTabs>.row>*+* {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        margin-top: 20px;
        padding-top: 20px;
    }
}

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

.footerHeadline {
    color: #ffffff;
    font-family: "Vollkorn", sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
}

footer {
    background: #2e2e2e;
    color: #ffffff;
}

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

footer a:hover,
footer a:focus {
    color: #e1f5b3;
}

footer>.row {
    padding-top: 15px;
    padding-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 li+li {
    margin-left: 15px;
}

@media (min-width: 992px) {
    #innerfooter li+li {
        margin-left: 30px;
    }
}

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

#logo-area {
    background: #fff;
    color: #393939;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 15px;
    width: 100%;
}

#logo-area a {
    color: #da251d;
}

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

footer #vernetzt {
    font-size: 0.9375rem;
    color: #ffffff;
    display: inline-block;
    line-height: 1.3;
    justify-content: center;
    margin-top: 20px;
    text-decoration: none;
}

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

#vernetzt span {
    color: #ffffff;
}

#vernetzt span span {
    display: block;
}

#vernetzt img {
    margin: 0 auto;
    display: block;
    max-width: 250px;
}

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

    }
}

#vernetzt b {
    font-weight: 600;
}

/* ----------------------------------------------- contrast ----------------------------------------------- */

@media (min-width: 992px) {
    #contrast_style {
        font-size: 16px;
        line-height: 1;
    }

    #contrast_style+#style {
        margin-left: 35px;
    }

    #contrast_style button {
        padding: 0;
        border: none;
        background: transparent;
        display: inline-block;
    }

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

    #contrast_style p {
        padding-right: 5px;
    }
}

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

@media (min-width: 992px) {
    div[id^="style"] {
        font-size: 16px;
        line-height: 1;
    }

    div[id^="style"] button {
        margin-left: 15px;
    }

    

    #style {
        color: #2e2e2e;
        margin-right: 30px;
        margin-left: 30px;
    }

    #style button {
        color: #2e2e2e;
        text-decoration: none;
        background: transparent;
        border: none;
        padding: 0;
    }

    #style button+button {
        border-left: 1px solid #2e2e2e;
        padding-left: 5px;
        margin-left: 5px;
    }

    #style button:hover,
    #style button:focus {
        color: #da251d !important;
    }

    footer #style button {
        color: #ffffff;
        text-decoration: none;
        background: transparent;
        border: none;
        padding: 0;
    }

    footer #style button:hover,
    footer #style button:focus {
        color: #e1f5b3;
    }

    footer #style button+button {
        border-left: 1px solid #ffffff;
        padding-left: 5px;
        margin-left: 5px;
    }
    footer #style {
        color: #fff;
        margin-right: 0px;
        margin-left: 0px;
    }
}


.contrast_light main,
.contrast_light #content,
.contrast_light body,
.contrast_dark main,
.contrast_dark #content,
.contrast_dark body {
    filter: none;
    background: none;
}

#bannerOverlay .contrast_dark_font {
    background: #fff !important;
}