@import url("https://fonts.verwaltungsportal.de/import/?family=Charmonman:700%7CPlayfair+Display:600,600i%7CMontserrat:400,400i,600,600i");

html {
    max-width: 1930px;
    margin-left: auto;
    margin-right: auto;
    background: #fceeda;
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #2b2b2b;
    background: #fff;
    font-size: 1rem;
    /* 1rem = 16px */
    line-height: 1.5;
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.1);
}

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

a {
    color: #7e611c;
}

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

main a,
b,
strong {
    font-weight: 600;
}

#topbar a,
main a,
#footer .tab a {
    text-decoration: underline;
}

#overflow {
    overflow: clip;
}

/* #region --------------------------------------- logo ----------------------------------------- */

#logo {
    display: inline-block;
}

#logo img {
    display: block;
}

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

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

    #logo .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

/* #region -------------------------------------- topbar ---------------------------------------- */

#topbar {
    font-size: 0.875rem;
    background: #fae4b1;
}

#topbar>.row>* {
    padding-top: 24px;
    padding-bottom: 24px;
}

@media (min-width: 992px) {
    #topbar>.row>* {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

/* topbar contact */

#topbar-contact,
#topbar-contact::before {
    background: #f5cf75;
}

@media (max-width: 767px) {
    #topbar-contact {
        border-top: 2px solid #fff;
        position: fixed;
        z-index: 99;
        left: 0;
        bottom: 0;
        right: 0;
    }
}

#topbar-contact::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60vw;
    right: 0;
}

#topbar-contact>*,
#topbar-contact+* {
    position: relative;
    z-index: 1;
}

#topbar-contact,
#topbar-contact :is(h1, h2, h3, h4, h5, h6, a) {
    color: #2b2b2b;
}

#phone-tab,
#mail-tab {
    padding-top: 30px;
    display: block;
    min-height: 20px;
    min-width: 42px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 24px;
}

@media (min-width: 576px) {

    #phone-tab,
    #mail-tab {
        padding-top: 0;
        padding-left: 30px;
        background-position: center left;
    }
}

#phone-tab {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M38.75 40.9q-5.6 0-11.25-2.875T17.3 30.6q-4.55-4.55-7.4-10.175Q7.05 14.8 7.05 9.2q0-.95.625-1.575T9.25 7h5.7q.8 0 1.35.5t.75 1.35l1.2 5.35q.1.75-.05 1.35-.15.6-.6 1l-4.7 4.6q2.85 4.8 6.375 8.275Q22.8 32.9 27.35 35.4l4.5-4.7q.5-.55 1.125-.775.625-.225 1.325-.075l4.85 1.1q.8.15 1.3.75t.5 1.45v5.5q0 .95-.625 1.6-.625.65-1.575.65Zm-27-21.8 4.1-4q.1-.1.125-.225.025-.125.025-.225L14.9 9.6q-.05-.2-.15-.275-.1-.075-.25-.075H9.6q-.15 0-.225.075Q9.3 9.4 9.3 9.55q-.05 1.95.6 4.325t1.85 5.225ZM29.5 36.45q2.05 1 4.475 1.55t4.425.65q.15 0 .225-.075.075-.075.075-.225v-4.9q0-.15-.075-.25t-.225-.15l-4.55-.9q-.1-.05-.2 0l-.2.1ZM11.75 19.1ZM29.5 36.45Z' fill='%232b2b2b'/%3E%3C/svg%3E");
}

@media (min-width: 1200px) {
    #phone-tab {
        margin-left: 30px;
    }
}

#mail-tab {
    margin-left: clamp(20px, 4vw, 30px);
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M7.9 39q-1.2 0-2.05-.85Q5 37.3 5 36.1V11.9q0-1.2.85-2.05Q6.7 9 7.9 9h32.2q1.2 0 2.05.85.85.85.85 2.05v24.2q0 1.2-.85 2.05-.85.85-2.05.85ZM24 24.3 7.25 13.25V36.1q0 .3.175.475t.475.175h32.2q.3 0 .475-.175t.175-.475V13.25Zm0-2.4 16.3-10.65H7.75ZM7.25 13.25v-2V36.1q0 .3.175.475t.475.175h-.65V36.1Z' fill='%232b2b2b'/%3E%3C/svg%3E");
}

