
section.m11_news .m11_news_bg_container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

section.m11_news .m11_news_bg {
	width: 100%;
	/* height: 100%;
	object-fit: cover; */
	object-position: center;
}

section.m11_news{
	opacity:0;
}

section.m11_news .m11_news_title_tag_container {
	text-align: center;
}

section.m11_news .m11_news_tag_container {
	margin-bottom: 13px;
}

section.m11_news .m11_titel_container {
	margin-bottom: 50px;
}

section.m11_news .m11_titel {
	margin-bottom: 0;
}

section.m11_news .m11_item_content{
	height:100%;
	cursor: pointer;
}

section.m11_news p{
	margin:0;
}

section.m11_news .m11_news_container_main {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -16px;
}

section.m11_news .m11_news_container_main > * {
	padding: 0 16px;
}

section.m11_news .m11_item{
	margin-bottom:30px;
}

section.m11_news .m11_image_container {
	position: relative;
	overflow: hidden;
}

section.m11_news .m11_image_container img{
	width:100%;
	height: 100%;
	object-fit: cover;
	border-radius: 35px;
	-webkit-transition: -webkit-transform .4s, mask .4s;
	-moz-transition: -moz-transform .4s, mask .4s;
	-ms-transition: -ms-transform .4s, mask .4s;
	-o-transition: -o-transform .4s, mask .4s;
	transition: transform .4s, mask .4s;
}

section.m11_news .m11_image_container_inner {
	--r: 35px;
	--s: 40px;
	border-radius: var(--r);
	--_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%) no-repeat;
	-webkit-mask: right 0 bottom calc(var(--s) + var(--r)) var(--_m), right calc(var(--s) + var(--r)) bottom 0 var(--_m), radial-gradient(var(--s) at 100% 100%,#0000 99%,#000 101%) calc(-1*var(--r)) calc(-1*var(--r)) no-repeat, conic-gradient(from 90deg at calc(100% - var(--s) - 2*var(--r)) calc(100% - var(--s) - 2*var(--r)), #0000 25%,#000 0);
	mask: right 0 bottom calc(var(--s) + var(--r)) var(--_m), right calc(var(--s) + var(--r)) bottom 0 var(--_m), radial-gradient(var(--s) at 100% 100%,#0000 99%,#000 101%) calc(-1*var(--r)) calc(-1*var(--r)) no-repeat, conic-gradient(from 90deg at calc(100% - var(--s) - 2*var(--r)) calc(100% - var(--s) - 2*var(--r)), #0000 25%,#000 0);
	overflow: hidden;
	position: relative;
}

section.m11_news .m11_image_container_inner:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,.4), rgba(0,0,0,.4) 30%, rgba(0,0,0,.2) 60%, rgba(0,0,0,.1) 100%);
}

section.m11_news .m11_item_content:hover .m11_image_container img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

section.m11_news .m11_image_attributes,
section.m11_news .m11_open_button_container {
	position: absolute;
	left: 30px;
	top: 30px;
	width: calc(100% - 60px);
	z-index: 2;
}

