section.m11_news_single_news {
	background: #1a1a1a;
	padding-top: 115px;
}

section.m11_news_single_news.m11_news_single_news_text_container {
	background: #fff;
	color: #333;
	padding-top: 244px;
	padding-bottom: 60px;
}

section.m11_news_single_news.m11_news_single_news_text_container + section .container {
	position: relative;
}

section.m11_news_single_news.m11_news_single_news_text_container + section .container:before {
	content: '';
	position: absolute;
	top: -75px;
	left: 12px;
	width: calc(100% - 24px);
	height: 1px;
	background: rgba(51,51,51,.2);
}

section.m11_news_single_news .m11_news_single_news_created_at_container,
section.m11_news_single_news .m11_news_single_news_image_container:not([data-format="hochformat"]),
section.m11_news_single_news .m11_news_single_news_content_container{
	width:100%;
}

section.m11_news_single_news .m11_news_single_news_image_container{
	margin-bottom:-115px;
	position: relative;
	z-index: 5;
}

/* section.m11_news_single_news .m11_news_single_news_image_container img{
	width:calc(66.66667% - 137px);
} */

section.m11_news_single_news .m11_news_single_news_image_container img[data-format="hochformat"]{
	width:70%;
}

section.m11_news_single_news .m11_news_single_news_image_container {
	display: flex;
	/* justify-content: flex-end; */
	justify-content: center;
}

section.m11_news_single_news .m11_news_single_news_image_container[data-format="hochformat"] {
	margin-left: auto;
	padding-left: 137px;
	justify-content: flex-start;
}

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

section.m11_news_single_news .m11_news_single_news_back_button_container {
	margin-bottom: 40px;
}

section.m11_news_single_news .m11_news_single_news_back_button_container a {
	color: #777;
	-webkit-transition: color .4s;
	-moz-transition: color .4s;
	-ms-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
}

section.m11_news_single_news .m11_news_single_news_back_button_container a svg {
	width: 9px;
	height: 11px;
	margin-right: 15px;
	fill: #777777;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: fill .4s;
	-moz-transition: fill .4s;
	-ms-transition: fill .4s;
	-o-transition: fill .4s;
	transition: fill .4s;
}

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

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