/* social-media */

#social-media img {
    vertical-align: middle
}

#social-media img+img,
#social-media a+a {
    margin-left: 8px;
}

/* search */

#search-button {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 96 960 960' width='48'%3E%3Cpath d='M774 913 533 672q-30 26-69.959 40.5T378 727q-108.162 0-183.081-75Q120 577 120 471t75-181q75-75 181.5-75t181 75Q632 365 632 471.15 632 514 618 554q-14 40-42 75l243 241q9 8.442 9 20.721t-9.913 22.192Q809 922 795.778 922q-13.222 0-21.778-9ZM377 667q81.25 0 138.125-57.5T572 471q0-81-56.875-138.5T377 275q-82.083 0-139.542 57.5Q180 390 180 471t57.458 138.5Q294.917 667 377 667Z' fill='%2372b2b2b'/%3E%3C/svg%3E") center / 30px auto no-repeat;
    display: inline-block;
    width: 24px;
    height: 30px;
    font-size: 0;
    position: relative;
}

*+#search-button {
    margin-left: 60px;
}

#search-button::before,
*+#search-button::after {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
}

#search-button::before {
    z-index: -1;
    top: -4px;
    right: -7px;
    bottom: -4px;
    left: -7px;
    background: #fff;
    border: 2px solid #f5cf75;
    border-radius: 50%;
    opacity: 0;
    transition: 300ms opacity linear;
}

#search-button:hover::before,
#search-button:focus::before {
    opacity: 1;
}

*+#search-button::after {
    left: -30px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #2f1c2a;
    opacity: 0.4;
}

/* #region ------------------------------------ navigation -------------------------------------- */

/* burgermenu for tablet */

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

    #burgerButton {
        font-size: 0;
        display: block;
        height: 50px;
        width: 60px;
        border-radius: 6px;
        padding: 6px 8px;
        cursor: pointer;
        background: #fff;
        border: none !important;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
    }

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

    .navbar-collapse {
        top: 0;
        background: #fff;
        position: fixed;
        left: -100%;
        bottom: 0;
        z-index: 100;
        height: auto !important;
        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;
        transition: top 300ms linear;
    }

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

    .dropdown-toggle-button-wrapper {
        top: 8px;
        right: 0;
    }

    .dropdown-toggle-button-wrapper2 {
        top: 2px;
        right: 0;
    }
}

@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-sticky-wrapper {
        position: absolute;
        left: 0;
        right: 0;
    }

    #menu {
        transition: background 300ms linear, box-shadow 300ms linear;
    }

    .is-sticky #menu,
    #menu-bg,
    #menu-bg::before {
        background: #fff;
    }

    .is-sticky #menu {
        left: auto !important;
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
    }

    #menu-bg>.row {
        min-height: 100px;
        position: relative;
        padding: 15px 0 14px 15px;
    }

    #menu-bg::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 50vw;
        right: calc(-50vw + 15px);
    }

    .is-sticky #menu-bg::before {
        display: none;
    }

    #menu-bg :is(.navbar-default, #myNavbar, .navbar-nav, [class*="toplevel"]) {
        height: 100% !important;
    }

    #headerpic :is(.sticky-wrapper, #menu) {
        z-index: 101;
    }

    nav.horizontally .navbar-nav {
        position: relative;
        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;
    }

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

    nav.horizontally li[class*="toplevel"]>.dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
    }

    nav.horizontally li[class*="secondlevel"]>.dropdown-menu {
        position: absolute;
        left: 100%;
        top: 0;
    }

    nav.horizontally :is([class*="toplevel"], [class*="secondlevel"]) {
        position: relative;
    }

    .navbar-default .navbar-nav li :is([class*="toplevel"]>ul, [class*="secondlevel"]>ul) {
        display: block !important;
        pointer-events: none;
        opacity: 0;
        transition: opacity 300ms linear;
    }

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

    .navbar-default .navbar-nav :is(li[class*="toplevel"]:focus-within>ul, 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 :is(li[class*="toplevel"]:hover>ul, li[class*="secondlevel"]:hover>ul) {
        z-index: 1003;
    }
}

