html, body {
    overflow-x: hidden;
}

/*CSS for fonts*/
.loyl-landingpage--text-block {
    z-index: 1;
    width: 80%;
    max-width: calc(120 * var(--nui-space-1, 0.375rem));
}


/*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(--nui-snow, 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 {
    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(--nui-space-15, 15rem);
}

#loyl-landingpage--title-teaser h2.loyl-font--heading-custom-extra-large-desktop-mobile {
    margin-top: var(--nui-space-7, 7rem);
}


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

.loyl-landingpage--points-mechanic-flex-container {
    display: flex;
    justify-content: center;
    margin-top: var(--nui-space-7, 7rem);
    width: 100%;
    gap: calc(var(--nui-space-1, 0.375rem) * 7);
    row-gap: calc(var(--nui-space-1, 0.375rem) * 7);
}

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

.loyl-landingpage--points-mechanic-img-container {
    width: auto;
    height: auto;
    max-height: 316px;
    overflow: hidden;
}

#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(--nui-space-5, 5rem);
    margin-bottom: var(--nui-space-4, 4rem);
}

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

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

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

/*Media Queries*/
@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 h2.loyl-font--heading-custom-extra-large-desktop-mobile {
        margin-top: calc(var(--nui-space-1, 0.375rem) * 18);
    }

    #loyl-landingpage--title-teaser .loyl-landingpage--text-block p {
        margin-top: var(--nui-space-7, 7rem);
    }
}

@media (max-width: 959px) {
    #loyl-landingpage--title-teaser .loyl-landingpage--text-block p {
        margin-top: var(--nui-space-4, 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(--nui-space-10, 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: calc(var(--nui-space-1, 0.375rem) * 18);
    }
}
