/* Externe Links mit Icon – FINAL (siteweit) 06.09.2025 */
html body a[href^="http"]:not([href*="adiva-tenerife.eu"]):not([href^="mailto:"]):not([href^="tel:"]):not([href^="javascript:"])::after {
  content: "" !important;
  display: inline-block !important;
  width: 14px; height: 14px; margin-left: 4px;
  background-image: url("/images/external14.gif") !important;
  background-size: contain; background-repeat: no-repeat;
  vertical-align: text-top;
}

/* Ausnahmen per Klasse */
a.no-ext::after { content: none !important; }

/* Optional: Bild-Links ohne Icon (nur bei :has-Unterstützung) */
html body a[href^="http"]:not([href*="adiva-tenerife.eu"]):has(img)::after { content: none !important; }