@media (min-width: 1200px) {
    nav.horizontally .navbar-nav {
        padding-left: 20px;
    }

    #menu-bg>.row {
        padding-left: 30px;
    }
}

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

.navbar-default li[class*="toplevel"]>a {
    color: #2b2b2b;
    font-weight: 400;
    text-align: left;
    padding: 14px 5px;
    position: relative;
    font-size: 1.125rem;
    line-height: 1.2;
    text-decoration: none;
    transition: border 300ms linear;
    font-family: 'Playfair Display', serif;
}

@media (max-width: 991px) {
    nav.horizontally li[class*="toplevel"]+li {
        margin-top: 2px;
    }

    nav.horizontally li[class*="toplevel"]>a.dropdown-toggle {
        padding-right: 35px;
    }
}

@media (min-width: 992px) {
    .navbar-default li[class*="toplevel"]>a {
        padding: 10px 0;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 100%;
    }

    .navbar-default li[class*="toplevel"]>a:after {
        position: absolute;
        content: "";
        display: block;
        width: 74px;
        height: 10px;
        opacity: 0;
        bottom: 5px;
        left: calc(50% - 34px);
        background: url('../img/hover-nav.png') no-repeat;
        transition: opacity 300ms linear;
    }

    .navbar-default li[class*="toplevel"]+li {
        margin-left: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-default li[class*="toplevel"]>a {
        font-size: 14px;
    }

    .navbar-default li[class*="toplevel"]+li {
        margin-left: 10px;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) and (min-width: 992px) {
    .navbar-default li[class*="toplevel"]>a {
        display: block;
    }
}

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

.navbar-default li[class*="toplevel"]:hover>a,
.navbar-default li[class*="toplevel"]>a:hover,
.navbar-default li[class*="toplevel"]>a:focus,
.navbar-default li[class*="toplevel"].open>a,
.navbar-default li[class*="toplevel"].open>a:hover,
.navbar-default li[class*="toplevel"].open>a:focus,
.navbar-default li[class*="toplevel"][class*="_over"]>a,
.navbar-default li[class*="toplevel"][class*="_over"]>a:hover,
.navbar-default li[class*="toplevel"][class*="_over"]>a:focus {
    color: #7e611c;
}

.navbar-default li[class*="toplevel"]:focus-within>a {
    color: #7e611c;
}

.navbar-default li[class*="toplevel"]:hover>a::after,
.navbar-default li[class*="toplevel"]>a:hover::after,
.navbar-default li[class*="toplevel"]>a:focus::after,
.navbar-default li[class*="toplevel"].open>a::after,
.navbar-default li[class*="toplevel"].open>a:hover::after,
.navbar-default li[class*="toplevel"].open>a:focus::after,
.navbar-default li[class*="toplevel"][class*="_over"]>a::after,
.navbar-default li[class*="toplevel"][class*="_over"]>a:hover::after,
.navbar-default li[class*="toplevel"][class*="_over"]>a:focus::after {
   opacity: 1;
}

.navbar-default li[class*="toplevel"]:focus-within>a::after {
    opacity: 1;
}

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

.navbar-default :is([class*="toplevel"]>ul, [class*="secondlevel"]>ul) {
    padding: 10px;
    background: #ffffff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12);
}

@media(min-width: 992px) {
    .navbar-default :is(li[class*="toplevel"]>ul, li[class*="secondlevel"]>ul) {
        padding: 18px 0;
    }

    .navbar-default li[class*="toplevel"]>ul {
        margin-top: 25px;
    }

    .navbar-default li[class*="secondlevel"]>ul {
        margin-top: -18px;
        margin-left: 10px;
    }

    .navbar-default li[class*="toplevel"]>ul::before,
    .navbar-default li[class*="secondlevel"]>ul::before {
        content: "";
        position: absolute;
        display: block;
    }

    .navbar-default li[class*="toplevel"]>ul::before {
        height: 27px;
        left: 0;
        right: 0;
        top: -27px;
    }

    .navbar-default li[class*="secondlevel"]>ul::before {
        width: 12px;
        top: 0;
        bottom: 0;
        left: -12px;
    }
}

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

.navbar-default :is(li[class*="secondlevel"]>a, li[class*="thirdlevel"]>a) {
    color: #2b2b2b;
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    padding: 8px 20px 8px 40px;
    line-height: 1.2;
    text-decoration: none;
    position: relative;
}

@media(max-width: 991px) {
    .navbar-default :is(li[class*="secondlevel"]>a, li[class*="thirdlevel"]>a) {
        padding-left: 40px;
    }

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

.navbar-default li[class*="secondlevel"]>a::before,
.navbar-default li[class*="thirdlevel"]>a::before {
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    left: 0;
    top: 50%;
    width: 24px;
    height: 1px;
    background: #f5cf75;
    transition: opacity 300ms linear;
}

.navbar-default li[class*="secondlevel"]>a::after,
.navbar-default li[class*="thirdlevel"]>a::after {
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    left: 25px;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #f5cf75;
    transition: opacity 300ms linear;
}

@media(max-width: 991px) {

    .navbar-default li[class*="secondlevel"]>a::after,
    .navbar-default li[class*="thirdlevel"]>a::after {
        left: 0;
    }
}

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

.navbar-default li[class*="secondlevel"]:hover>a::before,
.navbar-default li[class*="secondlevel"]>a:hover::before,
.navbar-default li[class*="secondlevel"]>a:focus::before,
.navbar-default li[class*="secondlevel"].open>a::before,
.navbar-default li[class*="secondlevel"].open>a:hover::before,
.navbar-default li[class*="secondlevel"].open>a:focus::before,
.navbar-default li[class*="secondlevel"][class*="_over"]>a::before,
.navbar-default li[class*="secondlevel"][class*="_over"]>a:hover::before,
.navbar-default li[class*="secondlevel"][class*="_over"]>a:focus::before,
.navbar-default li[class*="thirdlevel"]:hover>a::before,
.navbar-default li[class*="thirdlevel"]>a:hover::before,
.navbar-default li[class*="thirdlevel"]>a:focus::before,
.navbar-default li[class*="thirdlevel"].open>a::before,
.navbar-default li[class*="thirdlevel"].open>a:hover::before,
.navbar-default li[class*="thirdlevel"].open>a:focus::before,
.navbar-default li[class*="thirdlevel"][class*="_over"]>a::before,
.navbar-default li[class*="thirdlevel"][class*="_over"]>a:hover::before,
.navbar-default li[class*="thirdlevel"][class*="_over"]>a:focus::before {
    opacity: 1;
}

.navbar-default li[class*="secondlevel"]:focus-within>a::before,
.navbar-default li[class*="thirdlevel"]:focus-within>a::before {
    opacity: 1;
}

.navbar-default li[class*="secondlevel"]:hover>a::after,
.navbar-default li[class*="secondlevel"]>a:hover::after,
.navbar-default li[class*="secondlevel"]>a:focus::after,
.navbar-default li[class*="secondlevel"].open>a::after,
.navbar-default li[class*="secondlevel"].open>a:hover::after,
.navbar-default li[class*="secondlevel"].open>a:focus::after,
.navbar-default li[class*="secondlevel"][class*="_over"]>a::after,
.navbar-default li[class*="secondlevel"][class*="_over"]>a:hover::after,
.navbar-default li[class*="secondlevel"][class*="_over"]>a:focus::after,
.navbar-default li[class*="thirdlevel"]:hover>a::after,
.navbar-default li[class*="thirdlevel"]>a:hover::after,
.navbar-default li[class*="thirdlevel"]>a:focus::after,
.navbar-default li[class*="thirdlevel"].open>a::after,
.navbar-default li[class*="thirdlevel"].open>a:hover::after,
.navbar-default li[class*="thirdlevel"].open>a:focus::after,
.navbar-default li[class*="thirdlevel"][class*="_over"]>a::after,
.navbar-default li[class*="thirdlevel"][class*="_over"]>a:hover::after,
.navbar-default li[class*="thirdlevel"][class*="_over"]>a:focus::after {
    opacity: 1;
}

.navbar-default li[class*="secondlevel"]:focus-within>a::after,
.navbar-default li[class*="thirdlevel"]:focus-within>a::after {
    opacity: 1;
}

/* #endregion -------------------------------- navigation --------------------------------------- */

/* #region ------------------------------------- resp-gaps -------------------------------------- */

#tabs>.row,
#blog>.row,
#blog .tab_link_entries,
#feedback>.row {
    row-gap: 30px;
}

#footer>.row {
    row-gap: 40px;
}

/* #endregion ---------------------------------- resp-gaps -------------------------------------- */

/* #region -------------------------------------- header ---------------------------------------- */

@media (min-width: 992px) {
    header {
        position: relative;
    }
}

/* header text */

#header-text {
    position: relative;
    z-index: 10;
    padding-top: clamp(40px, 16vw, 285px);
    padding-bottom: clamp(40px, 12vw, 185px);
}

