
section.m11_news_single_news {
	.mM_post_type_single_post_top {
		background: #fff;
	}
	
	.mM_post_type_single_post_top_main {
		padding: 43px 0 85px;
	}
	
	.mM_post_type_single_post_top_main_item {
		width: 50%;
	}
	
	.mM_post_type_single_post_back_button a {
		padding: 4px 12px;
		border: 1px solid #b6c2c5;
		border-radius: 3px;
		transition: background-color .4s, color .4s;
	}
	
	.mM_post_type_single_post_back_button a:hover {
		background-color: #0d3540;
		color: #fff;
	}
	
	.mM_post_type_single_post_back_button svg {
		fill: #545a61;
		width: 8px;
		min-width: 8px;
		height: 8px;
		min-height: 8px;
		transform: rotate(225deg);
		margin-right: 4px;
		margin-bottom: 1px;
		transition: fill .4s;
	}
	
	.mM_post_type_single_post_back_button a:hover svg {
		fill: #fff;
	}
	
	.mM_post_type_single_post_top_main_left_content {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 100%;
		padding: 43px 80px 37px 0;
	}
	
	.mM_post_type_single_post_created_at_container {
		margin-bottom: 2px;
	}
	
	.mM_post_type_single_post_image_container {
		height: 420px;
		padding-left: 10px;
	}
	
	.mM_post_type_single_post_image_container img {
		border-radius: 3px;
	}
	
	section.m1_text:not(:last-child) {
		margin-bottom: 38px;
	}
	
	section.m1_text h3 {
		font-size: 1.5625rem;
	}
	
	section.m1_text .m1_stichpunkte_container {
		margin-top: 25px;
	}
	
	.mM_post_type_single_post_bottom {
		padding: 80px 0;
	}
	
	section.m1_text .m1_zusatztext_container {
		margin-top: 23px;
	}
	
	.mM_post_type_single_post_breadcrumbs_wrapper {
		background-color: #e9ecef;
		padding: 15px 0;
	}
	
	#breadcrumbs > span > span.breadcrumb_last {
		font-weight: 600;
	}
	
	#breadcrumbs > span > span:not(.breadcrumb_last) {
		opacity: .5;
		transition: opacity .4s;
	}
	
	#breadcrumbs > span > span:not(:last-child) {
		position: relative;
		padding-right: 18px;
		margin-right: 8px;
	}
	
	#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%);
	}
	
	#breadcrumbs > span > span:not(:nth-child(2)):not(.breadcrumb_last):hover {
		opacity: 1;
	}
	
	@media all and (min-width: 1200px) {
		section.m1_text .mM_container {
			max-width: 1020px
		}
	}
	
	@media all and (min-width: 2200px) {
		section.m1_text .mM_container {
			max-width: 1220px
		}
		
		.mM_post_type_single_post_image_container {
			height: 470px;
		}
	}
	
	@media all and (min-width: 2400px) {
		section.m1_text .mM_container {
			max-width: 1420px
		}
		
		.mM_post_type_single_post_image_container {
			height: 520px;
		}
	}
	
	@media all and (max-width: 991px) {
		.mM_post_type_single_post_top_main {
			flex-wrap: wrap;
			padding: 0 0 85px;
		}
		
		.mM_post_type_single_post_top_main_item {
			width: 100%;
		}
		
		.mM_post_type_single_post_back_button {
			margin-bottom: 40px;
		}
		
		.mM_post_type_single_post_top_main_left_content {
			padding: 43px 0 37px 0;
		}
		
		.mM_post_type_single_post_image_container {
			padding-left: 0;
		}
	}
	
	@media all and (max-width: 767px) {
		.mM_post_type_single_post_image_container {
			height: 370px;
		}
	}
	
	@media all and (max-width: 575px) {
		.mM_post_type_single_post_top_main {
			padding: 0 0 40px;
		}
		
		.mM_post_type_single_post_image_container {
			height: 320px;
		}
		
		.mM_post_type_single_post_bottom {
			padding: 35px 0;
		}
		
		section.m1_text h3 {
			font-size: 1.2rem;
		}
	}
	
	@media all and (max-width: 475px) {
		.mM_post_type_single_post_image_container {
			height: 270px;
		}
	}
	
	@media all and (max-width: 375px) {
		.mM_post_type_single_post_image_container {
			height: 220px;
		}
	}
}