.hide {
	display: none!important;
}

body.new_layout {
	--toul-orange: #ff5a19;
	--toul-ink: #171717;
	--toul-muted: #5d6165;
	--toul-soft: #f4eeee;
	--toul-light: #f5f6f7;
	background: #fff;
	color: var(--toul-ink);
	padding: 0 !important;
}

/* Align the compact search field with the existing mobile-menu trigger. */
@media (max-width: 1130px) {
	#header .lupe {
		position: fixed;
		top: 38px;
		right: 90px;
		width: clamp(36px, calc(100vw - 350px), 180px);
		font-size: 14px;
		line-height: 26px;
	}

	 #header .header-search {
		margin: 0;
		line-height: 26px;
	}

	#header .header-search input[type="search"] {
		display: block;
		box-sizing: border-box;
		width: 100%;
		min-width: 0;
		height: 26px;
		margin: 0;
		font-size: 14px;
		line-height: 20px;
	}
}

@media (max-width: 600px) {
	#header .lupe {
		top: 23px;
	}
}

#header .lupe .header-search-link {
	display: none;
}

@media (width < 550px) {
	#header .lupe:has(.header-search-link) {
		width: 30px;
		z-index: 1006;
	}

	#header .lupe:has(.header-search-link) .header-search {
		display: none;
	}

	#header .lupe .header-search-link {
		display: block;
		width: 30px;
		height: 30px;
		background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 20 20'%3E%3Ccircle cx='8' cy='8' r='5.5' fill='none' stroke='%23444' stroke-width='1.7'/%3E%3Cpath d='m12 12 5 5' stroke='%23444' stroke-width='1.7'/%3E%3C/svg%3E") no-repeat center;
	}

	#header .lupe .header-search-link:focus-visible {
		outline: 2px solid #ff5a19;
		outline-offset: 2px;
	}
}

#hero .inside:has(.old_hero) {
	height: 400px !important;
}

#hero .old_hero .inside {
	height: 400px !important;
}


/* Normal articles have a 1320px content width and 60px outer gutters.
   Full-width image rows need only the missing part of that gutter. */
.new_layout #main .image_row_filled.media--right .text_block .rte {
	padding-left: clamp(0px, calc((1440px - 100vw) / 2), 60px);
}

.new_layout #main .image_row_filled.media--left .text_block .rte {
	padding-right: clamp(0px, calc((1440px - 100vw) / 2), 60px);
}

.new_layout .mod_article.padding_0 {
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.new_layout .mod_article.padding_top_0 {
	padding-top: 0!important;
}
.new_layout .mod_article.padding_bottom_0 {
	padding-bottom: 0!important;
}


.new_layout #hero .inside,
.new_layout .image_row_header .text_block {
	height: auto;
}

.new_layout .image_row_header .text_block {
	width: 50%;
	*max-width: 800px;
}

/* Cap the inner text width and align it to the image-facing edge. */
.new_layout .hero_container.image_row_header .text_block .rte {
	box-sizing: border-box;
	max-width: 800px;
	margin-left: auto;
	margin-right: 0;
}

/* The test-page flyouts extend below their parent navigation's normal height. */
#header .mm_dropdown:has(li.new_layout) > .inner,
#header .mm_dropdown:has(li.new_layout) .content-text,
#header .mm_dropdown:has(li.new_layout) .mod_navigation {
	overflow: visible;
}

.new_layout  #hero .hero_container .rte {
	padding-left: 0px;
}

.new_layout .hero_container {
	position: relative;
	min-height: 540px;
	overflow: hidden;
	background: #25333c;
}

/* Images selected through Contao's Image Settings render as direct figures. */
.new_layout .hero_container > figure {
	position: absolute;
	inset: 0;
	z-index: 0;
	margin: 0;
	overflow: hidden;
}

.new_layout .hero_container > figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.new_layout .hero_container > figure::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(15, 25, 30, .84) 0%, rgba(15, 25, 30, .55) 42%, rgba(15, 25, 30, .08) 78%);
}

.new_layout .hero_container > .rte {
	position: relative;
	z-index: 1;
}

.new_layout .hero_container .rte {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	min-height: 540px;
	max-width: 740px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 90px 60px;
	color: #fff;
}

.new_layout .hero_container h1,
.new_layout .hero_container p {
	color: #fff;
}

