
section.m1_text {
	z-index: 1;
}

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

section.m1_text .m1_titel_container {
	max-width: 500px;
}

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: 21px;
}

section.m1_text .m1_text_container_inner p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	word-break: break-word;
	
}

section.m1_text.legal {
	padding-top: 240px;
}

body.single-produkte section.m1_text .m1_titel_container {
	max-width: 600px;
}

@media screen and (max-width: 1399px) {
	section.m1_text .text_column_count_2 {
		column-gap: 60px;
	}
}

@media screen and (max-width: 991px) {
	section.m1_text .text_column_count_2 {
		column-count: 1;
	}
	
	section.m1_text.legal {
		padding-top: 200px;
	}
}

@media screen and (max-width: 767px) {
	section.m1_text .m1_links_container {
		flex-direction: column;
	}
	
	section.m1_text .m1_link_container:not(:last-child) {
		margin-right: 0;
		margin-bottom: 21px;
	}
}

@media screen and (max-width: 575px) {
	section.m1_text.legal {
		padding-top: 160px;
	}
}
