section.m11_blog {
	position: relative;
	background: #08083d;
	/* margin-top: 135px; */
	margin-top: 101px;
	color: #e2f9ff;
}

section.m11_blog[data-kurze-ausgabe="true"] {
	margin-top: 0;
}

section.m11_blog[data-innerer-abstand="innerer_abstand_oben_und_unten"] {
	padding-top: 75px;
	padding-bottom: 100px;
}

section.m11_blog[data-innerer-abstand="innerer_abstand_nur_unten"] {
	padding-top: 0;
	padding-bottom: 100px;
}

section.m11_blog[data-innerer-abstand="innerer_abstand_nur_oben"] {
	padding-top: 75px;
	padding-bottom: 0;
}

section.m11_blog[data-innerer-abstand="kein_innerer_abstand"] {
	padding-top: 0;
	padding-bottom: 0;
}

section.m11_blog[data-kurze-ausgabe="false"] {
	padding-top: 143px;
}

section.m11_blog .mM_post_type_item {
	position: relative;
	z-index: 5;
}

section.m11_blog .mM_post_type_title_container {
	margin-bottom: 22px;
}

section.m11_blog .mM_post_type_title_link_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

section.m11_blog .m11_link_to_overview {
	display: flex;
	align-items: center;
	margin-bottom: 22px;
	white-space: nowrap;
	-webkit-transition: color .4s;
	-moz-transition: color .4s;
	-ms-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
}

section.m11_blog .m11_link_to_overview svg {
	fill: #e2f9ff;
	width: 13px;
	min-width: 13px;
	margin-left: 9px;
	-webkit-transition: fill .4s;
	-moz-transition: fill .4s;
	-ms-transition: fill .4s;
	-o-transition: fill .4s;
	transition: fill .4s;
}

section.m11_blog .m11_link_to_overview:hover {
	color: #ff5b4a;
}

section.m11_blog .m11_link_to_overview:hover svg {
	fill: #ff5b4a;
}

section.m11_blog .mM_post_type_title {
	position: relative;
	font-size: 3.4375rem;
	text-shadow: 0 0 43px rgba(226, 249, 255, 0.4); /* Größe & Deckkraft */
	mix-blend-mode: multiply; /* kommt Negativ multiplizieren am nächsten */
}

section.m11_blog[data-kurze-ausgabe="true"] .mM_post_type_title {
	font-size: 2.1875rem;
}

section.m11_blog .mM_post_type_text_container {
	max-width: 33.333%;
}

section.m11_blog .mM_post_type_post {
	margin-bottom: 28px;
}

section.m11_blog .mM_post_type_post_content {
	border-radius: 10px;
	padding: 23px;
	padding-bottom: 29px;
	background: #08083d;
	display: block;
	border: 1px solid #101079;
	position: relative;
	-webkit-transition: box-shadow .4s;
	-moz-transition: box-shadow .4s;
	-ms-transition: box-shadow .4s;
	-o-transition: box-shadow .4s;
	transition: box-shadow .4s;
}

section.m11_blog .mM_post_type_post_content:hover {
	box-shadow: 0 15px 30px rgba(21, 21, 21, 0.2);
}

section.m11_blog .mM_post_type_post_content:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(16,16,121,.3);
	opacity: 0;
	border-radius: 10px;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-ms-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}

section.m11_blog .mM_post_type_post_content:hover:after {
	opacity: 1;
}

section.m11_blog .mM_post_type_post_image_container {
	overflow: hidden;
	height: 225px;
	border-radius: 7px;
	position: relative;
	z-index: 2;
}

section.m11_blog .mM_post_type_post_image_container img {
	border-radius: 3px;
	transition: transform .4s;
}

section.m11_blog .mM_post_type_post:hover .mM_post_type_post_image_container img {
	transform: scale(1.05);
}

section.m11_blog .mM_post_type_post_created_date_container * {
	color: #a5adb0;
	font-size: .9rem;
}

section.m11_blog .mM_post_type_post_title_container {
	margin-bottom: 18px;
}

section.m11_blog .mM_post_type_filter_items {
	gap: 10px;
	margin: 0;
}

section.m11_blog .mM_post_type_filter_item:not(:last-child) {
	margin-right: 0;
}

section.m11_blog .mM_post_type_filter_item {
	width: auto;
	border: 1px solid #1919bd;
	border-radius: 3px;
	background-color: #101079;
	padding: 8px 17px 5px;
	color: #e2f9ff;
	border-radius: 25px;
	transition: background .4s, border-color .4s, box-shadow .4s;
}

section.m11_blog .mM_post_type_filter_item:hover,
section.m11_blog .mM_post_type_filter_item.active {
	background: #ff5b4a;
	border-color: #ff5b4a;
	box-shadow: 0 5px 43px rgba(255, 91, 74, 0.5);
}

section.m11_blog .mM_post_type_sort_container {
	display: flex;
	justify-content: end;
	align-items: center;
	width: 20%;
}

