/*cookies*/
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Raleway,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:12px;font-weight:100}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color: white;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}

.cc-btn:hover {
    background-color: rgb(252, 186, 186) !important;
}

.cc-window {
    font-size: 16px !important;
    opacity: 0.9;
}


.curved-headline {
    font-family: "Nothing You Could Do", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
}

:root {
    --maincolor: rgb(242, 151, 151);
    --secondarycolor: white;
    --greytypo: #bcb2a6;
    --layering-color: rgba(255, 243, 230, 0.226);
}

body {
    font-family: Raleway, sans-serif;
    margin: 0;
}

.subheadline {
    font-weight: 400;
    font-size: 24px;
    text-align: center;
}

.curved-subheadline {
    font-family: "Nothing You Could Do", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
}

.curved-subheadline2 {
    font-family: "Nothing You Could Do", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
}

.curved-subheadline3 {
    font-family: "Nothing You Could Do", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
}

.headline {
    font-weight: 400;
    font-size: 32px;
    text-align: center;
    gap: 8px;
}

.typo-coral {
    color: var(--maincolor);
}

/*header*/
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 120px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    font-size: 16px;
    background-color: var(--secondarycolor);
    color: var(--maincolor);
    padding-left: 5%;
    padding-right: 5%;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    z-index: 5;
}

.menu {
    display: flex;
    align-items: center;
    gap: 40px;
    text-decoration: none;
}

.menu-link {
    text-decoration: none;
}

.menu-link:hover {
    text-decoration: underline;
    cursor: pointer;
}

.menu-link-burgermenu {
    text-decoration: none;
    font-weight: 500;
}

.menu-link-burgermenu:hover {
    text-decoration: underline;
    cursor: pointer;
}

.icon {
    height: 26px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(74%) sepia(24%) saturate(959%) hue-rotate(312deg) brightness(98%) contrast(94%);
}

.icon:hover {
    filter: brightness(0) saturate(100%) invert(74%) sepia(24%) saturate(959%) hue-rotate(312deg) brightness(98%) contrast(94%);
    cursor: pointer;
}

.logo {
    height: 100px;
    width: 260px;
    object-fit: contain;
    cursor: pointer;
}

.burger-menu {
    display: none;
}

.burger-row {
    border-radius: 4px;
    height: 2px;
    width: 40px;
    background-color: var(--maincolor);
}

.burgermenu-closed {
    display: none;
}

