:root {
    --white: white;
    --black: black;
}

.w-row.logo-row {
    display: flex;
    margin-top: 50px;
    align-content: center;
    align-items: center;
}

/* Grundlayout */
.diagonal-wrapper {
    display: flex;
    position: relative;
    background-color: white;
    width: 108.5%;
    left: -8.5%;
    height: 80vh;
    overflow: hidden;
}

/* Beide Seiten */
.panel {
    position: relative;
    flex: none;
    width: 60%;
    background-size: cover;
    background-position: left;
}

/* Linke Seite – schräge Kante rechts */
.panel.left {
    background-image: url("../images/videobooth.png");
    z-index: 2;
    margin-right: -11.5%;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}

/* Rechte Seite – schräge Kante links */
.panel.right {
    background-image: url("../images/photobooth.png");
    z-index: 1;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}

/* Textoverlay */
.content {
    position: absolute;
    display: flex;
    bottom: 10vh;
    color: white;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.content h1 {
    font-size: 4rem;
    line-height: 5rem;
    margin-bottom: 0;
}

.content h2 {
    font-size: 3rem;
    margin-bottom: 30px;
}

.box {
    width: 70%;
}

.box-left {
    margin-left: 20%;

}

.box-right {
    margin-left: 10%;
    text-align: right;
}

.header-logo {
    display: none;
}

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

.magazin-bilder {
    max-width: 60%;
}

.section-desktop {
    width: 100vw;
    display: flex;
}

.bild2 {

    margin-left: 30px;
    margin-top: -30px;

}

.landing-section {
    background-image: url('../images/landing-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
}

.landing-section-mobile,
.section-mobile {
    display: none;
}

.col-div {
    width: 50%;
    margin: 0 10px;
    padding-bottom: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.col1 {
    background-image: url('../images/videobooth-bg.png');
}

.col2 {
    background-image: url('../images/photobooth-bg.png');
}

.col-div h2 {
    text-align: center;
    margin: 70px 0;
}

. .w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


.gallerycontainer {
    max-width: 80vw;
}

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.logo-row .w-col-3 {
    text-align: center;
}

.logo-row .w-col-3 img {
    max-width: 50%;
}

.wpcf7 input,
.wpcf7 textarea {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #cccccc;

}

.wpcf7 textarea {
    min-height: 200px;
}

.wpcf7 textarea:focus,
.wpcf7 input:focus {
    border-color: #D09758 !important;

}

.wpcf7 .submit-button {
    background-color: #D09758;
    display: inline-block;
    padding: 9px 15px;
    color: #333;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

.wcpf7 .submit-button:hover {
    background-color: #000;
    color: white;
}

.w-form-formrecaptcha {
    margin-bottom: 8px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat Bold', sans-serif;
}

p {
    font-family: 'Trebuchet MS', sans-serif;
}

.contact-btn-mobile {
    display: none;
}

.contact-btn-mobile a {
    width: 100%;
    text-align: center;
}

.contact-btn-mobile p {
    margin-bottom: 0;
    font-size: 1.5rem;
}

.div-block-6 {
    border: 1px solid #000;
    border-radius: 1px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px 20px;
    display: flex;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
}

.div-block-6 h5 {
    max-width: 90%;
}

.faq-col p {
    padding-left: 20px;
    padding-right: 20px;
    max-height: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

video {
    margin-right: auto;
    margin-left: auto;
}

.brand-img {
    width: 200px;
    opacity: 0.8;
}

.brand-img:hover {
    opacity: 1;
}

.footerlink {
    color: black;
}

.footerlink:hover {
    color: #D09758;
}

.footerlink:visited {
    color: #D09758;
}

textarea:focus,
input:focus {
    border-color: #D09758 !important;

}

/* .lazy_img--unloaded {
  opacity: 0;
  visibility: hidden;
} */

/* .lazy_img {
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
} */

@media screen and (max-width: 991px) {
    .w-layout-blockcontainer {
        max-width: 728px;
    }
}

@media screen and (max-width: 767px) {
    .w-layout-blockcontainer {
        max-width: none;
    }
}

.navlink {
    color: #000;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.navlink:hover {
    color: #D09758;
}

.navlink.nav1,
.navlink.nav1:hover {
    text-decoration: none;
}

.navlink.nav1:focus {
    text-decoration: underline;
}

.navlink.nav2 {
    text-decoration: none;
}

.navlink.nav2:focus {
    text-decoration: underline;
}

.navlink.nav3 {
    text-decoration: none;
}

.navlink.nav3:focus {
    text-decoration: underline;
}

.navlink.nav4 {
    color: #333;
    font-weight: 700;
    background-color: #D09758;
}

.navlink.nav4:hover {
    color: #fff;
    background-color: black;
}

.navlink.nav5 {
    text-decoration: none;
}

.navlink.nav5:focus {
    text-decoration: underline;
}

.navbar {
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    box-shadow: 0 2px 5px #00000044;
}

.emaillink {
    color: white !important;
}

.emaillink:hover {
    color: #D09758 !important;
}

.emaillink:visited {
    color: #D09758 !important;
}

.contacthead {
    background-color: #000;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    display: flex;
}

.paragraph {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 10px;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.columns {
    justify-content: center;
    align-items: flex-end;
    height: 40px;
    display: flex;
}

.paragraph-2 {
    color: #fff;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-end;
    max-width: 1200px;
    display: flex;
}

.svg-icon {
    color: #0e642e;
    width: 1.5rem;
    height: 1.5rem;
    padding-left: 0;
    padding-right: 0;
}

.svg-icon-faq {
    width: 30px;
    height: 30px;
    padding-left: 0;
    padding-right: 0;
    color: #0e642e;
    display: inline-block;
}

.svg-icon:hover {
    cursor: pointer;
}

.svg-icon.svg2 {
    color: #0e642e;
}

.svg-icon.svg1 {
    min-width: 40px;
    min-height: 40px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
}

.svg-icon.svg3 {
    color: #fff;
    text-align: left;
    width: 5rem;
    height: 5rem;
    margin-bottom: 40px;
}

.div-block {
    justify-content: center;
    align-items: center;
    height: 25px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
}

.path {
    color: #fff;
}

.paragraph-3 {
    color: #fff;
    margin-bottom: 0;
}

.fixed-wrapper {
    position: relative;
    overflow: hidden;

}

.fixed-target {
    bottom: -100vh;
}

.landing-container {
    -moz-transform: rotate(-1deg);
    border-radius: 25px;
    border-top: solid 2px 0 gray;
    border-bottom: solid 2px 0 gray;
}

.landing-content {
    -moz-transform: rotate(1deg);
    border-radius: 25px;
    border-left: solid 2px 0 gray;
    border-right: solid 2px 0 gray;
    margin-left: -2px;
    margin-right: -2px;
}


.fixed {
    height: 100vh;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 50vw;
}

.section-2 {
    justify-content: center;
    align-items: center;
    padding: 100px 0;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
}

.paragraph-4 {
    text-align: center;
    margin-bottom: 0;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.columns-2 {
    justify-content: center;
    align-items: center;
    display: flex;
}

.section-3 {
    min-height: 100vh;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
}

.heading {
    color: #0e642e;
    text-align: center;
}

.heading.special-heading {
    margin-bottom: 40px;
    font-family: 'Montserrat Bold', sans-serif;
    text-decoration: underline;
}

.list-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    align-content: stretch;
    justify-content: end;
    align-items: center;
    justify-items: end;
    margin-bottom: 40px;
    display: flex;
}

.paragraph-5 {
    text-align: right;
    margin-bottom: 0;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    display: block;
}

.container-2 {
    max-width: 1400px;
}

.column {
    flex-flow: column;
    display: flex;
}

.list-item-2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
}

.paragraph-6 {
    margin-bottom: 0;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.list {
    padding-left: 0;
}

.list.list3 {
    display: none;
}

.list-2 {
    padding-left: 0;
}

.columns-3 {
    justify-content: center;
    align-items: center;
    display: flex;
}

.section-4 {
    background-color: #000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
    display: flex;
}

.heading-2,
.heading-3,
.heading-4 {
    margin-top: 0;
    margin-bottom: 40px;
}

.paragraph-7,
.paragraph-8,
.paragraph-9 {
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

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

.column-2 {
    padding: 20px;
}

.container-3 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.div-block-2 {
    min-width: 33%;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
}

.div-block-2.triple-bg1,
.div-block-2.triple-bg2 {
    background-image: none;
}

.paragraph-10 {
    color: #fff;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-weight: 400;
    text-align: justify;
}

.heading-5 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 40px;
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.heading-6,
.heading-7 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 40px;
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 28px;
    line-height: 32px;
}

.footer {
    background-color: #f8f8f8;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: block;
}

.container-4 {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row;
    min-width: 100vw;
    max-width: 100vw;
    padding-top: 25px;
    padding-bottom: 25px;
}

.heading-8 {
    color: #D09758;
    text-align: center;
    font-family: 'Montserrat Bold', sans-serif;
    margin-bottom: 40px;
}

.paragraph-11 {
    color: #fff;
    font-size: 16pt;
    line-height: 20pt;
    text-align: center;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.container-5 {
    max-width: 800px;
    margin-bottom: 40px;
}

.section-5 {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    display: flex;
}

.wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
}

.div-block-3 {
    background-image: url('../images/kachel4.png');
    background-position: 50%;
    background-size: contain;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 250px;
    margin-left: -10px;
    margin-right: -10px;
    transition: transform .2s cubic-bezier(.455, .03, .515, .955);
    display: flex;
    box-shadow: 4px 4px 10px 1px rgba(0, 0, 0, .2);
}

.div-block-3:hover {
    transform: scale(1.03);
}

.div-block-3.kachel1 {
    background-image: url('../images/kachel2.png');
    background-position: 50%;
    background-size: contain;
    display: block;
    position: relative;
    bottom: 15px;
}

.div-block-3.kachel3 {
    background-image: url('../images/kachel3.png');
    background-position: 50%;
    background-size: contain;
    position: relative;
    bottom: 40px;
}

.div-block-3.kachel2 {
    background-image: url('../images/kachel1.png');
    background-position: 50%;
    background-size: contain;
    position: relative;
    bottom: -10px;
}

.heading-9 {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat Bold, sans-serif;
    font-size: 30px;
}

.unsplash-image {
    object-fit: contain;
    object-position: 50% 50%;
    width: 100%;
    height: auto;
    display: block;
}

.container-6 {
    max-width: 1200px;
}

.link-block,
.link-block-2 {
    text-decoration: none;
}

.bg-layer {
    background-color: #D09758;
    flex-flow: column;
    justify-content: start;
    align-items: center;
    width: 100%;
    padding: 40px;
    display: flex;
}

.heading-10 {
    color: #D09758;
    text-align: center;
    font-family: 'Montserrat Bold', sans-serif;
}

.paragraph-12 {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.div-block-4 {
    margin-bottom: 100px;
}

.heading-11 {
    font-size: 54px;
    line-height: 60px;
}

.heading1 {
    color: #fff;
    font-family: Montserrat Bold, sans-serif;
    font-size: 65px;
}

.heading2 {
    color: #fff;
    font-family: Montserrat Bold, sans-serif;
    font-size: 50px;
}

.heading1,
.heading2 {
    text-shadow: 5px 0px 8px #000;
}

.text-span {
    color: #D09758;
}

.paragraph-13 {
    text-align: center;
    margin-bottom: 0;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 12px;
}

.path-2,
.path-3,
.path-4 {
    color: #fff;
}

.heading-12 {
    opacity: 1;
    color: #0e642e;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Montserrat Bold', sans-serif;
}

.heading-12:hover {
    opacity: 1;
    color: #D09758;
}


.container-7 {
    width: 1200px;
    max-width: 1200px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px 50px;
    margin-top: 250px;
}

.paragraph-14 {
    color: #D09758;
    text-align: center;
    margin-bottom: 0;
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 180px;
    line-height: 200px;
}

.section-6 {
    background-color: #000;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    display: flex;
}

.submit-button {
    background-color: #0e642e;
}

.submit-button:hover {
    background-color: #D09758;
}

.text-field {
    height: 200px;
}

.column-4 {
    padding: 40px;
}

.columns-5 {
    display: flex;
}

.field-label,
.field-label-2,
.field-label-3,
.paragraph-15 {
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.heading-13 {
    color: #fff;
    text-align: center;
    font-family: Montserrat Bold, sans-serif;
}

.footer-img {
    margin-left: 20px;
    display: inline-block;
    width: 100px;
}

.div-block-5 {
    background-color: rgba(208, 151, 88, 0.6);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 250px;
    display: flex;
}

.div-block-5:hover .heading-9 {
    text-decoration: underline;
}

.heading-14 {
    color: #D09758;
    font-family: Montserrat Bold, sans-serif;
}

.paragraph-16 {
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.container-8 {
    padding-top: 40px;
    display: none;
}

.container-9 {
    max-width: 500px;
}

.form-block {
    background-color: #fff;
    margin-top: 40px;
    padding: 20px;
}

.heading-15 {
    color: #0e642e;
    margin-top: 0;
    font-family: 'Montserrat Bold', sans-serif;
}

.section-7 {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
}

.section-8 {
    background-color: #f8f8f8;
    min-height: 100vh;
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-faq {
    background-color: #f8f8f8;
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-impressum {
    background-color: #f8f8f8;
    min-height: 100vh;
}

.grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
}

.heading-16 {
    color: #D09758;
    text-align: center;
    font-family: 'Montserrat Bold', sans-serif;
    margin-bottom: 40px;
}

.container-11 {
    max-width: 900px;
}

.moments {
    text-decoration: underline;
}

.section-9 {
    background-color: #f8f8f8;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    display: flex;
}

@media screen and (max-width: 991px) {
    .paragraph {
        font-size: 12px;
        line-height: 14px;
    }


    .section {
        background-position: 50%;
        background-size: cover;
    }

    .paragraph-4 {
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px
    }

    .paragraph-5 {
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
    }

    .container-2 {
        max-width: 700px;
    }

    .paragraph-6 {
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
    }

    .div-block-3,
    .div-block-3.kachel1,
    .div-block-3.kachel3,
    .div-block-3.kachel2 {
        width: 200px;
        height: 200px;
    }

    .heading-9 {
        font-size: 24px;
        line-height: 26px;
    }

    .bg-layer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .heading1 {
        font-size: 60px;
        line-height: 64px;
    }

    .container-7 {
        width: 700px;
    }

    .paragraph-14 {
        font-size: 140px;
    }

    .div-block-5 {
        width: 200px;
        height: 200px;
    }
}

@media screen and (min-width: 480px) {
    .navlink.nav4 {
        color: #333;
        font-weight: 700;
        background-color: #D09758;
        border-radius: 10px;
        padding: 10px;
        margin-top: 10px;
    }

    .bg-layer {
        height: 550px;
    }
}

@media screen and (max-width: 479px) {
    .contacthead {
        height: 200px;
        display: none;
    }

    .container {
        flex-flow: column;
    }

    .container-7 {
        padding: 0;
        margin-bottom: 50px;
    }

    .container-4 {
        padding-bottom: 20px !important;
        padding-left: 10px;
        padding-right: 10px;

    }

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

    .paragraph-4 {
        margin-left: 10px;
        margin-right: 10px;
    }

    .columns-2 {
        flex-flow: column;
    }

    .section-3 {
        padding-top: 100px;
        min-height: 100vh;
        padding-bottom: 100px;
    }

    .list-item {
        flex-flow: column;
        justify-content: flex-end;
        align-items: center;
    }

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

    .container-2 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .column {
        margin-bottom: 40px;
    }

    .mobile-col-list {
        display: flex;
        flex-direction: row;

    }

    .list-item-2 {
        flex-flow: column;
    }

    .paragraph-6 {
        text-align: center;
        font-size: 16px;
        line-height: 20px;
    }

    .list.list3 {
        display: block;
    }

    .list-2 {
        display: none;
    }

    .columns-3 {
        flex-flow: column;
    }


    .container-5 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-5 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .div-block-3 {
        width: 100px;
        height: 100px;
        position: relative;
        right: 20px;
    }

    .div-block-3.kachel1 {
        width: 100px;
        height: 100px;
        bottom: 80px;
        left: 15px;
    }

    .div-block-3.kachel3 {
        width: 100px;
        height: 100px;
        right: 25px;
    }

    .div-block-3.kachel2 {
        width: 100px;
        height: 100px;
        right: 40px;
    }

    .heading-9 {
        font-size: 12px;
        line-height: 20px;
    }

    .heading-10 {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 32px;
        line-height: 40px;
    }

    .paragraph-12 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .heading1 {
        font-size: 2rem;
        line-height: 2.5rem;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0;
    }

    .heading2 {
        font-size: 1.52rem;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 0;
    }

    .paragraph-14 {
        font-size: 180px;
    }

    .column-3 {
        margin-bottom: 40px;
    }

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


    .fixed-wrapper {
        margin-bottom: 50px;
    }

    .fixed {
        width: 100%;
    }

    .section-6 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .div-block-5 {
        width: 100px;
        height: 100px;
    }

    .container-9 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .column-6,
    .column-7 {
        margin-bottom: 40px;
    }

    .section-8 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .section-faq {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .grid {
        grid-template-columns: 1fr;
    }

    .container-10 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact-btn-mobile {
        display: block;
    }

    .navbar {
        position: -webkit-fixed !important;
        position: fixed !important;
        top: 0;
        width: 100vw;
    }

    .landing-section,
    .section-desktop {
        display: none
    }

    .list-item-2 {
        flex-flow: row;
        align-items: start;
    }

    .list-item-2 .paragraph-6 {
        text-align: left;
        font-size: 14px;
    }

    ul {
        width: 50%;
    }

    .svg-icon.svg1 {
        min-height: 20px;
        min-width: 20px;
    }

    .header-logo {
        display: block;
    }


    .section-mobile {
        display: block;
    }

    .content h1 {
        font-size: 1.9rem;
        line-height: 2rem;
        margin-bottom: 0;
    }

    .content h2 {
        font-size: 1.3rem;
        margin-bottom: 10px;

    }

    .diagonal-wrapper {
        flex-direction: column;
        height: auto;
        margin-top: 70px;
        width: 100%;
        left: 0;
    }

    .panel {
        width: 100%;
        height: 50vh;
        margin: 0;
        background-position: center;
    }

    /* OBERES BILD */
    .panel.left {
        clip-path: polygon(0 0,
                100% 0,
                100% 70%,
                0 100%);
        z-index: 2;
    }

    /* UNTERES BILD */
    .panel.right {
        margin-top: -14vh;
        /* Überlappung */
        clip-path: polygon(0 30%,
                100% 0,
                100% 100%,
                0 100%);
    }

    /* Textboxen Mobile */
    .content {
        bottom: 80px;
    }

    .box {
        width: 85%;
    }

    .box-left {
        margin-left: 5px;
    }

    .box-right {
        margin-left: 5px;
        margin-right: 0;
        text-align: left;
        /* Mobile besser lesbar */
    }

    .heading-8 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .magazin-col {
        align-items: center;
    }

    .col-div {
        width: 100vw;
        padding-top: 50px;
    }

    .landing-section-mobile {
        margin-top: 70px;
        background-image: url('../images/landing-bg-mobile.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-flow: column;
    }
}


@font-face {
    font-family: 'Montserrat Regular';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}