:root {
    /* color: rgb(30, 90, 70);
    color: rgb(246, 234, 196);
    color: rgb(75, 140, 155);
    color: rgb(20, 120, 60);
    color: rgb(40, 120, 100); */
    --lightyellow: rgb(250, 210, 75);
    --yellow: rgb(250, 195, 5);
    --darkblue: rgb(0, 25, 75);
    --darkblue: rgb(0, 40, 90);
    --green: rgb(33, 137, 33);
    --rose: rgba(255, 250, 245);

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-family: "Bubblegum Sans", sans-serif;
    font-family: 'Mulish','Montserrat', sans-serif;
    font-family: "Fredoka", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}

html {
    scroll-behavior: smooth;
    margin: 0;
    height: 100%;
    /* overflow-y: hidden; */
}

body {
    /* border: 3px solid red; */
    position: relative;
    margin: 0;

    height: 100%;
    height: fit-content;
}

.body::-webkit-scrollbar {
    width: 5px;
}

.body::-webkit-scrollbar-track {
    background-color: rgb(70, 70, 70);
    border-radius: 50px;
}

.body::-webkit-scrollbar-thumb {
    background-color: rgba(240, 240, 240, 0.5);
    border-radius: 50px;
}
.body::-webkit-scrollbar {
    /* display: none; */
}


.display-filter {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 100px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    /* height: 100%; */
            
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 9999;
    display: none;
}
.display-filter.show {
    opacity: 1;
    display: flex;
}

.header {
    /* border: 3px solid red; */
    background-color: whitesmoke;
    background-color: var(--rose);
    background-color: transparent;

    
    color: white;
    color: black;
    color: var(--darkblue);


    height: fit-content;
    height: 100px;
    
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* position: relative; */
    padding: 0 1rem;

    position: fixed;

    transition: 0.4s;
    
    z-index: 999999;
    /* z-index: 1; */
    
    /* display: none; */
    /* box-shadow: 0 0 15px rgb(170, 170, 170); */
}

.header.hide {
    display: none;
}

.header-scroll {
    /* border: 3px solid yellow; */
    z-index: -999999999;

    margin-top: -200px;

    padding: 0;
    /* display: flex; */
    /* z-index: 999999999; */
}
.header-scroll.show {
    display: flex;
    z-index: 999999999;

    transition: 0.4s;
    margin-top: 0;
}
    
.header-scroll-box {
    /* border: 3px solid green; */
    background-color: whitesmoke;
    
    color: rgb(30, 30, 30);

    height: fit-content;
    height: 100px;
    
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* position: relative; */
    margin-top: -250px;

    /* position: fixed; */
    
    z-index: 999999;
    /* margin-top: 0; */
    
    box-shadow: 0 0 15px rgb(170, 170, 170);

        
    margin-top: 0;
    transition: 0.4s;

}
.header-scroll-box.show {
    margin-top: 0;
    transition: 0.4s;
}

.header-top.show {
    transition: 0.3s;
    background-color: whitesmoke;
    box-shadow: 0 0 15px rgb(170, 170, 170);
}

.header-logo {
    /* border: 3px solid yellow; */
    /* width: 100%; */
    /* max-width: 108px; */
    height: 100%;
    /* max-height: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 0;
    margin-right: auto;

    cursor: pointer;
}

.header-logo img {
    /* border: 3px solid green; */
    /* border: 4px solid var(--yellow); */
    display: block;
    object-fit: cover;
    width: 100%;
    /* max-width: 100%; */
    /* max-height: 100%; */
    max-width: 220px;
    max-width: 90px;
    width: 90px;
}

.header p,
.header span {
    /* border: 3px solid rgb(255, 233, 0); */

    /* font-family: "Bubblegum Sans", sans-serif; */

    display: none;
    font-size: 1rem;
    font-weight: 700;
    font-weight: 600;
    /* text-transform: uppercase; */
    padding: 0.3rem;
    margin: 0 1rem  !important;
    cursor: pointer;
}
.header .redirect-offer {
    margin: 0 1rem !important;
}
.header .header-kurs {
    border-bottom: 3px solid var(--yellow);
}
.header p {
    display: flex;
}

.header a {
    text-decoration: none;
    color: inherit;
}

.header-scroll p,
.header-scroll span {
    /* border: 3px solid rgb(255, 233, 0); */
    font-size: 1.1rem;
    font-weight: 500;
    /* text-transform: uppercase; */
    padding: 0.3rem;
    margin: 0 1rem;
    cursor: pointer;
}

.header span:focus,
.header span:hover {
    scale: 1.01;
    transition: all 0.2s;
    border-bottom: 2px solid var(--darkblue);
}
.header-scroll span:focus,
.header-scroll span:hover {
    scale: 1.01;
    transition: all 0.2s;
    border-bottom: 2px solid var(--darkblue);
}

.header .redirect-contact-form-kurs,
.header .redirect-contact-form {
    /* border: 3px solid red; */
    background-color: var(--yellow);
    border: 2px solid var(--yellow);
    padding: 0.5rem 1rem;
    border-radius: 10px;
}
.header .redirect-contact-form-kurs:focus,
.header .redirect-contact-form-kurs:hover,
.header .redirect-contact-form:focus,
.header .redirect-contact-form:hover {
    /* border: 3px solid red; */
    padding: 0.5rem 1rem;
    border-radius: 10px;
    scale: 1;
    transition: all 0.2s;
    border: 2px solid var(--darkblue);
}

.header-logo p:focus,
.header-logo p:hover {
    scale: 1.01;
    transition: all 0.2s;
    border-bottom: none;
}

.top {
    /* border: 3px solid orangered; */
    background-color: var(--yellow);
    /* height: 80px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem;
    border-radius: 10px;
}

.bar {
    /* border: 3px solid red; */
    width: 30px;
    width: 25px;
    width: 18px;
    height: 2.5px;
    /* background-color: var(--black); */
    background-color: black;
    background-color: white;
    background-color: var(--darkblue);
    border-radius: 5px;
    transition: all 0.3s ease-in;
}
.bar-dark {
    background-color: black !important;
}

#bar2-dark,
#bar2,
#bar3-dark,
#bar3 {
    margin-top: 5px;
    margin-top: 4px;
}

.navigation {
    /* border: 3px solid rebeccapurple; */
    background-color: white;
    background-color: var(--yellow);
    display: flex;
    flex-direction: column;
    align-items: center;

    position: fixed;

    top: -150vh;
    width: 100%;
    height: 100vh;
    /* height: 400px; */
    
    z-index: 99999999999;

    overflow: scroll;
}

.navigation::-webkit-scrollbar {
    display: none;
}

.nav {
    /* border: 3px solid green; */
    position: absolute;
    width: 90%;
    max-width: 250px;
    padding-top: 30px;
}

.nav a {
    text-decoration: none;
}

