/* 
Kleurcodes
Blauw: #3DC6ED
Groen: #91CB78
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap");

*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
scroll-behavior: smooth;
}

body{
  min-height: 100vh;
  overflow-x: hidden;
  background-color: #fff;
}

#logo{
  /* width: 162px;
  height: 50px; */
  height: 50px;
  padding-top: 5px;
}

header{
  background-color: #1a202c;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
}

.division_header{
padding-right: 50px;
padding-left: 50px;
min-width: 400px;
}

#bars{
  display: none;
}

#navigation{
  flex-grow: 1;
  display: flex;
  justify-content: center;
}

#cta ul {
  list-style: none;
  display: flex;
  gap: 15px;
  padding: 0;
  margin: 0;
}

#cta ul li a{
  border-width: 1px;
  border-color: white;
  border-style: solid;
  border-radius: 20px;
  padding: 6px 15px;
}

header ul{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

header ul li{
  list-style: none;
  /* z-index: 200; */
  /* margin-left: 20px; */
}

header ul li a{
  text-decoration: none;
  font-size: 1em;
  font-weight: 700;
  padding: 6px 15px;
  color: #fff;
  border-radius: 20px;
}

header ul li ul.dropdown{
  /* top: 55px; */
  /* margin: 15px; */
  top: 85%;
  padding: 15px;
  background: #1a202c;
  position:absolute;
  /* z-index: -1; */

  display: none;
}


header ul li ul.dropdown li{
  display: block;
  padding: 10px;
  margin-bottom: 20px;
}

ul li:hover ul.dropdown{
  /* top: 85%; */
  display: block;
}

header ul li a.active{
  background: #3DC6ED;
  color: #fff;
}

header ul li a:hover{
  color: #1a202c;
}

ul li ul.dropdown li a:hover{
  color: #3DC6ED;
}

#cta ul li a:hover{
  background: #3DC6ED;
  color: white;
  border-color: #3DC6ED;

}

section{
  position: relative;
  width:100%;
  height: 100vh;
  /* padding: 100px; */
  /* display: grid; */
  justify-content: center;
  align-items: center;
  text-align: center;
}

section::before{
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  /* background: linear-gradient(to top, #3DC6ED, transparent); */
  overflow: hidden;
}

section img{
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

#main_title{
  margin: 30px;
  margin-top: 125px;
  height: 20%;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  color: #1a202c;
}

#main_title h1{
  font-size: 90px;
}

#top_text{
  margin: 30px;
  margin-top: 125px;
  height: 20%;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  color: #1a202c;
}

#top_text h1{
  font-size: 70px;
}

#top_text p{
  margin: auto;
  font-size: 28px;
  max-width: 1150px;
  justify-self: center;
}

#top_text a{
  text-decoration: underline;
  color: #1a202c;
}

#btn{
  text-decoration: none;
  display: inline-block;
  padding: 8px 30px;
  margin: 25px;
  margin-top: 0px;
  border-radius: 40px;
  background: #3DC6ED;
  color: #fff;
  font-size: 1.5em;
  font-weight: 500;
  transform: translateY(175px);
}

#btn:hover{
  color: #1a202c;
}

.text1-section {
  /* max-width: 1200px; */
  /* margin: 50px auto; */
  /* text-align: center; */
  padding: 20px;
}

#text1{
  margin: 20px;
  font-size: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  justify-items: center;
  color: #1a202c;
}

.text1-section h2{
  color: #3DC6ED;
}

#netwerk_icon{
  align-items: center;
  align-content: center;
}

#netwerk_icon i{
  font-size: 450px;
  color: #3DC6ED;
}

#f_v, #Missie{
  margin-top: 40px;
}

.text2-section {
  margin: 50px auto;
  padding: 20px;
}

.text2-section h2{
  color: #3DC6ED;
}

