@import url('https://fonts.verwaltungsportal.de/import/?family=Comfortaa:300,400,700%7CPuppies+Play:400');

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

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

a {
    color: #687641;
}

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

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

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

#overflow {
    overflow: clip;
    position: relative;
}

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

#logo {
    display: inline-block;
}

#logo img {
    display: block;
}

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

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

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

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

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

#topbar {
    font-size: 0.875rem;
    background: #b5c18e;
    position: relative;
    z-index: 55;
}

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

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

/* topbar contact */

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

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

#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='%23fff'/%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='%23fff'/%3E%3C/svg%3E");
}

/* 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='%23687641'/%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 #687641;
    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: #687641;
    opacity: 0.4;
}

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

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

/* burgermenu for tablet */

@media (max-width: 991px) {
    nav.horizontally {
        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: #687641;
        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) {
    .sticky-wrapper {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 55;
    }

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

    .is-sticky nav.horizontally,
    #menu-bg,
    #menu-bg::before {
        background: #ffffff;
        border-radius: 30px 0 0 30px;
    }

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

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

    #menu-bg::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 60vw;
        right: -50vw;
        max-width: 470px;
    }

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

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

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

/* toplevel */

nav.horizontally a[class*="toplevel"] {
    color: #1f1f1f;
    font-weight: 700;
    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 a[class*="toplevel"]::before {
        padding: 10px 0;
        content: '';
        display: block;
        position: absolute;
        top: -10px;
        left: 0;
        right: 0;
        width: 90px;
        height: 75px;
        background: url('../img/activ2.png') center no-repeat;
        opacity: 0;
        margin: 0 auto;
    }

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

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

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 {
    opacity: 1;
}

/* secondlevel + thirdlevel dropdown-box */

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

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

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

    nav.horizontally [class*="secondlevel"]>ul {
        margin-top: -18px;
        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: 12px;
        top: 0;
        bottom: 0;
        left: -12px;
    }
}

/* secondlevel + thirdlevel */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
    color: #404040;
    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) {
    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: 25px;
    top: calc(50% - 3px);
    width: 17px;
    height: 17px;
    background: url('../img/activ.png') no-repeat;
    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::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 -------------------------------------- */

:is(#tabs2, #blog, #feedback)>.row,
#blog .tab_link_entries {
    row-gap: 30px;
}

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

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

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



/* banner */

/* header text */

#banneroverlay {
    margin-top: 40px;
}

@media (min-width: 992px) {
    #banneroverlay {
        position: absolute;
        bottom: 16%;
        width: 100%;
        z-index: 54;
        margin-top: 0;
    }
}

#header-text {
    font-weight: 600;
    font-size: clamp(1.25rem, 2vw, 1.625rem);
}

.theme-default .nivo-controlNav a,
#header-text,
#header-text :is(h1, h2, h3, h4, h5, h6) {
    color: #ffffff;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {
    #header-text,
    #header-text :is(h1, h2, h3, h4, h5, h6) {
        color: #687641;
        text-shadow: none;
    }
}

#header-text :is(h1, h2, h3, h4, h5, h6) {
    font-size: clamp(1.875rem, 3vw, 2.5rem);
    margin-bottom: 0 !important;
}

/* banner */

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

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

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

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

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

@media (min-width: 992px) {
    .slider-mask {
        display: block;
        background: url('../img/form-header.png') top left no-repeat, linear-gradient(to top, rgba(0, 0, 0, 0.75) 220px, rgba(255, 255, 255, 0));
    }
}

#headerpic {
    position: relative;
}

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


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

/* #region --------------------------------------- tabs ----------------------------------------- */

#tabs {
    position: relative;
    z-index: 30;
    background: #fff;
    padding-bottom: clamp(40px, 6vw, 80px);
}

@media (max-width: 767px) {
    #tabs {
        padding-top: clamp(40px, 6vw, 80px);
    }
}

#tabs-bg {
    font-size: 1rem;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

@media (min-width: 992px) {
    #tabs-bg {
        margin-top: clamp(-100px, -8vw, -40px);
        border-bottom-right-radius: 100px;
    }
}

