section.m24_kontaktstorer *{
	color: var(--white);
}

section.m24_kontaktstorer .flex_row_reverse {
	flex-direction: row-reverse;
}

section.m24_kontaktstorer .mM_row {
	flex-wrap: wrap-reverse;
}


section.m24_kontaktstorer .m24_kontaktstorer_main {
	background-color: var(--lime_green);
	border-radius: 8px;
}

section.m24_kontaktstorer .m24_content_wrapper {
	display: flex;
	align-items: center;
	padding: 92px 0 105px;
}

section.m24_kontaktstorer .m24_titel_container {
	margin-right: -110px;
}

section.m24_kontaktstorer .m24_kontaktdaten {
	margin-top: 50px;
	margin-right: -75%;
	background: linear-gradient(90deg, #bacf1e 50%, transparent 100%);
	position: relative;
	/* border: 1px solid;
	border-image: linear-gradient(90deg, #c1d436, transparent) 1; */
	border-radius: 8px;
	border-right: none;
	padding: 15px 75px;
	display: flex;
	align-items: center;
}

section.m24_kontaktstorer .m24_kontaktdaten:after {
	content: "";
	position: absolute;
	inset: 0;
	padding: 1px; /* Dicke des "Borders" */
	background: linear-gradient(90deg, #c1d436, transparent); /* Farbverlauf für den Rand */
	border-radius: 8px;
	-webkit-mask: 
		linear-gradient(#fff 0 0) content-box, 
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
}

section.m24_kontaktstorer .m24_kontaktdata {
	position: relative;
	z-index: 1;
	padding: 16px 0 14px;
}

section.m24_kontaktstorer .m24_kontaktdata:not(:last-child) {
	padding-right: 78px;
	margin-right: 78px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

section.m24_kontaktstorer .m24_kontaktdata a {
	display: inline-flex;
	align-items: center;
	
	transition: opacity .4s;
}

section.m24_kontaktstorer .m24_kontaktdata a:hover {
	opacity: .5;
}

section.m24_kontaktstorer .m24_kontaktdata_svg_wrapper {
	display: flex;
	margin-right: 12px;
}

section.m24_kontaktstorer .m24_phone .m24_kontaktdata_svg_wrapper {
	width: 12px;
	height: 19px;
}

section.m24_kontaktstorer .m24_email .m24_kontaktdata_svg_wrapper {
	width: 20px;
}

section.m24_kontaktstorer .m24_kontaktdata_svg_wrapper svg {
	fill: var(--white);
}



section.m24_kontaktstorer .m24_galerie_wrapper {
	padding-top: 40px;
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: end;
	align-items: end;
}

section.m24_kontaktstorer .m24_galerie_container {
	height: 580px;
}

section.m24_kontaktstorer .m24_galerie_item{
	height: 100%;
}

section.m24_kontaktstorer .m24_galerie_item {
	display: flex;
	justify-content: end;
}

section.m24_kontaktstorer .m24_galerie_item img {
	object-position: bottom;
	height: 100%;
	width: auto;
	max-width: none;
}

@media screen and (min-width: 2000px) {
	section.m24_kontaktstorer .m24_galerie_container {
		height: 630px;
	}
}

@media screen and (min-width: 2200px) {
	section.m24_kontaktstorer .m24_galerie_container {
		height: 680px;
	}
}

@media screen and (max-width: 1599px) {
	section.m24_kontaktstorer .m24_titel_container {
		margin-right: -160px;
	}
}

@media screen and (max-width: 1399px) {
	section.m24_kontaktstorer .m24_kontaktstorer_main {
		padding: 0 40px;
	}
	
	section.m24_kontaktstorer .m24_titel_container {
		margin-right: -200px;
	}
	
	section.m24_kontaktstorer .m24_kontaktdaten {
		padding: 10px 30px;
	}
	
	section.m24_kontaktstorer .m24_kontaktdata:not(:last-child) {
		padding-right: 28px;
		margin-right: 28px;
	}
}

@media screen and (max-width: 991px) {
	section.m24_kontaktstorer .m24_aussen_container {
		max-width: none;
		padding: 0;
	}
	
	section.m24_kontaktstorer .m24_kontaktstorer_main {
		padding: var(--padding_tablet) 0 0;
	}
	
	section.m24_kontaktstorer .m24_ausfuellung_mobile {
		max-width: 720px;
		margin: 0 auto;
		width: 100%;
	}
	
	section.m24_kontaktstorer .m24_content_wrapper {
		padding: 0;
	}
	
	section.m24_kontaktstorer .m24_titel_container,
	section.m24_kontaktstorer .m24_kontaktdaten {
		margin-right: 0;
	}
	
	section.m24_kontaktstorer .m24_kontaktdata:last-child {
		padding-bottom: 9px;
	}
	
	section.m24_kontaktstorer .m24_galerie_wrapper,
	section.m24_kontaktstorer .m24_galerie_item {
		justify-content: center;
	}
	
	section.m24_kontaktstorer .m24_galerie_container {
		/* height: 450px; */
		width: 75%;
		height: auto;
	}
	
	/* section.m24_kontaktstorer .m24_galerie_item {
		height: auto;
	} */
	
	section.m24_kontaktstorer .m24_galerie_item picture {
		display: flex;
		justify-content: center;
	}
	
	section.m24_kontaktstorer .m24_galerie_item img {
		height: auto;
		width: 100%;
		/* width: auto; */
		/* max-width: 100%; */
	}
	
	section.m24_kontaktstorer .m24_kontaktstorer_main {
		border-radius: 0;
	}
	
	
}

@media screen and (max-width: 767px) {
	section.m24_kontaktstorer .m24_ausfuellung_mobile {
		max-width: 540px;
	}
	
	section.m24_kontaktstorer .m24_kontaktdaten {
		flex-direction: column;
		align-items: start;
		background: linear-gradient(180deg, #bacf1e 50%, transparent 100%);
		padding: 5px 30px;
		border: 1px solid #c1d436;
	}
	
	section.m24_kontaktstorer .m24_kontaktdaten:after {
		/* background: linear-gradient(180deg, #c1d436, transparent); */
	}
	
	section.m24_kontaktstorer .m24_kontaktdata:not(:last-child) {
		border: none;
		padding-right: 0;
		margin: 0;
	}
	
	section.m24_kontaktstorer .m24_galerie_container {
		/* height: 400px; */
	}
}

@media screen and (max-width: 575px) {
	section.m24_kontaktstorer .m24_kontaktstorer_main {
		padding: var(--padding_mobile) 0 0;
	}
	
	section.m24_kontaktstorer .m24_ausfuellung_mobile {
		max-width: none;
	}
	
	section.m24_kontaktstorer .m24_kontaktdata {
		padding: 11px 0 9px;
	}
	
	section.m24_kontaktstorer .m24_kontaktdata:last-child {
		padding-bottom: 4px;
	}
}

@media screen and (max-width: 475px) {
	section.m24_kontaktstorer .m24_galerie_container {
		/* height: 350px; */
	}
}

@media screen and (max-width: 375px) {
	section.m24_kontaktstorer .m24_galerie_container {
		/* height: 300px; */
	}
}

@media screen and (max-width: 349px) {
	section.m24_kontaktstorer .m24_kontaktdaten {
		padding: 5px 15px;
	}
}

@media screen and (max-width: 298px) {
	section.m24_kontaktstorer .m24_galerie_container {
		/* height: auto; */
	}
}
