
/* =========================================================
   v2.8.45 — Soft opacity for selected editorial photos
   Scope:
   - strip-textile.png on Overview/Index
   - leistungen-hero image on Services/Leistungen
   - Aachen_Cathedral_Treasury,_cloth_with_elephants_from_Karlsschrein.jpg on About/Über uns

   Matches the softened waitlist image treatment.
   ========================================================= */

/* Overview / index separator image */
img[src*="strip-textile.png"],
img[src*="strip-textile-new"],
.strip-textile,
.textile-strip,
.fiber-strip,
.separator-strip img,
.hero-strip img,
.section-strip img {
  opacity: 0.7 !important;
}

/* Services / Leistungen hero image */
img[src*="leistungen-hero"],
img[src*="services-hero"],
.services-hero img,
.leistungen-hero img,
.service-hero img,
.page-hero img[src*="leistungen"],
.page-hero img[src*="services"] {
  opacity: 0.7 !important;
}

/* About / Über uns Aachen cloth image */
img[src*="Aachen_Cathedral_Treasury"],
img[src*="cloth_with_elephants_from_Karlsschrein"],
img[src*="Karlsschrein"],
.about-history img[src*="Aachen"],
.ueber-uns-history img[src*="Aachen"],
.history-image img[src*="Aachen"] {
  opacity: 0.7 !important;
}
