.lst_content_wrap {
	max-width: none;
}

.lst_hero {
	padding: 70px 0 50px;
}

.lst_hero_inner {
	 
	max-width: 1100px;
	 
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 75px;
}

.lst_hero_inner h1 {
	font-size: var(--mh-t1);
	font-weight: 700;
	margin: 0 0 18px;
	max-width: 720px;
	line-height: 1.15;
}

.lst_hero_inner p {
	font-size: var(--mh-t5);
	color: #555;
	max-width: 620px;
	margin: 0;
	line-height: 1.6;
}

.lst_category {
	padding: 50px 0;
	border-top: 1px solid #ececec;
}

.lst_category_inner {
	max-width: 1290px;
	margin: 0 auto;
	padding: 0 75px;
}

.lst_category_head {
	background: #16171a;
	border-radius: 16px;
	padding: 22px 30px;
	margin-bottom: 34px;
}

.lst_badge {
	font-size: var(--mh-t4);
	font-weight: 700;
	color: #fff;
}

.lst_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.lst_grid_2 {
	grid-template-columns: repeat(2, 1fr);
}

.lst_card {
	display: block;
	background: #fafafa;
	border-radius: 18px;
	padding: 30px;
	text-decoration: none;
	color: inherit;
	transition: background 0.25s ease, transform 0.25s ease;
}

.lst_card:hover {
	background: #f0f0f0;
	transform: translateY(-3px);
}

.lst_card h3 {
	font-size: var(--mh-t4);
	font-weight: 700;
	margin: 0 0 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.lst_card p {
	font-size: var(--mh-t6);
	color: #666;
	line-height: 1.6;
	margin: 0;
}

 
.lst_cta {
	padding: 110px 0 120px;
	border-top: 1px solid #ececec;
	margin-top: 20px;
}

.lst_cta_inner {
	max-width: 1290px;
	margin: 0 auto;
	padding: 0 75px;
	text-align: center;
}

.lst_cta_inner h2 {
	font-size: var(--mh-t2);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;
	margin: 0 0 16px;
	max-width: 18ch;
	margin-inline: auto;
}

.lst_cta_inner p {
	font-size: var(--mh-t5);
	line-height: 1.6;
	color: #55565a;
	margin: 0 auto 36px;
	max-width: 46ch;
}

.lst_cta_btn {
	display: inline-flex;
	align-items: center;
	height: 54px;
	padding: 0 30px;
	background: #16171a;
	color: #fff;
	border-radius: 999px;
	text-decoration: none;
	font-size: var(--mh-t6);
	font-weight: 600;
	transition: opacity 0.2s ease;
}

.lst_cta_btn:hover {
	opacity: 0.8;
}

@media (max-width: 900px) {
	.lst_grid,
	.lst_grid_2 {
		grid-template-columns: 1fr;
	}
	.lst_hero_inner,
	.lst_category_inner,
	.lst_cta_inner {
		padding: 0 24px;
	}
	.lst_hero {
		padding: 50px 0 30px;
	}
}

 
.lst_category_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 14px 24px;
}

.lst_kategorie_link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: var(--mh-t6);
	color: #16171a;
	text-decoration: none !important;
	padding-bottom: 4px;
}

 
.lst_zurueck {
	color: inherit;
	text-decoration: none !important;
	 
}

 
.lst_detail_liste {
	padding: 70px 0 90px;
}

 
.lst_detail_kopf {
	margin-bottom: 44px;
}

.lst_detail_kopf h2 {
	font-size: var(--mh-t2);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.01em;
	margin: 0;
	color: #16171a;
}

.lst_detail_inner {
	max-width: 1290px;
	margin: 0 auto;
	padding: 0 75px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 56px 48px;
	align-items: start;
}

.lst_detail {
	padding-top: 26px;
	border-top: 1px solid #dcdcdc;
}

.lst_detail h3 {
	font-size: var(--mh-t4);
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 18px;
	color: #16171a;
}

.lst_detail p {
	margin: 0;
	font-size: var(--mh-t5);
	line-height: 1.6;
	 
	color: #6f7075;
}

