section.m24_header_startseite .m24_header_startseite_main {
	height: 100dvh;
	/* min-height: 1080px; */
}

section.m24_header_startseite.normal .m24_header_startseite_main {
	height: 934px;
}

section.m24_header_startseite .m24_top_slider_container {
	position: relative;
	height: 100%;
}

section.m24_header_startseite .m24_top_slider_container:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #160c00 35%, transparent 100%);
	z-index: 1;
}

body.single-stores section.m24_header_startseite .m24_top_slider_container:before {
	background: rgba(22, 12 , 0, .6);
}

section.m24_header_startseite .m24_header_startseite_main_item,
section.m24_header_startseite .m24_header_startseite_main_item_text_content > .mM_container,
section.m24_header_startseite .m24_titel_untertitel_text_link_wrapper,
section.m24_header_startseite .m24_header_startseite_main_item_img_content,
section.m24_header_startseite .m24_header_startseite_main_item_video_content {
	height: 100%;
}

/* section.m24_header_startseite.mM_img_parallax .m24_header_startseite_main_item_img_content img {
	height: 110%;
} */

section.m24_header_startseite .m24_header_startseite_main_item_text_content {
	position: absolute;
	inset: 0;
	z-index: 10;
}

section.m24_header_startseite img[data-bild_position="oben"] {
	object-position: top;
}

section.m24_header_startseite img[data-bild_position="unten"] {
	object-position: bottom;
}

section.m24_header_startseite .m24_titel_untertitel_text_link_wrapper {
	display: flex;
	align-items: center;
}

section.m24_header_startseite .m24_links_container {
	margin-top: 65px;
}

section.m24_header_startseite .m24_logos_container svg .cls-1 {
	fill: #037374;
}

section.m24_header_startseite .m24_logos_container svg .cls-2 {
	fill: #216274;
}

/* section.m24_header_startseite .m24_slider_galerie_container {
	position: relative;
	height: 100%;
}

section.m24_header_startseite .m24_slider_galerie_item {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

section.m24_header_startseite .m24_slider_galerie_item img {
	transform: scale3d(1.5, 1.5, 1);
	transition: transform 2.5s;
	transform-style: preserve-3d;
	will-change: transform;
}

section.m24_header_startseite .m24_slider_galerie_item picture {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	clip-path: inset(0 100% 0 0);
	transition: clip-path 2s ease-in-out;
}

section.m24_header_startseite .m24_slider_galerie_item picture.scaled {
	clip-path: inset(0 0 0 0);
}

section.m24_header_startseite .m24_slider_placeholder_image_container {
	height: 100%;
} */

section.m24_header_startseite .m24_slider_placeholder_image_container {
	height: 100%;
	width: 100%;
	z-index: 1;
	position: absolute;
	inset: 0%;
}

section.m24_header_startseite .m24_slider_placeholder_image_inner {
	z-index: 2;
	justify-content: flex-start;
	align-items: center;
	width: 100vw;
	height: 100%;
	display: flex;
	position: absolute;
	inset: 0%;
	overflow: hidden;
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
	transform-style: preserve-3d;
}

section.m24_header_startseite .m24_slider_placeholder_image_inner picture {
	width: 100%;
}

section.m24_header_startseite .m24_slider_galerie_container {
	position: relative;
	height: 100%;
}

section.m24_header_startseite .m24_slider_galerie_item {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 3; /* Standardebene */
	width: 100%;
	height: 100%;
	/* clip-path: inset(0 100% 0 0); */ /* Startet mit verdecktem Bild */
	/* transition: clip-path 2s ease-in-out, width 2s ease-in-out; */
}

/* section.m24_header_startseite .m24_slider_galerie_item img {
	height: 120%;
} */

section.m24_header_startseite .m24_slider_galerie_item_inner {
	
	justify-content: flex-start;
	align-items: center;
	width: 100vw;
	height: 100%;
	display: flex;
	position: absolute;
	inset: 0%;
	overflow: hidden;
	/* transform: translate3d(0px, 0px, 0px) scale3d(1.5, 1.5, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
	transform-origin: center;
	transform-style: preserve-3d;
	transition: transform 0s ease-in-out; */
}

