    .meta{
      color:#6b7280;
      font-size:13px;
      position: relative;
      transform: translateY(-0.5em);
    }

  :root{
    --bg: #ffffff;
    --muted: #6b6b72;
    --accent: #0b78a8;
    --card-bg: #ffffff;
    --radius: 12px;
    --container-max: 1100px;
    --gap: 16px;
    --font-sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  }

  /* Section base (mobile-first) */
  .svp-jubilaeum{
    background: linear-gradient(180deg,#f7fbfd 0%,var(--bg) 100%);
    padding:20px 16px;
    color:#111;
    font-family:var(--font-sans);
  }
  .svp-jubilaeum__inner{
    max-width:var(--container-max);
    margin:0 auto;
  }

  .svp-jubilaeum__title{
    margin:0 0 12px 0;
    font-size:1.5rem;
    color:var(--accent);
    line-height:1.05;
  }

  .svp-jubilaeum__lead{
    margin:0 0 12px 0;
    font-size:1rem;
    color:#222;
    line-height:1.45;
    text-align:justify;
    -webkit-text-size-adjust:100%;
    hyphens:auto;
  }

.land {
    display: none;
}
img {
    padding: 10px 0 10px 0;
    width: 100%;
    max-width: 380px;
}
@media only screen and (orientation: landscape) {
  .port {
    display: none;
  }
  .land {
    display: block;
  }
  img {
    padding: 1em 0 10px 10px;
    width: auto;
    max-width: 380px;
    max-height: 70vh;
    display: block;
}
.images {
    float: right;
  }
}

  .svp-jubilaeum__text{
    margin:0 0 14px 0;
    font-size:0.98rem;
    line-height:1.6;
    color:#222;
    text-align:justify;           /* Blocksatz */
    hyphens:auto;                /* Silbentrennung */
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
  }

  /* Small spacing tweak to avoid widows/orphans on mobile */
  .svp-jubilaeum__text::after{
    content:"";
    display:block;
    height:6px;
    width:100%;
  }

  /* Accessibility: reduced motion */
  @media (prefers-reduced-motion: reduce){
    *{ transition:none !important; animation:none !important; }
  }