.burgermenu-open {
    background-color: rgba(255, 255, 255, 0.9);
    color: var(--maincolor);
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: fixed;
    width: 150px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    z-index: 7;
    padding: 5%;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

/*footer*/
.footer {
    background-color: var(--maincolor);
    height: 120px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow-x: hidden;
}

.icon-footer {
    height: 26px;
    width: auto;
    object-fit: contain;
}

.linkedin-icon {
    height: 26px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(29%) hue-rotate(141deg) brightness(106%) contrast(100%);
}

.linkedin-icon:hover {
    filter: drop-shadow(0px 0px 1px #ffffff) brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(29%) hue-rotate(141deg) brightness(106%) contrast(100%);
    cursor: pointer;
}

.icon-section-footer {
    display: flex;
    align-items: center;
    gap: 40px;
}

.icon-footer:hover {
    filter: drop-shadow(0px 0px 4px #FFFFFF);
    cursor: pointer;
}

.footer-link {
    color: var(--secondarycolor);
}

.footer-link:hover {
    cursor: pointer;
    text-decoration: underline;
}

.footer-left {
    display: flex;
    align-items: center;
    gap: 40px;
}

.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.footer-right-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
}

.footer-typo {
    color: var(--secondarycolor);
}

/*index*/
/*title*/
.title {
    margin-top: 120px;
    height: calc(100vh - 120px);
    background-image: url(img/index1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--layering-color);
    pointer-events: none;
}

.title-container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10%;
    gap: 40px;
    position: absolute;
    margin-left: 5%;
    margin-right: 5%;
}

.zoom-link {
    color: var(--secondarycolor);
    cursor: pointer;
    text-decoration: none;
    font-size: 20px;
    flex-wrap: wrap;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.zoom-link:hover {
    text-decoration: underline;
}

.title-headline {
    color: var(--secondarycolor);
    font-size: 40px;
    flex-wrap: wrap;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.title-subheadline {
    color: var(--secondarycolor);
    text-decoration: none;
    font-size: 20px;
    flex-wrap: wrap;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/*introduction*/
.introduction {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 100px;
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 5%;
}

.introduction-text {
    line-height: 2;
}

.border {
    height: 300px;
    width: 2px;
    background-color: var(--maincolor);
}

.introduction-image {
    display: block;
    width: 100%;
    height: 300px;
    width: 300px;
    object-fit: cover;
}

.introduction-image-container {
    position: relative;
    display: inline-block;
}

.introduction-image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--layering-color);
    z-index: 1;
    pointer-events: none;
}

/*statement*/
.statement {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
    margin-bottom: 70px;
    margin-left: 5%;
    margin-right: 5%;
    line-height: 50px;
}

/*review*/
.review-section {
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.review {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5%;
    gap: 100px;
}

.review-section-headline {
    margin-bottom: 5%;
    flex-wrap: wrap;
    text-align: center;
}

.review-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    line-height: 2;
    width: 33%;
}

.border-reviews {
    display: none;
}

.job-title {
    color: var(--greytypo);
    font-weight: 400;
}

.review-text {
    height: 20vh;
}

.arrow {
    color: var(--greytypo);
    font-weight: 400;
    font-size: 32px;
    cursor: pointer;
}

.arrow-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2%;
    width: 100%;
}

.google-link {
    color: var(--maincolor);
    font-weight: 400;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    flex-wrap: wrap;
    text-align: center;
}

.google-link:hover {
    text-decoration: underline;
}

.google-link-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5%;
}

/*offer*/
.image-container {
    position: relative;
    display: inline-block;
}

.image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--layering-color);
    z-index: 1;
    pointer-events: none;
}

.image-offer {
    display: block;
    width: 100%;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.offer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 5%;
    gap: 5%;
    margin-top: 120px;
    padding-left: 5%;
    padding-right: 5%;
}

.offer-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.headline-offer {
    margin-top: 70px;
    margin-bottom: 40px;
    margin-left: 10%;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    font-weight: 400;
    font-size: 32px;
    gap: 8px;
}

.offer-subheadline {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 5%;
    flex-wrap: wrap;
    text-align: center;
    line-height: 2;
    color: var(--greytypo);
}

.offer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 5%;
}

.textfield-offer {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    text-align: flex-start;
    margin-bottom: 20px;
}

.headline-textfield2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 10%;
    gap: 8px;
}

.text-offer {
    line-height: 2;
}

.text-offer2 {
    line-height: 2;
    margin-top: 20px;
    text-align: center;
}

.offer-options {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 5%;
}

.option {
    width: 400px;
}

.statement-offer {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-direction: row;
    text-align: center;
    line-height: 30px;
    gap: 15px;
    flex-wrap: wrap;
}

.statement-offer-container {
    margin-top: 70px;
    margin-bottom: 70px;
    margin-left: 10%;
    margin-right: 10%;
}

.border-offer {
    display: flex;
    width: 500px;
    height: 2px;
    background-color: var(--maincolor);
}

/*steps*/
.step {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    line-height: 2;
}

.section-steps {
    gap: 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 5%;
    margin-top: 5%;
    flex-wrap: wrap;
}

.border-steps {
    width: 2px;
    height: 100px;
    margin-top: 5%;
    margin-left: 2%;
    margin-right: 2%;
    background-color: var(--maincolor);
}

