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

html {
    max-width: 1930px;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
    scrollbar-color: #645040 #ffffff;
    scrollbar-width: thin;
}

body {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #191919;
    background: #ffffff;
    font-size: clamp(1rem, 1vw, 1.125rem);
    /* 1rem = 16px */
    line-height: 1.5;
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.1);
}

a {
    color: #645040;
}

#content-area a,
a:is(:hover, :focus) {
    color: #645040;
    text-decoration: underline;
}

b,
strong {
    font-weight: 600;
}

:is(#topbar, 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: calc(100vw - 120px);
        width: 100%;
    }

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

/* #endregion ----------------------------------- logo ------------------------------------------ */

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

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

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

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

@media (max-width: 991px) {
    #topbar>.row>* {
        flex-wrap: wrap;
        gap: 15px;
    }
}

/* topbar contact */

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

@media (max-width: 767px) {
    #topbar-contact {
        border-top: 2px solid #ffffff;
        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: #191919;
}

#adress-tab,
#phone-tab,
#mail-tab {
    padding-left: 20px;
    display: block;
    min-height: 20px;
    min-width: 42px;
    background-position: center left;
    background-repeat: no-repeat;
}

#phone-tab {
    background-size: auto 15px;
    background-image: url('../img/icon-telefon-klein.png');
}

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

#mail-tab {
    margin-left: clamp(20px, 4vw, 30px);
    background-size: auto 13px;
    background-image: url('../img/icon-mail-klein.png');
}

#adress-tab {
    margin-left: clamp(20px, 4vw, 30px);
    background-image: url('../img/location-icon.png');
}

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

/* social-media */

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

#social-media :is(img+img, 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='%23191919'/%3E%3C/svg%3E") center / 30px auto no-repeat;
    display: inline-block;
    width: 24px;
    height: 30px;
    font-size: 0;
    position: relative;
    flex-shrink: 0;
}

*+#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: #ffffff;
    border: 2px solid #645040;
    border-radius: 50%;
    opacity: 0;
    transition: 300ms opacity linear;
}

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

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

/* #endregion ----------------------------------- topbar ---------------------------------------- */

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

/* burgermenu for tablet */

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

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

    #burgerButton::before,
    #burgerButton::after,
    #burgerButtonInner {
        background-color: #645040;
        border-radius: 2px;
        position: absolute;
        width: 40px;
        height: 3px;
        left: 10px;
        transition: transform 200ms linear, opacity 200ms linear;
    }

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

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

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

    #burgerButtonInner {
        top: 16px;
    }

    #burgerButton::before {
        top: 24px;
        content: "";
    }

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

    .navbar-nav {
        padding: 20px 10px;
    }

    .navbar-collapse {
        width: calc(100% - 90px);
        max-width: 300px;
        top: 0;
        background: #ffffff;
        position: fixed;
        left: -100%;
        bottom: 0;
        z-index: 100;
        height: auto !important;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        overflow-y: auto;
        transition: left 300ms linear, opacity 300ms linear, box-shadow 600ms linear;
        box-shadow: 250px 0 50vw 50vw rgba(255, 255, 255, 0);
    }

    .navbar-collapse:is([aria-expanded="true"], .in) {
        left: 0;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        box-shadow: 250px 0 50vw 50vw rgba(0, 0, 0, 0.6);
    }

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

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

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

/* menu desktop */

@media (min-width: 992px) {
    #topBox {
        position: absolute;
        left: 0;
        right: 0;
    }

    nav.horizontally {
        background: #ffffff;
        transition: background 300ms linear, box-shadow 300ms linear;
    }

    .is-sticky nav.horizontally,
    #menu-bg {
        background: #ffffff;
    }

    .is-sticky nav.horizontally {
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
    }

    #menu-bg>.row {
        min-height: 100px;
    }

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

    nav.horizontally .navbar-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

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

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

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

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

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

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

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

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

/* toplevel */

nav.horizontally a[class*="toplevel"] {
    color: #191919;
    font-weight: 600;
    text-align: left;
    padding: 14px 5px;
    position: relative;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
    transition: border 300ms linear;
}

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

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

