@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@400;600;700;800&display=swap');

@font-face {
  font-family: "Arnhem";
  font-weight: 600;
  src: local("Arnhem-SemiBold"),
    url(https://markup.standaard.be/extra/static/Arnhem-SemiBold.woff)
      format("woff");
}
.Leesookonder {
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 12px !important;
  margin-top: 12px !important;
}
.Leesookonder div {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  padding: 0px !important;
  gap: 12px !important;
  isolation: isolate !important;
  margin-bottom: 12px !important;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 24px !important;
}

.Leesookonder h2 {
  font-family: "Libre Franklin";
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 18px !important;
  margin-bottom: 6px !important;
  margin-top: 12px !important;
}

.Leesookonder p {
  margin: 0 !important;
  font-family: "Arnhem";
  font-style: normal;
  font-weight: 600;
  font-size: 18px !important;
  line-height: 22px;
}


.Leesookonder a:first-child {
  font-family: "Arnhem", Georgia, serif;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #000000 !important;
  text-decoration: none !important;
}

.Leesookonder img {
  width: 85px !important;
  height: 85px !important;
  object-fit: cover !important;
  max-width: 85px !important;
  min-width: 85px !important;
  max-height: 85px !important;
  min-height: 85px !important;
}

.Leesookonder .plus {
  fill: #5a4848;
}
.LeesookonnderTitel {
  margin: 0;
  padding: 0;
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin-top: 12px;
}

@media only screen and (min-width: 450px) {
  .Leesookonder a:first-child {
    order: 1 !important;
    width: 100%;
  }
  .Leesookonder .plus {
    fill: #d90000;
  }
  .Leesookonder h2 {
    margin-top: 0px !important;
  }
  .Leesookonder div {
    margin-top: 12px !important;
    justify-content: flex-start;
    margin-bottom: 24px !important;

  }
  .Leesookonder p {
    width: 90%;
    font-weight: 400 !important;
  }
}