.nav-child {
    /* border: 3px solid black; */
    /* background-color: whitesmoke; */
    color: white;
    color: var(--darkblue);
    /* text-align: center; */
    /* text-transform: uppercase; */
    list-style-type: none;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 20px 30px;
    padding-left: 0;
    margin: 0.5rem 0;
    /* border-bottom: 1pt solid rgba(70, 70, 70, 0.3); */
    cursor: pointer;
}

.nav-child:hover {
    transition: 0.2s;
    scale: 1.01;
}

.navigation .nav-child-redirect-contact-form {
    border: 2px solid var(--darkblue);
    color: white;
    background-color: var(--darkblue);
    font-weight: 500;
    padding: 0.7rem 1rem;
    border-radius: 10px;
    margin-top: 1rem;
    width: fit-content;
    /* margin: 1rem auto 0; */
}
.navigation .nav-child-redirect-contact-form:hover,
.navigation .nav-child-redirect-contact-form:focus {
    border: 2px solid white;
}

.hamburger {
    background: 0;
    border: 0;
    /* border: 1px solid red; */
    cursor: pointer;
}
.hamburger:hover {
    scale: 1.02;
    transition: 0.2s;
}

.navigation.active {
    transition: 0.3s;
    /* left: 0; */
    top: 100px;
}

.hamburger.open #bar1-dark,
.hamburger.open #bar1 {
    /* background-color: var(--gold); */
    transform: rotate(45deg) translate(5.4px, 6px);
    transform: rotate(45deg) translate(3.9px, 5px);
}

.hamburger.open #bar2-dark,
.hamburger.open #bar2 {
    background-color: transparent !important;
    transform: translateX(-30px);
}

.hamburger.open #bar3-dark,
.hamburger.open #bar3 {
    /* background-color: var(--gold); */
    transform: rotate(-45deg) translate(3.9px, -5px);
}


@media (min-width: 900px) {
    .header-logo {
        margin-left: 1rem;
    }

    .header p,
    .header span,
    .header-scroll p,
    .header-scroll span {
        font-size: 1.1rem !important;
    }

    .header span:last-of-type,
    .header-scroll span:last-of-type {
        margin-right: 1rem;
    }

    .top {
        display: none;
    }

    .navigation {
        display: none;
    }

    .header span {
        display: inherit;
        font-size: 1rem;
        margin: 0 1rem;
    }
}

@media (min-width: 1000px) {
    .header span {
        margin: 0 1.3rem !important;
    }
    .header .redirect-offer {
        margin: 0 1.3rem !important;
    }

    .header-logo {
        margin-left: 2rem;
    }

    .header span:last-of-type,
    .header-scroll span:last-of-type {
        margin-right: 2rem;
    }
}


@media (min-width: 1150px) {
    .header span {
        margin: 0 1.7rem  !important;
    }
    .header .redirect-offer {
        margin: 0 1.7rem !important;
    }

    .header-logo {
        margin-left: 3rem;
    }

    .header span:last-of-type,
    .header-scroll span:last-of-type {
        margin-right: 3rem;
    }
}





.main {
    /* border: 3px solid lawngreen; */
    position: relative;
    background-color: white;

    overflow: hidden;
}

.main-home {
    /* border: 3px solid purple; */
    background-color: var(--lightyellow);
    max-width: 100%;
    height: 100%;

    position: relative;
    overflow: hidden;
    /* z-index: 0; */
}

.main-home-start {
    /* border: 3px solid red; */

    height: calc(100vh - 100px);
    height: 100vh;
    height: calc(75vh + 50px);
    height: 75vh;

    
    /* margin-top: 100px; */

    position: relative;
    /* z-index: 1; */
}

.main-home-start-img-box {
    /* border: 3px solid yellow; */
    background-color: var(--rose);
    width: 100%;
    /* max-width: 750px; */
    height: 75vh;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: flex;
    justify-content: end;
    align-items: end;
}

.main-home-start-img-box::before {
    /* border: 3px solid lawngreen; */
    content: "";
    width: 100%;
    height: calc(100vh - 100px);
    height: 100%;
    background-image: url(images/kinder-start-image.png);

    background-blend-mode: screen;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: 15% top;
    background-size: cover;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    margin-left: auto;

    /* animation: home-start-animate 15s linear infinite; */

    /* scale: 1.3; */
    z-index: 0;
}

/* @keyframes home-start-animate {
    0% {
        scale: 1.3;
    }
    49% {
        scale: 1;
    }
    50% {
        scale: 1;
    }
    100% {
        scale: 1.3;
    }
} */

.main-home-start-img-box img {
    /* border: 3px solid blue; */
    display: block;
    object-fit: cover;
    max-width: 100%;
    max-width: 65%;
    max-height: 100%;

    margin-left: auto;
    /* margin-right: 10%; */
    margin-bottom: 10px;
}

.wave-divider {
    /* border: 3px solid black; */
    width: 100%;
    overflow: hidden;
    line-height: 0;

    position: absolute;
    /* top: 0; */
    right: 0;
    /* bottom: -30px; */
    bottom: 0;
    left: 0;
    margin-bottom: -10px;
}

.wave-divider svg {
    display: block;
    width: 100%;
    height: 70px;
}

.wave-divider path {
    fill: #FCD34A;
    fill: var(--lightyellow);
}


.main-home-start-box {
    /* border: 3px solid orange; */
    
    /* background-color: rgba(255, 255, 255, 0.3); */

    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    justify-content: center;
    width: 100%;
    /* width: fit-content; */
    /* max-width: 1000px; */
    height: 80vh;
    height: calc(80vh - 100px);
    height: 75vh;
    /* height: fit-content; */
    /* max-height: 1000px; */

    /* margin: calc(25% + 100px) auto 0; */
    /* margin: calc(10vh + 100px) auto 0; */
    /* margin-top: 100px; */
    /* padding: 10%; */

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    z-index: 1;
}

.main-home-start-box-child {
    /* border: 3px solid purple; */
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
    width: 60%;
    /* max-width: 200px; */
    padding-top: 2rem;
    padding-left: 1.5rem;
}
.main-home-start-box-child-kurs {
    padding-top: 0;
    margin-top: -5%;
}

.main-home-start-box-child p {
    /* text-align: center; */
    color: var(--darkblue);
    font-weight: 600;
    font-size: 1.8rem;
}

.main-home-start-box-child p b {
    border-bottom: 5px solid var(--yellow);
    /* font-family: 'Cardo', 'Montserrat', sans-serif; */
    color: rgb(250, 195, 5);
    color: var(--darkblue);

    font-size: 1.8rem;
    font-weight: 600;
}

.main-home-start-box-child .p-info {
    /* text-align: center; */
    color: var(--darkblue);
    font-weight: 600;
    max-width: 210px;
    font-size: 1rem;
    margin: 1.7rem 0;
    letter-spacing: 0;
    line-height: 1.5;
}

.info-pdf-btn,
.main-headliner-box-child .info-btn,
.main-home-start-box-child .info-btn {
    /* border: 3px solid green; */
    text-decoration: none;
    /* text-align: center; */
    border: 2px solid var(--yellow);
    background-color: var(--yellow);
    color: var(--darkblue);
    width: 170px;
    width: fit-content;
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 0.8rem;
    padding-right: 0.5rem;
    border-radius: 10px;
    letter-spacing: 0.3px;
    cursor: pointer;
}
.main-headliner-box-child .info-btn {
    border: 2px solid var(--darkblue);
    margin: 0 1rem 1.2rem;
}