section.m11_news_single_news .m11_news_single_news_social_row {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

section.m11_news_single_news .m11_news_single_news_social_row a {
	display: flex;
	width: 48px;
	height: 48px;
	justify-content: center;
	align-items: center;
	padding: 14px;
	border: 1px solid rgba(204,204,204,.5);
	border-radius: 50%;
	-webkit-transition: border-color .4s, background .4s;
	-moz-transition: border-color .4s, background .4s;
	-ms-transition: border-color .4s, background .4s;
	-o-transition: border-color .4s, background .4s;
	transition: border-color .4s, background .4s;
}

section.m11_news_single_news .m11_news_single_news_social_row a svg {
	fill: #fff;
	max-height: 100%;
	height: 100%;
}

section.m11_news_single_news .m11_news_single_news_social_row a:hover {
	border-color: #017fc5;
	background: #017fc5;
}

section.m11_news_single_news .m11_news_single_news_social_container {
	border-right: 1px solid rgba(204,204,204,.2);
}

section.m11_news_single_news .m11_news_single_news_social_container,
section.m11_news_single_news .m11_news_single_news_title_container {
	padding-top: 10px;
	margin-bottom: 110px;
}

section.m11_news_single_news .m11_news_single_news_title_container_inner {
	padding-left: 125px;
}

section.m11_news_single_news .m11_created_date_inner {
	display: flex;
}

section.m11_news_single_news .m11_created_date_inner {
	font-size: .875rem;
}

section.m11_news_single_news .m11_created_date_inner * {
	margin-bottom: 0;
}

section.m11_news .m11_created_date_inner p {
	color: #676767;
}

section.m11_news_single_news p.m11_news_categorie {
	text-transform: uppercase;
	color: #017fc5;
}

section.m11_news_single_news .m11_separator {
	margin: 0 10px;
}

section.m11_news_single_news .m11_news_single_news_title {
	font-size: 2.1875rem;
	margin-bottom: 50px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	word-break: break-word;
}

section.m11_news_single_news .m11_news_single_teaser {
	max-width: 75%;
}

section.m11_news_single_news .m11_news_single_news_image_container {
	max-height: 565px;
}

section.m11_news_single_news .m11_news_single_news_image_container[data-format="hochformat"] {
	max-height: 665px;
}

section.m11_news_single_news .m11_news_single_news_image_container img {
	object-fit: cover;
	object-position: center;
	height: 100%;
}

section.m11_news_single_news .m11_news_single_news_image_container img[data-ausrichtung="oben"] {
	object-position: top center;
}

section.m11_news_single_news .m11_news_single_news_image_container img[data-ausrichtung="unten"] {
	object-position: bottom center;
}

section.m11_news_single_news .m11_titel_container .m11_titel {
	color: #1a1a1a;
	font-size: 2.1875rem;
	margin-bottom: 60px;
}

section.m11_news_single_news .m11_news_single_news_content_container {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	word-break: break-word;
	line-height: 2;
	margin-bottom: 50px;
}

section.m11_news_single_news .m11_news_single_news_button a .m11_back_button_icon_container {
	display: inline-flex;
	width: 48px;
	height: 48px;
	justify-content: center;
	align-items: center;
	border: 1px solid #c7c7c7;
	border-radius: 50%;
	color: #1a1a1a;
	margin-right: 12px;
	-webkit-transition: border-color .4s, background .4s;
	-moz-transition: border-color .4s, background .4s;
	-ms-transition: border-color .4s, background .4s;
	-o-transition: border-color .4s, background .4s;
	transition: border-color .4s, background .4s;
}

section.m11_news_single_news .m11_news_single_news_button a .m11_back_button_icon_container svg {
	width: 9px;
	height: 11px;
	fill: #1a1a1a;
	-wekbit-transition: fill .4s;
	-moz-transition: fill .4s;
	-ms-transition: fill .4s;
	-o-transition: fill .4s;
	transition: fill .4s;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

section.m11_news_single_news .m11_news_single_news_button a:hover .m11_back_button_icon_container {
	border-color: #1a1a1a:
	background: #1a1a1a;
}

section.m11_news_single_news .m11_news_single_news_button a:hover .m11_back_button_icon_container svg {
	fill: #c7c7c7;
}

.m11_news_single_content_bottom,
.m11_news_single_content_bottom section.m11_news {
	background:#ececec;
}

.m11_news_single_content_bottom section.m11_news .m11_item .m11_item_content{
	background:#f2f2f2;
}

.m11_news_single_content_bottom section.m11_news {
	padding-bottom:120px;
}

.m11_link_container a,
.m11_news_single_content_bottom  *{
	color:#333;
}

.m11_news_single_content_bottom section.m11_news .m11_item .m11_link_container a svg{
	fill:#333;
}

.m11_news_single_content_bottom .m11_news_single_content_bottom_title *{
	font-size:2.18rem;
	margin-bottom:0;
}

.m11_news_single_content_bottom .m11_news_single_content_bottom_title_container{
	margin-bottom:59px;
}

.m11_news_single_content_bottom section.m11_news .m11_item .m11_item_content{
	border-color:#d1d1d1;
}

.m11_news_single_content_bottom .m11_news_single_content_bottom_title_container{
	padding-top: 110px;
	border-top: 1px solid #c7c7c7;
}

@media screen and (min-width: 1921px) {
	section.m11_news_single_news .m11_news_single_news_image_container {
		max-height: 665px;
	}
	
	section.m11_news_single_news .m11_news_single_news_image_container[data-format="hochformat"] {
		max-height: 765px;
	}
	
	section.m11_news_single_news .m11_news_single_news_image_container{
		margin-bottom:-140px;
	}
	
	section.m11_news_single_news .m11_news_single_teaser {
		max-width: 55%;
	}
}

@media screen and (max-width: 1920px) {
	section.m11_news_single_news .m11_news_single_news_image_container img[data-format="hochformat"]{
		width:100%;
	}
}

@media screen and (max-width: 1599px) {
	section.m11_news_single_news .m11_news_single_teaser {
		max-width: 85%;
	}
}

@media screen and (max-width: 1199px) {
	section.m11_news_single_news.m11_news_single_news_text_container {
		padding-top: 200px;
	}
}

@media screen and (max-width: 991px) {
	section.m11_news_single_news .m11_news_single_news_title_container_inner {
		padding-left: 75px;
	}
	
	section.m11_news_single_news .m11_news_single_news_title {
		font-size: 1.8875rem;
	}
	
	section.m11_news_single_news .m11_news_single_news_image_container img {
		width: calc(66.6667% - 75px);
	}
	
	section.m11_news_single_news .m11_news_single_news_image_container[data-format="hochformat"] {
		padding-left: 87px;
	}
	
	section.m11_news_single_news .m11_news_single_news_image_container img[data-format="hochformat"] {
		width: 100%;
	}
	
	section.m11_news_single_news .m11_news_single_news_image_container img[data-format="normal"]{
		width:100%;
	}
}

@media screen and (max-width: 767px) {
	section.m11_news_single_news .m11_news_single_teaser {
		max-width: 100%;
	}
	
	section.m11_news_single_news .m11_news_single_news_title_container_inner {
		padding-left: 0;
	}
	
	section.m11_news_single_news .m11_news_single_news_social_row {
		margin-top: 50px;
	}
	
	section.m11_news_single_news .m11_news_single_news_title_container {
		margin-bottom: 65px;
	}
	
	section.m11_news_single_news .m11_news_single_news_image_container img {
		width: 100%;
	}
	
	section.m11_news_single_news .m11_news_single_news_image_container img[data-format="hochformat"] {
		width: 100%;
	}
	
	section.m11_news_single_news .m11_news_single_news_image_container[data-format="hochformat"] {
		padding-left: 12px;
	}
}

@media screen and (max-width: 575px) {
	section.m11_news_single_news .m11_news_single_news_social_row {
		margin-top: 30px;
	}
	
	section.m11_news_single_news .m11_news_single_news_title {
		margin-bottom: 30px;
	}
	
	section.m11_news_single_news .m11_news_single_news_title_container {
		margin-bottom: 45px;
	}
	
	section.m11_news_single_news .m11_titel_container .m11_titel {
		font-size: 1.7875rem;
	}
	
	section.m11_news_single_news .m11_news_single_news_image_container[data-format="hochformat"] {
		max-height: 565px;
	}
}