/* digitalmakler Branding */

/* Zeitslots: dunkelblau wie Header */
.available-hour {
  border: 2px solid #1A2B3C !important;
  color: #1A2B3C !important;
  background: #fff !important;
}
.available-hour:hover,
.available-hour.selected-hour {
  background: #1A2B3C !important;
  color: #fff !important;
  border-color: #1A2B3C !important;
}

/* Weiter-Button: pink (Akzent) */
.book-step .btn-dark,
.command-buttons .btn-dark {
  background: #FF0067 !important;
  border-color: #FF0067 !important;
}

/* Zurück-Button */
.book-step .btn-outline-secondary,
.command-buttons .btn-outline-secondary {
  color: #1A2B3C !important;
  border-color: #1A2B3C !important;
}

/* Kalender aktiver Tag: pink */
.flatpickr-day.selected {
  background: #FF0067 !important;
  border-color: #FF0067 !important;
}

/* Checkboxen hervorheben vor Buchungsbestätigung */
.form-check-input[type="checkbox"] {
  width: 1.3em !important;
  height: 1.3em !important;
  border: 2px solid #FF0067 !important;
  margin-top: 0.15em !important;
}
.form-check-input[type="checkbox"]:checked {
  background-color: #FF0067 !important;
  border-color: #FF0067 !important;
}
.form-check-label {
  color: #1A2B3C !important;
  font-weight: 500 !important;
}
