section.m11_news {
	padding-bottom: 70px;
}

section.m11_news .m11_item_content {
	background-color:#f3f2f1;
	height:100%;
	display: flex;
}

section.m11_news .m11_news_container_content {
	padding:50px;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
	width: 100%;
}

section.m11_news .m11_news_container_content .m11_title > h3 {
	font-size: 1.1765rem;
	font-family: 'robotoB', sans-serif;
	font-weight: 700;
}

section.m11_news p{
	margin:0;
	font-size: .8rem;
}

section.m11_news .m11_item {
	margin-bottom:30px;
}

section.m11_news .m11_news_container_load_more{
	width: 100%;
    display: table;
}

section.m11_news .m11_news_load_more{
    display: table;
    margin: 0 auto;
}

section.m11_news .m11_news_load_more_container{
	position:relative;
	width:200px;
}

section.m11_news .m11_news_load_more_loader{
    position: absolute;
    width: 100%;
    transform: translate(50%, 0);
    cursor:default;
}

section.m11_news .m11_news_load_more_text{
	text-align:center;
	cursor:pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

section.m11_news .m11_news_load_more_text > span:not(.hef-load-more-arrow) {
	font-size: .8rem;
	font-family: 'robotoB', sans-serif;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 10px;
	-webkit-transition: color .4s;
	-moz-transition: color .4s;
	-ms-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
}

section.m11_news .m11_news_load_more_text:hover > span:not(.hef-load-more-arrow) {
	color: #00833e;
}

section.m11_news .m11_news_load_more_text > span.hef-load-more-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 53px;
	height: 53px;
	background: rgba(105,103,115,.3);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: background .4s;
	-moz-transition: background .4s;
	-ms-transition: background .4s;
	-o-transition: background .4s;
	transition: background .4s;
}

section.m11_news .m11_news_load_more_text:hover > span.hef-load-more-arrow {
	background: rgba(247,151,73,.7);
}

section.m11_news .m11_news_load_more_text > span.hef-load-more-arrow > svg,
section.m11_news .m11_news_load_more_text > span.hef-load-more-arrow > img {
	fill: #fff;
	width: 23px;
	-webkit-transition: fill .4s;
	-moz-transition: fill .4s;
	-ms-transition: fill .4s;
	-o-transition: fill .4s;
	transition: fill .4s;
}

section.m11_news .m11_news_load_more_text:hover > span.hef-load-more-arrow > svg {
	fill: #696773;
}

section.m11_news .m11_link_container{
	margin-top:35px;
}

section.m11_news .m11_news_pagination_container{
	display:table;
}

section.m11_news .m11_news_pagination_container>div{
	float:left;
	cursor:pointer;
}

section.m11_news .pagination_active{
	color:#b04453;
}

section.m11_news.text_kurzen .m11_title_text_container{
	height: 120px;
    overflow: hidden;
}

section.m11_news .m11_image_container img {
	width:100%;
}

section.m11_news .m11_image_container > .m11_image_post {
	height: 100%;
}

section.m11_news .m11_image_container {
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
	width: 100%;
}

@media screen and (max-width: 1920px) {
	section.m11_news .m11_item_content {
		flex-wrap: wrap;
		align-items: flex-start;
	}
	
	section.m11_news .m11_image_container {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		max-height: 350px;
		overflow: hidden;
	}
	
	section.m11_news .m11_news_container_content {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 1599px) {
	section.m11_news {
		padding-bottom: 45px;
	}
}

@media screen and (max-width: 767px) {
	section.m11_news .m11_image_container {
		max-height: none;
	}
	
	section.m11_news .hef-button,
	section.hef_account_img .hef-button {
		padding: 20px 40px;
	}
}

@media screen and (max-width: 575px) {
	section.m11_news {
		padding-bottom: 10px;
	}
} 