/*Z-index overzicht
 *Plaats hier alle z-index values met een logische naam, hou ongeveer 10 tussen elk item.
 *Dit is zodat er genoeg speling is om er later 1 tussen te stoppen (als dat nodig is)
 */
section.tekst_foto_apart {
  position: relative;
  min-height: auto;
}
section.tekst_foto_apart .grijs {
  background: #747474;
}
section.tekst_foto_apart .afbeelding {
  height: 100%;
  position: relative;
  display: flex;
  align-items: start;
}
section.tekst_foto_apart .afbeelding_knop {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.tekst_foto_apart .tekst p {
  max-width: 545px;
}
section.tekst_foto_apart a.knop {
  font-family: "Frank Ruhl Libre";
}
section.tekst_foto_apart a.knop.transparent {
  background: transparent;
  font-size: 24px;
  padding: 22px 40px 22px 20px;
  color: #3A3A3A;
  text-transform: none !important;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  flex: 0 0 100;
  margin: 25px 0 0 0;
}
section.tekst_foto_apart a.knop.transparent i, section.tekst_foto_apart a.knop.transparent svg {
  color: #B79357;
  font-size: 33px;
  margin: 0 22px 0 0;
  transition: all 0.3s;
}
section.tekst_foto_apart a.knop.transparent:hover {
  background: #B79357;
  color: #fff;
}
section.tekst_foto_apart a.knop.transparent:hover i, section.tekst_foto_apart a.knop.transparent:hover svg {
  color: #fff;
}
@media (max-width: 992px) {
  .afbeelding_knop a {
    padding: 14px 24px;
    align-items: center;
  }
}
@media (max-width: 768px) {
  section.tekst_foto_apart .tekst p {
    /* max-width: 545px; */
    max-width: none !important;
  }
  section.tekst_foto_apart .afbeelding_knop img {
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin: 0 0 15px;
  }
  section.tekst_foto_apart .knoppen h6 a {
    min-width: auto;
    margin: 0 15px 15px 0 !important;
  }
  section.tekst_foto_apart .knoppen h6 a:last-of-type {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 567px) {
  section.tekst_foto_apart {
    padding: 0 0 30px;
  }
  section.grijswit:before {
    width: 100%;
  }
}
