/* Landkarte */

.map-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.standortList {
	width: 50%;
	padding-left: 3rem;
}

.standortList.left,
.standortKarte.left {
	order: 1;
}

.standortList.right,
.standortKarte.right {
	order: 2;
}

.standortListGruppe:first-child {
	border: 1px solid #000;
}

.standortListGruppe {
	border-top: 1px solid #000;
}

.standortListGruppe.abstand {
	margin-top: 28px;
}

.standortListBezirk {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	padding: 8px;
}

.standortListOrte {
	width: 100%;
	padding: 8px 8px 8px 18px;
	margin-top: 2px;
	display: flex;
}

@media (max-width: 1035px) {
	.standortList {
		width: initial;
	}

	.standortListOrte {
		display: block;
	}
}

.standortListOrtSpalte {
	width: 100%;
	padding-right: 5px;
}

.standortListOrt {
	width: 100%;
}

.standortListOrt a {
	line-height: 3rem;
}

.standortKarte {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.standortKarte .image {
	padding-top: 0 !important;
}

.standortKarte .image__img {
	position: relative;
	width: auto;
}

.standortFullBorder {
    height: auto;
    padding: 15px;
    border-top: 1px solid #818181;
    border-bottom: 1px solid #818181;
    background-color: #fffde9;
    position: relative;
    float: left;
    width: 880px;
}

.standortFullBorder h1 {
	margin: 0 0 15px;
}

.mod-article .well.article .wrap-content .ortTooltip p,
.mod-article .well.article .wrap-content .ortTooltip table,
.mod-article .well.article .wrap-content .ortTooltip li {
	font-size: 14px;
}

.ortTooltip {
	font-size: 14px;
	line-height: 22px;
}

@media (max-width: 64.0625em) {
	.standortKarte.hide-mobile {
		display: none;
	}

	.map-wrapper {
		display: block;
	}

	.standortKarte {
		margin-bottom: 4rem;
	}

	.standortList {
		padding: 0 3rem;
	}

	.standortListOrte {
		display: flex;
	}
}

@media (max-width: 36.25em) {
	.standortListOrte {
		display: block;
	}
}