﻿ :root {
    --main-bg-color: #fff;
    --footer-bg-color: #EFEAE6;
    --home-addr-bg-color: #C1D0A5;
    --cnt-OK-bg-color: #fbf5f5;
    --cnt-LU-bg-color: #fbf5f5;
    --header-BOTH-bg-color: #83a568;
    --header-OK-bg-color: #fff;
    --header-LU-bg-color: #fff;
    --nav-OK-bg-color: #fbf5f5;
    --nav-LU-bg-color: #F6EAB3;
    --LU-link-color: #527812;
    --OK-link-color: #527812;
    --warning-bg-color: hsla(9, 33%, 83%, 0.3);

    --main-font-color: #444;
    --header-font-color: #686868;

    --scrollbarBG: #232323;
    --thumbBG: #585858;
}

html {
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.cnt-overlay>.cnt::-webkit-scrollbar {
    width: 14px;
}

.cnt-overlay>.cnt {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

.cnt-overlay>.cnt::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

.cnt-overlay>.cnt::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 3px;
    border: 3px solid var(--scrollbarBG);
}

@media screen and (prefers-reduced-motion: no-preference) {
    html,
    body {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    height: 100vh;
    background-color: var(--main-bg-color);
    color: var(--main-font-color);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
        Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
        Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    letter-spacing: 0;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: liga on;
    font-size: 18px;
    line-height: 1.55;
    -webkit-animation: fadein 0.3s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.3s;
    /* Firefox < 16 */
    -ms-animation: fadein 0.3s;
    /* Internet Explorer */
    -o-animation: fadein 0.3s;
    /* Opera < 12.1 */
    animation: fadein 0.3s;
}

strong, b {
    font-weight: 500;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-weight: 400;
    text-align: left;
}

p {
    text-align: left;
}

h1 {
    line-height: 1.2;
    margin-block-start: 0;
    margin-block-end: 0;
    font-size: 2.5rem;
    padding: 40px 0 10px 0;
    color: var(--header-font-color);
}

h2 {
    line-height: 1.2;
    margin-block-start: 0;
    margin-block-end: 0;
    font-size: 1.8rem;
    padding: 40px 0 10px 0;
    color: var(--header-font-color);
}

h3 {
    line-height: 1.2;
    margin-block-start: 0;
    margin-block-end: 0;
    font-size: 1.5rem;
    padding: 40px 0 10px 0;
    color: var(--header-font-color);
}

hr {
    height: 1px;
    border: none;
    color: #eaeaea;
    background-color: #eaeaea;
    margin-top: 30px;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 30px;
    padding-left: 30px;
    list-style-position: outside;
}

.ul-with-circle {
    list-style-type: disc;
    text-align: left;
    margin-left: 0.5em;
    padding-left: 0.5em;
}

li {
    padding: 5px;
    text-align: left;

    list-style-position: outside;
    text-indent: -20px;
}

ul li::before {
    content: "\25C6";
    /* square "\25A0"; */
    color: #cbd9bf;
    display: inline-block;
    width: 20px;
}

blockquote {
    margin: 0;
    padding: 0 0 0 50px;
    width: 90%;
    position: relative;
    font-size: 0.95rem;
    font-style: italic;
    text-align: left;
}

cite {
    display: block;
    color: #7f7f7f;
    padding: 5px 0 0 0;
}

blockquote::before,
blockquote::after {
    position: absolute;
    display: block;
    font-family: sans-serif;
    font-size: 6rem;
    color: #dddddd;
}

blockquote::before {
    content: "“";
    left: -10px;
    top: -35px;
}

img {
    width: 100%;
}

.img-baby {
    object-fit: contain;
    width: 100%;
    height: 240px;
}

a {
    text-decoration: none;
    color: hsl(0, 0%, 30%);
    padding-bottom: 3px;
    background-color: hsla(0, 0%, 100%, 0.7);
    padding: 2px 4px;

}

a:hover {
    color: hsl(0, 0%, 0%);
    background-color: hsla(0, 0%, 95%, 0.4);
    cursor: pointer;
}

.a-img {
    text-decoration: none;
    color: #000000;
    background-color: transparent;
}

.a-img:hover {
    color: #000000;
    background-color: transparent;
    cursor: pointer;
}

.a-img-home>img,
.a-img>img {
    width: 250px;
}

p>a {
    text-decoration: none;
    color: hsl(0, 0%, 30%);
    padding-bottom: 3px;
    padding: 1px 7px;
    border-bottom: 2px solid var(--OK-link-color);
    border-radius: 8px;
    background-color: hsla(0, 0%, 95%, 0.4);
}

.a__offer {
    padding: 5px 15px;
    font-size: 1.2rem;
    font-weight: 500;
    background-color: hsla(0, 0%, 95%, 0.8);
}

p>a:hover {
    color: hsl(0, 0%, 0%);
    cursor: pointer;
    background-color: hsla(0, 0%, 95%, 0.7);
}


.a__offer:hover {
    background-color: hsla(0, 0%, 95%, 1);
}

input {
    border: 1px solid hsl(0, 0%, 75%);
    padding: 0 5px;
    font-size: 1rem;
    width: 160px;
    height: 30px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 90%;
    border: none;
}

th,
td {
    text-align: left;
    padding: 6px;
    vertical-align: top;
}

td:nth-child(1) {
    white-space: nowrap;
    padding-right: 25px;
    vertical-align: top;
    font-weight: 400;
    padding-left: 0;
}


@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.w4w-slides {
    display: none;
    width: 100%;
}

.w4w-animate-fade {
    position: relative;
    animation: fadein 1.8s
}

/* ===================== project elements ===================== */

/* ------------ Home page styles ------------- */
.wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: var(--main-bg-color);
    color: var(--main-font-color);
    /* max-width: 1240px; */
    display: grid;
}

.wrapper-home {
    grid-gap: 0px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 96px 140px auto 170px;
    grid-template-areas:
        "head head"
        "subhead subhead"
        "cntleft cntright"
        "footerleft footerright";
    background-color: var(--main-bg-color);
    color: var(--main-font-color);
}

.header {
    padding: 15px 0;
    position: relative;
    height: 96px;
    grid-area: head;
}

.header-both {
    background-color: var(--header-BOTH-bg-color);
    color: hsla(93, 25%, 98%, 1);
}

.header-OK, .header-LU {
    background-color: var(--header-OK-bg-color);
}

.header div {
    right: 20px;
    position: absolute;
    top: 13px;
    line-height: 1.3;
    font-size: 0.8rem;
    text-align: right;
}

.header div:last-child {
    right: 20px;
    position: absolute;
    top: 60px;
    line-height: 1.3;
    font-size: 0.8rem;
    text-align: right;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.header div:last-child img {
    width: 25px;
}

.header div:last-child a {
    text-decoration: none;
    color: transparent;
    background-color: transparent;
    padding: 0;
}

.header_a {
    padding: 0;
    text-transform: none;
    background-color: transparent;
    color: hsla(330, 1%, 90%, 1);
}

.header_a:hover {
    color: #fff;
    background-color: transparent;
    opacity: 1;
}

.subheader {
    grid-column: 1 / span 2;
    color: #336119;
    font-size: 2.2rem;
    padding: 60px 0;
    grid-area: subhead;
}

.teaser {
    font-size: 1.4rem;
    padding-bottom: 15px;
    text-align: left;
}

.content-left {
    padding: 0 5px 45px 0;
    grid-area: cntleft;
}

.content-right {
    padding: 0 0 45px 5px;
    grid-area: cntright;
}

.content .logo>img {
    width: 220px;
}

.content .offering {
    color: #747474;
    font-size: 0.9rem;
    padding: 18px 20px 0 20px;
}

.content-location {
    position: relative;
    margin: auto;
}

.content-location div {
    position: absolute;
    background-color: hsla(0, 0%, 100%, 0.55);
    top: 22px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 5px 0;
    width: 220px;
    font-size: 1.1rem;
    letter-spacing: 1px;
    color: #6a6869;
    font-weight: 500;
}

.footer {
    background-color: #4e4e4e;
    color: hsla(330, 1%, 90%, 1);
    padding: 35px 0 50px 0;
    font-size: 0.9rem;
    position: relative;
    height: 170px;
}

.footerleft {
    grid-area: footerleft;
}

.footerright {
    grid-area: footerright;
}

.footer div {
    right: 20px;
    top: 35px;
}

/* ------------ detail page styles ------------- */
.det-wrapper {
    width: 100%;
    /*  height: 100%; */
    margin: 0 auto;
    background-color: var(--main-bg-color);
    color: var(--main-font-color);
    text-align: center;
    display: grid;
    grid-gap: 0px;
    grid-template-rows: 96px 48px auto auto 170px;
}

.det-header {
    /* grid-column: 1 / span 2; */
    background-color: #fff;
    color: #535353;
    padding: 15px 0;
    position: relative;
    height: 90px;
}

.det-header div:first-child {
    position: absolute;
    left: 10px;
    top: 6px;
    text-align: left;
}

.det-header div:nth-last-child(2) {
    right: 20px;
    position: absolute;
    top: 13px;
    line-height: 1.3;
    font-size: 0.8rem;
    text-align: right;
}


.det-header div:last-child {
    right: 20px;
    position: absolute;
    top: 60px;
    line-height: 1.3;
    font-size: 0.8rem;
    text-align: right;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.det-header div:last-child img {
    width: 25px;
    opacity: 0.7;
}

.det-header div:last-child a {
    text-decoration: none;
    color: transparent;
    background-color: transparent;
    padding: 0;
}

.det-header>a {
    background-color: transparent;
    color: #535353;
    padding: 0 25px;

    text-transform: uppercase;

    padding-bottom: 5px;
    position: relative;
}

.det-header>a:active:before {
    content: "";
    position: absolute;
    width: 40%;
    height: 1px;
    bottom: 0;
    left: 30%;
    border-bottom: 1px solid #535353;
}

.det-header>a:hover:before {
    content: "";
    position: absolute;
    width: 40%;
    height: 1px;
    bottom: 0;
    left: 30%;
    border-bottom: 1px solid #535353;
}

.det-content-with-OK-bg-color,
.det-content-slider-with-OK-bg-color {
    background-color: var(--cnt-OK-bg-color);
    padding: 40px;
}

.det-content-with-LU-bg-color,
.det-content-slider-with-LU-bg-color {
    background-color: var(--cnt-LU-bg-color);
    padding: 40px;
}

.det-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 60px;
}

.det-content-slider {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 60px;
}

.det-content-sm {
    width: 45%;
}

.det-content-lg {
    width: 55%;
}

.det-content-container {
    padding: 0 60px 0 60px;
    text-align: left;
    font-size: 0.9rem;
}

.det-content-grid-3 {
    text-align: center;
    /* padding: 30px; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}

.det-content-grid-4 {
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
}

.det-content-grid-5 {
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.card {
    background-color: #fff;
    transition: transform .3s;
    border-radius: 8px;
    overflow: hidden;
}

.card:hover {
    transform: scale(1.15);
    webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
}

.card--title {
    padding: 15px 0 0 0;
    font-size: 1.3rem;
}

.card--subtitle {
    padding: 5px 0 0 0;
    font-size: 0.85rem;
}

.card--link {
    padding: 15px 0 15px 0;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.det-footer {
    background-color: #4e4e4e;
    color: hsla(330, 1%, 90%, 1);
    padding: 35px 0 50px 0;
    font-size: 0.9rem;
    position: relative;
    height: 170px;
}


.det-footer div {
    right: 20px;
    top: 35px;
    text-align: centeer;
}

.det-headline {
    font-size: 0.9rem;
    color: rgb(146, 146, 146);
}

.footer_a {
    background-color: transparent;
    font-size: 0.9rem;
}

.footer_a:hover {
    text-decoration: none;
    padding-bottom: 3px;
    padding: 2px 7px;
    border-bottom: 1px solid hsla(330, 1%, 90%, 1);
    border-radius: 8px;
    color: hsla(330, 1%, 90%, 1);
    background-color: transparent;
}

/* ----------- forms --------- */
section {
    display: flex;
    flex-flow: row wrap;
}

section>div {
    flex: 1;
    padding: 0.5rem;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]:not(:disabled)+label {
    cursor: pointer;
}

input[type="radio"]:disabled+label {
    color: rgba(188, 194, 191, 1);
    border-color: rgba(233, 189, 186, 0.75);
    box-shadow: none;
    cursor: not-allowed;
}

section>label {
    height: 100%;
    width: clamp(300px, 70%, 100%);
    display: block;
    background: white;
    border: 1px solid rgba(233, 189, 186, 1);
    border-radius: 5px;
    padding: 6px 15px;
    margin-bottom: 0.7rem;
    text-align: center;
    box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);
    position: relative;
}

input[type="radio"]:checked+label {
    background: #cbd9bf;
    color: rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 20px rgba(233, 189, 186, 0.75);
}

input[type="radio"]:checked+label::after {
    color: rgba(61, 63, 67, 1);
    border: 2px solid rgba(233, 189, 186, 1);
    content: "\2713";
    font-size: 24px;
    position: absolute;
    top: -8px;
    left: 4px;
    transform: translateX(-50%);
    height: 35px;
    width: 35px;
    line-height: 31px;
    text-align: center;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
    font-weight: 800;
}

input[type="radio"]#control_05:checked+label {
    background: red;
    border-color: red;
}

form {
    text-align: left;
}

.form-h1 {
    margin-bottom: 30px;
}

.form-label {
    font-weight: 500;
    color: gray;
    padding: 3px;
}

.form-field {
    display: flex;
}

.form-field>input, .form-field>textarea {
    height: 100%;
    width: clamp(300px, 70%, 100%);
    display: block;
    background: white;
    border: 1px solid rgba(233, 189, 186, 1);
    border-radius: 5px;
    padding: 8px 15px;
    margin-bottom: 0.7rem;
    text-align: left;
    position: relative;
    font-size: 1.2rem;
}

.form-field>input:focus, .form-field>textarea:focus {
    box-shadow: inset 0px 3px 8px -2px rgba(161, 170, 166, 0.5);
    outline: 1px solid lightgray;
}

.badge-ausgebucht {
    position: absolute;
    top: -5px;
    right: -4px;
    background: #ffffe2;
    width: 101px;
    padding: 2px 10px;
    font-size: 0.8rem;
    border-radius: 3px;
    border: 1px solid #9a9a15;
    color: #9a9a15;
}

button {
    background: #cbd9bf;
    color: rgba(0, 0, 0, 0.9);
    border: 0;
    padding: 10px 20px;
    font-size: 1.2rem;
    border-radius: 5px;
    box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);
}