.new_layout h1 {
	margin: 0 0 22px;
	font-size: clamp(38px, 5vw, 50px)!important;
	line-height: clamp(1.05em, 5vw, 1.18em)!important;
	letter-spacing: -.02em;
}
h1 {
	font-size: clamp(38px, 5vw, 50px)!important;
	line-height: clamp(1.05em, 5vw, 1.18em)!important;
	letter-spacing: -.02em;	
}

.new_layout .hero_container p {
	max-width: 610px;
	margin: 0;
	font-size: 20px;
	line-height: 1.55;
}

.new_layout .btn_container {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.new_layout :is(#hero, #main) a.btn {
	display: inline-block;
	padding: 14px 22px;
	border: 1px solid var(--toul-orange);
	background: var(--toul-orange);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	transition: background .2s ease, color .2s ease;
}

.new_layout :is(#hero, #main) a.btn:hover,
.new_layout :is(#hero, #main) a.btn:focus-visible {
	background: #fff;
	color: var(--toul-orange);
}

.new_layout :is(#hero, #main) a.btn--light {
	border-color: #fff;
	background: transparent;
}


.new_layout .toul-section {
	box-sizing: border-box;
	max-width: 1320px;
	margin: 0 auto;
	padding: 92px 60px;
}

.new_layout .card {
	background: var(--toul-soft);
}

.new_layout #hero .toul-kicker {
	font-size: clamp(11px, 1.1vw, 20px)!important;
	line-height: clamp(1.2em, 2vw, 1.8em)!important;
}

.new_layout .toul-kicker {
	margin: 0 0 14px;
	color: var(--toul-orange);
	font-size: clamp(11px, 1.1vw, 17px)!important;
	font-weight: 700;
	letter-spacing: .12em;
	line-height: clamp(1.2em, 2vw, 1.4em)!important;
	text-transform: uppercase;
}

.new_layout h2 {
	margin: 0;
	font-size: clamp(30px, 4vw, 48px);
	line-height: clamp(1.1em, 5vw, 1.2em);
	letter-spacing: -.02em;
}

h2 {
		font-size: clamp(30px, 4vw, 48px);
	line-height: clamp(1.1em, 5vw, 1.2em);
	letter-spacing: -.02em;
}




.new_layout h3 {
	margin: 0 0 10px;
	font-size: clamp(22px, 2.2vw, 30px)!important;
	line-height: clamp(1.15em, 2.5vw, 1.3em)!important;
}
h3 {
		font-size: clamp(22px, 2.2vw, 30px)!important;
	line-height: clamp(1.15em, 2.5vw, 1.3em)!important;
}
h4 {
		font-size: clamp(21px, 2.2vw, 25px)!important;
	line-height: clamp(1.15em, 2.5vw, 1.3em)!important;
}

.new_layout p {
	color: var(--toul-muted);
	font-size: 17px;
	line-height: 1.7;
}

.new_layout .toul-focus p:first-child {
	margin-top: 0;
}

.new_layout .toul-focus {
	position: relative;
}

.new_layout .toul-focus > figure {
	position: absolute;
	top: 260px;
	left: 60px;
	width: calc(40% - 12px);
	height: 300px;
	margin: 0;
	overflow: hidden;
}

.new_layout .toul-focus > figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.new_layout .toul-benefits__header {
	max-width: 720px;
	margin-bottom: 36px;
}

.new_layout .toul-benefit-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 16px;
}

.new_layout .card.toul-benefit {
	min-height: 215px;
	padding: 24px 20px;
	box-sizing: border-box;
	border-radius: 10px;
}

.new_layout .toul-benefit__number {
	display: block;
	margin-bottom: 28px;
	color: var(--toul-orange);
	font-size: 14px;
	font-weight: 700;
}

.new_layout .toul-benefit h3 {
	font-size: 20px;
}

.new_layout .toul-benefit p {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.5;
}

.new_layout .toul-product-card__subtitle {
	margin: 0 0 18px;
	color: var(--toul-orange);
	font-size: 15px;
	font-weight: 700;
}

.new_layout .checklist {
	margin: 22px 0 32px !important;
	padding: 0 !important;
	list-style: none;
}

.new_layout .checklist li {
	position: relative;
	margin: 9px 0;
	padding-left: 22px;
	color: var(--toul-muted);
	font-size: 17px;
	line-height: 1.5;
}