.m11_image_attributes {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.m11_image_attributes * {
	color: #fdfaee;
}

.m11_img_attribute {
	border: 1px solid #fdfaee;
	border-radius: 17px;
	padding: 2px 15px;
}

.m11_aufzahlungen {
	margin-top: 18px;
}

.m11_aufzahlung {
	display: inline-block;
	padding-left: 28px;
	position: relative;
}

.m11_aufzahlung svg {
	min-width: 16px;
	fill: #f4c540;
	width: 16px;
	margin-right: 9px;
	position: absolute;
	left: 0;
	top: 10px;
}

section.m11_news .m11_open_button_container {
	left: auto;
	top: auto;
	right: 0;
	bottom: 0;
	width: 72px;
	height: 72px;
	border-radius: 35px 0 0 0;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

section.m11_news .m11_open_button {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f4c540;
	-webkit-transition: background .4s, -webkit-transform .4s;
	-moz-transition: background .4s, -moz-transform .4s;
	-ms-transition: background .4s, -ms-transform .4s;
	-o-transition: background .4s, -o-transform .4s;
	transition: background .4s, transform .4s;
}

section.m11_news .m11_item_content:hover .m11_open_button {
	background: #13322b;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

section.m11_news .m11_open_button svg {
	fill: #13322b;
	width: 15px;
	stroke-width: 35px;
	stroke: #13322b;
	-webkit-transition: fill .4s, -webkit-transform .4s;
	-moz-transition: fill .4s, -moz-transform .4s;
	-ms-transition: fill .4s, -ms-transform .4s;
	-o-transition: fill .4s, -o-transform .4s;
	transition: fill .4s, transform .4s;
}

section.m11_news .m11_item_content:hover .m11_open_button svg {
	fill: #f4c540;
	stroke: #f4c540;
}

section.m11_news .m11_news_container_content {
	padding-top: 25px;
}

section.m11_news .m11_title {
	max-width: 67%;
}

section.m11_news .m11_title * {
	font-size: 1.38889rem;
	margin-bottom: 0;
}

section.m11_news .m11_news_container_load_more {
	width: 100%;
	margin-top: 25px;
}

section.m11_news .m11_news_load_more_container {
	position:relative;
	display: flex;
	justify-content: center;
}

section.m11_news .m11_news_load_more_loader {
    position: absolute;
    width: 20px;
    transform: translate(50%, 0);
    cursor:default;
}

section.m11_news .m11_news_pagination_container>div{
	float:left;
	cursor:pointer;
}

section.m11_news .pagination_active{
	color:#b04453;
}

section.m11_news[data-text-kurzen="true"] .m11_title_text_container{
	height: 120px;
    overflow: hidden;
}

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

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



/* START Projekte PopUp */

.m11_news_popup {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	z-index: 10;
	justify-content: center;
	align-items: center;
	padding-top: 72px;
}

.m11_news_popup .m11_news_popup_overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(253,250,238,.8);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(1px);
}

.m11_news_popup .m11_news_popup_content_container {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative; 
	z-index: 2;
	opacity: 0;
}

.m11_news_popup .m11_news_popup_content_container > .container {
	position: relative;
}

.m11_news_popup .m11_popup_arrow {
	position: absolute;
	right: 50px;
	top: 50%;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f4c540;
	cursor: pointer;
	-webkit-transition: background .4s;
	-moz-transition: background .4s;
	-ms-transition: background .4s;
	-o-transition: background .4s;
	transition: background .4s;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.m11_news_popup .m11_popup_arrow svg {
	width: 18px;
	fill: #13322b;
	-webkit-transition: fill .4s, opacity .4s;
	-moz-transition: fill .4s, opacity .4s;
	-ms-transition: fill .4s, opacity .4s;
	-o-transition: fill .4s, opacity .4s;
	transition: fill .4s, opacity .4s;
}

.m11_news_popup .m11_popup_arrow.arrow_prev {
	right: auto;
	left: 50px;
}

.m11_news_popup .m11_popup_arrow.arrow_prev svg {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.m11_news_popup .m11_popup_arrow.slick-disabled {
	background: #f1eee5;
	cursor: not-allowed;
}

.m11_news_popup .m11_popup_arrow.slick-disabled svg {
	opacity: .5;
}

.m11_news_popup .m11_popup_arrow:not(.slick-disabled):hover {
	background: #13322b;
}

.m11_news_popup .m11_popup_arrow:not(.slick-disabled):hover svg {
	fill: #f4c540;
}

.m11_news_popup .m11_news_popup_slider_container {
	background: #f1eee5;
	height: 70dvh;
	/* min-height: 751px; */
	overflow-y: scroll;
	border-radius: 35px;
	position: relative;
	--r: 35px;
	--s: 40px;
	border-radius: var(--r);
	--_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%) no-repeat;
	-webkit-mask: right calc(var(--s) + var(--r)) top 0 var(--_m), right calc(var(--s) + var(--r)) var(--_m),radial-gradient(var(--s) at 100% 0,#0000 99%,#000 101%) calc(-1*var(--r)) var(--r) no-repeat,conic-gradient(at calc(100% - var(--s) - 2*var(--r)) calc(var(--s) + 2*var(--r)), #0000 25%,#000 0);
	mask: right calc(var(--s) + var(--r)) top 0 var(--_m), right calc(var(--s) + var(--r)) var(--_m),radial-gradient(var(--s) at 100% 0,#0000 99%,#000 101%) calc(-1*var(--r)) var(--r) no-repeat,conic-gradient(at calc(100% - var(--s) - 2*var(--r)) calc(var(--s) + 2*var(--r)), #0000 25%,#000 0);
}

.m11_news_popup .m11_popup_close_container {
	background: transparent;
	border-radius: 0 0 0 35px;
	width: 72px;
	height: 72px;
	position: absolute;
	right: var(--bs-gutter-x,.75rem);
	top: 0;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	z-index: 5;
}

.m11_news_popup .m11_popup_close_button {
	width: 58px;
	height: 58px;
	background: #13322b;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: background .4s;
	-moz-transition: background .4s;
	-ms-transition: background .4s;
	-o-transition: background .4s;
	transition: background .4s;
}

.m11_news_popup .m11_popup_close_button svg {
	fill: #ffffff;
	stroke: #ffffff;
	stroke-width: 35px;
	width: 15px;
	-webkit-transition: fill .4s, stroke .4s, -webkit-transform .4s;
	-moz-transition: fill .4s, stroke .4s, -moz-transform .4s;
	-ms-transition: fill .4s, stroke .4s, -ms-transform .4s;
	-o-transition: fill .4s, stroke .4s, -o-transform .4s;
	transition: fill .4s, stroke .4s, transform .4s;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.m11_news_popup .m11_popup_close_button:hover {
	background: #f4c540;
}

.m11_news_popup .m11_popup_close_button:hover svg {
	fill: #13322b;
	stroke: #13322b;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

.m11_news_popup .m11_popup_item_inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 30px;
	height: 100%;
}

.m11_news_popup .m11_popup_item_inner > * {
	flex: 0 0 auto;
	max-width: 100%;
	width: 50%;
	padding-right: 100px;
}

.m11_news_popup .m11_popup_item_image_quote_container {
	height: 100%;
}

.m11_news_popup .m11_popup_image_container {
	position: relative;
	height: calc(100% - 32px - 221px);
}

.m11_news_popup .m11_popup_image_slider_container {
	margin-bottom: 0;
	height: 100%;
}

.m11_news_popup .m11_popup_slider > .slick-list,
.m11_news_popup .m11_popup_slider > .slick-list > .slick-track,
.m11_news_popup .m11_popup_slider {
	/* height: 100%; */
}

.m11_news_popup .m11_popup_image_slider_container,
.m11_news_popup .m11_popup_image_slider_container .slick-list,
.m11_news_popup .m11_popup_image_slider_container .slick-track {
	height: 45dvh;
	min-height: 350px;
	max-height: 445px;
}

.m11_news_popup .m11_popup_image_slider_container .slick-list,
.m11_news_popup .m11_popup_image_item {
	border-radius: 20px;
}

.m11_news_popup .m11_popup_image {
	border-radius: 20px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.m11_news_popup .slick-dots {
	bottom: 17px;
}

.m11_news_popup .slick-dots li {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	width: 13px;
	height: 13px;
}

.m11_news_popup .m11_popup_custom_dot {
	display: inline-block;
	width: 7.6px;
	height: 7.6px;
	background: #fdfaee;
	border-radius: 50%;
	opacity: .5;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-ms-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}

.m11_news_popup li:hover .m11_popup_custom_dot,
.m11_news_popup li.slick-active .m11_popup_custom_dot {
	opacity: 1;
}

.m11_news_popup .m11_popup_inner_slider_arrows {
	position: absolute;
	right: 20px;
	bottom: 23px;
	display: flex;
}

.m11_news_popup .m11_popup_inner_slider_arrow {
	border-radius: 22px 0 0 22px;
	height: 44px;
	width: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f4c540;
	cursor: pointer;
	-webkit-transition: background .4s;
	-moz-transition: background .4s;
	-ms-transition: background .4s;
	-o-transition: background .4s;
	transition: background .4s;
}

.m11_news_popup .m11_popup_inner_slider_arrow:hover {
	background: #af9d38;
}

.m11_news_popup .m11_popup_inner_slider_arrow svg {
	width: 12px;
	fill: #13322b;
	margin-left: 15px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.m11_news_popup .m11_popup_inner_slider_arrow.arrow_next {
	border-radius: 0 22px 22px 0;
}

.m11_news_popup .m11_popup_inner_slider_arrow.arrow_next svg {
	margin-left: 0;
	margin-right: 15px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.m11_news_popup .m11_popup_quote_container {
	margin-top: 32px;
	padding: 28px 38px 42px;
	background: #fefaef;
	border-radius: 20px;
}

.m11_news_popup .m11_popup_quote_container_top {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.m11_news_popup .m11_quote_img_container {
	width: 73px;
	height: 73px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 30px;
}

.m11_news_popup .m11_quote_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.m11_news_popup .m11_quote_name_occupation_container {
	margin-top: 8px;
}

.m11_news_popup .m11_quote_name {
	font-weight: 700;
	color: #13322b;
}

.m11_news_popup .m11_quote_occupation {
	font-size: .833rem;
	color: #13322b;
}

.m11_news_popup .m11_quote_quotation_icon_container {
	margin-left: auto;
}

.m11_news_popup .m11_quotationmarks {
	font-family: Arial, sans-serif;
	font-size: 11.3333rem;
	font-weight: 700;
	color: #f4c540;
	line-height: 0;
	margin-top: 77px;
}

.m11_news_popup .m11_popup_attributes {
	margin-bottom: 24px;
}

.m11_news_popup .m11_image_attributes * {
	color: #13322b;
}

.m11_news_popup .m11_img_attribute {
	border-color: #13322b;
}

.m11_news_popup .m11_popup_item_title_container {
	margin-bottom: 30px;
}

.m11_news_popup .m11_popup_item_title {
	font-size: 1.9444rem;
	margin-bottom: 0;
}

.m11_news_popup .m11_popup_item_text_container > *:not(ul) {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	word-break: break-word;
}

.m11_news_popup .m11_popup_item_text_container ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	margin-top: 45px;
}

.m11_news_popup .m11_popup_item_text_container ul li {
	display: flex;
	align-items: baseline;
	gap: 0 14px;
}

.m11_news_popup .m11_popup_item_text_container ul li:not(:last-child) {
	margin-bottom: 5px;
}

.m11_news_popup .m11_popup_item_text_container ul svg {
	width: 20px;
	min-width: 20px;
	fill: #13322b;
}

.m11_news_popup .m11_popup_item_text_container ul span {
	display: inline-block;
}

/* END Projekte PopUp */


@media screen and (max-width: 2199px) {
	section.m11_news .m11_title {
		max-width: 78%;
	}
	
	.m11_news_popup .m11_popup_image_slider_container, 
	.m11_news_popup .m11_popup_image_slider_container .slick-list, 
	.m11_news_popup .m11_popup_image_slider_container .slick-track {
		max-height: 415px;
	}
}

@media screen and (max-width: 1920px) {
	section.m11_news .m11_title {
		max-width: 86%;
	}
	
	.m11_news_popup .m11_popup_arrow {
		z-index: 9;
	}
}

@media screen and (max-width: 1599px) {
	section.m11_news .m11_title {
		max-width: 100%;
	}
	
	.m11_news_popup .m11_popup_image_slider_container, 
	.m11_news_popup .m11_popup_image_slider_container .slick-list, 
	.m11_news_popup .m11_popup_image_slider_container .slick-track {
		max-height: 385px;
	}
	
	.m11_news_popup .m11_popup_item_inner > * {
		padding-right: 60px;
	}
}

@media screen and (max-width: 1399px) {
	.m11_news_popup .m11_popup_arrow.arrow_prev {
		left: 20px;
	}
	
	.m11_news_popup .m11_popup_arrow.arrow_next {
		right: 20px;
	}
}

@media screen and (max-width: 1299px) {
	.m11_news_popup .m11_popup_item_inner > * {
		padding-right: 50px;
	}
}

@media screen and (max-width: 1199px) {
	.m11_news_popup .m11_popup_item_inner > * {
		width: 100%;
		padding-right: 0;
	}
	
	.m11_news_popup .m11_popup_item_content_inner_container {
		margin-top: 32px;
	}
}

@media screen and (max-width: 991px) {
	.m11_news_popup .m11_popup_image_slider_container, 
	.m11_news_popup .m11_popup_image_slider_container .slick-list, 
	.m11_news_popup .m11_popup_image_slider_container .slick-track {
		max-height: 345px;
	}
	
	section.m11_news .m11_item{
		margin-bottom:50px;
	}
}

@media screen and (max-width: 575px) {
	section.m11_news .m11_item {
		margin-bottom: 53px;
	}
	
	.m11_img_attribute {
		font-size: .833rem;
	}
	
	section.m11_news .m11_news_title_tag_container {
		text-align: left;
	}
	
	section.m11_news .m11_image_container_inner {
		height: 330px;
	}
	
	.m11_news_popup .m11_news_popup_content_container {
		width: 100%;
	}
	
	.m11_news_popup .m11_popup_close_container {
		right: 22px;
	}
	
	.m11_news_popup .m11_popup_close_button,
	.m11_news_popup .m11_popup_arrow {
		width: 46px;
		height: 46px;
	}
	
	.m11_news_popup .m11_popup_close_container {
		width: 60px;
		height: 60px;
	}
	
	.m11_news_popup .m11_news_popup_slider_container {
		--s: 25px;
	}
	
	.m11_news_popup .m11_popup_arrow.arrow_prev {
		left: 5px;
	}
	
	.m11_news_popup .m11_popup_arrow.arrow_next {
		right: 5px;
	}
	
	.m11_news_popup .m11_popup_quote_container_top {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.m11_news_popup .m11_quote_img_container {
		order: 1;
		margin-right: 10px;
	}
	
	.m11_news_popup .m11_quote_name_occupation_container {
		order: 3;
		width: 100%;
	}
	
	.m11_news_popup .m11_quote_quotation_icon_container {
		margin-left: 0;
		order: 2;
	}
	
	.m11_news_popup .m11_quotationmarks {
		font-size: 9.333rem;
		margin-top: 65px;
	}
	
	.m11_news_popup .m11_popup_item_title {
		font-size: 1.6444rem;
	}
}

@media screen and (max-width: 450px) {
	.m11_news_popup .m11_popup_quote_container {
		padding: 18px 25px 30px;
	}
	
	.m11_news_popup .m11_popup_item_inner {
		padding: 20px;
	}
	
	.m11_news_popup .m11_popup_item_title_container,
	.m11_news_popup .m11_popup_item_text_container {
		padding: 0 10px;
	}
}

@media screen and (max-width: 400px) {
	.m11_news_popup .m11_popup_item_text_container ul svg {
		width: 15px;
		min-width: 15px;
	}
}

@media screen and (max-width: 350px) {
	section.m11_news .m11_open_button {
		width: 46px;
		height: 46px;
	}
	
	.m11_news_popup .m11_quotationmarks {
		font-size: 7.333rem;
		margin-top: 50px;
	}
	
	.m11_news_popup .m11_popup_item_title {
		font-size: 1.244rem;
	}
}