/*
input[type="text"] {
    height: 100%;
    width: 97%;
    color: red;
    font-size: 4vmin;
    text-align: center;
    background-color: inherit;
    color: white;
}
*/

* {
    transition: 0.5s;
}

#eingabeFrage,
#eingabeErklärung {
    width: 80vw;
    max-height: 35vh;
    overflow: hidden;
    resize: none;
    text-align: center;
    color: burlywood;
    font-size: 4vmin;
    background-color: blue;
}

#anleitungFrageEingabe {
    width: 80vw;
    height: 33vh;
    overflow: hidden;
    resize: none;
    text-align: center;
    color: burlywood;
    font-size: 4vmin;
    background-color: blue;
}

.eingabeAntwort {
    max-height: 45%;
    max-height: 35vh;
    overflow: hidden;
    resize: none;
    text-align: center;
    color: white;
    font-size: 4vmin;
    background-color: blue;
}

#frage,
#antwortblock {
    width: 80vw;
    height: 35vh;
    color: aliceblue;
}

#erklärung,
#einzelfrage,
#einzelrichtig{
    width: 80vw;
}


#erklärung,
#einzelfrage,
#frage {
    display: grid;
    place-content: center;
    text-align: center;
    color: burlywood;
    font-size: 4vmin;

}
#einzelrichtig {
    display: grid;
    place-content: center;
    text-align: center;
    color: aqua;
    font-size: 4vmin;

}

#antwortblock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
    z-index: 2;
}
 
.antwort {
    width: 45%;
    height: 45%;
    border: 2px solid white;
    display: grid;
    place-content: center;
    border-radius: 20%;
    font-size: 4vmin;
    opacity: 0.8;
}

.antwortgedrückt {
    opacity: 1;
    box-shadow:
        0px 0px 2.6px rgba(255, 255, 255, 0.194),
        0px 0px 9px rgba(255, 255, 255, 0.286),
        0px 0px 40px rgba(255, 255, 255, 0.48);
}

body {
    height: 95vh;
    display: grid;
    place-items: center;
    font-size: 5vmin;
    /*    background-color: darkblue; */
    background: rgb(9, 0, 255);
    background: radial-gradient(circle, rgba(9, 0, 255, 1) 0%, rgba(0, 0, 0, 1) 100%);
    font-family: Arial, Helvetica, sans-serif;
    color: aqua;

    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

#eigeneFragen,
#quizende,
#spiel,
#eingabeAnleitung,
#button {
    display: grid;
    place-items: center;
    border-radius: 3%;
    background-color: #000087;
    padding: 10px;
}

#score {
    text-align: center;
    color: aqua;
}

#startbildschirm,
#modusbildschirm,
#fragenschirm,
#highscoreschirm {
    width: 98vw;
    height: 98vh;
    display: grid;
    place-items: center;
    color: aqua;

}

#weiter {
    position: absolute;
    width: 98vw;
    height: 98vh;
    z-index: 2;
}

.center {
    display: grid;
    place-content: center;
    text-align: center;
    color: burlywood;
}

#inputNumber {
    font-size: 2vmax;
}

.button {
    width: 25vw;
    height: 5vh;
    display: grid;
    place-items: center;
    font-size: 3vmin;
    border-radius: 25%;
    background-color: #0000ff;
    padding: 10px;
    color: aqua;

}

.buttonreihe {
    width: 80%;
    display: flex;
    justify-content: space-evenly;
    background-color: transparent;
    padding: 5%;
}

#fertigbutton {
    background: transparent;
    border: none;
}

#logo {
    max-width: 75vw;
    max-height: 30vh;
}

.myButton {
    box-shadow: inset 0px 1px 0px 0px #fce2c1;
    background: linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
    background-color: #ffc477;
    border-radius: 6px;
    border: 1px solid #eeb44f;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 5vmin;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #cc9f52;
    text-align: center;
}

.myButton:hover {
    background: linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
    background-color: #fb9e25;
}

.myButton:active {
    position: relative;
    top: 1px;
}

#vorwort {
    width: 80%;
    font-size: 2vmin;
    padding: 10px;
    background-color: navy;
    border: 2px solid gray;
}

.kleineschrift {
    font-size: 2vmin;
    width: 80%;
    text-align: center;
}

#antwortzeit {
    font-size: 50vmin;
    position: absolute;
    top: 5%;
    opacity: 0.3;
}

.table {
    border:1px solide #C0C0C0;
    border-collapse:Zusammenbruch;
    padding:5px;
    font-size: 2.5vmin;
}
.th {
    border:1px solide #C0C0C0;
    padding:5px;
    background:#F0F0F0;
    text-align: left;
    color: darkblue;
}
.td {
    border:1px solide #C0C0C0;
    padding:5px;
}

#einzelansicht {
    width: 75vw;
    height:auto;
}

#highscoretabelle{
    width: 60vw;
    text-align: center;
}

#warnung {
    width: 60vw;
}

.smallButton {
    box-shadow: inset 0px 1px 0px 0px #fce2c1;
    background: linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
    background-color: #ffc477;
    border-radius: 6px;
    border: 1px solid #eeb44f;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 3.5vmin;
    font-weight: bold;
    padding: 1px 2px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #cc9f52;
    text-align: center;
}

#hinten {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url("img/Fragezeichen.png");
    background-repeat: repeat;
    animation: fly 10s linear infinite;
    z-index: -1;
    opacity: 0.2;
  }
  
  @keyframes fly {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 128px 64px;
    }
  }
  