section.m11_news_single_news {
	padding-top: 50px;
	padding-bottom: 104px;
	background: #025a2e;
	overflow-x: hidden;
}

.m11_news_single_content_bottom {
	position: relative;
}

.m11_news_single_content_bottom > .container {
	position: relative;
	z-index: 2;
}

.m11_news_single_content_bottom .wb_hop_img_container.first {
	top: -100px;
	left: 30px;
	height: 100%;
	max-height: 430px;
}

.m11_news_single_content_bottom .wb_hop_img_container.second {
	top: 30px;
	right: 0;
	height: 100%;
	max-height: 240px;
}

section.m11_news_single_news .m11_news_single_news_title_container,
section.m11_news_single_news .m11_news_single_news_created_at_container,
section.m11_news_single_news .m11_news_single_news_image_container,
section.m11_news_single_news .m11_news_single_news_content_container{
	width:100%;
}

.m11_news_single_news_content_container{
	padding: 90px 100px;
	background-color: #012D14;
	margin-top: -100px;
}

section.m11_news_single_news .m11_news_single_news_image_container{
	margin-bottom:20px;
}

section.m11_news_single_news .m11_news_single_news_image_container img{
	width:100%;
}

section.m11_news_single_news .m11_news_single_news_button{
	margin-top:20px;
}

.m11_news_single_news_created_at{
	text-transform: uppercase;
}

section.m11_news_single_news .m11_news_single_news_image_container img {
	max-height: 800px;
	object-fit:cover;
}

section.m11_news_single_news .m11_news_single_news_title {
	color: #ffef00;
	margin-bottom: 37px;
	/* max-width: 50%; */
}

section.m11_news_single_news .m11_news_single_news_created_at {
	letter-spacing: 3px;
	font-weight: bold;
}

section.m11_news_single_news .m11_breadcrumbs_container {
	margin-bottom: 90px;
}

section.m11_news_single_news .m11_breadcrumbs_inner {
	border-bottom: 1px solid rgba(128, 159, 141, .5);
	padding-bottom: 10px;
}

section.m11_news_single_news .m11_breadcrumbs_inner #breadcrumbs span {
	color: rgba(128, 159, 141, .5);
}

section.m11_news_single_news .m11_breadcrumbs_inner #breadcrumbs span.breadcrumb_last {
	color: #fff;
}

section.m11_news_single_news .m11_breadcrumbs_inner #breadcrumbs span > span {
	padding: 0 16px;
	transition: color .4s;
	cursor: pointer;
}

section.m11_news_single_news .m11_breadcrumbs_inner #breadcrumbs span > span:first-child {
	padding-left: 0;
}

section.m11_news_single_news .m11_breadcrumbs_inner #breadcrumbs span > span:last-child {
	padding-right: 0;
}

section.m11_news_single_news .m11_breadcrumbs_inner #breadcrumbs span > span:hover {
	color: #ffef00;
}

section.m11_news_single_news .m11_news_single_news_button a {
	color: #4c7d61;
	font-size: 0.8823rem;
	transition: color .4s;
}

section.m11_news_single_news .m11_news_single_news_button a:hover {
	color: #fff;
}

section.m11_news_single_news .m11_news_single_news_created_at_container {
	margin-bottom: 4px;
}

section.m11_news_single_news .m11_single_news_hinweis {
	font-size: 0.8823rem;
}

.single_news_button {
	margin-bottom: 30px;
}

section.m11_news_single_news .single_news_content > div:last-child {
	position: relative;
	z-index: 2;
}

.m11_news_single_content_bottom{
	background-color:#fff;
}

.m11_news_single_content_bottom *{
	color:#00592C;
}

.m11_news_single_content_bottom_title_container{
	display: flex;
	justify-content: space-between;
}

.m11_news_single_content_bottom{
	padding: 80px 0 0;
}

section.m11_news_single_news .m11_news_single_news_image_container[data-img_width_auto="true"] {
	display: flex;
	justify-content: center;
}

section.m11_news_single_news .m11_news_single_news_image_container[data-img_width_auto="true"] img {
	width: auto;
}

@media screen and (min-width: 1921px) {
	section.m11_news_single_news .m11_news_single_news_image_container img {
		max-height: 1000px;
	}
}

@media screen and (max-width: 1199px) {
	section.m11_news_single_news .m11_breadcrumbs_container {
		margin-bottom: 75px;
	}
	
	section.m11_news_single_news .m11_news_single_news_image_container {
		margin-bottom: 0;
	}
	
	section.m11_news_single_news .m11_news_single_news_content_container {
		padding: 60px 70px;
		margin-top: 0;
	}
	
	section.m11_news_single_news .m11_news_single_news_image_container img {
		max-height: 700px;
	}
}

@media screen and (max-width: 991px) {
	section.m11_news_single_news .m11_news_single_news_title {
		max-width: 75%;
	}
	
	section.m11_news_single_news .m11_news_single_news_image_container img {
		max-height: 550px;
	}
}

@media screen and (max-width: 767px) {
	section.m11_news_single_news .m11_news_single_news_title {
		max-width: 100%;
	}
	
	section.m11_news_single_news .m11_news_single_news_image_container img {
		max-height: 400px;
	}
	
	section.m11_news_single_news .m11_news_single_news_content_container {
		padding: 40px 50px;
	}
	
	.m11_news_single_content_bottom_title_container {
		flex-direction: column;
	}
	
	.m11_news_single_content_bottom_title h2 {
		margin-bottom: 0;
	}
	
	.m11_news_single_content_bottom section.m11_news .m11_title h3 {
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		-o-hyphens: auto;
		hyphens: auto;
		word-break: break-word;
	}
	
	section.m11_news .m11_title_text_container {
		width: 100%;
	}
}

@media screen and (max-width: 575px) {
	section.m11_news_single_news .m11_news_single_news_image_container img {
		max-height: 300px;
	}
}

@media screen and (max-width: 400px) {
	section.m11_news_single_news .m11_news_single_news_image_container img {
		max-height: 200px;
	}
	
	section.m11_news_single_news .m11_news_single_news_content_container {
		padding: 30px 15px;
	}
}