section.m24_header_startseite .m24_slider_galerie_item_inner picture {
	width: 100%;
}

/* section.m24_header_startseite .m24_slider_galerie_item.scaled,
section.m24_header_startseite .m24_slider_galerie_item.previous {
	width: 100%;
}

section.m24_header_startseite .m24_slider_galerie_item.scaled .m24_slider_galerie_item_inner {
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
	transform-origin: center;
	transform-style: preserve-3d;
	transition: transform 2s ease-in-out;
}

section.m24_header_startseite .m24_slider_galerie_item.previous .m24_slider_galerie_item_inner {
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
	transform-origin: center;
	transform-style: preserve-3d;
	
} */

section.m24_header_startseite .m24_titel_untertitel_text_link_container * {
	color: #fff;
}

section.m24_header_startseite .m24_untertitel_container {
	margin-top: 27px;
}

section.m24_header_startseite .m24_untertitel_container p {
	font-weight: 700;
	letter-spacing: 1px;
}

section.m24_header_startseite .m24_untertitel_container p,
section.m24_header_startseite .m24_text_container p {
	font-size: 1.25rem;
}

section.m24_header_startseite .m24_stichpunkte_container {
	display: flex;
	align-items: center;
	gap: 55px;
	margin-top: 32px;
}

section.m24_header_startseite .m24_stichpunkte_item {
	display: flex;
	align-items: center;
	gap: 9px;
}

section.m24_header_startseite .m24_stichpunkte_item svg {
	width: 20px;
	min-width: 20px;
	height: 20px;
	min-height: 20px;
}

section.m24_header_startseite .m24_stichpunkte_item p {
	font-weight: 700;
	letter-spacing: 1px;
}

section.m24_header_startseite .m24_schnellnavigation_container {
	display: flex;
	/* width: calc(100% + 190px); */
	width: 100%;
}

section.m24_header_startseite .m24_schnellnavigation_item {
	position: relative;
	/* flex: 1; */
	width: calc(33.3333% + 83px);
	overflow: hidden;
	transition: width .4s;
}

section.m24_header_startseite .m24_schnellnavigation_item a {
	display: block;
}

section.m24_header_startseite .m24_schnellnavigation_item_img_container {
	height: 335px;
	background: #160c00;
}

section.m24_header_startseite .m24_schnellnavigation_item_img_container img {
	opacity: .6;
	transition: opacity .4s;
}

section.m24_header_startseite .m24_schnellnavigation_item_title_link_container {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: .6;
	transition: opacity .4s;
}

section.m24_header_startseite .m24_schnellnavigation_item_subtitle_container p,
section.m24_header_startseite .m24_schnellnavigation_item_title_container h3 {
	color: #fff;
}

section.m24_header_startseite .m24_schnellnavigation_item_title_container h3 {
	font-family: 'HandelGotD';
	font-weight: 700;
}

section.m24_header_startseite .m24_schnellnavigation_item_link_container {
	display: none;
}

section.m24_header_startseite .m24_schnellnavigation_item_link_container p {
	font-family: 'HandelGotD';
	font-weight: 700;
	font-size: .875rem;
	color: #ef7d00;
	text-transform: uppercase;
}

section.m24_header_startseite .m24_schnellnavigation_item_subtitle_container p {
	font-weight: 600;
}

/* .m24_schnellnavigation_item.is-left .m24_schnellnavigation_item_img_container {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 1;
} */

section.m24_header_startseite .m24_schnellnavigation_item.is-middle {
  margin-left: -83px;
  margin-right: -83px;
  z-index: 2;
  width: calc(33.33333% + 166px);
  transition: margin .4s, width .4s;
}

section.m24_header_startseite .m24_schnellnavigation_item.is-middle .m24_schnellnavigation_item_img_container {
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  z-index: 2;
}

/* .m24_schnellnavigation_item.is-middle:before,
.m24_schnellnavigation_item.is-middle:after {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to top, transparent 0%, #fff 50%, transparent 100%);
  transform: rotate(13.5deg);
  transform-origin: top right;
  z-index: 5;
  pointer-events: none;
}

.m24_schnellnavigation_item.is-middle:before {
	left: 103px;
}

.m24_schnellnavigation_item.is-middle:after {
	right: 0;
} */

