section.m11_news {
	padding: 100px 0;
}

section.m11_news .m11_item_content{
	background-color:#fff;
	height:100%;
	border-radius: 0 0 11px 11px;
	box-shadow: 3px 1px 21px -7px rgba(32,32,31,.5);
}

section.m11_news .m11_item.m11_item_prominent .m11_item_content {
	border-radius: 0 11px 11px 0;
}

section.m11_news .m11_news_container_content{
	padding:30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: calc(100% - 393px);
}

section.m11_news .m11_item.m11_item_prominent .m11_news_container_content {
	height: auto;
	justify-content: center;
	padding: 60px;
}

section.m11_news p{
	margin:0;
}

section.m11_news .m11_created_date {
	margin-bottom: 10px;
}

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;
}

section.m11_news .m11_news_load_more_container{
	position:relative;
	width: auto;
	min-width: 200px;
	max-width: 100%;
}

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;
}

section.m11_news .m11_link_container{
	margin-top:20px;
	color: #857acf;
}

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_title > h3 {
	font-size: 20px;
	text-transform: none;
	color: #1d1d1b;
	font-weight: 700;
}

section.m11_news .m11_item.m11_item_prominent .m11_title > h3 {
	margin-bottom: 25px;
}

section.m11_news .m11_created_date > p {
	color: #292929;
	font-size: 15px;
}

section.m11_news .m11_item.m11_item_prominent .m11_text_container {
	color: #000000;
}

@media screen and (max-width: 1399px) {
	section.m11_news .m11_item:not(.m11_item_prominent) .m11_news_container_content {
		height: calc(100% - 242px);
	}
}

@media screen and (max-width: 991px) {
	section.m11_news {
		padding: 80px 0;
	}

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

	section.m11_news .m11_item.m11_item_prominent .m11_news_container_content {
		padding: 15px 30px;
	}

	section.m11_news .m11_item:not(.m11_item_prominent) .m11_news_container_content {
		height: calc(100% - 230px);
	}
}

@media screen and (max-width: 767px) {
	section.m11_news {
		padding: 60px 0;
	}

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

	section.m11_news .m11_item.m11_item_prominent .m11_item_content {
		border-radius: 0 0 11px 11px;
	}

	section.m11_news .m11_item:not(.m11_item_prominent) .m11_news_container_content {
		height: calc(100% - 166px);
	}
}

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

	section.m11_news .m11_item.m11_item_prominent .m11_news_container_content {
		padding: 30px;
	}

	section.m11_news .m11_item:not(.m11_item_prominent) .m11_news_container_content {
		height: auto;
	}
}

@media screen and (max-width: 320px) {
	section.m11_news {
		padding: 60px 0;
	}

	section.m11_news .m11_news_container_content {
		padding: 15px;
	}

	section.m11_news .m11_item.m11_item_prominent .m11_news_container_content {
		padding: 15px;
	}
}

@media screen and (max-width: 280px) {
	section.m11_news {
		padding: 40px 0;
	}

	section.m11_news .m11_news_container_content {
		padding: 10px;
	}

	section.m11_news .m11_item.m11_item_prominent .m11_news_container_content {
		padding: 10px;
	}

	section.m11_news .m11_news_load_more_container {
		min-width: unset;
		width: 100%;
	}
}