section.m11_news{
	opacity:0;
}

section.m11_news * {
	hyphens: auto;
}

body.page-id-6 section.m11_news {
	background: #013213;
}

section.m11_news .m11_item_content{
	height:100%;
	display: flex;
	flex-direction: column;
	height: 100%;
}

section.m11_news .m11_news_container_content{
	padding:20px 0 20px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

section.m11_news p{
	margin:0;
}

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

section.m11_news[data-slider="slick_slider"] .m11_item{
	margin-left:10px;
	margin-right:10px;
}

.m11_image_container img{
	height: 320px;
	object-fit: cover;
}

.m11_news_header_inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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:200px;
}

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

section.m11_news .m11_news_load_more_text{
	text-align:center;
	cursor:pointer;
}

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[data-text-kurzen="true"] .m11_title_text_container{
	height: 120px;
    overflow: hidden;
}

section.m11_news .m11_title_text_container{
	width:60%;
}

.m11_created_date *{
	text-transform: uppercase;
}

.m11_title *{
	font-size:1.2em;
}

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

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

section.m11_news .m11_titel_container h2 {
	color: #ffef00;
	margin-bottom: 0;
}

section.m11_news .m11_link_container a {
	margin-top: 0;
}

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

section.m11_news .m11_created_date p {
	letter-spacing: 3px;
	font-weight: bold;
}

section.m11_news .m11_title h3 {
	font-family: 'Catamaran', sans-serif;
}

section.m11_news .pagination_prev_all,
section.m11_news .pagination_prev_one,
section.m11_news .pagination_next_one,
section.m11_news .pagination_next_all {
	display: none;
}

section.m11_news .m11_news_container_pagination {
	display: flex;
	justify-content: center;
}

section.m11_news .pagination_item {
	padding: 10px;
	border: 2px solid rgba(121, 144, 132, .5);
	border-radius: 50%;
	width: 49px;
	text-align: center;
	margin: 10px;
	transition: background .4s, color .4s, border-color .4s;
	position: relative;
}

section.m11_news .pagination_item.disabled {
	display: none;
}

section.m11_news .pagination_item.last_prev {
	margin-left: 40px;
}

section.m11_news .pagination_item.last_next {
	margin-right: 40px;
}

section.m11_news .pagination_item.last_prev:before,
section.m11_news .pagination_item.last_next:after {
	content: '...';
	position: absolute;
	left: -35px;
	bottom: 5px;
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 1px
}

section.m11_news .pagination_item.last_next:after {
	left: auto;
	right: -35px;
}

section.m11_news .pagination_item:hover {
	border-color: #ffef00;
	color: #2c2c2c;
	background: #ffef00;
}


section.m11_news .pagination_active {
	border-color: #ffef00;
	color: #2c2c2c;
	background: #ffef00;
}

body:not(.page-id-6) section.m11_news .m11_item {
	margin-bottom: 0;
}

/* Weißer Hintergrund */

section.m11_news.weiss {
	background: #faf7f1;
}

section.m11_news.weiss .m11_titel_container h2,
section.m11_news.weiss .m11_created_date p,
section.m11_news.weiss .m11_title h3,
section.m11_news.weiss .wb_link.primary,
section.m11_news.weiss .wb_button.primary:hover {
	color: #025a2e;
}

section.m11_news.weiss .wb_link.primary::before {
	background: #025a2e;
}

section.m11_news .m11_image_post {
	overflow: hidden;
}

section.m11_news .m11_item_content .m11_image_post img {
	transition: transform .4s;
}

section.m11_news .m11_item_content:hover .m11_image_post img {
	transform: scale(1.02);
}

/**********************/

@media screen and (min-width: 1921px) {
	.m11_image_container img {
		height: 400px;
	}
}

@media screen and (min-width: 2200px) {
	.m11_image_container img {
		height: 450px;
	}
}

@media screen and (max-width: 1799px) {
	.m11_image_container img {
		height: 280px;
	}
}

@media screen and (max-width: 1599px) {
	.m11_image_container img {
		height: 240px;
	}
}

@media screen and (max-width: 1199px) {
	.m11_image_container img {
		height: 210px;
	}
}

@media screen and (max-width: 991px) {
	.m11_image_container img {
		height: 240px;
	}
}

@media screen and (max-width: 767px) {
	section.m11_news .m11_news_header_inner .m11_titel_container {
		width: 100%;
		margin-bottom: 30px;
	}
	
	section.m11_news .m11_news_header_inner {
		flex-direction: column;
		align-items: flex-end;
	}
	
	.m11_image_container img{
		height: 180px;
	}
}

@media screen and (max-width: 575px) {
	.m11_image_container img {
		height: auto;
		max-height: 350px
	}
}

@media screen and (max-width: 475px) {
	.m11_image_container img {
		max-height: 300px;
	}
}

@media screen and (max-width: 375px) {
	.m11_image_container img{
		max-height: 250px;
	}
}

@media screen and (max-width: 300px) {
	.m11_image_container img{
		max-height: 200px;
	}
}