
#auswahlbutton{
    visibility: visible;
    position: absolute;
    top: 10%;
    font-size: 3vw;
    width: 80%;
    height: 100%;
    margin: 3%;
    text-align: center;
} 
#eingabe1{
    position: relative;
    top: 10%;
    padding: 5%;  
    visibility: hidden;
}
#eingaberechnen{
    position: absolute;
    top: 20%;
}
#checkbtn{
    position: absolute;
    top: 51%;
    height: 15%;
    width: 10%;
    font-size: 1.2vw;
    z-index: 1000;
    left: 45%;
    visibility: hidden;
}
#beenden{
    visibility: hidden;
    position: absolute;
    left: 25%;
    font-size:1.2vw;
    top: 95%;
}
.button{
    width: 20%;
    height: 40%;
    font-size: 3vw;
}
#bewertung{
    visibility: hidden;
    position: absolute;
    z-index: 3;
    top: 20%;
    left: 25%;
    width: 50%;
    padding: 2%;
    font-size: 2vw;
    border-style: solid;
    border-radius: 5px;
    background-color: beige;
    color: black;
}
#test{
    position: absolute;
    top: 30%;
}
#selectlg{
    -webkit-appearance: none;  
    -moz-appearance: none;
    text-align-last: center;
    position: absolute;
    width: 15%;
    left: 25%;
    height: 18%;
    font-size: 1.5vw;
}
#selectrg{
    -webkit-appearance: none;  
    font-weight: 3vw;
    -moz-appearance: none;
    text-align-last: center;
    position: absolute;
    width: 15%;
    right: 25%;
    height: 18%;
    font-size: 1.5vw;
}
#selectlm{
    -webkit-appearance: none;  
    -moz-appearance: none;
    text-align-last: center;
    position: absolute;
    width: 15%;
    left: 25%;
    height: 18%;
    font-size: 1.5vw;
}
#selectrm{
    -webkit-appearance: none;  
    font-weight: 3vw;
    -moz-appearance: none;
    text-align-last: center;
    position: absolute;
    width: 15%;
    right: 25%;
    height: 18%;
    font-size: 1.5vw;
}

#selectll{
    -webkit-appearance: none;  
    -moz-appearance: none;
    text-align-last: center;
    position: absolute;
    width: 15%;
    left: 25%;
    height: 18%;
    font-size: 1.5vw;
}
#selectrl{
    -webkit-appearance: none;  
    font-weight: 3vw;
    -moz-appearance: none;
    text-align-last: center;
    position: absolute;
    width: 15%;
    right: 25%;
    height: 18%;
    font-size: 1.5vw;
}
#eingabelinks{
    font-weight: 3vw;
    position: absolute;
    width: 14.6%;
    top: 71%;
    left: 25%;
    height: 15%;
    font-size: 1.5vw;   
}
#eingaberechts{
    font-weight: 3vw;
    position: absolute;
    width: 14.6%;
    top: 71%;
    right: 25%;
    height: 15%;
    font-size: 1.5vw;   
}