



h1 {font-family: "Reenie Beanie", cursive;
    font-size: 90px;
    color: #450033e4;}
h2 {font-family: "Reenie Beanie", cursive;
    font-size: 50px;
    color: rgb(253, 239, 39);}

h3 {font-family: "Reenie Beanie", cursive;
    font-size: 50px;
    color: rgb(253, 239, 39);}

 h4 {font-family: "Reenie Beanie", cursive;
    font-size: 50px;
    color: rgb(253, 239, 39);}

    body {
    font-family: 'Google Sans', sans-serif;
}

.swiper {
  width: 100%;
  height: 300px;
  color: rgb(253, 239, 39);
  swiper-theme-color: rgb(253, 239, 39);
}

:root {
    --swiper-navigation-color: #FFD700;
    .swiper-pagination-bullet-active 
    {background: gold;}
}

.swiper img {
  width: 50%;
  height: auto;
}

.inner-wrapper {
  max-width: 600px;
  margin: 0 auto;
  padding: 40px;}

  body {
  background-color: rgba(186, 138, 88, 0.404);
}

#einleitung {
  padding-top: 3rem;
  padding: 1rem;
}

.center {
  display: flex;
  justify-content: center;
}

  .swiper-slide img {
    width: 230px;
    height: auto;
    border-radius: lem;
  }

section:nth-child(1) {
  background-image: url('foto/hintergrund3.jpg');
  background-size: cover;
  background-position: center;
  min-height: 500px;
}




section:nth-child(2) {
  background-color: #450033e4;
  color: rgb(252, 233, 30);
  --swiper-theme-color: rgb(253, 239, 39);
  padding-bottom: 32px;
}
section:nth-child(3) {
  background-color: #450033e4;
  color: rgb(252, 233, 30);
  --swiper-theme-color: rgb(253, 239, 39);
  padding-bottom: 32px;
}
section:nth-child(4) {
  background-color: #450033e4;
  color: rgb(252, 233, 30);
  --swiper-theme-color: rgb(253, 239, 39);
  padding-bottom: 560px;
}

button {
  background-color: rgb(253, 239, 39);
  color: #450033e4;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.2s;
}

button:hover {
  background-color: rgb(253, 239, 39);
  transform: scale(1.05);
}


button:active {
  transform: scale(0.95);
}

.swiper-slide figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 32px;
}
.lausch-animation {
  width: 100%;
  height: 300px;
  background-color: rgb(64, 110, 64);
  animation: lauschen 10s infinite;
}

#lauschen.vollbild .lausch-animation {
   position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   height: 100vh;
   z-index: 1;
}

#lauschen.vollbild audio {
position: fixed;
bottom: 0;
left: 0;
z-index: 2;
width: 100%;
}




@keyframes lauschen {
  0% { background-color: #530826e4; }
  10% { background-color: #53083fe4; }
  20% { background-color: #3e0313e4; }
  30% { background-color: #962f61e4; }
  40% { background-color: #f67700e4; }
  50% { background-color: #ffff00e4; }
  60% { background-color: #2d0221e4; }
  70% { background-color: #642453e4; }
  80% { background-color: #633958e4; }
  90% { background-color: #7f4970e4; }
  100% {background-color: #ff5500e4; }
}


.button-vollbild {
  width: 35px;
  height: 35px;
  background-color: rgb(64, 110, 64);
}


.star {
  position: fixed;
  width: 40px;
  height: 40px;

  transition:
    left 1.5s ease-out,
    top 1.5s ease-out,
    opacity 1.5s ease-out;

  pointer-events: none;

}

@keyframes explode {
  from {
    transform: translate(0, 0) scale(0);
    opacity: 1;
  }

  20% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }

  to {
    transform:
      translate(
        calc(var(--dx) * 1px),
        calc(var(--dy) * 1px)
      )
      scale(0.5);

    opacity: 0;
  }
}

body {
    margin: 0;
    background: #450033;
}


main {
    position: relative;
    z-index: 2;
}


.unten {
    color: gold;
}


.sky {
    position: absolute; /* oder absolute */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.stern {
  position: absolute;
  width: 50px;
}
    
/* einzelne Positionen */
.s1 {
    left: 100px;
    top: 1200px;
}

.s2 {
    left: 100px;
    top: 2700px;
}

.s3 {
    left: 300px;
    top: 3800px;
}
.s4 {
    right: 300px;
    top: 2000px;
}

.s5 {
    right: 350px;
    top: 2100px;
}

.s6 {
    right: 300px;
    top: 2500px;
}
.s7 {
    right: 100px;
    top: 2900px;
}

.s8 {
    right: 220px;
    top: 3500px;
}

.s9 {
    right: 470px;
    top: 3900px;
}
.s10 {
    left: 122px;
    top: 1400px;
}

.s11 {
    left: 280px;
    top: 2200px;
}

.s12 {
    left: 230px;
    top: 3300px;
}


.stern:hover {
    transform: scale(1.2);
    filter: drop-shadow(0 0 10px gold);
}