section.m11_news_single_news .mM_post_type_single_post_top {
	background: #fff;
}

section.m11_news_single_news .mM_post_type_single_post_top_main {
	padding: 0;
	flex-direction: column;
}

section.m11_news_single_news .mM_post_type_single_post_top_main_item {
	width: 100%;
}

section.m11_news_single_news .mM_post_type_single_post_back_button {
	display: flex;
	position: absolute;
	top: 130px;
	left: calc(-196px - 127px);
}

section.m11_news_single_news .mM_post_type_single_post_back_button a {
	display: flex;
	align-items: center;
	gap: 24px;
}

section.m11_news_single_news .mM_post_type_single_post_back_button .back_button_icon {
	background: #fff;
	border: 1px solid #dbdddf;
	height: 52px;
	width: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .4s;
}

section.m11_news_single_news .mM_post_type_single_post_back_button a:hover .back_button_icon {
	background: #e96730;
	border-color: #e96730;
}

section.m11_news_single_news .mM_post_type_single_post_back_button svg {
	fill: #4c5460;
	width: 14px;
	transform: rotate(180deg);
	transition: fill .4s;
}

section.m11_news_single_news .mM_post_type_single_post_back_button a:hover svg {
	fill: #fff;
}

section.m11_news_single_news .mM_post_type_single_post_top_main_left_content {
	height: 100%;
	padding-bottom: 59px;
	padding-top: 130px;
}

section.m11_news_single_news .mM_post_type_single_post_created_at_container {
	display: flex;
	margin-bottom: 7px;
}

section.m11_news_single_news .mM_post_type_single_post_content_container {
	max-width: 50%;
}

section.m11_news_single_news .mM_post_type_single_post_image_container {
	height: 420px;
}

section.m11_news_single_news .mM_post_type_single_post_image_container img {
	border-radius: 3px;
}

section.m11_news_single_news section.m1_text:not(:last-child) {
	margin-bottom: 38px;
}

/* section.m11_news_single_news section.m1_text h3 {
	font-size: 1.5625rem;
} */

section.m11_news_single_news section.m1_text .m1_stichpunkte_container {
	margin-top: 25px;
}

section.m11_news_single_news .mM_post_type_single_post_bottom {
	padding: 0 0;
}

section.m11_news_single_news section.m1_text .m1_zusatztext_container {
	margin-top: 23px;
}

section.m11_news_single_news .mM_post_type_single_post_breadcrumbs_wrapper {
	background-color: #e9ecef;
	padding: 15px 0;
}

section.m11_news_single_news #breadcrumbs > span > span.breadcrumb_last {
	font-weight: 600;
}

section.m11_news_single_news #breadcrumbs > span > span:not(.breadcrumb_last) {
	opacity: .5;
	transition: opacity .4s;
}

section.m11_news_single_news #breadcrumbs > span > span:not(:last-child) {
	position: relative;
	padding-right: 18px;
	margin-right: 8px;
}

section.m11_news_single_news #breadcrumbs > span > span:not(:last-child):after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 5px;
	height: 9px;
	background: url('../../../img/breadcrumb-arrow.png') no-repeat;
	background-size: 100% 100%;
	opacity: .5;
	transform: translateY(-50%);
}

section.m11_news_single_news #breadcrumbs > span > span:not(:nth-child(2)):not(.breadcrumb_last):hover {
	opacity: 1;
}

section.m11_news_single_news .mM_post_type_single_post_title {
	color: #1f2938;
}

section.m11_news_single_news .mM_post_type_single_post_created_at {
	display: flex;
	gap: 11px;
	align-items: center;
	color: #e96730;
	background: rgba(240, 90, 40, .1);
	padding: 5px 16px 6px 15px;
}

section.m11_news_single_news .mM_post_type_single_post_created_at:before {
	content: '';
	width: 9px;
	height: 9px;
	background: #e96730;
}

section.m11_news_single_news .mM_post_type_single_post_top {
	position: relative;
	margin-bottom: 130px;
}

section.m11_news_single_news .mM_post_type_single_post_top .mM_container {
	position: relative;
	z-index: 2;
}

section.m11_news_single_news .single_news_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.m11_news_single_news .single_news_background img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

section.m11_news_single_news .mM_post_type_single_post_image_container {
	margin-bottom: -130px;
}

@media all and (min-width: 2200px) {
	section.m11_news_single_news .mM_post_type_single_post_image_container {
		height: 470px;
	}
}

@media all and (min-width: 2400px) {
	section.m11_news_single_news .mM_post_type_single_post_image_container {
		height: 525px;
	}
}

@media screen and (max-width: 1799px) {
	section.m11_news_single_news .mM_post_type_single_post_back_button {
		left: calc(-149px - 127px);
	}
	
	section.m11_news_single_news .mM_post_type_single_post_content_container {
		max-width: 70%;
	}
}

@media screen and (max-width: 1199px) {
	section.m11_news_single_news .mM_post_type_single_post_back_button {
		position: relative;
		left: unset;
		top: unset;
		margin-bottom: 27px;
	}
}

@media all and (max-width: 767px) {
	section.m11_news_single_news .mM_post_type_single_post_image_container {
		height: 370px;
	}
	
	section.m11_news_single_news .mM_post_type_single_post_content_container {
		max-width: 100%;
	}
}

@media all and (max-width: 575px) {
	section.m11_news_single_news .mM_post_type_single_post_image_container {
		height: 320px;
	}

	section.m11_news_single_news .mM_post_type_single_post_top_main_left_content {
		padding-top: 40px;
	}
	
	section.m11_news_single_news .mM_post_type_single_post_image_container {
		margin-bottom: -40px;
	}
	
	section.m11_news_single_news .mM_post_type_single_post_top {
		margin-bottom: 40px;
	}
}

@media all and (max-width: 475px) {
	section.m11_news_single_news .mM_post_type_single_post_image_container {
		height: 270px;
	}
}

@media all and (max-width: 375px) {
	section.m11_news_single_news .mM_post_type_single_post_image_container {
		height: 220px;
	}
}