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

  header{
    background-image: url(Schoolcatering-foto.jpg);
  }

.scholen {
  display: flex;
  height: 186px;
}

.varendonck {
  background-color: white;
  margin-left: 15px;
  width: 290px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 0 40px 0 0;
}

.varendonck img {
  width: 130px;
  height: 150px;
}

.beatrix {
  background-color: white;
  margin-left: 15px;
  width: 290px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.beatrix img {
  width: 216px;
  height: 186px;
}

.udens {
  background-color: white;
  margin-left: 120px;
  width: 290px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 0 0 0 40px;
}

.sondervick {
  background-color: white;
  width: 290px;
  margin-left: 15px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 0 0 0 0;
}

.sondervick img {
  width: 260px;
  height: 180px;
  border-radius: 0 40px 0 0;
}

.udens {
  background-color: white;
  margin-left: 120px;
  width: 290px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 0 0 0 40px;
}

.alinea1 {
  padding-left: 80px;
  padding-right:  80px;
  text-align: left;
  margin-bottom: 100px;
}

.alinea2 {
  padding-left: 80px;
  padding-right: 80px;
  text-align: left;
  margin-right: 0;
  position: relative;
  margin-bottom: 120px;
  display: flex;
  align-items: center;
  
}

.alinea2_tekst {
  padding-left: 10px;
}

.salade {
  flex: 1;
  height: 330px;
    width: 450px;
    margin-left: 0px;
    margin-right: 75px;
    border-radius: 0 40px 0 40px;
}

.broodjes {
  flex: 1;
  height: 330px;
    width: 450px;
    margin-left: 75px;
    margin-right: 0px;
    border-radius: 0 40px 0 40px;
}

.gezonde-schoolkantine {
  flex: 1;
  height: 330px;
  width: 450px;
  margin-left: 0px;
  margin-right: 75px;
  border-radius: 0 40px 0 40px;
}

.alinea3 {
  padding-left: 80px;
  padding-right:  80px;
  text-align: left;
  margin-bottom: 100px;
  }

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

  .alinea3 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: 17px;
  }
  
  .alinea3 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); }
  }

  .alinea4 {
    padding-left: 80px;
    padding-right: 80px;
    text-align: left;
    margin-right: 0;
    position: relative;
    margin-bottom: 120px;
    display: flex;
    align-items: center;
    
  }
  
  .alinea4_tekst {
    padding-left: 10px;
  }

  .alinea5 {
    padding-left: 80px;
    padding-right: 80px;
    text-align: left;
    margin-right: 0;
    position: relative;
    margin-bottom: 120px;
    display: flex;
    align-items: center;
    
  }
  
  .alinea5_tekst {
    padding-left: 10px;
  }

}

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

