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

  .bild-links {
  float: left;
  width: 150px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.bild-rechts {
  float: right;
  width: 150px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}


body {
  font-family: "ABCSolar", Arial, Helvetica, sans-serif;
}

body {
  font-size: 19px;
}

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

h1 {
  font-weight: 400;
}

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

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

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

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

@keyframes lauschen {
  10% {
    background-color: #F79F79;
  }

  50% {
    background-color: #F7D08A;
  }

  100% {
    background-color: #87B6A7;
  }

  20% {
    background-color: #6D98BA;
  }

  80% {
    background-color: #210203;
  }

}

section {
  background-color: ivory;
}

.swiper {
  width: 70%;
  height: 300px;
}

.swiper img {
  width: 70%;
  height: auto;
}

.swiper {
  width: 20;
  height: 20;
  --swiper-theme-color: rgb (164 42 42);
}

figcaption {
  margin-bottom: 20px;
}

.swiper-slide {
  padding-top: 30px;
}

.swiper img {
  width: 75%; 
}

.tasse-img {
  width: 55% !important;
}
.waffel-img {
  width: 55% !important;
}

.click-bereich {
  text-align: center;
  background-color: ivory;
  padding: 20px;
}

.click-text {
  font-size: 15px;
  margin-top: 0;
  color: brown;
}

footer {
  text-align: right;
  padding: 40px;
  font-size: 16px;
  color: ivory;
}

footer a {
  color: ivory;
}

footer {
  background-color: #56494E;
}

  footer img {
  float: right;
  width: 90px;
  margin-top: -35px;
  margin-left: 20px;
}
