
/* ALETHEIA VESTIGIUM 2.5.4
   Bildausschnitt + Typografie-Fix */

/* Bild 2: Gesicht der Frau vollständig sichtbar halten */
.v252-cards .v2-card:nth-child(2) img,
.v252-gallery__track figure:nth-child(2) img{
  object-position:62% center!important;
}

/* Bild 3: lange Überschrift sicher innerhalb der Karte halten */
.v252-cards .v2-card:nth-child(3) .v25-card-copy h3{
  font-size:clamp(1.72rem,2.05vw,2.55rem)!important;
  line-height:.96!important;
  letter-spacing:-.025em!important;
  max-width:100%!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
}

.v252-gallery__track figure:nth-child(3) figcaption strong{
  font-size:clamp(1.72rem,2.05vw,2.55rem)!important;
  line-height:.96!important;
  letter-spacing:-.025em!important;
  max-width:100%!important;
}

/* etwas mehr nutzbare Breite in Karte 3 */
.v252-cards .v2-card:nth-child(3)>.v25-card-copy{
  left:24px!important;
  right:18px!important;
}
.v252-gallery__track figure:nth-child(3) figcaption{
  left:24px!important;
  right:18px!important;
}

/* Desktop: Bild 2 minimal weiter nach rechts fokussieren */
@media(min-width:1101px){
  .v252-cards .v2-card:nth-child(2) img,
  .v252-gallery__track figure:nth-child(2) img{
    object-position:66% center!important;
  }
}
