@import url('https://fonts.verwaltungsportal.de/import/?family=Open+Sans:300,400,600,300i,400i,600i%7CIM+Fell+English:400,400i');
body {
    font-family: "Open Sans", sans-serif;
    color: #766b5d;
    background: #f4f4f4;
    font-weight: 300;
    font-size: 1rem;
    /* 1rem = 16px */
    line-height: 1.5;
}

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

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

a {
    color: #7897c7;
}

a:hover {
    color: #7897c7;
}

#content a, #info a {
    color: #3f66a1;
    font-weight: 400;
    font-family: "IM Fell English", serif;
}

#content a, b, strong {
    font-weight: 400;
}

#text2 a {
    color: #cc3636;
    font-weight: 400;
    font-family: "IM Fell English", serif;
}
/* ----------------------------------------------- header ----------------------------------------------- */

#logo {
    display: inline-block;
}

@media (min-width: 992px) {
    #logo {
        background: #fff;
        padding: 20px 18px 46px 18px;
        border-bottom-left-radius: 120px;
        border-bottom-right-radius: 120px;
    }
}

#logo img {
    display: block;
}

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

@media (max-width: 991px) {
    #bannerOverlay {
        background: #fff;
        padding: 14px 0;
    }
}

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

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

/* burgermenu for tablet */

@media (max-width: 991px) {
    #burgerButton {
        font-size: 0;
        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: #a32b2b;
        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: #fff;
        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);
    }
}

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

/* menu desktop */

@media (min-width: 992px) {
    #menu {
        background-color: #fff;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
        position: relative;
        z-index: 101;
    }
    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;
    }
}

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

.navbar-default .navbar-nav>li>a {
    color: #576464;
    font-weight: 400;
    text-align: center;
    padding: 10px 5px 15px 5px;
    position: relative;
    font-size: 1.5rem;
    line-height: 1;
    font-family: "IM Fell English", serif;
}

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

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li+li {
        margin-left: 20px;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 18px 0;
        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;
    }
}

.navbar-default .navbar-nav>li>a::before {
    content: "";
    width: 20px;
    height: 9px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    bottom: 0;
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
    background-color: #cc3636;
    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;
}

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

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

.navbar-default .navbar-nav>li>.dropdown-menu, .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
    background-color: #cc3636;
    -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;
    }
}

@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 {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        left: 50%;
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        margin-top: -18px;
        border-radius: 4px;
        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: center;
    padding: 8px 25px;
    font-size: 1rem;
    border-bottom: 1px solid #a32b2b;
}

/* ------------------------------------------ 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: #a32b2b;
    color: #fff;
}

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

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

#slider {
    max-height: 200px;
    overflow: hidden;
    position: relative;
    pointer-events: auto;
}

@media (min-width: 576px) {
    body.index #slider+.nivo-controlNav {
        bottom: 40px;
    }
}

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

@media (min-width: 992px) {
    #headerpic a.nivo-prevNav {
        left: 65px;
    }
    #headerpic a.nivo-nextNav {
        right: 65px;
    }
    body.index #slider+.nivo-controlNav {
        bottom: 140px;
    }
}

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

.slider-mask {
    display: none;
}

/* ------------------------------------------------ info ----------------------------------------------- */

#info {
    line-height: 1.4;
    padding-top: 40px;
}

@media (min-width: 768px) {
    #info>.row {
        background: url('../img/karte-illustration.png') bottom left 15px / 150px auto no-repeat;
    }
}

@media (min-width: 992px) {
    #info>.row {
        background-size: 200px auto;
    }
}

@media (min-width: 1200px) {
    #info>.row {
        background-size: auto;
    }
}

@media (min-width: 1200px) {
    #info {
        font-size: 1.375rem;
    }
}

#info>.row>div:last-child {
    margin-bottom: 30px;
}

#info .tabBox {
    background: #ffffff;
    padding: 25px;
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.08);
}

#info .tabHeadline {
    margin-bottom: 8px;
}

@media (min-width: 576px) {
    #info .tabBox {
        padding: 40px;
        position: relative;
        z-index: 60;
        margin-top: -80px;
    }
}

@media (min-width: 768px) {
    #info .tabBox {
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    #info .tabBox {
        margin-top: -170px;
    }
}

#info .tabImg {
    background: #7897c7;
    -webkit-box-shadow: -30px 30px 0 0 rgba(220, 212, 201, 0.5);
    box-shadow: -30px 30px 0 0 rgba(220, 212, 201, 0.5);
}