button:hover {
    border: 1px solid #cbd9bf;
    box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.8);
    cursor: pointer;
}


@media only screen and (max-width: 700px) {
    section {
        flex-direction: column;
    }
}


/* ----------- timeline --------- */
.baby-desktop {
    display: block;
}

.baby-mobile {
    display: none;
}


#lineCont {
    width: 100%;
    height: 30px;
}

#line {
    height: 6px;
    width: 95%;
    background: #e9e9e9;
    border-radius: 5px;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

#span {
    display: none;
    width: 70%;
    margin: auto;
    margin-top: 25%;
    text-align: center;
    color: white;
}

.circle {
    width: 20px;
    height: 20px;
    background: #fca99f;
    border-radius: 4px;
    position: absolute;
    top: -7px;
    border: 3px solid rgb(252, 217, 255);
    cursor: pointer;

}

.circle:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #cf2727;
    position: absolute;
    border-radius: 4px;
    top: -3px;
    left: -3px;
    display: none;
    -webkit-box-shadow: 0px 0px 22px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 22px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 22px 4px rgba(0, 0, 0, 0.4);
}

.popupSpan {
    width: auto;
    height: auto;
    padding: 10px;
    white-space: nowrap;
    display: inline-block;
    color: white;
    position: absolute;
    top: 20px;
    left: -75px;
    /* display: none; */
    transition: all 0.1s ease-out;

    width: auto;
    height: auto;
    padding: 10px;
    white-space: nowrap;
    display: inline-block;
    color: #918989;
    position: absolute;
    top: 6px;
    left: -19px;
}

