* {
    margin: 0 0;
    padding: 0 0;
    box-sizing: border-box;
    font-family: Londrina;
    font-size: 22px;
    letter-spacing: 0.1em;
}
@font-face {
    font-family:"Londrina" ;
    src: url(Londrina_Solid/LondrinaSolid-Regular.ttf)
    

}
body {
    background-color: rgb(255, 199, 240);
    width: 100vw;
    height: 100svh;
    overflow: hidden; 
}
.puddle-oracle {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 80svh;
}
form {
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 8;
}


.inputfield {
    width: 90vw;
    max-width: 400px;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

input {
    z-index:9;
    position: relative;
}
input[type="text"] {
    height: 50px;
    padding: 10px 18px;
    border-radius: 10px;
    border: none;
    top: 30px;
}

input[type="submit"] {
    padding: 10px 18px;
    height: 50px;
    background-color: black;
    color: white;
    border-radius: 10px;
    border: none;
    text-align: center;
    top: 25px;
}

input[type="submit"]:hover {
    background-color: white;
    height: 50px;
    color: black;
    cursor: pointer;
}

#answer-container {
    position: fixed;
    width: 50vw;
    height: 20svh;
    top: 25px;
    text-align: center;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

#answer-container.active::before{
    content: "";
    position: absolute;
    background-image: url(/IMG/Sprechblase-clean-gedreht.png);
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    top: 0px;
    left: 0;
    display: block;
    z-index: -1;
}

#answer-container.active {
    animation: fadeInScale 0.5s ease forwards;
}

@keyframes fadeInScale {
    0%{
        opacity: 0;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
  }
 
.nymphe-container{
    position: absolute;
    bottom: 190px;
    right: -128px;
    display: block; 
    pointer-events: none;
    z-index: 8;
}
.nymphe-container img {
    width: 500px;
    height: auto;
    display: block;
}
.stein-container {
    position: absolute;
    width: 200px;
    bottom: 140px;
    right: 180px;
    z-index: 2;
    pointer-events: none;

}  
.stein-container img {
    width: 550px
}

.seerose-container {
    position: absolute;
    width: 300px;
    bottom: -30px;
    right: -120px;
    display: block;
    z-index: 3;
}

.seerose-container img {
    width: 200px;
}

.frosch-container {
    position: absolute;
    width: 300px;
    bottom: -70px;
    right: 220px;
    display: block;
    z-index: 9;
    pointer-events: none;
}

.frosch-container img {
    width: 400px;
}

img {
    pointer-events: none;
}

.speech::before{
    content: "";
}

.wave-wrapper {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.wave-dark {
    position: absolute;
    bottom: -12px;
    width: 200%;
    height: 370px;
    background-image: url(IMG/waves_dark.svg);
    background-size: auto 100%;
    background-repeat: repeat-x;
    animation: waveMoveleft 30s linear infinite;
    z-index: 2;
}

@keyframes waveMoveleft {
    from{
        transform: translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}

.wave-light {
    position: absolute;
    bottom: 100px;
    width: 200%;
    height: 350px;
    background-image: url("IMG/waves_light.svg");
    background-size: auto 100%;
    background-repeat: repeat-x;
    animation: waveMoveright 20s linear infinite;
    z-index: 1;
  }
  
  @keyframes waveMoveright {
    from {
      background-position: 100% 0;
    }
    to {
      background-position: 0 0;
    }
  }

  @media (min-width: 700px) {
    
    .nymphe-container img{
        width: 600px;
    }
    
    .nymphe-container {
        bottom: 130px;
        right: -180px;
    }

    .seerose-container {
        width: 200px;
        bottom: 30px;
        right: 50px;
    }
    
    .seerose-container img {
        width: 250px;
    }

    .frosch-container{
        bottom: -80px;
        right: 500px;
    }

    .frosch-container img{
        width: 500px;
    }

    #answer-container {
        max-width: 350px;
        top: 60px;
        right: 350px;
        padding-right: 35px;
    }

    #answer-container.active::before{
        background-image: url(/IMG/Sprechblase-clean.png);
        width:100%;
        height: 100%;
    }

    .libelle {
    position: absolute;
    top: 50vh;
    left: 50vw;
    width: 150px;
    height: 150px;
    background-image: url(IMG/Libelle_slow.gif);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999999;
    transition: transform 0.1s linear;
    pointer-events: none;
    }

    .libelle2 {
        position: absolute;
        width: 100px;
        height: 100px;
        background-image: url(IMG/Libelle_slow.gif);
        background-size: contain;
        background-repeat: no-repeat;
        pointer-events: none;
        z-index: 9999;
        top: 50vh;
        left: 0;
        transition: transform 4s ease-in-out, top 5s ease-in-out, left 5s ease-in-out;
      }
    }


@media (min-width: 1000px){

    .nymphe-container img{
        width: 700px;
    }
    
    .nymphe-container {
        bottom: 100px;
        right: -100px;
    }

    .stein-container img{
        width: 700px;
    }

    .stein-container {
        bottom: 70px;
        right: 400px;
    }

    #answer-container {
        max-width: 400px;
        min-height: 180px;
        top: 60px;
        right: 550px;
        padding-right: 35px;
    }

    #answer-container.active::before{
        background-image: url(/IMG/Sprechblase-clean.png);
        background-size: 100% 100%;
        width:100%;
        height: 100%;
    }

}
