.personeel {
  max-height: 40vh;
}

.first {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 15%;
}
.first h1, .first p, .first b {
  padding-bottom: 1rem;
}

.second {
  background-color: var(--lightgrey);
  min-height: 80vh;
}
.second h1 {
  text-align: center;
  padding: 3rem;
}
.second section {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
.second section div {
  padding-bottom: 3rem;
}
.second section div img {
  border-radius: 2rem;
  border: solid 5px var(--primary);
  max-width: 100%;
  margin-bottom: 1rem;
}

.third {
  min-height: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  text-align: center;
}
.third a {
  color: var(--primary);
  text-decoration: none;
}
.third a:hover {
  text-decoration: underline;
}
.third img {
  min-width: 10rem;
}
.third h1, .third p {
  padding-bottom: 1rem;
}

.spacer {
  padding: 2rem;
  background-color: var(--white);
}/*# sourceMappingURL=over-ons.css.map */