﻿#cont-8125 {
	position: fixed;
	bottom: 10px;
	left: 0;
	width: 100%;
}

#cont-8125 .popup-content {
	background: #ddd;
	display: none;
	height: 20vh;
	overflow: auto;
	padding: 20px;
	box-shadow: 2px 2px 4px -1px;
}

#html-8123 {
	width: 60%;
}

#html-1624 {
	--trennbalken-background: none;
	background: var(--trennbalken-background);
	margin: var(--trennbalken-margin);
	width: var(--trennbalken-width);
	height: var(--trennbalken-height);
}

#cont-1812 {
	position: relative;
}

#html-1818 {
	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-1818 a {
	display: block;
	text-overflow: ellipsis;
}

#html-1818 img {
	max-width: 100px;
}

#html-1818 .Aussteller,
#html-1818 .Aussteller>a {
	display: flex;
	gap: 10px;
	align-items: center;
	width: 100%;
}

#html-1818 .Aussteller {
	border-bottom: 1px solid #ccc;
}

#html-1818 .Aussteller .Name {
	flex-grow: 1;
}

#html-1816 {
	max-width: 96%;
	margin: auto;
}

#html-1816 svg {
	max-width: 100%;
	fill: rgba(255, 255, 255, 0.5);
	height: auto;
}

#html-1816 #Standflächen rect {
	fill: var(--stand-reserviert) ! important;
}

#html-1816 #Standflächen rect:hover {
	opacity: 0.5;
}

#html-1816 #Standflächen rect.free {
	fill: var(--stand-frei) ! important;
}

#html-1816 #Standflächen rect.aktiv {
	fill: var(--stand-belegt) ! important;
}

#html-1816 #Standflächen rect.highlight {
	opacity: 0.5;
	outline: 3px solid var(--highlight);
	border-radius: 2px;
}

#html-1816 #Standflächen polygon {
	fill: var(--stand-reserviert) ! important;
}

#html-1816 #Standflächen polygon:hover {
	opacity: 0.5;
}

#html-1816 #Standflächen polygon.free {
	fill: var(--stand-frei) ! important;
}

#html-1816 #Standflächen polygon.aktiv {
	fill: var(--stand-belegt) ! important;
}

#html-1816 #Standflächen polygon.highlight {
	opacity: 0.5;
	outline: 3px solid var(--highlight);
	border-radius: 2px;
}

#html-1816 #Beschriftung {
	fill: var(--color);
}

#html-1816 #Retarded {
	fill: black;
}

#html-1816 #Standnummern {
	fill: white;
}

#html-1814 {
	position: sticky;
	top: 120px;
	--x-background: var(--locolor);
	padding: 10px;
	border-radius: 3px;
	margin-bottom: 20px;
	font-size: 14px;
	border: 1px solid var(--locolor);
}

#html-1814 ul {
	margin-left: 0;
}

#html-1814 li {
	list-style: none;
	display: flex;
	margin-bottom: 5px;
}

#html-1814 .hidden {
	display: none;
}

#html-1814 img {
	width: 60px;
	height: 60px;
	margin-right: 10px;
	border-radius: 5px;
	border: 1px solid var(--locolor);
}

#html-1814 .nologo {
	width: 2em;
	aspect-ratio: 1;
	margin-right: 6px;
}

#html-1814 .scrollable-container {
	max-height: calc(100vh - 100px);
	overflow-y: auto;
	overflow-x: hidden;
}

#html-1814 .item-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

#html-1814 .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-1814 .item-list li:hover {
	background-color: var(--bgcolor);
}

#html-1814 .item-list li>div {
	flex-grow: 1;
}

#html-1814 .item-list li .Stand {
	text-align: right;
}

#html-1814 .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-1817 {
	max-width: 96%;
	margin: auto;
}

#html-1817 svg {
	max-width: 100%;
	height: auto;
}

#html-1817 svg .free,
#html-1817 svg .free * {
	fill: var(--stand-frei) ! important;
}

#html-1817 svg .aktiv,
#html-1817 svg .aktiv * {
	fill: var(--stand-belegt) ! important;
}

#html-1817 svg .reserviert,
#html-1817 svg .reserviert * {
	fill: var(--stand-reserviert) ! important;
}

#html-1817 svg .highlight {
	outline: 2px solid black !important;
	outline-offset: -2px;
}

#html-1817 #Beschriftung {
	fill: var(--color);
}

#html-1817 #Retarded {
	fill: black;
}

#html-1817 #Standnummern {
	fill: white;
}

#html-1817 path,
#html-1817 text {
	pointer-events: none;
}

@media (max-width:800px)
/* responsive */
	{
	#col-1813 {
		order: 2;
	}
}