/* .m24_schnellnavigation_item.is-right .m24_schnellnavigation_item_img_container {
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 1;
} */

section.m24_header_startseite .button {
	box-shadow: 0px 5px 25px rgba(239, 125, 0, .44);
}

/* Coming Soon Banner Start */

section.m24_header_startseite {
	overflow: hidden;
}

section.m24_header_startseite .m24_coming_soon_banner {
	background: #ef7d00;
	position: absolute;
	right: -85px;
	top: 55px;
	transform: rotate(45deg);
	z-index: 2;
	padding: 7px 70px;
	font-size: 1.65rem;
}

section.m24_header_startseite .m24_coming_soon_banner p {
	color: #fff;
}

section.m24_header_startseite .m24_image_mobil {
	display: none;
}

/* Coming Soon Banner End */

@media screen and (max-width: 1799px) {
	section.m24_header_startseite.hoch .m24_top_slider_container {
		min-height: 100vh !important;
	}
	
	section.m24_header_startseite .m24_header_startseite_main {
		height: auto;
	}
}

@media all and (min-width: 992px) {
	section.m24_header_startseite .m24_schnellnavigation_item.active {
		width: 50%;
	}
	
	section.m24_header_startseite .m24_schnellnavigation_item.active ~ .m24_schnellnavigation_item {
		width: calc(25% + 83px);
	}
	
	section.m24_header_startseite .m24_schnellnavigation_item.active ~ .m24_schnellnavigation_item.is-middle {
		width: calc(25% + 166px);
	}
	
	section.m24_header_startseite .m24_schnellnavigation_item.active .m24_schnellnavigation_item_img_container img {
		opacity: 1;
	}
	
	section.m24_header_startseite .m24_schnellnavigation_item.active .m24_schnellnavigation_item_title_link_container {
		opacity: 1;
	}
	
	section.m24_header_startseite .m24_schnellnavigation_item.is-middle.active {
		margin-left: -145px;
		margin-right: -145px;
		width: calc(50% + 290px);
	}
}

@media all and (min-width: 992px) and (max-width: 1920px) {
	section.m24_header_startseite .m24_schnellnavigation_item.is-middle.active {
		margin-left: -110px;
		margin-right: -110px;
		width: calc(50% + 220px);
	}
}

@media all and (min-width: 2000px) {
	section.m24_header_startseite .m24_schnellnavigation_item {
		width: calc(33.3333% + 95px);
	}
	
	section.m24_header_startseite .m24_schnellnavigation_item.is-middle {
		margin-left: -95px;
		margin-right: -95px;
		width: calc(33.33333% + 190px);
	}
	
	section.m24_header_startseite .m24_schnellnavigation_item.active ~ .m24_schnellnavigation_item.is-middle {
		width: calc(25% + 190px);
	}
}

@media all and (min-width: 2200px) {
	section.m24_header_startseite .m24_schnellnavigation_item_img_container {
		height: 385px;
	}
	
	section.m24_header_startseite .m24_schnellnavigation_item {
		width: calc(33.3333% + 105px);
	}
	
	section.m24_header_startseite .m24_schnellnavigation_item.is-middle {
		margin-left: -105px;
		margin-right: -105px;
		width: calc(33.33333% + 210px);
	}
	
	section.m24_header_startseite .m24_schnellnavigation_item.active ~ .m24_schnellnavigation_item.is-middle {
		width: calc(25% + 210px);
	}
}

@media all and (min-width: 2400px) {
	section.m24_header_startseite .m24_schnellnavigation_item_img_container {
		height: 435px;
	}
}

@media all and (max-width: 1920px) {
	section.m24_header_startseite .m24_schnellnavigation_item {
		width: calc(33.3333% + 110px);
	}
}

@media all and (max-width: 1399px) {
	section.m24_header_startseite .m24_schnellnavigation_item_title_container h3 {
		font-size: 1.575rem;
	}
}

