@import url('https://fonts.verwaltungsportal.de/import/?family=Jost:400,400i,500,500i');

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

header {
    background: #000;
}

a {
    color: #195a92;
}

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

b,
strong {
    font-weight: 500;
}

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

#topbar {
    font-size: 1rem;
    line-height: 1.2;
    padding-top: 22px;
    padding-bottom: 22px;
    color: #ffffff;
}

@media (max-width: 991px) {
    #topbar {
        background: #2d2d2d;
        position: relative;
        z-index: 100;
    }
}

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

#logo {
    display: inline-block;
}

#logo img {
    display: block;
}

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

@media (max-width: 575px) {
    #logo {
        margin-bottom: 15px;
    }
    #logo img {
        max-width: 185px;
        width: 100%;
    }
}

/* -------------------------------------------- contact -------------------------------------------- */

address {
    font-style: normal;
}

address span {
    background-color: rgba(0,0,0,0)!important;
}

.telIcon,
.mailIcon {
    background-color: rgba(0,0,0,0);
    position: relative;
    padding-left: 30px;
    border-radius: 20px;
}

.telIcon a {
    color: #fff;
}

.mailIcon,
.mailIcon a {
    color: #ffbc2b;
    margin-top: 12px;
}

.telIcon::before,
.mailIcon::before {
    content: "";
    display: block;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
}

.telIcon::before {
    background-image: url('../img/telefon-icon.png');
}

.mailIcon::before {
    background-image: url('../img/mail-icon.png');
}

@media (max-width: 991px) {

    .telIcon,
    .mailIcon {
        color: #fff;
        padding: 15px;
        margin-left: 15px;
        margin-right: 15px;
        display: inline-block;
    }

    .mailIcon,
    .mailIcon a {
        color: #ffbc2b;
        margin-top: 0;
    }
}

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

#search,
#searchMobil {
    background: #000;
    display: inline-block;
    position: relative;
}

#search_input {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    background: transparent;
    padding: 0;
    border: 0;
    padding: 10px 43px 10px 20px;
    width: 100%;
}

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

#search_submit:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

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

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

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

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

@media (max-width: 991px) {
    .searchContainer {
        max-width: 240px;
    }
}

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

/* 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: #ffbc2b;
        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 0;
    }

    .navbar-collapse {
        top: 0;
        background: #2d2d2d;
        position: fixed;
        left: -100%;
        bottom: 0;
        z-index: 10000;
        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;
        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);
        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) {
    #menu {
        position: relative;
    }

    #menu::after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        pointer-events: none;
        opacity: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        background: linear-gradient(to right, rgba(12, 12, 12, 75), rgba(12, 12, 12, 0.9), rgba(12, 12, 12, 75));
        transition: opacity 300ms linear;
    }

    .is-sticky #menu::after {
        opacity: 1;
    }

    nav {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        z-index: 100;
    }

    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;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0));
    }

    nav.horizontally .is-sticky .navbar-nav {
        border: none;
        background: none;
    }

    nav.horizontally .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
    }

    nav.horizontally .navbar-nav>li>.dropdown-menu{
        transform: translateX(-50%);
        left: 50%;
    }

    nav.horizontally .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        position: absolute;
        left: 100%;
        margin-left: 20px;
        top: -10px;
    }

    nav.horizontally .navbar-nav>li>.dropdown-menu>li>.dropdown-menu::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: -20px;
        width: 20px;
    }

    nav.horizontally .navbar-nav>li,
    nav.horizontally .navbar-nav>li>.dropdown-menu>li {
        position: relative;
    }

    .navbar-default .navbar-nav li[class*="toplevel"]>ul,
    .navbar-default .navbar-nav li[class*="secondlevel"]>ul {
        display: block !important;
        pointer-events: none;
        opacity: 0;
        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;
    }

    .navbar-default .navbar-nav li[class*="toplevel"]:hover>ul,
    .navbar-default .navbar-nav li[class*="secondlevel"]:hover>u {
        z-index: 1003;
    }
}

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

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

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

@media (min-width: 1200px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 1.25rem;
    }
}

@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: #ffbc2b;
}

.navbar-nav>li:focus-within>a {
    color: #ffbc2b;
}

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

.navbar-default .dropdown-menu {
    background: #ffffff;
}

@media (max-width: 991px) {

    .navbar-default .navbar-nav>li>.dropdown-menu,
    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        background-color: rgba(0, 0, 0, 0.12);
    }
}

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

    .navbar-default .navbar-nav>li>.dropdown-menu::before {
        content: '';
        position: absolute;
        top: -20px;
        right: 0;
        left: 0;
        height: 20px;
        width: 100%;
    }

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

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

.navbar-default .navbar-nav>li>.dropdown-menu a {
    color: #444;
    font-size: 1.25rem;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
}

@media(max-width:991px) {
    .navbar-default .navbar-nav>li>.dropdown-menu a {
        color: #fff;
        padding-left: 35px;
        padding-right: 35px;
    }
}

/* ------------------------------------------ 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,
w .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-color: #e1e1e1;
    color: #444;
}

.navbar-nav>li>.dropdown-menu>li:focus-within>a,
.navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li:focus-within>a {
    background-color: #e1e1e1;
    color: #444;
}


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

#slider,
#headerpic {
    overflow: hidden;
    max-height: 300px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    overflow: hidden;
}

@media (min-width: 768px) {
    body.index #headerpic .nivo-controlNav a {
        pointer-events: auto;
    }
}

@media (min-width: 992px) {

    #slider,
    #headerpic {
        max-height: 450px;
        min-height: 200px;
    }

    body.index #slider,
    body.index #headerpic {
        max-height: 600px;
    }

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

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

@media (min-width: 1200px) {

    body.index #slider,
    body.index #headerpic {
        max-height: 800px;
    }
}

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

.slider-mask {
    display: none;
}

@media (min-width: 768px) {
    .slider-mask {
        display: block;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 90%);
    }
}

.slick-dots li{
    background: rgba(0,0,0,0);
    color: #fff;
}

/* --------------------------------------------- tab-section -------------------------------------------- */

