.list-group-auto-complete {
  background-color: grey !important;
  list-style-type: none !important;
}

.list-group-auto-complete div ul {
  list-style-type: none !important;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-auto-complete div ul li {
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
  border-radius: 0 !important;
  position: relative !important;
  display: block !important;
  padding: 0.75rem 1.25rem !important;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  box-sizing: border-box !important;
  font-weight: 400 !important;
  word-wrap: break-word !important;
  cursor: pointer !important;
}

.list-group-auto-complete div ul li:nth-child(even) {
  background-color: #e9ecef !important;
}

.list-group-auto-complete div ul li:nth-child(odd) {
  background-color: #f8f9fa !important;
}

.important-note {
  background-color: #dc3545;
  color: #fff !important;
  align-items: center;
  text-align: center;
}
.important-note p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.alert-warning2 {
  color: #b34700;
  background-color: #ffe5d4;
  border-color: #ffe5d4;
}

#menuResponsive .ButtonMenu-woda {
  background-color: whitesmoke;
  color: #006000;
  border: 2px solid #006000;
}
#menuResponsive .ButtonMenu-woda.active,
#menuResponsive .ButtonMenu-woda:hover,
#menuResponsive .ButtonMenu-woda:focus {
  background-color: #006000;
  color: #FFFFFF;
  border: 2px solid #006000;
}

#menuResponsive .ButtonMenu-zielen {
  background-color: whitesmoke;
  color: #694000;
  border: 2px solid #694000;
}
#menuResponsive .ButtonMenu-zielen.active,
#menuResponsive .ButtonMenu-zielen:hover,
#menuResponsive .ButtonMenu-zielen:focus {
  background-color: #694000;
  color: #FFFFFF;
  border: 2px solid #694000;
}

.bg-green {
  background-color: #694000 !important;
}

