/* ALLE Content-Links wirklich fett */
body .sub-content a:not(.btn):not(.button),
body .ep-content a:not(.btn):not(.button),
body .content-section a:not(.btn):not(.button),
body p a:not(.btn):not(.button),
body li a:not(.btn):not(.button) {
  font-weight: 700 !important;
}


/* Navigation & Buttons normal lassen */
.navbar a,
.btn,
.work-card a,
.service-card a {
  font-weight: 500 !important;
}

body.ep-subpage .sub-hero{
  padding-top: 90px;   /* Abstand zur Navbar */
  padding-bottom: 40px;
}
/* =========================================
   RESPONSIVE BILDER – GLOBAL FIX
   ========================================= */

.ep-subpage img {
  max-width: 100%;
  height: auto;
  display: block;
}

.ep-subpage .img-responsive {
  max-width: 100%;
  height: auto;
}

.sub-image-wrap img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.ep-image-small img {
  max-width: 400px;   /* oder 400px */
  width: 100%;
  height: auto;
}