@media (min-width: 992px) {
    #tabs-bg::after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        right: -65px;
        bottom: -110px;
        width: 185px;
        height: 192px;
        background: url('../img/logo-hund.png') no-repeat;
    }
}

#tabs-bg>.row {
    margin: 0;
}

#tabs-bg .tab {
    max-width: 100%;
    flex-grow: 1;
    position: relative;
    padding: 80px clamp(15px, 4vw, 30px) 36px clamp(15px, 4vw, 30px);
}

#tabs-bg .tab::after,
#tabs-bg .tab::before {
    content: "";
    display: block;
    position: absolute;
}

#tabs-bg .tab::after {
    left: clamp(15px, 4vw, 30px);
    top: 30px;
    height: 28px;
    width: 35px;
    background-position: center;
    background-repeat: no-repeat;
}

#tabs-bg .tab-1::after {
    background-size: 34px auto;
    background-image: url("../img/icon-gespraech.png");
}

#tabs-bg .tab-2::after {
    background-image: url("../img/icon-welpe.png");
}

#tabs-bg .tab-3::after {
    background-image: url("../img/icon-verhalten.png");
}

#tabs-bg .tab-4::after {
    background-image: url("../img/icon-individuell.png");
}

#tabs-bg .tab:not(.tab-1)+.tab::before {
    left: clamp(15px, 4vw, 30px);
    right: clamp(15px, 4vw, 30px);
    top: 0;
    height: 1px;
    background: #9db5e0;
}

@media (min-width: 576px) and (max-width: 911px) {
    #tabs-bg .tab:not(.tab-1)+.tab:nth-child(3):before {
        display: none;
    }
}

@media (min-width: 992px) {
    #tabs-bg .tab:not(.tab-1)+.tab::before {
        left: 0;
        right: unset;
        top: 80px;
        height: unset;
        bottom: 90px;
        width: 1px;
    }
}

#tabs-bg .tab-1 {
    background: #687641;
}

#tabs-bg .tab-1,
#tabs-bg .tab-1 :is(h1, h2, h3, h4, h5, h6, a) {
    color: #ffffff;
}

#tabs-bg .tab:not(.tab-1) :is(h1, h2, h3, h4, h5, h6) {
    color: #262626;
}

#tabs-bg a {
    padding-right: 30px;
    color: #5c462d;
    background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='m28.15 35.25-1.65-1.6 8.6-8.6H8.6V22.8h26.5l-8.65-8.65 1.65-1.55 11.35 11.3Z' fill='%235c462d'/%3E%3C/svg%3E") center right / 26px auto no-repeat;
}

#tabs-bg .tab-1 a {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='m28.15 35.25-1.65-1.6 8.6-8.6H8.6V22.8h26.5l-8.65-8.65 1.65-1.55 11.35 11.3Z' fill='%23fff'/%3E%3C/svg%3E");
}

#tabs-bg :is(h1, h2, h3, h4, h5, h6) {
    font-size: 1.25rem;
}

/* #endregion ------------------------------------ tabs ----------------------------------------- */

/* #region --------------------------------------- tabs2 ----------------------------------------- */

#tabs2 {
    padding: clamp(40px, 10vw, 85px) 0;
    background: url('../img/deko-dienstleistung.png') bottom right no-repeat;
}


#tabs2 .tab {
    height: 100%;
    min-height: 100%;
    font-size: 1rem;
    padding: 30px;
    background: #ffffff;
    border-bottom-right-radius: 60px;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.12);
}

#tabs2 .tab :is(h1, h2, h3, h4, h5, h6) {
    color: #1f1f1f;
    font-weight: 700;
    font-size: clamp(1.25rem, 2vw, 1.5rem);
}

#tabs2 .tab img {
    display: block;
    width: 90px;
    margin: 0 auto;
    max-width: 90px;
}

/* #endregion ------------------------------------ tabs ----------------------------------------- */

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

#content-area {
    text-align: left;
    padding: clamp(40px, 4vw, 50px) 0 clamp(40px, 8vw, 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(47, 28, 42, 0.2);
}

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

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

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

/* #region --------------------------------------- blog ----------------------------------------- */