@media (min-width: 992px) {
    nav.horizontally a[class*="toplevel"] {
        padding: 10px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

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

    nav.horizontally a[class*="toplevel"]::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
        height: 3px;
        background: #d2c5ba;
        width: 0;
        transition: width 300ms;
    }
}

/* toplevel-over */

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

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

/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] ul {
    padding: 10px;
    background: #ffffff;
    border: 2px solid #d2c5ba;
}

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

    nav.horizontally [class*="toplevel"]>ul {
        margin-top: 12px;
    }

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

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

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

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

/* secondlevel + thirdlevel */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
    color: #191919;
    text-align: left;
    font-size: 1.0625rem;
    font-weight: 400;
    padding: 8px 20px 8px 40px;
    line-height: 1.2;
    text-decoration: none;
    position: relative;
}

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

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

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"])::after {
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    left: 15px;
    top: calc(50% - 1px);
    width: 16px;
    height: 3px;
    background: #d2c5ba;
    transition: opacity 300ms linear;
}

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

/* secondlevel + thirdlevel over */

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

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

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

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

#about>.row,
#feedback>.row {
    row-gap: 30px;
}

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

#innerfooter>.row {
    row-gap: 20px;
}

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

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

/* banner */

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

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

    body.index #slider {
        max-height: 700px;
    }

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

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

/* #endregion ----------------------------------- header ---------------------------------------- */

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

#content-area {
    text-align: left;
    padding: clamp(30px, 5vw, 70px) 0;
}

/* ---------------------------------------------- about --------------------------------------- */

#about {
    padding-top: clamp(40px, 5vw, 90px);
    padding-bottom: clamp(40px, 4vw, 60px);
}

#about>.row+.row {
    margin-top: 40px;
}

#about :is(b, strong) {
    color: #03345a;
    font-weight: 600;
}

#about .banner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    max-width: 350px;
    margin-bottom: 40px;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.12);
}

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

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

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

#service {
    padding-top: clamp(40px, 3vw, 55px);
    padding-bottom: clamp(40px, 3vw, 60px);
    background: #d2c5ba;
}

@media (min-width: 1200px) {
    #service .img::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: clamp(-365px, -20vw, -100px);
        right: 25%;
        background: #ffffff
    }

    /* #service .img::after {
        content: "";
        display: block;
        position: absolute;
        top: 115px;
        left: -15px;
        right: 30px;
        bottom: 53px;
        border: 2px solid #645040;
    } */
}

#service .banner {
    margin: clamp(40px, 5vw, 85px) 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

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

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

#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(47, 28, 42, 0.2);
}

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

#service ul li::before {
    top: 15px;
    left: -30px;
    width: 24px;
    height: 24px;
    opacity: 1;
    background: url('../img/icon-check.png') center / 24px auto no-repeat;
}

/* #endregion ----------------------------------- service --------------------------------------- */

/* #region ------------------------------------- feedback --------------------------------------- */

#feedback {
    padding: clamp(40px, 3vw, 50px) 0 clamp(40px, 4vw, 65px) 0;
    position: relative;
    z-index: 1;
    background: #d2c5ba;
}

#feedback>.row+.row {
    margin-top: 20px;
}

#feedback .tab {
    font-size: 1rem;
    height: 100%;
    border-radius: 10px;
    text-align: left;
    background: #ffffff;
    padding: 35px 30px 30px 30px;
    box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.1);
}

#feedback .tab :is(i, em) {
    color: #525252;
    font-style: normal;
}

#feedback .tab :is(h1, h2, h3, h4, h5, h6) {
    color: #03345a;
    font-weight: 600;
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    margin-bottom: 0;
}

/* #endregion ------------------------------------- feedback ------------------------------------ */

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

.button-design a {
    display: inline-block;
    line-height: 1.2;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    background: #645040;
    padding: 12px 20px 11px 20px;
    text-decoration: none !important;
    text-shadow: none !important;
    transition: color 300ms linear, background 300ms linear;
}

