section.m1_text.center_text .m1_text_container {
	display: flex;
	justify-content: center;
}

section.m1_text.center_text .m1_titel {
	text-align: center;
}

section.m1_text.less_padding_bottom {
	padding-bottom: 66px;
}

section.m1_text.more_padding_top {
	padding-top: 191px;
}

section.m1_text.center_text .m1_text_container_inner {
	text-align: center;
	max-width: 60%;
}

section.m1_text.hell {
	background: #f6f4ed;
}

section.m1_text .m1_text_container {
	margin-top: 57px;
}

section.m1_text h2.m1_titel {
	color: #615e57;
}

section.m1_text[data-headline-slider="mM_scroll_headline"] .m1_titel_container {
	display: flex;
	justify-content: center;
}

section.m1_text .text_column_count_2 {
	column-count: 2;
}

section.m1_text .m1_links_container {
	display: flex;
	align-items: baseline;
}

section.m1_text .m1_link_container {
	display: flex;
}

section.m1_text .m1_link_container:not(:last-child) {
	margin-right: 10px;
}

@media screen and (max-width: 1599px) {
	section.m1_text.center_text .m1_text_container_inner {
		max-width: 75%;
	}
}

@media screen and (max-width: 1199px) {
	section.m1_text.center_text .m1_text_container_inner {
		max-width: 80%;
	}
}

@media screen and (max-width: 991px) {
	section.m1_text.center_text .m1_text_container_inner {
		max-width: 95%;
	}
}

@media screen and (max-width: 767px) {
	section.m1_text.center_text .m1_text_container_inner {
		max-width: 100%;
	}
	
	section.m1_text.more_padding_top {
		padding-top: 68px;
	}
	
	section.m1_text.less_padding_bottom {
		padding-bottom: 0;
	}
}

@media screen and (max-width: 575px) {
	section.m1_text.center_text .m1_text_container_inner {
		text-align: left;
	}
}

@media screen and (max-width: 575px) {
	section.m1_text {
		.text_column_count_2 {
			column-count: 1;
		}
	}
}