.circle.hover:before, .circle.active:before {
    display: block;
}

.circle.hover .popupSpan, .circle.active .popupSpan {
    display: block;
}

.circle:hover {
    -webkit-box-shadow: 0px 0px 24px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 24px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 24px 8px rgba(0, 0, 0, 0.2);
}

.circle a {
    color: none;
    padding: 0;
    background-color: none;
}

.circle a:hover {
    color: none;
    background-color: none;
    cursor: pointer;
}

/* -------- Navi ----------- */

nav {
    background-color: var(--nav-OK-bg-color);
    padding: 0 0.7rem;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    display: grid;
    place-items: center;
    z-index: 1000;
    border-bottom: 1px solid #e2e2e2;
}

nav>ul {
    grid-auto-flow: column;
}

nav>ul>li {
    margin: 0 20px;
}

nav>ul>li a,
nav>ul>li .dropdown__title {
    text-decoration: none;
    text-align: left;
    display: inline-block;
    color: #545454;
}

nav>ul>li a:focus,
nav>ul>li .dropdown__title:focus {
    outline: none;
}

nav>ul>li>a,
nav>ul>li .dropdown__title {
    padding: 0.5rem 0.5rem;
    border-top: 3px solid transparent;
    transition: 280ms all 120ms ease-out;
}

