.newTimer {
    bottom: 50vh;
	display: none;
	justify-content: center;
	align-items: center;
	position: absolute;
    pointer-events: none;
}
.frage1 {
    position: absolute;
    top: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 25vh;
    font-size: 4vw;
    text-align: center;
    overflow-wrap: break-word;
}
.egoBox {
    position: absolute;
    bottom: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-wrap: break-word;
    text-align: center;
    width: 80%;
}
.funFacts {
    width: 100%;
    position: absolute;
    bottom: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-wrap: break-word;
    text-align: center;
    height: 30vh;
}
.newTimer h2 {
    font-size: 2em;
    width: 80px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
svg {
	transform: rotate(-90deg);
}
.circle_animation {
    stroke-dasharray: 282.7; /* 2 * π * r */
    stroke-dashoffset: 0;
    transition: all 1s linear;
}
.buttonSurContainer {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    height: 50vh;
    width: 100vw;
    position: absolute;
    bottom: 0;
}  
.buttonContainer {
    display: flex;
    flex-wrap: wrap;
    height: 50%;
    width: 100%;
    justify-content: center;
}
.button {
    font-size: 6vmin;
    display: flex;
    justify-content: center;
    width: 44%;
    height: 88%;
    border-radius: 2vi;
    text-align: center;
}

.buttonA {
    background-color: rgb(239, 141, 10);
    color: white;
    margin-left: 4vi;
    margin-right: 2vi;
    margin-top: 4vi;
    margin-bottom: 2vi;
    align-items: center;
}
.buttonB {
    background-color: rgb(86, 165, 26);
    color: white;
    margin-left: 2vi;
    margin-right: 4vi;
    margin-top: 4vi;
    margin-bottom: 2vi;
    align-items: center;
}
.buttonC {
    background-color: rgb(9, 85, 164);
    color: white;
    margin-left: 4vi;
    margin-right: 2vi;
    margin-top: 2vi;
    margin-bottom: 4vi;
    align-items: center;
}
.buttonD {
    background-color: rgb(169, 90, 229);
    color: white;
    margin-left: 2vi;
    margin-right: 4vi;
    margin-top: 2vi;
    margin-bottom: 4vi;
    align-items: center;
}
.buttonA:hover {background-color: rgb(255, 183, 10);}
.buttonB:hover {background-color: rgb(125, 241, 38);}
.buttonC:hover {background-color: rgb(13, 124, 240);}
.buttonD:hover {background-color: rgb(209, 100, 255);}

.buttonA:active {background-color: rgb(162, 95, 6);}
.buttonB:active {background-color: rgb(46, 88, 13);}
.buttonC:active {background-color: rgb(4, 45, 87);}
.buttonD:active {background-color: rgb(113, 59, 152);}

.buttonStyle {
    background-color: gray;
    width: fit-content;
    color: lightgray;
    padding: 0.5vw 1vw;
    border: lightgray solid 0.5vw;
    border-radius: 1vw;
}
.buttonStyle:hover {
    background-color: darkgray;
    color: white;
    border: white solid 0.5vw;
    cursor: pointer;
}
.buttonStyle:active {
    background-color: black;
    color: gray;
    border: gray solid 0.5vw;
}

.timerContainer {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    height: 50vmin;
    width: 100vw;
    position: absolute;
    pointer-events: none;
}

.brang {
    text-align: center;
}

/* Timerzeug*/
.timerbox {
    position: absolute;
    background-color: rgb(63, 63, 63);
    width: 40vmin;
    height: 40vmin;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.s1 {
    background-color: gray;
    z-index: 2;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: right center;
}

.s2 {
    background-color: gray;
    z-index: 3;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: right center;
}

.s3 {
    background-color: rgb(63, 63, 63);
    z-index: 4 ;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: right center;
    border: rgb(63, 63, 63) solid;
}

.bigcircle {
    width: 80%;
    height: 80%;
    background-color: black;
    border-radius: 50%;
    z-index: 5;
    position: absolute;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-flow: column wrap;
}

.timertext {
    font-size: 5vh;
    color: gray;
}





@keyframes shake {
    0% { margin-left: 0rem; }
    25% { margin-left: 0.5rem; }
    75% { margin-left: -0.5rem; }
    100% { margin-left: 0rem; }
}

.unerror {
    font-size:3vw;
    width: 80%;
    height: 3vh;
    color: red;
}
.hallo {
    color: black;
    position: absolute;
    top: 10vh;
}
.inputWrapper {
    display: flex;
    width: 80%;
    flex-direction: row;
    justify-content: center;
}

.inputbox {
    position: absolute;
    top: 40vh;
    height: 10vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tb1 {
    display: flex;
    font-size: 5vw;
    height: 7vh;
    padding: 1vmax;
    width: 70%;
    color: black;
    &.error
    {
      animation: shake 0.2s ease-in-out 0s 2;
    }
}
.spacer {
    width: 3%;
}
.submit {
    color: white;
    width: 27%;
    height: 7vh;
    font-size: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border: white solid 0.2vh;
    border-radius: 2vh;
    background: linear-gradient(to right, rgb(255, 183, 10), rgb(125, 241, 38), rgb(13, 124, 240), rgb(209, 100, 255));

}
.submit:active {
    background: linear-gradient(to right, rgb(239, 141, 10), rgb(86, 165, 26), rgb(9, 85, 164), rgb(169, 90, 229));
}

.biginputbox {
    background-image: url("Data/hinter.svg");
    background-size: 100% 100%;
    display: flex;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
}

.userBox {
    font-size: 4vw;
    position: absolute;
    margin: 1vmax;
    padding: 1vmin;
    border-radius: 1vmax;
    background-color: white;
    border: black solid 0.5vmin;
    z-index: 1;
}
.punkteBox {
    font-size: 4vw;
    position: absolute;
    right: 0;
    margin: 1vmax;
    padding: 1vmin;
    border-radius: 1vmax;
    background-color: white;
    border: black solid 0.5vmin;
    z-index: 1;
}
#punktZahl {
    font-size: 4vw;
}
.worte {
    overflow-wrap: break-word;
    text-align: center;
}
.punkte {
    overflow-wrap: break-word;
    text-align: center;
    margin: 1vh;
}
.phasebox {

    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url("Data/hinter.svg");
    background-size: 100% 100%;
}


.barContainer {
    background-color: rgb(125, 241, 38);;
    width: 80%;
    height: 4%;
    position: absolute;
    top: 55%;
    left: 10%;
}

.bar {
    background-color: gray;
    width: 0%;
    height: 100%;
    right: 0;
    position: absolute;
}



.sQbt {
    position: absolute;
}

.puregenius {
    overflow-wrap: break-word;
    text-align: center;
}

.jaNein {
    width: 100%;
}

.box1 {
    display: flex;
    width: 80%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    /* border: black solid 0.5vmin; */
}

.box2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* border: black solid 0.5vmin; */
}

.devtext {
    position: absolute;
    display: block;
}

#pregamebox {
    background-image: url("Data/hinter.svg");
    background-size: 100% 100%;
}

.tbox1text {
    font-size: 8vw;
}

.tbox2text {
    font-size: 4vw;
    text-align: center;
}

.imgbox {
    display: none;
    position: absolute;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 30%;
    padding-top: 75%;
}

.nimg {
    width: 100%;
}


* {
    margin: 0;
    padding: 0;
    font-size: 5vmin;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    box-sizing: border-box;
    user-select: none;
}


.funfactbox {
    bottom: 10%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.funfact {
    text-align: center;

}

.funfacttext {
    font-size: 4vmax;
    color: red;
    text-align: center;
}

.puregenius {
    text-align: center;
}

.mul {
    color: blue;
}