body {
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
}

/* Box für Links */
.card-links {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0.6rem;
  padding: 0.75rem 1.25rem;
  background: color-mix(in srgb, var(--q2-accent) 12%, var(--q2-bg-elev));
}
.card-links .divider {
  opacity: 0.35;
}

/* Navigation links ausrichten */
.navbar,
.navbar-section,
.nav-wrapper {
  justify-content: flex-start !important;
}

/* Footer verstecken */
.footer,
#footer {
  display: none !important;
}
