
section.m11_news[data-text-kurzen="true"] .mM_post_type_post_text_container {
	height: 3rem;
	overflow: hidden;
}

section.m11_news[data-kurze-ausgabe-slide="true"] [data-ausrichtung*="zentriert_ausfuellung"] .slick-slide {
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-ms-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}

section.m11_news[data-kurze-ausgabe-slide="true"] [data-ausrichtung*="zentriert_ausfuellung"] .slick-slide:not(.slick-active) {
	opacity: .3;
}

section.m11_news .mM_post_type_header_container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 47px;
}

section.m11_news .mM_post_type_post_image_container {
	position: relative;
	height: 350px;
}

section.m11_news .mM_post_type_post_image_container:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,.5) 15%, rgba(0,0,0,.3) 30%, rgba(0,0,0,.2) 60%, transparent 100%);
	z-index: 1;
}

section.m11_news .mM_post_type_post_image_arrow_container {
	position: absolute;
	top: 22px;
	right: 22px;
	z-index: 2;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255,255,255,.3);
	border-radius: 3px;
	transition: background .4s, border-color .4s;
}

section.m11_news .mM_post_type_post_content {
	width: 100%;
}

section.m11_news .m11_to_all_news_container {
	white-space: nowrap;
}

section.m11_news .mM_post_type_post_image_arrow {
	fill: #fff;
	width: 13px;
	transition: fill .4s;
}

section.m11_news .mM_post_type_post_image {
	height: 100%;
}

section.m11_news .mM_post_type_post_content {
	background: transparent;
}

section.m11_news .mM_post_type_post_text_content_container {
	padding: 20px 0;
}

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

section.m11_news .mM_post_type_post_created_date_container * {
	opacity: .5;
	font-size: .9375rem;
}

section.m11_news .mM_post_type_post_title_container * {
	font-family: 'IBMPlexSans', sans-serif;
	font-weight: 600;
	font-size: 1.0625rem;
	color: #004f9f;
}

section.m11_news .mM_post_type_post_link {
	display: flex;
	align-items: center;
	gap: 0 8px;
}

section.m11_news .mM_post_type_post_link * {
	fill: #004f9f;
	color: #004f9f;
	transition: margin-left .4s;
}

section.m11_news .mM_post_type_post_link:hover span {
	margin-left: 7px;
}

section.m11_news .mM_post_type_post_link_arrow {
	width: 13px;
}

section.m11_news .mM_post_type_post_title_container {
	margin-bottom: 48px;
}

section.m11_news .mM_post_type_post_text_container {
	margin-bottom: 36px;
}

section.m11_news .mM_post_type_post_image_container {
	position: relative;
}

section.m11_news .mM_row {
	gap: 74px 25px;
}

