span.email strong {display: none;}
.website-news-item-details .col-md-3 img {
  aspect-ratio: auto !important;
}

#main-content>* {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.foys-footer {
  display: none !important;
}

/* Container voor de iframe */
.iframe-mijn-gegevens {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
  overflow: visible;
  background-color: white;
}

.iframe-mijn-gegevens iframe {
  width: 100%;
  height: 120vh;
  /* Standaard hoogte - wordt overschreven door JavaScript */
  border: none;
  overflow: hidden;
  display: block;
  transition: height 0.3s ease;
  /* Soepele hoogte transities */
}

/* Fallback CSS voor als JavaScript uitstaat */
@media (max-width: 480px) {
  .no-js .iframe-mijn-gegevens iframe {
    height: 450vh;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .no-js .iframe-mijn-gegevens iframe {
    height: 350vh;
  }
}