

section.m9_schnellnavigation_seiten .m9_variante3_container {
	position: relative;
}

section.m9_schnellnavigation_seiten .mM_row {
	gap: 25px;
}

section.m9_schnellnavigation_seiten .m9_item {
	width: calc(50% - (25px / 2));
	height: 500px;
}

section.m9_schnellnavigation_seiten .m9_item_content_main a {
	width: 100%;
	position: relative;
}

section.m9_schnellnavigation_seiten .m9_item_content_image_container {
	height: 500px;
}

section.m9_schnellnavigation_seiten .m9_title_container {
	margin: 0;
}

section.m9_schnellnavigation_seiten .m9_arrow {
	background: transparent;
	padding: 0;
	display: flex;
	justify-content: flex-end;
}

section.m9_schnellnavigation_seiten .m9_title_container h2 {
	font-size: 1.375rem;
	color: #fff;
	margin: 0;
}

section.m9_schnellnavigation_seiten .m9_content_container {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

section.m9_schnellnavigation_seiten .m9_item_content_title_text_container {
	position: absolute;
	top: 22px;
	left: 43px;
	height: calc(100% - 22px - 39px);
	width: calc(100% - 43px - 22px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

section.m9_schnellnavigation_seiten .m9_button_container {
	height: 0;
	opacity: 0;
	margin-top: 0;
	transition: all .4s;
}

section.m9_schnellnavigation_seiten .m9_button {
	color: #fff;
	background: rgba(255, 255, 255, .1);
	backdrop-filter: blur(10px);
	border: 1px solid rbga(255, 255, 255, .1);
	border-radius: 3px;
	font-size: .844rem;
	display: inline-block;
	padding: 4px 14px 4px 14px;
	transition: all .4s;
}

section.m9_schnellnavigation_seiten .m9_item a:hover .m9_button_container {
	height: auto;
	opacity: 1;
	margin-top: 27px;
}

section.m9_schnellnavigation_seiten .m9_item_content_image_background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.45) 100%);
	transition: all .4s;
}

section.m9_schnellnavigation_seiten .m9_item a:hover .m9_item_content_image_background {
	background: linear-gradient(180deg,rgba(18, 51, 91, .6) 0%, rgba(18, 51, 91, .6) 100%)
}

section.m9_schnellnavigation_seiten .m9_button:hover {
	background: #12335b;
	border-color: #12335b;
}

section.m9_schnellnavigation_seiten .m9_arrow_button {
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 10px;
	background: transparent;
	border-radius: 3px;
	border: 1px solid rgba(255, 255, 255, .3);
	transition: all .4s;
}

section.m9_schnellnavigation_seiten .m9_arrow_button svg {
	fill: #fff;
	transition: all .4s;
	width: 13px;
}

/* :hover */
section.m9_schnellnavigation_seiten .m9_item a .m9_arrow_button {
	background: #ffdf01;
	border: 1px solid #ffdf01;
}

section.m9_schnellnavigation_seiten .m9_item a .m9_arrow_button svg {
	fill: #12335b;
}

@media screen and (max-width: 1199px) {
	section.m9_schnellnavigation_seiten .m9_item {
		height: 350px;
	}
	
	section.m9_schnellnavigation_seiten .m9_item_content_image_container {
		height: 350px;
	}
}

@media screen and (max-width: 991px) {
	section.m9_schnellnavigation_seiten .m9_item {
		width: 100%;
	}
}

/* === Variante 2 === */

section.m9_schnellnavigation_seiten.variante2 .m9_item {
	height: auto;
}

section.m9_schnellnavigation_seiten.variante2 .m9_button_container {
	height: 30px;
	opacity: 1;
}

section.m9_schnellnavigation_seiten.variante2 .m9_button {
	color: #004f9f;
	font-size: 1rem;
}

section.m9_schnellnavigation_seiten.variante2 .m9_text {
	font-size: 1rem;
}

section.m9_schnellnavigation_seiten.variante2 .m9_arrow {
	opacity: 0;
}

section.m9_schnellnavigation_seiten.variante2 .mM_post_type_post_link_arrow {
	width: 13px;
}

section.m9_schnellnavigation_seiten.variante2 .mM_post_type_post_link a {
	display: flex;
	align-items: center;
	gap: 0 8px;
}

