:root {
	--main-background: transparent;
	--header-background: #4e4e4e;
	--footer-background: #4e4e4e;
	--progress-background: #4e4e4e;
	--headline: #4e4e4e;
	--font-color: #4e4e4e;
	--progress: #fff;
	--active: #a2053a;
	--active-font: #fff;
  	--inactive: #d1829d;;
	--inactive-font: #fff;
	--unselectable-background: #b8b8b8;
	--unselectable-font: #959595;
	--border-radius: 2px;
	--default-input-background-light: #a2053a;
	--input-background: #dcdcdc;
	--clock-hour-fill: #b8b8b8;
	--clock-minute-fill: #b8b8b8;
	--clock-net: #959595;
	--border-color: #abaaa9;
	--navigation-color: #a2053a;
	--customer-new-background: #dcdcdc;
}

/* GRUNDLEGENDE EINSTELLUNGEN */

body {
    font-family: "Open Sans", sans-serif;
}

.highlight {
	color: #a2053a !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: #fff;
}

.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: #fff !important;
}

.progress.active {
    background-color: #fff !important;
}

.progress.inactive:not(.active) {
    background-color: #b8b8b8 !important;
}

.progress .inactive:not(.active) {
  fill: #f7f6f3 !important;
}

@media (max-width: 480px) {
  
  .progress {
    background-color: #575757 !important;
}
  
  .progress.active {
    background-color: #a2053a !important;
}
}

/* UHR */

#timebg {
	fill: #2d2a28;
}

#time {
    color: #fff !important;
	font-weight: bold !important;
}

#clock text {
  fill: #959595;
}

/* HEADLINE */

.reservation-tile header legend {
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

@media (max-width: 480px) {
  
  #footer {
    background-color: #f4f2ef !important; 
}
  
  .headline {
	color: #fff;
	text-transform: uppercase !important;
	font-size: 14pt;
    font-weight: bold;
      }
  
  .headline button  {
    --stroke: #777;
}
}

/* HEADER UND FOOTER */

.headline.min {
	background:  var(--header-background, currentColor);
}

.headline.max  {
    color: #fff;
    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: #fff;
	color: #fff;
  	font-size: 15px;
	letter-spacing: 0.05em;
}

#footer .navigate.active  {
	font-size: 15px;
	letter-spacing: 0.05em;
	color: #a2053a !important;
	background-color: #fff !important;
	border: 0px;
}

#footer button {
    --stroke: #959595;
}

/* INFO- UND PFLICHTFELDER */

#required-text::before { 
	background-color: #a2053a;
}

.labeled-field.required::before { 
	background-color: #a2053a;
}

.ui-datepicker-calendar td.hasInfo .ui-state-default::after {
    background-color:  #a2053a;
}

/* OVERLAYS */

.overlay {
    background-color:  rgba(244, 242, 239, 0.97);
    color:  var(--font-color, currentColor);
	box-shadow: 8px 8px 0px rgba(30, 30, 28, 0.4) !important;
}

#menu-overlay, #room-table-overlay {
    background-color:  rgba(244, 242, 239, 0.97);
    color:  var(--font-color, currentColor);
	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(--unselectable-font, currentColor) !important;
    border: 1px solid var(--unselectable-font, currentColor)!important;
}

#room-table-overlay > div p.room-selection:not(:last-child) {
    border-right: 1px solid #abaaa9;
}

#widget-info-overlay {
    background-color:  rgba(244, 242, 239, 0.97);
    color:  var(--font-color, currentColor);
	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: #a2053a !important;
	color: #fff !important;
}

#menu-overlay .thead {
    color: var(--font-color, currentColor) !important;
}

#menu-selection .change {
	color: #a2053a;
}

/* EINGABEFELDER */

.labeled-field textarea {
	background-color: #dcdcdc;
	border: 0px;
}

.labeled-field  input {
	background-color: #dcdcdc;
	border: 0px;
}

.ElementsApp input {
    background-color: #dcdcdc !important;
}

/* ZUSATZ-EINSTELLUNGEN */


.headline.max small.powered-by {
    color: #abaaa9;
}