#text2-container{
  margin: 20px;
  font-size: 20px;
  /* max-width: 750px; */
  /* justify-self: center; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  justify-items: center;
}

#text2-container img{
  width: 100%;
  height: auto;
}

#text2-container p{
  max-width: 725px;
  color: #1a202c;
}

#niwo{
  margin-top: 40px;
}

#niwo_tln{
  align-content: center;
}

/* Diensten texten */
.textd-section {
  /* max-width: 1200px; */
  /* margin: 50px auto; */
  /* text-align: center; */
  padding: 20px;
}

#textd{
  margin: 20px;
  font-size: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  justify-items: center;
  color: #1a202c;
}

.textd-section h2{
  color: #3DC6ED;
}

#netwerk_icon{
  align-items: center;
  align-content: center;
}

#netwerk_icon i{
  font-size: 450px;
  color: #3DC6ED;
}

#f_v, #Missie{
  margin-top: 40px;
}
/* End diensten texten */

/* Feature icons home */
.features-section {
  height: 100vh;
  max-width: 1200px;
  margin: 50px auto;
  text-align: center;
  padding: 20px;

  align-items: center;
  align-content: center;
  /* margin-bottom: 150px; */
}
.features-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  justify-items: center;
}
.feature {
  max-width: 350px;
}
.feature i {
  font-size: 50px;
  color: #1a202c;
  margin-bottom: 10px;
}
.feature p {
  color: #4a5568;
  font-size: 20px;
}

.feature h2{
  margin-bottom: 10px;
  color: #1a202c;
}

.feature a{
  text-decoration: none;
  color: white;
  background-color: #3DC6ED;
  padding: 8px 30px;
  border-radius: 40px;
  font-size: 20px;
}

.feature a:hover{
  color: #1a202c;
}
/* end feature icons home*/

#voorwaarden{
  margin-bottom: 200px;
}

/* Feature icons about */
.features-section-about {
  height: 100vh;
  max-width: 1200px;
  margin: 50px auto;
  text-align: center;
  padding: 20px;
  align-items: center;
  align-content: center;
}
.features-container-about {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  justify-items: center;
  align-items: center;
}
.feature-about {
  max-width: 350px;
}
.feature-about i {
  font-size: 50px;
  color: #1a202c;
  margin-bottom: 10px;
}

.feature-about h2{
  color: #1a202c;
}

.feature-about p {
  color: #4a5568;
  font-size: 20px;
}

.feature-about i:hover{
  color: #3DC6ED;
}
/* end feature icons about */

