@font-face {
  font-family: "ABCStefan";
  src: url("./ABCStefan-Simple-Trial.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

.headbar {
  position: fixed;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0rem 2rem;
  background-color: white;
  z-index: 1000;
  box-sizing: border-box;
}

.headbar nav {
  display: flex;
  gap: 1rem;
}

.headbar a {
  font-family: "ABCStefan";
  color: black;
}

.headbar h2 {
  font-family: 'Times New Roman', Times, serif;
  text-align: center;
}

.inner-wrapper h1 {
  font-family: 'Times New Roman', Times, serif;
  text-align: center;
}

.inner-wrapper {
  font-family: "ABCStefan";
  line-height: 2em;
  max-width: 600px;
  margin: 0 auto;
  padding: 40px;
  color: rgb(126, 19, 45);
  text-align: center;
  flex: 1;
  min-width: 0;
}

body {
  padding-top: 10px;
  background-color: rgb(239, 241, 255);
}

#snack {
  color: rgb(126, 19, 45);
  background-color: rgb(255, 226, 255);
  border: rgb(126, 19, 45);
}

.button-snacken {
  color: rgb(126, 19, 45);
  background-color: rgb(255, 226, 255);
}

#Gewaechshaus img {
  max-width: 200px;
  height: auto;
  border-radius: 10px;
}

.swiper {
  border-radius: 10px;
  border: dotted;
  width: min(600px, 90%);
  height: 320px;
  margin: 2rem auto;
  background-color: rgb(226, 230, 255);
  min-width: 0;
}

.swiper img {
  width: 100%;
  max-width: 220px;
  height: auto;
  border-radius: 10px;
}

.lausch-animation {
  width: 50%;
  height: 300px;
  border-radius: 20px;
  background-color: #E2ECD5;
  animation: lauschen 10s infinite;
  margin: auto;
}

#lauschen.vollbild .lausch-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vw;
  z-index: 1;
}

#lauschen.vollbild audio {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

@keyframes lauschen {
  10% {
    background-color: #E2ECD5;
  }
  20% {
    background-color: #CFDFB9;
  }
  30% {
    background-color: #BCD29D;
  }
  40% {
    background-color: #A9C581;
  }
  50% {
    background-color: #96B865;
  }
  60% {
    background-color: #779A47;
  }
  70% {
    background-color: #96B865;
  }
  80% {
    background-color: #A9C581;
  }
  90% {
    background-color: #BCD29D;
  }
  100% {
    background-color: #CFDFB9;
  }
}

.button-vollbild {
  padding: 15px;
  border-radius: 5px;
  background-color: #A9C581;
}

footer {
  background-color: #CFDFB9;
  padding: 15px;
  font-family: "ABCStefan";
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
}

.Erdbeere {
  width: 75px;
}