@charset "utf-8";
/* copyright 2025 webQ GmbH */
* {
	margin:0px;
	padding:0px;
	border:0;
	box-sizing: border-box;
}
html {
	scroll-padding-top: 0; /* height of sticky header */
	scroll-behavior: smooth;
}
html, body {
	width: 100%;
	touch-action: pan-x pan-y;
	-ms-touch-action: pan-x pan-y; /* Für Internet Explorer */
  	-webkit-touch-action: pan-x pan-y; /* Für WebKit-basierte Browser wie Chrome und Safari */
 	-moz-touch-action: pan-x pan-y; /* Für Mozilla Firefox */
 	-o-touch-action: pan-x pan-y;
	overflow: auto;
}
body {
	font-family: "Ubuntu", Arial, sans-serif;
	font-size: 18px;
	line-height: 150%;
	color: #000;
	background-color: #fff;
}

.hidden{
	display: none;
}
hr {
	height: 2px;
  	border-radius: 1px;
}
.flexbox{
	display: flex;
}
.row{
	flex-direction: row;
}
.column{
	flex-direction: column;
}
.alignCenter {
  	justify-content: center;
  	align-content: center;
  	align-items: center;
}
.alignBetween{
	justify-content: space-between;
  	align-content: center;
  	align-items: center;
}
.wrap{
	flex-wrap: wrap;
}
.fullwidth{
	width: 100%;
}
#map_canvas {
	height: 100%;
	position: relative;
	z-index: 0;
}
#map {
	width: 100%;
	overflow: hidden;
	height: calc(100vh - 150px);
	margin-top: 94px;
	position: relative;
	z-index: 98;
}

/* ----------------------- Legende ----------------------- */
#legendIcon{
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	position: absolute;
	display: flex;
	top: 70px;
	right: 9px;
	z-index: 90;
	justify-content: center;
	align-content: center;
	align-items: center;
	box-shadow: 1px 1px 10px #333;
}
#legendIcon svg{
	width: 30px;
	height: 30px;
	margin-top: 0;
}
#legendIcon.animated{
	background-color: #fff;
	height: 30px;
	box-shadow: none;
}
#legendIcon.animated svg{
	margin-top: 5px;
}
.st1{
	fill: #fff;
}
.animated .st1{
	fill: #000;
}
.animated {
  transition: all 0.5s ease-in-out;
}
.rotate-clockwise {
  	transform: rotate(45deg) translate(100%, -45%) scaleX(0.5);
}
.rotate-counterclockwise {
	transform: rotate(-45deg) translate(-111%, -35%) scaleX(0.5);
}
.rounded-border {
  	stroke-linejoin: round;
	stroke-linecap: round;
}
#legend {
	background-color: #fff;
	position: absolute;
	top: 70px;
	right: 9px;
	z-index: 89;
	width: 220px;
	border-radius: 4px;	
	padding: 1em;
	padding-top: 6px;
	box-shadow: 1px 1px 10px #333;
}
#legend {
	font-size: 0.75em;
}
.legendHeadline, .legendSubHeadline {
	width: 100% !important;
  	font-size: 0.9em;
	text-align: left;
}
.legendHeadline {
  	font-weight: 700;
	margin-bottom: 4px;
}
.legendSubHeadline {
  	margin-top: 0.5rem;
  	font-weight: 400;
}
.colorLine, .colorBox{
	width: 25px;
}
.colorLine{
	height: 6px;
}
.colorBox{
	height: 10px;
}
.colorBubble{
	border-radius: 50%;
	width: 20px;
  	height: 20px;
}
button.colorLegend{
	background: transparent;
  	cursor: pointer;
}
.colorLegend, .markerLegend{
	display: flex;
	flex-direction: row;
	margin: 0.5rem 0;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	cursor: pointer;
	transition: opacity 0.3s ease;
  	width: 80%;	
}
.colorLegend p, .markerLegend p{
	padding-left: 1.5em;
	font-size: 1em;
	max-width: calc(100% - 25px);
}
.legenInfoButton{
	justify-content: flex-end;
	width: 20%;
	position: relative;
    cursor: pointer;
}
.legenInfoButton p{
	border-radius: 50%;
	width: 1.25rem;
	height: 1.25rem;
	background: #fff url("/map/images/icon-hinweise.svg") no-repeat center;
	background-size: 18px;
}
.legendTooltip {
    display: none;
    position: absolute;
    background-color: #005ca9;
    color: #fff;
    padding: 20px;
    border: 1px solid #005ca9;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    z-index: 10;
    width: 250px;
	top: 0;
	right: 30px;
	line-height: 135%;
}
.legendTooltip::before {
     content: "";
  	width: 0px;
  	height: 0px;
  	position: absolute;
  	border-left: 10px solid #005ca9;
  	border-right: 10px solid transparent;
  	border-top: 10px solid #005ca9;
  	border-bottom: 10px solid transparent;
  	right: -10px;
  	top: 6px;
}
.legendTooltip .closeButton {
    position: absolute;
    top: 4px;
    right: 8px;
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
	display: none;
}
.marker{
	width: 25px;
  	height: 35px;
	background-color: transparent;
	background-repeat: no-repeat;
    background-position: center center;
  	background-size: contain;
}
.fullOpacity{
	opacity: 1;
}
.lowOpacity{
	opacity: 0.5;
}
.fernwaermeMarker{
	width: 25px;
	height: 35px;
	background: transparent url("/icons/map-other-marker.svg") no-repeat center center;
	background-size: contain;
}
#toggleMarkerButton{
	cursor: pointer;
}
#markerCountText p{
	font-size: 0.8em;
	margin-top: 0.5rem;
}
.stadtgrenze.dark{
	background-color: #000!important;
	border: none!important;
}
@media (max-height: 910px) and (max-width: 768px) {
	#legend{
		max-height: calc(100vh - 385px);
		overflow-y: scroll;
		overflow-x: visible;
	}
	.legendTooltip{
		width: 170px;
	}
}
@media (max-height: 865px) and (min-width: 768px) {
	#legend{
		max-height: calc(100vh - 333px);
		overflow-y: scroll;
		overflow-x: visible;
	}
	.legendTooltip{
		width: 170px;
	}
}
@media (hover: none) {
    /* Schließen-Button auf mobilen Geräten sichtbar machen */
    .legendTooltip.show .closeButton {
        display: block;
    }
}

