@font-face {
	font-family: "Faculty Glyphic";
	src: url("../fonts/FacultyGlyphic-Regular.woff") format("woff"), 
		 url("../fonts/FacultyGlyphic-Regular.ttf") format("ttf");
}


* {
	font-family: "Faculty Glyphic", "Arial", sans-serif !important;
}

body,
html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Faculty Glyphic", "Arial", sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	height: 100%;
}

#map {
	height: 100%;
	width: 100%;
}

#search {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 280px;
	background: white;
	padding: 10px; /* Rundum-Padding */
	z-index: 1000;
	border-radius: 0px 5px 5px 0px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	display: flex;
	flex-direction: column;
	gap: 5px;
	max-height: 95vh; /* Begrenzung der maximalen Höhe */
	overflow-y: auto; /* Vertikales Scrollen aktivieren */
}

.project-summary {
	border: 1px solid #d8c6b2;
	border-radius: 6px;
	background-color: #fff9f4;
	padding: 10px;
	line-height: 1.35;
}

.project-summary h1 {
	margin: 0 0 6px 0;
	font-size: 18px;
}

.project-summary p {
	margin: 0 0 6px 0;
}

.project-summary p:last-child {
	margin-bottom: 0;
}

.region-label {
    background: transparent;
    border: none;
    box-shadow: none;

    font-size: 18px;
    font-weight: bold;
    text-shadow: 0 0 4px white;

    white-space: nowrap;
    pointer-events: none;
	text-align: center;
    transform: translate(-50%, -50%);
}

.leaflet-tooltip.region-label {
	background: transparent;
	border: none;
	box-shadow: none;
	padding: 0; 
	white-space: nowrap;
	pointer-events: none;
}

.transportOptionSelect {
	width: 170px;
}

#toggle-button {
	position: fixed;
	top: 50px;
	left: 300px;
	width: 20px;
	height: 140px;
	border-radius: 0 5px 5px 0;
	background-color: #565044;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	color: white;
	z-index: 1000;
	border: none;
	cursor: pointer;
	font-size: 13px;
	writing-mode: vertical-rl;
	text-orientation: mixed;
}

#legal-button {
	position: fixed;
	left: 12px;
	bottom: 12px;
	padding: 7px 10px;
	border: 1px solid #8d7962;
	border-radius: 6px;
	background: rgba(255, 249, 244, 0.94);
	color: #3f3428;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
	cursor: pointer;
	z-index: 1000;
	font-size: 13px;
}

#legal-button:hover,
#legal-button:focus-visible {
	background: rgba(255, 249, 244, 1);
	outline: none;
}

body.legal-dialog-open,
body.modal-dialog-open {
	overflow: hidden;
}

#legal-overlay[hidden] {
	display: none !important;
}

#legal-overlay {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(20, 16, 12, 0.56);
	z-index: 1200;
}

.legal-dialog {
	width: min(680px, 100%);
	max-height: min(80vh, 760px);
	overflow-y: auto;
	background: #fff9f4;
	color: #2f251c;
	border: 1px solid #d8c6b2;
	border-radius: 10px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
	padding: 16px 18px;
}

.legal-dialog:focus {
	outline: none;
}

.legal-dialog__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}

.legal-dialog__header h2 {
	margin: 0;
	font-size: 20px;
}

.legal-dialog__badge {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	margin: 0 0 14px 0;
}

.legal-dialog__badge img {
	display: block;
	width: min(240px, 100%);
	height: auto;
}

.legal-dialog__badge span {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #6c5a49;
}

.legal-dialog__close {
	border: none;
	background: transparent;
	color: #5f4f40;
	cursor: pointer;
	font-size: 28px;
	line-height: 1;
	padding: 0;
}

.legal-dialog__content p {
	margin: 0 0 10px 0;
	line-height: 1.45;
}

.legal-dialog__content a {
	color: #7a1411;
}

.legal-dialog__note {
	font-size: 12px;
	color: #6f6256;
}

#location-report-overlay[hidden] {
	display: none !important;
}

#location-report-overlay {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(20, 16, 12, 0.56);
	z-index: 1250;
}

.location-report-dialog {
	width: min(520px, 100%);
	max-height: min(86vh, 760px);
	overflow-y: auto;
	background: #fff9f4;
	color: #2f251c;
	border: 1px solid #d8c6b2;
	border-radius: 12px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
	padding: 18px;
}

.location-report-dialog:focus {
	outline: none;
}