section.m11_blog .mM_post_type_sort_select_wrapper {
	position: relative;
	display: flex;
}

section.m11_blog .mM_post_type_sort_container select {
	min-width: 185px;
	border: none;
	background: transparent;
	outline: none;
	-webkit-appearance: none;
	cursor: pointer;
	font-size: 1rem;
	color: #495057;
}

section.m11_blog .mM_post_type_sort_container select * {
	font-size: 1rem;
	color: #495057;
}

section.m11_blog .m11_found_posts_container {
	padding-left: 30px;
}

section.m11_blog .m11_found_posts {
	color: rgba(226,249,255,.5);
	white-space: nowrap;
}

section.m11_blog .mM_post_type_post_date_cat_title_text_container {
	padding-top: 37px;
}

section.m11_blog .mM_post_type_post_text_content_container {
	padding: 0;
	position: relative;
	z-index: 2;
}

section.m11_blog .mM_post_type_post_cat_container {
	margin-bottom: 20px;
}

section.m11_blog .m11_blog_cat_title {
	display: inline-block;
	border-radius: 16px;
	background: #101079;
	font-size: .875rem;
	padding: 9px 17px 3px;
	-webkit-transition: background .4s;
	-moz-transition: background .4s;
	-ms-transition: background .4s;
	-o-transition: background .4s;
	transition: background .4s;
}

section.m11_blog .mM_post_type_post_content:hover .m11_blog_cat_title {
	background: #ff5b4a;
}

section.m11_blog .pagination_control,
section.m11_blog .pagination_control.active {
	font-size: .9375rem;
	color: #fff;
	background: #101079;
	border: 1px solid #101079;
	border-radius: 25px;
	width: 85px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: background .4s, border-color .4s;
	-moz-transition: background .4s, border-color .4s;
	-ms-transition: background .4s, border-color .4s;
	-o-transition: background .4s, border-color .4s;
	transition: background .4s, border-color .4s;
}

section.m11_blog .pagination_control span,
section.m11_blog .pagination_item span {
	-webkit-transform: translateY(3px);
	-moz-transform: translateY(3px);
	-ms-transform: translateY(3px);
	-o-transform: translateY(3px);
	transform: translateY(3px);
}

section.m11_blog .mM_post_type_pagination_items_container .dots {
	align-self: flex-end;
	margin-bottom: 6px;
}

section.m11_blog .pagination_control:not(.active) {
	opacity: .5;
}

section.m11_blog .pagination_control.active:hover {
	background: #ff5b4a;
	border-color: #ff5b4a;
}

section.m11_blog .pagination_item {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 1px solid #1919bd;
	background: transparent;
	color: #fff;
	font-size: .9375rem;
	-webkit-transition: background .4s, border-color .4s;
	-moz-transition: background .4s, border-color .4s;
	-ms-transition: background .4s, border-color .4s;
	-o-transition: background .4s, border-color .4s;
	transition: background .4s, border-color .4s;
}

section.m11_blog .pagination_item.pagination_active,
section.m11_blog .pagination_item:hover {
	font-family: Nexa-Heavy, sans-serif;
	font-weight: 700;
	background: #ff5b4a;
	border-color: #ff5b4a;
	color: #fff;
}

section.m11_blog .mM_post_type_load_more_container,
section.m11_blog .mM_post_type_pagination {
	margin-top: 45px;
}

section.m11_blog .mM_post_type_sort_container .mM_custom_select .mM_select_selected {
	padding: 0 15px 0 0;
	background-color: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-size: inherit;
	line-height: 1.5;
	position: relative;
}

section.m11_blog .mM_post_type_sort_container .mM_custom_select .mM_select_arrows {
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	border: none;
	border-radius: 0;
}

section.m11_blog .mM_post_type_sort_container .mM_custom_select .mM_select_items {
	right: 0;
	left: auto;
	width: 218px;
	background-color: #f8f9fa;
	border: 1px solid transparent;
	border-radius: 3px;
	padding: 0;
	margin-top: 0;
	box-shadow: none;
	transition: border-color .4s;
}

section.m11_blog .mM_post_type_sort_container .mM_custom_select .mM_select_items:not(.mM_select_hide) {
	border-color: #0d3540;
}

section.m11_blog .mM_post_type_sort_container .mM_custom_select .mM_select_item {
	padding: 0 10px;
}

section.m11_blog .mM_post_type_sort_container .mM_custom_select .mM_select_item:first-child {
	padding-top: 15px;
	margin: 0;
}

section.m11_blog .mM_post_type_sort_container .mM_custom_select .mM_select_item:last-child {
	padding-bottom: 15px;
	margin-bottom: 0;
}

section.m11_blog .mM_post_type_sort_container .mM_custom_select:has(.mM_select_arrow_active) .mM_select_items {
	box-shadow: inset -4px 0 4px -2px #e6e8eb, inset 4px 0 4px -2px #e6e8eb,
				inset 0 -4px 4px -2px #e6e8eb, inset 0 4px 4px -2px #e6e8eb;
}

