@import url("https://fonts.verwaltungsportal.de/import/?family=Quicksand:400,500,600,700,400i,500i,600i,700i");

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

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

a {
    color: #6f7b1e;
}

a:hover {
    color: #6f7b1e;
}

b, strong {
    font-weight: 700;
}

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

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

.contact {
    color: #444444;
    font-size: 0.875rem;
    font-weight: 400;
}

@media (min-width: 992px) {
    .contact {
        background-color: #ffdaa9;
    }

    .contact div[class*="contact"] {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .contactMail+.contactPhone {
        margin-left: 30px;
    }
}

.contact a {
    color: #444444;
}

.contactMail,
.contactPhone {
    padding-left: 20px;
    background-position: center left;
    background-repeat: no-repeat;
}

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

.contactPhone {
    background-image: url('../img/icon-phone.png');
}

.contact div[class*="contact"]+form[id^="search"] {
    padding-left: 40px;
    margin-left: 40px;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
}

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

form[id^="search"] label {
    text-transform: uppercase;
    font-weight: 400;
    margin-right: 10px;
}

@media (min-width: 1200px) {
    form[id^="search"] label {
        margin-right: 20px;
    }
}

form[id^="search"] {
    height: 36px;
    background: transparent;
    display: inline-block;
    position: relative;
}

form [id^="search_input"] {
    color: #444444;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    background: transparent;
    padding: 0;
    border: 0;
    line-height: 36px;
    padding-left: 5px;
    padding-right: 30px;
    height: 36px;
    width: 100%;
    min-width: 170px;
}

@media (min-width: 1200px) {
    form [id^="search_input"] {
        max-width: 170px;
    }
}

form [id^="search_submit"] {
    width: 30px;
    height: 36px;
    border: none;
    background: url('../img/lupe.png') center no-repeat;
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
}

form [id^="search_submit"]:hover,
form [id^="search_submit"]:focus {
    background-color: #ffffff;
}

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

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

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

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

#logo {
    display: inline-block;
    position: relative;
    margin-left: 20%;
    color: #7b7660;
    font-size: 1.5625rem;
    font-weight: 700;
}

#logo img {
    display: block;
}

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

    #logo img {
        max-width: 290px;
        width: 100%;
    }
}

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

#menu {
    position: relative;
    background-color: #ffffff;
}

/* burgermenu for tablet */

@media (max-width: 991px) {
    #menu {
        position: relative !important;
    }

    #burgerButton {
        font-size: 0;
        display: block;
        height: 40px;
        padding: 6px 8px;
        cursor: pointer;
        background-color: #6f7b1e;
    }

    #burgerButtonInner2, #burgerButton:after, #burgerButtonInner {
        background-color: #ffffff;
        border-radius: 2px;
        position: absolute;
        width: 30px;
        height: 3px;
        left: 50%;
        margin-left: -15px;
        -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: 11px;
    }

    #burgerButtonInner2 {
        top: 19px;
    }

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

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

    .navbar-collapse {
        top: 40px;
        background: #75705b;
        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: 0;
        right: 0;
        left: 0;
        z-index: 101;
    }

    .navbar-toggle::before {
        content: "";
        opacity: 0;
        position: fixed;
        top: 40px;
        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;
    }

    .dropdown-toggle-button-wrapper, .dropdown-toggle-button-wrapper2 {
        right: 2px;
    }

    .dropdown-toggle-button-wrapper {
        top: 16px;
    }

    .dropdown-toggle-button-wrapper2 {
        top: 4px;
    }
}

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

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

/* menu desktop */

@media (min-width: 992px) {
    .is-sticky #menu::before {
        content: none;
    }

    #menu {
        box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
        background-color: #75705b;
    }

    .is-sticky #menu {
        box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
        background-color: #75705b;
    }

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

    .navbar-default .navbar-nav>li>ul,
    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        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;
    }

    .open>.dropdown-menu,
    .navbar-default .navbar-nav>li:hover>ul,
    .navbar-default .navbar-nav>li>.dropdown-menu>li:hover>.dropdown-menu,
    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu[style*="block"] {
        pointer-events: auto !important;
        opacity: 1 !important;
    }

    .nav .open>.dropdown-menu {
        pointer-events: none !important;
        opacity: 0 !important;
    }
}

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

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-weight: 700;
    text-align: left;
    padding: 15px 35px 15px 15px;
    position: relative;
    font-size: 1.25rem;
}

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

    .navbar-default .navbar-nav>li>a {
        overflow-wrap: break-word;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
}

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

@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::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    bottom: 0;
    height: 6px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #cddb6c;
    -webkit-transition: width 300ms linear;
    -moz-transition: width 300ms linear;
    -ms-transition: width 300ms linear;
    -o-transition: width 300ms linear;
    transition: width 300ms linear;
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav>li>a::after {
        top: 0;
        bottom: auto;
    }
}

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

.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 {
    width: 100%;
}

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