#header-text.button-design a {
    margin-top: clamp(20px, 4vw, 45px);
}

.button-design a:is(:hover, :focus) {
    background: #493b30;
    color: #ffffff;
}

/* #endregion ----------------------------------- buttons --------------------------------------- */

.button-designDEKO {
    margin-top: 30px;
    padding-left: clamp(80px, 18vw, 330px);
    padding-right: clamp(80px, 18vw, 330px);
    position: relative;
    z-index: 1;
}


    .button-designDEKO::before {
    content: '';
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: clamp(285px, 11vw, 40px);
    height: 2px;
    background: #645040;
    z-index: -1;
}

.button-designDEKO::after {
    content: '';
    position: absolute;
    pointer-events: none;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: clamp(285px, 11vw, 40px);
    height: 2px;
    background: #645040;
    z-index: -1;
}

@media (max-width: 575px) {
    .button-designDEKO::before {
        content: '';
        position: absolute;
        pointer-events: none;
        left: 0;
        top: -15px;
        bottom: 0;
        margin: auto;
        width: 100px;
        height: 2px;
        background: #645040;
        z-index: -1;
    }
    .button-designDEKO::after {
        content: '';
        position: absolute;
        pointer-events: none;
        right: 0;
        top: -15px;
        bottom: 0;
        margin: auto;
        width: 100px;
        height: 2px;
        background: #645040;
        z-index: -1;
    }
}


.button-design.button-designDEKO a {
    color: #ffffff !important;
    background: #645040 !important;
}

.button-design.button-designDEKO a:is(:hover, :focus) {
    background: #d2c5ba !important;
    color: #191919 !important;
}

@media (max-width: 575px) {
    .button-design.button-designDEKO a {
        margin-bottom: 15px;
    }
}

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

.h4link a:is(:link, :hover, :focus, :visited),
h6,
h5,
h4,
h3,
h2,
h1 {
    color: #645040;
    font-weight: 600;
    line-height: 1.2;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 15px;
}

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

:is(h1, h2, h3, h4, h5, h6) :is(i, em) {
    display: block;
    margin-bottom: 12px;
    position: relative;
    font-weight: 600;
    color: #191919;
    font-style: normal;
    font-size: clamp(22px, 3vw, 1.625rem);
}

:is(h1, h2, h3) :is(i, em) {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

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

:is(h1, h2, h3) :is(i, em)::before,
.xs-text-center :is(h1, h2, h3) :is(i, em)::after {
    content: "";
    display: block;
    width: clamp(20px, 2vw, 50px);
    flex-shrink: 0;
    height: 1px;
    margin-top: 2px;
    background: #191919;
}

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

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

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

#feedback-headline,
#team-headline {
    margin-bottom: 10px;
}

#stressfrei-headline {
    margin-bottom: 35px;
}

h1,
.h1,
.legacy_h1,
:is(#service, #feedback, #stressfrei, #projekte, #rezensionen, #team) h2 {
    font-size: clamp(1.875rem, 5vw, 3rem);
}

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

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

h4,
.h4,
.legacy_h4 {
    font-size: 1.625rem;
}

h5,
.h5,
.legacy_h5 {
    font-size: 1.5rem;
}

h6,
.h6,
.legacy_h6 {
    font-size: 1.375rem;
}

:is(#service, #feedback, #stressfrei, #team) h2,
:is(h1, h2, h3) :is(i, em),
#header-text :is(h1, h2, h3, h4, h5, h6),
#about h2 {
    text-transform: uppercase;
    font-weight: 600;
}

:is(#service, #about) h2 {
    font-size: clamp(1.7rem, 4vw, 3rem);
}

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


.sponsoren {
    padding: 40px 0;
}


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

#innerfooter {
    font-size: 0.9375rem;
    color: #191919;
    background: #d2c5ba;
    padding: 7px 0;
}

@media (max-width: 767px) {
    #innerfooter {
        padding: 25px 0 140px 0;
    }
}

#innerfooter nav li>a {
    display: inline-block;
}