@media (min-width: 992px) {
    #header-text {
        padding-top: clamp(40px, 20vw, 285px);
        padding-right: clamp(30px, 4vw, 55px);
    }
}

body:not(.index) #header-text {
    padding-top: clamp(40px, 16vw, 225px);
    padding-bottom: clamp(40px, 12vw, 125px);
}

body:not(.index) #headerpic p {
    display: none;
}

#header-text,
#header-text::before {
    background-color: #fae4b1;
    border-bottom-right-radius: clamp(100px, 20vw, 300px);
}

#header-text::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    right: 0;
}

@media (min-width: 992px) {
    #header-text::before {
        width: 965px;
        background-image: url('../img/header-welle.png');
        background-position: top left;
        background-repeat: no-repeat;
    }
    #header-text :is(h1, h2, h3, h4, h5, h6) :is(i, em) {
        padding-left: 60px;
        position: relative;
        margin-bottom: 20px;
    }
    #header-text :is(h1, h2, h3, h4, h5, h6) :is(i, em)::before {
        position: absolute;
        content: "";
        display: block;
        width: 50px;
        height: 1px;
        background-color: #661651;
        left: 0;
        top: 50%;
    }
}

#header-text>* {
    position: relative;
    z-index: 1;
}

#header-text :is(b, strong) {
    font-size: 1.875rem;
    font-family: 'Playfair Display', serif;
    color: #2b2b2b;
}