.navbar-default .navbar-nav>li>.dropdown-menu {
    background: #75705b;
}

.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
    background: #7b7660;
}

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

@media(min-width:992px) {
    .navbar-default .navbar-nav>li>.dropdown-menu, .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .navbar-default .navbar-nav>li>.dropdown-menu {
        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::after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: -20px;
        margin-left: -20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 20px 0 20px;
        border-color: #ffffff transparent transparent transparent;
        -webkit-transition: top 150ms linear;
        -moz-transition: top 150ms linear;
        -ms-transition: top 150ms linear;
        -o-transition: top 150ms linear;
        transition: top 150ms linear;
    }

    .navbar-default .navbar-nav>li:hover>.dropdown-menu::after {
        top: 0;
    }

    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        margin-top: -30px;
        margin-left: 10px;
    }

    .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu::before {
        content: "";
        position: absolute;
        display: block;
        width: 10px;
        top: 0;
        bottom: 0;
        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: #ffffff;
    font-weight: 400;
    text-align: left;
    padding: 8px 25px;
    font-size: 1rem;
}

@media(min-width:992px) {
    .navbar-default .navbar-nav>li>.dropdown-menu>li>a, .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a {
        text-align: center;
        padding: 12px 25px;
    }
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav>li>.dropdown-menu>li>a, .navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a {
        overflow-wrap: break-word;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
}

/* ------------------------------------------ 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,
.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 {
    color: #444444;
    background: rgba(205, 219, 108, 0.9);
}

.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 {
    color: #444444;
    background: rgba(205, 219, 108, 0.9);
}

/* ----------------------------------------------- header ----------------------------------------------- */

header {
    position: relative;
    margin-bottom: 35px;
}

@media (min-width: 1200px) {
    body:not(.index) header::before {
        z-index: 55;
    }
}

#header>.row {
    width: 100%;
    max-width: 100%;
}

#header>.row .row {
    margin-left: 0;
    margin-right: 0;
}

#header>.row>div {
    padding: 0;
}

#headerBox {
    background: #ffffff;
}

@media (min-width: 768px) {

    #header {
        overflow: hidden;
    }
}

@media (max-width: 1199px) {

    #headerBox,
    #header {
        background-color: #7b7660;
    }

    #headerBox {
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: start;
    }
}

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

@media (max-width: 767px) {
    #headerBox {
        justify-content: center;
    }
}

/* --------------------------------------------- header text --------------------------------------------- */

#headerText {
    padding: 30px;
    position: relative;
}

@media (max-width: 767px) {
    #headerText {
        padding: 15px 30px 15px 5px;
    }
}

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

    body.index #headerText {
        padding-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    #headerText {
        padding-top: 50px;
        width: 100%;
        height: 100%;
        padding-bottom: 61px !important;
    }

    #headerText .tabContent {
        position: relative;
        z-index: 2;
    }

    .index #headerText .tabContent {
        text-align: left;
    }

    #headerText::before {
        content: '';
        pointer-events: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-position: right;
        background-repeat: no-repeat;
        z-index: 1;
    }

    .index #headerText::before {
        content: '';
        pointer-events: none;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        z-index: 1;
    }

    #headerText::after {
        content: '';
        pointer-events: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 40px;
        bottom: 40px;
        z-index: 1;
    }
}

#header h2 {
    margin-bottom: 0;
}

#header h2 * {
    display: block;
    line-height: 1.08;
}

#header h2 b,
#header h2 strong {
    font-weight: 700;
    font-size: calc(30px + (70 - 30) * (100vw - 320px) / (1920 - 320));
}

body.index #header h2 b,
body.index #header h2 strong {
    font-size: calc(30px + (110 - 30) * (100vw - 320px) / (1920 - 320));
}

#header h2 i,
#header h2 em {
    font-weight: 400;
    font-style: normal;
    font-size: calc(22px + (40 - 22) * (100vw - 320px) / (1920 - 320));
    color: #666666;
    margin-top: 10px;
}

@media (min-width: 992px) {

    #header h2 i,
    #header h2 em {
        margin-top: 18px;
    }
}

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

#headerContact {
    width: 100%;
    font-size: 0.9375rem;
    color: #7b7660;
    position: relative;
}

#header>.row #contactTab .row {
    margin-left: -15px;
    margin-right: -15px;
}

#contactButton .row>div {
    padding: 0;
}

@media (min-width: 992px) {

    #contactButton div,
    #contactButton div>p {
        height: 100%;
        min-height: 100%;
    }

    #contactTab {
        padding: 36px 30px 36px 60px;
    }
}

@media (min-width: 1200px) {
    #headerContact::after {
        right: 15px;
    }
}

#contactTab a {
    color: #7b7660;
}

#contactTab b,
#contactTab strong {
    font-size: 1.125rem;
    font-weight: 500;
}

@media (max-width: 991px) {
    #contactTab {
        padding: 20px;
    }
}