/*Form*/
#form_section{
  display: flex;
  align-items: center;
  align-items: center;
  align-content: center;
}
.form {
    justify-self: center;
    background-color: #1a202c;
    border-radius: 20px;
    box-sizing: border-box;
    height: 640px;
    /* margin-top: 20px; */
    /* margin-bottom: 50px; */
    padding: 20px;
    width: 700px;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
  
  .title {
    color: white;
    font-family: sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-top: 30px;
  }
  
  .subtitle {
    color: white;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  
  .input-container {
    display: inline-block;
    height: 50px;
    position: relative;
    width: 49%;
    margin-top: 10px;
    margin-left: 1px;
  }

  #bericht_container{
    height: 250px;
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
  
  .input {
    background-color: #303245;
    color: white;
    border-radius: 12px;
    border: 0;
    box-sizing: border-box;
    font-size: 18px;
    height: 100%;
    outline: 0;
    padding: 4px 20px 0;
    width: 98%;
  }

  .input::placeholder{
    color: white;
  }

  .input:hover::placeholder{
    color: #3DC6ED;
  }
  
  .submit {
    background-color: #3DC6ED;
    border-radius: 12px;
    border: 0;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    font-size: 18px;
    height: 50px;
    margin-top: 38px;
    outline: 0;
    text-align: center;
    width: 100%;
  }
  
  .submit:hover {
    color: #1a202c;
  }
 /*End Form*/

 /* Footer V2 */
 .footer {
  background-color: #1a202c;
  padding: 40px 20px 20px;
  font-family: Arial, sans-serif;
  color: white;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
}

#zando {
  width: 100%;
  height: auto;
}

.footer-contact,
.footer-links {
  /* flex: 1; */
  min-width: 200px;
  margin: 0 20px;
}

.footer-contact h4,
.footer-links h4 {
  margin-bottom: 5px;
  font-size: 18px;
}

.footer-contact ul,
.footer-links ul {
  color: #a0aec0;
  list-style: none;
  padding: 0;
}

.footer-contact li,
.footer-links li {
  margin-bottom: 8px;
}

.footer-contact a,
.footer-links a {
  text-decoration: none;
  color: #a0aec0;
  transition: color 0.3s;
}

.footer-contact a:hover,
.footer-links a:hover {
  color: white;
}

.footer-contact a{
  text-decoration: underline;
}

hr {
  margin: 30px auto 20px;
  width: 90%;
  border: 0;
  height: 1px;
  background: #a0aec0;
}

.footer-bottom {
  text-align: center;
  font-size: 14px;
  color: #a0aec0;
}
 /* End Footer V2 */
 
/* IPAD  */
@media only screen and (min-width:769px) and (max-width: 1279px){
  
  section::before{
    display: none;
  }

  #top_text{
    margin: 30px;
    margin-top: 125px;
    height: 20%;
  }
  
  #top_text h1{
    font-size: 60px;
  }

  #main_title h1{
    font-size: 65px;
  }
  
  #top_text p{
    margin: auto;
    font-size: 24px;
    max-width: 1150px;
    justify-self: center;
  }
  
  #btn{
    padding: 8px 30px;
    margin: 20px;
    margin-top: 0px;
    font-size: 1.4em;
    font-weight: 500;
    transform: translateY(175px);
  }
  
  /* header  */
    #logo{
      /* width: 162px;
      height: 50px; */
      height: 40px;
      padding-top: 5px;
    }
    
    .division_header{
    padding-right: 25px;
    padding-left: 25px;
    min-width: 250px;
    }
    
    #cta ul {
      gap: 10px;
      padding: 0;
      margin: 0;
    }
  
    #cta ul li a{
      padding: 4px 11px;
    }
    
    header ul{
      gap: 15px;
    }
    
    header ul li a{
      font-size: 0.8em;
    }
    /* header */

      
  header ul li ul.dropdown{
    z-index: none;
    top: 50%;
    left: 25%;
    font-size: 36px;
  }

  header ul li{
    z-index: none;
  }
  
  
  header ul li ul.dropdown li{
    padding: 10px;
    margin-bottom: 10px;
  }
    
    /*Header burger menu*/
      .menu-toggle, #bars {
          display: flex;
      }
       #navigation {
          display: none;
          width: 100%;
          text-align: center;
          height: 0;
      }

      #navigation.active {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          width: 80%;
          height: 100vh;
          position: fixed;
          top: 0;
          right: 0;
  
          background-color: #1a202c;
          font-size: 2.5em;
          z-index: 100;
  
      }

      nav ul {
          flex-direction: column;
          gap: 10px;
      }
  
      header ul{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
      }
      
      header ul li a{
        /* font-size: 2.5em; */
        padding: 0px 0px;
        border-radius: 0px;
      }
      
      header ul li a.active{
        background: #1a202c;
        color: #fff;
      }
      
      header ul li a:hover{
        color: #3DC6ED;
      }
        /*End Header*/

  /* Text 1 & 2 over ons pagina */
  .text1-section {
    padding: 20px;
  }
  
  #text1{
    margin: 20px;
    font-size: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    justify-items: center;
    color: #1a202c;
  }
  
  .text1-section h2{
    color: #3DC6ED;
  }
  
  #netwerk_icon{
    align-items: center;
    align-content: center;
  }
  
  #netwerk_icon i{
    font-size: 450px;
    color: #3DC6ED;
  }
  
  #f_v, #Missie{
    margin-top: 40px;
  }
  
  .text2-section {
    margin: 50px auto;
    padding: 20px;
  }
  
  .text2-section h2{
    color: #3DC6ED;
  }
  
  #text2-container{
    margin: 20px;
    font-size: 20px;
    /* max-width: 750px; */
    /* justify-self: center; */
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    justify-items: center;
  }
  
  #text2-container img{
    width: 100%;
    height: auto;
  }
  
  #text2-container p{
    max-width: 725px;
    color: #1a202c;
  }
  
  #niwo{
    margin-top: 40px;
  }
  
  #niwo_tln{
    align-content: center;
  }
  /* End text 1 & 2 */

  /* Diensten texten */
