.orte-auf-karte-wrapper > .inner {
	margin-top: 60px;
	margin-bottom: 0px;
	display: grid;
	grid-template-rows: auto auto;
	grid-template-columns: auto;	
	justify-content: center;
}

.orte-auf-karte-wrapper > .inner > .label {
	grid-column: 1 / 2;
	text-align: center;
	font-size: clamp(24px, 3vw, 48px);
	line-height: 1.4;
	font-weight: bold;
	color: #005F3A;
	margin-bottom: 34px;
}

#referenz-karte {
	margin: 60px auto 0;
	display: block;
	width: 100%;
	margin-top: 0;
}

@media (min-width: 480px) {
    #referenz-karte {
        margin-top: 60;
    }

    .orte-auf-karte-wrapper > .inner {
		margin-bottom: 60px;
	}
}

@media (min-width: 992px) {
	.orte-auf-karte-wrapper > .inner {
		grid-template-columns: 2fr 1fr;
		justify-content: unset;
		margin-top: 100px;
		margin-bottom: 100px;
	}
	
	.orte-auf-karte-wrapper > .inner > .label {
		grid-column: 1 / 3;
		margin-bottom: 68px;
	}

	#referenz-karte {
		margin-top: 0;
	}

}

.orte-liste > ul {
	padding: 0;
	font-size: 20px;
	color: #262626;
	gap: 24px;
	list-style: none;
}

@media(min-width: 789px) {
	.orte-liste > ul {
		columns: 2;
		margin-top: 40px;
	}
}

.orte-liste > ul > li {
	margin-bottom: 20px;
}

@media (min-width: 992px) {

	.orte-liste > ul {
		font-size: 24px;
	}

	.orte-liste > ul > li {
		margin-bottom: 24px;
	}
}

.orte-liste > ul > li > a {
	color: #262626;
	display: inline-flex;
	align-items: center;
	word-break: keep-all;
	white-space: nowrap;
}

.orte-liste > ul > li > a::before {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	content: '\f061';
	background-color: #005F3A;
	margin-right: 14px;
	border-radius: 2em;
	color: white;
	font-size: 16px;
	height: 26px;
	width: 26px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.orte-liste > ul > li > a:hover::before {
	background-color: #75B729;
}
