:root {
	--main-background: transparent;
	--header-background: #bfb1aa;
	--footer-background: #bfb1aa;
	--progress-background: #bfb1aa;
	--headline: #000000;
	--font-color: #404040;
	--progress: #fff;
	--active: #f27d4b;
	--active-font: #fff;
  	--inactive: #bfb1aa;;
	--inactive-font: #fff;
	--unselectable-background: #e6e0dd;
	--unselectable-font: #bfb1aa;
	--border-radius: 2px;
	--default-input-background-light: #f27d4b;
	--input-background: #e6e0dd;
	--clock-hour-fill: #e6e0dd;
	--clock-minute-fill: #e6e0dd;
	--clock-net: #bfb1aa;
	--border-color: #e6e0dd;
	--navigation-color: #f27d4b;
	--customer-new-background: #f0eee9;
}

 @font-face {
    font-family: 'Opal Pro';
    src:  url('fonts/OpalLTProBold.woff2') format('woff2'), url('fonts/OpalLTProBold.woff') format('woff');
} 

/* GRUNDLEGENDE EINSTELLUNGEN */

body {
    font-family: "Opal Pro", 'Alegreya', serif;
}

.highlight {
	color: #f27d4b !important;
	font-weight: bold;
}

.childchair-count,
.person-count,
.reservation-tile .select2-selection,
.reservation-tile footer::after,
.reservation-tile footer::before,
.reservation-tile header::after,
.reservation-tile header::before,
.reservation-tile main {
	border-color: transparent;
}

#reservation-done,
#reservation-fail,
#reservation-fail-cc,
.reservation-page {
	background-color: #fff;
}

.ui-datepicker-calendar td.ui-datepicker-other-month .ui-state-default:not(.ui-state-active) {
    background: transparent !important;
    color: #bfb1aa !important;
    border: 1px solid #bfb1aa !important;
}

/* PROGRESS-LEISTE IN HEADER */

.progress {
	border-color: #fff !important;
}

.progress.active {
    background-color: #fff !important;
}

.progress.inactive:not(.active) {
    background-color: #d9d0cc !important;
}

.progress .inactive:not(.active) {
  fill: #f7f6f3 !important;
}

@media (max-width: 480px) {
  
  .progress {
    background-color: #fff !important;
}
  
  .progress.active {
    background-color: #f27d4b !important;
}
}

/* UHR */

#timebg {
	fill: #fff;
}

#time {
    color: #f27d4b !important;
	font-weight: bold !important;
	font-family: "Opal Pro", 'Alegreya', serif !important;
    font-size: 20px !important;
}

#clock text {
  fill: #bfb1aa;
}

/* HEADLINE */

.reservation-tile header legend {
	font-size: 18px;
	text-transform: none;
	letter-spacing: 0.02em;
}

@media (max-width: 480px) {
  
  #footer {
    background-color: #f4f2ef !important; 
}
  
  .headline {
	color: #fff;
	text-transform: none;
    font-size: 14pt;
      }
  
  .headline button  {
    --stroke: #f27d4b;
}
}

/* HEADER UND FOOTER */

.headline.min {
	background: #bfb1aa;
}

.headline.max  {
    color: #fff;
    background: transparent;
    text-transform: none !important;
	font-size: 18pt;
  font-weight: 400;
}

.headline.max span b {
    font-weight: 400;
    color: #fff;
}

@media (max-width: 480px) {
  
  #footer {
    background-color: #bfb1aa !important; 
   --stroke: #777;
}
}

#footer .navigate,
.progress {
	border-color: #fff;
	color: #fff;
  	font-size: 15px;
	letter-spacing: 0.05em;
}

#footer .navigate.active  {
	font-size: 15px;
	letter-spacing: 0.05em;
	color: #f27d4b !important;
	background-color: #fff !important;
	border: 0px;
}

#footer button {
    --stroke: #fff;
}

/* INFO- UND PFLICHTFELDER */

#required-text::before { 
	background-color: #38524a;
}

.labeled-field.required::before { 
	background-color: #38524a;
}

.ui-datepicker-calendar td.hasInfo .ui-state-default::after {
    background-color:  #38524a;
}

/* OVERLAYS */

.overlay {
    background-color:  rgba(240, 236, 235, 0.97);
    color: #404040;
	box-shadow: 8px 8px 0px rgba(30, 30, 28, 0.4) !important;
}

#menu-overlay, #room-table-overlay {
    background-color:  rgba(240, 236, 235, 0.97);
    color: #404040;
	box-shadow: 8px 8px 0px rgba(30, 30, 28, 0.4) !important;
}

#room-table-overlay span {
    color:  #404040;
}

#room-table-overlay input[type="radio"]:disabled + label {
    background-color: transparent !important;
    color: #bfb1aa;
    border: 1px solid #bfb1aa;
}

#room-table-overlay > div p.room-selection:not(:last-child) {
    border-right: 1px solid #e6e0dd;
}

#widget-info-overlay {
    background-color:  rgba(240, 236, 235, 0.97);
    color: #404040;
	box-shadow: 8px 8px 0px rgba(30, 30, 28, 0.4) !important;
}

#customer-overlay a {
    color: #f27d4b;
}

/* MENÜS */

#menu-selection .value {
	background-color: #404040 !important;
	color: #fff !important;
}

#menu-overlay .thead {
    color: #404040 !important;
}

#menu-selection .change {
	color: #404040;
}

/* EINGABEFELDER */
/* wenn tranparentes Feld mit Rand, diese Vorlage:
	background-color: transparent;
	border: 1px solid #1fe6c8; */

.labeled-field textarea {
	background-color: transparent;
	border: 1px solid #e6e0dd;
}

.labeled-field  input {
	background-color: transparent;
	border: 1px solid #e6e0dd;
}

/* ZUSATZ-EINSTELLUNGEN */


.headline.max small.powered-by {
    color: #fff;
}