section.m1_text.imprint_page,
section.m1_text.datasec_page {
	padding-top: 295px !important;
}

section#attributeFirst {
	scroll-margin-top: 400px;
	background: #2b333c;
}

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

section.m1_text.attributes .text_column_count_2 {
	column-count: 3;
	position: relative;
}

section.m1_text.attributes .m1_text_main {
	padding: 40px;
	padding-bottom: 30px;
	background: #fff;
	border-radius: 30px;
}

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

section.m1_text.home_text_bottom:not(.last_one) {
	padding-bottom: 40px;
}

/*
section.m1_text.attributes .m1_titel {
	color: #fff;
}
*/

section.m1_text.attributes .m1_text_inner ul {
	list-style-type: none;
	padding-left: 0;
	position: relative;
}

section.m1_text.attributes .text_column_count_2:after,
section.m1_text.attributes .text_column_count_2:before {
	content: '';
	position: absolute;
	left: 26.3333%;
	top: 50%;
	width: 1px;
	height: 65%;
	background: #2b333c;
	opacity: .4;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

section.m1_text.attributes .text_column_count_2:before {
	left: 59.66667%;
}

section.m1_text.attributes .m1_text_inner ul li {
	position: relative;
	padding-left: 30px;
	line-height: 2.5;
/* 	color: #fff; */
}

section.m1_text.attributes .m1_text_inner ul li:before {
	content: '';
	width: 19px;
	min-width: 19px;
	height: 18px;
	min-height: 18px;
	background: url('../../../img/bluete_02.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 0;
	top: 7px;
}

@media screen and (max-width: 2199px) {
	section.m1_text.attributes .text_column_count_2:after,
	section.m1_text.attributes .text_column_count_2:before {
		left: 28.3333%;
	}
	
	section.m1_text.attributes .text_column_count_2:before {
		left: 61.667%;
	}
}

@media screen and (max-width: 1799px) {
	section.m1_text.attributes .text_column_count_2:after,
	section.m1_text.attributes .text_column_count_2:before {
		left: 30.3333%;
	}
	
	section.m1_text.attributes .text_column_count_2:before {
		left: 63.667%;
	}
}

@media screen and (max-width: 1450px) {
	section#attributeFirst {
		scroll-margin-top: 350px;
	}
}

@media screen and (max-width: 1199px) {
	section.m1_text.attributes .text_column_count_2 {
		column-count: 2;
	}
	
	section.m1_text.attributes .text_column_count_2:after {
		left: 47%;
	}
	
	section.m1_text.attributes .text_column_count_2:before {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	section.m1_text.attributes .text_column_count_2:after {
		left: 49%;
	}
}

@media screen and (max-width: 767px) {
	section.m1_text.imprint_page,
	section.m1_text.datasec_page {
		padding-top: 250px !important;
	}
	
	section.m1_text.home_text_bottom .m1_text_inner.long_text {
	    overflow: hidden;
	}
	
	section.m1_text.home_text_bottom .m1_text_read_more_cont {
	    display: inline-block;
	    margin-top: 10px;
	    cursor: pointer;
	}
	
	section.m1_text.home_text_bottom .m1_text_read_more_cont span {
		font-size: .8421rem;
	}
	
	section.m1_text.home_text_bottom .m1_text_read_more_cont svg {
	    fill: #515370;
	    width: 15px;
	    margin-left: 10px;
	    transition: transform .4s;
	}
	
	section.m1_text.attributes .text_column_count_2 {
		column-count: 1;
	}
	
	section.m1_text.attributes .text_column_count_2:after {
		display: none;
	}
	
	section.m1_text.attributes .m1_inner_container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 575px) {
	section.m1_text .text_column_count_2{
		column-count: 1;
	}
	
	section.m1_text.home_text_bottom > .container {
		padding-left: 44px;
		padding-right: 44px;
	}
	
	section#attributeFirst {
		scroll-margin-top: 200px;
	}
}

@media screen and (max-width: 450px) {
	section#attributeFirst > .container {
		padding-left: 0;
		padding-right: 0;
	}
	
	section.m1_text.attributes .m1_text_main {
		padding: 20px;
		padding-bottom: 10px;
	}
}

@media screen and (max-width: 400px) {
	section.m1_text#vorteile .m1_text_inner * {
		-webkit-hyphens: none;
		-moz-hyphens: none;
		-ms-hyphens: none;
		-o-hyphens: none;
		hyphens: none;
		word-break: normal;
	}
}

@media screen and (max-width: 375px) {
	section.m1_text.attributes .m1_text_inner ul li,
	.piur-pic-normal section.m1_text .m1_text_inner ul li {
		-webkit-hyphens: none !important;
		-moz-hyphens: none !important;
		-ms-hyphens: none !important;
		-o-hyphens: none !important;
		hyphens: none !important;
		word-break: normal !important;
	}
}