.main-headliner-box-child .info-btn svg,
.main-home-start-box-child .info-btn svg {
    padding: 0;
    margin-left: 0.2rem;
}
.info-pdf-btn svg {
    padding: 0;
    margin-left: 0.7rem;
}

.main-headliner-box-child .info-btn:hover,
.main-headliner-box-child .info-btn:focus {
    transition: 0.2s;
    background-color: var(--lightyellow);
    border: 2px solid var(--lightyellow);
}

.info-pdf-btn:hover,
.info-pdf-btn:focus,
.main-home-start-box-child .info-btn:hover,
.main-home-start-box-child .info-btn:focus {
    transition: 0.2s;
    /* background-color: var(--lightyellow); */
    border: 2px solid var(--darkblue);
}


@media (min-width: 400px) {
    .main-home-start-box-child {
        max-width: 210px;
    }
}

@media (min-width: 450px) {
    .main-home-start {
        height: 80vh;
    }

    .main-home-start-img-box {
        width: 100%;
        /* max-width: 500px; */
        height: 80vh;
    }

    .main-home-start-img-box img {
        max-width: 100%;
        max-width: 65%;
        max-height: 100%;
        margin-bottom: 0;
    }

    .main-home-start-box {
        height: 80vh;
    }

    .main-home-start-box-child {
        width: 60%;
        max-width: 230px;
        padding-top: 2.5rem;
        padding-left: 1.5rem;
    }
    .main-home-start-box-child-kurs {
        padding-top: 0;
    }

    .main-home-start-box-child p {
        font-size: 2rem;
    }

    .main-home-start-box-child p b {
        font-size: 2rem;
    }

    .main-home-start-box-child .p-info {
        max-width: 230px;
        font-weight: 600;
        font-size: 1rem;
        margin: 2rem 0;
    }

    .main-headliner-box-child .info-btn,
    .main-home-start-box-child .info-btn {
        width: 170px;
        width: fit-content;
        font-weight: 600;
        font-size: 1rem;
        padding: 0.5rem 0.8rem;
        padding-right: 0.5rem;
    }

}

@media (min-width: 650px) {
    .main-home-start-img-box {
        height: 80vh;
    }

    .main-home-start-img-box img {
        max-width: 100%;
        max-width: 65%;
        max-height: 100%;
        margin-bottom: 0;
    }

    .main-home-start-box {
        height: 80vh;
    }

    .main-home-start-box-child {
        width: 80%;
        /* max-width: inherit; */
        padding-top: 3rem;
        padding-left: 2rem;
    }
    .main-home-start-box-child-kurs {
        padding-top: 0;
    }

    .main-home-start-box-child p {
        font-size: 2.2rem;
    }

    .main-home-start-box-child p b {
        font-size: 2.2rem;
    }

    .main-home-start-box-child .p-info {
        line-height: 1.7;
        /* max-width: 310px; */
    }

    .main-headliner-box-child .info-btn,
    .main-home-start-box-child .info-btn {
        width: 170px;
        width: fit-content;
        font-weight: 600;
        font-size: 1rem;
        padding: 0.5rem 1rem;
        padding-right: 0.7rem;
    }
    .info-pdf-btn {
        padding: 0.5rem 1rem;
        padding-right: 0.7rem;
    }

}

@media (max-width: 800px) {
    .wave-divider svg {
        height: 55px;
    }

}

@media (min-width: 800px) {
    .main-home-start-img-box {
        height: 80vh;
    }

    .main-home-start-box {
        height: 80vh;
    }

    .main-home-start-box-child {
        /* padding-left: 3rem; */
        padding-top: 2.5rem;
    }
    .main-home-start-box-child-kurs {
        padding-top: 0;
    }
}

@media (min-width: 1000px) {
    .main-home-start-box {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
    }

    .main-home-start-box-child {
        width: 100%;
        max-width: inherit;
        padding-top: 1.5rem;
        padding-left: 5%;
    }
    .main-home-start-box-child-kurs {
        padding-top: 0;
    }

    .main-home-start-img-box {
        padding-right: 5%;
    }

    .main-home-start-img-box {
        overflow: hidden;
        justify-content: end;
        align-items: start;
    }

    .main-home-start-img-box img {
        display: block;
        object-fit: cover;
        max-width: 100%;
        max-width: 50%;
        max-height: 100%;
        max-height: inherit;
        margin-top: -3%;
    }

    .main-home-start-box-child p {
        font-size: 2.5rem;
    }

    .main-home-start-box-child p b {
        font-size: 2.5rem;
    }

    .main-home-start-box-child .p-info {
        font-size: 1.1rem;
        margin: 2.5rem 0;
        /* max-width: 340px; */
    }

    .main-headliner-box-child .info-btn,
    .main-home-start-box-child .info-btn {
        width: 170px;
        width: fit-content;
        font-weight: 600;
        font-size: 1.1rem;
        padding: 0.5rem 0.8rem;
        padding-right: 0.5rem;
    }
    .main-headliner-box-child .info-btn {
        height: fit-content;
        margin: auto 1rem 1.2rem;
    }
    .main-headliner-box-child .info-btn-parent {
        height: fit-content;
        margin-top: auto;
    }
    .info-pdf-btn {
        font-size: 1.1rem;
        padding: 0.5rem 1rem;
        padding-right: 0.7rem;
    }

}

@media (min-width: 1200px) {
    .main-home-start-img-box::before {
        background-position: 20% 20%;
    }

    .main-home-start-box-child .p-info {
        max-width: 340px;
    }
}

.main-home-icon-section {
    /* border: 3px solid red; */
    padding: 1rem 0;
}

.main-home-icon-section-box {
    /* border: 3px solid green; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-home-icon-section-child {
    /* border: 3px solid rebeccapurple; */
    width: 100%;
    color: var(--darkblue);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
}

.main-home-icon-section-child h1 {
    /* border: 3px solid yellow; */
    /* text-align: center; */
    font-size: 1.1rem;
    font-weight: 500;
    width: 100%;
    max-width: 170px;
    margin-left: 1.2rem;
}

@media (min-width: 650px) {
    .main-home-icon-section-box {
        flex-direction: row;
    }

    .main-home-icon-section-child {
        flex-direction: column;
    }

    .main-home-icon-section-child h1 {
        text-align: center;
        margin-left: 0;
        margin-top: 1rem;
    }
}

@media (min-width: 1000px) {
    .main-home-icon-section-child h1 {
        margin-top: 1.5rem;
    }

    .main-home-icon-section-child svg {
        height: 40px;
        width: 40px;
    }
}



.main-intro {
    /* border: 3px solid green; */
    padding-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
}