@media (hover: hover) {
    /* Hover-Effekt für Desktop */
    .legenInfoButton:hover .legendTooltip {
        display: block;
    }

    .legendTooltip .closeButton {
        display: none; /* Auf Desktop ist der Schließen-Button immer unsichtbar */
    }
}
@media only screen and (max-width: 960px) {
	#legend .row{
		 flex-direction: row;
	}
 }

/* ----------------------- Marker Controls ----------------------- */
#controls{
	position: absolute;
	left: 1em;
	top: 35%;
	z-index: 80;
	display: flex;
	flex-direction: column;
	border-radius: 4px;
	width: 40px;
  	height: 40px;
}
.markerControls{
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	background-color: transparent;
	cursor: pointer;
	padding: 8px;
}
#mapHelp{
	position: absolute;
	top: calc(35% - 65px);
	left: 1em;
	z-index: 80;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	cursor: pointer;
  	border-radius: 4px;
	width: 40px;
  	height: 40px;
}
#mapHelp p {
	width: 30px;
  	height: 30px;
	margin: 0.25em 0.28em;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	color: #fff;
	font-weight: 400;
	font-size: 2em;
	padding: 0.25em 0;
}
#mapHelp.open{
	background-image: url("/map/images/icon-close.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px;
}
#mapHelp.open p{
	display: none;
}
#controlsHelp{
	position: absolute;
	top: 35%;
	left: 1em;
	z-index: 79;
	background-color: #fff;
	color: #009DE0;
	border-radius: 8px;
	padding: 0.15em;
	overflow: hidden;
	width: 0;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
  	-moz-transition: all .5s ease-in-out;
  	-o-transition: all .5s ease-in-out;
 	transition: all .5s ease-in-out;
	box-shadow: 1px 1px 10px #333;
}
#controlsHelp div.row{
	flex-direction: row;
}
#controlsHelp p {
	font-size: 0.75em;
	margin: 5px 10px;
	padding-bottom: 5px;
	overflow: hidden;
	border-bottom: solid 0.15px #009DE0;
}
#controlsHelp p:first-child{
	margin-left: 58px;
}
#controlsHelp p:last-child{
	border-bottom: none;
}
#controlsHelp .flexbox{
	align-content: center;
	align-items: center;
}
#controlsHelp div:nth-child(2) p{
	margin-left: 17px;
}
.controlsInfo{
	width: 30px;
	height: 30px;
	object-fit: contain;
  	margin: 0 0.5em;
}
#searchMarker{
	width: 285px;
	position: absolute;
	top: calc(35% - 130px);
	left: 1em;
	z-index: 80;
	display: flex;
	justify-content: flex-start;
  	align-content: flex-start;
  	align-items: center;
	flex-direction: row;
	border-radius: 4px;
	overflow: hidden;
	-webkit-transition: width .25s ease-in-out;
  	-moz-transition: width .25s ease-in-out;
  	-o-transition: width .25s ease-in-out;
  	transition: width .25s ease-in-out;
}
#markerIdInput{
	height: 35px;
	border-radius: 8px;
	padding: 0.25em;
	margin-left: 0.5em;
	width: 188px;
}
#searchMarkerIcon{
	width: 40px;
	min-width: 40px;
	height: 40px;
	display: flex;
  	justify-content: center;
  	align-content: center;
  	align-items: center;
  	cursor: pointer;
	background: transparent url(/map/images/icon-search-marker.svg) no-repeat center center;
  	background-size: 25px;
}
#searchMarkerBtn {
	width: 40px;
	height: 40px;
	display: flex;
  	justify-content: center;
  	align-content: center;
  	align-items: center;
  	cursor: pointer;
	background: transparent url("/map/images/icon-search.svg") no-repeat center center;
  	background-size: 25px;
}
#searchMarkerBtn span {
	display: none;
}
#markerButtons{
	position: absolute;
  	z-index: 99;
  	left: 1em;
  	top: calc(35% + 65px);
  	padding: 0.5em;
	border-radius: 4px;
  	background-color: #fff;
	max-width: 130px;
	overflow: hidden;
	box-shadow: 1px 1px 10px #333;
}
#markerButtonsText{
	width: 100%;
	cursor: pointer;
}
#markerButtons h2{
	width: 78%;
	font-size: 0.8rem;
}
#markerButtons p{
	margin-bottom: 0.5em;
	display: inline-block;
	font-size: 0.8em;
	line-height: 110%;
	width: 50px;
	height: auto;
	cursor: pointer;
}
#markerButtonsClose{
	width: 28%;
	height: auto;
}
#markerButtons.closed{
	width: 40px;
	height: 40px;
	padding-top: 2px;
	padding-left: 0;
	cursor: pointer;
}
#markerButtons #markerButtonsText.closed{
	margin-left: 0.5em;
	width: 50px;
	height: 65px;
	background: transparent url("/map/images/map-own-marker.svg") no-repeat;
  	background-size: 24px;
  	padding-left: 4em;
}
#markerButtonsText.closed h2{
	display: none;
}
#markerButtons.opened{
	width: 100%;
	max-height: 45vh;
  	overflow-y: auto;
}
#markerButtons p.opened{
	width: 100%;
	color: #000;
}
#myMarker{
	padding: 0 0.5em;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.75em;
}
.markerButton{
	height: 45px;
	width: auto;
	padding-left: 3em;
	background: transparent url("/map/images/map-own-marker.svg") no-repeat left center;
  	background-size: contain;
	cursor: pointer;
	margin-right: 1em;
	margin-bottom: 0.65em;
}
.markerButton span {
	display: none;
}
.markerButton small{
	display: inline-block;
  	text-align: left;
	font-size: 0.75em;
}
.mapAdressSearch{
	position: absolute;
	right: calc((100% - 500px)/ 2);
}
#searchContainer {
	width: 500px;
}
.mapAdressSearchForm {
  	border-radius: 4px;
	width: 500px;
  	display: flex;
  	justify-content: center;
  	align-content: center;
  	align-items: center;
}
.mapSearchBtn {
  	background: transparent url("/map/images/icon-search.svg") no-repeat center center;
    background-size: auto;
  	background-size: 25px;
  	cursor: pointer;
  	width: 40px;
  	height: 50px;
  	border: none;
}
.mapInput{
	width: 430px;
  	min-height: 1.5em;
	border: 1px solid #ddd;
  	border-radius: 4px;
  	margin-right: 1em;
  	padding: 5px;
}
main{
	margin-top: 94px;
	min-height: calc(100vh - 94px - 100px);
	transition: margin-top 0.3s ease;
}
#toggleSearchBtn{
	display: none;
	width: 40px;
  	height: 40px;
	cursor: pointer;
	margin-right: 2rem;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
  	background-size: 20px;
	background-image: url("/map/images/icon-search.svg");
}
#toggleSearchBtn.open{
	background-image: url("/map/images/icon-close.svg");
}
@media (max-width: 920px){
	.mapAdressSearch{
		top: 80px;
		right: 0;
	}
	#toggleSearchBtn{
		display: inline-block;
	}
	#searchContainer{
		width: 0;
		overflow: hidden;
		transition: width 0.5s ease;
	}
	#searchContainer.open {
		width: 100%;
    	padding: 0 1.2rem 0 1.5rem;
	}
	.mapAdressSearchForm{
		width: 100%;
	}
	#header.open{
		height: 140px;
	}
	main.shifted{
		margin-top: 140px;
		min-height: calc(100vh - 140px - 100px);
	}
	.mapInput{
		width: calc(100% - 2rem - 40px);
	}
}
@media (max-width: 390px){
	#toggleSearchBtn{
		margin-right: 1rem;
	}
	.logoLink,  #header .logo{
		width: 160px;
	}
}
@media (max-width: 360px){
	.logoLink,  #header .logo{
		width: 145px;
	}
}
#disclaimerText {
  	position: absolute;
  	bottom: 0;
  	left: 50%;
  	z-index: 89;
  	width: 80%;
  	border-top-left-radius: 1em;
  	border-top-right-radius: 1em;
  	margin-left: -40%;
  	max-height: 0%;
  	transition: max-height 0.5s ease;
}
#disclaimerText.open {
  	max-height: 100%;
}
#disclaimerText p, #disclaimerText h2 {
	/*color: #000;*/
	text-align: center;
}
#disclaimerText h2{
	margin: 0.25em 0;
	font-size: 1em;
}
.disclaimer{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 1em 2em;
}
.disclaimer small{
	display:inline-block;
	width: 100%;
	font-size: 0.75em;
	line-height: 130%;
	color: #000;
	text-align: center;
}
#disclaimerButton{
	width: 50px;
  	height: 40px; 
	position: absolute;
	top: -2.1em;
	left: calc(50% - 25px);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	cursor: pointer;
	background-image: url("/map/images/icon-arrow-up.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px;
	background-position-y: 8px;
}
#disclaimerButton.open{
	background-image: url("/map/images/icon-arrow-down.svg");
	background-size: 30px;
	background-position-y: 12px;
}
#markerFilter{
	width: 40px;
	height: 40px;
	position: absolute;
	top: calc(35% + 65px);
	left: 1em;
	z-index: 77;
	cursor: pointer;
	background-image: url("/map/images/icon-filter-marker.svg");
	background-repeat: no-repeat;
	background-position: center center;
  	background-size: 20px;
	border-radius: 4px;
	box-shadow: 1px 1px 10px #333;
}
#markerFilter.open{
	background-color: #fff;
	background-image: url("/map/images/icon-close.svg");
  	background-size: 25px;
	box-shadow: none;
	border: none;
}
#markerFilterContent{
	width: 0px;
	background-color: #fff;
	border-radius: 4px;
	border-top-left-radius: 8px;
	font-size: 0.8rem;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	position: absolute;
	top: calc(35% + 65px);
	left: 18px;
	z-index: 76;
	opacity: 0;
  	pointer-events: none;
	box-shadow: none;
}
#markerFilterContent.open{
	opacity: 1;
	width: 225px;
  	pointer-events: all;
	box-shadow: 1px 1px 10px #333;
}
#markerFilterContent p{
	margin-left: 30px;
  	margin-bottom: 0.25rem;
	font-size: 0.9rem;
}
#markerFilterContent hr{
	margin-bottom: 1rem;
}
#markerFilterContent label img{
	width: 25px;
  	height: 40px;
  	margin-right: 0.5rem;
}
.statusFilter{
	margin-right: 1rem;
	display: none;
}
#markerFilterContent label{
	display: flex;
  	flex-direction: row;
	align-items: center;
  	margin-bottom: 0.5rem;
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 0.2s ease-in-out;
}
#markerFilterContent label.is-checked{ 
	opacity: 1; 
}
.gm-style-iw .btn {
    width: 95%;
    margin: 1rem 0;
	font-size: 16px;
}
.gm-style-iw p {
    font-weight: 500;
    font-size: .875rem;
}
.gm-style-iw h4 {
    font-size: 1rem;
    margin-bottom: .5rem;
}
.gm-style-iw select{
	width: 100%;
  	padding: 5px;
  	margin: 0.5rem 0;
	cursor: pointer;
}
.gm-style-iw textarea {
    width: 100%;
    height: 5.5rem;
    border-radius: 8px;
    padding: 0.25em;
    margin: .5em 0;
	font-size: 1rem;
}
.gm-style-iw label {
    display: flex;
    font-size: .8rem;
    font-weight: bold;
    /*color: #F07E26;*/
    align-items: center;
    margin-top: .75rem;
}
.gm-style-iw label > input[type="checkbox"] {
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
}

.bounce {
    animation: bounce 2s 3 ease-in-out;
    -webkit-animation: bounce 2s 3 ease-in-out;
    -moz-animation: bounce 2s 3 ease-in-out;
    -o-animation: bounce 2s 3 ease-in-out;
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-15px);}
    60% {-webkit-transform: translateY(-5px);}
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-15px);}
    60% {-moz-transform: translateY(-5px);}
}
@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-15px);}
    60% {-o-transform: translateY(-5px);}
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-15px);}
    60% {transform: translateY(-5px);}
}