:root {
	--main-background: transparent;
	--header-background: #ffffff;
	--footer-background: #ffffff;
	--progress-background: #ffffff;
	--headline: #957b4f;
	--font-color: #000000;
	--progress: #000000;
	--active: #2c538d;
	--active-font: #fff;
  	--inactive: #b5a384;
	--inactive-font: #fff;
	--unselectable-background: #ffffff;
	--unselectable-font: #d5cab9;
	--border-radius: 2px;
	--default-input-background-light: #2c538d;
	--input-background: #ffffff;
	--clock-hour-fill: #ffffff;
	--clock-minute-fill: #ffffff;
	--clock-net: #d5cab9;
	--border-color: #d5cab9;
	--navigation-color: #2c538d;
	--customer-new-background: #f0eee9;
}

/* GRUNDLEGENDE EINSTELLUNGEN */

/* yeseva-one-regular - latin */
@font-face {
  font-family: 'Yeseva One';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/yeseva-oneyeseva-one-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/yeseva-oneyeseva-one-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/yeseva-oneyeseva-one-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/yeseva-oneyeseva-one-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/yeseva-oneyeseva-one-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/yeseva-oneyeseva-one-v20-latin-regular.svg#YesevaOne') format('svg'); /* Legacy iOS */
}

.highlight {
	color: var(--active, currentColor) !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: #f6f3e9;
}

.ui-datepicker-calendar td.ui-datepicker-other-month .ui-state-default:not(.ui-state-active) {
    background: transparent !important;
    color: var(--unselectable-font, currentColor) !important;
    border: 1px solid var(--unselectable-font, currentColor)!important;
}

/* PROGRESS-LEISTE IN HEADER */

.progress {
	border-color: #d5cab9 !important;
}

.progress.active {
    background-color: #2c538d !important;
    border-color: #2c538d !important;
}

.progress.inactive:not(.active) {
    background-color: transparent !important;
}

@media (max-width: 480px) {
  
  .progress {
    background-color: #f6f3e9 !important;
}
  
  .progress.active {
    background-color: #2c538d !important;
}
  
  .progress.inactive:not(.active) {
    background-color: #f6f3e9 !important;
}
  
}

/* UHR */

#timebg {
	fill: #f6f3e9;
}

#time {
    color: #2c538d !important;
	font-weight: bold !important;
}

#clock text {
  fill: var(--unselectable-font, currentColor);
}

/* HEADLINE */

.reservation-tile header legend {
	font-size: 19px;
	font-family: 'Yeseva One';
	text-transform: none;
}

@media (max-width: 480px) {
  
  #footer {
    background-color: #f4f2ef !important; 
}
  
  .headline {
	color: #957b4f;
   font-family: 'Yeseva One';
	text-transform: none;
	font-size: 14pt;
      }
  
  .headline button  {
    --stroke: var(--active, currentColor) !important;
}
}

/* HEADER UND FOOTER */

.headline.min {
	background:  var(--header-background, currentColor);
}

.headline.max  {
    color: #ffffff;
     font-family: 'Yeseva One';
    background: transparent;
    text-transform: uppercase !important;
	font-size: 18pt;
}

@media (max-width: 480px) {
  
  #footer {
    background-color: var(--footer-background, currentColor) !important; 
   --stroke: #777;
}
}

#footer .navigate,
.progress {
	border-color: #d5cab9;
	color: #d5cab9;
  	font-size: 13px;
	letter-spacing: 0.05em;
}

#footer .navigate.active  {
	font-size: 13px;
	letter-spacing: 0.05em;
	color: #fff !important;
	background-color: #f12699;
	border: 0px;
}

#footer button {
    --stroke: #d5cab9;
}

/* INFO- UND PFLICHTFELDER */

#required-text::before { 
	background-color: #957b4f;
}

.labeled-field.required::before { 
	background-color: #957b4f;
}

.ui-datepicker-calendar td.hasInfo .ui-state-default::after {
    background-color:  #957b4f;
}

/* OVERLAYS */

.overlay {
    background-color:  rgba(255, 255, 255, 0.97);
    color: var(--font-color, currentColor) !important;
	box-shadow: 8px 8px 0px rgba(30, 30, 28, 0.4) !important;
}

#menu-overlay, #room-table-overlay {
    background-color:  rgba(255, 255, 255, 0.97);
        color: var(--font-color, currentColor) !important;
	box-shadow: 8px 8px 0px rgba(30, 30, 28, 0.4) !important;
}

#room-table-overlay span {
    color:  var(--font-color, currentColor);
}

#room-table-overlay input[type="radio"]:disabled + label {
    background-color: transparent !important;
    color: var(--font-color, currentColor) !important;
    border: 1px solid var(--unselectable-font, currentColor)!important;
}

#room-table-overlay > div p.room-selection:not(:last-child) {
    border-right: 1px solid var(--border-color, currentColor) !important;
}

#widget-info-overlay {
    background-color:  rgba(255, 255, 255, 0.97);
    color: var(--font-color, currentColor) !important;
	box-shadow: 8px 8px 0px rgba(30, 30, 28, 0.4) !important;
}

#customer-overlay a {
    color:  var(--active, currentColor);
}

/* MENÜS */

#menu-selection .value {
	background-color: var(--active, currentColor) !important;
	color: var(--active-font, currentColor) !important;
}

#menu-overlay .thead {
    color: var(--font-color, currentColor) !important;
}

#menu-selection .change {
	color: var(--active, currentColor) !important;
}

.show-menus {
  color: #d5cab9;
}

/* EINGABEFELDER */

.labeled-field textarea {
	background-color: #ffffff;
	border: 0px;
}

.labeled-field  input {
	background-color: #ffffff;
	border: 0px;
}

/* ZUSATZ-EINSTELLUNGEN */

.labeled-field label.radio span {
  line-height: 120%;
}