html, body {
    overflow-x: hidden;
}

/*CSS for fonts*/
.loyl-landingpage--text-block {
    z-index: 1;
    width: 80%;
    max-width: 720px;
}


/*CSS for headline banner*/

#loyl-landingpage--headline-banner {
    position: relative;
}

#loyl-landingpage--headline-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#loyl-landingpage--headline-logo svg.loyl-breuninger-beyond-logo {
    width: 50vw;
    max-width: 970px;
    height: auto;
}

#loyl-landingpage--headline-logo svg.loyl-breuninger-beyond-logo path {
    fill: var(--bdk-snow-100, rgba(255, 255, 255, 1)) !important;
}


#loyl-landingpage--headline-banner .loyl-landingpage--title-banner-general-illu {
    width: 100%;
    box-sizing: border-box;
}


/*CSS for teaser text*/

#loyl-landingpage--title-teaser {
    z-index: -1;
    position: relative;
}

#loyl-landingpage--title-teaser .loyl-landingpage--text-block {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

#loyl-landingpage--title-teaser .loyl-landingpage--background-img {
    z-index: -1;
    width: 120%;
    min-width: 800px;
    max-width: unset;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: var(--bdk-space-22, 14.666667rem);
}

/*BEYOND points mechanic section*/
#loyl-landingpage--points-mechanic {
    margin-top: var(--bdk-space-15, 10rem);
}

.loyl-landingpage--points-mechanic-flex-container {
    display: flex;
    justify-content: center;
    margin-top: var(--bdk-space-10, 6.666667rem);
    width: 100%;
    gap: 7rem;
    row-gap: 7rem;
}

.loyl-landingpage--points-mechanic-column {
    width: 100%;
    max-width: 563px;
}

.loyl-landingpage--points-mechanic-img-container {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: 316px;
    overflow: hidden;
}

.loyl-landingpage--points-mechanic-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#loyl-landingpage--points-mechanic .loyl-scale-1-3 {
    scale: 1.3;
}

#loyl-landingpage--points-mechanic p {
    max-width: 600px;
    text-align: justify;
}

#loyl-landingpage--points-mechanic .loyl-landingpage--points-mechanic-flex-container h3 {
    margin-top: var(--bdk-space-7, 4.666667rem);
    margin-bottom: var(--bdk-space-6, 4rem);
}

.loyl-store-icon {
    width: 5rem;
    height: 5rem;
}

@media (max-width: 959px) {
    #loyl-landingpage--points-mechanic {
        margin-top: var(--bdk-space-10, 6.666667rem);
    }

    .loyl-landingpage--points-mechanic-flex-container {
        flex-direction: column;
        align-items: center;
        margin-top: var(--bdk-space-7, 4.666667rem);
    }

    #loyl-landingpage--points-mechanic .loyl-landingpage--points-mechanic-flex-container h3 {
        margin-top: var(--bdk-space-6, 4rem);
        margin-bottom: var(--bdk-space-3, 2rem);
    }
}

/*Media Queries*/
.loyl-landingpage--dekstop-font {
    @media (max-width: 959px) {
        display: none;
    }
}

.loyl-landingpage--mobile-font {
    @media (min-width: 960px) {
        display: none;
    }
}


@media (min-width: 1660px) {
    #loyl-hub--headline {
        height: 115vw;
        max-height: 2177px;
    }
}

@media (max-width: 1659px) {
    #loyl-hub--headline {
        height: 118vw;
        max-height: 2177px;
    }
}

@media (max-width: 1159px) {
    #loyl-hub--headline {
        height: 120vw;
        max-height: 1320px;
    }
}


@media (min-width: 960px) {
    #loyl-landingpage--title-teaser .loyl-landingpage--text-block p {
        margin-top: var(--bdk-space-10, 6.666667rem);
    }
}

@media (max-width: 959px) {
    #loyl-landingpage--title-teaser .loyl-landingpage--text-block p {
        margin-top: var(--bdk-space-6, 4rem);
    }
}

@media (min-width: 560px) {
    .loyl-landingpage--desktop-img {
        display: block;
    }

    .loyl-landingpage--mobile-img {
        display: none;
    }

    #loyl-landingpage--title-teaser .loyl-landingpage--background-img {
        margin-top: var(--bdk-space-15, 10rem);
    }
}

@media (max-width: 559px) {
    #loyl-hub--headline {
        height: 255vw;
        max-height: 1150px;
    }

    #loyl-landingpage--headline-logo svg.loyl-breuninger-beyond-logo {
        width: 80vw;
    }

    .loyl-landingpage--desktop-img {
        display: none;
    }

    .loyl-landingpage--mobile-img {
        display: block;
    }

    #loyl-landingpage--title-teaser .loyl-landingpage--background-img {
        margin-top: var(--bdk-space-27, 18rem);
    }
}
