body {
    font-family: 'Ubuntu', sans-serif;
    margin: 0;
      background-color:beige;
      font-size: 20px;
    }
  
    body {
      margin: 0;
  }
  
  .logo {
      width: 100px;
      height: 100px;
  }
  
  header {
      background-size: cover;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding-top: 80px;
  }
  
  .navigatie {
      display: flex;
      justify-content: space-between;
      gap: 100px;
      align-items: center;
      margin-bottom: 100px;
  }
  
  .mobile-nav {
      display: none;
  }
  
  nav {
      background-color: #f2f2f2;
      border-radius: 0 30px 0 30px;
      align-items: center;
  }
  
  nav ul {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100px;
      margin: 0;
      padding: 0;
  }
  
  nav li {
      list-style: none;
      margin: 0 1rem;
  }
  
  nav li a {
      text-decoration: none;
      color: #80ba27;
      font-size: 1.2rem;
      font-weight: 500;
      position: relative;
  }
  
  .titel {
      font-size: 1.5rem;
      color: #ffffff;
      font-weight: 500;
      margin-bottom: 50px;
  }
    p {
      line-height: 1.5;
    }  
    
    h1 {
      color: white;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      font-size: 38px;
    }
  
    
    nav ul li a:hover {
      transition: 0.5s;
      color: #4f721a;
    }
  
    nav ul li a::after {
      content: '';
      position: absolute;
      top: 20px;
      left: 0;
      width: 0;
      height: 5px;
      background-color: #80ba27;
      transition: width 0.5s ease-in-out, background-color 0.5s;
    }
  
    nav ul li a:hover::after {
      width: 100%;
      background-color: #4f721a;
    }
  
    nav ul li.pressed a {
      color: #4f721a;
    }
  
    nav ul li.pressed a::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 5px;
      background-color: #4f721a;
    }
  
    .container {
      background-color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
      max-width: 1200px;
      margin: 0 auto;
      margin-top: -20px;
      padding-top: 20px;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
      margin-bottom: 35px;
      border-radius: 0 40px 0 40px;
    }
    
    .content {
      text-align: center;
      padding: 20px;
      width: 100%;
    }

    .voettekst ul {
        text-decoration: none;
        list-style: none;
        color: white;
      }
    
      .onderkant {
        color: #80ba27;
        font-size: xx-large;
        margin-left: 250px;
        margin-right: 175px;
        display: flex;
        align-items: center;
        position: relative;
      }
    
      .onderkant_tekst {
        flex: 1;
      }
    
      .cor {
        height: 400px;
        width: 4;
        vertical-align: bottom;
      }    

    footer {
        background-color: #80ba27;
      }

    footer a {
      text-decoration: none;
    }
        
      h4 {
        color: white;
      }
      
      .informatie ul li a {
        color: white;
        text-decoration: none;
        list-style: none;
        transition: 0.5s;
      }
      
      .informatie ul li a:hover {
        color: #4f721a;
        transition: 0.5s;
      }
      
      .informatie {
        padding-top: 10px;
        padding-bottom: 30px;
        margin-left: 250px;
        margin-right: 175px;
      }
      
      .informatie a {
        color: white;
      }
      
      .informatie table {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 0;
      }
      
      .informatie td {
        vertical-align: top;
        padding-right: 20px;
      }
      
      .informatie ul {
        margin: 0;
        padding: 0;
        list-style: none;
      }
      
      .informatie ul:last-child {
        margin-top: 10px;
      }
      
      .informatie ul:first-child {
        margin-top: 10px;
      }
      
      .onderkant button a {
        color: white;
        padding: 15px 23px;
        text-decoration: none;
      }
      
      .onderkant button {
        background-color: #80ba27;
        color: white;
        border: none;
        padding: 15px 0px;
        transition: background-color 0.3s;
        border-radius: 0 20px 0 20px;
        font-family: 'Lato', sans-serif;
        font-size: 20px;
      }
      
      .onderkant button:hover {
        background-color: #4f721a;
        animation: shake 0.5s;
      }
      
      @keyframes shake {
        0% { transform: translateX(0); }
        25% { transform: translateX(-5px); }
        50% { transform: translateX(5px); }
        75% { transform: translateX(-5px); }
        100% { transform: translateX(0); }
      }
      
      h2 {
        color: #80ba27;
        font-size:xx-large;
        font-weight: 900;
      }
      
      .container h3 {
        color: #80ba27;
        font-weight: 400;
      }
      
      .container p {
        color: rgb(48, 48, 48);
        font-weight: 100;
      }


    @media screen and (min-width: 601px) and (max-width: 1100px) {

    body {
        font-family: Garamond, serif;
        margin: 0;
        background-color:beige;
        font-size: 15px;
        overflow-x: hidden;
      }
    
      p {
        line-height: 1.5;
      }
    
      header {
        background-size: cover;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 80px;
    }

      .navigatie {
        display: flex;
        align-items: center;
        justify-content: space-around;
        gap: 20px;
      }

      .titel {
        margin-bottom: 40px;
      }
      
      h1 {
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        font-size: 28px;
      }
    
      .voettekst ul {
        text-decoration: none;
        list-style: none;
        color: white;
      }
    
      .logo {
        height: 80px;
        width: 80px;
      }
    
      nav {
        background-color: #f2f2f2;
        padding: 32px 15px 20px 15px;
        height: 30px;
        margin-right: 0;
        border-radius: 0 20px 0 20px;
        opacity: 0.9;
      }
      
      nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
      }
      
      nav ul li {
        display: inline-block;
        margin-right: 0;
        padding-bottom: 80px;
      }
      
      nav ul li a {
        position: relative;
        text-decoration: none;
        color: #80ba27;
        padding: 3px;
        transition: 0.5s;
        font-size: 12px;
      }
    
      nav ul li a:hover {
        transition: 0.5s;
        color: #4f721a;
      }
    
      nav ul li a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 3px;
        background-color: #80ba27;
        transition: width 0.5s ease-in-out, background-color 0.5s;
      }
    
      nav ul li a:hover::after {
        width: 100%;
        background-color: #4f721a;
      }
    
      nav ul li.pressed a {
        color: #4f721a;
      }
    
      nav ul li.pressed a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #4f721a;
      }
    
    
      .container {
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        max-width: 1100px;
        margin: 0;
        margin-top: -20px;
        padding-top: 20px;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
        margin-bottom: 35px;
      }
      
      .content {
        text-align: center;
        padding: 0px;
        width: 100%;
      }

      .mobile-nav {
        display: none;
      }
    
      h2{
        color: #80ba27;
        font-size:xx-large;
        font-weight: 900;
      }
      
      .container h3 {
        color: #80ba27;
        font-weight: 400;
      }
    
      .container p {
        color: rgb(48, 48, 48);
        font-weight: 100;
      }
      .voettekst ul {
        text-decoration: none;
        list-style: none;
        color: white;
      }
    
      .onderkant {
        color: #80ba27;
        font-size: xx-large;
        margin-left: 50px;
        margin-right: 0px;
        display: flex;
        align-items: center;
        position: relative;
      }
    
      .onderkant_tekst {
        flex: 1;
      }
    
      .cor {
        height: 400px;
        width: 4;
        vertical-align: bottom;
      }
    
    
    footer {
      background-color: #80ba27;
    }
      
    h4 {
      color: white;
    }
    
    .informatie ul li a {
      color: white;
      text-decoration: none;
      list-style: none;
      transition: 0.5s;
    }
    
    .informatie ul li a:hover {
      color: #4f721a;
      transition: 0.5s;
    }
    
    .informatie {
      padding-top: 10px;
      padding-bottom: 30px;
      margin-left: 175px;
      margin-right: 100px;
    }
    
    .informatie a {
      color: white;
    }
    
    .informatie table {
      width: 100%;
      margin-bottom: 20px;
      margin-top: 0;
    }
    
    .informatie td {
      vertical-align: top;
      padding-right: 20px;
    }
    
    .informatie ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }
    
    .informatie ul:last-child {
      margin-top: 10px;
    }
    
    .informatie ul:first-child {
      margin-top: 10px;
    }
    
    .onderkant button a {
      color: white;
      padding: 15px 23px;
      text-decoration: none;
    }
    
    .onderkant button {
      background-color: #80ba27;
      color: white;
      border: none;
      padding: 15px 0px;
      transition: background-color 0.3s;
      border-radius: 0 20px 0 20px;
      font-family: 'Lato', sans-serif;
      font-size: 20px;
    }
    
    .onderkant button:hover {
      background-color: #4f721a;
      animation: shake 0.5s;
    }
    
    @keyframes shake {
      0% { transform: translateX(0); }
      25% { transform: translateX(-5px); }
      50% { transform: translateX(5px); }
      75% { transform: translateX(-5px); }
      100% { transform: translateX(0); }
    }
    .container h3 {
      color: #80ba27;
      font-weight: 400;
    }
    
    .container p {
      color: rgb(48, 48, 48);
      font-weight: 100;
    }
}