.location-report-dialog__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}

.location-report-dialog__header h2 {
	margin: 0;
	font-size: 20px;
}

.location-report-dialog__close {
	border: none;
	background: transparent;
	color: #5f4f40;
	cursor: pointer;
	font-size: 28px;
	line-height: 1;
	padding: 0;
}

.location-report-dialog__close:disabled {
	cursor: wait;
	opacity: 0.5;
}

.location-report-dialog__intro {
	margin: 0 0 14px 0;
	padding: 0;
	line-height: 1.45;
}

.location-report-dialog__trust-note {
	margin: -4px 0 4px 0;
	padding: 10px 12px;
	border: 1px solid #d9c1a4;
	border-radius: 10px;
	background: #f5ecdf;
	color: #5b4735;
	font-size: 12px;
	line-height: 1.45;
}

.location-report-form {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.location-report-form__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.location-report-form__meta-item {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 8px 10px;
	border: 1px solid #d8c6b2;
	border-radius: 8px;
	background: #fff;
}

.location-report-form__meta-label {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #6c5a49;
}

.location-report-form__meta-value {
	font-size: 13px;
	font-weight: bold;
	color: #3f3428;
}

.location-report-form__field {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.location-report-form__field > span {
	font-size: 12px;
	font-weight: bold;
	color: #5a4a3b;
}

.location-report-form__field input,
.location-report-form__field select,
.location-report-form__field textarea {
	border: 1px solid #cdb79f;
	border-radius: 8px;
	background: #fff;
	color: #2f251c;
	font: inherit;
	padding: 9px 10px;
}

.location-report-form__field textarea {
	min-height: 96px;
	resize: vertical;
}

.location-report-form__field input:focus,
.location-report-form__field select:focus,
.location-report-form__field textarea:focus {
	border-color: #9b7b58;
	outline: 2px solid rgba(155, 123, 88, 0.14);
	outline-offset: 0;
}

.location-report-form__field input:disabled,
.location-report-form__field select:disabled,
.location-report-form__field textarea:disabled {
	background: #f3ede7;
	cursor: wait;
}

.location-report-form__honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.location-report-form__service-note {
	margin: -2px 0 0 0;
	font-size: 12px;
	line-height: 1.4;
	color: #8b5d2a;
}

.location-report-form__status {
	min-height: 1.4em;
	margin: 0;
	font-size: 12px;
	line-height: 1.4;
	color: #5f4f40;
}

.location-report-form__status[data-status="error"] {
	color: #8a3a1b;
}

.location-report-form__status[data-status="pending"] {
	color: #6b583f;
}

.location-report-form__actions {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}

.location-report-form__button {
	border: 1px solid #c6aa8c;
	border-radius: 999px;
	cursor: pointer;
	font: inherit;
	font-weight: bold;
	padding: 8px 14px;
}

.location-report-form__button:disabled {
	cursor: wait;
	opacity: 0.65;
}

.location-report-form__button--secondary {
	background: #f3ebdf;
	color: #513c2b;
}

.location-report-form__button--primary {
	background: #e8dac7;
	color: #3f3428;
}

.location-report-form__button:not(:disabled):hover,
.location-report-form__button:not(:disabled):focus-visible {
	border-color: #b48d68;
	background: #ead7bf;
	outline: none;
}

.input-options {
	display: inline-grid;
	grid-template-columns: auto auto;
	gap: 5px;
	align-items: center;
}

.display-options {
	display: grid;
	grid-template-columns: 50px 220px;
	column-gap: 8px;
	row-gap: 4px;
	align-items: center;
}

.display-options__label {
	flex: 0 0 auto;
	font-weight: bold;
}

.display-options__spacer {
	display: block;
}

.display-options__secondary {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.location-toggle-group {
	display: flex;
	flex-wrap: nowrap;
	gap: 6px;
	align-items: center;
	white-space: nowrap;
}

.display-options .location-toggle {
	appearance: none;
	-webkit-appearance: none;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
	opacity: 0.22;
	cursor: pointer;
	line-height: 1;
	transition: opacity 120ms ease;
	flex: 0 0 auto;
}

.display-options .location-toggle__icon {
	display: block;
	width: 40px;
	height: 40px;
	object-fit: contain;
	pointer-events: none;
	user-select: none;
}

.display-options .location-toggle.is-active {
	opacity: 1;
}

.display-options .location-toggle:hover,
.display-options .location-toggle:focus-visible {
	opacity: 0.55;
	outline: none;
}

.display-options .location-toggle.is-active:hover,
.display-options .location-toggle.is-active:focus-visible {
	opacity: 1;
}

#transport-options {
	display: inline-grid;
	grid-template-columns: auto auto;
	gap: 10px;
	align-items: center;
}

.transport-filter-label {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.transport-filter-icon,
.route-overview-icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	object-fit: contain;
	vertical-align: middle;
}

.route-overview-icon {
	margin-right: 4px;
}

.transport-select-with-icon {
	position: relative;
	width: 170px;
	min-width: 0;
}

.transport-native-select {
	display: none;
}

.transport-combobox {
	position: relative;
	display: flex;
	align-items: center;
	gap: 6px;
	width: 100%;
	min-height: 30px;
	padding: 2px 22px 2px 6px;
	border: 1px solid #8f8f9d;
	border-radius: 3px;
	background: #fff;
	color: #1f1f1f;
	font: inherit;
	text-align: left;
	cursor: pointer;
}

.transport-combobox::after {
	position: absolute;
	right: 7px;
	top: 50%;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	content: "";
	transform: translateY(-35%);
}

.transport-combobox__label {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.transport-combobox__menu {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1200;
	width: max-content;
	max-width: calc(100vw - 16px);
	max-height: 220px;
	overflow-y: auto;
	border: 1px solid #8f8f9d;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.transport-combobox__option {
	display: flex;
	align-items: center;
	gap: 6px;
	width: 100%;
	min-height: 30px;
	padding: 3px 8px;
	border: 0;
	background: transparent;
	color: #1f1f1f;
	font: inherit;
	text-align: left;
	white-space: nowrap;
	cursor: pointer;
}

.transport-combobox__option span {
	overflow: visible;
}

.transport-combobox__option:hover,
.transport-combobox__option:focus-visible,
.transport-combobox__option.is-active {
	background: #e8f0fe;
	outline: none;
}

.transport-option-inline-icon {
	width: 24px;
	height: 24px;
	max-width: 24px;
	max-height: 24px;
	flex: 0 0 24px;
	object-fit: contain;
}

.transport-select-with-icon img {
	width: 24px;
	height: 24px;
	max-width: 24px;
	max-height: 24px;
}

.ui-autocomplete {
	z-index: 1000;
}

.map-context-menu[hidden] {
	display: none !important;
}

.map-context-menu {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1400;
	display: inline-flex;
	flex-direction: column;
	width: max-content;
	max-width: calc(100vw - 16px);
	padding: 6px;
	border: 1px solid #8d7962;
	border-radius: 8px;
	background: rgba(250, 243, 236, 0.98);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.map-context-menu__item {
	width: auto;
	border: 1px solid transparent;
	border-radius: 6px;
	background: transparent;
	color: #3f3428;
	cursor: pointer;
	font: inherit;
	padding: 8px 10px;
	text-align: left;
	white-space: nowrap;
}

.map-context-menu__item:hover,
.map-context-menu__item:focus-visible {
	background: #e8dac7;
	border-color: #c8ab8b;
	outline: none;
}

.map-context-menu__item:disabled {
	opacity: 0.55;
	cursor: default;
}

.map-context-menu__item:disabled:hover,
.map-context-menu__item:disabled:focus-visible {
	background: transparent;
	border-color: transparent;
	outline: none;
}

.map-context-anchor-marker {
	background: transparent;
	border: none;
	pointer-events: none;
}

.map-context-anchor-marker__dot {
	display: block;
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	border-radius: 50%;
	background: #d2473b;
	border: 2px solid #ffffff;
	box-shadow:
		0 0 0 1px rgba(111, 83, 56, 0.4),
		0 4px 12px rgba(0, 0, 0, 0.22);
}

.feedback-toast[hidden] {
	display: none !important;
}

.feedback-toast {
	position: fixed;
	left: 50%;
	bottom: 18px;
	z-index: 1450;
	max-width: min(320px, calc(100vw - 32px));
	padding: 12px 16px;
	border: 1px solid #c7aa88;
	border-radius: 10px;
	background: rgba(255, 249, 244, 0.98);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
	color: #4a392c;
	font-size: 15px;
	line-height: 1.35;
	text-align: center;
	opacity: 0;
	transform: translate(-50%, 8px);
	transition: opacity 140ms ease, transform 140ms ease;
}

.feedback-toast.is-visible {
	opacity: 1;
	transform: translate(-50%, 0);
}

.feedback-toast[data-toast-type="success"] {
	border-color: #b69572;
	background: rgba(250, 243, 236, 0.98);
}

.feedback-toast[data-toast-type="warning"] {
	border-color: #c8a98b;
	background: rgba(246, 237, 227, 0.98);
}

.waypoint-container {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-top: 5px;
	padding: 4px 6px;
	border: 1px solid #d8c6b2;
	border-radius: 6px;
	background: #fff9f4;
	transition: box-shadow 120ms ease, border-color 120ms ease, background-color 120ms ease;
}

.waypoint-container.is-dragging {
	border-color: #b7916d;
	background: #fff4e8;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
}

.waypoint-sort-placeholder {
	margin-top: 5px;
	border: 1px dashed #c9ad90;
	border-radius: 6px;
	background: rgba(239, 228, 213, 0.75);
}

.waypoint-container input {
	flex: 1;
	min-width: 0;
	width: 100%;
}

.waypoint-drag-handle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 30px;
	border: 1px solid transparent;
	border-radius: 5px;
	background: transparent;
	cursor: grab;
	padding: 0;
}

.waypoint-drag-handle:active {
	cursor: grabbing;
}

.waypoint-drag-handle:hover,
.waypoint-drag-handle:focus-visible {
	background: #f1e6d8;
	border-color: #cfb396;
	outline: none;
}

.waypoint-drag-handle__dots {
	display: grid;
	grid-template-columns: repeat(2, 4px);
	grid-template-rows: repeat(3, 4px);
	gap: 3px 4px;
}

.waypoint-drag-handle__dots span {
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #7a6652;
}

.remove-waypoint {
	flex: 0 0 auto;
	background: #e6d5c2;
	border: 1px solid #c6aa8c;
	border-radius: 5px;
	color: #5a4331;
	cursor: pointer;
	padding: 5px;
	width: 30px;
}

.remove-waypoint:hover,
.remove-waypoint:focus-visible {
	background: #dcc5aa;
	border-color: #b6916f;
	outline: none;
}

.leaflet-tooltip {
	background-color: rgba(255, 255, 255, 255);
	color: #000;
	border: 0px solid #000;
	border-radius: 5px;
	padding: 5px 20px;
	opacity: 1;
	font-size: 16px;
	font-weight: bold;
}

.leaflet-popup-content {
	margin: 0px 10px 5px 10px;
}

.location-popup {
	background: #fff;
	color: #000;
	border: 0;
	border-radius: 12px;
	margin: 0;
	padding: 10px;
	max-width: 260px;
	font-size: 14px;
	line-height: 1.35;
}

.location-popup__header {
	display: flex;
	align-items: center;
	gap: 8px;
}

.location-popup__title-group {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 28px;
}

.location-popup__icon {
	width: 28px;
	height: 28px;
	object-fit: contain;
	flex: 0 0 auto;
}

.location-popup__icon--share-pin {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: visible;
}

.location-popup__name {
	font-size: 16px;
	font-weight: bold;
}

.location-popup__type {
	font-size: 12px;
	font-weight: normal;
	color: #5f5548;
}

.location-popup__description {
	margin-top: 6px;
	color: #2e2a24;
	font-size: 12px;
	font-weight: normal;
}

.location-popup__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 8px;
	margin-bottom: 4px;
}

.location-popup__action-button {
	border: 1px solid #d2b28f;
	border-radius: 999px;
	background: #f3ebdf;
	color: #513c2b;
	cursor: pointer;
	font: inherit;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
}

.location-popup__action-button:hover,
.location-popup__action-button:focus-visible {
	background: #ead9c2;
	border-color: #ba9368;
	outline: none;
}

.location-popup__action-button--accent {
	background: #e7f0ff;
	border-color: #8caee6;
	color: #17468f;
}

.location-popup__action-button--accent:hover,
.location-popup__action-button--accent:focus-visible {
	background: #d8e7ff;
	border-color: #6f93d8;
}

.location-popup__action-button--danger {
	background: #ead8c5;
	border-color: #c4a585;
	color: #644930;
}

.location-popup__action-button--danger:hover,
.location-popup__action-button--danger:focus-visible {
	background: #dfc8ad;
	border-color: #b48d68;
}

.location-popup__wiki-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-top: 6px;
	color: #1452f7;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.location-popup__link-icon {
	font-size: 11px;
	line-height: 1;
}

.location-popup__wiki-link:hover,
.location-popup__wiki-link:focus-visible {
	text-decoration: underline;
}

.location-tooltip {
	background: transparent;
	border: 0;
	border-radius: 12px;
	box-shadow: none;
	padding: 0;
}

.location-tooltip--interactive {
	pointer-events: auto;
}

.location-tooltip::before {
	border-top-color: #fff;
}

.location-tooltip .location-popup {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.location-tooltip .location-popup--compact {
	padding: 10px;
}

.location-tooltip .location-popup--compact .location-popup__title-group {
	flex-direction: row;
	align-items: center;
}

.location-tooltip .location-popup--compact .location-popup__name {
	line-height: 1.1;
}

.location-visual-marker {
	background: transparent;
	border: 0;
}

.location-visual-marker__shape {
	display: block;
	box-sizing: border-box;
	background: #f52b25;
	border-style: solid;
	border-color: #ffffff;
}

.location-visual-marker__shape--circle {
	border-radius: 50%;
}

.location-visual-marker__shape--square {
	border-radius: 0;
}

.share-pin-marker {
	background: transparent;
	border: none;
}

.share-pin-visual {
	--share-pin-dot-size: 18px;
	--share-pin-dot-left: 8px;
	--share-pin-dot-top: 18px;
	--share-pin-pole-left: 16px;
	--share-pin-pole-top: 2px;
	--share-pin-pole-height: 18px;
	--share-pin-flag-width: 16px;
	--share-pin-flag-height: 12px;
	position: relative;
	display: block;
	width: 34px;
	height: 42px;
}

.share-pin-visual--marker {
	--share-pin-dot-top: 22px;
	--share-pin-pole-top: 0px;
	--share-pin-pole-height: 22px;
	width: 34px;
	height: 42px;
}

.share-pin-visual--popup {
	--share-pin-pole-left: 8px;
	--share-pin-pole-top: 2px;
	--share-pin-pole-height: 14px;
	--share-pin-flag-width: 14px;
	--share-pin-flag-height: 10px;
	width: 20px;
	height: 18px;
}

.share-pin-visual__dot {
	position: absolute;
	left: var(--share-pin-dot-left);
	top: var(--share-pin-dot-top);
	width: var(--share-pin-dot-size);
	height: var(--share-pin-dot-size);
	z-index: 1;
	box-sizing: border-box;
	border-radius: 50%;
	background: #d2473b;
	border: 2px solid #ffffff;
	box-shadow:
		0 0 0 1px rgba(111, 83, 56, 0.4),
		0 4px 12px rgba(0, 0, 0, 0.22);
}

.share-pin-visual__flag-pole {
	position: absolute;
	left: var(--share-pin-pole-left);
	top: var(--share-pin-pole-top);
	width: 2px;
	height: var(--share-pin-pole-height);
	z-index: 2;
	border-radius: 999px;
	background: #8a6747;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.share-pin-visual__flag {
	position: absolute;
	left: calc(var(--share-pin-pole-left) + 2px);
	top: var(--share-pin-pole-top);
	width: var(--share-pin-flag-width);
	height: var(--share-pin-flag-height);
	z-index: 3;
	background: linear-gradient(180deg, #e05046 0%, #c63731 100%);
	clip-path: polygon(0 0, 100% 18%, 68% 50%, 100% 82%, 0 100%);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

.measurement-handle-marker {
	background: transparent;
	border: none;
}

.measurement-handle-marker__outer {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #ffffff;
	border: 2px solid #8a6644;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.22);
}

.measurement-handle-marker__inner {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #8a6644;
}

.measurement-value-marker {
	position: relative;
	width: 0 !important;
	height: 0 !important;
	background: transparent;
	border: 0;
	box-shadow: none;
	pointer-events: none;
}

.measurement-value-marker > span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.measurement-value-marker__text {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 10px;
	border: 2px solid #8a6644;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
	color: #4a392c;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
}

#overview {
	max-height: 80vh; /* Begrenzung der Höhe auf 80% der Bildschirmhöhe */
	overflow-y: auto; /* Aktiviert vertikales Scrollen, wenn der Inhalt größer ist */
	border: 1px solid #ccc; /* Optionale Grenze, um den Bereich visuell hervorzuheben */
	padding: 10px; /* Innerer Abstand für bessere Lesbarkeit */
	background-color: #fff9f4; /* Hintergrundfarbe für bessere Sichtbarkeit */
}