@media all and (max-width: 991px) {
	/* section.m24_header_startseite.normal {
		padding-top: 62px;
	} */
	
	section.m24_header_startseite.normal .m24_header_startseite_main_item_img_content {
		position: relative;
	}
	
	section.m24_header_startseite.normal .m24_header_startseite_main_item_img_content:after {
		content: '';
		width: 100%;
		height: 100px;
		background: linear-gradient(0deg,rgba(22, 12, 0, 1) 30%, rgba(255, 255, 255, 0) 100%);
		position: absolute;
		left: 0;
		bottom: 0;
	}
	
	section.m24_header_startseite.normal .m24_header_startseite_main,
	section.m24_header_startseite .m24_header_startseite_main {
		height: auto;
	}
	
	section.m24_header_startseite .m24_schnellnavigation_container {
		flex-wrap: wrap;
	}
	
	section.m24_header_startseite .m24_schnellnavigation_item {
		width: 100%;
	}
	
	section.m24_header_startseite .m24_schnellnavigation_item.is-middle {
		width: 100%;
		margin: 0;
	}
	
	section.m24_header_startseite .m24_schnellnavigation_item.is-middle .m24_schnellnavigation_item_img_container {
		clip-path: none;
	}
	
	section.m24_header_startseite .m24_schnellnavigation_item_title_container h3 {
		font-size: 1.875rem;
	}
	
	section.m24_header_startseite .m24_schnellnavigation_item_title_link_container {
		opacity: 1;
	}
	
	section.m24_header_startseite.hoch .m24_top_slider_container {
		height: auto !important;
	}
	
	section.m24_header_startseite .m24_header_startseite_main_item,
	section.m24_header_startseite .m24_header_startseite_main_item_text_content > .mM_container,
	section.m24_header_startseite .m24_titel_untertitel_text_link_wrapper,
	section.m24_header_startseite .m24_header_startseite_main_item_img_content,
	section.m24_header_startseite .m24_header_startseite_main_item_video_content {
		height: auto;
	}
	
	section.m24_header_startseite .m24_header_startseite_main_item_text_content {
		position: relative;
		top: auto;
		left: auto;
		background: #160c00;
		padding-top: 0 !important;
		padding-bottom: 50px;
	}
	
	section.m24_header_startseite .m24_top_slider_container:before {
		content: none;
	}
	
	section.m24_header_startseite .m24_header_startseite_main_item_video_content {
		position: relative;
		padding-top: 62.45px;
	}
	
	section.m24_header_startseite .m24_header_startseite_main_item_video_content:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to top, #160c00 0%, transparent 100%);
		z-index: 1;
	}
	
	section.m24_header_startseite .m24_untertitel_container p, section.m24_header_startseite .m24_text_container p {
		font-size: 1rem;
	}
	
	section.m24_header_startseite .m24_header_startseite_main_item_video_content video {
		height: auto;
		max-height: 500px;
	}
	
	section.m24_header_startseite .m24_stichpunkte_container {
		gap: 15px 30px;
	}
	
	section.m24_header_startseite .m24_links_container {
		margin-top: 40px;
	}
	
	section.m24_header_startseite .m24_schnellnavigation_item_link_container {
		display: block !important;
	}
	
	section.m24_header_startseite .m24_image_mobil {
		display: block;
		max-height: 420px;
	}
	
	section.m24_header_startseite .m24_image_desktop {
		display: none !important;
	}
}

@media all and (max-width: 767px) {
	section.m24_header_startseite .m24_stichpunkte_container {
		flex-wrap: wrap;
	}
	
	section.m24_header_startseite .m24_stichpunkte_item {
		width: calc(50% - 15px);
	}
	
	section.m24_header_startseite .m24_schnellnavigation_item_img_container {
		height: 300px;
	}
	
	section.m24_header_startseite.normal .m24_header_startseite_main_item_img_content:after {
		height: 60px;
	}
}

@media all and (max-width: 575px) {
	section.m24_header_startseite .m24_stichpunkte_item {
		width: 100%;
	}
	
	section.m24_header_startseite .m24_schnellnavigation_item_img_container {
		height: 250px;
	}
	
	section.m24_header_startseite.normal .m24_header_startseite_main_item_img_content:after {
		height: 40px;
	}
	
	section.m24_header_startseite.normal .m24_titel {
		line-height: 1.2;
	}
	
	section.m24_header_startseite .m24_coming_soon_banner {
		right: -50px;
		top: 40px;
		padding: 0 50px;
		font-size: 1rem;
	}
}

