@import url("https://use.typekit.net/zub5qhb.css");

:root {
	--main-background: transparent; /* NICHT ÄNDERN */
	--header-background: transparent; /* NICHT ÄNDERN */
  
	--progress-background: #e1d7af; /* Balken oben */
	--footer-background: #e1d7af; /* Balken unten */
	
	--headline: #3c5523; /* Headline */
	--font-color: #3c5523; /* Schriftfarbe für Text und Beschreibung */
	--progress: #e1d7af;  /* Schriftfarbe für Zusammenfassung im Balken oben MEIST IDENTISCH --font-color */
    
	--active: #e1d7af; /* Hintergrundfarbe aktiv */
	--active-font: #3c5523; /* Schriftfarbe aktiv */
  
  	--inactive: #3c5523; /* Hintergrundfarbe inaktiv */
	--inactive-font: #e1d7af; /* Schriftfarbe inaktiv */
  
	--unselectable-background: #fbf9f7; /* Hintergrundfarbe unanwähnbar */
	--unselectable-font: #c4ccbd; /* Schriftfarbe unanwähnbar */
 
	--waiting-active: #f03214; /* Hintergrundfarbe Warteliste aktiv */
	--waiting-active-font: #ffffff; /* Schriftfarbe Warteliste aktiv */
	--waiting-inactive: #f9ada1; /* Hintergrundfarbe Warteliste inaktiv */
	--waiting-inactive-font: #ffffff; /* Schriftfarbe Warteliste inaktiv */
  
	--border-radius: 2px; /* Abrundung Kästchen */
	--default-input-background-light: #3c5523; /* Farbe Kontakt-Kästchen IDENTISCH --inactive*/
 
	--input-background: transparent; /* Textfelder Hintergrundfarbe */
	--clock-hour-fill: #fbf9f7;  /* Uhr Hintergrund INDENTISCH --unselectable-background */
	--clock-minute-fill: #fbf9f7;  /* Uhr Hintergrund INDENTISCH --unselectable-background */
	--clock-net: #c4ccbd; /* Uhr Linien INDENTISCH --unselectable-font */
	--border-color: #3c5523; /* Farbe der Trennlinie */
	--navigation-color: #e1d7af; /* Navigations-Pfeilfarbe IDENTISCH --active */
	--customer-new-background: rgba(251,249,247,0.98); /* Overlay Hintergrund  MEIST IDENTISCH --input-background */
	--required: #877d3c;  /* Farbe Kennzeichnung der Pflichtfelder */
}

/* FONT + ANPASSUNGEN */

body {font-family: freight-neo-pro, sans-serif;}
table.ui-datepicker-calendar {font-size: .8rem;}
.labeled-field legend {font-size: 9pt;}
.reservation-tile legend.extra  {font-size: 9pt;}

/* GRUNDLEGENDE EINSTELLUNGEN */

#main .headline.max span { color: #3c5523 } /* Tischreservierungs-Titel Farbe */
#main .headline.max span b { color: #e1d7af; font-weight: bold } /* Tischreservierungs-Titel Farbe */
#reservation-done, #reservation-fail, #reservation-fail-cc, .reservation-page { background-color: #f5f0eb } /* Widget Hintergrund */
#timebg { fill: #f5f0eb; } /* Uhrcenter Hintergrund MEIST IDENTISCH Widget Hintergrund (oben) */
#main #widget-info-overlay { background-color: #fbf9f7; border: solid 2px   var(--active); color: var(--font-color);} /* Info-Overlay Hintergrund + Kontur */
#main #widget-info-overlay .corona-header { background-color:  #3c5523; color: #fff; } /* Info-Overlay Header und Schriftfarbe */
#footer .navigate { border-color: #e1d7af; color: #e1d7af; } /* Inactiver Button im Footer */
.reservation-tile header legend {text-transform: uppercase; font-size: 18px; font-weight: bold;} /* Überschriften */
#footer button { --stroke: #3c5523; } /* X und Impressum im Footer */
.progress {border: 1px solid #e1d7af} /* Kontur der Progress-Bubble */
#save-globally + label svg {--check: #e1d7af !important;} /* Harken in Check-Box */

/* !! KEINE ANPASSUNG NÖTIG !! */

#main .headline.min { background-color: var(--footer-background); }
#main #widget-info-overlay { box-shadow: 5px 5px 0px rgba(30, 30, 30, 0.4) !important;}
#main #widget-info-overlay .corona-header span { text-transform: none; }
#main #widget-info-overlay .corona-header b { display:none; }
#main #widget-info-overlay .corona-header .corona-headline { display:none; text-transform: none;}
.person-count, .reservation-tile, .select2-selection { border: 0px !important;}
.ui-datepicker-calendar td.ui-datepicker-other-month .ui-state-default:not(.ui-state-active) { background: transparent !important; }
.highlight { color: var(--active, currentColor); font-weight: bold; }
#main .headline.max span {text-transform: uppercase;}
#customer-overlay, .overlay { color: var(--font-color); }
#main #time-frame #busytime-overlay { color: var(--font-color); }
#menu-selection .description { color: var(--font-color); } 
#menu-selection .change { color: var(--font-color); }
#reservation-done .thanks { text-transform: none; }
#main #menu-frame #menu-overlay, #main #menu-frame #menu-overlay .thead { color: var(--font-color, currentColor);}
#time { color: var(--inactive, currentColor) !important; font-weight: bold !important; font-size: 1.2rem;}
#room-table-overlay input[type="radio"]:disabled + label { color: var(--unselectable-font, currentColor); border: 1px solid var(--unselectable-font, currentColor); }
#room-table-overlay > div p.room-selection:not(:last-child) { border-right: 1px solid var(--unselectable-font, currentColor);}
#customer-overlay a { color: var(--active); font-weight:bold; }
.progress.inactive:not(.aactive) { background-color: transparent}
#main #widget-info-overlay button{ background-color: var(--active)!important; color: var(--active-font) !important; border: none}
#menu-selection .value { background-color: var(--inactive); color: var(--inactive-font) }
#clock text { fill: var(--unselectable-font); }
.ui-datepicker-calendar td.ui-datepicker-other-month .ui-state-default:not(.ui-state-active) {border: 1px solid var(--unselectable-font) !important; color:var(--unselectable-font);}
.childchair-count {border: 0px}
#room-table-overlay span {color: var(--font-color);}
#outletchanger > button:not(:disabled) span {--stroke: var(--active-font);}
#path2080 {stroke: var(--active-font) !important;}

@media (max-width: 480px) { 
#footer { background-color: var(--footer-background); }  
}

/* MOBILE ANSICHT */

@media (max-width: 480px) {
  
.progress { background-color: #f5f0eb; border: none } /* Hintergrund Progress-Balken */ 
.progress.inactive:not(.active) { background-color: var(--inactive) !important; } /* Hintergrund Bereits durchlaufener Schritte im Progress */ 
  
}
.labeled-field textarea, .labeled-field  input {background-color: transparent; border: 1px solid #3c5523;}

#footer .navigate  {
  border-color: #3c5523 !important;
  color: #3c5523 !important;
}

#footer .navigate.active  {
  background: #3c5523 !important;
  color: #e1d7af !important;
  border: none;
}

#main #widget-info-overlay button {
    background-color: #3c5523 !important;
    color: #e1d7af !important;}

.headline.max small.powered-by {
  color: #e1d7af !important;
}
