/* CSS Document */

hr {
	height: 2px;
  	background-color: #004994;
  	border-radius: 1px;
}

#map {
	width: 100%;
	overflow: hidden;
	background: transparent url("/layout/karte-bgr.webp") no-repeat center center;
	background-size: cover;
	height: calc(100vh - 100px);
	margin-top: 4em;
	position:relative
}

.mapInput {
  	border: 2px solid #004994;
  	border-radius: 4px;
}

.mapAdressSearchForm{
	background-color: #004994;
	border-radius: 4px;
}

#legendIcon, #legend{
	background-color: #fff;
	border-radius: 4px;
}
.st1{
	fill: #004994;
}

#controls, #mapHelp{
	background-color: #004994;
	border-radius: 4px;
}

#disclaimerButton{
	background-color: #004994;
	border-top-left-radius: 4px;
  	border-top-right-radius: 4px;
}
#disclaimerText{
	position: absolute;
	bottom: 0;
	left: 50%;
  	z-index: 89;
  	background-color: #004994;
  	color: #fff;
  	width: 90%;
  	border-top-left-radius: 4px;
  	border-top-right-radius: 4px;
	margin-left: -45%;
  	max-height: 0%;
  	transition: max-height 0.5s ease;
}
#disclaimerText.open{
	max-height: 100%;
}
#disclaimerText p, #disclaimerText h2 {
	color: #fff;
	text-align: center;
}
#disclaimerText h2{
	margin: 0.25em 0;
	font-size: 1.25em;
}

#mapHelp p{
	font-family: "Source Sans Pro", Arial, sans-serif;
  	text-align: left;
  	line-height: 150%;
  	color: #fff;
  	font-weight: 600;
  	font-size: 2.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;
	background-color: #004994;
	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: 4px;
	padding: 0.25em;
	margin-left: 0.5em;
}
#searchMarkerIcon{
	width: 45px;
	min-width: 45px;
	height: 45px;
	display: flex;
  	justify-content: center;
  	align-content: center;
  	align-items: center;
  	cursor: pointer;
	background: transparent url(/layout/search-map-white.svg) no-repeat center center;
  	background-size: 25px;
}
#searchMarkerBtn {
	width: 45px;
	height: 45px;
	display: flex;
  	justify-content: center;
  	align-content: center;
  	align-items: center;
  	cursor: pointer;
	background: transparent url("/layout/search-white.svg") no-repeat center center;
  	background-size: 25px;
}
#searchMarkerBtn span {
	display: none;
}
#mapLegendAcc{
	border-bottom: 2px solid #004994;
}
#legend .accordion ul .colorLegend {
  	margin: 0 0 1em 0;
}
#legend .accordion ul {
	ont-family: "Source Sans Pro", Arial, sans-serif;
  	text-align: left;
  	line-height: 150%;
	font-size: 1em;
  	color: #004994;
	padding: 0 0 1em 0;
  	margin-bottom: 0rem;
 	list-style: none;
}
.colorBubble {
  	border-radius: 50%;
  	width: 20px;
  	height: 20px;
  	margin-right: 0.5rem;
  	min-width: 20px;
  	min-height: 20px;
}
.colorLegend, .markerLegend{
	width: 100%!important;
}
#disclaimerText .whiteTextLink{
	display: inline-block;
 	margin: 0 0.2em;
	padding-left: 1.5em;
	color: #fff;
	text-decoration: underline;
  	background: url("/layout/ext-link-white.svg") no-repeat left center;
  	background-size: 16px;
}
.disclaimer small{
	margin-top: 1rem;
}
@media only screen and (max-width: 768px){
	.mapAdressSearch{
			top: 135px;
	}
	#legend{
		top: 120px;
	}
}
@media only screen and (max-width: 460px){
	#map {
		margin-top: 9.5em;
		height: calc(100vh - 200px);
	}
	.mapAdressSearch{
			top: 85px;
	}
	#legendIcon, #legend{
		top: 60px;
	}
	#disclaimerText h2{
		font-size: 0.9em;
	}
}