@media all and (max-width: 475px) {
	
}

@media all and (max-width: 400px) {
	section.m24_header_startseite .m24_link_container a {
		text-align: center;
	}
}

@media all and (max-width: 375px) {
	
}

/*** Start Variante 1 ***/

section.m24_header_startseite[data-variante="v1"] .m24_header_startseite_main {
	height: 590px;
}

section.m24_header_startseite[data-variante="v1"] .m24_titel_untertitel_text_link_wrapper {
	justify-content: end;
}

section.m24_header_startseite[data-variante="v1"] .m24_titel_untertitel_text_link_container {
	width: 50%;
	background: #fff;
	border-radius: 3px;
	padding: 77px 63px 86px;
}

@media all and (max-width: 991px) {
	section.m24_header_startseite[data-variante="v1"] .m24_titel_untertitel_text_link_wrapper {
		justify-content: start;
		margin-top: -86px;
	}

	section.m24_header_startseite[data-variante="v1"] .m24_titel_untertitel_text_link_container {
		width: 100%;
	}
}

@media all and (max-width: 575px) {
	section.m24_header_startseite[data-variante="v1"] .m24_titel_untertitel_text_link_wrapper {
		margin-top: -40px;
	}

	section.m24_header_startseite[data-variante="v1"] .m24_titel_untertitel_text_link_container {
		padding: 34px 20px 40px;
	}

	section.m24_header_startseite[data-variante="v1"] .m24_titel {
		margin-bottom: 19px;
	}

	section.m24_header_startseite[data-variante="v1"] .m24_links_container {
		margin-top: 34px;
	}
}

@media all and (max-width: 425px) {
	section.m24_header_startseite[data-variante="v1"] .m24_links_container {
		flex-direction: column;
		gap: 10px 0;
	}

	section.m24_header_startseite[data-variante="v1"] .m24_link_container,
	section.m24_header_startseite[data-variante="v1"] .button {
		width: 100%;
	}

	section.m24_header_startseite[data-variante="v1"] .button {
		text-align: center;
	}
}

@media all and (max-width: 300px) {
	section.m24_header_startseite[data-variante="v1"] .button {
		font-size: .85rem;
	}
}

section.m24_header_startseite[data-variante="v1"][data-show_img_left="true"] .m24_titel_untertitel_text_link_wrapper {
	justify-content: start;
}

/*** Ende Variante 1 ***/

/*** Start Variante 2 ***/

section.m24_header_startseite[data-variante="v2"] .m24_header_startseite_main {
	background: #f8f9fa;
}