@media (min-width: 992px) {
    #contactButton {
        padding: 0 0 0 40px;
    }
}

#contactButton a {
    display: block;
    text-align: center;
    background: #cddb6c;
    color: #444444;
    font-size: 1.875rem;
    font-weight: 700;
    padding: 10px 15px;
    line-height: 1.1;
    position: relative;
    border-radius: 20px;
}

#contactButton a::before {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border: 1px solid #7b7660;
    border-radius: 20px;
}

@media (min-width: 1200px) {
    #contactButton a {
        background: url('../img/wasserzeichen-btn-aktuelles.png') center left 20% no-repeat, #cddb6c;
        background-size: 10% auto;
    }

    #contactButton a::before {
        top: 14px;
        bottom: 14px;
        left: 14px;
        right: 14px;
        border: 2px solid #7b7660;
    }
}

@media (max-width: 991px) {
    #contactButton a {
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) {
    #contactButton a {
        padding: 30px 20px 20px 20px;
        height: 100%;
        min-height: 100%;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
    }
}

#contactButton a:hover {
    color: #444444;
}

#contactButton a:hover::before,
#contactButton a:focus::before {
    border-color: #444444;
}

#contactButton a::after {
    content: "\00BB";
    margin-left: 6px;
}

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

#slider {
    height: 250px;
    overflow: hidden;
    position: relative;
}

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

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

.slider-wrapper {
    height: 100%;
}

.slider-mask {
    display: none;
}

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

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

main {
    overflow: hidden;
}

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

#scrollBottomBtn {
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 0;
    position: relative;
    height: 15px;
    width: 15px;
}

#scrollBottomBtn::before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #c9d860 transparent transparent transparent;
}

/* ------------------------------------------ tabs27 ----------------------------------------- */

#tabs27 {
    color: #ffffff;
    font-size: 1rem;
}

@media (max-width: 1199px) {
    #tabs27 {
        margin-bottom: 15px;
        padding: 10px 0;
    }
}

#tabs27 {
    background: #75705b;
}

#tabs27>.row {
    max-width: 100%;
    max-width: 1600px;
    width: 100%;
}

#tabs27 img {
    margin-bottom: 20px;
}

#tabs27 h1,
#tabs27 h2,
#tabs27 h3 {
    font-size: 1.125rem;
}

#tabs27 a,
#tabs27 h1,
#tabs27 h2,
#tabs27 h3,
#tabs27 h4,
#tabs27 h5,
#tabs27 h6 {
    color: #ffffff;
    font-size: 1.125rem;
}

@media (min-width: 1200px) {

    #tabs27 a,
    #tabs27 h1,
    #tabs27 h2,
    #tabs27 h3,
    #tabs27 h4,
    #tabs27 h5,
    #tabs27 h6 {
        font-weight: 700;
        font-size: 1.375rem;
    }

    #tabs27 h1,
    #tabs27 h2,
    #tabs27 h3 {
        font-size: 1.375rem;
        margin-bottom: 2vw;
    }
}

#tabs27 .tab a {
    padding: 20px 2.6vw;
    border: 2px solid transparent;
    display: block;
}

#tabs27 .tab a:hover,
#tabs27 .tab a:focus {
    border-color: #cddb6c;
}

@media (max-width: 1199px) {
    #tabs27 .tab a {
        padding: 10px 20px;
    }
}

@media (min-width: 768px) and (max-width:1199px) {
    #tabs27 .col-md-2 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

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

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

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

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

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

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

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

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

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

footer {
    background-color: #ffdaa9;
    padding-bottom: 12px;
}

@media (min-width: 1200px) {

    footer::after {
        content: '';
        position: absolute;
        display: block;
        pointer-events: none;
        bottom: 0px;
        right: 60px;
        background: url('../img/schmuckelement-footer.png') no-repeat;
        width: 88px;
        height: 72px;
    }
}

@media (min-width: 768px) {
    footer .row {
        align-content: center;
        align-items: center;
    }
}

@media (max-width: 1199px) {
    #innerfooter {
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-bottom: 15px;
    }
}

#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: inline-block;
}

#innerfooter a {
    color: #444444;
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
    border: 1px solid transparent;
    padding: 5px 10px;
}

#innerfooter a:hover,
#innerfooter a:focus {
    color: #444444;
    border-color: #75705b;
}

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

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

    #innerfooter a {
        padding: 5px 15px;
    }
}

@media (max-width: 767px) {
    #innerfooter li {
        display: block;
        text-align: center;
        padding: 5px;
        margin: 0;
    }

    #innerfooter li+li::before {
        display: none;
    }
}

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

#vernetzt {
    text-align: right;
    font-size: 0.9375rem;
    color: #444444;
    line-height: 1.3;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 400;
    margin-top: 15px;
}

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

#vernetzt span {
    color: #444444;
}

#vernetzt b {
    color: #444444;
    font-weight: 700;
}

#vernetzt span span {
    display: block;
}

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