/* ==========================================================
   SecurityShop.ch – Lighthouse Barrierefreiheit Phase 3
   Zweck: verbleibende Kontrast-Hinweise auf der Startseite
   Keine Änderung an custom.css/custom.js
   ========================================================== */

#custom-text,
#custom-text p,
#custom-text div,
#custom-text span,
#custom-text li {
  color: #333333 !important;
}

#custom-text a,
#custom-text a:visited,
a[href*="/content/ueber-securityshopch"],
a[href*="/content/ueber-securityshop"],
a[href*="ueber-securityshopch"],
a[href*="ueber-securityshop"] {
  color: #005f8f !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

#custom-text a:hover,
a[href*="/content/ueber-securityshopch"]:hover,
a[href*="/content/ueber-securityshop"]:hover,
a[href*="ueber-securityshopch"]:hover,
a[href*="ueber-securityshop"]:hover {
  color: #003f60 !important;
}
