/* V59 – Zitatbox bleibt oben verankert; lange Zitate wachsen nur nach unten */
@media (min-width:701px){
  .slide-quote{
    transform:none!important;
    -webkit-transform:none!important;
    top:clamp(72px,10vh,105px)!important;
    bottom:auto!important;
  }
}