#header-text :is(h1, h2, h3, h4, h5, h6) :is(i, em) {
    color: #2b2b2b;
    font-family: 'Montserrat', sans-serif;
}

#header-text :is(h1, h2, h3, h4, h5, h6),
#header-text :is(h1, h2, h3, h4, h5, h6) :is(b, strong) {
    color: #2b2b2b;
}

#header-text :is(h1, h2, h3, h4, h5, h6) :is(b, strong) {
    font-size: inherit;
}

/* banner */

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

#slider {
    height: 100%;
}

.slider-wrapper {
    height: 300px !important;
}

@media (max-width: 767px) {
    body:not(.index) .slider-wrapper {
        display: none;
    }
}

@media (min-width: 768px) {
    .slider-wrapper {
        position: absolute !important;
        top: 0;
        left: calc(58% - 38px);
        bottom: 100px;
        right: 0;
        height: auto !important;
    }

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

@media (min-width: 992px) {
    #headerpic a.nivo-prevNav {
        left: 130px;
    }

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

    .slider-wrapper {
        top: 100px;
        left: calc(50% - 76px);
    }
}

.slider-mask {
    display: none;
}

#headerpic .nivo-main-image {
    min-height: 100% !important;
}

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

#content-area {
    text-align: left;
    padding: clamp(40px, 4vw, 50px) 0 clamp(40px, 10vw, 90px) 0;
}

