#keyvisualsection {
    position: relative;
    z-index: 20;
    max-width: 1920px;
    padding: 7% 0 0 0;
    background-image: url(../images/kv_composing_2x.webp), url(../images/silhouette_farbe.png), url(../images/verlauf.webp);
    background-size: 1260px auto, auto 78%, cover;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 20% 40%, 118% 20%, center center;
    min-height: 960px;
}
/*
kv_composing_2x.webp
verlauf.webp
 */

.page #keyvisualsection {
    position: relative;
    z-index: 20;
    max-width: 1920px;
    padding: 7% 0 0 0;
    background-image: url(../images/kv_composing_2x.webp), url(../images/silhouette_farbe.png), url(../images/verlauf.webp);
    background-size: 1260px auto, auto 78%, cover;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 20% 15%, 130% 20%, center center;
    min-height: 1314px;
}


#kvtext {
    display: none;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    max-width: 90%;
    height: auto;
    color: #fff !important;
}

.page #kvtext{
    display: block;
}


#kvtext p br.onlymobile{
    display: none;
}

@media (max-width: 1919px) {
    #keyvisualsection {
        padding: 7% 0 0 0;
        background-image: url(../images/kv_composing_2x.webp), url(../images/silhouette_farbe.png), url(../images/verlauf.webp);
        background-size: 65.625vw auto, auto 78%, cover;
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-position: 20% 40%, 118% 20%, center center;
        min-height: calc(96000vw / 1920);
    }

    .page #keyvisualsection {
        padding: 7% 0 0 0;
        background-image: url(../images/kv_composing_2x.webp), url(../images/silhouette_farbe.png), url(../images/verlauf.webp);
        background-size: 65.625vw auto, auto 78%, cover;
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-position: 20% 15%, 130% 20%, center center;
        min-height: calc(131400vw / 1920);
    }


    #kvtext {
        bottom: 5%;
        left: 50%;
        transform: translateX(-50%);
        width: calc(120000vw / 1920);
    }
    #kvtext h1{
        font-size: calc(9000vw / 1920);
        line-height: normal;
    }
    #kvtext p{
        font-size: calc(2800vw / 1920);
        line-height: calc(3640vw / 1920);
    }
}


@media (max-width: 1279px) {
    #kvtext {
        bottom: 4%;
        width: 70%;
    }
    #kvtext p {
        font-size: 18px;
        line-height: 135%;
    }
    #kvtext p br{
        display: none;
    }
}



@media (max-width: 991px) {
    #kvtext {
        bottom: 3%;
        width: 80%;
    }
    #kvtext p {
        font-size: 17px;
        line-height: 135%;
    }
}

@media (max-width: 767px) {
    #kvtext {
        bottom: 2%;
        width: 86%;
    }
    #kvtext p {
        font-size: 16px;
        line-height: 135%;
    }
}

@media (max-width: 640px) {

    #keyvisualsection {
        padding: 7% 0 0 0;
        background-image: url(../images/kv_composing_mobile_4x.webp), url(../images/silhouette_farbe_mobile.webp), url(../images/verlauf_mobile.jpg);
        background-size: 92.8125% auto, auto 124vw, cover;
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-position: 50% 41.7%, right top, center center;
        min-height: 125vw;
    }
    .page #keyvisualsection {
        padding: 7% 0 0 0;
        background-image: url(../images/kv_composing_mobile_4x.webp), url(../images/silhouette_farbe_mobile.webp), url(../images/verlauf_mobile.jpg);
        background-size: 92.8125% auto, auto 143vw, cover;
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-position: 50% 11.7%, right top, center center;
        min-height: 252vw;
    }


    #kvtext {
        bottom: 1%;
        width: 90%;
    }
    #kvtext h1 {
        font-size: 15.32vw;
        line-height: 100%;
    }
    #kvtext p {
        font-size: 5.625vw;
        line-height: 125%;
    }

    #kvtext p br.onlymobile{
        display: inline;
    }
}