.main-intro .main-intro-top {
    /* border: 3px solid yellow; */
    padding-left: 2rem;
    padding-bottom: 1.5rem;

    position: relative;

    width: 100%;
    max-width: 570px;
    margin: 0 auto;
}

.main-intro .main-intro-top p {
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
}

.main-intro .main-intro-top svg {
    color: var(--yellow);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.main-intro .main-intro-top .main-intro-border {
    position: absolute;
    /* top: 0; */
    left: 2rem;
    right: 0;
    bottom: 0;
    width: 70px;
    border: 3px solid var(--yellow); 
}

.main-intro .main-intro-bottom {
    /* border: 3px solid red; */
    width: 100%;
    max-width: 570px;
    margin: 1.5rem auto 0;
}

.main-intro .main-intro-bottom p {
    font-size: 1.1rem;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}

.main-headliner-box {
    /* border: 3px solid green; */
    background-color: white;

    width: 100%;
    /* max-width: 880px; */
    max-width: 450px;
    /* padding: 0.5rem; */
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    overflow: hidden;
}

@media (min-width: 400px) {
    .main-intro .main-intro-top p {
        font-size: 1.5rem;
    }
}

@media (min-width: 900px) {
    .main-intro {
        flex-direction: row;
        justify-content: space-between;
        align-items: start;
        padding-top: 1.5rem;
    }

    .main-intro .main-intro-top {
        width: 45%;
        margin: 0 auto;
        margin-right: 1rem;
    }

    .main-intro .main-intro-bottom {
        width: 55%;
        margin: 0 auto;
    }

    .main-intro .main-intro-bottom p {
        line-height: 1.7;
    }
}

@media (min-width: 1000px) {
    .main-intro .main-intro-top {
        padding-left: 3rem;
    }

    .main-intro .main-intro-top p {
        font-size: 1.8rem;
    }

    .main-intro .main-intro-top svg {
        width: 37px;
        height: 37px;
    }

    .main-intro .main-intro-top .main-intro-border {
        left: 3rem;
        right: 0;
        bottom: 0;
        width: 100px;
    }
}

.main-headliner-box .main-headliner-box-child {
    border: 3px solid white;
    border: 3px solid var(--darkblue);
    /* border: 3px solid blue; */
    background-color: var(--darkblue);
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    /* padding: 1rem; */
    overflow: hidden;
    cursor: pointer;

    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;

    margin-bottom: 1.5rem;
}

.main-headliner-box .main-headliner-box-child:last-child {
    margin-bottom: 0;
}

.main-headliner-box .main-headliner-box-child:focus,
.main-headliner-box .main-headliner-box-child:hover {
    border: 3px solid rgb(30, 30, 30);
    border: 3px solid var(--lightyellow);
    box-shadow: none;
    transition: 0.2s;
    /* scale: 1.02; */
}

.main-headliner-box .main-headliner-box-header {
    /* border: 3px solid purple; */
    color: black;
    color: white;
    /* text-align: center; */
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 2rem 1rem 1.5rem;
}

.main-headliner-box .main-headliner-box-child:focus .main-headliner-box-header,
.main-headliner-box .main-headliner-box-child:hover .main-headliner-box-header {
    color: var(--yellow);
    font-weight: 500;
}

.main-headliner-box .main-headliner-box-child p {
    /* border: 3px solid purple; */
    color: black;
    color: white;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0 1rem 0.5rem;
}
.main-headliner-box .main-headliner-box-child p b {
    font-weight: 500;
}

.main-headliner-box .headliner-img {
    /* border: 3px solid green; */
    position: relative;
    width: 100%;
    width: calc(100% - 2rem);
    height: 150px;
    margin: 1rem auto 0;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.main-headliner-box .headliner-img-1::before,
.main-headliner-box .headliner-img-2::before,
.main-headliner-box .headliner-img-3::before,
.main-headliner-box .headliner-img-4::before {
    content: "";
    width: 100%;
    height: 100%;
    max-width: 100%;
    /* background-image: url(images/Leistung-Beratung.jpg), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); */
    background-image: url(images/löwenstark-imagebilder-kindergarten.png);
    /* background-attachment: fixed; */
    background-blend-mode: screen;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-position: 40% 70%; */
    background-size: cover;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    /* z-index: -1; */
}
.main-headliner-box .headliner-img-2::before {
    background-image: url(images/volksschule-kurse.png);
}
.main-headliner-box .headliner-img-3::before {
    background-image: url(images/freie-kurse-imagebilder.png);
}
.main-headliner-box .headliner-img-4::before {
    background-image: url(images/kinder-start-image.png);
}


@media (min-width: 1000px) {
    .main-headliner-box {
        /* margin: 1rem auto; */
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        padding: 1.5rem 1.5rem 0;
        max-width: 1300px;
    }

    .main-headliner-box .main-headliner-box-child {
        margin: 0;
        margin-right: 3rem;
        
    }

    .main-headliner-box .main-headliner-box-child:last-child {
        margin-right: 0;
    }
}






.main-costumer {
    /* border: 3px solid rebeccapurple; */
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;

    scroll-margin-top: 100px;
}

.main-costumer-header {
    /* border: 3px solid green; */
    color: var(--darkblue);
    font-size: 1.7rem;
    font-weight: 700;
    width: 100%;
    text-align: center;
    padding: 0 1rem;
    margin: 1.5rem 0 3rem;
    letter-spacing: 0px;
}

.main-costumer-box {
    /* border: 3px solid yellow; */
    padding: 0.5rem;
    width: 100%;
    max-width: 880px;
    display: grid;
    grid-gap: 25px;

    /* grid-template-columns: repeat(6, minmax(200px, 1fr)); */
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    
    /* grid-auto-rows: 350px; */
    grid-auto-flow: dense;

    overflow: hidden;
}

.main-costumer-box .main-costumer-box-child {
    /* border: 3px solid red; */
    background-color: var(--darkblue);
    color: white;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    padding: 1rem;
}

.main-costumer-box .main-costumer-box-child:focus,
.main-costumer-box .main-costumer-box-child:hover {
    border: 2px solid rgb(30, 30, 30);
    border: 2px solid white;
    box-shadow: none;
    transition: 0.2s;
    scale: 1.03;
}

.main-costumer-box h2 {
    /* border: 3px solid purple; */
    color: white;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.3px;
}


.main-costumer-box:last-child {
    padding-bottom: 2rem;
}

.main-costumer .main-costumer-parent {
    /* border: 3px solid green; */
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    margin-bottom: 1rem;
}
.main-costumer .main-costumer-parent p {
    font-size: 2rem;
    font-weight: 600;
}
.main-costumer .main-costumer-parent svg {
    margin-left: 0.5rem;
}

@media (min-width: 350px) {
    .main-costumer-box {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }

    .main-costumer-box .main-costumer-box-child {
        padding: 1.25rem;
    }
}

@media (min-width: 400px) {
    .main-costumer-box .main-costumer-box-child {
        padding: 1.5rem;
    }
}

@media (min-width: 500px) {
    .main-costumer-header {
        font-size: 2rem;
        padding: 0;
    }
}

@media (min-width: 800px) {
    .main-costumer-box p {
        line-height: 1.8;
    }
}

@media (min-width: 1300px) {
    .main-costumer-box {
        max-width: 1280px;
    }

    .main-costumer-box .main-costumer-box-child {
        padding: 1.5rem 1.8rem;
    }
}







.main-shiatsu-category .main-shiatsu-category-header {
    /* border: 3px solid green; */
    color: var(--darkblue);
    font-family: 'Cardo','Montserrat', sans-serif;
    font-size: 2.2rem;
    font-weight: 500;

    width: 100%;
    max-width: 1200px;

    margin: 0 0 3rem;

    letter-spacing: 2px;
}

.main-shiatsu-category p,
.main-shiatsu p {
    /* border: 3px solid red; */
    font-size: 1.1rem;
    line-height: 1.8;
    letter-spacing: 0.5px;
}

.main-shiatsu-category p b,
.main-shiatsu p b {
    /* border: 3px solid red; */
    font-weight: 600;
}

.main-shiatsu-box {
    /* border: 3px solid yellow; */
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    margin: 0 auto 0;
}
.main-shiatsu-category-box {
    /* border: 3px solid yellow; */
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.main-shiatsu-box-footer {
    /* border: 3px solid yellow; */
    position: relative;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    margin: 0 auto 6rem;
}

.main-shiatsu-box-footer p {
    font-family: 'Cardo','Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 2px;
    line-height: 1.7;
    margin: auto;

    max-width: 330px;
}

.main-shiatsu-box-footer-bottom {
    /* border: 3px solid yellow; */
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    margin: 7rem auto;
}

.main-shiatsu-category-box-top,
.main-shiatsu-box-top {
    /* border: 3px solid green; */
    position: relative;
    width: 100%;
    max-width: 400px;
    display: flex;
}

.main-shiatsu-box-top-deco {
    /* border: 3px solid yellow; */
    max-width: 130px;
    position: absolute;
    bottom: -65px;
    right: 0;
}
.main-shiatsu-box-top-deco img {
    /* border: 3px solid blue; */
    display: block;
    object-fit: cover;
    max-width: 100%;
}

.main-shiatsu-category-box-top-deco {
    /* border: 3px solid yellow; */
    max-width: 130px;
    position: absolute;
    top: -65px;
    right: 0;
}
.main-shiatsu-category-box-top-deco img {
    /* border: 3px solid blue; */
    display: block;
    object-fit: cover;
    max-width: 100%;
}

.main-shiatsu-category-box-bottom-deco {
    /* border: 3px solid yellow; */
    max-width: 100px;
    margin: 0 auto 2rem;
}
.main-shiatsu-category-box-bottom-deco img {
    /* border: 3px solid blue; */
    display: block;
    object-fit: cover;
    max-width: 100%;
}

.main-shiatsu-box-footer-deco {
    /* border: 3px solid orchid; */
    width: 50%;
    max-width: 70px;
    position: absolute;
    bottom: -90px;
    right: 0;
    left: 0;
    margin: auto;
}
.main-shiatsu-box-footer-deco img {
    /* border: 3px solid blue; */
    display: block;
    object-fit: cover;
    max-width: 100%;
}

.main-shiatsu-category-box-top img,
.main-shiatsu-box-top img {
    /* border: 3px solid blue; */
    display: block;
    object-fit: cover;
    max-width: 100%;
}

.main-shiatsu-box-bottom {
    /* border: 3px solid red; */
    width: 100%;
    max-width: 500px;
    padding: 4rem 0;
}
.main-shiatsu-category-box-bottom {
    /* border: 3px solid red; */
    width: 100%;
    max-width: 500px;
    padding: 3rem 0 2rem;
}
.main-shiatsu-category-box-bottom li {
    /* border: 3px solid red; */
    /* margin-left: 1.5rem; */
    list-style-type: none;
}

.main-shiatsu-box-end {
    /* border: 3px solid yellow; */
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    margin: 4rem auto 0;
}

.main-shiatsu-box-end-top {
    /* border: 3px solid green; */
    width: 100%;
    max-width: 500px;
    display: flex;
}

.main-shiatsu-box-end-top img {
    /* border: 3px solid blue; */
    display: block;
    object-fit: cover;
    max-width: 100%;

    display: none;
}

.main-shiatsu-box-end-bottom {
    /* border: 3px solid red; */
    width: 100%;
    max-width: 380px;
    padding: 4rem 0;

    margin-bottom: 210px;
}


@media (min-width: 800px) {
    .main-shiatsu-category p,
    .main-shiatsu p {
        font-size: 1.2rem;
    }

    .main-shiatsu-box-footer {
        margin: 8rem auto;
    }

    .main-shiatsu-box-footer p {
        font-size: 3rem;
        max-width: inherit;
    }

    .main-shiatsu-category-box,
    .main-shiatsu-box {
        flex-direction: row;
        justify-content: space-evenly;
    }

    .main-shiatsu-box-end {
        flex-direction: row-reverse;
        justify-content: space-evenly;
    }

    .main-shiatsu-box-end-top,
    .main-shiatsu-category-box-top,
    .main-shiatsu-box-top {
        width: 40%;
        margin: 0 1rem;
    }
    .main-shiatsu-box-end-bottom,
    .main-shiatsu-category-box-bottom,
    .main-shiatsu-box-bottom {
        width: 60%;
        margin: 0 1rem;
    }
    .main-shiatsu-category-box-bottom li {
        list-style-type: inherit;
    }

    .main-shiatsu-category-box-bottom-deco {
        display: none;
    }

    .main-shiatsu-box-top-deco {
        bottom: -65px;
        right: -65px;
    }
    .main-shiatsu-category-box-top-deco {
        top: -65px;
        right: -65px;
    }
    .main-shiatsu-box-footer-deco {
        bottom: -90px;
    }
}



.main-shiatsu-info {
    /* border: 3px solid rebeccapurple; */
    background-color: white;
    color: var(--darkblue);
    padding: 1.5rem;
    padding-bottom: 0;
    scroll-margin-top: 100px;
}

.main-about-me {
    /* border: 3px solid rebeccapurple; */
    background-color: white;
    color: var(--darkblue);
    padding: 1.5rem;
    scroll-margin-top: 100px;
}

.main-about-me .main-about-me-header {
    /* border: 3px solid green; */
    font-size: 2rem;
    font-weight: 500;

    width: 100%;
    max-width: 1200px;

    margin: 0 0 2rem;
    margin: 2.5rem 0 2rem;

    letter-spacing: 2px;
}

.main-about-me p,
.main-shiatsu-info p {
    /* border: 3px solid red; */
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.5px;
}
.main-about-me p {
    margin-bottom: 0.7rem;
}

.main-shiatsu-info p b {
    /* border: 3px solid red; */
    font-weight: 600;
}
.main-about-me p b {
    /* border: 3px solid red; */
    font-weight: 600;
    text-decoration: underline;
}

.main-about-me-box,
.main-shiatsu-info-box {
    /* border: 3px solid yellow; */
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    margin: 3rem auto;
}
.main-about-me-box-kurs-top {
    margin: 0 auto 3rem;
    scroll-margin-top: 120px;
}
.main-about-me-box-kurs-middle,
.main-about-me-box-kurs-bottom {
    scroll-margin-top: 120px;
}


.main-about-me-box-top,
.main-shiatsu-info-box-top {
    /* border: 3px solid green; */
    width: 100%;
    max-width: 400px;
    display: flex;
}

.main-about-me-box-top img,
.main-shiatsu-info-box-top img {
    /* border: 3px solid blue; */
    display: block;
    object-fit: cover;
    max-width: 100%;
    max-height: 500px;

    margin: auto;
    margin-top: -250px;
}
.main-about-me-box-top img {
    max-height: inherit;
    margin: 0;
}

.main-about-me-box-bottom,
.main-shiatsu-info-box-bottom {
    /* border: 3px solid red; */
    width: 100%;
    max-width: 380px;
    padding: 4rem 0;
    padding-right: 40px;
}
.main-about-me-box-bottom {
    max-width: 540px;
    padding: 2rem 0;
    padding: 0;
}

.lesson-section {
    /* border: 3px solid red; */
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin-top: 1rem;
}

.lesson-section p {
    /* border: 3px solid blue; */
    padding: 0;
    margin: 0;
    margin-left: 1rem;
}

.main-about-me-box-bottom .lesson-section-p {
    margin: 2rem 0;
}

@media (min-width: 800px) {
    .main-about-me .main-about-me-header {
        font-size: 2.5rem;
        margin: 0 0 2rem;
    }

    .main-about-me p,
    .main-shiatsu-info p {
        font-size: 1.2rem;
    }

    .main-about-me-box,
    .main-shiatsu-info-box {
        flex-direction: row-reverse;
        justify-content: space-evenly;
    }
    .main-shiatsu-info-box {
        margin: 0 auto 4rem;
    }
    .main-about-me-box {
        margin: 4rem auto 3rem;
    }
    .main-about-me-box-kurs-top {
        margin: 1rem auto 3rem;
    }

    .main-about-me-box-top,
    .main-shiatsu-info-box-top {
        width: 40%;
        margin: 0 1rem;
    }
    .main-about-me-box-bottom,
    .main-shiatsu-info-box-bottom {
        width: 60%;
        margin: 0 1rem;
    }
}


.main-divider {
    /* border: 3px solid green; */
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 3rem 0 0;
}
.main-divider-kurs {
    /* border: 3px solid green; */
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 0 1.5rem;
}
.main-divider-body {
    /* border: 3px solid green; */
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0;
    /* display: none; */
}
.main-divider-bottom {
    /* border: 3px solid green; */
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 0 2rem;
}
.main-divider.hide,
.main-divider-kurs.hide,
.main-divider-body.hide,
.main-divider-bottom.hide {
    display: none;
}

.main-divider-bottom div,
.main-divider-body div,
.main-divider-kurs div,
.main-divider div {
    border: 2px solid var(--yellow);
    width: 25%;
    max-width: 100px;
}

.main-divider-bottom img,
.main-divider-body img,
.main-divider-kurs img,
.main-divider img {
    /* border: 3px solid red; */
    display: block;
    object-fit: cover;
    width: 100%;
    max-width: 90px;
    margin: 0 0.7rem;
}

@media (min-width: 450px) {
    .main-divider {
        margin: 0.5rem 0 1rem;
    }
}

@media (min-width: 600px) {
    .main-divider {
        margin: 0 0 1rem;
    }
}

@media (min-width: 800px) {
    .main-divider {
        margin: 4rem 0 0;
    }
    .main-divider-body {
        margin-top: 4rem;
    }
}



/* .first-img {
    border: 3px solid red;
    position: relative;
}
.first-img img {
    border: 3px solid green;
}
.layer {
    border: 3px solid blue;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
} */




.main-kontakt {
    /* border: 3px solid red; */
    background-color: var(--darkblue);

    position: relative;
    width: 100%;

    padding: 1rem;
    /* display: none; */
    scroll-margin-top: 100px;
}

.main-kontakt-bottom {
    border: 3px solid var(--yellow);
    display: flex;
    flex-direction: column;

    width: 100%;
    height: fit-content;
    padding: 0.5rem;

    border-radius: 15px;
}


.main-kontakt-bottom-maps-header {
    /* border: 3px solid rgb(50, 100, 130); */
    /* font-family: 'Cardo','Montserrat', sans-serif; */
    font-size: 2rem;
    font-weight: 500;
    border-bottom: 3px solid var(--yellow);
    width: fit-content;
    margin: 1.5rem auto 2rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 1.5rem 0 5px;
    text-align: center;
    color: white;
}

.main-kontakt-bottom-maps {
    /* border: 4px solid rgb(50, 100, 130); */
    position: relative;

    width: 100%;
    max-width: 1220px;
    height: 350px;
    padding: 0 2rem 2rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.maps-info {
    /* border: 3px solid blue; */
    background-color: rgb(245, 245, 245);
    width: 80%;
    max-width: 375px;
    height: fit-content;
    line-height: 1.4;
    text-align: center;
    /* height: 400px; */
    padding: 1rem;

    position: absolute;

    z-index: 9999;
}
.maps-cookies {
    /* border: 3px solid blue; */
    font-weight: 500;
    color: black;
    color: rgb(50, 70, 130);
    color: rgb(30, 90, 70);
    color: var(--green);
    cursor: pointer;
}

.main-kontakt-bottom-maps iframe {
    width: 100%;
    height: 100%;

    z-index: 9999;
}

.main-kontakt-bottom-info {
    /* border: 3px solid green; */
    position: relative;
    width: 100%;
    max-width: 450px;
    padding: 1rem;
}

.main-kontakt-info {
    /* border: 2px solid rgb(30, 30, 30); */
    background-color: white;
    background-color: var(--yellow);
    background-color: transparent;
    color: var(--yellow);
    color: white;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    padding: 0.7rem;
}

.main-kontakt-info h3 {
    font-size: 1.4rem;

    padding: 0 0 0.7rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.main-kontakt-info .main-kontakt-info-kontakt {
    font-size: 2rem;
    border-bottom: 3px solid var(--yellow);
    width: fit-content;
    margin: 0 0 2rem;
    padding-bottom: 5px;
    font-weight: 500;
    letter-spacing: 0px;
}

.main-kontakt-info h4 {
    font-size: 1rem;
    padding: 0 0 1rem;
    font-weight: 500;
    letter-spacing: 0;
}
.main-kontakt-info h4:last-of-type {
    padding: 0 0 2.5rem;
}

.main-kontakt-info .main-kontakt-info-open {
    font-size: 1.2rem;

    padding: 2.2rem 0 1rem;
    font-weight: 500;
    letter-spacing: 0;
}

.main-kontakt-info h5 {
    font-size: 1rem;
    font-weight: 500;
    padding: 0 0 0.7rem;
    letter-spacing: 0;
}

.main-kontakt-info div {
    /* border: 3px solid red; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: fit-content;
    padding: 0.8rem 0 0;
}

.main-kontakt-info div svg {
    margin-right: 0.5rem;
}

.main-kontakt-info a {
    color: white;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.main-kontakt-info a:focus,
.main-kontakt-info a:hover {
    font-size: 1.02rem;
    transition: 0.1s;
    /* font-weight: 700; */
    color: var(--yellow);
}

.main-kontakt-bottom-form {
    /* border: 3px solid red; */
    position: relative;
    width: 100%;
    max-width: 750px;
    padding: 1rem 1rem 1.7rem;
    scroll-margin-top: 190px;
}
.scroll-form {
    scroll-margin-top: calc(100px+2rem);
}
@media (min-width: 800px) {
    .main-kontakt-bottom-form {
        scroll-margin-top: 250px;
    }
}

.send-form-successful {
    /* border: 3px solid blue; */
    background-color: rgb(0, 130, 0);
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    padding: 1.5rem;
    width: 90%;
    height: fit-content;
    max-width: 400px;
    margin: auto;
    line-height: 1.3;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(245, 245, 245, 0.2);

    display: none;
}

.send-form-successful.show {
    display: inherit;
}

.send-form-successful svg {
    margin-bottom: 1rem;
}

.main-kontakt-bottom-form h2 {
    /* border: 3px solid orange; */
    border-bottom: 3px solid var(--yellow);
    font-size: 2rem;
    font-weight: 500;
    color: white;
    width: fit-content;
    max-width: 1000px;
    margin: 0 auto 2rem;
    margin-left: 0.7rem;
    padding: 0.5rem 0 5px;

    scroll-margin: 3rem;

    letter-spacing: 0;
}

.form-parent-container {
    /* border: 3px solid yellow; */
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.form-parent-container.hide {
    opacity: 0;
    visibility: hidden;
}

.form-parent {
    /* border: 3px solid green; */
    width: 100%;
    padding: 0 0.7rem;
}

.form-parent-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-input-container {
    border: 2px solid rgb(30, 30, 30);
    border: 2px solid var(--yellow);
    display: flex;
    flex-direction: row;
    align-items: center;
    /* margin-bottom: 0.5rem; */
    padding: 0.4rem 0.5rem;
    /* border-bottom: 2px solid rgb(30, 30, 30); */

    width: 100%;
    height: 35px;
    background-color: white;
    background-color: var(--darkblue);
    color: white;

    /* box-shadow: 0 0 3px white; */
    box-shadow: 0 0 2px rgb(70, 70, 70);
    border-radius: 10px;

    margin: 0 0 1.5rem;
}

.form-input,
.form-message {
    font-weight: 400;
}

.form-input::placeholder,
.form-message::placeholder {
    letter-spacing: 0;
    color: rgb(30, 30, 30);
    color: white;
}

.main-kontakt-bottom-form input {
    font-size: 1rem;
    background-color: transparent;
    width: 100%;
    border: none;
    color: white;

    /* border: 3px solid red; */
    /* max-width: 300px; */
    letter-spacing: 0.5px;
    outline: none;
}

.form-message {
    border: 2px solid rgb(30, 30, 30);
    border: 2px solid var(--yellow);
    background-color: white;
    background-color: var(--darkblue);
    color: white;

    font-size: 1rem;
    width: 100%;
    padding: 0.5rem;
    resize: none;
    letter-spacing: 0.5px;
    outline: none;
    border-radius: 10px;
}

/* .form-input-container:focus,
.form-input-container:hover,
.form-message:focus,
.form-message:hover {
    letter-spacing: 0;
    border: 2px solid whitesmoke;
    background-color: whitesmoke;
    color: rgb(30, 30, 30);
} */

.form-send-btn {
    font-weight: 500;
    border: 3px solid var(--yellow);
    border: 3px solid var(--darkblue);
    background-color: var(--yellow);

    color: white;
    color: var(--darkblue);
    width: fit-content;
    padding: 0.5rem 1.5rem;
    margin-top: 1rem;

    letter-spacing: 1.5px;
    cursor: pointer;
    border-radius: 10px;
}

.form-send-btn:focus,
.form-send-btn:hover {
    /* scale: 1.01; */
    /* transition: 0.2s; */
    font-weight: 500;
    color: rgb(30, 30, 30);
    color: var(--darkblue);
    border: 3px solid var(--darkblue);
    border: 3px solid var(--lightyellow);
    background-color: rgb(30, 30, 30);
    background-color: var(--lightyellow);
    box-shadow: 0 0 4px rgb(30, 30, 30);
}


.form-parent-checkbox {
    /* border: 3px solid green; */
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 1.3rem 0.7rem 0.3rem;
    padding: 0;
}

.form-parent-checkbox .form-checkbox {
    /* border: 3px solid red; */
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
}
.form-parent-checkbox span {
    font-size: 0.9rem;
    color: white;
    margin-left: 0.3rem;
    padding-bottom: 0.3rem;
    letter-spacing: 0.5px;
}

.form-parent-checkbox span b {
    color: rgb(30, 30, 30);
    color: var(--yellow);
    font-weight: 500;
    cursor: pointer;
    letter-spacing: 0.5px;
}

.form-parent-checkbox-container {
    /* border: 3px solid red; */
    position: relative;
    /* padding-top: 0.3rem; */
    margin-left: 0.5rem;
    width: 30px;
    height: 30px;
}
.form-parent-checkbox-container.checked>.form-checkbox-label::before {
    background-color: rgb(10, 150, 50);
    background-color: rgb(30, 90, 70);
    background-color: var(--yellow);
    /* background-color: rgb(70, 100, 255); */
}

.form-parent-checkbox-container.agb-failed>.form-checkbox-label::before {
    box-shadow: 0 0 5px red;
    border: 1px solid rgb(220, 0, 0);
}
.form-parent-checkbox-container.checked>.form-checkbox-label::after {
    transform: rotate(45deg) scale(1);
    opacity: 1;
}
.form-checkbox {
    opacity: 0;
}
.form-checkbox-label {
    /* border: 3px solid purple; */
    padding-left: 30px;
    font-size: 1.6rem;
    line-height: 1rem;
    color: white;
    cursor: pointer;
}
.form-checkbox-label::before {
    /* border: 1pt solid transparent; */
    /* border: 3px solid lawngreen; */
    content: "";
    position: absolute;
    /* top: -11px; */
    top: 2px;
    left: 0px;
    width: 17px;
    height: 17px;
    /* border: 1px solid rgb(50, 50, 50); */
    border-radius: 5px;
    background-color: white;
    box-shadow: 0 0 3px black;
}

.form-checkbox-label::after {
    content: "";
    position: absolute;
    /* top: -8px; */
    top: 5px;
    left: 6px;
    width: 3px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transition: 0.2s ease;

    transform: scale(0);
    opacity: 0;
}

.fail {
    border: 2px solid rgb(230, 0, 0);
    /* background-color: rgb(255, 245, 245); */
}

@media (min-width: 500px) {
    .main-kontakt-bottom {
        padding: 1.5rem 2rem;
    }

    .main-kontakt-bottom-maps {
        padding: 0 4rem 1rem;
    }
}

@media (min-width: 800px) {
    .main-kontakt {
        padding: 2rem;
    }

    .main-kontakt-bottom {
        flex-direction: row;
        justify-content: center;
    }

    .main-kontakt-bottom-form h2 {
        margin: 0 auto 2rem;
        margin-left: 0.7rem;
        padding: 0.7rem 0 5px;
    }
}

@media (min-width: 900px) {
    .form-parent-container {
        flex-direction: row;
    }
}



.main-datenschutz {
    /* border: 3px solid lawngreen; */
    background-color: white;
    position: relative;
    width: 100%;
    padding-top: 100px;

    display: none;
}

.main-datenschutz .impressum-container .header-impressum-datenschutz {
    font-size: 1.7rem;
}

.main-datenschutz h2 {
    margin-top: 1.3rem;
}

.main-datenschutz h3 {
    margin-top: 1rem;
    font-weight: 500;
}

.impressum-start,
.datenschutz-start {
    scroll-margin-top: 200px;
}

.main-impressum {
    /* border: 3px solid red; */
    background-color: white;
    position: relative;
    width: 100%;
    padding-top: 100px;

    display: none;
}

.impressum-container {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 2rem;
    line-height: 1.3;
}
.impressum-container b {
    font-weight: 600;
}

.impressum-container a {
    overflow-wrap: break-word;
}

.impressum-container .impressum-br {
    margin-top: 1rem;
}

.impressum-container p {
    margin-top: 0.7rem;
}

.impressum-container .impressum-copyright {
    margin-top: 0.5rem;
}

.impressum-container .header-impressum-datenschutz {
    font-size: 2rem;
    padding: 1.8rem 0;
}

.y-lam,
.contact-number-impressum,
.contact-email-impressum {
    color: black;
    text-decoration: none;
}
.website,
.contact-number-impressum,
.contact-email-impressum {
    margin-left: 0.3rem;
}

@media (min-width: 400px) {
    .impressum-container {
        padding: 1rem;
        padding-bottom: 3rem;
    }
}

@media (min-width: 450px) {
    .main-datenschutz .impressum-container .header-impressum-datenschutz {
        font-size: 2rem;
    }

    .impressum-container {
        padding: 2rem;
        padding-bottom: 4rem;
    }
}




/*================
  footer
==================*/

.main-start-footer {
    /* border: 3px solid red; */
    background-color: var(--lightyellow);


    /* background-color: rgba(255, 215, 0, 0.7); */
    color: black;
    color: white;
    color: var(--darkblue);

    padding: 1.5rem;

    /* display: none; */
    z-index: 1;
}

.main-start-footer-container {
    /* border: 3px solid yellow; */
    display: flex;
    flex-direction: column;
    /* justify-content: start; */
}

.main-start-footer-image {
    /* border: 3px solid blue; */
    margin-top: 1.5rem;
}

.main-start-footer-image img {
    /* border: 3px solid red; */
    display: block;
    object-fit: cover;
    max-width: 250px;
}

.main-start-footer-body-bottom {
    /* border: 3px solid red; */
    margin: 0 auto 1.5rem;
}

.main-start-footer-body-bottom img {
    /* border: 3px solid green; */
    display: block;
    object-fit: cover;
    width: 100%;
    max-width: 150px;
    margin: auto;
}



.main-start-footer-body {
    /* border: 3px solid red; */
    display: flex;
    flex-direction: column;
}

.main-start-footer-body-container {
    /* border: 3px solid yellow; */
    padding: 1.5rem 0;
    margin: 0 1rem;
}
.main-start-footer-body-container:first-of-type {
    /* border: 3px solid yellow; */
    padding: 1rem 0 0;
}
.main-start-footer-body-container:last-of-type {
    padding-bottom: 2.5rem;
}

.main-start-footer-body-container-box {
    /* border: 3px solid green; */
    display: flex;
    flex-direction: column;
}

.main-start-footer-body-header {
    /* border: 3px solid blue; */
    font-size: 1rem;
    font-weight: bold;
    font-weight: 500;
    /* color: whitesmoke; */
    width: fit-content;
    margin-bottom: 1.3rem;
    text-decoration: underline;
    letter-spacing: 0;
}

.main-start-footer-body-caption {
    /* border: 3px solid green; */
    font-size: 15px;
    font-weight: 500;
    /* color: rgb(197, 242, 228); */
    color: rgb(200, 240, 230);
    color: rgb(20, 30, 60);
    color: black;
    width: fit-content;
    margin-top: 1rem;
    cursor: pointer;
    letter-spacing: 0;
}

.main-start-footer-body-caption-box {
    display: flex;
    flex-direction: row;
}
.main-start-footer-body-caption-box a {
    /* border: 3px solid green; */
    display: flex;
    flex-direction: row;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.main-start-footer-body-caption-box p,
.main-start-footer-body-container p {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: black;
}

.main-start-footer-body-caption-box svg {
    margin-left: 0.3rem;
}

.main-start-footer-body-caption-phone a,
.main-start-footer-body-caption-contact a {
    font-weight: 500;
    text-decoration: none;
    margin-left: 0.5rem;
    color: black;
}

.main-start-footer-body-caption-address,
.main-start-footer-body-caption-phone,
.main-start-footer-body-caption-contact {
    /* border: 3px solid green; */
    font-size: 15px;
    font-weight: 500;
    /* color: rgb(197, 242, 228); */
    color: rgb(200, 240, 230);
    color: rgb(20, 30, 60);
    color: black;
    display: flex;
    flex-direction: row;
    /* align-items: start; */
    justify-content: start;
    width: fit-content;
    margin-top: 1rem;
    letter-spacing: 0;
}

.main-start-footer-body-caption-phone a:hover,
.main-start-footer-body-caption-contact a:hover,
.main-start-footer-body-caption:hover,
.main-start-footer-body-caption p:hover {
    color: var(--darkblue);

    scale: 1.01;
    transition: 0.2s;
}

.main-start-footer-bottom {
    /* border: 3px solid lawngreen; */
    font-size: 14px;
    border-top: 1pt solid rgb(150, 150, 150);
    color: rgb(30, 30, 30);
    /* width: 100%; */
    text-align: center;
    margin: 1rem 1.5rem 0;
    padding: 1rem 0 0;
}

.main-start-footer .main-start-footer-bottom span {
    letter-spacing: -0.3px !important;
}

@media (min-width: 600px) {
    .main-start-footer-body-container-box {
        flex-direction: row;
    }

    .main-start-footer-body-container:first-of-type {
        padding: 1.5rem 0;
    }

    .main-start-footer-body-container:last-of-type {
        padding-bottom: 3.5rem;
    }
}

@media (min-width: 1000px) {
    .main-start-footer-body {
        flex-direction: row;
        justify-content: space-around;
        
    }
}