:root{
  --center-shift: 8vh;
  --gap-hero-contact: 5vh;
  --gap-contact-copyright: 10vh;
  --logo-h: 4.5vh;
}

/* WICHTIG: Animation darf den Shift nicht überfahren */
.center{ transform: none !important; margin-top: var(--center-shift); }

/* Sicherstellen, dass der Gap wirklich greift */
.contact{ padding-top: var(--gap-hero-contact) !important; }
