span.email strong {
  display: none;
}

.website-news-item-details .col-md-3 img {
  aspect-ratio: auto !important;
}
/*
.header-row {
  height: 40vh !important;
}


#main-content>* {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
*/

p.lead {
  display: none;
}

.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 {
  width: 100%;
  border: none;
  overflow: hidden;
  display: block;
  transition: height 0.3s ease;
  /* Soepele hoogte transities */
}

.iframe-microsoft-forms {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.iframe-microsoft-forms iframe {
  width: 100%;
  min-height: 2000px;
  border: none;
  display: block;
}