.steps {
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 5%;
    margin-right: 5%;
}

.steps-headline {
    display: flex;
    justify-content: center;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 40px;
}

/*video*/
.border-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-container {
    position: relative;
    display: inline-block;
}

.video {
    display: block;
    width: 100%;
}

.video-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(253, 242, 231, 0.309);
    z-index: 1;
    pointer-events: none;
}

/*about*/
.passion-section {
    margin-top: 120px;
    height: calc(100vh - 120px);
    background-image: url(./img/about1.JPG);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.passion-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--layering-color);
    pointer-events: none;
}

.passion-title-container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10%;
    gap: 40px;
    position: absolute;
    margin-left: 5%;
    margin-right: 5%;
}

.passion-headline {
    color: white;
    font-size: 40px;
    flex-wrap: wrap;
    text-align: center;
}

.image-about {
    width: 300px;
    height: 300px;
    object-fit: cover;
    z-index: 2;
    display: block;
}

.about-section {
    margin-top: 5%;
    margin-bottom: 70px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-left: 10%;
    margin-right: 10%;
    gap: 10%;
}

.about-text-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.border-about {
    height: 300px;
    width: 2px;
    background-color: var(--maincolor);
}

.logos {
    width: 120px;
}

.logo-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 70px;
}

.call-to-action {
    color: var(--maincolor);
    font-weight: 400;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    flex-wrap: wrap;
    text-align: center;
}

.call-to-action:hover {
    text-decoration: underline;
}

.call-to-action-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5%;
}

/*Impressum AGB Datenschutz*/
.text-section-impressum {
    margin-top: 120px;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5%;
    padding-top: 5%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding-top: 70px;
    padding-bottom: 70px;
    overflow-wrap: break-word;
}

span {
    max-width: 100%;
}

a {
    color: var(--greytypo);
}

.text-impressum {
    color: black;
    font-size: 16px;
    line-height: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;    
}

.impressum-subheadline {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 40px;
    flex-wrap: wrap;
    text-align: center;
    line-height: 2;
    color: var(--greytypo);
}

.impressum-subheadline-topic {
    color: var(--greytypo);
    font-size: 20px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center; 
}

.impressum-subheadline-subtopic {
    color: var(--greytypo);
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
} 

@media(max-width: 1450px) {
    .option {
        width: 350px;
    }

    .image-offer {
        height: 350px;
    }

    .headline-textfield2 {
        flex-direction: column;
    }
}

@media(max-width: 1350px) {
    .option {
        width: 300px;
    }

    .image-offer {
        height: 300px;
    }
}

