:root {
	--main-background: transparent;
	--header-background: #fff;
	--footer-background: #fff;
	--progress-background: #fff;
	--headline: #000000;
	--font-color: #b4b4b4;
	--progress: #b4b4b4;
	--active: #85a272;
	--active-font: #fff;
  	--inactive: #000000;
	--inactive-font: #fff;
	--unselectable-background: #e9e9e9;
	--unselectable-font: #c7c7c7;
	--border-radius: 2px;
	--default-input-background-light: #85a272;
	--input-background: #e9e9e9;
	--clock-hour-fill: #e9e9e9;
	--clock-minute-fill: #e9e9e9;
	--clock-net: #c7c7c7;
	--border-color: #85a272;
	--navigation-color: #85a272;
	--customer-new-background: #e9e9e9;
}

/* GRUNDLEGENDE EINSTELLUNGEN */

.headline.max>small {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) calc(50% - 1px), #85a272 calc(50%), rgba(0, 0, 0, 0) calc(50% + 1px)), linear-gradient(0deg, rgba(0, 0, 0, 0) calc(50% - 1px), #85a272 calc(50%), rgba(0, 0, 0, 0) calc(50% + 1px));
	background-size: 41% 100%, 41% 100%;
	background-position: 4%, 96%;
	background-repeat: no-repeat;
}

body {
    font-family: 'JetBrains Mono', monospace;
}

.highlight {
	color: #85a272 !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: #b4b4b4 !important;
}

.progress.active {
    background-color: #85a272 !important;
    border-color: #85a272 !important;
}

.progress.inactive:not(.active) {
    background-color: transparent !important;
}

.progress .inactive:not(.active) {
  fill: #f7f6f3 !important;
}

@media (max-width: 480px) {
  
  .progress {
    background-color: #e9e9e9 !important;
}
  
  .progress.active {
    background-color: #85a272 !important;
}
  
  .progress.inactive:not(.active) {
    background-color: #e9e9e9 !important;
}
  
}

/* UHR */

#timebg {
	fill: #fff;
}

#time {
    color: #000000 !important;
	font-weight: bold !important;
}

#clock text {
  fill: #c7c7c7;
}

/* HEADLINE */

.reservation-tile header legend {
	font-size: 17px;
	font-weight: bold;
  letter-spacing: 0,08em;
	text-transform: uppercase;
}

@media (max-width: 480px) {
  
  #footer {
    background-color: #f4f2ef !important; 
}
  
  .headline {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0,08em;
	text-transform: uppercase;
      }
  
  .headline button  {
    --stroke: var(--active, currentColor) !important;
}
}

/* HEADER UND FOOTER */

.headline.min {
	background:  var(--header-background, currentColor);
}

.headline.max  {
    color: #000000;
    background: #fff;
    text-transform: uppercase !important;
	font-size: 18pt;
	padding-top: 10px;
}

.headline.max span b {
    font-weight: bold;
    color: #000000;
}

@media (max-width: 480px) {
  
  #footer {
    background-color: var(--footer-background, currentColor) !important; 
   --stroke: #777;
}
}

#footer .navigate,
.progress {
	border-color: #85a272;
	color: #85a272;
  	font-size: 15px;
	letter-spacing: 0.05em;
}

#footer .navigate.active  {
	font-size: 15px;
	letter-spacing: 0.05em;
	color: #fff !important;
	background-color: #f12699;
	border: 0px;
}

#footer button {
    --stroke: #85a272;
}

/* INFO- UND PFLICHTFELDER */

#required-text::before { 
	background-color: #a33871;
}

.labeled-field.required::before { 
	background-color: #a33871;
}

.ui-datepicker-calendar td.hasInfo .ui-state-default::after {
    background-color:  #a33871;
}

/* OVERLAYS */

.overlay {
    background-color:  rgba(244, 244, 244, 0.97);
    color: #4d4d4d;
	box-shadow: 8px 8px 0px rgba(30, 30, 28, 0.4) !important;
}

#menu-overlay, #room-table-overlay {
    background-color:  rgba(244, 244, 244, 0.97);
    color: #4d4d4d;
	box-shadow: 8px 8px 0px rgba(30, 30, 28, 0.4) !important;
}

#room-table-overlay span {
    color: #4d4d4d;
}

#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 #85a272;
}

#widget-info-overlay {
    background-color:  rgba(244, 244, 244, 0.97);
    color: #4d4d4d;
	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: #4d4d4d;
}

#menu-selection .change {
	color: var(--active, currentColor) !important;
}

/* EINGABEFELDER */

.labeled-field textarea {
	background-color: transparent;
	border: 1px solid #dae3d5;
}

.labeled-field  input {
	background-color: transparent;
	border: 1px solid #dae3d5;
}

/* ZUSATZ-EINSTELLUNGEN */


.headline.max small.powered-by {
    color: #2d2a28;
    font-size: 42%;
}

.ui-datepicker-title {
  font-size: 12pt;
}

#footer {
	border-top: 1px solid;
  border-image: linear-gradient(to right, white 2%, #85a272 2%, #85a272 98%, white 2%) 5;
}

.labeled-field label.radio span {
  line-height: 110%;
}