@import url("https://fonts.googleapis.com/css2?family=Chelsea+Market&display=swap");

body,
html {
  min-height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #094349;
}

#light-background-gradient {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 30%;
  margin-top: 5%;
  background: rgb(71, 153, 131);
  background: linear-gradient(
    0deg,
    rgba(71, 153, 131, 0) 0%,
    rgba(71, 153, 131, 0) 8%,
    rgba(71, 153, 131, 1) 100%
  );
}
.container {
  position: relative;
  min-height: 100vh;
}

#background-plants {
  position: absolute;
  top: 20vw;
  opacity: 0.6;
  z-index: 5;
}

#water-lights {
  position: absolute;
  opacity: 0.8;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.foreground-image {
  position: fixed;
  opacity: 0.2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../assets/texture.png");
  background-repeat: repeat-y;
  background-size: 100% auto;
  z-index: 15;
}

#dark-background-gradient-container {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

#dark-background-gradient {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: -2;
  opacity: 0.6;
  height: 100vh;
  background: linear-gradient(
    0deg,
    rgba(4, 44, 51, 1) 40%,
    rgba(4, 44, 51, 0.7217480742296919) 50%,
    rgba(4, 44, 51, 0.29597776610644255) 70%,
    rgba(4, 44, 51, 0.1195071778711485) 80%,
    rgba(4, 44, 51, 0) 100%
  );
}

#sidefact {
  position: absolute;
  width: 24vw;
  font-family: "Chelsea Market", cursive;
  font-size: 12pt;
  opacity: 0.4;
  line-height: 1.5;
  color: rgb(164, 252, 255);
}

#sky {
  position: relative;
  pointer-events: none;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  pointer-events: none;
  width: 100%;
  top: 0px;
}

#water-waves {
  position: relative;
  pointer-events: none;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  width: 100%;
  margin-top: -16%;
}

#ground {
  position: relative;
  bottom: 0;
  width: 100%;
  z-index: 6;
}

#water-texture {
  position: absolute;
  width: 100%;
  top: 0vw;
  opacity: 0.5;
}
#water-texture2 {
  position: absolute;
  width: 100%;
  top: 110vw;
  opacity: 0.5;
}

#sideground {
  position: absolute;
  width: 100%;
  margin-top: -100%;
  z-index: 6;
}
.container {
  position: relative;
  min-height: 100vh;
}

.foreground-image {
  position: fixed;
  opacity: 0.2;
  top: 0;
  left: 0;
  height: 100%;
  background-image: url("../assets/texture.png");
  background-repeat: repeat-y;
  background-size: 100% auto;
  z-index: 8 !important;
}

.impressum {
  position: absolute;
  bottom: 3vw;
  left: 3vw;
  z-index: 10;
  text-align: start;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  opacity: 1;
  color: #bc987a;
}

.impressum2 {
  position: absolute;
  bottom: 15vw;
  left: 3vw;
  z-index: 10;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  opacity: 1;
  color: #bc987a;
  text-align: start;
}

@keyframes morph {
  0%,
  100% {
    border-radius: 40% 60% 70% 30%/40% 40% 60% 50%;
  }
  34% {
    border-radius: 70% 30% 50% 50%/30% 30% 70% 70%;
  }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
  }
}