header {
  background-image: url(Schoolcatering-foto.jpg);
}

  .scholen {
    display: flex;
    height: 186px;
  }
  
  .varendonck {
    background-color: white;
    margin-left: 15px;
    width: 240px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 0 0px 0 0;
  }
  
  .varendonck img {
    width: 90px;
    height: 110px;
  }
  
  .beatrix {
    background-color: white;
    margin-left: 15px;
    width: 240px;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  
  .beatrix img {
    width: 180px;
    height: 140px;
  }
  
  .sondervick {
    background-color: white;
    width: 240px;
    margin-left: 15px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 0 0 0 0;
  }
  
  .sondervick img {
    width: 200px;
    height: 140px;
    border-radius: 0 40px 0 0;
  }
  
  .udens {
    background-color: white;
    margin-left: 0px;
    width: 240px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 0 0 0 0;
  }
  



  .alinea1 {
    padding-left: 50px;
    padding-right:  50px;
    text-align: left;
    margin-bottom: 100px;
  }
  
  .alinea2 {
    padding-left: 50px;
    padding-right: 50px;
    text-align: left;
    margin-right: 0;
    position: relative;
    margin-bottom: 120px;
    display: flex;
    align-items: center;
    
  }
  
  .alinea2_tekst {
    padding-left: 10px;
  }
  
  .salade {
    flex: 1;
    height: 240px;
      width: 360px;
      margin-left: 0px;
      margin-right: 20px;
      border-radius: 0 40px 0 40px;
  }
  
  .broodjes {
    flex: 1;
    height: 240px;
      width: 360px;
      margin-left: 20px;
      margin-right: 0px;
      border-radius: 0 40px 0 40px;
  }
  
  .gezonde-schoolkantine {
    flex: 1;
    height: 240px;
    width: 360px;
    margin-left: 0px;
    margin-right: 20px;
    border-radius: 0 40px 0 40px;
  }
  
  .alinea3 {
    padding-left: 50px;
    padding-right:  50px;
    text-align: left;
    margin-bottom: 100px;
    }
  
    .alinea3 button a {
      color: white;
      padding: 15px 23px;
      text-decoration: none;
    }
  
    .alinea3 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: 17px;
    }
    
    .alinea3 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); }
    }
  
    .alinea4 {
      padding-left: 50px;
      padding-right: 50px;
      text-align: left;
      margin-right: 0;
      position: relative;
      margin-bottom: 120px;
      display: flex;
      align-items: center;
      
    }
    
    .alinea4_tekst {
      padding-left: 10px;
    }
  
    .alinea5 {
      padding-left: 50px;
      padding-right: 50px;
      text-align: left;
      margin-right: 0;
      position: relative;
      margin-bottom: 120px;
      display: flex;
      align-items: center;
      
    }
    
    .alinea5_tekst {
      padding-left: 10px;
    }
}
/* Telefoon */
@media screen and (max-width:600px) {

  header {
    background-image: url(Schoolcatering-foto.jpg);
  }

.varendonck {
  background-color: white;
  margin-bottom: 15px;
  width: 100%;
  height: 140px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 0 0 0 0px;
}

.varendonck img {
  width: 90px;
  height: 110px;
}

.beatrix {
  background-color: white;
  margin-bottom: 15px;
  width: 100%;
  height: 140px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 0 0 0 0px;

}

.beatrix img {
  width: 170px;
  height: 135px;
}

.sondervick {
  background-color: white;
  width: 100%;
  height: 140px;
  margin-bottom: 15px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 0 0 0 0;
}

.sondervick img {
  width: 170px;
  height: 140px;
  border-radius: 0 40px 0 0;
}

.udens {
  background-color: white;
  margin-bottom: 15px;
  width: 100%;
  height: 140px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 0 0px 0 0;
}

.udens img {
  width: 140px;
}




.alinea1 {
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
  margin-bottom: 40px;
}

.alinea2 {
  text-align: left;
  margin-right: 0;
  position: relative;
  margin-bottom: 80px;
  align-items: center;
  padding: 0 30px;
  
}


.salade {
  flex: 1;
  height: 66%;
  width: 100%;
  border-radius: 0 40px 0 40px;
}

.broodjes {
  flex: 1;
  height: 66%;
  width: 100%;
  border-radius: 0 40px 0 40px;
}

.gezonde-schoolkantine {
  flex: 1;
  height: 66%;
  width: 100%;
  border-radius: 0 40px 0 40px;
  order: 2;
}

.alinea3 {
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
  margin-bottom: 50px;
  }

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

  .alinea3 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: 17px;
  }
  
  .alinea3 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); }
  }

  .alinea4 {
    text-align: left;
    margin-right: 0;
    position: relative;
    margin-bottom: 50px;
    align-items: center;
    padding: 0 30px;
  }
  .alinea4-tekst {
    margin-bottom: 20px;
  }
  

  .alinea5 {
    text-align: left;
    margin-right: 0;
    position: relative;
    margin-bottom: 80px;
    align-items: center;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
  }

  .alinea5-tekst {
    margin-bottom: 20px;
  }
  
  
}