.textd-section {
  padding: 20px;
}

#textd{
  margin: 20px;
  font-size: 20px;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}

#netwerk_icon i{
  margin-bottom: 50px;
}

#f_v, #Missie{
  margin-top: 40px;
}
/* End diensten texten */

/* Feature icons home */
.features-section {
  height: 100vh;
  margin: 0px auto;
}
.features-container {
  gap: 100px;
}
.feature {
  max-width: 350px;
}
.feature i {
  font-size: 45px;
}

.feature h2{
  font-size: 24px;
}

.feature p {
  font-size: 18px;
}

.feature a{
  padding: 8px 30px;
  font-size: 18px;
}
/* end feature icons home*/

  /* Feature icons about */
.features-section-about {
  max-width: 1200px;
  margin: 0px auto;
  padding: 20px;
}
.features-container-about {
  gap: 30px;
}
.feature-about {
  max-width: 350px;
  min-height: 250px;
}
.feature-about i {
  min-width: 70px;
  height: auto;
  font-size: 45px;
  margin-bottom: 10px;
}

.feature-about h2{
  font-size: 24px;
}

.feature-about p {
  font-size: 18px;
}
/* end feature icons about */


      /* Footer V2 */
 .footer {
  padding: 40px 20px 20px;
}

.footer-content {
  /* display: grid; */
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 35px;
}

#zando {
  width: 40%;
  height: auto;
  margin: 0 20px;
}

.footer-contact,
.footer-links {
  /* flex: 1; */
  min-width: 200px;
  margin: 0 20px;
}

.footer-contact h4,
.footer-links h4 {
  margin-bottom: 5px;
  font-size: 18px;
}

.footer-contact ul,
.footer-links ul {
  color: #a0aec0;
  list-style: none;
  padding: 0;
}

.footer-contact li,
.footer-links li {
  margin-bottom: 6px;
  font-size: 16px;
}

.footer-contact a,
.footer-links a {
  text-decoration: none;
  color: #a0aec0;
  transition: color 0.3s;
}

.footer-contact a:hover,
.footer-links a:hover {
  color: white;
}

.footer-contact a{
  text-decoration: underline;
}

hr {
  margin: 30px auto 20px;
  width: 90%;
  border: 0;
  height: 1px;
  background: #a0aec0;
}

.footer-bottom {
  text-align: center;
  font-size: 12px;
  color: #a0aec0;
}
 /* End Footer V2 */
 
}