@media screen and (min-width: 476px) {
	section.m11_blog .mM_post_type_filter_mobile_active {
		display: none !important;
	}
}

@media screen and (max-width: 2199px) {
	section.m11_blog .mM_post_type_text_container {
		max-width: 44%;
	}
}

@media screen and (max-width: 1920px) {
	section.m11_blog .mM_post_type_text_container {
		max-width: 48%;
	}
}

@media screen and (max-width: 1399px) {
	section.m11_blog .mM_post_type_text_container {
		max-width: 62%;
	}
	
	section.mM_post_type .mM_post_type_item_title {
		font-size: 1.3625rem;
	}
}

@media all and (max-width: 991px) {
	section.m11_blog {
		margin-top: 128px;
	}
	
	section.m11_blog[data-kurze-ausgabe="false"] {
		padding-top: 100px;
	}
	
	section.m11_blog .mM_post_type_text_container {
		max-width: 87%;
	}
	
	section.m11_blog .m11_found_posts_container {
		padding-left: 0;
		margin-top: 40px;
	}
	
	section.mM_post_type .mM_post_type_middle {
		margin-bottom: 50px;
	}
	
	section.m11_blog .mM_post_type_post_image_container {
		height: 200px;
	}
	
	section.m11_blog .mM_post_type_title {
		font-size: 3.1375rem;
	}
}

@media screen and (max-width: 767px) {
	section.m11_blog .mM_post_type_text_container {
		max-width: 100%;
	}
	
	section.m11_blog .mM_post_type_title {
		font-size: 2.7375rem;
	}
	
	section.m11_blog .mM_post_type_title_link_container {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
}

@media all and (max-width: 575px) {
	section.m11_blog {
		margin-top: 94px;
	}
	
	section.mM_post_type .mM_post_type_pagination {
		flex-wrap: wrap;
		gap: 10px;
		margin-top: 30px;
	}
	
	section.mM_post_type .mM_post_type_pagination_control_container {
		
	}
	
	section.mM_post_type .mM_post_type_pagination_prev_container {
		order: 1;
	}
	
	section.mM_post_type .mM_post_type_pagination_next_container {
		order: 2;
	}
	
	section.mM_post_type .mM_post_type_pagination_items_container {
		order: 3;
		flex: 0 0 auto;
		max-width: 100%;
		width: 100%;
		justify-content: center;
	}
	
	section.m11_blog .mM_post_type_title {
		font-size: 2.4375rem;
	}
}

@media all and (max-width: 475px) {
	section.m11_blog .mM_post_type_filter_item {
		width: 100%;
		border: none;
		border-radius: 0;
	}
	section.m11_blog .mM_post_type_filter_item_control_wrapper {
		border: none;
		border-top: 0;
		border-radius: 0 0 35px 35px;
	}
	section.m11_blog .mM_post_type_filter_mobile_active {
		justify-content: center;
		border: none;
		padding: 14px 10px 12px;
		background: linear-gradient(to right, transparent 0%, #08083d 50%, transparent 100%);
		background-size: 200% 100%;
		background-position: left center;
		border-radius: 35px;
		transition: background-position .6s, border-radius .4s, background .4s;
	}
	section.m11_blog .mM_post_type_filter_mobile_active:hover {
		background-position:right center;
	}
	section.m11_blog .mM_post_type_filter_items.opened .mM_post_type_filter_mobile_active {
		border-radius: 35px 35px 0 0;
		background: #ff5b4a;
		background-size: 100% 100%;
	}
	section.m11_blog .mM_post_type_filter_mobile_text {
		color: #fff;
	}
	
	section.m11_blog .mM_post_type_filter_item {
		background-color: #08083d;
		border: 1px solid #101079;
		border-top: none;
		border-bottom: none;
		text-align: center;
		transition: border-color .4s, background .4s;
	}
	
	section.m11_blog .mM_post_type_filter_item:hover,
	section.m11_blog .mM_post_type_filter_item.active {
		border-color: #ff5b4a;
	}
	
	section.m11_blog .mM_post_type_filter_item:last-child {
		border-radius: 0 0 35px 35px;
	}
	
	section.m11_blog .mM_post_type_filter_items {
		position: relative;
	}
	
	section.m11_blog .mM_post_type_filter_item_control_wrapper {
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		z-index: 12;
	}
	
	section.mM_post_type .mM_post_type_middle {
		z-index: 6;
	}
	
	section.m11_blog .mM_post_type_title {
		font-size: 2.1375rem;
	}
}

@media all and (max-width: 375px) {
	section.m11_blog .mM_post_type_post_image_container {
		height: 185px;
	}
	
	section.mM_post_type .mM_post_type_item_title {
		font-size: 1.1625rem;
	}
	
	section.m11_blog .pagination_item {
		width: 35px;
		height: 35px;
	}
	
	section.m11_blog .mM_post_type_title {
		font-size: 1.7375rem;
	}
}

@media all and (max-width: 335px) {
	
}

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

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

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