body{ background-color: #d9d9d9;
}

input[type=number], select {
  width: 40px;
  height: 40px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #000000;
  border-radius: 5px;
  box-sizing: border-box;
  font-size:large;
  text-align: center;
  background-color: rgb(165, 165, 168);
}

/* Bei Input keine Pfeile (mehr bzw. weniger) */
  input::-webkit-outer-spin-button, 
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.text {
  text-align: center;
}
.startmenu {
  text-align: center;
  font-size: larger;
}

input[type=button], select {
  width: 100px;
  height: 40px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #000000;
  border-radius: 5px;
  box-sizing: border-box;
  font-size:small;
  text-align: center;
  background-color: rgb(165, 165, 168);
}

input[class=result], select {
  width: 80px;
  height: 40px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #000000;
  border-radius: 5px;
  box-sizing: border-box;
  font-size:large;
  font-weight: bold;
  text-align: center;
  background-color: rgb(121, 121, 174);
}

input[class=treffer], select {
  width: 80px;
  height: 40px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #000000;
  border-radius: 5px;
  box-sizing: border-box;
  font-size:large;
  font-weight: bold;
  text-align: center;
  background-color: rgb(153, 153, 196);
}

input::placeholder {
  font-weight:bold;
  opacity: 0.3;
  color: rgb(0, 0, 0);
}

input[class=name], select {
  width:min-content;
  height: 35px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #000000;
  border-radius: 5px;
  box-sizing: border-box;
  font-size:large;
  text-align: center;
  background-color: rgb(165, 165, 168);
}

input[class=zeitauswahl], select {
  height: 25px;
  background-color: rgb(165, 165, 168);
  font-size: small;
  font-weight:normal;
  border: 1px solid #000000;
}

.button {
  border: 1px solid #000000;
background-color: rgb(165, 165, 168);

}

