.edn_article_gallery > ul > li {
    list-style: none;
}

.edn_article_gallery > ul {
    padding:0;
}

@media (max-width: 991px) {
  /* Hoogte meegroeiend met tekst */
  .homecontent {
    height: auto;
    overflow-y: visible;
  }

  /* Reset negatieve margin die bedoeld is voor desktop CTA-knoppen overlap.
     Zonder reset loopt de volgende ContentPane over de banner heen. */
  .col-max1320 .row:first-child {
    margin-bottom: 0 !important;
  }

  .subheader {
    margin-top: 0 !important;
  }
}

@media (max-width: 767px) {
  /* Minder padding boven/onder elke module op mobiel */
  .to-shine-background-container.py-4 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