/* kleine tablet */
@media only screen and (max-width: 768px){
  section::before{
    display: none;
  }

  #top_text{
    margin: 30px;
    margin-top: 125px;
    height: 20%;
  }
  
  #top_text h1{
    font-size: 45px;
  }

  #main_title h1{
    font-size: 55px;
  }
  
  #top_text p{
    margin: auto;
    font-size: 16px;
    max-width: 1150px;
    justify-self: center;
  }
  
  #btn{
    padding: 8px 30px;
    margin: 20px;
    margin-top: 0px;
    font-size: 1.0em;
    font-weight: 500;
    transform: translateY(175px);
  }
  
  /* header  */
  #logo{
    /* width: 162px;
    height: 50px; */
    height: 35px;
    padding-top: 5px;
  }
  
  .division_header{
  padding-right: 25px;
  padding-left: 25px;
  min-width: 130px;
  }
  
  #cta{
    display: none;
  }
    
    #cta ul {
      gap: 10px;
      padding: 0;
      margin: 0;
    }
  
    #cta ul li a{
      padding: 4px 11px;
    }
    
    header ul{
      gap: 15px;
    }
    
    header ul li a{
      font-size: 0.8em;
    }
    /* header */

      
  header ul li ul.dropdown{
    z-index: none;
    top: 500px;
  }

  header ul li{
    z-index: none;
  }
  
  
  header ul li ul.dropdown li{
    padding: 10px;
    margin-bottom: 10px;
  }
    
    /*Header burger menu*/
      .menu-toggle, #bars {
          display: flex;
      }
       #navigation {
          display: none;
          width: 100%;
          text-align: center;
          height: 0;
      }

      #navigation.active {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          width: 80%;
          height: 100vh;
          position: fixed;
          top: 0;
          right: 0;
  
          background-color: #1a202c;
          font-size: 2.5em;
          z-index: 100;
  
      }

      nav ul {
          flex-direction: column;
          gap: 10px;
      }
  
      header ul{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
      }
      
      header ul li a{
        /* font-size: 2.5em; */
        padding: 0px 0px;
        border-radius: 0px;
      }
      
      header ul li a.active{
        background: #1a202c;
        color: #fff;
      }
      
      header ul li a:hover{
        color: #3DC6ED;
      }
        /*End Header*/

  /* Text 1 & 2 over ons pagina */
  .text1-section {
    padding: 20px;
  }
  
  #text1{
    margin: 20px;
    font-size: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    justify-items: center;
    color: #1a202c;
  }
  
  .text1-section h2{
    color: #3DC6ED;
  }
  
  #netwerk_icon{
    align-items: center;
    align-content: center;
  }
  
  #netwerk_icon i{
    font-size: 450px;
    color: #3DC6ED;
  }
  
  #f_v, #Missie{
    margin-top: 40px;
  }
  
  .text2-section {
    margin: 50px auto;
    padding: 20px;
  }
  
  .text2-section h2{
    color: #3DC6ED;
  }
  
  #text2-container{
    margin: 20px;
    font-size: 20px;
    /* max-width: 750px; */
    /* justify-self: center; */
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    justify-items: center;
  }
  
  #text2-container img{
    width: 100%;
    height: auto;
  }
  
  #text2-container p{
    max-width: 725px;
    color: #1a202c;
  }
  
  #niwo{
    margin-top: 40px;
  }
  
  #niwo_tln{
    align-content: center;
  }
  /* End text 1 & 2 */

  /* Diensten texten */
.textd-section {
  padding: 20px;
}

#textd{
  margin: 20px;
  font-size: 20px;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}

#netwerk_icon i{
  margin-bottom: 50px;
}

#f_v, #Missie{
  margin-top: 40px;
}
/* End diensten texten */

/* Feature icons home */
.features-section {
  height: 100vh;
  margin: 0px auto;
}
.features-container {
  gap: 100px;
}
.feature {
  max-width: 350px;
}
.feature i {
  font-size: 45px;
}

.feature h2{
  font-size: 24px;
}

.feature p {
  font-size: 18px;
}

.feature a{
  padding: 8px 30px;
  font-size: 18px;
}
/* end feature icons home*/

  /* Feature icons about */
.features-section-about {
  max-width: 1200px;
  margin: 0px auto;
  padding: 20px;
}
.features-container-about {
  gap: 30px;
}
.feature-about {
  max-width: 350px;
  min-height: 250px;
}
.feature-about i {
  min-width: 70px;
  height: auto;
  font-size: 45px;
  margin-bottom: 10px;
}

.feature-about h2{
  font-size: 24px;
}

.feature-about p {
  font-size: 18px;
}
/* end feature icons about */


      /* Footer V2 */
 .footer {
  padding: 40px 20px 20px;
}

.footer-content {
  /* display: grid; */
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 35px;
}

