body{
    text-align: center;
    background-color: #f5efe0;
    font-family: Arial, sans-serif;
    min-height: 97vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: calc(10px + 2vmin);
    color: black;;
}

.uhr{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: xx-large;
}

.nummern{
    color: black;
    font-weight: bold;
    padding: 0.4em;
    background: white;
    border-radius: 0.4em;
    margin-left: 5px;
    margin-right: 5px;
    width: 1.1em;
    transform-style: preserve-3d;
    transition: transform 0.2s ease-in-out;
}

#fortschrittsanzeige{
    background-color: black;
    height: 5px;
    padding: 0;
    margin: 0;
}

.Buttons{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Stil für die Flip-Animation */
.flip {
    transform: rotateX(90deg);
}

img, select{
    transition: opacity 1s;
}


img:active{
    transform: scale(0.9);
}

.Progressbar{
    transition: width linear 0.1s;
}

#replay{
    display: inline-flex;
    flex-direction: column;
}