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_titel{
	width:600px;
}

section.m1_text .m1_link_container{
	margin-top:20px;
	margin-right:10px;
	display:flex;
}

section.m1_text .m1_link_container:last-child{
	margin-right:0;
}

section.m1_text .m1_titel {
	margin-bottom: 25px;
}

section.m1_text.abstand-aussen-mobil {
	margin-top: 0;
}

section.m1_text .m1_text_container_inner p:first-child {
	margin-right: 23px;
}

section.m1_text .m1_text_container_inner p:last-child {
	margin-left: 23px;
}

section.m1_text .m1_text_main {
	padding-bottom: 15px;
}

section.m1_text.datenschutz_impressum strong {
	font-weight: 900;
}

section.m1_text.datenschutz_impressum .m1_text_container_inner p:last-child{
	margin-left: 0;
}

@media screen and (max-width: 1199px) {
	section.m1_text .text_column_count_2 {
		column-count: 1;
	}
	
	section.m1_text .m1_titel{
		width: auto;
		max-width: 75%;
		margin-bottom: 15px;
	}
	
	section.m1_text .m1_text_container_inner p:first-child {
		margin-right: 0;
	}
	
	section.m1_text .m1_text_container_inner p:last-child {
		margin-left: 0;
	}
}

@media screen and (max-width: 767px) {
	section.m1_text .m1_titel {
		max-width: 75%;
	}
}

@media screen and (max-width: 575px) {
	section.m1_text .m1_titel{
		max-width: 100%;
	}
}