@media only screen and (max-width : 1200px) {
    .hamburger {
        display: flex;
        opacity: 1;
    }

    ul#menu-hoofdmenu-1,
    ul#menu-hoofdmenu-2 {
        display: none;
    }

    .header {
        height: 650px;
            transform: translate(0px, 50px);
    }
	
	.top-balk {
    padding-top: 30px;
    padding-bottom: 50px;
	}
}

@media only screen and (max-width : 979px) {
	.interresse h4 {
    font-size: 30px;
}
	
	.blok {
    padding: 30px;
    font-size: 25px;
    min-height: 200px;
    display: flex;
    align-items: center;
    font-weight: 500;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 30px;
	width: 100%;
}
	
    .rij-blokken {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
	
	.cirkel-cijfer {
    background: #3b3b3a;
    display: inline-block;
    font-size: 70px;
    font-weight: 200;
    width: 90px;
    line-height: 111px;
    height: 90px;
    border-radius: 500px;
    line-height: 75px;
    margin-bottom: 10px;
    margin-top: -70px;
}
	
    img.logo, .top-balk.scroll .logo {
        width: 130px;
    }
        .header {
        height: 550px;
            transform: translate(0px, 40px);
    }
	
	.top-balk {
    padding-left: 0px;
    padding-right: 0px;
	}
}

@media only screen and (max-width : 767px) {
	
    .intro h2 {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 37px;
        letter-spacing: 1px;
        margin-top: 15px;
    }
    .header {
        height: 280px;
        transform: translate(0px, 50px);
        margin-bottom: 50px;
    }
}

@media only screen and (max-width : 480px) {}