/* Termin buchen – nur diese Seite */

.contact-page.appointment-booking .contact-page__input-box input[type="text"],
.contact-page.appointment-booking .contact-page__input-box input[type="email"],
.contact-page.appointment-booking .contact-page__input-box input[type="date"],
.contact-page.appointment-booking .contact-page__input-box select {
  height: 50px;
  width: 100%;
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 18px;
  color: #797979;
  display: block;
  border: 1px solid #dddddd;
  border-radius: 5px;
}

.contact-page.appointment-booking .contact-page__input-box select {
  appearance: auto;
  cursor: pointer;
}

.contact-page.appointment-booking .appointment-booking__notes-box textarea {
  width: 100%;
  min-height: 140px;
  padding: 18px 20px;
  font-size: 18px;
  color: #797979;
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 5px;
  outline: none;
  resize: vertical;
}

.contact-page.appointment-booking .appointment-booking__hint {
  font-size: 14px;
  color: #6c757d;
  margin-top: -12px;
  margin-bottom: 18px;
}

.contact-page.appointment-booking .appointment-booking__hint--time {
  margin-top: 4px;
}

.appointment-booking__pricing {
  position: relative;
  display: block;
  padding: 100px 0 90px;
  background-color: #f8f8f8;
}

.appointment-booking__table-wrap {
  margin-top: 20px;
}

.appointment-booking__price-table {
  margin-bottom: 0;
  background-color: #fff;
}

.appointment-booking__price-table thead th {
  background-color: var(--assimox-base, #ffc107);
  color: var(--assimox-black, #222);
  font-weight: 600;
  border-color: #e0e0e0;
}

.appointment-booking__price-table td {
  vertical-align: middle;
}

.appointment-booking__submit {
  min-width: 200px;
  position: relative;
}

.appointment-booking__submit--busy {
  cursor: wait;
  opacity: 0.9;
  pointer-events: none;
}

.appointment-booking__submit-spinner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.appointment-booking__submit-wait {
  font-size: 0.95em;
  white-space: nowrap;
}