nav>ul>li>a:hover,
nav>ul>li>a:focus,
nav>ul>li .dropdown__title:hover,
nav>ul>li .dropdown__title:focus {
    border-top-color: #e9bdba;
    color: #545454;
    background-color: transparent;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
}

nav ul li {
    padding: 0;
    text-indent: 0px;
}

nav ul li ul {
    list-style-type: none;
}

nav ul li:before,
nav ul li ul li:before {
    content: "";
    color: transparent;
}

.nav-link {
    background-color: transparent;
}

.dropdown {
    position: relative;
}

.dropdown .dropdown__title {
    display: inline-flex;
    align-items: center;
    pointer-events: none;
}

.dropdown .dropdown__title:after {
    content: "";
    border: 0.35rem solid transparent;
    border-top-color: #e9bdba;
    margin-left: 0.25em;
    transform: translateY(0.15em);
}

.dropdown .dropdown__menu {
    position: absolute;
    min-width: 16vw;
    left: 50%;
    top: calc(100% + 0.25rem);
    transition: 280ms all 120ms ease-out;
    transform: rotateX(-90deg) translateX(-50%);
    transform-origin: top center;
    opacity: 0.3;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0.5em 1em rgba(0, 0, 0, 0.25);
}

.dropdown .dropdown__menu a {
    color: hsla(0, 0%, 44%, 1);
    display: block;
    padding: 0.2em 1.2em;
    opacity: 0;
    transition: 280ms all 120ms ease-out;
    white-space: nowrap;
}