#zando {
  width: 40%;
  height: auto;
  margin: 0 20px;
}

.footer-contact,
.footer-links {
  /* flex: 1; */
  min-width: 200px;
  margin: 0 20px;
}

.footer-contact h4,
.footer-links h4 {
  margin-bottom: 5px;
  font-size: 18px;
}

.footer-contact ul,
.footer-links ul {
  color: #a0aec0;
  list-style: none;
  padding: 0;
}

.footer-contact li,
.footer-links li {
  margin-bottom: 6px;
  font-size: 16px;
}

.footer-contact a,
.footer-links a {
  text-decoration: none;
  color: #a0aec0;
  transition: color 0.3s;
}

.footer-contact a:hover,
.footer-links a:hover {
  color: white;
}

.footer-contact a{
  text-decoration: underline;
}

hr {
  margin: 30px auto 20px;
  width: 90%;
  border: 0;
  height: 1px;
  background: #a0aec0;
}

.footer-bottom {
  text-align: center;
  font-size: 12px;
  color: #a0aec0;
}
 /* End Footer V2 */
}

/* SMALL */
@media only screen and (max-width: 480px){
  section::before{
    display: none;
  }

  #top_text{
    margin: 30px;
    margin-top: 125px;
    height: 20%;
  }
  
  #top_text h1{
    font-size: 40px;
  }

  #main_title h1{
    font-size: 50px;
  }
  
  #top_text p{
    margin: auto;
    font-size: 14px;
    max-width: 1150px;
    justify-self: center;
  }
  
  #btn{
    padding: 8px 30px;
    margin: 10px;
    margin-top: 0px;
    font-size: 0.75em;
    font-weight: 500;
    transform: translateY(175px);
  }
  
  /* header  */
    #logo{
      /* width: 162px;
      height: 50px; */
      height: 35px;
      padding-top: 5px;
    }
    
    .division_header{
    padding-right: 25px;
    padding-left: 25px;
    min-width: 130px;
    }
    
    #cta{
      display: none;
    }

    #cta ul {
      gap: 5px;
      padding: 0;
      margin: 0;
    }
  
    #cta ul li a{
      padding: 4px 10px;
    }
    
    header ul{
      gap: 10px;
    }
    
    header ul li a{
      font-size: 0.7em;
    }
    /* header */

      
  header ul li ul.dropdown{
    z-index: none;
    top: 50%;
    left: 25%;
    padding: 0;
    margin: 0;
  }

  header ul li{
    z-index: none;
  }
  
  
  header ul li ul.dropdown li{
    padding: 0px;
    margin-bottom: 5px;
    font-size: 20px;
  }
    
    /*Header burger menu*/
      .menu-toggle, #bars {
          display: flex;
      }
       #navigation {
          display: none;
          width: 100%;
          text-align: center;
          height: 0;
      }

      #navigation.active {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          width: 80%;
          height: 100vh;
          position: fixed;
          top: 0;
          right: 0;
  
          background-color: #1a202c;
          font-size: 2.5em;
          z-index: 100;
  
      }

      nav ul {
          flex-direction: column;
          gap: 10px;
      }
  
      header ul{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
      }
      
      header ul li a{
        /* font-size: 2.5em; */
        padding: 0px 0px;
        border-radius: 0px;
      }
      
      header ul li a.active{
        background: #1a202c;
        color: #fff;
      }
      
      header ul li a:hover{
        color: #3DC6ED;
      }
        /*End Header*/

  /* Text 1 & 2 over ons pagina */
  .text1-section {
    padding: 20px;
    /* max-width: 300px; */
  }
  
  #text1{
    margin: 20px;
    font-size: 18px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    justify-items: center;
    color: #1a202c;
  }
  
  .text1-section h2{
    color: #3DC6ED;
  }
  
  #netwerk_icon{
    align-items: center;
    align-content: center;
  }
  
  #netwerk_icon i{
    font-size: 300px;
    color: #3DC6ED;
  }
  
  #f_v, #Missie{
    margin-top: 40px;
  }
  
  .text2-section {
    margin: 0px auto;
    padding: 20px;
  }
  
  .text2-section h2{
    color: #3DC6ED;
  }
  
  #text2-container{
    margin: 20px;
    font-size: 20px;
    /* max-width: 750px; */
    /* justify-self: center; */
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    justify-items: center;
  }
  
  #text2-container img{
    width: 100%;
    height: auto;
  }
  
  #text2-container p{
    max-width: 725px;
    color: #1a202c;
  }
  
  #niwo{
    margin-top: 40px;
  }
  
  #niwo_tln{
    align-content: center;
  }
  /* End text 1 & 2 */

  /* Diensten texten */
