section.m37_iframe {
	background: #f7f7f7;
}

section.m37_iframe .m37_main_container {
	background: #fcfcfc;
	border: 1px solid #ebebeb;
}

section.m37_iframe .m37_map_container {
	display: flex;
	border: 1px solid #ebebeb;
}

section.m37_iframe .m37_map {
	width: 57%;
}

section.m37_iframe .m37_contact {
	width: 43%;
	background: #fff;
	padding: 61px 89px 65px 89px;
}

section.m37_iframe .m37_map_container {
	margin-bottom: 31px;
}

section.m37_iframe .m37_top_container {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 57px;
}

section.m37_iframe .m37_titel {
	text-align: center;
}

section.m37_iframe .m37_contact_title {
	color: #626062;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 1;
}

section.m37_iframe .m37_contact_text *,
section.m37_iframe .m37_contact_text {
	color: #626062;
	font-family: Poppins !important;
	line-height: 1;
}

section.m37_iframe p.m37_contact_text,
section.m37_iframe .m37_contact_google_maps {
	margin-top: 8px;
}

section.m37_iframe a.m37_contact_text {
	margin-top: 2px;
}

section.m37_iframe .m37_contact_telefon {
	margin-top: 31px;
}

section.m37_iframe .m37_contact_email,
section.m37_iframe .m37_contact_offnungszeiten {
	margin-top: 24px;
}

section.m37_iframe .m37_contact_button {
	margin-top: 63px;
}

section.m37_iframe .m37_contact_button_link.button.primary {
	color: #fff;
}

section.m37_iframe .m37_contact_button_link.button.primary:hover {
	color: #ef7d00;
}

@media screen and (max-width: 1399px) {
	section.m37_iframe .m37_contact {
		padding: 41px 59px 45px 59px;
	}
}

@media screen and (max-width: 1199px) {
	section.m37_iframe .m37_map,
	section.m37_iframe .m37_contact {
		width: 50%;
	}
}

@media screen and (max-width: 991px) {
	section.m37_iframe .m37_map {
		min-height: 400px;
	}
	
	section.m37_iframe .m37_map,
	section.m37_iframe .m37_contact {
		width: 100%;
	}
	
	section.m37_iframe .m37_map_container {
		flex-direction: column;
	}
}

@media screen and (max-width: 575px) {
	section.m37_iframe .m37_contact {
		padding: 21px 29px 25px 29px;
	}
}

@media screen and (max-width: 475px) {
	section.m37_iframe .m37_titel {
		text-align: start;
	}
	
	section.m37_iframe .m37_top_container {
		align-items: flex-start;
	}
	
	section.m37_iframe .m37_map {
		min-height: 300px;
	}
}