/* Retter-Portal v1.3.96 · Landingpage Safari-/WebKit-Fix
   Der große Hero-Akzent bleibt bewusst modern, nutzt aber keine animierte
   background-clip:text-Fläche mehr. Diese konnte in Safari als rechteckiger
   Farbblock statt als Text erscheinen. */
.rp26-hero-accent{
  display:inline!important;
  background:none!important;
  background-image:none!important;
  background-size:auto!important;
  background-position:initial!important;
  -webkit-background-clip:border-box!important;
  background-clip:border-box!important;
  -webkit-text-fill-color:currentColor!important;
  color:#fb7185!important;
  animation:none!important;
  text-shadow:0 0 28px rgba(251,113,133,.10)!important;
}
body[data-theme="light"] .rp26-hero-accent{
  color:#e11d48!important;
  text-shadow:0 0 24px rgba(225,29,72,.08)!important;
}