#tabs {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #f6f6f6;
}

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

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

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

#tabs img {
    padding: 14px;
    border: 1px solid #ffbc2b;
    margin-bottom: 15px;
    display: block;
    width: 100% !important;
    height: auto !important;
    transition: border 300ms linear;
}

@media (min-width: 992px) {

    #tabs .tab:hover img,
    #tabs .tab:focus img {
        border: 1px solid transparent;
    }
}

#tabs h1,
#tabs h2,
#tabs h3,
#tabs h4,
#tabs h5,
#tabs h6 {
    font-weight: 400;
    margin-bottom: 8px;
    transition: color 300ms linear;
}

@media (min-width: 992px) {

    #tabs .tab:not(:hover) :is(h1, h2, h3, h4, h5, h6),
    #tabs .tab:not(:focus) :is(h1, h2, h3, h4, h5, h6) {
        color: #2d2d2d;
    }
}

#tabs .tab {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    min-height: 100%;
    position: relative;
    z-index: 1;
    font-size: 1rem;
    line-height: 1.4;
    bottom: 0;
    backface-visibility: hidden;
    transition: transform 300ms linear, bottom 300ms linear;
}

@media (min-width: 992px) {
    #tabs .tab::after {
        content: "";
        display: block;
        position: absolute;
        top: -5px;
        right: -5px;
        bottom: -22px;
        left: -5px;
        background: #ffffff;
        opacity: 0;
        z-index: -1;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        transition: opacity 300ms linear;
    }

    #tabs .tab:hover,
    #tabs .tab:focus {
        transform: scale(1.15);
        z-index: 2;
        bottom: 10px;
    }

    #tabs .tab:hover::after,
    #tabs .tab:hover:focus {
        opacity: 1;
    }
}

#tabs .tab a {
    text-transform: uppercase;
    color: #195a92;
    position: relative;
    padding: 8px 10px;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
}

@media (min-width: 992px) {
    #tabs .tab a {
        margin-top: 15px;
    }
}

#tabs .tab a::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #195a92;
    border-top: transparent;
    pointer-events: none;
    transition: top 300ms linear, border 300ms linear;
}

#tabs .tab a:hover::after,
#tabs .tab a:focus::after {
    top: 0;
    border: 1px solid #195a92;
}

#tabs .tab a:hover,
#tabs .tab a:focus {
    color: #195a92;
}

#tabs :is(b, strong) {
    color: #195a92;
    font-weight: 500;
    font-style: italic;
    font-size: 1.56rem;
    text-transform: uppercase;
}

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

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

.contactTabBorder {
    padding: 14px;
    border: 1px solid #ffbc2b;
}

.contactTab {
    color: #ffffff;
    padding: 30px 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #0c0c0c;
}

@media (min-width: 768px) {
    .contactTab {
        padding: 50px 45px;
        font-size: 1.0625rem;
    }
}