#blog {
    padding: 40px 0;
    position: relative;
    z-index: 1;
}

.tabButton {
    margin-top: 30px;
}

/* #endregion --------------------------------------- blog -------------------------------------- */

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

#feedback {
    padding: clamp(40px, 10vw, 90px) 0;
    position: relative;
    z-index: 1;
    background: url('../img/feedback-bg.png') bottom 160px right calc(50% + 565px) no-repeat,
        url('../img/feedback-bg-2.png') bottom 135px left calc(50% + 600px) no-repeat;
}

/* ------------------------------------------------ @26tab ----------------------------------------------- */

#tab26 {
    margin: auto;
    width: 100%;
    max-width: 1200px;

}

#tab26 .tab {
    font-size: 1rem;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

#tab26 .tab :is(h1, h2, h3, h4, h5, h6) {
    font-size: 1.25rem;
    font-weight: 700;
    color: #444444;
}

#tab26 img {
    left: -20px;
    top: -20px;
    display: block;
    max-width: unset;
    position: relative;
    width: calc(100% + 40px);
}

/* ----------------------- @26tab slider arrows + dots ------- DO NOT DELETE ----------------------- */

#tab26 .slick-slide {
    padding: 15px;
}

#tab26 .slick-dots button,
#tab26 .slick-button {
    background: transparent;
    border: none;
    padding: 5px;
}

#tab26 .slick-button {
    font-size: 0px;
    position: relative;
    top: 4px;
}

#tab26 .slick-prev {
    margin-left: 14px;
}

@media (max-width: 767px) {
    #tab26 .slick-next {
        margin-left: 14px;
    }
}

#tab26 .slick-button::before {
    display: block;
    line-height: 9px;
    height: 20px;
    font-size: 40px;
    color: #000000;
}

#tab26 .slick-button::after {
    content: "";
    position: absolute;
    pointer-events: none;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.05);
    transition: width 200ms linear, height 200ms linear;
    z-index: -1;
}

#tab26 .slick-button:focus::after,
#tab26 .slick-button:hover::after {
    width: 28px;
    height: 28px;
}

@media (max-width: 767px) {

    #tab26 .slick-button::after,
    #tab26 .slick-button::after {
        width: 28px;
        height: 28px;
    }
}

#tab26 .slick-dots {
    padding: 0 15px;
    list-style: none;
}

#tab26 .slick-dots>li {
    display: inline-block;
    position: relative;
    top: 50%;
    font-size: 0px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #aaaaaa;
    transform: translateY(-50%);
}

#tab26 .slick-dots,
#tab26 .slick-button {
    display: inline-block !important;
}

@media (max-width: 767px) {
    #tab26 .slick-dots {
        display: none !important;
    }
}

#tab26 .slick-dots>li.slick-active {
    background: #5c462d;
    transition: background 200ms linear;
}

#tab26 .slick-dots>li+li {
    margin-left: 10px;
}

#tab26 .slick-prev::before {
    content: "\2039";
}

#tab26 .slick-next::before {
    content: "\203A";
}

/* ------------ @26tab slider 1 stop/play button for accessibility ------- DO NOT DELETE ------------ */

#tab26 .slick-animate-control {
    position: relative;
    z-index: 2;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    top: -5px;
    left: 10px;
    border: 1px solid #ffffff;
    background-color: #000;
    background-size: 16px 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M12 36V12h24v24Z' fill='%23fff'/%3E%3C/svg%3E");
}

#tab26 .slick-animate-control.slick-pause {
    background-size: 20px 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M16 37.85v-28l22 14Z' fill='%23fff'/%3E%3C/svg%3E");
}

/***********************************SLIDER_ROOT_FILE DO NOT CHANGE OR DELETE************************************/

#tab26 .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

#tab26 .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

#tab26 .slick-list:focus {
    outline: none;
}

#tab26 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

#tab26 .slick-slider .slick-track,
#tab26 .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#tab26 .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#tab26 .slick-track:before,
#tab26 .slick-track:after {
    content: "";
    display: table;
}

#tab26 .slick-track:after {
    clear: both;
}

#tab26 .slick-loading .slick-track {
    visibility: hidden;
}

#tab26 .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