/* #region -------------------------------------- service --------------------------------------- */

@media (min-width: 768px) {
    #service {
        background-size: clamp(20%, 30vw, 544px);
    }
}

#service .img::before {
    content: "";
    display: block;
    position: absolute;
    top: clamp(40px, 10vw, 80px);
    bottom: clamp(20px, 4vw, 50px);
    left: clamp(-365px, -20vw, -100px);
    right: 50%;
    background: url('../img/service-bg.png') center left / 100% auto no-repeat;
}

#service .banner {
    position: relative;
    z-index: 1;
    border-radius: 300px;
    overflow: hidden;
    height: 100%;
    min-height: 100%;
}

@media (max-width: 991px) {
    #service .banner {
        max-width: 400px;
        margin: 0 auto;
    }
}

#service .banner img {
    display: block;
    object-fit: cover;
    height: 100%;
}

#service .tab {
    padding-top: clamp(40px, 10vw, 80px);
    padding-bottom: clamp(40px, 10vw, 90px);
}

@media (min-width: 992px) {
    #service .img {
        padding-right: 0;
    }

    #service .tab {
        padding-left: clamp(30px, 4vw, 60px);
    }
}

#service ul {
    padding-left: 30px;
    margin: clamp(15px, 4vw, 30px) 0 clamp(15px, 4vw, 40px) 0;
}

#service ul li+li {
    border-top: 1px solid rgba(245, 207, 117, 1);
}

#service ul li {
    padding: 14px 0;
    background: transparent;
}

#service ul li::before {
    top: 18px;
    left: -30px;
    width: 19px;
    height: 19px;
    opacity: 1;
    background: url("../img/note.png") center / 15px auto no-repeat;
}

/* #region -------------------------------------- buttons --------------------------------------- */

.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"]) {
    display: inline-block;
    line-height: 1.2;
    color: #2b2b2b;
    font-size: 1rem;
    font-weight: 400;
    background: #fff;
    padding: 12px 50px 11px 20px;
    border-radius: 24px;
    position: relative;
    text-decoration: none !important;
    text-shadow: none !important;
    border: 2px solid #f5cf75;
    transition: border 300ms linear, color 300ms linear, background 300ms linear;
}

.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"])::before {
    content: "";
    width: 23px;
    height: 1px;
    display: block;
    position: absolute;
    right: -8%;
    top: 50%;
    background-color: #f5cf75;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    transform: translate(-50%, 0);
}

.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"])::after {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    bottom: 39%;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #f5cf75;
    right: 8%;
    transform: translate(-50%);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.button-design.button-design-2 a:not(.has-image):not([href*="mailto"]):not([href*="tel"]) {
    border-color: transparent;
}

#header-text.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"]) {
    margin-top: clamp(20px, 4vw, 45px);
}

#tabs .tab.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"]) {
    margin-top: 10px;
}

.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"]):hover:after,
.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"]):focus::after {
    background: #f5cf75;
}

/* #region ---------------------------------- h1 - h6, newslink --------------------------------- */

.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
H6,
H5,
H4,
H3,
H2,
H1 {
    color: #7d601b;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Charmonman", sans-serif;
    margin-bottom: 15px;
}

:is(h1, h2, h3, h4, h5, h6) :is(b, strong) {
    font-weight: 700;
}

:is(h1, h2, h3, h4, h5, h6) :is(i, em) {
    display: block;
    margin-bottom: 12px;
    position: relative;
    font-weight: 400;
    color: #2b2b2b;
    font-size: clamp(1.375rem, 6vw, 1.625rem);
    font-style: normal;
    font-family: "Playfair Display", serif;
}