.dropdown .dropdown__menu a:hover {
    background-color: hsla(0, 0%, 95%, 0.9);
}

.dropdown .dropdown__menu a:focus {
    outline: none;
    /* background-color: rgba(102, 51, 153, 0.25); */
}

.grid-2 {
    text-align: left;
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.grid-2 .title {
    grid-column: 1 / 3;
    text-align: center;
    color: #A6A6A6;
}

.grid-3 {
    text-align: left;
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}

.grid-3 .title {
    grid-column: 1 / 4;
    text-align: center;
    color: #A6A6A6;
}

.dropdown:after {
    content: "";
    border: 0.5rem solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: calc(100% - 0.75rem);
    left: 50%;
    transform: translateX(-50%);
    transition: 280ms all 120ms ease-out;
    opacity: 0;
    will-change: opacity;
}

.dropdown:hover .dropdown__title,
.dropdown:focus-within .dropdown__title {
    border-top-color: #e9bdba;
}

.dropdown:hover .dropdown__menu,
.dropdown:focus-within .dropdown__menu {
    opacity: 1;
    transform: rotateX(0) translateX(-50%);
}

.dropdown:hover .dropdown__menu a,
.dropdown:focus-within .dropdown__menu a {
    opacity: 1;
}

.dropdown:hover:after,
.dropdown:focus-within:after {
    opacity: 1;
}


/* -------- scroll to top --------- */
.back-to-top {
    position: fixed;
    position: -webkit-sticky;
    position: sticky;
    pointer-events: all;
    top: calc(100vh - 5rem);
    display: inline-block;
    text-decoration: none;
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    width: 3rem;
    height: 3rem;
    padding: 0.25rem;
    -webkit-transform: scale(1.5, 0.8);
    -moz-transform: scale(1.5, 0.8);
    -ms-transform: scale(1.5, 0.8);
    -o-transform: scale(1.5, 0.8);
    transform: scale(1.5, 0.8);
    color: #b3b3b3;
    -webkit-transition: -webkit-transform 80ms ease-in;
    transition: -webkit-transform 80ms ease-in;
    transition: transform 80ms ease-in;
    transition: transform 80ms ease-in, -webkit-transform 80ms ease-in;
}

.back-to-top:hover,
.back-to-top:focus {
    background-color: transparent;
    -webkit-transform: scale(1.8, 0.8);
    -moz-transform: scale(1.8, 0.8);
    -ms-transform: scale(1.8, 0.8);
    -o-transform: scale(1.8, 0.8);
    transform: scale(1.8, 0.8);
    outline: none;
}

/* -------- content overlay --------- */
.cnt-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.96);
    z-index: 200;
    cursor: pointer;
}

