body {
  padding-top: 5rem;
}

.no_textdeco {
  text-decoration: none !important;
}

.btn_border_0 {
  --bs-btn-border-width: 0px;
}
.btn_border_0:disabled {
  pointer-events: none;
  opacity: var(--bs-btn-disabled-opacity);
}

.ac {
  position: relative;
}

.ac_items {
  position: absolute;
  z-index: 1099;
  top: 100%;
  left: 0;
  right: 0;
}

hr {
  margin: 0.7rem 0;
}

#Kategorie option, #Bereich option  {
  cursor: pointer;
}  

#Kategorie, #Bereich {
  z-index: 1000;
  min-width: 10rem;
  padding: 0.5rem;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  color: var(--bs-body-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color-translucent);
  border-radius: var(--bs-border-radius);
}
