:root {
	--main-background: transparent; /* NICHT ÄNDERN */
	--header-background: transparent; /* NICHT ÄNDERN */
  
	--progress-background: #8095ab; /* Balken oben */
	--footer-background: #8095ab; /* Balken unten */
	
	--headline: #081728; /* Headline */
	--font-color: #333333; /* Schriftfarbe für Text und Beschreibung */
	--progress: #fff;  /* Schriftfarbe für Zusammenfassung im Balken oben MEIST IDENTISCH --font-color */
    
	--active: #2c4f73; /* Hintergrundfarbe aktiv */
	--active-font: #fff; /* Schriftfarbe aktiv */
  
  	--inactive: #8095ab; /* Hintergrundfarbe inaktiv */
	--inactive-font: #fff; /* Schriftfarbe inaktiv */
  
	--unselectable-background: #e0e0e0; /* Hintergrundfarbe unanwähnbar */
	--unselectable-font: #999999; /* Schriftfarbe unanwähnbar */
  
	--border-radius: 2px; /* Abrundung Kästchen */
	--default-input-background-light: #f4ed49; /* Farbe Kontakt-Kästchen IDENTISCH --inactive*/
 
	--default-input-background-light: #2c4f73;
	--input-background: #e0e0e0; /* Textfelder Hintergrundfarbe */
	--clock-hour-fill: #e0e0e0;  /* Uhr Hintergrund INDENTISCH --unselectable-background */
	--clock-minute-fill: #e0e0e0;  /* Uhr Hintergrund INDENTISCH --unselectable-background */
	--clock-net: #999999; /* Uhr Linien INDENTISCH --unselectable-font */
	--border-color: #999999; /* Farbe der Trennlinie */
	--navigation-color: #2c4f73; /* Navigations-Pfeilfarbe IDENTISCH --active */
	--customer-new-background: rgba(224,224,224,0.98); /* Overlay Hintergrund  MEIST IDENTISCH --input-background */
	--required: #081728;  /* Farbe Kennzeichnung der Pflichtfelder */
}

body { 
font-family: 'PT Sans', sans-serif;
}

/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/pt-sans/pt-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/pt-sans/pt-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/pt-sans/pt-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/pt-sans/pt-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/pt-sans/pt-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/pt-sans/pt-sans-v17-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}

/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/pt-sans/pt-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/pt-sans/pt-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/pt-sans/pt-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/pt-sans/pt-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/pt-sans/pt-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/pt-sans/pt-sans-v17-latin-700.svg#PTSans') format('svg'); /* Legacy iOS */
}

/* pt-serif-regular - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/pt-serif/pt-serif-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/pt-serif/pt-serif-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/pt-serif/pt-serif-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/pt-serif/pt-serif-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/pt-serif/pt-serif-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/pt-serif/pt-serif-v17-latin-regular.svg#PTSerif') format('svg'); /* Legacy iOS */
}

/* pt-serif-700 - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/pt-serif/pt-serif-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/pt-serif/pt-serif-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/pt-serif/pt-serif-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/pt-serif/pt-serif-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/pt-serif/pt-serif-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/pt-serif/pt-serif-v17-latin-700.svg#PTSerif') format('svg'); /* Legacy iOS */
}

/* GRUNDLEGENDE EINSTELLUNGEN */

#main .headline.max span { color: #ffffff } /* Tischreservierungs-Titel Farbe */
#main .reservation-page.visible { background-color: #ffffff } /* Widget Hintergrund */
#reservation-done { background-color: #f4f2ec;} /* IDENTISCH Widget Hintergrund */
#timebg { fill: #fff; } /* Uhrcenter Hintergrund MEIST IDENTISCH Widget Hintergrund (oben) */
#main #widget-info-overlay { background-color: #f4f2ec; border: solid 2px #2c4f73;; color: var(--font-color);} /* Info-Overlay Hintergrund + Kontur */
#main #widget-info-overlay .corona-header { background-color: #2c4f73; color: #fff; } /* Info-Overlay Header und Schriftfarbe */
#footer .navigate { border-color: #ffffff; color: #ffffff; } /* Inactiver Button im Footer */
#footer button { --stroke: #ffffff; } /* X und Impressum im Footer */
.progress {border: 1px solid #ffffff} /* Kontur der Progress-Bubble */
.reservation-tile header legend {text-transform: none; font-size: 18px} /* Überschriften */
.reservation-tile header legend {font-weight: bold; font-family: 'PT Serif', serif;}

.progress.active {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

.labeled-field textarea {
	background-color: transparent;
	border: 1px solid #999999;
}

.labeled-field  input {
	background-color: transparent;
	border: 1px solid #999999;
}

.labeled-field label.radio span {
  line-height: 120%;
}

.headline {
	font-size: 18px;
   font-family: 'PT Serif', serif;
	font-weight: bold;
}

/* !! 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: none; font-weight: bold}
#customer-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(.active) { background-color: transparent !important; }
#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);}

@media (max-width: 480px) {
  
#footer { background-color: var(--footer-background); }
  
}

/* MOBILE ANSICHT */

@media (max-width: 480px) {
  
  .progress {
    background-color: #96a7b9 !important;
    border: 0px;
}
  
  .progress.active {
    background-color: #fff !important;
}
  
  .progress.inactive:not(.active) {
    background-color: #96a7b9 !important;
}
  
}
.overlay {color: #2c4f73;}