:is(h1, h2, h3) :is(i, em) {
    display: flex;
    align-items: center;
    align-content: center;
}

.xs-text-center :is(h1, h2, h3) :is(i, em) {
    justify-content: center;
}

#header-text :is(h1, h2, h3, h4, h5, h6) {
    font-size: clamp(1.75rem, 5.5vw, 3.125rem);
}

@media (min-width: 768px) and (max-width: 1199px) {
    #header-text :is(h1, h2, h3, h4, h5, h6) {
        font-size: 42px;
    }
}

h1,
.h1,
.legacy_h1 {
    margin-bottom: clamp(15px, 4vw, 35px);
}

:is(#tabs-headline) :is(h1, h2, h3, h4, h5, h6) {
    margin: 0;
}

:is(#tabs-headline) {
    margin-bottom: clamp(1px, 1vw, 20px);
}

h1,
.h1,
.legacy_h1,
:is(#tabs-headline) h2 {
    font-size: clamp(1.75rem, 5vw, 2.5rem);
}

#service h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #2b2b2b;
    font-size: clamp(1.625rem, 5vw, 2.1rem);
}

h2,
.h2,
.legacy_h2 {
    font-size: clamp(1.625rem, 5vw, 1.875rem);
}

h3,
.h3,
.legacy_h3 {
    font-size: clamp(1.5rem, 5vw, 1.75rem);
}

h4,
.h4,
.legacy_h4 {
    font-size: clamp(1.375rem, 5vw, 1.625rem);
}

h5,
.h5,
.legacy_h5 {
    font-size: clamp(1.3125rem, 5vw, 1.5rem);
}

h6,
.h6,
.legacy_h6 {
    font-size: clamp(1.25rem, 5vw, 1.375rem);
}

/* #region --------------------------------------- instrumente --------------------------------------- */

#instrumente {
    padding: 50px 0;
}

@media (min-width: 992px) {
    #instrumente {
        padding: 100px 0;
        position: relative;
    }
    #instrumente::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        height: 2px;
        background: rgba(245, 207, 117, 1);
    }
}

#instrumente .tabHeadline {
    font-family: 'Charmonman', sans-serif;
    font-weight: 700;
    color: #7d601b;
    font-size: clamp(1.5625rem, 4vw, 2.8125rem);
    margin-bottom: 40px;
}

#specialInstrumente,
#specialInstrumente a {
    position: relative;
    z-index: 1;
    color: #2b2b2b;
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.25rem, 4vw, 1.5625rem);
    text-decoration: none;
}

#specialInstrumente a:hover,
#specialInstrumente a:focus {
    color: #7d601b;
    text-decoration: none;
}

#specialInstrumente .bgTab {
    position: relative;
    height: 10vw;
    width: 10vw;
    border-radius: 50%;
    border: 2px solid #f5cf75;
    background-color: #ffffff;
    margin-bottom: 40px;
    margin-left: 20%;
    transition: border 300ms linear;
}

#specialInstrumente .bgTab:hover,
#specialInstrumente .bgTab:focus {
    border: 5px solid #f5cf75;   
}

#specialInstrumente .bgTab:hover::before,
#specialInstrumente .bgTab:focus::before {
    -moz-transform: scale(0.8) rotate(35deg) translate(1px, 0px);
    -webkit-transform: scale(0.8) rotate(35deg) translate(1px, 0px);
    -o-transform: scale(0.8) rotate(35deg) translate(1px, 0px);
    -ms-transform: scale(0.8) rotate(35deg) translate(1px, 0px);
    transform: scale(0.8) rotate(35deg) translate(1px, 0px);
    transition: all 300ms;
}

#specialInstrumente .bgTab::before {
    position: absolute;
    display: block;
    content: "";
    width: 340px;
    height: 230px;
    top: calc(50% - 115px);
    left: calc(50% - 170px);
}

