.index-wellcome-background-image {
  position: relative; /* wichtig für das Overlay */
  background: url("../img/index-logo2.webp") no-repeat center center;
  background-size: cover;
  background-attachment: scroll;
  background-color: #000;
}

/* Halbtransparentes Overlay über dem Hintergrund */
.index-wellcome-background-image::before {
  content: "";
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0; */
  background: rgba(0, 0, 0, 0.85); /* Abdunkeln (0.6 = 60% schwarz) */
  z-index: 1;
}

/* Dein Inhalt bleibt darüber sichtbar */
.index-wellcome-background-image > * {
  position: relative;
  z-index: 2;
}

.custom-section-height {
  background-color: #000;
  color: #fff;
  margin-top: 0 !important;
}

.startseite-section {

  display: flex;
  justify-content: center;
  align-items: center;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  text-align: center;
  padding: 40px 20px;
}

.index-wellcome-container {
  min-height: 50vh;
  background-color: black;
  color: #fff;

  max-height: auto;
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 20px;
}

.SpaceGaze {
  color: #000;
  background: #f9f9f9;
  padding-top: auto;
  padding-bottom: 400px;
}
