h2 {
  font-family: chloe;
  font-size: clamp(2.1rem, 7vw, 3rem);
}
p {
  font-family: garet;
  font-size: clamp(1rem, 2.5vw, 1.1rem);
  color: #39373c;
}
span {
  color: #dbb383;
}
#orange {
  color: #dbb383;
}
#crayon {
  text-align: center;
  font-family: crayon;
  color: #dbb383;
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  width: 45%;
}
#strong {
  font-size: clamp(1rem, 3.2vw, 1.1rem);
  font-weight: bold;
  font-family: garet;
}
.hero {
  background-image: linear-gradient(rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.5)),
    url(/images/werkwijze/Bodemleven.png);
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100%;
  height: auto;
  padding: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  overflow: hidden;
}
.hero-text {
  color: #ede8e3;
  padding-top: 60px;
}
#leven {
  color: #ebe8e3;
  animation: mist ease-in 3s;
}
main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0rem 3rem;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.wonder {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 80%;
  padding: 6rem 0rem;
}
#foto {
  text-align: center;
}
.klaver {
  padding: 3rem 4rem;
  width: 70%;
  background-color: #ebe8e5;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.klaver-text h2 {
  padding-left: 10px;
  border-left: 6px solid #648e7d;
}
.klaver img {
  max-width: 40%;
  max-height: auto;
}
.biodivers {
  margin-top: 8rem;
  padding: 3rem 4rem;
  width: 70%;
  background-color: #ebe8e5;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.biodivers h2 {
  padding-left: 10px;
  border-left: 6px solid #92525f;
}
.biodivers img {
  max-width: 40%;
  max-height: auto;
}
.akker {
  margin-top: 8rem;
  padding: 3rem 4rem;
  width: 70%;
  background-color: #ebe8e5;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.akker h2 {
  padding-left: 10px;
  border-left: 6px solid #dbb383;
}
.akker img {
  max-width: 60%;
  max-height: auto;
}
.kringloop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6rem 0rem;
  max-width: 100%;
  overflow: hidden;
}
.kringloop img {
  max-width: 100%;
  max-height: auto;
}
.oorsprong {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  padding: 3rem;
  margin-top: 3rem;
  background-color: #ebe8e5;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  overflow: hidden;
}
.opa {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-right: 60px;
  padding-left: 60px;
  padding-bottom: 10px;
  margin-top: -170px;
  max-width: 100%;
  overflow: hidden;
}
.opa :nth-child(1) {
  padding-top: 190px;
  rotate: z -2deg;
}
.opa img {
  max-width: 60%;
  max-height: auto;
  object-fit: cover;
  rotate: 12deg;
}
@keyframes mist {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 37.5rem) {
  main {
    width: 90%;
    margin: 0rem 1rem;
  }
  .hero {
    padding: 40px;
  }
  .klaver,
  .biodivers,
  .akker {
    width: 80%;
    padding: 1.3rem 1.3rem;
  }
  #crayon {
    width: 98%;
  }
  .klaver img,
  .biodivers img,
  .akker img {
    max-width: 70%;
  }
  .opa img {
    max-width: 60%;
  }
}
@media (max-width: 48rem) {
  .hero {
    padding: 40px;
  }
}