@media (min-width: 992px) {
    .contactTab {
        padding: 30px 20px;
    }
}

@media (min-width: 1200px) {
    .contactTab {
        padding: 40px 35px;
    }
}

.contactTab a {
    color: #ffbc2b;
    text-decoration: underline;
}

.contactTab p:last-child a {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}

.contactTab p:last-child a:not([href*="@"]) {
    border: 1px solid #ffffff;
    font-size: 0.9375rem;
    display: inline-block;
    padding: 5px 12px;
    margin-left: 50px;
}

.contactTab p:last-child a:not([href*="@"]):hover,
.contactTab p:last-child a:not([href*="@"]):focus {
    background: #ffffff;
    color: #2d2d2d;
}

.contactTab :is(h1,h2,h3,h4,h5,h6) {
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
}

.contactTab .tabHeadline {
    font-weight: 600;
    color: #dfc87a;
    font-size: 1.375rem;
    margin-bottom: 18px;
    line-height: 1.2;
}

@media (min-width: 576px) {
    .contactTab .tabHeadline {
        font-size: 1.5625rem;
    }
}

.contactTab table td,
.contactTab table th {
    padding: 0;
}

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

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

    #content>.row>div:last-child {
        padding-left: 45px;
    }
}

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

.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
H6,
H5,
H4,
H3,
H2,
H1 {
    color: #1b5280;
    font-weight: 500;
    line-height: 1.2;
}

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

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

h3,
.h3,
.legacy_h3,
.contactTab h2{
    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;
}

/* ----------------------------------------------- slogan ----------------------------------------------- */

#slogan {
    font-weight: 400;
    line-height: 1.2;
    font-size: 1.25rem;
    color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #0c0c0c;
}

.slogan-text {
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 1;
}

@media (min-width: 576px) {
    .slogan-text {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

@media (min-width: 768px) {
    #slogan {
        font-size: 1.5rem;
    }
}

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

    .slogan-text {
        padding-top: 130px;
        padding-bottom: 130px;
    }
}

#slogan b,
#slogan strong {
    font-size: clamp(1.75rem, 4vw, 2.4375rem);
    font-weight: 500;
    font-style: italic;
    text-transform: uppercase;
}

#slogan a {
    margin-top: 20px;
    line-height: 1.5;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 0.9375rem;
    display: inline-block;
    padding: 5px 12px;
    margin-left: 7px;
    margin-right: 7px;
    text-decoration: none;
}

#slogan a:hover,
#slogan a:focus {
    background: #ffffff;
    color: #2d2d2d;
}

@media (min-width: 768px) {
    #slogan a {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (min-width: 992px) {
    #slogan a {
        margin-top: 45px;
        margin-left: 22px;
        margin-right: 22px;
    }
}

#mann-mit-karte {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

/* ----------------------------------------------- contact ----------------------------------------------- */

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

#contactFooter {
    background: #1f1f1f;
    color: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 1rem;
}

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

#contactFooter .tabHeadline {
    font-size: 1.7rem;
    color: #ffbc2b;
    font-style: italic;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    #contactFooter .tabHeadline {
        font-size: 1.875rem;
    }
}

#contactFooter a {
    color: #ffbc2b;
}

#contactFooter iframe {
    display: block;
}

#contactFooter :is(iframe, .iframe-wrapper-manual-enabling) {
    width: 100% !important;
    min-width: 100% !important;
}

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

footer table td,
footer table th {
    padding: 0;
}

footer {
    background-color: #121212;
    color: #ffffff;
    font-size: 0.9375rem;
}

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

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

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

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

@media (max-width: 576px) {
    #innerfooter li {
        display: block;
        margin-bottom: 10px;
        margin-left: 0 !important;
    }
}

#innerfooter a {
    color: #ffffff;
    text-decoration: none;
}

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

#innerfooter li+li {
    margin-left: 15px;
}

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

#counter {
    padding: 10px 25px;
    border: 1px solid #ffffff;
    display: flex;
    justify-content: space-between;
}

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

#counter span {
    color: #ffbc2b;
    font-style: italic;
    font-weight: 500;
}

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

#vernetzt {
    text-align: right;
    color: #fff;
    line-height: 1.3;
    margin: 0 auto;
    text-decoration: none;
}

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

#vernetzt span {
    color: #fff;
}

#vernetzt span span {
    display: block;
}

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

#vernetzt b {
    font-weight: normal;
    color: #ffbc2b;
}