@font-face {
    font-family: "Courier New";
    src: url("Courier-New.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    
}

body {
    font-family: "Courier New", Arial, Helvetica, sans-serif;
    color: antiquewhite;
}

section{
    background-color: #556B2F;
}

img{
    max-width: 100%;
}

h1 {
    font-weight: 400;
    text-align: center;
}

p{
    text-align: center;
}

div{
    text-align: center;
}

.inner-wrapper {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px;
}

.swiper {
    width: 100%;
    height: 300px;
    border: solid;
    border: 2px;
    border: outset #556B2F;
    border-width: 2px;
}

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

.swiper-slide{
    width: 30%;
    height: 30%;
    display: flex;
}

#gewaechshaus {
    background-color: #FFF0F5;
    color: #556B2F;
    
}

.swiper {
    width: 100%;
    height: 400px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    --swiper-theme-color: #556B2F
}

.lausch-animation {
  width: 100%;
  height: 300px;
  background-color: gray;
}

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

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

}
audio {
    width: 100%;
}

#lauschen{
    background-color: #FFF0F5;
    color: #556B2F;
}

@keyframe lauschen {
  10% {
    background-color: #9D8771;
  }
  50% {
    background-color: #004E9D;
  }
  100% {
    background-color: #BCB1AA;
  }
}

.lausch-animation {
  …
  animation: lauschen 10s infinite;
  …
}

"github.copilot.enable": {
        "*": false
    },


