section.m32_standorte .m32_main_content {
	display: flex;
	gap: 220px;
	flex-wrap: wrap;
}

section.m32_standorte .m32_item {
	width: calc(50% - (220px / 2));
}

section.m32_standorte .m32_item:nth-child(even) {
	margin-top: 68px;
}

section.m32_standorte .m32_titel {
	padding-left: 110px;
	margin-bottom: 105px;
}

section.m32_standorte .m32_bild_container {
	position: relative;
	display: flex;
}

section.m32_standorte .m32_bild_container img {
	height: 492px;
	object-fit: cover;
}

section.m32_standorte .m32_bild_container:after {
	content: '';
	width: 380px;
	max-width: 85%;
	height: 56px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}

section.m32_standorte .m32_item_titel_container {
	position: relative;
	margin-top: -19px;
}

section.m32_standorte .m32_item_titel_container h3 {
	font-size: 1.294rem;
}

section.m32_standorte .m32_funktion_container p {
	font-weight: 500;
}

section.m32_standorte .m32_adresse_container {
	display: flex;
	align-items: center;
	gap: 7px;
}

section.m32_standorte .m32_item_main_right a span {
	font-weight: 500;
}

section.m32_standorte .m32_item_main_right a {
	transition: all .4s;
}

section.m32_standorte .m32_item_main_right a:hover {
	color: #40437d;
}

section.m32_standorte .m32_item_main_content {
	display: flex;
	gap: 30px;
	margin-top: 24px;
}

section.m32_standorte .m32_item_main_left {
	width: 55%;
}

section.m32_standorte .m32_item_main_right {
	width: 45%;
}

section.m32_standorte .m32_offnungszeiten_title_container {
	margin-top: 24px;
}

section.m32_standorte .m32_tage_container p {
	font-weight: 500;
}

section.m32_standorte .m32_zeiten_item {
	display: flex;
	gap: 5px;
}

@media screen and (max-width: 1919px) {
	section.m32_standorte .m32_main_content {
		gap: 120px;
	}
	
	section.m32_standorte .m32_item {
		width: calc(50% - (120px / 2));
	}
	
	section.m32_standorte .m32_titel {
		padding-left: 0;
	}
	
	section.m32_standorte .m32_item_main_content {
		flex-wrap: wrap;
	}
	
	section.m32_standorte .m32_item_main_left,
	section.m32_standorte .m32_item_main_right {
		width: 100%;
	}
}

@media screen and (max-width: 991px) {
	section.m32_standorte .m32_main_content {
		gap: 60px;
	}
	
	section.m32_standorte .m32_item {
		width: 100%;
	}
	
	section.m32_standorte .m32_item_main_content {
		flex-wrap: nowrap;
	}
	
	section.m32_standorte .m32_item_main_left {
		width: 55%;
	}
	
	section.m32_standorte .m32_item_main_right {
		width: 45%;
	}
	
	section.m32_standorte .m32_item:nth-child(2n) {
		margin-top: 0;
	}
	
	section.m32_standorte .m32_titel {
		margin-bottom: 35px;
	}
}

@media screen and (max-width: 767px) {
	section.m32_standorte .m32_item_main_content {
		flex-wrap: wrap;
	}
	
	section.m32_standorte .m32_item_main_left,
	section.m32_standorte .m32_item_main_right {
		width: 100%;
	}
}

@media screen and (max-width: 575px) {
	section.m32_standorte .m32_bild_container img {
		height: 342px;
	}
}

@media screen and (max-width: 450px) {
	section.m32_standorte .m32_adresse_container {
		flex-direction: column;
		gap: 0;
		align-items: flex-start;
	}
	
	section.m32_standorte .m32_trenner_container {
		display: none;
	}
	
	section.m32_standorte .m32_zeiten_item {
		flex-direction: column;
		gap: 0;
	}
	
	section.m32_standorte .m32_zeiten_item:not(:last-child) {
		margin-bottom: 12px;
	}
}

@media screen and (max-width: 400px) {
	section.m32_standorte .m32_item_titel_container {
		margin-top: 19px;
	}
	
	section.m32_standorte .m32_bild_container:after {
		display: none;
	}
}