@media screen and (max-width: 600px) {
body {
    font-family:lato, sans-serif;
    margin: 0;
    background-color:beige;
    font-size: 13px;
    overflow-x: hidden;
  }

  p {
    line-height: 1.5;
  }
    
  header {
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
}

  .navigatie {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
  }

  .titel {
    margin: 0 30px;
    margin-bottom: 40px;

  }
  
  h1 {
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 24px;
  }

  .voettekst ul {
    text-decoration: none;
    list-style: none;
    color: white;
  }

  .logo {
    height: 80px;
    width: 80px;
  }

  nav {
    background-color: #f2f2f2;
    padding: 32px 15px 20px 15px;
    height: 30px;
    margin-right: 0;
    border-radius: 0 20px 0 20px;
    opacity: 0.9;
    width: 215px;
  }
  
  nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  nav ul li {
    display: inline-block;
    margin-right: 0;
  }
  
  nav ul li a {
    position: relative;
    text-decoration: none;
    color: #80ba27;
    padding: 0 8px;
    transition: 0.5s;
  }

  .hamburger {
    display: block;
    cursor: pointer;
    margin-left: 165px;
  }
  .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    background-color: #80ba27;
    transition: background-color 0.3s ease;
  }

  .nav-menu {
    display: none;
  }

  .hamburger .bar {
    transition: transform 0.3s, opacity 0.3s;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0; /* Verberg het middelste streepje van de hamburger bij activering */
  }
  
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg); /* Kantel het bovenste streepje van de hamburger */
  }
  
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg); /* Kantel het onderste streepje van de hamburger */
  }

  .mobile-nav {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    min-height: 100vh;
    display: block;
    z-index: 999999999;
    padding-top: 50px;
    background-color: rgba(128, 186, 39, 1);
    opacity: 0.9;
    margin-top: 150px;
    transition: 0.4s;
  }

  .mobile-nav.active {
    left: 0;
  }

   .mobile-nav a {
      display: block;
      text-align: center;
      width: 100%;
      max-width: 200px;
      margin: 0 auto 16px;
      padding: 12px 16px;
      background-color: #4f721a;
      border-radius: 0 20px 0 20px;

      color: white;
      text-decoration: none;
    }


  .container {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    max-width: 600px;
    margin: 0;
    margin-top: -20px;
    padding-top: 20px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 35px;
  }
  
  .content {
    text-align: center;
    padding: 0px;
    width: 100%;
  }

  h2{
    color: #80ba27;
    font-size: 27px;
    font-weight: 900;
  }
  
  .container h3 {
    color: #80ba27;
    font-weight: 400;
  }

  .container p {
    color: rgb(48, 48, 48);
    font-weight: 100;
  }
  .voettekst ul {
    text-decoration: none;
    list-style: none;
    color: white;
  }

  .onderkant {
    color: #80ba27;
    font-size: xx-large;
    margin-left: 0px;
    margin-right: 0px;
    display: block;
    align-items: center;
    position: relative;
  }

  .onderkant_tekst {
    flex: 1;
    margin: 0 30px;
  }

  .cor {
    height: 250px;
    width: 250;
    vertical-align: bottom;
    margin-left: 60px;
  }