.cnt-overlay>.close {
    position: fixed;
    top: 19px;
    right: 37px;
    cursor: pointer;
    font-size: 2.5rem;
    color: rgb(204, 204, 204);
}

.cnt-overlay>.cnt {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1rem;
    color: rgb(204, 204, 204);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    overflow: auto;
    height: 90%;
    width: 84%;
}

.cnt-overlay>.cnt h2 {
    font-size: 1.8rem;
}

.cnt-overlay-email {
    margin-top: 20px;
    font-size: 1.15rem;
}

.cnt-overlay--a {
    text-decoration: none;
    color: #fff;
    padding-bottom: 3px;
    padding: 2px 0;
    border-radius: 5px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.6);
    background-color: transparent;
}

.cnt-overlay--a:hover {
    border-bottom: 1px solid hsla(0, 0%, 100%, 1);
    background-color: transparent;
    color: #fff;
}

/* ----------- main pages V5 ------------------ */
.wrapper-home-v2 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: var(--main-bg-color);
    color: var(--main-font-color);
    display: grid;
    grid-template-rows: 130px 68px auto 48px;
}

.home-headline-v2 {
    display: grid;
    grid-template-columns: 280px auto 280px;
    padding: 20px;
    border-bottom: 1px solid #dbdbdb;
}

.home-headline-v2--title {
    color: #336116;
    font-size: 2rem;
    padding-top: 20px;
}

.home-navi-v2 {
    background-color: #fff;
    display: grid;
    grid-template-columns: 100px auto 100px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    position: sticky;
    top: 0;
    z-index: 10000;
}

.home-navi-v2--social {
    padding-top: 10px;
    text-align: right;
    padding-right: 30px;
    opacity: 0.7;
    display: grid;
    grid-template-columns: 40px 40px;
}

.home-navi-v2--social-img {
    width: 30px;
    vertical-align: bottom;
}

.home-content-v2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    text-align: center;
    padding: 20px;
}

