@media (min-width: 1200px) {
	/* VARIABELEN */
    :root {
        --contentblok-margin-bottom: 200px;
    }

    h1, .h1 {
        font-size: 6rem;
        line-height: 6rem;
        margin-bottom: 50px;
    }
    h2, .h2 {
        font-size: 6rem;
        line-height: 6rem;
        margin-bottom: 45px;
    }
    h3, .h3 {
        font-size: 4rem;
        line-height: 5rem;
        margin-bottom: 20px;
    }

    
    .hoofdmenu li a {
        font-size: 1.7rem;
    }

    
    .offcanvas-body .button {
        right: 0;
    }
}