@media(max-width: 1210px) {
    .introduction-text-headline {
        flex-direction: column;
        gap: 0px;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .introduction {
        align-items: flex-start;
    }

    .review-text {
        height: 40vh;
    }

    .author {
        height: 40px;

    }
}


@media(max-width: 1100px) {
    .review {
        flex-direction: column;
        gap: 50px;
        align-items: center;
    }

    .review-block {
        width: 70%;
        text-align: center;
        align-items: center;
        gap: 10px;
    }

    .review-text {
        height: fit-content;
    }

    .arrow-section {
        display: none;
    }

    .about-section {
        flex-direction: column;
        gap: 70px;
        align-items: center;
    }

    .border-about {
        display: flex;
        width: 500px;
        height: 2px;
        background-color: var(--maincolor);
        margin-bottom: 10px;
    }

    .about-text-section {
        align-items: center;
        text-align: center;
    }

    .option {
        width: 270px;
    }

    .image-offer {
        height: 250px;
    }

    .headline-offer {
        justify-content: center;
        margin-left: 0;
    }
}

@media(max-width: 1000px) {
    .introduction {
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }

    .border {
        height: 2px;
        width: 500px;
        margin-top: 0px;
    }

    .border-reviews {
        display: flex;
        width: 500px;
        height: 2px;
        background-color: var(--maincolor);
        margin-bottom: 70px;
    }

    .introduction-text-headline {
        align-items: center;
    }

    .introduction-image {
        margin-top: 0px;
        margin-bottom: 15px;
    }

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

    .events {
        margin-top: 70px;
    }

    .review-section {
        margin-top: 70px;
    }

    .review {
        margin-bottom: 70px;
    }

    .google-link-container {
        margin-bottom: 70px;
    }

    .headline {
        font-size: 26px;
    }

    .statement {
        margin-top: 70px;
        margin-bottom: 70px;
        flex-wrap: wrap;
        text-align: center;
        line-height: 50px;
    }

    .offer-options {
        flex-direction: column;
        gap: 50px;
        align-items: center;
        justify-content: center;
    }

    .option {
        width: 300px;
    }

    .image-offer {
        height: 300px;
    }
}

@media(max-width: 970px) {
    .footer-left {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .section-steps {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 50px;
    }

    .step {
        width: 90%;
        align-items: center;
    }
}

@media(max-width: 900px) {
    .introduction {
        height: fit-content;
    }

    .menu-link {
        display: none;
    }

    .burger-menu {
        gap: 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .border-section {
        margin-top: 70px;
    }

    .offer-container {
        padding-bottom: 0px;
    }

    .section-steps {
        margin-bottom: 0px;
    }

    .google-link {
        margin-top: 40px;
    }

    .review {
        margin-bottom: 0px;
    }
}

@media(min-width: 900px) {
    .burgermenu-open {
        display: none;
    }
}

@media(max-width: 800px) {
    .introduction-text {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media(max-width: 880px) {
    .statement-offer {
        margin-bottom: 0px;
    }

    .statement {
        margin-bottom: 40px;
    }
}

@media(max-width: 750px) {
    .footer {
        height: 200px;
    }

    .footer-right-section {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }

    .icon-section-footer {
        gap: 20px;
    }

    .offer-subheadline {
        margin-bottom: 10%;
        margin-left: 10%;
        margin-right: 10%;

    }
}

@media(max-width: 720px) {
    .steps-headline {
        margin-bottom: 40px;
    }
}

@media(max-width: 600px) {
    .border {
        width: 300px;
    }

    .border-about {
        width: 300px;
    }

    .border-reviews {
        width: 300px;
    }

    .border-offer {
        width: 300px;
    }

    .title-headline {
        font-size: 28px;
    }

    .review-section-headline {
        margin-bottom: 10%;
    }

    .zoom-link {
        font-size: 14px;
    }

    .title-subheadline {
        font-size: 14px; 
    }

    .title-container {
        gap: 40px;
    }

    .headline {
        font-size: 20px;
    }

    .curved-headline {
        font-size: 24px;
    }

    .statement {
        line-height: 30px;
    }

    .headline-offer {
        line-height: 30px;
    }

    .statement-offer {
        line-height: 15px;
    }

    .subheadline {
        font-size: 18px;
    }

    .curved-subheadline2 {
        font-size: 24px;
    }
}

@media(max-width: 520px) {
    .logo {
        height: 40px;
        width: 200px;
    }

    .menu {
        gap: 20px;
    }

    .burger-row {
        width: 30px;
    }

    .burger-menu {
        gap: 5px;
    }

    .burgermenu-open {
        left: 51%;
    }
}

@media(max-width: 450px) {
    .footer {
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: center;
        gap: 30px;
        padding-left: 5%;
        padding-right: 5%;
    }

    .footer-right-section {
        flex-direction: row;
        gap: 40px;
    }

    .icon-section-footer {
        gap: 20px;
    }
}

@media(max-width: 400px) {
    .title-headline-background {
        position: relative;
        z-index: 1;
        background-color: var(--background-grey);
        width: 300px;
        padding-right: 3%;
        padding-left: 3%;
    }

    .burgermenu-open {
        left: 52%;
    }
}