@font-face {
  font-family: "ABCSolar";
  src: url("ABCSolar-Regular-Trial.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}


body{
   font-family: "ABCSolar";
   background-color: #fce6ec;
}

.seiten-navigation {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fce6ec;
  border-bottom: 1px solid var(--rahmen-farbe);
  padding: 0.75rem 1rem;
}

.seiten-navigation ul {
  list-style: none;
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 0;
}

section[id] {
  scroll-margin-top: 6rem;
}

  .swiper {
  width: 100%;
  height: 300px;
  padding: 50px 0px;
  border: solid 1px;
  border-color: #34210e;
  border-radius: 5%;


}

.swiper img {
  width: 50%;
  height: auto;
  transform: translateY(-30px);
  
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination {
  color: darkolivegreen;

}

.swiper-slide:nth-child(2) img {
 translate: 0 -30%
}

.swiper-slide:nth-child(1) img {
  translate: 0 -35%
}

.swiper-slide:nth-child(2) p {
  translate: 0 -80%;
}

h1 {
  font-weight: 1000;
  font-size: 200%;
  font-style:normal;
  color: #34210e;
  padding: 50px;
  margin-top: 10%;  
}

.untertext {
  color:#34210e;
  text-align: center;
  font-style: italic;
  margin-top: 10%;
  margin-bottom: -12%;
}

p {
  text-align: center;
  margin-bottom: 5%;
  margin-top: 10%;
  color:darkolivegreen;
}

.herz {
  color: #fce6ec;
  background-color: darkolivegreen;
}

.ueberschrift {
  font-weight: 800;
  color:#34210e;
  margin-top: 10%;
  margin-bottom: -3%;
}

section {
  background-color: #fce6ec;
}

.inner-wrapper {
  max-width: 600px;
  margin: 0 auto;
  padding: 80px;
  color:#7f0a60 (159, 117, 19);
  text-align: center;
}

.lausch-animation {
  width: 100%;
  height: 300px;
  background-color: darkolivegreen;
  border: var(--rahmen);

}

.abschnitt {
  background-image: url(il_570xN.1212239405_b7g7.jpg.webp);
}


.button-vollbild {
  color: rgb(51, 64, 28);
  background-color: beige;
  border-radius: 100px;
}

@keyframes lauschen {
  0% { background-color: #9d8771; }
  10% { background-color: #7a5f4b; }
  20% { background-color: #004e9d; }
  30% { background-color: #0a7db8; }
  40% { background-color: #1f9d8a; }
  50% { background-color: #6cbf57; }
  60% { background-color: #d0a63c; }
  70% { background-color: #c76b32; }
  80% { background-color: #a3474b; }
  90% { background-color: #7b4fa3; }
  100% { background-color: #bcb1aa; }
}

.lausch-animation.is-playing {
  animation: lauschen 10s infinite;

}

.lausch-animation.is-fullscreen {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}


@keyframes lauschen {
  10% {
    background-color: #34210e;
  }
  50% {
    background-color: #fefaad;
  }
  100% {
    background-color: #fb59d0;
  }
}