section.m24_header_startseite[data-variante="v2"] .m24_header_startseite_main:before {
	content: '';
	position: absolute;
	inset: 0;
	top: -1px;
	background: linear-gradient(to bottom, #f8f9fa 0%, #f8f9fa 25%, transparent 100%);
	z-index: 1;
}

section.m24_header_startseite[data-variante="v2"] .m24_header_startseite_main .m24_header_startseite_main {
	height: 735px;
}

section.m24_header_startseite[data-variante="v2"] .m24_header_startseite_main .m24_titel_untertitel_text_link_wrapper {
	align-items: start;
	padding-top: 77px;
}

@media all and (max-width: 991px) {
	section.m24_header_startseite[data-variante="v2"] .m24_header_startseite_main:before {
		content: none;
	}

	section.m24_header_startseite[data-variante="v2"] .m24_header_startseite_main .m24_header_startseite_main_item {
		display: flex;
		flex-direction: column-reverse;
	}

	section.m24_header_startseite[data-variante="v2"] .m24_header_startseite_main .m24_header_startseite_main_item_img_content {
		position: relative;
		margin-top: -86px;
	}

	section.m24_header_startseite[data-variante="v2"] .m24_header_startseite_main .m24_header_startseite_main_item_img_content:before {
		content: '';
		position: absolute;
		inset: 0;
		background: linear-gradient(to bottom, #f8f9fa 0%, #f8f9fa 25%, transparent 100%);
		z-index: 1;
	}
}

@media all and (max-width: 575px) {
	section.m24_header_startseite[data-variante="v2"] .m24_header_startseite_main .m24_titel_untertitel_text_link_wrapper {
		padding-top: 36px;
	}
}

section.m24_header_startseite[data-variante="v2"][data-with-logos="true"] .m24_header_startseite_main:before {
	background: linear-gradient(to bottom, #f8f9fa 0%, #f8f9fa 40%, transparent 100%);
}

section.m24_header_startseite[data-variante="v2"][data-with-logos="true"] .m24_header_startseite_main .m24_titel_untertitel_text_link_container,
section.m24_header_startseite[data-variante="v2"][data-with-logos="true"] .m24_header_startseite_main .m24_logos_wrapper {
	width: 50%;
}

section.m24_header_startseite[data-variante="v2"][data-with-logos="true"] .m24_header_startseite_main .m24_titel_untertitel_text_link_container {
	padding-right: 55px;
}

section.m24_header_startseite[data-variante="v2"][data-with-logos="true"] .m24_header_startseite_main .m24_logos_wrapper {
	padding-left: 10px;
}

section.m24_header_startseite[data-variante="v2"][data-with-logos="true"] .m24_header_startseite_main .m24_logos_container {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 30px;
	margin-top: 43px;
}

section.m24_header_startseite[data-variante="v2"][data-with-logos="true"] .m24_header_startseite_main .m24_logo_item {
	width: calc(50% - 15px);
}

section.m24_header_startseite[data-variante="v2"][data-with-logos="true"] .m24_header_startseite_main .m24_logo_content_container {
	display: flex;
	margin-bottom: 6px;
}

section.m24_header_startseite[data-variante="v2"][data-with-logos="true"] .m24_header_startseite_main .m24_logo_container {
	width: 70px;
	min-width: 70px;
}

section.m24_header_startseite[data-variante="v2"][data-with-logos="true"] .m24_header_startseite_main .m24_logo_container svg {
	width: auto;
	max-width: 55px;
	height: 52px;
}

section.m24_header_startseite[data-variante="v2"][data-with-logos="true"] .m24_header_startseite_main .m24_logo_title {
	line-height: 1.2;
}

@media all and (min-width: 2400px) {
	section.m24_header_startseite[data-variante="v2"][data-with-logos="true"] .m24_header_startseite_main .m24_logo_content_container {
		align-items: center;
	}
}

@media all and (max-width: 1399px) {
	section.m24_header_startseite[data-variante="v2"][data-with-logos="true"] .m24_header_startseite_main .m24_logo_title {
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		-o-hyphens: auto;
		hyphens: auto;
		word-break: break-word;
	}
}

@media all and (max-width: 991px) {
	section.m24_header_startseite[data-variante="v2"][data-with-logos="true"] .m24_header_startseite_main .m24_titel_untertitel_text_link_wrapper {
		flex-wrap: wrap;
	}

	section.m24_header_startseite[data-variante="v2"][data-with-logos="true"] .m24_header_startseite_main .m24_titel_untertitel_text_link_container,
	section.m24_header_startseite[data-variante="v2"][data-with-logos="true"] .m24_header_startseite_main .m24_logos_wrapper {
		width: 100%;
	}

	section.m24_header_startseite[data-variante="v2"][data-with-logos="true"] .m24_header_startseite_main .m24_logos_wrapper {
		margin-top: 40px;
	}
}

@media all and (max-width: 767px) {
	section.m24_header_startseite[data-variante="v2"][data-with-logos="true"] .m24_header_startseite_main .m24_logos_container {
		gap: 20px 30px;
		margin-top: 0;
	}

	section.m24_header_startseite[data-variante="v2"][data-with-logos="true"] .m24_header_startseite_main .m24_logo_item {
		width: 100%;
	}

	section.m24_header_startseite[data-variante="v2"][data-with-logos="true"] .m24_header_startseite_main .m24_logo_content_container {
		align-items: center;
	}
}

/*** Ende Variante 2 ***/