.textd-section {
  padding: 20px;
}

#textd{
  margin: 20px;
  font-size: 16px;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}

#netwerk_icon i{
  margin-bottom: 50px;
  font-size: 250px;
}

#f_v, #Missie{
  margin-top: 40px;
}
/* End diensten texten */

/* Feature icons home */
.features-section {
  height: 100%;
  margin: 0px auto;
}
.features-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 100px;
}
.feature {
  max-width: 350px;
}
.feature i {
  font-size: 45px;
}

.feature h2{
  font-size: 24px;
}

.feature p {
  font-size: 18px;
}

.feature a{
  padding: 8px 30px;
  font-size: 18px;
}
/* end feature icons home*/

  /* Feature icons about */
.features-section-about {
  height: 100%;
  max-width: 1200px;
  margin: 0px auto;
  padding: 20px;
  margin-top: 50px;

}

.features-container-about {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}

.feature-about {
  max-width: 350px;
  min-height: 250px;
}
.feature-about i {
  min-width: 70px;
  height: auto;
  font-size: 45px;
  margin-bottom: 10px;
}

.feature-about h2{
  font-size: 24px;
}

.feature-about p {
  font-size: 18px;
}
/* end feature icons about */

/*Form*/
#form_section{
  display: flex;
  align-items: center;
  align-items: center;
  align-content: center;
  margin-top: 50px;
  margin-bottom: 50px ;
}
.form {
    height: 790px;
    width: 350px;
  }
  
  .title {
    font-size: 24px;
  }
  
  .subtitle {
    font-size: 14px;
  }
  
  .input-container {
    width: 100%;
  }

  #bericht_container{
    height: 300px;
  }
  
  .input {
    font-size: 14px;
    height: 100%;
    outline: 0;
    padding: 4px 20px 0;
    width: 98%;
  }
  
  .submit {
    font-size: 16px;
  }
  
  .submit:hover {
    color: #1a202c;
  }
 /*End Form*/


      /* Footer V2 */
 .footer {
  padding: 40px 20px 20px;
}

.footer-content {
  /* display: grid; */
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 35px;
}

#zando {
  width: 40%;
  height: auto;
  margin: 0 20px;
}

.footer-contact,
.footer-links {
  /* flex: 1; */
  min-width: 200px;
  margin: 0 20px;
}

.footer-contact h4,
.footer-links h4 {
  margin-bottom: 5px;
  font-size: 18px;
}

.footer-contact ul,
.footer-links ul {
  color: #a0aec0;
  list-style: none;
  padding: 0;
}

.footer-contact li,
.footer-links li {
  margin-bottom: 6px;
  font-size: 16px;
}

.footer-contact a,
.footer-links a {
  text-decoration: none;
  color: #a0aec0;
  transition: color 0.3s;
}

.footer-contact a:hover,
.footer-links a:hover {
  color: white;
}

.footer-contact a{
  text-decoration: underline;
}

hr {
  margin: 30px auto 20px;
  width: 90%;
  border: 0;
  height: 1px;
  background: #a0aec0;
}

.footer-bottom {
  text-align: center;
  font-size: 12px;
  color: #a0aec0;
}
 /* End Footer V2 */
  
}