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

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

    img.logo {
  width: 120px;
}

    .header {
    height: 300px;
    background-size: cover;
    background-position: center;
    }

    .ronde-vormen {
    border-radius: 30px;
    display: none;
}
    .inhoud {
    padding-top: 40px;
    padding-bottom: 60px;
    background: #fff;
    }

	
	.menu-wrap ul {
    display: none;
}
	
	.hamburger {
  		display:flex;
}
	

    a.button-kernwaarden {
        min-width: 49%;
        margin-right: 1%;
    }

    img.symbolen {
        display: none;
    }


    .inner-wit {
        margin-bottom: 20px;
    }

    .image-section {
        min-height: 400px;
    }

    img.symbolen-twee {
        width: 240px;
        position: absolute;
        top: -220px;
        right: 30px;
    }

    .divider {
        aspect-ratio: 16 / 9;
        object-fit: cover;
        object-position: center;
    }

     .wrap-footer {
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .wrap-footer strong {
        margin-top: 20px !important;
        display: inline-flex;
    }

      img.logo-onder {
        width: 175px;
        margin-bottom: 20px;
    }
}

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


    img.symbolen-twee {
        display: none;
    }
    
      .image-section {
        min-height: 300px;
    }

    .text-section {
        padding: 40px 20px;
    }

    .text-section h1 {
        color: #fff;
        font-size: 34px;
    }

 .inhoud h2 {
    font-size: 32px;
  }

    .reviews h4 {
        margin-left: 0;
        font-size: 34px;
        text-align: center;
    }

    .werkenvoor h5 {
        font-size: 35px;
        color: #fff;
        margin-bottom: 50px;
        text-align: center;
    }

}

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