
section.m10_contact	.m10_allgemeine_daten_container {
	margin-top: 30px;
}

section.m10_contact	.m10_contact_container {
	margin-top: 20px;
}

section.m10_contact	.m10_contact_container svg {
	width:20px;
}

section.m10_contact	.m10_offnungszeiten_container {
	margin-top: 40px;
}

section.m10_contact	.m10_offnungszeiten_item {
	display:flex;
	margin-bottom: 20px;
}

section.m10_contact	.m10_offnungszeiten_item:last-child {
	margin-bottom: 0;
}

section.m10_contact	.m10_offnungszeiten_tage_container {
	width: 200px;
	margin-right: 30px;
}

section.m10_contact	.m10_social_links_container {
	margin-top:10px;
}

section.m10_contact	.m10_social_links_container_inner {
	display: flex;
	gap: 20px;
}

section.m10_contact	.m10_social_link svg {
	width:50px;
}

section.m10_contact	.m10_shortcode_karte_container {
	margin-top: 30px;
	width: 100%;
	display: inline-block;
}

section.m10_contact	.m10_shortcode_formular_container {
	background: #40437d;
	padding: 87px 113px 68px 109px;
}

/** Kontaktdaten Bereich **/

section.m10_contact	.m10_contact_container {
	padding-left: 34px;
	position: relative;
}

section.m10_contact	.m10_contact_container:before {
	content: '';
	width: 10px;
	height: calc(100% - 11px);
	background: #cbc9dc;
	position: absolute;
	top: 2px;
	left: 0;
}

section.m10_contact	.m10_telefon_title_container,
section.m10_contact	.m10_telefon_2_title_container,
section.m10_contact	.m10_email_title_container {
	font-weight: 500;
}

section.m10_contact	.m10_telefon_container,
section.m10_contact	.m10_telefon_2_container {
	margin-bottom: 25px;
}

section.m10_contact .m10_telefon_link_container a,
section.m10_contact .m10_telefon_2_link_container a,
section.m10_contact .m10_email_link_container a {
	position: relative;
}

section.m10_contact .m10_telefon_link_container a:before,
section.m10_contact .m10_telefon_2_link_container a:before,
section.m10_contact .m10_email_link_container a:before {
	content: '';
	height: 1px;
	width: 0;
	background: #4d4d4f;
	transform-origin: left;
	transition: all .4s;
	position: absolute;
	left: 0;
	bottom: 3px;
}

section.m10_contact .m10_telefon_link_container a:hover:before,
section.m10_contact .m10_telefon_2_link_container a:hover:before,
section.m10_contact .m10_email_link_container a:hover:before {
	width: 100%;
}

section.m10_contact .m10_contact_title_container {
	margin-bottom: 22px;
}

section.m10_contact .m10_shortcode_formular_container {
	margin-top: -537px;
}

@media screen and (max-width: 1799px) {
	section.m10_contact .m10_shortcode_formular_container {
		padding: 67px 73px 48px 69px;
	}
}

@media screen and (max-width: 991px) {
	section.m10_contact .m10_allgemeine_daten_formular_container {
		flex-direction: column;
	}
	
	section.m10_contact .m10_allgemeine_daten_container {
		margin-top: 0;
		margin-bottom: 40px;
	}
	
	section.m10_contact .m10_shortcode_formular_container {
		margin-top: 0;
	}
}

@media screen and (max-width: 575px) {
	section.m10_contact .m10_shortcode_formular_container {
		padding: 27px 33px 23px 29px;
	}
}