section.m11_news .mM_post_type_post_overlay {
	opacity: 0;
	background: linear-gradient(180deg,rgba(18, 51, 91, .6) 0%, rgba(18, 51, 91, .6) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: opacity .4s;
}

section.m11_news .mM_post_type_post_image_container:hover .mM_post_type_post_overlay {
	opacity: 1;
}

section.m11_news .mM_post_type_post_content:hover .mM_post_type_post_image_arrow_container {
	background: #ffdf01;
	border-color: #ffdf01;
}

section.m11_news .mM_post_type_post_content:hover .mM_post_type_post_image_arrow_container svg {
	fill: #12335b;
}

section.m11_news .m11_news_overview_container {
	padding-top: 100px;
}

/* First Elem Start */

section.m11_news .mM_post_type_featured .mM_post_type_post_content {
	width: 100%;
	display: flex;
	gap: 62px;
}

section.m11_news .mM_post_type_featured .mM_post_type_post_title_container {
	margin-bottom: 0;
}

section.m11_news .mM_post_type_featured .mM_post_type_post_image_container,
section.m11_news .mM_post_type_featured .mM_post_type_post_text_content_container {
	width: 50%;
}

section.m11_news .mM_post_type_featured .mM_post_type_post_text_content_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

section.m11_news .m11_news_first_container.mM_container {
	background: #fff;
	padding-bottom: 100px;
	padding-top: 100px;
}

section.m11_news .mM_post_type_featured .mM_post_type_post_image_container {
	height: 455px;
}

/* First Elem End */

/* Pagination Start */

section.m11_news .pagination_prev_one,
section.m11_news .pagination_next_one,
section.m11_news .pagination_item {
	width: 51px;
	height: 51px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid rgba(18, 51, 91, .3);
	border-radius: 3px;
	transition: background .4s, border-color .4s;
}

section.m11_news .pagination_prev_one svg {
	transform: rotate(180deg);
}

section.m11_news .pagination_prev_one svg,
section.m11_news .pagination_next_one svg {
	fill: #12335b;
	transition: fill .4s;
}

section.m11_news .pagination_item {
	color: #12335b;
	transition: all .4s;
}

section.m11_news .pagination_prev_one:hover,
section.m11_news .pagination_next_one:hover,
section.m11_news .pagination_item:hover {
	background: #004f9f;
	border-color: #004f9f;
}

section.m11_news .pagination_prev_one:hover svg,
section.m11_news .pagination_next_one:hover svg {
	fill: #fff;
}

section.m11_news .pagination_item:hover,
section.m11_news .pagination_item.pagination_active {
	color: #fff;
}

section.m11_news .pagination_item.pagination_active {
	background: #12335b;
	border-color: #12335b;
}

section.m11_news .pagination_prev_one {
	margin-right: 25px;
}

section.m11_news .pagination_next_one {
	margin-left: 25px;
}

section.m11_news .mM_post_type_pagination_items_container {
	gap: 10px;
}

/* Pagination End */

section.m11_news .mM_post_type_post_text_content_container {
	height: auto !important;
}

/* Kurze Ausgabe Start */

section.m11_news[data-kurze-ausgabe="true"] .m11_news_first_container {
	display: none;
}

section.m11_news[data-kurze-ausgabe="true"] .m11_news_overview_container {
	padding-top: 0;
	padding-bottom: 0;
}

/* Kurze Ausgabe End */

@media screen and (max-width: 1199px) {
	section.m11_news .mM_col_33 {
		width: calc(50% - (25px / 2));
	}
}

@media screen and (max-width: 991px) {
	section.m11_news .mM_post_type_header_container {
		flex-wrap: wrap;
	}
	
	section.m11_news .m11_to_all_news_container {
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	section.m11_news .mM_col_33 {
		width: 100%;
	}
	
	section.m11_news .mM_post_type_featured .mM_post_type_post_content {
		flex-direction: column;
		gap: 0;
	}
	
	section.m11_news .mM_post_type_featured .mM_post_type_post_image_container,
	section.m11_news .mM_post_type_featured .mM_post_type_post_text_content_container {
		width: 100%;
	}
	
	section.m11_news .mM_post_type_featured .mM_post_type_post_image_container {
		height: 300px;
	}
	
	section.m11_news .mM_post_type_featured .mM_post_type_post_text_content_container {
		padding-bottom: 0;
	}
	
	section.m11_news .mM_post_type_post_text_content_container .mM_post_type_post_title_container{
		margin-bottom: 0px;
	}
	
	section.m11_news .mM_post_type_post_text_content_container .mM_post_type_post_title_container h3{
		margin-bottom: 12px;
	}
	
	section.m11_news .mM_post_type_post_text_container {
		margin-bottom: 20px;
	}
	
	section.m11_news .mM_row {
		gap: 16px 25px;
	}
	
	section.m11_news .mM_post_type_featured .mM_post_type_post_image_container {
		height: 212px;
	}
	
	section.m11_news .m11_news_first_container {
		padding: 58px 20px !important;
	}
	
	section.m11_news .m11_news_overview_container {
		padding-top: 58px;
	}
}

@media screen and (max-width: 575px) {
	section.m11_news .mM_post_type_header_container {
		margin-bottom: 37px;
	}
}