@font-face {
  font-family: "ABCStefan";
  src: url("./ABCStefan-Simple-Trial.otf") format("woff2");
  font-weight: 400;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.seiten-navigation {
  position: sticky;
  top: 0;
  z-index: 20;
  background: white;
  border-bottom: 1px solid #d8d8d8;
  padding: 1rem;
}

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

.seiten-navigation a {
  text-decoration: none;
  color: #72045e;
  font-weight: 600;
}

.seiten-navigation a:hover {
  color: #770080;
}

section[id] {
  scroll-margin-top: 6rem;
  min-height: 100vh;
  padding: 4rem 2rem;
}

p {
  font-family: Arial, sans-serif;
  color: #72045e;
}

body {
  font-family: "ABCStefan";
  background-color: #f0fff0;
  text-align: center;
  color: #7e5d84;
}

section {
  background-color: #f0fff0;
}

.inner-wrapper {
  max-width: 600px;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
  color: #875690;
}

.lausch-animation {
  width: 100%;
  height: 300px;
  background-color: #cba9d1;
  animation: lauschen 10s infinite;
}

#lauschen.vollbild .lausch-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  width: 100%;
}

#lauschen.vollbild audio {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

@keyframes lauschen {
  10% {
    background-color: #b194c8;
  }
  30% {
    background-color: #b9a0c2;
  }
  50% {
    background-color: #ccc0cf;
  }
  75% {
    background-color: #cdb4d3;
  }
  100% {
    background-color: #8a738f;
  }
}
.button-mood {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
}
.button-mood {
  background-color: #e6b4f0;
  color: #770080;
}

h1 {
  font-family: "ABCStefan";
  font-weight: 400;
}

h2 {
  font-weight: 350;
  color: #875690;
  text-align: center;
  font-family: "ABCStefan";
}

h3 {
  font-family: "ABCStefan";
  font-size: large;
  color: #875690;
  text-align: center;
}

h4 {
  text-align: center;
  color: #875690;
}

.swiper {
  width: 100%;
  height: 300px;
  --swiper-theme-color: rgb(135, 86, 144);
}

.swiper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.bild {
  display: block;
  margin: 0 auto;
  width: 15%;
}

button {
  background-color: #522b53;
  color: rgb(253, 183, 183);
  padding: 0.5 rem 1.25 rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
}
button:hover {
  background-color: #e6b4f0;
  color: #770080;
}

/*# sourceMappingURL=style.css.map */