footer {
  background-color: #80ba27;
}
  
h4 {
  color: white;
  font-size: 17px;
}

.informatie ul li a {
  color: white;
  text-decoration: none;
  list-style: none;
  transition: 0.5s;
}

.informatie ul li a:hover {
  color: #4f721a;
  transition: 0.5s;
}

.informatie {
  padding-top: 10px;
  padding-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
}

.informatie a {
  color: white;
}

.informatie table {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 0;
}

.informatie td {
  vertical-align: top;
  padding-right: 0px;
}

.informatie ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.informatie ul li {
  margin-bottom: 10px;
  font-size: 14px;
}


.informatie ul:last-child {
  margin-top: 10px;
}

.informatie ul:first-child {
  margin-top: 10px;
}

.onderkant button a {
  color: white;
  padding: 15px 23px;
  text-decoration: none;
}

.onderkant button {
  background-color: #80ba27;
  color: white;
  border: none;
  padding: 15px 0px;
  transition: background-color 0.3s;
  border-radius: 0 20px 0 20px;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
}

.onderkant button:hover {
  background-color: #4f721a;
  animation: shake 0.5s;
}

@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}
.container h3 {
  color: #80ba27;
  font-weight: 400;
}

.container p {
  color: rgb(48, 48, 48);
  font-weight: 100;
}
}