body {
  background: linear-gradient(to right, #b4dab4, #65a16d) !important;
}
.scroll-container {
  position: absolute;
  top: 0;
  height: 1700px; /* This defines the total scroll distance for the animation */
  width: 100%;
  min-width: 100vw;
  z-index: 18;
}

.hero-wrapper {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden; /* Ensures nothing spills out */
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.hero-scene {
  width: 100%;
  height: 100%;
  position: relative; /* Children will be positioned relative to this */
}
.background-layers {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}
.sky {
  background: radial-gradient(ellipse at center bottom, #ffe8a3, #59cfef);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  flex-shrink: 0;
  z-index: 7;
  padding-top: 100px;
  overflow: hidden;
}

.am-display-huge {
  font-size: 24rem;
  color: white;
  font-weight: 900;
  will-change: transform;
  transition: transform 1000ms;
}
.am-display-small {
  margin-top: 115px;
  font-size: 6rem;
  font-weight: 900;
  color: white;
  will-change: transform;
  transition: transform 1000ms;
}
.grassland {
  display: flex;
  flex-direction: row-reverse;
  background: linear-gradient(to right, #b4dab4, #65a16d);
  background: transparent;
  position: relative;
  width: 100%;
  flex-grow: 1;
  z-index: 20;
}

.grassland .am-display-small {
  margin-right: calc((100vw - 1440px) / 2);
}

.grassland .wp-block-greyd-buttons {
  height: fit-content;
  position: sticky;
  margin-bottom: -5vh;
  left: 50%;
  transform: translateX(-50%);
  align-self: end;
  pointer-events: all;
}
.parallax-element {
  position: absolute;
  will-change: transform;
  width: calc(0px + 200vw);
  transform-origin: center center;
  left: calc(50% - 100vw);
  max-width: 200vw;
}
#wirklichkeit {
  position: relative !important;
  transform-origin: bottom center;
  width: 50vw;
  max-width: 50vw;
  left: unset;
  right: 5vw;
  z-index: 17;
}
#vision {
  position: relative !important;
  margin-bottom: 3vw;
  transform-origin: bottom center;
  width: 90vw;
  max-width: 90vw;
  left: calc(50% - 45vw);
  z-index: 7;
}
@media screen and (max-width: 1400px) {
  #vision {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 1000px) {
  #vision {
    margin-bottom: 1vw;
  }
}
#vision-mobile {
  display: none;
  position: relative !important;
  margin-bottom: 3vw;
  transform-origin: bottom center;
  width: 90vw;
  max-width: 90vw;
  left: calc(50% - 45vw);
  z-index: 7;
}
#wirklichkeit-mobile {
  display: none;
  position: relative !important;
  transform-origin: bottom center;
  width: 50vw;
  max-width: 50vw;
  left: unset;
  right: 5vw;
  z-index: 20;
}
@media screen and (max-width: 1000px) {
	#vision {
    display: none;
  }
  #vision-mobile {
    display: block;
  }
  #wirklichkeit {
    display: none;
  }
  #wirklichkeit-mobile {
    display: block;
    width: 100vw;
    max-width: 54vw;
  }

}
@media screen and (max-width: 900px) {
  #wirklichkeit-mobile {
    max-width: 60vw;
  }

}
@media screen and (max-width: 800px){
	.parallax-element:not(#wirklichkeit):not(#vision):not(
      #wirklichkeit-mobile
    ):not(#vision-mobile):not(#big-trees) {
    width: calc(0px + 500vw) !important;
    left: calc(50% - 250vw) !important;
    max-width: 500vw !important;
  }

}
@media screen and (max-width: 650px) {
  #wirklichkeit-mobile {
    max-width: 72vw;
  }
	#vision-mobile{
		margin-bottom: 7vw;
	}

}

#hill {
  z-index: 12;
}
#city-back {
  z-index: 9;
}
#city-front {
  z-index: 13;
}
#river {
  z-index: 13;
}
#big-trees {
  z-index: 15;
}

.pl-nowrap {
  white-space: nowrap;
}
