.achtergrondfoto {
    background-image: url("../images/achtergrondantwerpen.jpg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    /*min-height: 40em;*/
    /*max-height: 20em;*/
    background-attachment: fixed;
}


.achtergrondfoto2 {
    background-image: url("../images/bellerose.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    /*min-height: 40em;*/
    /*max-height: 20em;*/
    background-attachment: fixed;
}