#tab26 [dir="rtl"] .slick-slide {
    float: right;
}

#tab26 .slick-slide img {
    display: block;
}

#tab26 .slick-slide.slick-loading img {
    display: none;
}

#tab26 .slick-slide.dragging img {
    pointer-events: none;
}

#tab26 .slick-initialized .slick-slide {
    display: block;
}

#tab26 .slick-loading .slick-slide {
    visibility: hidden;
}

#tab26 .slick-vertical .slick-slide {
    display: block;
    height: auto;
}

#tab26 .slick-arrow.slick-hidden {
    display: none;
}

#tab26 .tabWrapper {
    opacity: 0;
}

#tab26 .tabWrapper.slick-initialized {
    opacity: 1;
    transition: opacity 200ms linear;
}

/***********************************ROOT_FILE_END************************************/

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

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

.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"]) {
    display: inline-block;
    line-height: 1.2;
    color: #383838;
    font-size: 1rem;
    font-weight: 700;
    background: #d9c6b0;
    padding: 12px 20px 11px 20px;
    border-radius: 24px;
    text-decoration: none !important;
    text-shadow: none !important;
    transition: border 300ms linear, color 300ms linear, background 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);
}

#tabs2 .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"]):is(:hover, :focus) {
    background: #687641;
    color: #fff;
}

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

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

.h4link a:is(:link, :hover, :focus, :visited),
h6,
h5,
h4,
h3,
h2,
h1 {
    color: #687641;
    font-weight: 300;
    line-height: 1.2;
    font-family: "Comfortaa", 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: #1f1f1f;
    font-size: clamp(2.5rem, 3vw, 3.75rem);
    font-style: normal;
    font-family: "Puppies Play", serif;
}

: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: #1f1f1f;
}

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

h1,
.h1,
.legacy_h1,
:is(#header-text, #blog) :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: clamp(15px, 4vw, 35px);
}

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

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

h1,
.h1,
.legacy_h1,
:is(#tabs2-headline, #service, #blog, #feedback) h2 {
    font-size: clamp(1.875rem, 5vw, 2.5rem);
}

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

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

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

/* footer */

footer {
    font-size: 0.875rem;
}

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

#footer {
    padding: clamp(40px, 8vw, 80px) 0;
    background: #687641;
}

@media (min-width: 992px) {
    #footer>.row>*+* {
        border-left: 1px solid rgba(255, 255, 255, 0.2);
    }

}

#footer,
#footer a,
#footer a:is(:hover, :focus) {
    color: #ffffff;
}

#footer :is(h1, h2, h3, h4, h5, h6) {
    color: #ffffff;
    font-weight: 700;
    font-size: clamp(1.25rem, 2vw, 1.4375rem);
    margin-bottom: 25px;
}



.linkList ul li {
    position: relative;
    font-size: 1.125rem;
}

.linkList ul li::marker {
    content: none !important;
}

.linkList ul li::before {
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
    width: 20px;
    height: 20px;
    opacity: 1;
    background: url("../img/listIcon.png") center / 15px auto no-repeat;
    position: absolute;
    content: '';
}




.buttonList ul li {
    position: relative;
    font-size: 1.125rem;
    z-index: 1;
    padding: 0 5px;
    margin-bottom: 10px;
    color: #383838;
}

.buttonList ul li a {
    color: #383838 !important;
    text-decoration: none !important;
    display: inline-block;
}

.buttonList ul li::marker {
    content: none !important;
}

.buttonList ul li::before {
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
    width: 25px;
    height: 25px;
    opacity: 1;
    background: url("../img/pfote--btn.png") center no-repeat;
    position: absolute;
    content: '';
}

.buttonList ul li::after {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    width: 100%;
    min-width: 150px;
    height: 100%;
    background-color: #b5c18e;
    border-radius: 0 30px 30px 0;
    z-index: -1;
}

.buttonList ul li:hover::after {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

/* innerfooter */

#innerfooter {
    background: #d9c6b0;
    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;
}

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

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

#innerfooter li a {
    color: #1f1f1f;
    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 --------------------------------------- */

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

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

#vernetzt span {
    display: block;
}

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