.home-content-v2--card img {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.home-content-v2--addr {
    background-color: var(--home-addr-bg-color);
    color: #000;
    height: 200px;
    width: clamp(200px, 75%, 95%);
    border-radius: 8px;
    position: relative;
    top: -65px;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.home-content-v2--addr p {
    font-size: 1rem;
    text-align: center;
}

.home-content-v2--h2 {
    text-align: center;
    font-size: 18px;
    padding: 20px;
    color: #000;
}

.home-content-v2--addr p>a {
    text-decoration: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.home-content-v2--street {
    font-size: 0.9rem;
    padding-left: 20px;
}

.home-content-v2--cnt {
    padding: 20px 30px;
}

.home-content-v2--links {
    padding: 20px 30px;
    font-size: 0.9rem;
}

.home-footer-v2 {
    font-size: 0.8rem;
    background-color: var(--footer-bg-color);
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.det-wrapper-v2 {
    width: 100%;
    /* height: 100%; */
    margin: 0 auto;
    background-color: var(--main-bg-color);
    color: var(--main-font-color);
    text-align: center;
    display: grid;
    grid-gap: 0px;
    grid-template-rows: 130px 68px auto auto 48px;
}


/* ------------------------------------------------ */
/* --------------- Helper classes ----------------- */
/* ------------------------------------------------ */
.float-left {
    float: left;
}

.text-left {
    text-align: left;
}

.float-right {
    float: right;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.pad-0 {
    padding: 0;
}

.mar-0 {
    margin: 0;
}

.pr-10 {
    padding-right: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.pl-10 {
    padding-left: 10px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}
    
.pt-25 {
    padding-top: 25px;
}
    
.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.spacer-50 {
    height: 50px;
}

.spacer-10-white {
    height: 10px;
    background-color: #fff;
}

.spacer-35-white {
    height: 35px;
    background-color: #fff;
}

.spacer-70-white {
    height: 70px;
    background-color: #fff;
}

.spacer-75-white {
    height: 75px;
    background-color: #fff;
}

.warning {
    margin: 10px 0;
    padding: 2px 10px;
    background-color: var(--warning-bg-color);
}

.zoom {
    transition: 280ms all 120ms ease-out;
}

.zoom:hover {
    transform: scale(1.1);
    box-shadow: 0 1px 2px rgba(150, 150, 150, 0.4);
}

.pointer {
    cursor: pointer;
}

.clear {
    clear: both;
}


/* ------------------------------------------------------- */
/* --------------- responsive overwrites ----------------- */
/* ------------------------------------------------------- */

/* ---------------------------------------------------- XXLARGE screen ---------------------------------------------- */
@media only screen and (max-width: 2000px) {
    .wrapper {
        max-width: 1960px;
    }

    .det-content {
        max-width: 1200px;
    }
}

/* ---------------------------------------------------- XLARGE screen ---------------------------------------------- */
@media only screen and (max-width: 1600px) {

    .home-navi-v2--social {
        grid-template-columns: 35px 30px;
    }

    .home-navi-v2--phone {
        padding-right: 10px;
        font-size: 0.9rem;
        padding-top: 5px;
    }

    .home-navi-v2--social-img {
        width: 25px;
    }

    .det-content {
        max-width: 1200px;
    }

    nav>ul>li {
        margin: 0 15px;
    }
}

/* ------------------------ LARGE screen --------------------- */
@media only screen and (max-width: 1400px) {

    .det-content {
        max-width: 1200px;
    }

    nav>ul>li {
        margin: 0 10px;
    }
}

/* ------------------------ MEDIUM screen -------------------- */
@media only screen and (max-width: 1280px) {

    .home-headline-v2--title {
        font-size: 1.5rem;
        padding-top: 20px;
    }

    .det-content {
        max-width: 1100px;
    }

    .det-header>a {
        font-size: 0.9rem;
    }

    nav>ul>li {
        margin: 0 0rem;
    }

    nav>ul>li>a, nav>ul>li .dropdown__title {
        padding: 0.5rem 0.2rem;
        border-top: 3px solid transparent;
        transition: 280ms all 120ms ease-out;
        font-size: 0.95rem;
    }

    .dropdown .dropdown__menu a {
        color: hsla(0, 0%, 44%, 1);
        display: block;
        padding: 0.5em 1.2em;
        opacity: 0;
        transition: 280ms all 120ms ease-out;
        white-space: nowrap;
        font-size: 0.95rem;
    }

    .a-img-home>img,
    .a-img>img {
        width: 200px;
        /* 80%  */
    }
}

/* ------------------------ SMALLER screen -------------------- */
@media only screen and (max-width: 1024px) {

    .det-content {
        max-width: 960px;
    }

    .det-header>a {
        font-size: 0.9rem;
    }

    .home-headline-v2 {
        display: grid;
        grid-template-columns: 200px auto 200px;
        padding: 20px;
        border-bottom: 1px solid #dbdbdb;
    }

    nav>ul>li {
        margin: 0 0rem;
    }

    nav>ul>li>a, nav>ul>li .dropdown__title {
        padding: 0.5rem 0.2rem;
        border-top: 3px solid transparent;
        transition: 280ms all 120ms ease-out;
        font-size: 0.95rem;
    }

    .dropdown .dropdown__menu a {
        color: hsla(0, 0%, 44%, 1);
        display: block;
        padding: 0.5em 1.2em;
        opacity: 0;
        transition: 280ms all 120ms ease-out;
        white-space: nowrap;
        font-size: 0.95rem;
    }

    .a-img-home>img,
    .a-img>img {
        width: 100%;
        /*  50%;   */
    }

    figure.effect-sadie h2 {
        font-size: 2.0rem;
    }
}

/* ---------------------------------------------------- TABLE screen ---------------------------------------------- */
@media only screen and (max-width: 1023px) {

    nav,
    .det-header>a,
    .det-header>div:last-child {
        display: none;
    }
}

/* ---------------------------------------------------- MOBILE screen ---------------------------------------------- */
@media only screen and (max-width: 767px) {
    p, ul {
        text-align: left;
        font-size: 1rem;
    }

    h1 {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 1.3rem;
        padding-top: 25px;
    }

    h3 {
        font-size: 1.25rem;
        padding-top: 25px;
    }

    ul {
        margin: 0px 0 0 10px;
        padding-left: 5px;
    }

    li {
        padding: 5px;
        text-indent: -10px;
        letter-spacing: 0;
    }

    ul li::before {
        width: 10px;
    }

    .subheader {
        font-size: 1.5rem;
        padding: 40px 0;
        line-height: 2rem;
    }

    .a-img-home>img {
        width: 85%;
    }

    .a-img>img {
        width: 200px;
    }

    .a__offer {
        padding: 5px 10px;
        font-size: 1rem;
        font-weight: 500;
    }

    table {
        width: 100%;
    }

    th, td {
        font-size: 1rem;
    }

    td:nth-child(1) {
        white-space: normal;
        padding-right: 8px;
        padding-left: 0;
    }

    .wrapper-home {
        grid-gap: 0px;
        grid-template-columns: 1fr;
        grid-template-rows: 80px 140px auto 170px;
        grid-template-areas:
            "head"
            "subhead"
            "cntleft"
            "cntright"
            "footerleft"
            "footerright";
        background-color: var(--main-bg-color);
        color: var(--main-font-color);
    }

    .footer_a {
        font-size: 0.8rem;
    }

    .footerleft {
        margin-top: 180px;
    }

    .pt-0 {
        padding-top: 0;
    }

    .content-left {
        padding: 0 0 45px 0;
    }

    .content-right {
        padding: 0 0 45px 0;
    }

    .det-content {
        max-width: 95%;
        padding: 15px;
    }

    .det-content-slider-with-OK-bg-color {
        background-color: var(--cnt-OK-bg-color);
        padding: 30px;
    }

    .det-content-slider-with-LU-bg-color {
        background-color: var(--cnt-LU-bg-color);
        padding: 30px;
    }

    .mob-cnt {
        margin-top: -20px;
    }

    .det-header {
        height: 85px;
    }

    .det-wrapper {
        grid-template-rows: 85px 48px auto auto 170px;
    }

    nav,
    .det-header>a,
    .det-header>div:last-child {
        display: none;
    }

    .form-h1 {
        margin-bottom: 20px;
    }

    address {
        font-size: 0.8rem;
        padding-top: 10px;
    }

    .det-content-grid-4 {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    #lineCont {
        width: 92%;
    }

    .baby-desktop {
        display: none;
    }

    .baby-mobile {
        display: block;
    }

    .det-content-slider {
        width: 290px;
        padding: 5px;
    }

    .wrapper-home-v2 {
        grid-template-rows: 130px 60px auto 44px;
    }

    .home-navi-v2,
    .home-content-v2 {
        grid-template-columns: 1fr;
    }

    .home-navi-v2--social {
        padding: 5px 0 0px 20px;
        text-align: left;
        grid-template-columns: 35px 30px;
    }

    .home-navi-v2--phone {
        padding-top: 2px;
    }

    .home-navi-v2--social-img {
        padding-bottom: 20px;
    }

    .home-headline-v2 {
        grid-template-columns: 1fr 1fr;
        padding: 15px;
    }

    .home-headline-v2--title {
        font-size: 1rem;
        grid-row-start: 2;
        grid-column: 1 / 3;
    }

}

/* ----------------- Mobile navi ----------------------- */
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 1);
    background-color: hsla(208, 100%, 75%, 1);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 8%;
    width: 100%;
    text-align: center;
    margin-top: px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 20px;
    color: #000;
    /* #818181; */
    display: block;
    transition: 0.3s;

    background-color: transparent;
}

.overlay a:hover,
.overlay a:focus {
    color: #818181;
}

.overlay .closebtn {
    position: absolute;
    top: -15px;
    right: 20px;
    font-size: 60px;
    color: hsl(208, 24%, 55%);
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px;
    }

    .overlay .closebtn {
        font-size: 20px;
        top: 15px;
        right: 35px;
    }
}