.inner-wrapper {
  max-width: 500px;
  margin: 0 auto;
  padding: 40px;
  letter-spacing: 4%;
  text-align: justify;
  text-justify: inter-word;
}

@font-face {
  font-family: "ABCDiatype";
  src: url("ABCGinto-Regular-Trial.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

h1 {
  font-size: 30px;
  font-weight: 400;
  text-align: right;
}

body {
  font-family: "ABCDiatype", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: aliceblue;
  background: linear-gradient(180deg,
      #8183ff 0%,
      #91fbff 100%);
}

.swiper {
  overflow: visible;
  width: 100%;
  height: 450px;
}

.swiper img {
  width: 100%;
  height: auto;
  display: block;
}

.lausch-animation {
  width: 100%;
  height: 300px;
  background-color: gray;
  animation: lauschen 5s infinite alternate;
}

@keyframes lauschen {
  0% {
    background-color: #57ffe3;
  }

  5% {
    background-color: #004E9D;
  }

  10% {
    background-color: #d468ff;
  }

  15% {
    background-color: #ce2cb3;
  }

  20% {
    background-color: #004E9D;
  }

  30% {
    background-color: #9443e0;
  }

  40% {
    background-color: #53ffcc;
  }

  50% {
    background-color: #473aff;
  }

  60% {
    background-color: #34f8bd;
  }

  70% {
    background-color: #5473ff;
  }

  80% {
    background-color: #004E9D;
  }

  100% {
    background-color: #4a65ff;
  }
}

.button-vollbild {
  display: block;
  margin: 20px auto 0 auto;
  padding: 15px 25px;
  border: none;
  border-radius: 1000px;
  background-color: #3374ff;
  color: #ffffff;
  font-family: inherit;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

audio {
  display: block;
  margin: 20px auto;
}

section {
  padding: 80px 0;
}

figure {
  margin: 0;
}

#gewaechshaus p::first-letter {
  font-size: 3rem;
  font-weight: bold;
  float: left;
  line-height: 1;
  margin-right: 7px;
  margin-top: 5px;
}