.page-template-page-projekte .section-maps {
	position: relative;
	width: 100%;
	min-height: 470px;
}

@media screen and (min-width: 875px) {
	.page-template-page-projekte .section-maps {
		min-height: 0;
		padding-bottom: min( calc(calc(774 / 1440) * 100%), calc(100vh - 180px));
	}
}

#map {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.page-template-page-projekte .is-hidden {
	display: none;
}

.page-template-page-projekte .infoBox {
	
}

.page-template-page-projekte .map-info-content {
	--arrow-width: 16px;
	--arrow-height: 16px;
	--border-width: 8px;

	background: linear-gradient(45deg, #0078AB 0%, #0094DF 51%, #24B5FF 100%);
	width: 100%;
	width: calc(100vw - 40px);
	padding: var(--border-width);
	padding-bottom: calc(var(--border-width) + var(--arrow-height));
	position: relative;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--arrow-height)), calc(50% + calc(var(--arrow-width) / 2)) calc(100% - var(--arrow-height)), 50% 100%, calc(50% - calc(var(--arrow-width) / 2)) calc(100% - var(--arrow-height)), 0 calc(100% - var(--arrow-height)));
}

@media screen and (min-width: 505px) {
	.page-template-page-projekte .map-info-content {
		width: 464px;
	}
}

.page-template-page-projekte .map-info-container {
	background-color: #fff;
	padding: 20px 40px;
	min-height: 100px;
	display: flex;
	align-items: center;
	position: relative;
	flex-direction: column;
}

.page-template-page-projekte .map-info-name {
	font-size: 16px;
	font-family: inherit;
	font-weight: 500;
	display: inline-block;
	min-height: 4em;
	display: flex;
	align-items: center;
}

/* .page-template-page-projekte .map-info-name[data-lines="2"] {
	min-height: 4em;
}

.page-template-page-projekte .map-info-name[data-lines="3"] {
	min-height: 6em;
}

.page-template-page-projekte .map-info-name[data-lines="4"] {
	min-height: 8em;
} */

.page-template-page-projekte .map-info-link {
	font-size: 16px;
	font-family: inherit;
	align-self: flex-end;
	display: inline-block;
	position: relative;
	
	/* display: inline-block;
	position: relative;
	bottom: 20px;
	right: 20px;
	align-self: flex-end; */
}

.page-template-page-projekte .map-info-link::before {
	content: '';
	background-image: url(../img/projekte-filter-arrow.svg);
	position: absolute;
	left: -1em;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	display: block;
	width: 8px;
	height: 12px;
}

.map-info-close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	background-image: url(../img/projekte-filter-close.svg);
	background-size: 18px;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	text-indent: -5000px;
	display: block;
}