body {
    background-color: rgb(52, 59, 60) ;
    color: lightgrey;

}

.top {
    color: lightgrey;
}

.bearbeiten {
        display: flex;
        flex-direction: column; /* Elemente untereinander anordnen */
        gap: 10px; /* Abstand zwischen den Inputs */
        width: 300px; /* Optionale Breite */
}
.Absenden {
    margin-left: 30px;
    width: 100px;
}
ul {
    list-style: none;
}
.input {
    margin-bottom: 5px;

}
.instruction {
    color: white;
}
.dropdown {
    position: relative;
    display: inline-block;
}
body li {
     margin-bottom: 5px;
}
.button {
    line-height: 30px;
    font-size: 1rem;
    border: 0;
    border-radius: 8px;
}
.button:hover {
    background-color: grey;
}

.valuebar {
  font-size: 1rem;
  color: black;
  margin-right: 5px;
  background-color: lightgrey;
}
.valuebar:hover {
    background-color: grey;
}
.ul li{
    color: lightgrey;
}
.ul input{
    background-color: lightgrey;
}
.button-absenden {
    line-height: 20px;
    font-size: 0.8rem;
    border: 0;
    border-radius: 8px;
}
.button-absenden:hover {
    background-color: grey;
}
.inputohneclass {
    background-color: lightgrey;
}
