#keyvisualsection {
    position: relative;
    /*margin-top: 85px;*/
    z-index: 20;
    max-width: 1920px;
}

#bogen{
    display: none;
}
#kvheadline{
    position: absolute;
    top: 6.3%;
    left: 20.3%;
    width:742px;
    max-width: calc(74200vw / 1920);
    height: auto;
    display: block;
}
#kvstoerer{
    position: absolute;
    top: 43%;
    right: 5%;
    width: 483px;
    max-width: calc(48300vw / 1920);
    height: auto;
    display: block;
}


.keyvisualfullsection #kvstoerer{
    top: 21%;
    right: 5%;
    width: 483px;
    max-width: calc(48300vw / 1920);
}



@media (max-width: 1919px) {
    #keyvisualsection {

    }

}






@media (max-width: 640px) {

    #bogen{
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    #kvheadline{
        top: 9.3%;
        left: 5%;
        width: 90vw;
        max-width: 100%;
    }
    #kvstoerer{
        display: none;
    }
}