#innerfooter ul {
    padding: 0;
}

@media (min-width: 576px) {
    #innerfooter li+li::before {
        content: "•";
        margin: 0 clamp(15px, 2vw, 22px);
        color: #191919;
    }

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

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

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

#innerfooter li a:is(:hover, :focus) {
    text-decoration: underline;
}

/* #endregion ------------------------------------ footer --------------------------------------- */

.tabFooter {
    color: #191919;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #645040;
    display: flex;
    align-items: center;
    align-content: center;
    gap: 10px;
}

.tabFooter .tabHeadline {
    font-weight: 600;
    color: #191919;
    margin: 0;
    font-size: 1.25rem;
    display: inline-block;
    width: fit-content;
    font-family: "Open Sans", sans-serif;
}

.tabFooter a {
    color: #645040;
    text-decoration: underline;
}

.tabFooter p {
    display: inline-block;
}

.tabFooter p+p {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #191919;
}

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

#vernetzt {
    gap: 18px;
    text-align: right;
    font-size: 0.9375rem;
    font-weight: 400;
    color: #191919;
    line-height: 1.3;
    text-decoration: none;
}

#vernetzt span {
    display: block;
}

#vernetzt b {
    font-weight: 600;
}

/* #endregion -------------------------------- vernetzt ----------------------------------------- */




/* #region ------------------------------------- stressfrei --------------------------------------- */

#stressfrei {
    padding: clamp(40px, 5vw, 90px) 0 clamp(40px, 4vw, 60px) 0;
    position: relative;
    z-index: 1;
    background-color: #d2c5ba;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

#stressfrei .tab {
    font-size: 1rem;
    height: 100%;
    border-radius: 10px;
    text-align: left;
    background: #ffffff;
    padding: 35px 30px 30px 30px;
    box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.1);
}

#stressfrei .tab :is(i, em) {
    color: #525252;
    font-style: normal;
}

#stressfrei .tab :is(h1, h2, h3, h4, h5, h6) {
    color: #03345a;
    font-weight: 600;
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    margin-bottom: 0;
}

@media (min-width:768px) {
    #stressfrei .img {
        position: relative;
        margin-bottom: 40px;
    }

    /* 
    #stressfrei .img::after {
        content: "";
        display: block;
        position: absolute;
        top: 25px;
        left: -15px;
        right: 30px;
        bottom: -15px;
        border: 2px solid #ffffff;
        z-index: -1;
    } */
}

@media (max-width: 991px) {
    #stressfrei .img {
        margin-top: 30px;
    }
}

/* #region ------------------------------------- team --------------------------------------- */

#team {
    padding: clamp(40px, 7vw, 130px) 0 clamp(40px, 6vw, 100px) 0;
    position: relative;
    z-index: 1;
    background: #ffffff;
}

#team .tab {
    font-size: 1rem;
    height: 100%;
    border-radius: 10px;
    text-align: left;
    background: #ffffff;
    padding: 35px 30px 30px 30px;
    box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.1);
}

#team .tab :is(i, em) {
    color: #525252;
    font-style: normal;
}

#team h3 {
    color: #191919;
    font-weight: 600;
    font-size: clamp(1.25rem, 2vw, 1.625rem);
    margin-bottom: 0;
    padding: 25px 20px;
    background: #d2c5ba;
}

#team .button-design h3 {
    color: #645040;
}

#team-headline {
    font-size: 1rem;
}

@media (min-width: 768px) {
    #team .img {
        position: relative;
        margin-bottom: 50px;
    }

    /* #team .img::after {
        content: "";
        display: block;
        position: absolute;
        top: 25px;
        right: -15px;
        left: 30px;
        bottom: -15px;
        border: 2px solid #645040;
        z-index: -1;
    } */
}

@media (max-width: 991px) {
    #team .img {
        margin-top: 50px;
    }
}

#projekte {
    padding: clamp(40px, 4vw, 70px) 0;
}

#rezensionen {
    padding: 60px 0;
}

#rezensionen {
    background-color: #d2c5ba;
}