#keyvisualsection {
    position: relative;
    margin-top: 120px;
    z-index: 20;
    max-width: 1920px;
}

#kvtextholder{
    position: absolute;
    left: 2.1%;
    top: 9.6%;
    width: 45%;
}
#keyvisualsection h1{
    font-size: 61px;
}
#keyvisualsection h1.big{
    font-size: 140px;
    line-height: 103.571%;
}

#bindestrichkv{
    display: inline-block;
    transform: translateY(-0.145em);
}


@media (max-width: 1919px) {
    #keyvisualsection h1{
        font-size: calc(6100vw / 1920);
    }
    #keyvisualsection h1.big{
        font-size: calc(14000vw / 1920);
        line-height: 103.571%;
    }
}




@media (max-width: 991px) {
    #keyvisualsection {
        margin-top: 59px;
    }

}


@media (max-width: 640px) {

    #kvtextholder{
        left: 5%;
        top: 7%;
        width: 90%;
    }

    #keyvisualsection h1 {
        font-size: 6.5vw;
        line-height: 103.571%;
    }
    #keyvisualsection h1.big {
        font-size: 14vw;
        line-height: 103.571%;
        margin-top: 4vw;
    }
}




@media (max-width: 420px) {

    #kvtextholder {
        top: 9%;
    }
}