/* Isolierter Layout-Fix für /geschichte/ */
@media (min-width: 801px) {
  body.agpro-modern .ag-history-hero {
    min-height: clamp(42rem, 56.25vw, 68rem) !important;
    align-items: center;
  }

  body.agpro-modern .ag-history-hero > img {
    object-fit: cover !important;
    object-position: 62% center !important;
  }

  body.agpro-modern .ag-history-hero__shade {
    width: 100%;
    background: linear-gradient(
      90deg,
      rgba(12, 8, 31, .94) 0%,
      rgba(20, 12, 50, .82) 27%,
      rgba(20, 12, 50, .36) 48%,
      rgba(20, 12, 50, .05) 72%
    );
  }

  body.agpro-modern .ag-history-hero__copy {
    width: min(92%, 1280px);
    padding: clamp(4.5rem, 8vw, 7rem) 0 !important;
  }

  body.agpro-modern .ag-history-hero h1 {
    max-width: 7.4ch;
    font-size: clamp(4rem, 6vw, 6.6rem);
    line-height: .92;
    white-space: normal !important;
    text-wrap: balance;
  }

  body.agpro-modern .ag-history-hero .ag-lead {
    max-width: 34rem;
    font-size: clamp(1.08rem, 1.35vw, 1.3rem);
    line-height: 1.55;
  }
}

@media (max-width: 800px) {
  body.agpro-modern .ag-history-hero h1 {
    max-width: 9ch;
    font-size: clamp(3rem, 14vw, 4.6rem);
    line-height: .94;
    text-wrap: balance;
  }

  body.agpro-modern .ag-history-hero .ag-lead {
    max-width: 32rem;
    line-height: 1.55;
  }
}
