

body.single section.m26_flexible_content section.m13_contact_person {
	top: 100px;
	margin-top: -300px; /**/
	position: sticky !important;
}

body.single section.m26_flexible_content section.m13_contact_person .m13_kontaktperson_main {
	background-color: #efefee !important;
}

.mm_lightbox section.m13_contact_person * {
	color: #e5e0dd;
}

.mm_lightbox section.m13_contact_person .m13_kontaktperson_main {
	width: 100%;
}

.mm_lightbox section.m13_contact_person .m13_kontaktperson_main {
	position: static !important;
}

.mm_lightbox section.m13_contact_person .mM_container,
section.m26_flexible_content section.m13_contact_person .mM_container {
	padding: 0;
}


section.m13_contact_person .m13_kontaktperson_main {
	/* background-color:#fff; */
	padding: 48px 47px;
	width: max-content;
	max-width: 100%;
}

section.m13_contact_person .m13_kontaktperson_image {
	width: 98px;
	height: 98px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 30px;
}

section.m13_contact_person .m13_stelle_container * {
	font-size: 0.833rem;
}

section.m13_contact_person .m13_contact_container {
	margin-top: 15px;
	margin-left: -5px;
}

section.m13_contact_person .m13_contact_item {
	border-radius: 16px;
	
	-webkit-backdrop-filter: blur(0);
	backdrop-filter: blur(0);
	
	transition: backdrop-filter .4s;
}

section.m13_contact_person .m13_contact_item a {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 4px 11px 2px;
	height: 100%;
}

section.m13_contact_person .m13_contact_item a:before {
	content: '';
	background-color: #2e2e2e;
	opacity: .0;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 16px;
	z-index: -1;
	pointer-events: none;
	
	transition: opacity .4s;
}

section.m32_single_entry section.m13_contact_person .m13_contact_item a:before,
section.m31_single_entry section.m13_contact_person .m13_contact_item a:before,
.mm_lightbox section.m13_contact_person .m13_contact_item a:before {
	background-color: #e5e0dd;
}

section.m13_contact_person .m13_contact_item a:focus,
section.m13_contact_person .m13_contact_item a:hover {
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
}

section.m13_contact_person .m13_contact_item a:focus:before,
section.m13_contact_person .m13_contact_item a:hover:before {
	opacity: .1;
}

section.m13_contact_person .m13_contact_item svg {
	margin-right: 15px;
	min-width: 16px;
	width: 16px;
	
	fill: #2e2e2e;
}

section.m32_single_entry section.m13_contact_person .m13_contact_item svg,
section.m31_single_entry section.m13_contact_person .m13_contact_item svg,
.mm_lightbox section.m13_contact_person .m13_contact_item svg {
	fill: #e5e0dd;
}

section.m13_contact_person .m13_contact_item.m13_telefon_container svg {
	min-width: 14px;
	width: 14px;
}

section.m13_contact_person .m13_contact_item.m13_mail_container svg {
	min-width: 20px;
	width: 20px;
}

section.m13_contact_person .mM_links {
	margin-top: 25px;
	gap: 20px 16px;
}

section.m13_contact_person .m13_link_container.expose .mM_button {
	border-radius: 50%;
	background: transparent !important;
	padding: 0 14px;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

section.m26_flexible_content section.m13_contact_person .m13_link_container.expose .mM_button {
	border-color: var(--primarbutton_hover_font_color);
}

section.m32_single_entry section.m13_contact_person .m13_link_container.expose .mM_button {
	border-color: var(--sekundarbutton_hover_font_color);
}

section.m32_single_entry section.m13_contact_person .m13_link_container.expose .mM_button_text {
	line-height: 1;
}

section.m13_contact_person .m13_link_container .mM_button svg {
	width: 18px;
	min-width: 18px;
}

section.m26_flexible_content section.m13_contact_person .m13_link_container .mM_button svg {
	fill: var(--primarbutton_hover_font_color);
}

section.m32_single_entry section.m13_contact_person .m13_link_container .mM_button svg {
	fill: var(--sekundarbutton_hover_font_color);
}

@media screen and (min-width: 1200px) {
	section.m13_contact_person .m13_kontaktperson_wrapper {
		display: flex;
		justify-content: flex-end;
	}
}

@media screen and (min-width: 992px) {
	.mm_lightbox section.m13_contact_person .m13_kontaktperson_wrapper {
		justify-content: center;
	}
}

@media screen and (max-width: 575px) {
	section.m13_contact_person .m13_kontaktperson_main {
		padding: 22px 21px;
	}
}