/* KARLASRUHE Bilder-Patch: echte Orts- und Architekturaufnahmen.
   Personenbilder und Story-Porträts bleiben bewusst Platzhalter. */
.hero-img.real-photo,
.card-img.real-photo{
  background-repeat:no-repeat !important;
  background-size:cover !important;
  background-position:center !important;
  filter:none !important;
}
.hero-img.real-photo::after{
  content:attr(data-credit) !important;
  background:rgba(0,0,0,.48);
  padding:4px 7px;
  border-radius:2px;
  opacity:.9 !important;
}
.card-img.real-photo{
  transition:transform .25s ease, filter .25s ease;
}
.card:hover .card-img.real-photo{
  filter:brightness(.96) !important;
}
.contact-map-photo{
  background-size:cover !important;
  background-position:center !important;
  filter:none !important;
  min-height:260px;
}