.new_layout .checklist li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .55em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--toul-orange);
}

.new_layout .toul-usecases {
	background: #fff;
}

.new_layout .toul-usecases__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 0px!important;
	margin-top: 32px;
}

.new_layout .toul-usecases__list li {
	padding: 22px;
	border-top: 3px solid var(--toul-orange);
	background: var(--toul-light);
	font-size: 17px;
	font-weight: 700;
}

.new_layout .toul-contact {
	max-width: none;
	background: var(--toul-ink);
	color: #fff;
	text-align: center;
}

.new_layout .toul-contact__inner {
	max-width: 760px;
	margin: 0 auto;
}

.new_layout .toul-contact h2,
.new_layout .toul-contact p {
	color: #fff;
}

.new_layout .toul-contact .btn_container {
	justify-content: center;
}

@media only screen and (max-width: 1024px) {
	.new_layout #hero .hero_container {
		display: flex;
		flex-direction: column;
		position: relative !important;
		width: 100%;
		max-width: none;
		min-height: 0;
		padding: 0;
		box-sizing: border-box;
	}

	.new_layout #hero .hero_container > .image_block,
	.new_layout #hero .hero_container > .text_block {
		position: relative;
		width: 100%;
		min-width: 0 !important;
		height: auto;
		padding: 0;
		box-sizing: border-box;
	}

	.new_layout #hero .hero_container > .image_block {
		order: 1 !important;
	}

	.new_layout #hero .hero_container > .text_block {
		order: 2 !important;
	}

	.new_layout #hero .hero_container > .image_block figure {
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
	}

	.new_layout #hero .hero_container > .image_block img {
		display: block;
		position: static;
		width: 100% !important;
		height: auto;
	}

	.new_layout #hero .hero_container > .text_block > .rte {
		width: 100%;
		min-width: 0 !important;
		min-height: 0;
		max-width: none;
		margin: 0;
		padding-left: clamp(25px, 5vw, 60px);
		padding-right: clamp(25px, 5vw, 60px);
	}

	.new_layout #main .image_row_filled,
	.new_layout #main .image_row_full {
		flex-direction: column;
	}

	.new_layout #main .image_row_filled .image_block,
	.new_layout #main .image_row_filled .text_block,
	.new_layout #main .image_row_full .image_block,
	.new_layout #main .image_row_full .text_block {
		width: auto;
	}

	.new_layout #main .image_row_filled .image_block img,
	.new_layout #main .image_row_full .image_block img {
		position: relative;
		width: 100%;
		height: auto;
	}
}

@media (max-width: 1150px) {
	.new_layout .toul-benefit-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.new_layout .toul-benefit:last-child {
		grid-column: span 2;
	}
}

@media (max-width: 760px) {
	.new_layout .hero_container .rte {
		min-height: 500px;
		padding: 70px 28px;
	}

	.new_layout .toul-section {
		padding: 64px 28px;
	}

	.new_layout .toul-usecases__list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.new_layout .toul-benefit-grid {
		grid-template-columns: 1fr;
	}

	.new_layout .toul-benefit:last-child {
		grid-column: auto;
	}

	.new_layout .hero_container .btn_container {
		align-items: stretch;
		flex-direction: column;
	}
}

@media (max-width: 900px) {
	.new_layout #main .image_row_filled:is(.media--left, .media--right) .text_block .rte {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 600px) {
	.new_layout #main .image_row_filled:is(.media--left, .media--right) .text_block .rte {
		padding-left: 25px;
		padding-right: 25px;
	}
}

/* Restore the original composition when Image Settings places figures
   outside the editable rich-text markup. */
.new_layout .hero_container {
	isolation: isolate;
}

.new_layout .hero_container > figure {
	z-index: 0;
}

.new_layout .hero_container > .rte {
	z-index: 2;
}

.new_layout .toul-focus > .rte > section {
	box-sizing: border-box;
	max-width: none;
	margin: 0 auto;
	padding: 92px 60px;
	background: var(--toul-soft);
}

/* Keep the separately configured focus image below the left heading column. */
.new_layout .toul-focus > .rte > section {
	min-height: 660px;
}

.new_layout .toul-focus > figure {
	top: 360px;
}

.new_layout #footer p {
	color: #FFFFFF;
}
