@import url(https://fonts.googleapis.com/css?family=Abel); 

 body {
        margin: 0;
        font-family: 'Abel', sans-serif;color: #444444;font-size: 18px; line-height: 1.5;
    }
    /* --- CONTENT --- */
    .content {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        background-color: #F0F0F0;
    }

    #home {
        background-color: #E6E6E6;
        padding-top: 140px;
    }

    #afspraak {
        padding-top: 140px;
    }

    #contact {
        background-color: #E6E6E6;
        padding-top: 60px;
        margin-top: 6%;
        padding-bottom: 6%;
    }

    #header {
        position: fixed;
        z-index: 999;
        left: 0;
        top: 0;
        width: 100vw;
        height: auto;
    }
    #header .header {
        min-height: 8vh;
        background-color:#000 ;
    }
    #header .nav-bar {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        height: 89px;
        padding:  12px;
    }
    #header .nav-list ul {
        list-style: none;
        position: absolute;
        background-color: #000;
        width: 100vw;
        left: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 1;
        overflow-x: hidden;
        transition: .5s ease left;
    }
    #header .nav-list ul.active {
        left: 0;
    }


    #header .nav-list ul a {
        font-size: 1.6rem;
        font-weight: 500;
        letter-spacing: .2rem;
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        padding: 20px;
        display: block;
    }


    #header .nav-list ul li:hover a {
        color: #999;
    }

    #header .hamburger {
        height: 60px;
        width: 60px;
        display: inline-block;
        border: 3px solid #fff;
        border-radius: 50%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 100;
        cursor: pointer;
        transform: scale(.8);
        margin-left: 20px;
    }

    #header .hamburger:after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        border-radius: 50%;
        border: 3px solid #fff;
        animation: hamburger_puls 3s ease infinite;
    }

    #header .hamburger .bar {
        height: 2px;
        width:  30px;
        position: relative;
        background-color: #fff;
        z-index: -1;
    }

    #header .hamburger .bar::after,
    #header .hamburger .bar::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    background-color: #fff;
    transition: .3s ease;
    transition-property: top, bottom;
    }

    #header .hamburger .bar::after {
        top: 8px;
    }

    #header .hamburger .bar::before {
        bottom: 8px;
    }

    #header .hamburger.active .bar::before {
        bottom: 0;
    }
    #header .hamburger.active .bar::after {
        top: 0;
    }

    .logo h2 {
        color: #fff;
    }

    h2, h3{
        text-align: center;
        font-weight: 400;
        font-style: normal;
        font-size: 28px;
        font-weight: bolder;
    }

    h2 kader boven {
        text-align: left;
    }


    section {
        border-radius: 8px;
    }

  .row {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    }

  .colum {
    display: flex;
    flex-direction: column;
  }

    .vogel {
        background-image: url(../vogel2.jpg);
        background-size: cover;
        background-position: center;
        min-height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        border-radius: 0;
    }

    .vogel .kader {
        background: #C5BEB6;
        color: #000;
        padding: 5px;
        border-radius: 8px;
        text-align: center;
        width: 50%;
        box-shadow: 0 4px 15px rgba(0,0,0,0.5);
        font-size: 30px;
        font-weight: bold;
    }

     .vogel .kader h2 {
        margin: 2px;
    }

    .left {
        width: 50%;                  
        background-size: cover;
        background-position: center;
        min-height: 300px;
        display: flex;
        justify-content: center;
        border: none;
        border-radius: 0;
        margin: 20px 0;
    }

    .left3 {
        width: 50%;                  
        background-size: cover;
        background-position: center;
        min-height: 300px;
        display: flex;
        justify-content: center;
        border: none;
        border-radius: 0;
    }

    .left .kader {
        background: #e6e6e6;
        color: #333;
        padding: 5px;
        border-radius: 8px;
        width: 50%;
        box-shadow: 0 4px 15px rgba(0,0,0,0.5);
        font-size: 18px;
    }


    .right {
        width: 50%;                 /* GRIJS: 50% */
        padding: 40px;
        box-sizing: border-box;
        justify-content: center;
        border: none;
        border-radius: 0;
    }

    .right2 {                 /* GRIJS: 50% */
        box-sizing: border-box;
        justify-content: center;
        border: none;
        border-radius: 0;
        display: flex;
    }

    .right .kader {
        background: #e6e6e6;
        text-align: left;
        color: #333;
        padding: 5px;
        border-radius: 8px;
        width: 30%;
        box-shadow: 0 4px 15px rgba(0,0,0,0.5);
        font-size: 18px;
    }

    .kader {
        background: #e6e6e6;
        color: #333;
        padding: 5px;
        border-radius: 8px;
        text-align: center;
        width: 50%;
        box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        font-size: 18px;
    }

    .kader a:link, a:visited {
        text-decoration: none;
        color: #000;
        padding: 7px;
        background-color: #C5BEB6;
        border-radius: 8px;
    }

    .kader a:hover {
        background-color: #fff;
        color: #000;
    }

    .kader h3 {
        margin:2px;
    }

    #contact .left .kader {
        background: #fff;
    }


    .contact {
        background-color: #E6E6E6;
    }

    .boven {
        margin-bottom: 10px;
        text-align: left;
    }

    .onder {
        margin-top: 10px;
    }

    .spatie {
        margin-left: 52px;
    }

    .fa {
        margin-left: 20px;
    }

    .padding {
        padding:25px 0px;
    }

    .kolom {  
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    /* --- FOOTER --- */
    footer {
        text-align: center;
        padding: 20px;
        background: #000;
        color: white;
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    footer a:link, a:visited {
        color: white;
        text-decoration: none;
    }

    footer a:hover {
        color: #999
    }


    /* --- RESPONSIVE --- */
    
    .row {
        flex-direction: column;
    }
    .left, .right {
        width: 100%;
    }

    .vogel {
    width: 100%; 
    }             
 
    #contact {
        padding-top: 100px;
    }

    @media all and (min-width: 500px){
        .vogel .kader {
            width: 40%;
        }
        .kader {
            width: 50%;
        }
   
    }

    @media all and (min-width: 650px){
        .vogel .kader {
            width: 30%;
        }
    }

    @media all and (min-width: 850px){
       
        .vogel .kader {
            width: 20%;
        }
        .left .kader {
            width:40%;
        }
        .kader {
            width: 40%;
        }
    }



 @media all and (min-width: 1050px){
    #contact {
        padding-top: 140px;
    }

     .row {
        flex-direction:row;
        }
        .left, .right {
        width: 50%;
        }

        .vogel {
        width: 50%; 
        }        
    
    .vogel {
    width: 50%; 
    }                

    .vogel .kader {
    width: 30%;   
    }

    .right2 {
    width: 50%;  
    }

    .left {
         margin: 0;
    }

    h2, h3 {
    font-size: 30px;
    }

    footer {
        flex-direction: row;
    }

     #header .hamburger {
        display: none;
    }
    #header .nav-list ul {
        position: initial;
        display: block;
        height: auto;
        width: fit-content;
        background-color: transparent;
    }

    #header .nav-list ul li {
        display: inline-block;
    }

    #header .nav-list ul li a {
        font-size:  1.2rem;
        font-weight: bold;
    }

    #header .nav-list ul a:after {
        display: none;
    }
}

 @media all and (min-width: 1800px){
    h2, h3{
    font-size: 40px;
    }
    .vogel .kader {
    width: 25%;   
    }

    .left .kader {
    width: 30%;
    }

    .kader {
        width:30%;  
    }

    .right2 {                 /* GRIJS: 50% */
    justify-content: center;
    display: flex;
    width: 50%;
    }
 }