:root {
	--main-background: transparent; /* NICHT ÄNDERN */
	--header-background: transparent; /* NICHT ÄNDERN */
  
	--progress-background: #2a3927; /* Balken oben */
	--footer-background: #2a3927; /* Balken unten */
	
	--headline: #eae8da; /* Headline */
	--font-color: #eae8da; /* Schriftfarbe für Text und Beschreibung */
	--progress: #eae8da;  /* Schriftfarbe für Zusammenfassung im Balken oben MEIST IDENTISCH --font-color */
    
	--active: #eae8da; /* Hintergrundfarbe aktiv */
	--active-font: #cd6c31; /* Schriftfarbe aktiv */
  
  	--inactive: #cd6c31; /* Hintergrundfarbe inaktiv */
	--inactive-font: #eae8da; /* Schriftfarbe inaktiv */
  
	--unselectable-background: #354332; /* Hintergrundfarbe unanwähnbar */
	--unselectable-font: #5b6433; /* Schriftfarbe unanwähnbar */
 
	--waiting-active: #7f9199; /* Hintergrundfarbe Warteliste aktiv */
	--waiting-active-font: #ffffff; /* Schriftfarbe Warteliste aktiv */
	--waiting-inactive: #505f69; /* Hintergrundfarbe Warteliste inaktiv */
	--waiting-inactive-font: #ffffff; /* Schriftfarbe Warteliste inaktiv */
  
	--border-radius: 2px; /* Abrundung Kästchen */
	--default-input-background-light: #cd6c31; /* Farbe Kontakt-Kästchen IDENTISCH --inactive*/
 
	--input-background: #5b6433; /* Textfelder Hintergrundfarbe */
	--clock-hour-fill: #354332;  /* Uhr Hintergrund INDENTISCH --unselectable-background */
	--clock-minute-fill: #354332;  /* Uhr Hintergrund INDENTISCH --unselectable-background */
	--clock-net: #5b6433; /* Uhr Linien INDENTISCH --unselectable-font */
	--border-color: #5b6433; /* Farbe der Trennlinie */
	--navigation-color: #eae8da; /* Navigations-Pfeilfarbe IDENTISCH --active */
	--customer-new-background: rgba(39,50,37,0.98); /* Overlay Hintergrund  MEIST IDENTISCH --input-background */
	--required: #2a3927;  /* Farbe Kennzeichnung der Pflichtfelder */
}

/* GRUNDLEGENDE EINSTELLUNGEN */

#main .headline.max span { color: #eae8da } /* Tischreservierungs-Titel Farbe */
#reservation-done, #reservation-fail, #reservation-fail-cc, .reservation-page { background-color: #212d1f } /* Widget Hintergrund */
#timebg { fill: #212d1f; } /* Uhrcenter Hintergrund MEIST IDENTISCH Widget Hintergrund (oben) */
#main #widget-info-overlay { background-color: #273225; border: solid 2px   var(--active); font-weight: bold; color: var(--font-color);} /* Info-Overlay Hintergrund + Kontur */
#main #widget-info-overlay .corona-header { background-color:  var(--active); color: #273225; } /* Info-Overlay Header und Schriftfarbe */
#main #widget-info-overlay button {color: #212d1f important!; }
#footer .navigate { border-color: #eae8da; color: #eae8da; } /* Inactiver Button im Footer */
.reservation-tile header legend {text-transform: none; font-size: 18px; font-weight: bold;} /* Überschriften */
#footer button { --stroke: #eae8da; } /* X und Impressum im Footer */
.progress {border: 1px solid #eae8da} /* Kontur der Progress-Bubble */
#save-globally + label svg {--check: #cd6c31 !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(--active, currentColor) !important; font-weight: bold !important;}
#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: #212d1f; 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 #5b6433;}

.headline.max small.powered-by {
  color: #eae8da !important;
}

img.decoration.clock-info-image {
    height: 150px;
}
