/* artikel */
.eds_news_Galore .in_article_image {
    overflow: hidden;
    max-width: 100%;
    border: None;
    background-color: white;
}

h5 {font-size: 16px !important;
    color: black !important
    }

/* footer */
.locatie::before {
  font-family: "Font Awesome 6 Free" !important;
  content: "\f3c5"; /* map-marker icon */
  font-weight: 900;
  margin-right: 6px;
  font-size: 12px;
  color: white
}
.locatie {
color: white;
line-height: 0.5;
font-size: 12px;
}

.telefoon::before {
  font-family: "Font Awesome 6 Free" !important;
  content: "\f098"; /* telephone icon */
  font-weight: 900;
  margin-right: 6px;
  font-size: 14px;
  color: white
}
.telefoon {
color: white;
line-height: 0.5;
font-size: 12px;
}

.mail::before {
  font-family: "Font Awesome 6 Free" !important;
  content: "\f1fa"; /* mail icon */
  font-weight: 900;
  margin-right: 6px;
  font-size: 12px;
  color: white
}
.mail {
color: white;
font-size: 12px;
line-height: 0.5;
}

.contactfooter {
color: white;
line-height: 0.5;
font-size: 12px;
}