.lst_detail p + p {
	margin-top: 14px;
}

 
 
.lst_projekte {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 90px 0;
	background: #16171a;
	color: #fff;
	overflow: hidden;
}

.lst_projekte_inner {
	max-width: 1290px;
	margin: 0 auto;
	padding: 0 75px;
}

.lst_projekte_kopf {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 34px;
}

.lst_projekte_kopf h2 {
	font-size: var(--mh-t2);
	font-weight: 700;
	line-height: 1.2;
	margin: 8px 0 0;
}

 
.lst_projekte_liste {
	display: flex;
	gap: 24px;
	overflow-x: auto;
	scroll-snap-type: x proximity;
	scroll-behavior: smooth;
	padding-bottom: 4px;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.lst_projekte_liste::-webkit-scrollbar {
	display: none;
}

.lst_projekte_liste > .ref_card {
	flex: 0 0 380px;
	scroll-snap-align: start;
}

@media (prefers-reduced-motion: reduce) {
	.lst_projekte_liste {
		scroll-behavior: auto;
	}
}

@media (max-width: 900px) {
	.lst_projekte_liste > .ref_card {
		flex-basis: 284px;
	}
}

@media (max-width: 900px) {
	.lst_detail_inner {
		grid-template-columns: 1fr;
		gap: 34px;
	}
	.lst_detail_inner,
	.lst_projekte_inner {
		padding: 0 24px;
	}
	.lst_projekte_liste {
		grid-template-columns: 1fr;
	}
	.lst_projekte {
		padding-top: 60px;
	}
}

 
.lst_ablauf {
	padding: 90px 0 100px;
}

.lst_ablauf_inner {
	max-width: 1290px;
	margin: 0 auto;
	padding: 0 75px;
}

.lst_ablauf_kopf {
	margin-bottom: 34px;
}

.lst_ablauf_kopf h2 {
	font-size: var(--mh-t2);
	font-weight: 700;
	line-height: 1.2;
	margin: 8px 0 0;
}

 
.lst_ablauf_liste {
	margin-top: 20px;
}

.lst_schritt h3 {
	font-size: var(--mh-t4);
	font-weight: 600;
	margin: 0 0 10px;
	line-height: 1.3;
}

.lst_schritt p {
	margin: 0;
	font-size: var(--mh-t6);
	line-height: 1.6;
	color: #55565a;
}

 
.lst_person {
	padding: 90px 0 20px;
}

.lst_person_inner {
	max-width: 1290px;
	margin: 0 auto;
	padding: 0 75px;
	display: grid;
	grid-template-columns: 300px minmax(0, 1fr);
	gap: 18px 56px;
	align-items: start;
}

 
.lst_person_bild {
	grid-column: 1;
	grid-row: 1;
}

.lst_person_info {
	grid-column: 1;
	grid-row: 2;
}

.lst_person_text {
	grid-column: 2;
	grid-row: 1 / span 2;
}

.lst_person_zitat {
	margin-top: 0;
}

.lst_person_bild {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border-radius: 20px;
	display: block;
	background: #f0f0f0;
}

.lst_person_zitat {
	font-size: var(--mh-t3);
	line-height: 1.45;
	color: #16171a;
	margin: 10px 0 26px;
	max-width: 24ch;
	font-weight: 500;
}

.lst_person_name {
	display: block;
	font-size: var(--mh-t5);
	font-weight: 600;
	color: #16171a;
}

.lst_person_rolle {
	display: block;
	font-size: var(--mh-t6);
	color: #68696d;
	margin-top: 2px;
}

@media (max-width: 900px) {.lst_ablauf_inner, .lst_person_inner {
		padding-left: 24px;
		padding-right: 24px;
	}
	.lst_ablauf_liste {
		grid-template-columns: 1fr 1fr;
		gap: 26px;
	}
	.lst_person_inner {
		 
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 14px 20px;
		align-items: start;
	}

	 
	.lst_person_bild {
		max-width: none;
		width: 100%;
		aspect-ratio: 4 / 5;
		object-fit: cover;
	}

	 
	.lst_person_rolle {
		line-height: 1.35;
	}
	.lst_person_zitat {
		max-width: none;
	}
	.lst_ablauf,
	.lst_person {
		padding-top: 60px;
	}
}

 
@media (min-width: 901px) and (max-width: 1100px) {
	.lst_detail_inner {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 44px 40px;
	}
}

@media (max-width: 560px) {
	.lst_ablauf_liste {
		grid-template-columns: 1fr;
	}
}

 
.lst_hero {
	background: #16171a;
	 
	padding: 190px 0 0;
	 
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

 
.lst_hero::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: -28%;
	left: -12%;
	width: 62%;
	height: 128%;
	background: radial-gradient(closest-side, rgba(112, 175, 105, 0.55), rgba(112, 175, 105, 0) 70%);
	filter: blur(90px);
	pointer-events: none;
}

 
.lst_hero::after {
	content: "";
	position: absolute;
	z-index: -1;
	right: -10%;
	bottom: -40%;
	width: 46%;
	height: 110%;
	background: radial-gradient(closest-side, rgba(112, 175, 105, 0.28), rgba(112, 175, 105, 0) 70%);
	filter: blur(110px);
	pointer-events: none;
}

.lst_hero_inner h1 {
	 
	font-size: var(--mh-t1);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.1;
	color: #fff;
	max-width: 17ch;
	margin: 18px 0 0;
}

 
.lst_hero_leise {
	color: #77787d;
}

.lst_hero .mh_eyebrow {
	color: #8a8a8a;
}

.lst_hero .lst_zurueck {
	color: #8a8a8a;
}

 
.lst_hero_inner .lst_hero_intro {
	font-size: var(--mh-t4);
	line-height: 1.6;
	 
	color: #fff;
	max-width: 54ch;
	margin: 26px 0 0;
}

.lst_hero_fuss {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px 34px;
	margin-top: 40px;
}

.lst_hero_knopf {
	display: inline-flex;
	align-items: center;
	height: 54px;
	padding: 0 28px;
	background: #fff;
	color: #16171a !important;
	border-radius: 999px;
	font-size: var(--mh-t6);
	font-weight: 600;
	text-decoration: none !important;
	transition: opacity 0.2s ease;
}

.lst_hero_knopf:hover {
	opacity: 0.82;
}

 
.lst_hero_beleg {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	text-decoration: none !important;
	transition: opacity 0.2s ease;
}

.lst_hero_beleg:hover {
	opacity: 0.75;
}

.lst_google {
	display: block;
	flex: 0 0 auto;
}

.lst_sterne {
	display: inline-flex;
	gap: 2px;
}

.lst_sterne svg {
	width: 14px;
	height: 14px;
	fill: #fbbc05;
	display: block;
}

.lst_hero_beleg_text {
	font-size: var(--mh-t6);
	color: #c9c9c9;
	white-space: nowrap;
}

.lst_hero_beleg_text strong {
	color: #fff;
	font-weight: 600;
}

@media (max-width: 900px) {
	.lst_hero {
		padding: 130px 0 0;
	}
	.lst_hero_inner {
		padding: 0 24px;
	}
	.lst_hero_intro {
		margin-top: 20px;
	}
	.lst_hero_fuss {
		margin-top: 30px;
		gap: 18px 24px;
	}
}

 
.lst_hero_logos {
	margin-top: 64px;
	padding-bottom: 56px;
	overflow: hidden;
	 
	-webkit-mask-image: linear-gradient(to right,
		rgba(0,0,0,0) 0%, rgba(0,0,0,0.30) 5%, rgba(0,0,0,0.75) 10%,
		rgba(0,0,0,1) 14%, rgba(0,0,0,1) 86%, rgba(0,0,0,0.75) 90%,
		rgba(0,0,0,0.30) 95%, rgba(0,0,0,0) 100%);
	mask-image: linear-gradient(to right,
		rgba(0,0,0,0) 0%, rgba(0,0,0,0.30) 5%, rgba(0,0,0,0.75) 10%,
		rgba(0,0,0,1) 14%, rgba(0,0,0,1) 86%, rgba(0,0,0,0.75) 90%,
		rgba(0,0,0,0.30) 95%, rgba(0,0,0,0) 100%);
}

.lst_hero_logos_spur {
	display: flex;
	align-items: center;
	width: max-content;
	margin: 0;
	padding: 0;
	list-style: none;
	will-change: transform;
	animation: lst_logoband 64s linear infinite;
}

 
.lst_hero_logos_spur > li {
	flex: 0 0 auto;
	margin-right: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	 
	height: 34px;
}

 
.lst_hero_logos_spur img {
	 
	max-height: calc(var(--logo-h, 26px) * 34 / 46);
	max-width: 140px;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
	filter: brightness(0) invert(1);
	opacity: 0.55;
}

@keyframes lst_logoband {
	from { transform: translateX(0); }
	to   { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
	.lst_hero_logos_spur { animation: none; }
}

@media (max-width: 900px) {
	.lst_hero_logos {
		margin-top: 44px;
		padding-bottom: 40px;
	}
	.lst_hero_logos_spur > li {
		margin-right: 40px;
		height: 28px;
	}
	.lst_hero_logos_spur img {
		max-height: calc(var(--logo-h, 26px) * 28 / 46);
		max-width: 108px;
	}
}

 
.page_content_wrap:has(> .lst_hero) {
	padding-top: 0;
}

 
.lst_detail {
	scroll-margin-top: 110px;
}

 
@media (max-width: 1024px) {
	.lst_hero {
		 
		box-sizing: border-box;
		min-height: 100vh;
		min-height: 100svh;
		display: flex;
		flex-direction: column;
		 
		padding-top: 124px;
		padding-bottom: 0;
	}

	.lst_hero_inner {
		 
		width: 100%;
		flex: 1 1 auto;
		display: flex;
		flex-direction: column;
	}

	 
	.lst_hero_inner h1 {
		margin-top: min(4vh, 32px);
	}

	.lst_hero_intro {
		margin-top: 22px;
	}

	.lst_hero_fuss {
		margin-top: 38px;
	}

	.lst_hero_logos {
		margin-top: 72px;
		padding-top: 0;
		padding-bottom: 0;
	}
}

 
.lst_hero:not(:has(.lst_hero_logos)) {
	padding-bottom: 120px;
}

.lst_hero:not(:has(.lst_hero_logos)) .lst_hero_inner h1 {
	font-size: var(--mh-t1);
}

.lst_hero:not(:has(.lst_hero_logos)) .lst_hero_intro {
	margin-top: 30px;
}

@media (max-width: 900px) {
	.lst_hero:not(:has(.lst_hero_logos)) {
		padding-bottom: 72px;
	}
}

 
a.lst_category_head {
	text-decoration: none !important;
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

a.lst_category_head:hover,
a.lst_category_head:focus-visible {
	background: #232529;
}

 
.lst_category_pfeil {
	width: 26px;
	height: 10px;
	flex: 0 0 auto;
	background: #fff;
	-webkit-mask: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 10'%3E%3Cpath d='M20 1l4 4-4 4M24 5H0' fill='none' stroke='black' stroke-width='1.6'/%3E%3C/svg%3E");
	mask: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 10'%3E%3Cpath d='M20 1l4 4-4 4M24 5H0' fill='none' stroke='black' stroke-width='1.6'/%3E%3C/svg%3E");
	transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

a.lst_category_head:hover .lst_category_pfeil,
a.lst_category_head:focus-visible .lst_category_pfeil {
	transform: translateX(6px);
}

@media (prefers-reduced-motion: reduce) {
	a.lst_category_head,
	.lst_category_pfeil {
		transition: none;
	}
}

 
.lst_projekte_kopf .proj_slider_knopf {
	border-color: rgba(22, 23, 26, 0.22);
	color: #16171a;
}

.lst_projekte_kopf .proj_slider_knopf:hover:not(:disabled),
.lst_projekte_kopf .proj_slider_knopf:focus-visible:not(:disabled) {
	background: var(--mh-gruen, #70af69);
	border-color: var(--mh-gruen, #70af69);
	color: #16171a;
}

@media (max-width: 620px) {
	.lst_projekte_kopf {
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
	}
}

 
.lst_projekte_kopf .mh_eyebrow {
	color: #8a8a8a;
}

.lst_projekte_kopf h2 {
	color: #fff;
}

.lst_projekte .ref_card,
.lst_projekte .ref_card_title {
	color: #fff;
}

 
.lst_projekte .ref_tag {
	border-color: rgba(255, 255, 255, 0.26);
	color: #d6d6d6;
}

 
.lst_projekte .lst_projekte_kopf .proj_slider_knopf {
	border-color: rgba(255, 255, 255, 0.28);
	color: #fff;
}

.lst_projekte .lst_projekte_kopf .proj_slider_knopf:hover:not(:disabled),
.lst_projekte .lst_projekte_kopf .proj_slider_knopf:focus-visible:not(:disabled) {
	background: var(--mh-gruen, #70af69);
	border-color: var(--mh-gruen, #70af69);
	color: #16171a;
}

@media (max-width: 900px) {
	.lst_projekte {
		padding: 60px 0;
	}
}

 
@media (max-width: 1024px) {
	 
	.lst_projekte {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.lst_projekte .lst_projekte_inner {
		padding-left: var(--mh-rand, 28px) !important;
		padding-right: var(--mh-rand, 28px) !important;
	}
}

 
@media (max-width: 900px) {
	.lst_detail_liste {
		padding-bottom: 60px;
	}

	.lst_ablauf {
		padding-bottom: 70px;
	}

	.lst_person {
		padding-bottom: 10px;
	}

	.lst_projekte {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

 
body:has(.lst_cta_inner) .mh_footer_top {
	display: none;
}

@media (max-width: 900px) {
	.lst_cta {
		padding: 70px 0 80px;
	}
	.lst_cta_inner p {
		margin-bottom: 28px;
	}
}


 
.lst_abschluss {
	padding: 90px 0 100px;
	border-top: 1px solid #ececec;
	margin-top: 20px;
}

@media (min-width: 1200px) {
	.lst_abschluss_inner {
		max-width: 1290px;
		margin: 0 auto;
		padding: 0 75px;
		box-sizing: border-box;
		display: grid;
		 
		 
		grid-template-columns: 320px minmax(0, 1fr);
		gap: 90px;
		align-items: center;
	}

	 
	.lst_abschluss .lst_person_inner,
	.lst_abschluss .lst_cta_inner {
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	 
	.lst_abschluss .lst_cta_inner {
		text-align: left;
	}

	.lst_abschluss .lst_cta_inner h2,
	.lst_abschluss .lst_cta_inner p {
		margin-inline: 0;
	}

	 
	.lst_abschluss .lst_cta_inner h2 {
		max-width: 16ch;
	}

	.lst_abschluss .lst_cta_inner p {
		margin-bottom: 32px;
		max-width: 42ch;
	}
}

 
.lst_abschluss .lst_person_bild {
	width: 100%;
	max-width: 320px;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border-radius: 20px;
	display: block;
	background: #f0f0f0;
}

.lst_abschluss .lst_person_info {
	display: block;
	margin-top: 22px;
}

 
.lst_abschluss .lst_person_inner {
	display: block;
}

 
@media (max-width: 1199px) {
	.lst_abschluss .lst_person_inner {
		text-align: center;
	}
	.lst_abschluss .lst_person_bild {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 900px) {
	.lst_abschluss .lst_person_bild {
		max-width: 240px;
	}
	.lst_abschluss .lst_person_info {
		margin-top: 18px;
	}
}

 
@media (max-width: 1199px) {
	.lst_abschluss .lst_cta_inner {
		margin-top: 80px;
	}
}

@media (max-width: 900px) {
	.lst_abschluss {
		padding: 60px 0 70px;
	}
	.lst_abschluss .lst_cta_inner {
		margin-top: 60px;
	}
	.lst_abschluss .lst_cta_inner p {
		margin-bottom: 28px;
	}
}
