﻿
#cont-1801 {
	position: relative;
}
#html-1807 {
	position: absolute;
	text-align: center;
	font-size: 12px;
	border-radius: 4px;
	box-shadow: 1px 1px 6px -2px;
	background: white;
	margin-left: 0;
	padding: 5px;
}
#html-1807 a {
	display: block;
	text-overflow: ellipsis;
}
#html-1807 img {
	max-width: 100px;
}
#html-1807 .Aussteller , #html-1807 .Aussteller > a {
	display: flex;
	gap: 10px;
	align-items: center;
	width: 100%;
}
#html-1807 .Aussteller {
	border-bottom: 1px solid #ccc;
}
#html-1807 .Aussteller .Name {
	flex-grow: 1;
}
#html-1805 {
	max-width: 96%;
	margin: auto;
}
#html-1805 svg {
	max-width: 100%;
	fill: rgba(255,255,255,0.5);
	height: auto;
}
#html-1805 #Standflächen rect {
	fill: var(--stand-reserviert) ! important;
}
#html-1805 #Standflächen rect:hover {
	opacity: 0.5;
}
#html-1805 #Standflächen rect.free {
	fill: var(--stand-frei) ! important;
}
#html-1805 #Standflächen rect.aktiv {
	fill: var(--stand-belegt) ! important;
}
#html-1805 #Standflächen rect.highlight {
	opacity: 0.5;
	outline: 3px solid var(--highlight);
	border-radius: 2px;
}
#html-1805 #Standflächen polygon {
	fill: var(--stand-reserviert) ! important;
}
#html-1805 #Standflächen polygon:hover {
	opacity: 0.5;
}
#html-1805 #Standflächen polygon.free {
	fill: var(--stand-frei) ! important;
}
#html-1805 #Standflächen polygon.aktiv {
	fill: var(--stand-belegt) ! important;
}
#html-1805 #Standflächen polygon.highlight {
	opacity: 0.5;
	outline: 3px solid var(--highlight);
	border-radius: 2px;
}
#html-1805 #Beschriftung {
	fill: var(--color);
}
#html-1805 #Retarded {
	fill: black;
}
#html-1805 #Standnummern {
	fill: white;
}
#html-1803 {
	position: sticky;
	top: 120px;
	--x-background: var(--locolor);
	padding: 10px;
	border-radius: 3px;
	margin-bottom: 20px;
	font-size: 14px;
	border: 1px solid var(--locolor);
	display: none;
}
#html-1803 ul {
	margin-left: 0;
}
#html-1803 li {
	list-style: none;
	display: flex;
	margin-bottom: 5px;
}
#html-1803 .hidden {
	display: none;
}
#html-1803 img {
	width: 60px;
	height: 60px;
	margin-right: 10px;
	border-radius: 5px;
	border: 1px solid var(--locolor);
}
#html-1803 .nologo {
	width: 2em;
	aspect-ratio: 1;
	margin-right: 6px;
}
#html-1803 .scrollable-container {
	max-height: calc(100vh - 100px);
	overflow-y: auto;
	overflow-x: hidden;
}
#html-1803 .item-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
#html-1803 .item-list li {
	padding: 10px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	--x-background-color: var(--locolor);
	margin-bottom: 0;
	transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	line-height: 1.5;
}
#html-1803 .item-list li:hover {
	background-color: var(--bgcolor);
}
#html-1803 .item-list li > div {
	flex-grow: 1;
}
#html-1803 .item-list li .Stand {
	text-align: right;
}
#html-1803 .search-field {
	width: 100%;
	padding: 8px;
	border: none;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 5px 5px 0 0;
	margin-bottom: 15px;
}
#html-1806 {
	width: 80%;
	max-width: 96%;
	margin: auto;
}
#html-1806 svg {
	max-width: 100%;
	height: auto;
}
#html-1806 svg .free , #html-1806 svg .free * {
	fill: var(--stand-frei) ! important;
}
#html-1806 svg .aktiv , #html-1806 svg .aktiv * {
	fill: var(--stand-belegt) ! important;
}
#html-1806 svg .reserviert , #html-1806 svg .reserviert * {
	fill: var(--stand-reserviert) ! important;
}
#html-1806 svg .highlight {
	opacity: 0.5;
	outline: 3px solid var(--highlight);
	border-radius: 2px;
}
#html-1806 svg polygon.highlight {
	opacity: 0.5;
	outline: 3px solid var(--highlight);
	border-radius: 2px;
}
#html-1806 #Beschriftung {
	fill: var(--color);
}
#html-1806 #Retarded {
	fill: black;
}
#html-1806 #Standnummern {
	fill: white;
}
@media (max-width:800px) /* responsive */ {
	#col-1802 {
		order: 2;
	}
}
