:root {
	--main-background: #fff;
	--progress-background: #fff;
	--progress: #3d3e3d;
	--customer-new-background: rgba(61,62,61,0.98);
	--mobile-input-color: #4e5153;
	--border-color: #997a6a;
	--inactive: #3d3e3d;
	--font-color: #8b8b8b;
	--navigation-color: #959798;
	--inactive-font: #dcdcdd;
	--active: #997a6a;
	--inactive-alt: #3d3e3d;
	--active-alt: #b9493c;
	--active-font: #ffffff;
	--unselectable-font: #b8b9ba;
	--unselectable-background: #f4f1ef;
	--clock-hour-fill: #f4f1ef;
	--clock-minute-fill: #f4f1ef;
	--headline: #997a6a;
	--headline-second: #3d3e3d;
	--clock-net: #ced0d0;
	--input-background: #f4f1ef;
	--tile-border-radius: 0px;
}

@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	src: url('https://www.goldenerberg.at/fileadmin/dist/fonts/open-sans/open-sans-v15-latin-regular.woff2') format('woff2')
}

@font-face {
	font-family: 'Corporate A_';
	src: url('https://www.goldenerberg.at/fileadmin/dist/fonts/Corporate-A_/CorporateAW01-Medium/CorporateAW01-Medium.woff2') format('woff2')
}

body {
	font-family: "Open Sans", sans-serif;
}

.reservation-tile header legend {
	font-family: "Corporate A_", serif;
}

.headline.max>small {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) calc(50% - 1px), rgba(153, 122, 106, 1) calc(50%), rgba(0, 0, 0, 0) calc(50% + 1px)), linear-gradient(0deg, rgba(0, 0, 0, 0) calc(50% - 1px), rgba(153, 122, 106, 1) calc(50%), rgba(0, 0, 0, 0) calc(50% + 1px));
	background-size: 41% 100%, 41% 100%;
	background-position: 4%, 96%;
	background-repeat: no-repeat
}

.childchair-count,
.person-count,
.reservation-tile .select2-selection {
	border: none
}

#timebg {
	fill: #fff
}

#time {
	color: currentColor!important
}

.overlay {
	border-radius: 0;
	--stroke: currentColor;;
	--fill: transparent;
}

.overlay .quit {
	width: 45px;
	transform: none
}

button,
input[type=button] {
	border-radius: 0!important
}
#main #widget-info-overlay { background-color: #f4f1ef; border: solid 2px   var(--active); color: var(--font-color);}
