:root {
	--main-background: transparent;
	--header-background: #382f2d;
	--footer-background: #382f2d;
	--progress-background: #382f2d;
	--headline: #cabea7;
	--font-color: #382f2d;
	--progress: #fff;
	--active: #382f2d;
	--active-font: #fff;
  	--inactive: #888281;
	--inactive-font: #fff;
	--unselectable-background: #eeeded;
	--unselectable-font: #aba5a3;
	--border-radius: 2px;
	--default-input-background-light: #382f2d;
	--input-background: #eeeded;
	--clock-hour-fill: #eeeded;
	--clock-minute-fill: #eeeded;
	--clock-net: #aba5a3;
	--border-color: #aba5a3;
	--navigation-color: #382f2d;
	--customer-new-background: #eeeded;
}

/* regular */
@font-face {
  font-family: 'Dubai';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/customers/steigenberger/dubai/dubai-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/customers/steigenberger/dubai/dubai-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/customers/steigenberger/dubai/dubai-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/customers/steigenberger/dubai/dubai-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/customers/steigenberger/dubai/dubai-regular.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* bold */
@font-face {
  font-family: 'Dubai';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/customers/steigenberger/dubai/dubai-bold.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/customers/steigenberger/dubai/dubai-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/customers/steigenberger/dubai/dubai-bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/customers/steigenberger/dubai/dubai-bold.woff') format('woff'), /* Modern Browsers */
       url('fonts/customers/steigenberger/dubai/dubai-bold.ttf') format('truetype'); /* Safari, Android, iOS */
}

body {
    font-family: Dubai, sans-serif;
}

.progress .inactive:not(.active) {
  fill: #f7f6f3 !important;
}

.progress {
	border-color: #fff !important;
}

.progress.active {
    background-color: #fff !important;
}

.progress.inactive:not(.active) {
    background-color: #888281 !important;
}

#reservation-done,
#reservation-fail,
#reservation-fail-cc,
.reservation-page {
	background-color: #fff;
}

.headline.min {
	background: #382f2d;
}

.headline.max  {
    color: #382f2d;
    background: transparent;
    text-transform: uppercase !important;
	font-size: 18pt;
}

.headline.max span b {
    font-weight: bold;
    color: #cabea7;
}

@media (max-width: 480px) {
  
  .progress {
    background-color: #4c4342 !important;
}
  
  .progress.active {
    background-color: #382f2d !important;
}
  
  .progress.inactive:not(.active) {
    background-color: #fff !important;
}
  
  #footer {
    background-color: #382f2d !important; 
}
  
  .headline {
	color: #fff;
	text-transform: uppercase !important;
	font-size: 14pt;
    font-weight: bold;
      }
  
  .headline button  {
    --stroke: #fff;
}
}

.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;
}

.ui-datepicker-calendar td.ui-datepicker-other-month .ui-state-default:not(.ui-state-active) {
    background: transparent !important;
    color: #888281 !important;
    border: 1px solid #888281 !important;
}

#required-text::before { 
	background-color: #b9ddd6;
}

.labeled-field.required::before { 
	background-color: #b9ddd6;
}

.ui-datepicker-calendar td.hasInfo .ui-state-default::after {
    background-color:  #b9ddd6;
}

#room-table-overlay span {
    color:  #382f2d;
}

.overlay {
    background-color:  rgba(238, 237, 237, 0.97);
    color: #382f2d;
	box-shadow: 8px 8px 0px rgba(30, 30, 28, 0.4) !important;
}

#menu-overlay, #room-table-overlay {
    background-color:  rgba(238, 237, 237, 0.97);
    color: #382f2d;
	box-shadow: 8px 8px 0px rgba(30, 30, 28, 0.4) !important;
}

#room-table-overlay input[type="radio"]:disabled + label {
    background-color: transparent !important;
    color: #888281;
    border: 1px solid #888281;
}

#room-table-overlay > div p.room-selection:not(:last-child) {
    border-right: 1px solid #d5cfc3;
}

.reservation-tile header legend {
  font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
  	letter-spacing: 0.05em;
}

#footer .navigate,
.progress {
	border-color: #cabea7;
	color: #cabea7;
  	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

#footer .navigate.active  {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #382f2d !important;
	background-color: #cabea7 !important;
	border: 0px;
}

#menu-selection .value {
	background-color: #382f2d !important;
	color: #fff !important;
}

#menu-overlay .thead {
    color: #382f2d !important;
}

#menu-selection .change {
	color: #382f2d;
}

#timebg {
	fill: #cabea7;
}

#time {
    color: #382f2d !important;
	font-weight: bold !important;
}

#clock text {
  fill: #aba5a3;
}

#footer button {
    --stroke: #d2d2d2;
}

#widget-info-overlay {
    background-color:  rgba(238, 237, 237, 0.97);
    color: #382f2d;
	box-shadow: 8px 8px 0px rgba(30, 30, 28, 0.4) !important;
}

#customer-overlay a {
    color: #cabea7;
}

.labeled-field textarea {
	background-color: transparent;
	border: 1px solid #aba5a3;
}

.labeled-field  input {
	background-color: transparent;
	border: 1px solid #aba5a3;
}

.highlight {
	color: #cabea7 !important;
	font-weight: bold;
}

.ui-datepicker-title {
    font-size: 12pt;
}
.headline.max small.powered-by {
  color: #382f2d !important;
}