#map {
    height: 100%;
  }
  
gmp-map {
    height: 400px;
  }


.map-block {
  position: relative;
  top: 0px;
  right: 0px;
  width: 100%;
}
 
/* for the django-comment-form-xtd */
.comment-form {
  width: 800px;
  max-width: 100%;
  margin-left: 0;
}

.comment-form .comment-form-layout .form-group {
  --bs-gutter-x: 0.9rem;
  margin-bottom: 0.9rem;
}

.comment-form .comment-form-layout .col-form-label {
  font-weight: 600;
  line-height: 1.3;
  padding-top: 0.55rem;
}

.comment-form .comment-form-layout textarea.form-control {
  min-height: 7.5rem;
  resize: vertical;
}

.comment-form .comment-form-layout .form-control {
  width: 100%;
  min-height: 3rem;
  border-radius: 0.45rem;
}

.comment-form .comment-form-layout .form-text {
  margin-top: 0.35rem;
}

.comment-form .comment-form-btn {
  width: 9rem;
  min-width: 9rem;
  text-align: center;
}

.back-to-top-btn {
  min-width: 11rem;
  border-radius: 999px;
  letter-spacing: 0.02em;
}

.back-to-top-btn:hover,
.back-to-top-btn:focus {
  transform: translateY(-1px);
}

.contact-page-intro {
  padding-bottom: 0.5rem !important;
}

.contact-page-title p {
  margin-bottom: 0.35rem;
}

@media (max-width: 767.98px) {
  .comment-form .comment-form-layout .col-form-label {
    text-align: left !important;
    padding-top: 0;
    margin-bottom: 0.3rem;
  }
}

.comment-form input,
.comment-form textarea,
.comment-form select,
.comment-form .form-control {
  color: #1f2933 !important;
  background-color: #ffffff !important;
}

.comment-form input::placeholder,
.comment-form textarea::placeholder,
.comment-form .form-control::placeholder {
  color: #6c757d !important;
  opacity: 1;
}

.comment-form input:focus,
.comment-form textarea:focus,
.comment-form select:focus,
.comment-form .form-control:focus,
.comment-form .form-control.is-valid:focus,
.comment-form .form-control.is-invalid:focus {
  color: #1f2933 !important;
  background-color: #f6fffb !important;
  border: 3px solid #0f5132 !important;
  box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.4), inset 0 0 0 1px #0f5132 !important;
  outline: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.comment {
  border:1px solid lightgray;
  margin-bottom: 10px;
  padding: 5px;
}

.media-list {
  width: 800px;
  max-width: 100%;
  margin-left: 0;
}

.profile-image-thumbnail {
  float: left;
  width: 64px;
  height: 64px;
  max-width: 100%;
  margin-right: 5px;
  margin-bottom: 5px;
}

/* Om body text in blog posts terug te laten lopen: */
.post-body {
  font-size: 16px;
  word-wrap: break-word;
  word-break: break-word; /* forceer breken */
  overflow-wrap: anywhere;
  hyphens: auto;
  white-space: normal; /* voorkomt dat richtext <p> of <span> in 1 regel blijven */
}

.col-md-4 {
  flex-shrink: 0; /* laat hem nooit verdwijnen */
}

.col-md-8 {
  min-width: 0; /* zorgt dat tekst kan inspringen */
  flex: 1 1 0%;          /* laat hem meeschalen */
  overflow: hidden;      /* voorkomt overflow */
}

.col-md-8 b {
  font-weight: bold;
  display: inline; /* voorkomt dat ze blok-level worden */
}
/* Einde body text terugloop */

/* padding button op de kaart voor de statistieken aanpassen */
#yearDropdown {
  padding: 8px;
  margin: 5px;
}

/* for films / videos Murtie */
/* .card-video {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; 
  } */

/* .card-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  } */


/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

/* .video-background-holder {
  position: relative;
  background-color: black;
  height: calc(100vh - 72px);
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
  position: relative;
  z-index: 2;
}

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
} */

.home-featured-media {
  display: inline-block;
  width: 100%;
  max-width: 340px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04));
}

.home-featured-panel {
  padding: clamp(1.25rem, 2vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 32px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
}

.home-featured-panel__row {
  --bs-gutter-x: 2rem;
}

.home-featured-panel__media-col {
  display: flex;
  justify-content: center;
}

.home-featured-copy {
  padding: 0.75rem 1.25rem;
  position: relative;
}

.home-featured-copy > :last-child {
  margin-bottom: 0;
}

.home-featured-copy::before {
  content: "";
  position: absolute;
  left: 1.25rem;
  top: 0.9rem;
  width: 72px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.08));
}

.home-featured-eyebrow {
  margin: 0 0 1.1rem;
  padding-left: 5.5rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.68);
}

.home-featured-title {
  margin: 0 0 1rem;
  position: relative;
  display: inline-block;
  font-family: 'Work Sans', sans-serif;
  font-size: clamp(2.25rem, 4vw, 4.1rem);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #ffffff;
  background: linear-gradient(135deg, #8dc7b3 0%, #198754 38%, #214252 82%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
  text-wrap: balance;
}

.home-featured-title::after {
  content: "";
  display: block;
  width: min(140px, 38%);
  height: 0.3rem;
  margin-top: 0.65rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(25, 135, 84, 0.95), rgba(33, 66, 82, 0.88));
  box-shadow: 0 6px 18px rgba(33, 66, 82, 0.34);
}

.home-featured-body p {
  margin-bottom: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
}

.home-featured-body p:first-child {
  font-size: 1.08em;
  color: rgba(255, 255, 255, 0.98);
}

.home-featured-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
  transform: translate3d(0, 0, 0) scale(1.02);
  transition: transform 0.8s ease, filter 0.8s ease;
  filter: saturate(1.03) contrast(1.02);
  object-fit: cover;
}

.home-featured-media.aos-init {
  transform: translateY(16px) rotate(-1.5deg) scale(0.97);
  opacity: 0;
  transition: transform 0.9s ease, opacity 0.9s ease, box-shadow 0.9s ease;
}

.home-featured-media.aos-animate {
  transform: translateY(0) rotate(0deg) scale(1);
  opacity: 1;
}

.home-featured-media:hover {
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.34);
}

.home-featured-media:hover .home-featured-img {
  transform: scale(1.06);
}

@media (max-width: 575.98px) {
  .home-featured-panel {
    padding: 1rem;
    border-radius: 24px;
  }

  .home-featured-copy {
    padding: 0.25rem 0.35rem 0.5rem;
  }

  .home-featured-copy::before {
    left: 0.35rem;
    top: 0.3rem;
    width: 52px;
  }

  .home-featured-eyebrow {
    padding-left: 4rem;
    margin-bottom: 0.85rem;
  }

  .home-featured-title {
    font-size: clamp(1.9rem, 10vw, 2.8rem);
    margin-bottom: 0.85rem;
  }

  .home-featured-title::after {
    width: min(112px, 52%);
    margin-top: 0.5rem;
  }

  .home-featured-media {
    max-width: 300px;
    margin-bottom: 0.5rem;
  }
}
