section.m26_storer {
	z-index: 2;
}

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

section.m26_storer .m26_content_wrapper {
	display: flex;
}

section.m26_storer .m26_galerie_wrapper {
	max-height: 700px;
}

section.m26_storer .m26_galerie_container,
section.m26_storer .m26_galerie_item {
	height: 100%;
}

section.m26_storer .mM_row {
	gap: 168px;
}

section.m26_storer .mM_col_50 {
	width: calc(50% - (168px / 2));
}

section.m26_storer .m26_content_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px 0;
}

section.m26_storer .m26_titel {
	margin-bottom: 38px;
}

section.m26_storer .m26_text_container_inner p:not(:first-child) {
	margin-top: 32px;
}

section.m26_storer .m26_links_container.mM_links {
	margin-top: 71px;
	display: flex;
	gap: 12px;
}

section.m26_storer.more_padding_bottom {
	padding-bottom: 179px;
	border-radius: 0 0 20px 20px;
}

section.m26_storer .m26_bild {
	display: flex;
	justify-content: center;
	align-items: end;
}

section.m26_storer .m26_bild img {
	width: auto;
	height: auto;
	margin-top: -32px;
}

section.m26_storer .m26_storer_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

section.m26_storer .m26_storer_bg {
	height: 100%;
}

section.m26_storer .m26_storer_bg img {
	border-radius: 20px;
	object-fit: cover;
	height: 100%;
}

section.m26_storer .mM_container {
	z-index: 2;
	position: relative;
}

section.m26_storer .m26_titel,
section.m26_storer .m26_titel span,
section.m26_storer .m26_text_container_inner * {
	color: #fff;
}

@media screen and (max-width: 1599px) {
	section.m26_storer .mM_row {
		gap: 108px;
	}
	
	section.m26_storer .mM_col_50 {
		width: calc(50% - (108px / 2));
	}
	
	section.m26_storer .button {
		padding: 13px 22px 14px 23px;
	}
}

@media screen and (max-width: 991px) {
	section.m26_storer .m26_galerie_wrapper {
		margin-bottom: 40px;
	}
	
	section.m26_storer .mM_row {
		flex-direction: column-reverse;
		gap: 0;
	}
	
	section.m26_storer .mM_col_50 {
		width: 100%;
	}
	
	section.m26_storer .m26_content_container {
		padding-top: 82px;
	}
	
	section.m26_storer .m26_links_container.mM_links {
		margin-top: 35px;
	}
	
	section.m26_storer .m26_bild img {
		height: auto;
		width: 100%;
		margin-top: -32px;
	}
	
	section.m26_storer .m26_bild {
		justify-content: flex-end;
	}
}

@media screen and (max-width: 767px) {
	section.m26_storer.more_padding_bottom {
		padding-bottom: 132px;
	}
}

@media screen and (max-width: 575px) {
	section.m26_storer .m26_links_container.mM_links {
		flex-direction: column;
	}
}

@media screen and (max-width: 475px) {
	section.m26_storer .m26_bild {
		justify-content: center;
	}
	
	section.m26_storer .m26_bild img {
		margin-top: 0;
	}
	
	section.m26_storer .mM_row {
		gap: 32px;
	}
}