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

section.m1_text .m1_text_container a {
	color: #007fc5;
	-webkit-transition: color .4s;
	-moz-transition: color .4s;
	-ms-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
}

section.m1_text .m1_text_container a:hover {
	color: #fff;
}

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

section.m1_text .m9_link_container{
	margin-top:44px;
}

section.m1_text .m1_titel {
	max-width: 65%;
	margin-bottom: 55px;
}

section.m1_text .m1_untertitel {
	text-transform: uppercase;
	color: #007fc5;
	font-size: .9rem;
}

section.m1_text.with_blue_line .m1_text_main {
	margin-left: 35px;
	padding-left: 30px;
	position: relative;
}

section.m1_text.with_blue_line .m1_text_main:before {
	content: '';
	width: 2px;
	height: 250px;
	position: absolute;
	left: 0;
	top: -165px;
	background: #007fc5;
}

section.m1_text.v2 .m1_text_container .m9_links_container {
	margin-top: 55px;
}

section.m1_text .m1_hervorgehobene_woerter_container {
	margin-top: 50px;
}

section.m1_text .m1_hervorgehobene_woerter_content {
	display: flex;
	justify-content: space-between;
}

section.m1_text .m1_hervorgehobene_woerter_item h2 {
	font-size: 3.75rem;
}

section.m1_text.products {
	background-color: #fff;
}

@media screen and (min-width: 1921px) {
	section.m1_text.with_blue_line .m1_titel {
		max-width: 60%;
	}
}

@media screen and (max-width: 1599px) {
	section.m1_text.with_blue_line .m1_titel {
		max-width: 75%;
	}
	
	section.m1_text .m1_hervorgehobene_woerter_item h2 {
		font-size: 2.75rem;
	}
}

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

@media screen and (max-width: 991px) {
	section.m1_text.with_blue_line .m1_titel {
		max-width: 100%;
	}
	
	section.m1_text.with_blue_line .m1_text_main {
		margin-left: 30px;
		padding-left: 25px;
	}
	
	section.m1_text .m1_hervorgehobene_woerter_item h2 {
		font-size: 2.25rem;
	}
}

@media screen and (max-width: 767px) {
	section.m1_text .m1_titel {
		max-width: 100%;
	}
	
	section.m1_text .m1_hervorgehobene_woerter_item h2 {
		font-size: 1.75rem;
	}
}

@media screen and (max-width: 575px) {
	section.m1_text .text_column_count_2{
		column-count: 1;
	}
	
	section.m1_text.with_blue_line .container {
		padding-left: 0;
	}
	
	section.m1_text.with_blue_line .m1_text_main {
		margin-left: 42px;
	}
	
	section.m1_text .m1_hervorgehobene_woerter_item h2 {
		font-size: 1.5rem;
	}
	
	section.m1_text.know_how {
		padding-bottom: 75px;
	}
	
	section.m1_text .m1_titel {
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		-o-hyphens: auto;
		hyphens: auto;
		word-break: break-word;
	}
}

@media screen and (max-width: 475px) {
	section.m1_text .m1_hervorgehobene_woerter_content {
		justify-content: center;
		flex-wrap: wrap;
	}
	
	section.m1_text .m1_hervorgehobene_woerter_item {
		width: 50%;
	}
	
	section.m1_text .m1_hervorgehobene_woerter_item h2 {
		font-size: 1.75rem;
		text-align: center;
	}
}

@media screen and (max-width: 400px) {
	section.m1_text.with_blue_line .m1_text_main {
		margin-left: 27px;
	}
}

@media screen and (max-width: 400px) {
	section.m1_text.with_blue_line .m1_text_main {
		margin-left: 9px;
	}
}

@media screen and (max-width: 375px) {
	section.m1_text .m1_hervorgehobene_woerter_item {
		width: 100%;
	}
	
	section.m1_text .m1_hervorgehobene_woerter_item h2 {
		font-size: 2.75rem;
	}
}

@media screen and (max-width: 325px) {
	section.m1_text .m1_hervorgehobene_woerter_item h2 {
		font-size: 2.25rem;
	}
}