@media (max-width: 767px) {
    #info .tabImg, #info .tabImg>div {
        max-height: 250px;
    }
}

@media (min-width: 768px) {
    #info .tabImg {
        height: 100%;
        min-height: 100%;
    }
    #info .tabImg>div {
        height: 100%;
    }
}

#info .tabImg>div {
    overflow: hidden;
    opacity: 0.3;
    -webkit-transition: opacity 300ms linear;
    -moz-transition: opacity 300ms linear;
    -ms-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
}

#info .tabImg>div:hover {
    opacity: 0.9;
}

@media (min-width: 768px) {
    #info .tabImg {
        margin-left: -215px;
    }
}

@media (min-width: 992px) {
    #info .tabImg {
        margin-left: -415px;
    }
}

#info .tabImg img {
    display: block;
}

@media (min-width: 768px) {
    #info .tabImg img {
        min-width: 100%;
        min-height: 100%;
        width: auto !important;
    }
}

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

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

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

/* ------------------------------------------ h1, #content .legacy_h1, .legacy_h1 - h6, #content .legacy_h6, .legacy_h6, newslink ----------------------------------------- */

.h4link a:link, .h4link a:hover, .h4link a:visited, h6, #content .legacy_h6, .legacy_h6, h5, #content .legacy_h5, .legacy_h5, h4, #content .legacy_h4, .legacy_h4, h3, #content .legacy_h3, .legacy_h3, h2, #content .legacy_h2, .legacy_h2, .h2, h1, #content .legacy_h1, .legacy_h1, .h1 {
    color: #3f66a1;
    font-weight: 400;
    line-height: 0.9;
    font-family: "IM Fell English", serif;
}

h1, #content .legacy_h1, .legacy_h1, .h1 {
    font-size: 2rem;
    position: relative;
    z-index: 1;
}

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

@media (min-width: 992px) {
    h1, #content .legacy_h1, .legacy_h1, .h1 {
        font-size: 3.125rem;
    }
}

h1::after, .h1::after {
    content: "";
    display: block;
    position: absolute;
    left: -8px;
    bottom: 5px;
    background: rgba(220, 212, 201, 0.5);
    width: 100px;
    height: 20px;
    z-index: -1;
}

@media (min-width: 768px) {
    h1::after, .h1::after {
        bottom: 2px;
    }
}
 
h1[style*="center"]::after,
.h1[style*="center"]::after {
    margin-left: auto;
    margin-right: auto;
    margin-left: -52px;
    left: 50%;
}

h1[style*="right"]::after,
.h1[style*="right"]::after {
    left: auto;
    right: 0;
}

h2, #content .legacy_h2, .legacy_h2, .h2 {
    font-size: 1.85rem;
}

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

@media (min-width: 992px) {
    h2, #content .legacy_h2, .legacy_h2, .h2 {
        font-size: 2.8rem;
    }
}

h3, #content .legacy_h3, .legacy_h3, .h3 {
    font-size: 1.8rem;
}

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

@media (min-width: 992px) {
    h3, #content .legacy_h3, .legacy_h3, .h3 {
        font-size: 2.6rem;
    }
}

h4, #content .legacy_h4, .legacy_h4, .h4, .h4link a:link, .h4link a:hover, .h4link a:visited {
    font-size: 1.75rem;
}

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

@media (min-width: 992px) {
    h4, #content .legacy_h4, .legacy_h4, .h4, .h4link a:link, .h4link a:hover, .h4link a:visited {
        font-size: 2.4rem;
    }
}

h5, #content .legacy_h5, .legacy_h5, .h5 {
    font-size: 1.7rem;
}

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

@media (min-width: 992px) {
    h5, #content .legacy_h5, .legacy_h5, .h5 {
        font-size: 2.2rem;
    }
}

h6, #content .legacy_h6, .legacy_h6, .h6 {
    font-size: 1.5rem;
}

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

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

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

#news {
    background: url(../img/muster.jpg), #7594c4;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #ffffff;
}

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

#news .h1 {
    color: #ffffff;
    margin-bottom: 0;
}

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

#news .h1::after {
    color: #ffffff;
    background: rgba(220, 212, 201, 0.2);
}

@media (min-width: 768px) {
    #news .tab_link_entries {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (min-width: 992px) {
    #news .tab_link_entries {
        padding-right: 100px;
        position: relative;
    }
}

#news .tab_link_entry {
    width: 100%;
    padding: 20px;
    background-color: #627ca4;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}

