/* VARIABLEN */
:root {
  --brand-color: #333;
  --highlight-color: #5f021f;
  --font: "Tahoma";
  --border-radius: 5px;
}

/* EINSTELLUNGEN */

* {
  box-sizing: border-box;
}

body {
  font-family: var(--font);
}

div.OTR_buttonLegende {
  margin-bottom: 8px;
  margin-right: 8px;
}

/*TEXT*/

.OTR_textstyle,
.OTR_DatenschutzVerweisText {
  font-size: 16px;
  color: var(--brand-color);
}

.OTR_DatenschutzVerweisText a {
  font-size: 12px;
  text-decoration: none;
}

.OTR_textstyleBeschriftung {
  font-size: 14px;
  color: var(--brand-color);
}

.OTR_textstyle2 {
  font-size: 16px;
  color: var(--brand-color);
}

.OTR_meldungstextStyle {
  color: var(--brand-color);
}

.OTR_textstyleCaptchaBeschriftung {
  font-size: 16px;
  line-height: auto;
  color: var(--brand-color);
}

.OTR_ueberschrift {
  font-family: var(--font);
  color: var(--highlight-color);
  font-size: 24px;
}

.OTR_ueberschrift2 {
  font-family: var(--font);
  color: var(--brand-color);
}

.OTR_ueberschrift2:hover {
  color: var(--highlight-color);
}

.OTR_restaurantName {
  font-family: var(--font);
  color: var(--brand-color);
  padding-left: unset !important;
}

.OTR_restaurantName:hover {
  color: var(--highlight-color);
}

.OTR_restaurantNameBeschreibung {
  font-size: 14px;
  font-family: var(--font);
  color: var(--brand-color);
  line-height: 14px;
  padding-left: unset !important;
}

.OTR_restaurantNameUndBildBox .OTR_restaurantName {
  font-size: 18px;
  font-weight: bold;
  font-family: var(--font);
  color: var(--brand-color);
  padding-left: unset !important;
}

.OTR_beschriftungTextRestauranErgebnis {
  color: var(--highlight-color);
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
}

.OTR_restaurantNameUndBildBox .OTR_restaurantNameBeschreibung {
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  font-family: var(--font);
  color: var(--brand-color);
  padding-top: 15px !important;
  padding-left: unset !important;
}

/* EINGABEFELDER */

.BpWebApp input[type="text"],
.BpWebApp input[type="email"],
select,
textarea {
  border: 1px solid var(--brand-color) !important;
  border-radius: var(--border-radius);
  font-family: var(--font);
}

.BpWebApp_Field_Text {
  font-family: var(--font) !important;
  color: var(--brand-color) !important;
}

.BpWebApp input {
  color: var(--brand-color) !important;
}

/*  a Links */

.OTR_textLink a {
  color: var(--brand-color);
}

.OTR_textLink a:hover {
  color: var(--highlight-color);
}

.BpWebApp_Field_Label.BpWebApp_Label_Mandatory.OTR_textstyleBeschriftung a {
  color: none !important;
}
/*
    .BpWebApp_Field.BpWebApp_Field_Html.OTR_DatenschutzVerweisText.OTR_textstyle {
      display: none;
    }
  */
/* Buttons */

.OTR_textButton {
  color: var(--brand-color);
}

.OTR_textButton:hover {
  color: var(--highlight-color);
}

.OTR_textButtonDatum {
  color: var(--brand-color) !important;
  font-family: var(--font);
  border-radius: var(--border-radius) !important;
  border: 1px solid #999999 !important;
}

.OTR_textButtonDatum:hover {
  color: var(--brand-color) !important;
  border-radius: 4px !important;
  border: 1px solid #999999 !important;
  box-shadow: none !important;
}

.OTR_reservButton {
  background-color: var(--highlight-color) !important;
  border: 1px solid var(--highlight-color) !important;
  color: #ffffff !important;
  text-align: center;
}

.OTR_reservButton:hover {
  background-color: var(--highlight-color) !important;
}

.OTR_stornoButtonStyle {
  background-color: var(--highlight-color) !important;
  border: 1px solid var(--highlight-color) !important;
}

.OTR_stornoButtonStyle:hover {
  background-color: var(--highlight-color) !important;
}

.OTR_uhrzeitButtonStyle {
  background-color: var(--brand-color) !important;
  border: 0 !important;
  width: 120px !important;
  height: 60px !important;
  -moz-border-radius: var(--border-radius) !important;
  -webkit-border-radius: var(--border-radius) !important;
  border-radius: var(--border-radius) !important;
}

.OTR_uhrzeitButtonStyle:hover {
  box-shadow: 0 -2px 4px -4px #232323 !important;
  background-color: #000 !important;
  color: #fff !important;
}

.OTR_uhrzeitButtonStyle:disabled {
  background-color: var(--highlight-color) !important;
  border: 1px solid var(--highlight-color) !important;
}

.BpWebApp button {
  border-radius: var(--border-radius);
  font-family: var(--font);
}

.BpWebApp button:hover {
  cursor: pointer;
}

.BpWebApp button:disabled {
  cursor: default;
}

/* TABELLE */

.OTR_restaurantZeile {
  background-color: #ffffff;
}

.OTR_restaurantZeile:hover {
  cursor: pointer;
  background-color: #fafafa;
}

.OTR_pic {
  display: none;
}

/* HBOX */

.OTR_KontaktformularBox input[type="radio"] + label {
  margin-right: 10px;
}

/* CHECKBOX */

.OTR_gastNewsletterwunschCheckbox span {
  border: none !important;
}

.OTR_inputFilledStyle {
  border: 1px solid var(--brand-color) !important;
}

.OTR_ExtraTextLocationAuswahl,
.OTR_ExtraTextPersonenUndUhrzeit,
.OTR_ExtraTextKontaktdaten,
.OTR_ExtraTextKontaktdatenBemerkung {
  white-space: break-spaces;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: normal;
  color: var(--brand-color);
}

.OTR_ExtraTextKontaktdaten,
.OTR_ExtraTextKontaktdatenBemerkung {
  padding-top: 0;
  padding-bottom: 20px;
}

.OTR_inputFilledStyleClone {
  border: 1px solid var(--highlight-color) !important;
}

.BpWebApp_Field_Required {
  border: 1px solid var(--highlight-color) !important;
}

.BpWebApp_Field_Label {
  font-size: 16px;
  color: var(--brand-color);
  font-weight: 700 !important;
  margin-bottom: 10px;
  padding-right: 0;
}

.OTR_gastFormularDatenschutzOKCheckBoxUeberobjekt {
  margin-bottom: 1rem;
}

.OTR_vaDatumVonFeldText {
  color: var(--highlight-color);
}

.ui-datepicker {
  border-radius: var(--border-radius) !important;
  border: 1px solid var(--brand-color) !important;
}

.ui-datepicker .ui-datepicker-title select {
  font-family: var(--font);
}

.ui-datepicker .ui-datepicker-month {
  background-color: var(--brand-color);
}

.ui-datepicker td.OTR_KalenderClasseBuchbar a {
  background-color: var(--brand-color) !important;
}

.ui-button-text-only .ui-button-text,
.ui-datepicker th {
  font-family: var(--font);
  color: var(--brand-color);
}

input[type="checkbox"]:not(.BpWebApp_Field_DisplayAsButton):not(
    .BpWebApp_Captcha_Letters
  ):not(.BpWebApp_Captcha_Circles)
  + label::before {
  border-radius: var(--border-radius);
}

.OTR_beschriftungTextDatumButton {
  font-weight: 700;
  margin-bottom: 10px;
}
