/*
 Theme Name:   2021-child
 Template:     twentytwentyone
 Version:      1.0
*/

/* Optional: eigene Styles */
body.custom-background {
  background-image: url("https://menschundkultur.de/wp-content/uploads/2025/10/adl_cover_1920_72_fract_high.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}

/* Overlay über dem gesamten Hintergrundbild */
body.custom-background::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.5); /* globale Abdunklung / Halbtransparenz */
  pointer-events: none;
  z-index: 0;
}
/* Inhaltsebene über dem Overlay */
.site {
  position: relative;
  z-index: 1;
  background: transparent;  /* wichtig, damit das Overlay sichtbar bleibt */
}
.glass-section {
  background: rgba(0, 0, 0, 0.05);
  color: #000;
  padding: 1rem;
  border-radius: 2rem;
}
.glass-section > * + *,
.glass-section .wp-block-group__inner-container > * + * {
  margin-top: 2rem;  /* fixer Wert statt Theme-Variable */
}

.cta {
  font-family: inherit;
  font-weight: 500;
  letter-spacing: .03em;
  text-transform: uppercase;
  text-decoration: none;
}