section.m9_schnellnavigation_seiten.variante2 .mM_post_type_post_link_arrow {
	fill: #004f9f;
}

section.m9_schnellnavigation_seiten.variante2 .mM_post_type_post_link_text {
	color: #004f9f;
	transition: margin-left .4s;
}

section.m9_schnellnavigation_seiten.variante2 .mM_post_type_post_link_text:hover {
	margin-left: 7px;
}

section.m9_schnellnavigation_seiten.variante2 .m9_text_container {
	margin-top:36px;
}

section.m9_schnellnavigation_seiten.variante2 .mM_post_type_post_link {
	margin-top: 41px;
}

section.m9_schnellnavigation_seiten.variante3 .m9_item {
	height: auto;
}

section.m9_schnellnavigation_seiten.variante3 .m9_variante3_container {
	width: 100%;
	position: relative;
	display: inline-block;
}

section.m9_schnellnavigation_seiten.variante3 .m9_arrow_button svg {
	transform: rotate(90deg);
}
section.m9_schnellnavigation_seiten.variante3 .m9_item_content_main:hover .m9_arrow_button svg{
	transform: rotate(-90deg);
}

section.m9_schnellnavigation_seiten.variante3 .m9_item.active .m9_arrow_button svg {
	transform: rotate(-90deg);
}

section.m9_schnellnavigation_seiten.variante3 .m9_text_container_big {
	padding: 36px 40px 40px 40px;
	background: #fff;
}

section.m9_schnellnavigation_seiten.variante3 .active .m9_item_content_main {
	background: #fff;
}

section.m9_schnellnavigation_seiten.variante3 .m9_item_content_main,
section.m9_schnellnavigation_seiten.variante3 .m9_close{
  cursor: pointer;
  transition: background-color .4s ease-in-out;
}

section.m9_schnellnavigation_seiten.variante3 .m9_item_content_main.active {
  background-color: rgba(0, 0, 0, 0.1); 
}

section.m9_schnellnavigation_seiten.variante3 .m9_text_container_big {
  display: none;
  padding: 24px;
  transition: background-color .4s ease-in-out;
  position: relative;
}

/* Optional: wenn aktiv, anderes Styling */
section.m9_schnellnavigation_seiten.variante3 .m9_item.active .m9_text_container_big {
  background: #fff;
  transition: background-color .4s ease-in-out;
}

section.m9_schnellnavigation_seiten.variante3 .m9_close {
	display: flex;
	position: absolute;
	right: 37px;
	top: 18px;
	padding: 12px;
	background: #e9eaea;
	border: 1px solid #e9eaea;
	border-radius: 10000px;
}

section.m9_schnellnavigation_seiten.variante3 .m9_close svg {
	fill: #12335b;
	width: 12px;
}

section.m9_schnellnavigation_seiten.variante3 .m9_item.active .m9_arrow_button {
	backdrop-filter: blur(10px);
	background: rgba(71,75,78, .4);
	transition: all .4s;
}

section.m9_schnellnavigation_seiten .m9_titel,
section.m9_schnellnavigation_seiten .m9_titel span {
	hyphens: auto;
}

@media screen and (max-width: 991px) {
	section.m9_schnellnavigation_seiten.variante2 .m9_text_container {
		margin-top: 16px;
	}
	
	section.m9_schnellnavigation_seiten.variante2 .mM_post_type_post_link a {
		margin-top: 20px;
	}
	
	/* section.m9_schnellnavigation_seiten.variante2 .m9_item:first-of-type {
		margin-bottom: 40px;
	} */
}

@media screen and (max-width: 767px) {	
	section.m9_schnellnavigation_seiten .m9_item_content_title_text_container {
		top: 12px;
		left: 15px;
		height: calc(100% - 12px - 14px);
		width: calc(100% - 15px - 15px);
	}
	
	section.m9_schnellnavigation_seiten.variante3 .m9_text_container_big {
		padding-left: 0px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 575px) {
	section.m9_schnellnavigation_seiten.variante3 .m9_close {
		top: 0;
	}
}

@media screen and (max-width: 390px) {
	section.m9_schnellnavigation_seiten.variante3 .m9_text_container_big {
		padding-top: 50px;
	}
	
	section.m9_schnellnavigation_seiten.variante3 .m9_close {
		right: 11px;
		top: 4px;
	}
}