#specialInstrumente .bgTab1::before {
    background: url('../img/klarinette.png') no-repeat;
}

#specialInstrumente .bgTab2::before {
    background: url('../img/saxophon.png') no-repeat;
}

#specialInstrumente .bgTab3::before {
    background: url('../img/querfloete.png') no-repeat;
}

/* #region --------------------------------------- footer --------------------------------------- */

/* footer */

footer {
    font-size: 0.875rem;
}

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

#footer {
    padding: clamp(40px, 8vw, 80px) 0;
    color: #2b2b2b;
    background: #fae4b1 url('../img/welle-footer.png') right bottom no-repeat;
}

@media (min-width: 992px) {
    footer iframe,
    footer .iframe-wrapper-manual-enabling {
        min-width: calc(100% - 45px) !important;
        width: calc(100% - 45px) !important;
    }

    #footer>.row>*:nth-child(2) {
        padding-left: 60px;
    }
}

#footer a,
#footer a:hover,
#footer a:focus {
    color: #2b2b2b;
    font-weight: 600;
}

#footer :is(h1, h2, h3, h4, h5, h6) {
    color: #2b2b2b;
    font-weight: 700;
    font-size: clamp(1.25rem, 2vw, 1.875rem);
    margin-bottom: 25px;
    font-family: 'Playfair Display', serif;
}

/* mini blog */

#blog-mini .tab_link_entry {
    position: relative;
    padding-left: 85px;
    min-height: 70px;
    border: none !important;
}

@media (min-width: 576px) and (max-width: 991px) {
    #blog-mini .tab_link_entry {
        padding-left: 0;
        padding-top: 85px;
    }
}

#blog-mini .tab_link_entry+.tab_link_entry {
    margin-top: 60px;
    position: relative;
}

#blog-mini .tab_link_entry+.tab_link_entry::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    height: 1px;
    background: rgba(245, 207, 117, 1);
}

#blog-mini .tab_link_entry .tab_preview_picture,
#blog-mini .tab_link_entry::before {
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    position: absolute;
}

#blog-mini .tab_link_entry::before .tab_preview_picture img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0;
}

#blog-mini .tab_link_entry::before {
    content: "";
    background: #ffffff url('../img/meldungen-platzhalter-2.png') center no-repeat;
}

#blog-mini .tab_link_title a {
    display: block;
    font-weight: 700;
    line-height: 1.2;
    font-size: 1rem;
    margin-top: 4px;
}

#blog-mini :is(.tab_link_mehr, .tab_spacer, .vorschau) {
    display: none;
}

/* innerfooter */

#innerfooter {
    background: #f5cf75;
    padding: 30px 0 140px 0;
}

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

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

#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: block;
}

@media (min-width: 576px) {
    #innerfooter li+li::before {
        content: "•";
        margin: 0 15px;
        color: inherit;
    }

    #innerfooter li {
        display: inline-block;
    }
}

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

#innerfooter li a {
    color: inherit;
    text-decoration: none;
    position: relative;
}

#innerfooter li a::after {
    position: absolute;
    content: "";
    display: block;
    width: 74px;
    height: 10px;
    bottom: -15px;
    left: calc(50% - 34px);
    opacity: 0;
    background: url('../img/hover-footer.png') no-repeat;
    transition: opacity 300ms linear;
}

@media (max-width: 575px) {
    #innerfooter li a {
        padding: 4px;
        display: inline-block;
    }
}

#innerfooter li a:hover::after,
#innerfooter li a:focus::after {
    opacity: 1;
}

/* #region -------------------------------------- vernetzt -------------------------------------- */

#vernetzt {
    text-align: right;
    font-size: 13px;
    font-weight: 400;
    color: inherit;
    line-height: 1.3;
    margin-top: 20px;
    text-decoration: none;
}

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

#vernetzt b {
    font-weight: 600;
}

#vernetzt span {
    display: block;
}

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