@font-face {
    font-family: Info;
    src: url(portfolio/fonts/PTSans-Italic.ttf);

    font-family: Informatie;
    src: url(../../fonts/PTSans-Italic.ttf);
}


body {
    margin: 0;
    background-image: url(../../../portfolio/projecten/0meting/images/Portfolio.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    overflow-y: scroll;
    overflow-x: hidden;
    
}

.navbar {
    grid-area: navbar;
    background-color: rgb(52, 2, 204);
    display: flex;
    align-items: center;
    color: white;
    height: 100px;
    width: 100vw;
    box-shadow: 5px 5px 5px black;
    z-index: 1000;

}
.navbar-responsive{
    display: none;
   
}
.menu-button{
    padding: 0;
  height: 30px;
  width: 50px;
  font-size: 15px;
 color: rgb(255, 255, 255)
   
}

nav {
    width: 100%;
}

nav ul {
    display: flex;
    padding: 0;
    justify-content: space-around;
    font-family: Informatie;
}

li {
    list-style: none;
    display: flex;
    z-index: 1000;
}

li a {
    color: white;
    font-size: 150%;
    font-weight: bold;
    height: 30px;
    z-index: 1000;
}

.contacten {
    display: flex;
    font-family: Info;
    justify-content: center;
    margin-top: 10px;
    font-size: 23px;
}

.info {
    display: flex;
    font-family: Informatie;
    margin-top: 10vh;
    font-size: 23px;
    justify-content: space-around;
}

.logos {
    display: flex;
}

.wrapper {
    margin: auto;
    height: calc(160vh - 100px);
    width: 80vw;
    background-color: rgba(245, 245, 245, 0.2);
}

.bold {
    font-weight: bold;
}

.logomail {
    height: 10vh;
    margin-top: 6vh;
    box-shadow: 7px 7px 5px black;
}
.logomail2 {
    height: 70px;
    margin-top: 6vh;
    box-shadow: 7px 7px 5px black;
}

.menu-button{
    background-color: rgba(245, 245, 245, 0.2);
}

.contact-box {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: rgba(99, 121, 172, 0.7);
}

.achtergrond_contact {
    font-size: 23px;
}

.gegevens-contacten {
    display: flex;
    justify-content: space-evenly;
    font-family: Info;
}

.inputcontacten {
    display: flex;
    justify-content: space-evenly;
}

.textbarcontacten {
    margin-top: 50px;
}

.textbarcontacten label {
    font-family: Informatie;
    font-weight: bold;
}

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

.messagebalk {
    margin-top: 50px;
}

.messagebalk input {
    border-radius: 2px;
    color: black;
}

textarea {
    resize: none;
    border-radius: 5px;
}

input[type="text"],
textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.knopcontacten button:hover {
    color: black;
    background-color: green;
}

.knopcontacten {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.knopcontacten button {
    height: 60px;
    width: 100px;
    font-size: 16px;
    background-color: black;
    color: white;
    border-radius: 10px;
}

.berichtcontacten label {
    font-family: Informatie;
    font-weight: bold;
}

.telefoon-gevens p {
    font-family: Informatie;
    font-weight: bold;
}
.telefoon-gevens div{
    font-family: Informatie;
}
.Linkedin-gevens div{
    font-family: Informatie;
}

.Linkedin-gevens p {
    font-family: Informatie;
    font-weight: bold;

}

.voornaamcontacten label {
    display: flex;
    justify-content: center;
}

.achternaamcontacten label {
    display: flex;
    justify-content: center;
}

.emailcontacten label {
    display: flex;
    justify-content: center;
}

@media (max-width: 1025px) {
    .wrapper {
        height: 100vh;
        
    }

}

@media (max-width: 817px) {
    .contact-box {
        max-width: 400px;
        margin: 50px auto;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        background-color: rgba(99, 121, 172, 0.7);
    }

    .knopcontacten button {
        height: 50px;
        width: 70px;
        font-size: 14px;
        background-color: black;
        color: white;
        border-radius: 10px;
    }

    .inputcontacten input {
        height: 30px;
        width: 80px;
    }

    .textbarcontacten {
        margin: 0;
        padding-top: 50px;
        font-size: 18px;
    }

    .textbarcontacten input {
        height: 10px;
    }

    .foto_kop_contacten img {
        height: 120px;
        width: 410px;
        margin: 0;
        padding: 0;
    }

    .vragenc {
        margin: 0;
        padding: 0;
    }

    .gegevens-contacten {
        font-size: 20px;
        gap: 20px;
        font-family: Info;
    }

    .berichtcontacten label {
        font-size: 18px;
    }

    textarea {
        height: 50px;
        width: 200px;
    }
}
@media (max-width: 769px) {
    .wrapper {
        height: 110vh;
    }

}
@media (max-width: 644px) {


    li a {
        color: white;
        font-size: 100%;
        font-weight: bold;
        height: 20px;
        font-family: Informatie;
        z-index: 1000;
    }

    .contacten {
        display: flex;
        font-family: Info;
        justify-content: center;
        font-size: 17px;
    }
    .bold{
        display: flex;
        justify-content: center;
    }
    .logomail{
        margin-left:  7px;
        
      }
    .logomail2{
      margin-left:  30px;
    }

    .info {
        margin: 0;
        gap: 30px;
        display: flex;
        font-family: Informatie;
        font-size: 15px;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
    }

    .logos {
        display: flex;
    }

   
}

@media (max-width: 600px) {
    .navbar{
        display: none;
    }
    ul{
       gap: 24px;
       padding-left: 0;
       font-size: 20px;
    }
    .menu ul{
        display: flex;
        flex-direction: column;
        align-items: center;
        
    }
    .menu ul li{
       margin: 0;
       padding: 0;
    }
    .navbar-responsive{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        background-color: rgb(52, 2, 204);
        padding: 30px;
        padding-bottom: 35px;
    }
    
    .contact-box {
        max-width: 300px;
        margin: 50px auto;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        background-color: rgba(99, 121, 172, 0.7);
    }

    .knopcontacten button {
        height: 30px;
        width: 50px;
        font-size: 10px;
        background-color: black;
        color: white;
        border-radius: 10px;
    }

    .berichtcontacten textarea {
        height: 100px;
        width: 200px;

    }

    .gegevens-contacten {
        display: flex;
        align-items: center;
        font-size: 18px;
        gap: 40px;
        flex-direction: column;
    }
    .inputcontacten{
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 30px;
    }
    

    .foto_kop_contacten img {
        height: 90px;
        width: 280px;
        margin: 0;
        padding: 0;
    }

    .vragenc {
        margin: 0;
        padding: 0;
        font-size: 20px;
    }

    .inputcontacten input {
        height: 10px;
        width: 50px;
    }

    .voornaamcontacten input {
        width: 150px;
    }

    .achternaamcontacten input {
        width: 150px;
    }

    .emailcontacten input {
        width: 150px;
    }
    

}

@media (max-width: 541px) {
    .wrapper {
        height: 190vh;
    }

}

@media (max-width: 450px) {
    .wrapper {
        height: 150vh;
    }

}
@media (max-width: 415px) {
    .wrapper {
        height: 160vh;
    }

}

@media (max-width: 391px) {
    .wrapper {
        height: 170vh;
    }

}

@media (max-width: 376px) {
    .wrapper {
        height: 240vh;
    }
    .contact-box {
        max-width: 300px;
        margin: 50px auto;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        background-color: rgba(99, 121, 172, 0.7);
    }

}
@media (max-width: 345px) {
    .wrapper {
        height: 160vh;
    }

}
