


/* filter */
section.m11_references .mM_post_type_middle {
	background: none;
	margin-top: -87px;
}

section.m11_references .mM_post_type_filter_container {
	background-color: #2e5955;
	padding: 59px 128px;
	border-radius: 3px;
	display: flex;
	align-items: end;
	position: relative;
	flex-direction: column;
}

section.m11_references .mM_post_type_filter_container * {
	color: #fff;
}

section.m11_references .mM_post_type_filter_search_container {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

section.m11_references .mM_post_type_search_container {
	text-transform: uppercase;
	font-size: .88rem;
	width: 385px;
}

section.m11_references .mM_post_type_filter_items {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 0 12px;
	width: calc(100% - 385px);
	margin: 0;
}

section.m11_references .mM_post_type_filter_item_block {
	width: calc(100% / 2);
	position: relative;
}

section.m11_references .mM_post_type_filter_items_dropdown {
	height: 0;
	overflow: hidden;
	
	position: absolute;
	top: 100%;
	z-index: 10;
	
	width: 100%;
	padding: 0 10px;
	
	background-color: #2e5955;
	
	border: 1px solid transparent;
	transition: border-color .4s;
}

section.m11_references .mM_post_type_filter_items_dropdown.opened {
	border-right-color: #8cb369;
	border-bottom-color: #8cb369;
	border-left-color: #8cb369;
	z-index: 11;
}

section.m11_references .mM_post_type_filter_choice {
	border: 1px solid #8cb369;
	border-radius: 3px;
	padding: 15px 20px 17px 20px;
	font-size: .88rem;
	
	text-transform: uppercase;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	position: relative;
	cursor: pointer;
	
	transition: border-color .4s, border-radius .4s;
}

section.m11_references .mM_post_type_filter_item_block:has(.opened) .mM_post_type_filter_choice {
	border-bottom-color: transparent;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

section.m11_references .mM_post_type_filter_choice svg {
	margin-left: 12px;
	width: 6px;
	fill: #fff;
	transform: rotate(90deg);
	transition: transform .4s;
}

section.m11_references .mM_post_type_filter_item_block .mM_post_type_filter_choice:hover svg,
section.m11_references .mM_post_type_filter_item_block:has(.opened) .mM_post_type_filter_choice svg {
	transform: rotate(-90deg);
}

section.m11_references .mM_post_type_filter_item {
	width: 100%;
	margin: 0;
	border-radius: 3px;
	
	color: #fff;
	padding: 14px 20px 12px;
	margin-right: 0 !important;
	transition: background .4s;
}

section.m11_references .mM_post_type_filter_item:not(.button) {
	background-color: #2e5955;
}

section.m11_references .mM_post_type_filter_item:first-child {
	margin-top: 10px;
}

section.m11_references .mM_post_type_filter_item:last-child {
	margin-bottom: 10px;
}

section.m11_references .mM_post_type_filter_item:hover,
section.m11_references .mM_post_type_filter_item.active {
	background-color: #8cb369;
}

section.m11_references .mM_post_type_filter_item p {
	display: inline;
}

section.m11_references .mM_post_type_clear {
	opacity: .5;
	cursor: pointer;
	margin-top: 10px;
	color: #fff;
}

section.m11_references .mM_post_type_clear:hover {
	opacity: .5;
	cursor: pointer;
	margin-top: 10px;
}

section.m11_references .mM_post_type_filter_container:has(.mM_post_type_clear) {
	padding-bottom: 34px;
}

section.m11_references .mM_post_type_filter_mobile_active {
	display: none;
}


/* slider filter */
section.m11_references .mM_post_type_filter_item_block.m11_slider_block .mM_post_type_filter_items_dropdown {
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: start;
}

section.m11_references .mM_post_type_filter_item_block.m11_slider_block .m11_filter_slider{
	margin: 0 auto 30px;
	border: none;
	height: 3px;
	width: calc(100% - 50px);
}

section.m11_references .mM_post_type_filter_item_block.m11_slider_block .mM_post_type_filter_item {
	width: auto;
}

section.m11_references .noUi-connect{
	background-color: #8cb369;
}

section.m11_references .noUi-handle{
	cursor: grab;
	width: 18px;
	height: 18px;
	background-color: #fff;
	box-shadow: none;
	border-radius: 50%;
	border: 1px solid #4a4a4a;
	top: 1px;
	right: 0;
	transform: translate(50%, -50%);
}

section.m11_references .noUi-handle:before,
section.m11_references .noUi-handle:after {
	content: none;
}

section.m11_references .noUi-tooltip{
	padding: 3px 5px;
	border-radius: 3px;
	border: 1px solid #8cb369;
	background-color: #2e5955;
	color: #fff;
}

section.m11_references .mM_post_type_filter_choice p {
	margin-bottom: 0;
}

section.m11_references .mM_post_type_load_more_text.button svg {
	transition: transform .4s;
}

section.m11_references .mM_post_type_load_more_text.button:hover svg {
	transform: rotate(180deg);
}

/* *** */








section.m11_references .mM_post_type_load_more_text {
	display: flex;
	align-items: center;
	justify-content: center;
}

section.m11_references .mM_post_type_load_more_text svg {
	width: 14px;
	fill: #1a2e25 !important;
	margin-right: 14px;
}

section.m11_references .mM_post_type_bottom {
	margin-top: 115px;
}

section.m11_references .mM_post_type_posts_container .mM_row.mM_post_type_posts {
	gap: 94px 102px;
}

section.m11_references .m11_item {
	position: relative;
	width: calc(33.3333% - ((102px * 2) / 3));
}

section.m11_references .m11_item:nth-child(3n + 2) {
	margin-top: 57px;
}

section.m11_references .m11_item a {
	width: 100%;
}

section.m11_references .m11_image_container {
	background-color: #fff;
	width: 100%;
}

section.m11_references .m11_image_container img {
	width: 100%;
	object-fit: cover;
	border-radius: 3px;
}

section.m11_references .m11_image_content {
	position: absolute;
	width: calc(100% - 25px - 25px);
	top: 25px;
	right: 25px;
	padding: 0;
	display: flex;
	justify-content: end !important;
	flex-direction: row !important;
}

section.m11_references .m11_arrow {
	width: 56px;
	height: 56px;
	background: #2e5955;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background .4s;
}

section.m11_references .m11_arrow svg {
	width: 18px;
	fill: #cbe2af;
	transition: fill .4s, transform .4s;
}

section.m11_references .m11_item a:hover .m11_arrow svg {
	transform: rotate(-45deg);
	fill: #0f2021;
}

section.m11_references .m11_item a:hover .m11_arrow {
	background: #d4e6b5;
}

section.m11_references .mM_post_type_post_image_container {
	height: 489px;
	border-radius: 3px;
	overflow: hidden;
}

section.m11_references .m11_text_container:not(.mM_col_50) {
	width: 100%;
}

section.m11_references[data-kurze-ausgabe="false"] .m11_title_container {
	background: #fff;
	width: calc(100% - 69px);
	padding-top: 24px;
	margin-top: -45px;
	position: relative;
	z-index: 2;
	padding-right: 32px;
	color: #1a2e25;
}

section.m11_references .m11_title * {
	color: #1a2e25;
}

section.m11_references .mM_post_type_subtitle_title_text_container {
	display: flex;
}

section.m11_references .mM_post_type_title_container {
	display: flex;
	flex-direction: column;
	width: 50%;
	padding-right: 10px;
}

section.m11_references .mM_post_type_title {
	margin-bottom: 38px;
}

section.m11_references .mM_links_container.mobil .m11_links_container {
	display: none;
}

section.m11_references .mM_post_type_text_container {
	width: 50%;
	padding-left: 10px;
	margin-bottom: 0;
	margin-top: 81px;
	hyphens: auto;
}



/* Start Kurze Ausgabe */
section.m11_references[data-slider="slick_slider"] .m11_content_main {
	display: flex;
	height: 100%;
}

section.m11_references[data-slider="slick_slider"] .m11_content_main * {
	color: #f6f7f2;
	fill: #f6f7f2;
}



section.m11_references[data-slider="slick_slider"] .m11_image_wrapper {
	width: 50%;
	z-index: 1;
	position: relative;
	margin: 57px 0;
}

section.m11_references[data-slider="slick_slider"] .m11_image_wrapper,
section.m11_references[data-slider="slick_slider"] .m11_image_slider{
	height: 100%;
}

section.m11_references[data-slider="slick_slider"] .m11_image {
	height: 573px;
	border-radius: 3px;
	overflow: hidden;
}



section.m11_references[data-slider="slick_slider"] .m11_text_wrapper {
	width: 50%;
	background: #8cb369;
	margin-left: -120px;
}

section.m11_references[data-slider="slick_slider"] .m11_text_slider {
	height: 100%;
}

section.m11_references[data-slider="slick_slider"] .m11_text_content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: calc(120px + 135px);
}

section.m11_references[data-slider="slick_slider"] .m11_counter_container {
	margin-bottom: 3px;
}

section.m11_references[data-slider="slick_slider"] .m11_counter_container * {
	color: #d4e6b5;
	font-size: .88rem;
}

/* section.m11_references[data-slider="slick_slider"] .m11_title_container {
	padding-right: 250px;
} */

section.m11_references[data-slider="slick_slider"] .m11_text_content .m11_title {
	font-size: 2.65rem;
}

section.m11_references[data-slider="slick_slider"] .m11_description_container {
	margin-top: 27px;
	padding-right: 110px;
}



section.m11_references[data-slider="slick_slider"] .m11_arrows_container {
	display: flex;
	align-items: center;
	margin-top: 38px;
}

section.m11_references[data-slider="slick_slider"] .m11_arrow {
	cursor: pointer;
	width: 55px;
	height: 55px;
	background: transparent;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid rgba(246, 247, 242, 0.3);
	transition: border .4s;
}

section.m11_references[data-slider="slick_slider"] .m11_arrow svg {
	width: 18px;
	min-width: 18px;
}

section.m11_references[data-slider="slick_slider"] .m11_arrow.m11_arrow_prev svg {
	transform: rotate(-180deg);
}

section.m11_references[data-slider="slick_slider"] .m11_arrow:hover {
	border-color: rgb(246, 247, 242);
}

section.m11_references[data-slider="slick_slider"] .m11_arrow:hover svg {
	
}
/* End Kurze Ausgabe */

section.m11_references .m11_location {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-bottom: 22px;
}

section.m11_references .m11_location p {
	font-size: .822rem;
}

section.m11_references .m11_location svg {
	fill: #4a4a4a;
	width: 19px;
}

@media screen and (min-width: 2200px) {
	section.m11_references[data-slider="slick_slider"] .m11_image {
		height: 623px;
	}
}

@media screen and (min-width: 2400px) {
	section.m11_references[data-slider="slick_slider"] .m11_image {
		height: 673px;
	}
}

@media screen and (max-width: 1920px) {
	section.m11_references[data-kurze-ausgabe="false"] .m11_references_bottom .m11_title {
		font-size: 1.2rem;
	}
	
	section.m11_references[data-kurze-ausgabe="false"] .m11_title_container {
		padding-right: 10px;
	}
}

@media screen and (max-width: 1599px) {
	section.m11_references .m11_item {
		width: calc(50% - ((102px * 1) / 2));
	}
	
	section.m11_references .m11_item:nth-child(3n + 2) {
		margin-top: 0;
	}
	
	section.m11_references .m11_item:nth-child(2n + 2) {
		margin-top: 57px;
	}
	
	section.m11_references .mM_post_type_filter_container {
		padding: 39px 58px;
	}
	
	
	
	section.m11_references[data-slider="slick_slider"] .m11_text_content {
		padding-left: calc(120px + 60px);
	}
	
	/* section.m11_references[data-slider="slick_slider"] .m11_title_container,
	section.m11_references[data-slider="slick_slider"] .m11_description_container {
		padding-right: 50px;
	} */
}

@media screen and (max-width: 1399px) {
	section.m11_references .mM_post_type_search_container {
		width: 165px;
	}
	
	section.m11_references .mM_post_type_filter_items {
		width: calc(100% - 165px);
	}
	
	
	
	section.m11_references[data-slider="slick_slider"] .m11_image {
		height: 523px;
	}
}

@media screen and (max-width: 1199px) {
	section.m11_references[data-slider="slick_slider"] .m11_text_content {
		padding-left: calc(120px + 20px);
	}
	
	section.m11_references[data-slider="slick_slider"] .m11_title_container, 
	section.m11_references[data-slider="slick_slider"] .m11_description_container {
		padding-right: 0;
	}
	
	section.m11_references .mM_post_type_subtitle_title_text_container {
		flex-direction: column;
	}
	
	section.m11_references .mM_post_type_title_container,
	section.m11_references .mM_post_type_text_container {
		width: 100%;
		padding: 0;
	}
	
	section.m11_references .mM_post_type_text_container {
		margin-top: 48px;
	}
}

@media screen and (max-width: 991px) {
	section.m11_references .mM_post_type_title {
		margin-bottom: 0;
	}
	
	section.m11_references .mM_links_container.mobil .m11_links_container {
		display: block;
	}
	
	section.m11_references .mM_links_container.desktop .m11_links_container {
		display: none;
	}
	
	section.m11_references .m11_item {
		width: 100%;
		margin-top: 0 !important;
	}
	
	section.m11_references .mM_post_type_filter_search_container {
		flex-direction: column;
		align-items: start;
		gap: 15px 10px;
	}
	
	section.m11_references .mM_post_type_search_container {
		width: auto;
	}
	
	section.m11_references .mM_post_type_filter_items {
		width: 100%;
		gap: 10px;
	}
	
	section.m11_references .mM_post_type_filter_item_block {
		width: calc(50% - 5px);
	}
	
	section.m11_references .mM_post_type_clear {
		width: 100%;
		text-align: end;
	}
	
	section.m11_references .mM_post_type_post_image_container {
		height: 396px;
	}
	
	
	
	section.m11_references[data-slider="slick_slider"] .m11_content_main {
		flex-direction: column;
		background-color: #8cb369;
		padding: 25px 0 40px;
		border-radius: 3px;
	}
	
	section.m11_references[data-slider="slick_slider"] .m11_text_wrapper {
		margin: 0 auto;
		width: 720px;
	}
	
	section.m11_references[data-slider="slick_slider"] .m11_text_content {
		padding: 35px 0 0;
	}
	
	section.m11_references[data-slider="slick_slider"] .m11_counter_container {
		margin-bottom: 0;
	}
	
	section.m11_references[data-slider="slick_slider"] .m11_image_wrapper {
		margin: 0 auto;
		width: 720px;
	}
	
	section.m11_references[data-slider="slick_slider"] .m11_image {
		height: 473px;
	}
	
	section.m11_references[data-slider="slick_slider"] .m11_arrows_container {
		justify-content: end;
	}
}

@media screen and (max-width: 767px) {
	section.m11_references .mM_post_type_bottom {
		margin-top: 40px;
	}
	
	section.m11_references .mM_post_type_post_image_container {
		height: 307px;
	}
	
	section.m11_references .mM_post_type_filter_items {
		flex-direction: column;
		align-items: start;
	}
	
	section.m11_references .mM_post_type_filter_item_block {
		width: 100%;
	}
	
	section.m11_references .mM_post_type_filter_item {
		padding: 9px 10px 7px;
	}
	
	section.m11_references .mM_post_type_filter_item:first-child {
		margin-top: 5px;
	}
	
	
	
	
	section.m11_references[data-slider="slick_slider"] .m11_text_wrapper,
	section.m11_references[data-slider="slick_slider"] .m11_image_wrapper {
		width: 540px;
	}
	
	section.m11_references[data-slider="slick_slider"] .m11_text_content .m11_title {
		font-size: 1.176rem;
	}
	
	section.m11_references[data-slider="slick_slider"] .m11_counter_container *,
	section.m11_references[data-slider="slick_slider"] .m11_description_container {
		font-size: 0.82rem;
	}
	
	section.m11_references[data-slider="slick_slider"] .m11_description_container {
		margin-top: 6px;
	}
	
	section.m11_references[data-slider="slick_slider"] .m11_arrows_container {
		margin-top: 23px;
	}
	
	section.m11_references[data-slider="slick_slider"] .m11_image {
		height: 423px;
	}
	
	section.m11_references[data-slider="slick_slider"] .m11_arrow {
		width: 45px;
		height: 45px;
	}
	
	section.m11_references[data-slider="slick_slider"] .m11_arrow svg {
		width: 13px;
	}
}

@media screen and (max-width: 575px) {
	section.m11_references .mM_post_type_bottom {
		margin-top: 40px;
	}
	
	section.m11_references .mM_post_type_filter_container {
		padding: 24px 38px;
	}
	
	section.m11_references[data-kurze-ausgabe="false"] .m11_title_container {
		hyphens: auto;
	}
	
	section.m11_references[data-slider="slick_slider"] .m11_content_main {
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;
	}
	
	section.m11_references[data-slider="slick_slider"] .m11_text_wrapper,
	section.m11_references[data-slider="slick_slider"] .m11_image_wrapper {
		width: 100%;
		padding: 0 20px;
	}
	
	section.m11_references[data-slider="slick_slider"] .m11_image {
		height: 333px;
	}
}

@media screen and (max-width: 399px) {
	section.m11_references[data-slider="slick_slider"] .m11_image {
		height: 230px;
	}
}

@media screen and (max-width: 339px) {
	section.m11_references .mM_post_type_filter_container {
		padding: 18px 28px;
	}
	
	
	
	section.m11_references[data-slider="slick_slider"] .m11_image {
		height: 323px;
	}
}