
.hoflisteRow{
  cursor: pointer;
}

.neuerArtikel {
  cursor: pointer;
}

.login{
  position: fixed!important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
}

.login h2{
  margin-top: 0;
}

.selected{
  background-color: lightgray;
}

.input-container {
  width: 100px;
  gap: 5px;
}

.hofliste-input {
  width: 70px;
  margin-right: 3px !important;
}