#news .tab_link_entry:nth-of-type(2n+1) {
    background-image: url('../img/muster-meldungen.jpg');
}

#news .tab_link_entry:nth-of-type(2n+2) {
    background-image: url('../img/muster-meldungen.jpg');
}

@media (min-width: 768px) {
    #news .tab_link_entry {
        padding: 35px 25px;
        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;
    }
}

#news .tab_link_entry+.tab_link_entry {
    margin-top: 30px;
}

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

#news .tab_link_mehr {
    margin-top: 30px;
    color: transparent;
    font-size: 0;
}

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

#news .tab_link_mehr a {
    font-family: "IM Fell English", serif;
    background: #627ca4;
    color: #ffffff;
    display: inline-block;
    padding: 8px 10px 10px 10px;
    line-height: 0.5;
    text-align: center;
    width: 100%;
}

@media (min-width: 992px) {
    #news .tab_link_mehr a {
        position: absolute;
        top: 0;
        right: 15px;
        bottom: 0;
        width: 70px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
    }
}

#news .tab_link_mehr a:hover {
    background: #627ca4;
}

#news .tab_link_mehr a::after {
    content: "»";
    font-size: 60px;
}

@media (min-width: 992px) {
    #news .tab_link_mehr a::after {
        margin-top: -8px;
    }
}

#news .tab_link_title a {
    font-family: "IM Fell English", serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 1.625rem;
    line-height: 1.1;
}

/* --------------------------------------------- text2 -------------------------------------------- */

#text2 {
    padding-bottom: 40px;
    padding-top: 40px;
}

#text2 h1, #content .legacy_h1, .legacy_h1{
    margin-bottom: 30px;
    margin-top: 40px;
    color: #cc3636;
    font-size: 2rem;
}

#text2 h1::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    bottom: -15px;
    background: #cc3636;
    width: 8px;
    height: 2px;
    z-index: -1;
}
/* --------------------------------------------- footer -------------------------------------------- */


#footerBG {
    padding-top: 150px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

@media (min-width: 768px) {
    .index #footerBG {
        padding-top: 40px;
    }
}

#footerBG::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 150px;
    background: #f4f4f4;
}

@media (min-width: 768px) {
    #footerBG::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 300px;
    }
}

#footerBG.noContact::before {
    top: 130px;
}

#footerBG.noContact {
    padding-top: 150px;
}

footer .tabContact {
    line-height: 1.4;
    background: #ffffff;
    padding: 40px;
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {
    footer .tabContact {
        min-height: 320px;
    }
}

footer .tabContact iframe {
    width: 100%;
}

footer .tabContact .iframe-wrapper-manual-enabling {
    min-width: 100% !important;
}

@media (min-width: 992px) {
    footer .tabContact {
        min-height: 450px;
    }
    footer .tabContact .row, footer .tabContact .row>div {
        position: static;
    }
    footer .tabContact .iframe-wrapper-manual-enabling, footer .tabContact iframe {
        position: absolute;
        top: 0;
        right: 15px;
        bottom: 0;
        width: 50%;
        min-width: 50% !important;
    }
    footer .tabContact iframe {
        height: 100% !important;
    }
}

@media (min-width: 1200px) {
    footer .tabContact {
        font-size: 1.375rem;
    }
}

footer .tabContact a {
    font-weight: 400;
}

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

#vernetzt {
    text-align: left;
    color: #766b5d;
    margin: 30px auto;
    font-weight: 400;
    text-decoration: none;
    font-size: 0.875rem;
    padding: 0;
    background: transparent;
}

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

@media (min-width: 992px) {
    #vernetzt {
        margin: 0 0 -70px 0;
    }
    .index #vernetzt {
        margin: 0 0 -20px 0;
    }
}

#vernetzt b {
    color: #766b5d;
    font-weight: 600;
}

#vernetzt span {
    color: #766b5d;
}

#vernetzt span span {
    display: block;
}

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

/* -------------------------------------------- innerfooter -------------------------------------------- */

#innerfooter {
    color: #766b5d;
    padding-top: 24px;
    padding-bottom: 40px;
    font-size: 1rem
}

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

#innerfooter a {
    color: #766b5d;
    text-decoration: none;
    display: inline-block;
}

#innerfooter a:hover {
    color: #cc3636;
}

#innerfooter a+a::before {
    content: "-";
    margin: 0 10px;
    color: #766b5d;
}

@media (min-width: 992px) {
    #innerfooter a+a::before {
        margin: 0 20px;
    }
}