*{
    font-family: 'Fira Sans', sans-serif;    
    font-size: 16px;
    margin: 0;
    background-color: #f6f6f6;
}

header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f6f6f6;
    top: 0;
    height: 100px;
    
}

a{
    text-decoration: none;
}

button{
    height: 50px;
    width: 120px;
    align-self: center;
    border: 0px solid black;
    border-radius: 50px;
    margin-right: 30px;
    background-color: #2587ff;
    color: white;
    cursor: pointer;
    display: none;
    transition: 0.2s;
}

button:hover{
    background-color: #549ef9;
    transform: scale(1.1);
    transition: 0.3s;
}


nav{
    display: none;
}

nav ul{
    width: auto;
}

nav ul li{
    display: inline-block;
}

nav ul li a{
    text-decoration: none;
    margin-left: 20px;
    margin-right: 50px;
    font-weight: bold;
    color: black;
    font-size: 20px;
    transition: 0.4s;
    
}

nav ul li a:hover{
    color: #2587ff;
    transition: 0.3s;

}

ul{
    padding: 0px 0px 0px 20px;
}

.banner{
    width: 100%;
    height: auto;
}

.banner-container{
    display: flex;
    flex-direction: column;
    background-color: #f6f6f6;
    width: 100%;
    height: 300px;
    margin-bottom: 200px;
}

.logoo{
    position: absolute;
    transition: 0.2s;
    top: 0;
    left: 0;
    z-index: 1;
}


.item-1{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 20px;
    align-self: center;
    z-index: 1;
}

.item-3{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.item-4{
    margin-left: 10%;
}

h1{
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 0;
    
}

h2{
    font-weight: normal;
    font-size: 16px;
}

h3{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: lighter;
}

ul li{
    font-size: 16px;
    font-weight: lighter;
}

h3 a{
    font-size: 18px;
    font-weight: 500;
    color: #2587ff;
    cursor: pointer;
}


.naam{
    letter-spacing: 5px;
}

.slogan{
    letter-spacing: 6px;
}

.fa-solid{
    margin-right: 20px;
}

.item-2{
    margin-left: 10%;
}

.item-2 img{
    height: auto;
    width: 100%;
    border-radius: 50%;
    max-height: 250px;
    max-width: 250px;
}

.navigatie{
    position: relative;
    width: auto;
}

.menu-container {
    display: inline-block;
    position: fixed;
    cursor: pointer;
    right: 25px;
    background-color: transparent;
    z-index: 2;
    height: 35px;
  }
  
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
  }
  
.change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
  }
  
.change .bar2 {opacity: 0;}
  
.change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
}


/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #f6f6f6; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    overflow-y: hidden;
    padding-top: 70px; /* Place content 70px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  }

.sidenav.open{
    width: 100%;
}
  
  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
    text-align: center;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #f1f1f1;
  }

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

.text-container{
    width: 100%;
    background-color: #f6f6f6;
    color: #000000;
    align-items: center;
    justify-content: center;
}

.text-container h1{
    background-color: #f6f6f6;
}

.auto-type, .typed-cursor{
    font-size: 16px;
    background-color: #f6f6f6;
}

.item{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}


.form-container {
    max-width: 80%;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #ccc;
    border-radius: 10px;
    margin-bottom: 50px;
    box-shadow: 5px 10px  #b5b4b4;

}

.tekstvak {
    max-width: 80%;
    margin: 0 auto;
    padding: 20px;
}

input, textarea, select {
    width: 90%;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 15px;
    resize: none;
}

form{
    width: 100%;
}

.form-btn{
    display: block;
}

ul li{
    font-size: 18px;
    font-weight: light;
}


.pakketten{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pakket{
    width: 80%;
    height: 250px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #ccc;
    border-radius: 10px;
    margin-bottom: 50px;
    box-shadow: 5px 10px  #b5b4b4;
}

.pakket h1{
    text-align: center;
}

.portret:hover{
    transform: scale(1.1);
    transition: 0.2s;
}

.portret{
    transition: 0.2s;
}

@media only screen and (max-width: 300px){
    .logoo{
        height: 75px;
        width: auto;
        top: 15px;
    }

    .pakket{
        height: 300px;
    }
}

@media only screen and (min-width: 300px) {
    .logoo{
        height: 85px;
        width: auto;
        top: 10px;
    }   
}

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

    .banner-container{
        height: 350px;
    }

}

@media only screen and (min-width: 350px) {
    .item-2 img{
        height: 100%;
        width: 100%;
    }

    .logoo{
        margin-left: 10px;
        height: 100px;
        width: auto;
        top: 0;
    }

}

@media only screen and (min-width: 375px) {
    .portret{
        display: block;
        margin: 0 auto;
    }

    .info-ding{
        display: block;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 768px) {
    .banner-container{
        flex-direction: row;
        margin-bottom: 0;
    }

    .item-2 img{
        height: 80%;
        width: auto;
        margin: 10% 0 10% 0;
    }

    .container{
        flex-direction: row;
    }

    .pakketten{
        flex-direction: row;
    }

    .pakket{
        width: 25%;
    }

    h1{
        font-size: 40px;
    }

    h3, h3 a, ul li{
        font-size: 18px;
    }

    .pakket{
        height: auto;
        max-height: 350px;
    }

}

@media only screen and (min-width: 933px) {
    .pakket{
        height: 260px;
    }

}

@media only screen and (min-width: 1024px) {
    .logoo{
        display: block;
    }

    .logoo:hover{
        transition: 0.2s;
        transform: scale(1.1);
    }

    ul{
        padding: 0px 0px 0px 40px;
    }

    h1{
        font-weight: bold;
        font-size: 50px;
        margin-bottom: 0;
        
    }
    
    h2{
        font-weight: normal;
        font-size: 26px;
    }
    
    h3, h3 a{
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: lighter;
    }

    h3 a{
        font-weight: 500;
        color: #2587ff;
        cursor: pointer;
    }

    h3 a:hover{
        color: #0a55b1;
        transition: 0.3s;

    }

    ul li{
        font-size: 20px;
    }

    .banner-container{
        height: 400px;
        margin-bottom: 0;
    }

    .item{
        width: 35%;
        margin-left: 10%;
        margin-top: 25px;
    }

    .item-1{
        margin-bottom: 0;
    }

    .item-3{
        margin-left: 10%;
        margin-right: 10%;
    }

    button{
        display: block;
    }

    nav{
        display: block;
    }

    .menu-container{
        display: none;

    }

    header{
        justify-content: space-between;
    }

    .container{
        display: flex;
        flex-direction: row;
    }

    .auto-type, .ik-geef, .typed-cursor{
        font-size: 20px;
        background-color: #f6f6f6;
    }

    .item-2 img{
        height: 80%;
        width: auto;
        border-radius: 50%;
        max-height: 300px;
        max-width: 300px;
    }

    .item-2{
        margin-top: 0;
    }

    .form-container{
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
        display: flex;

    }

    input, textarea, select {
        width: 95%;
    }

    .tekstvak {
        max-width: 50%;
    }

    ul li{
        font-size: 20px;
        font-weight: light;
    }

    .pakket{
        height: 330px;
    }

    .inschrijf-knop{
        position: absolute;
        top: 25px;
        right: 0;
    }

}

@media only screen and (min-width: 1110px) {
    .pakket{
        height: 300px;
    }
}

@media only screen and (min-width: 1440px) {

}