@import url("/css/seoSimpleCards.css?cache=2025021312");
@import url("/css/faq.css");

h2 svg,
h2 img {
	--svgColor: orange;
	margin-right: 0.4em;
}

img {
	max-width: 100%;
}

.imgbanner {
	padding-top: 2em;
}

.kastenWrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	margin: 1em;
}

.kasten {
	display: flex;
	text-align: center;
	font-size: 10px;
	line-height: 15px;
	border: 3px solid #F3F4F6;
	box-shadow: 0px 3px 2px 0px #0000001A;
	padding: 0em 4em 1em 4em;
}

.kasten a {
	color: var(--black);
	text-decoration: none;
	width: 100px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.kasten p {
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 0em;
}

.kasten img {
	padding: 1em;
}

.massBanner {
	object-fit: contain;
	width: 100%;
	display: flex;
	gap: 4em;
	align-items: center;
	justify-content: center;
	min-height: 130px;
	margin: 1em 0em;
	border-radius: 4px;
	text-decoration: none;
	color: var(--black);
}

.massBannerHeadline {
	font-size: 24px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 0.7em;
	border-radius: 4px;
	margin: 0em !important;
}

.ausklapptext {
	max-height: 2000px;
	overflow: hidden;
	transition: max-height 0.4s ease, opacity 0.4s ease;
	opacity: 1;
}

.ausklapptext.eingeklappt {
	max-height: 0;
	visibility: hidden;
	opacity: 0;
}

.ausklapptextButton {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	cursor: pointer;
	height: 2.1em;
}

.ausklapptextButton .btn-icon {
	transition: transform .3s ease;
}

.ausklapptextButton.eingeklappt .btn-icon {
	transform: rotate(180deg);
}

@media only screen and (max-width: 600px) {
	.displayNoneMobile {
		display: none;
	}
}

.SeoButtonMehrAnzeigen {
	color: var(--primaryColor);
	cursor: pointer;
}

.produktText {
	display: flex;
	flex-direction: column;
	gap: 1em 0em;
	justify-content: center;
	text-align: center;
	color: black;
	text-decoration: none;
}

.produktText img {
	height: 100%;
	max-height: 130px;
}

.wrapperImgSingle {
	display: flex;
	justify-content: center;
}

.wrapperImgSingle img {
	max-width: 500px;
}

.headlineNew {
	background: var(--black);
	color: white;
	padding: 0.312em 0.625em;
	border-radius: 4px;
	margin: 0em 0.5em;
	line-height: 2em;
}

.bildText {
	display: flex;
	gap: 3em;
	margin-top: 3em;
	justify-content: space-between;
}

.bildText .bildTextHeadline {
	margin: 0em 0em 0.8em 0em;
	display: flex;
}

@media only screen and (max-width: 600px) {
	.bildTextHeadline {
		font-size: 1em;
	}

	.wrapperImgSingle img {
		max-width: 100%;
	}
}

.bildText img {
	max-width: 320px;
	height: auto;
	border-radius: 4px;
}

@media only screen and (max-width: 750px) {
	.bildText {
		flex-wrap: wrap;
		gap: 1em;
		justify-content: space-evenly;
	}

	.bildText img {
		max-width: 100%;
		border-radius: 4px;
	}
}

.bildText h3 {
	margin-bottom: 1em;
}

.bildText>*>h3:first-child,
.bildText>*>h2:first-child,
.bildText>*>p:first-child {
	margin-top: 0;
}

.boxRelative {
	position: relative;
}

.konfigurationsLinks {
	display: flex;
	justify-content: right;
	flex-direction: column;
	width: 100%;
	max-width: 320px;
	position: absolute;
	right: 0;
}

.konfigurationsLinks a {
	color: var(--black);
}

.auflistung {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.auflistung .auflistungBox {
	display: grid;
	grid-template-columns: 7em 2em auto
}

@media (max-width: 600px) {
	.seoText {
		overflow: hidden;
		width: 100%;
		max-width: 400px;
		display: flex;
		flex-wrap: wrap;
	}
}

/*BannerSEO Oben*/
.bannerSEO {
	display: flex;
	box-shadow: 0px 3px 4px #0000001A;
	border: 2px solid #F3F4F6;
	border-radius: 4px;
	position: relative;
	width: 100%;
	max-width: 100%;
	background-color: var(--white);
	text-decoration: none;
	color: var(--black);
	margin: 1.5em auto;
}

.bannerImage {
	height: 100%;
	border-radius: 4px;
	max-height: 195px;
}

.bannerSEOText {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.colors {
	display: flex;
	gap: 0.222em;
	align-items: center;
}

.colors .color {
	min-width: 0.944em;
	height: 0.944em;
	border-radius: 50%;
}

.preisZahnrad {
	display: flex;
	justify-content: right;
	gap: 0.3em;
	line-height: 2em;
	max-height: 1.8em;
	margin-right: 2em;
}

.preisZahnrad svg {
	--svgColor: var(--primaryColor);
}

.searchIconSEO {
	width: 35px;
	position: absolute;
	top: 35%;
	left: 30%;
	background: white;
	border-radius: 100%;
	padding: 0.4em;
	height: 35px;
}

.searchIconSEO svg {
	--svgColor: var(--primaryColor);
}

.sliderBlock {
	display: flex;
	gap: 1.222em;
}

@media (max-width: 1100px) {
	.sliderBlock .productCard {
		width: 100%;
		flex-shrink: 0;
		max-width: 22em;
		min-width: 20em;
	}
}

.preisBox {
	position: absolute;
	top: 35%;
	right: 20%;
	background-color: white;
	border-radius: 5px;
	box-shadow: 1px 1px 3px gray;
	display: flex;
	flex-direction: column;
	padding: 0.5em 1em;
	gap: 0.5em;
	align-items: center;
}

.preisBox h4 {
	margin: 0em;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

.preisBox span {
	font-weight: 300;
	font-size: 14px;
}

.bannerCorner {
	--svgColor: var(--white);
	width: 100%;
	background: var(--black);
	position: absolute;
	max-width: 55px;
	text-align: center;
	border-radius: 4px;
	padding-top: 5px;
	top: 1em;
	left: 0;
}

.bannerCorner svg,
.bannerCorner img {
	--svgColor: var(--white);
	width: 42px;
}

.bannerSEOHeadlineBox {
	display: flex;
	line-height: 2em;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.bannerSEOHeadline {
	margin: 0;
}

.bannerSEOhaken {
	font-size: 1.1rem;
	margin-left: 2rem;
}

.desktop {
	display: block;
}

.tablet,
.mobile {
	display: none;
}

@media (max-width: 1200px) {
	.bannerSEOText {
		width: 100%;
		padding: 1em 0em;
	}

	.tablet {
		display: block;
	}

	.desktop,
	.mobile {
		display: none;
	}

	.bannerCorner {
		display: none;
	}

	.preisZahnrad {
		max-height: 2em;
	}
}

@media (max-width: 600px) {
	.bannerSEO {
		flex-direction: column;
		width: 100%;
		max-width: 320px;
	}

	.bannerSEOHeadline {
		font-size: 19px;
	}

	.bannerSEOText {
		padding: 0em;
		max-width: 320px;
	}

	.mobile {
		display: block;
	}

	.desktop,
	.tablet {
		display: none;
	}

	.preisZahnrad {
		max-height: 2em;
		line-height: 1.8em;
		max-height: 1.8em;
		margin-right: 1em;
		margin-bottom: 0.5em;
	}

	.bannerCorner {
		display: block;
	}

	.bannerImage {
		max-width: 320px;
		border-radius: 4px 4px 0px 0px;
		width: 100%;
	}

	.bannerSEOhaken {
		font-size: 1.1rem;
	}
}

/*Fachmann Kategorie*/
.rasterSEO {
	display: grid;
	gap: 2em 2em;
	margin: 2em 0em;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.rasterSEO.rasterSEOBreit {
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

@media only screen and (max-width: 600px) {
	.rasterSEO {
		gap: 1em 0em;
		justify-content: space-evenly;
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	}

	.rasterSEO .rasterSEOLink {
		max-width: 100% !important;
	}

	.rasterSEO .rasterSEOBild {
		object-fit: cover !important;
	}
}

.rasterSEO .rasterSEOLink {
	display: flex;
	width: 100%;
	flex-direction: column;
	background: var(--white) 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 4px #0000001A;
	border-radius: 4px;
	position: relative;
	text-decoration: none;
	color: var(--black);
}

.rasterSEO .rasterSEOUeberschrift {
	font-weight: 500;
	display: flex;
	justify-content: center;
	margin: 1em 0 1em 0;
	font-size: 1.3em;
}

.rasterSEO .rasterSEOBild {
	border-radius: 4px 4px 0px 0px;
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.rasterSEO .rasterSEOText {
	padding: 1em 1em;
}

.rasterSEO .rasterSEOLink .iconCornerRight {
	background: var(--white);
	position: absolute;
	right: 0%;
	border-radius: 0px 4px;
	width: 48px;
	height: 48px;
	opacity: 0.8;
	display: flex;
	justify-content: center;
}

.iconCornerRight svg {
	--svgColor: black;
	width: 35px;
}

.rasterSEO .rasterSEOLink .iconCornerLeft {
	background: var(--black);
	position: absolute;
	left: 0%;
	border-radius: 0px 4px 4px 0px;
	width: 48px;
	height: 48px;
	top: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.iconCornerLeft svg {
	--svgColor: white;
	width: 35px;
}

/*Kategorie nach Farbe*/
@media only screen and (max-width: 600px) {
	.farbenSEO {
		gap: 2em 2em !important;
		flex-wrap: wrap;
		justify-content: center;
	}

	.farbenSEO .farbenSEOLink {
		width: inherit !important;
		flex-direction: column;
		gap: 1em 1em;
	}
}

.farbenSEO {
	display: flex;
	flex-wrap: wrap;
	gap: 2em 0em;
	margin: 1em 0em 1em 0em;
}

.farbenSEO .farbenSEOLink {
	text-decoration: none;
	color: var(--black);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	max-width: 170px;
	width: 100%;
	gap: 1em;
}

.farbenSEO .farbenSEOBild {
	max-width: 72px;
	border-radius: 4px;
}

/*Kategorie nach Eignung*/
.eignungSEO {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

@media only screen and (max-width: 600px) {
	.eignungSEO {
		justify-content: space-evenly;
		gap: 2em 1em;
	}
}

.eignungSEO .eignungSEOdiv {
	display: flex;
	flex-direction: column;
	gap: 1em 0em;
}

.eignungSEO img {
	width: 40px;
}

.eignungSEO .eignungSEOLink {
	text-decoration: none;
	color: var(--black);
	display: flex;
	gap: 0em 1em;
}

.eignungSEO .eignungSEOLink svg {
	width: 2.5em;
}

.eignungSEO .eignungSEOText {
	align-items: center;
	display: flex;
}

/*Box für Fensterarten*/
.fensterArtBox {
	display: flex;
	flex-wrap: wrap;
	gap: 2em 7em;
	margin: 2em 0em;
}

@media only screen and (max-width: 600px) {
	.fensterArtBox {
		gap: 1em 1em;
		justify-content: space-evenly;
	}
}

.fensterArtBox .fensterArtLink {
	text-decoration: none;
	color: var(--black);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	max-width: 200px;
	width: 100%;
	gap: 0em 1em;
}

.fensterArtBox svg {
	max-width: 48px;
	width: 100%;
	height: 100%;
	max-height: 66px;
}

/*Anleitungen*/
.anleitungBox {
	box-shadow: 0px 3px 4px #00000029;
	border: 2px solid #F3F4F6;
	border-radius: 4px;
	color: var(--black);
	display: flex;
	width: 100%;
	max-width: 350px;
	background-color: var(--white);
}

.anleitungBox .anleitungBoxText {
	background-image: url(/bilder/icons/colorSeperate/arrow_forward_primaryColor.svg);
	margin: 2.4em 1em;
	padding-left: 1.5em;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 650px) {
	.anleitungBox .anleitungBoxText {
		margin: 3.2em 0em 0em 1em;
		padding-left: 2.3em;
		background-repeat: no-repeat;
		font-size: 0.8em;
		text-decoration: none;
		font-weight: 500;

	}
}

/*Anlagen Plissee*/
.rasterSEO .produktBoxSEOLink {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: var(--black);
	padding: 1em 1.87em;
	align-items: center;
	max-width: 250px;
	box-shadow: 0px 2px 4px #00000029;
	border: 2px solid #F3F4F6;
	border-radius: 4px;
	gap: 2em;
	text-align: center;
	width: 100%;
}

.produktBoxSEOLink .produktBoxSEOBild {
	width: 170px;
}

.produktBoxSEOLink .produktBoxSEOName {
	font-size: 1.5em;
}

.produktBoxSEOLink span {
	font-size: 0.9em;
}

/* Farbslider für Farbseiten Plissee */
#plisseeFarbslider .slider-row {
	display: flex;
	align-items: center;
	gap: 20px
}

#plisseeFarbslider .slider-chip {
	flex: 0 0 240px;
	height: 120px;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	transition: transform .25s ease, box-shadow .25s ease;
	user-select: none;
}

#plisseeFarbslider .slider-chip:hover {
	transform: translateY(-2px);
}

#plisseeFarbslider .slider-chip img {
	width: 100%;
	height: 120px;
	object-fit: cover;
	display: block;
}

#plisseeFarbslider .slider-chip span {
	position: absolute;
	inset: 0;
	color: #fff;
	font-weight: 600;
	text-shadow: 0 2px 1px rgba(0, 0, 0, .6);
	font-size: 20px;
	text-align: center;
	letter-spacing: .2px;
	align-content: center;
}

#plisseeFarbslider .slider-big {
	flex: 1 1 auto;
	position: relative;
	border-radius: 4px;
	overflow: hidden
}

#plisseeFarbslider .slider-big img {
	width: 820px;
	height: 150px;
	display: block;
	border-radius: 4px;
	object-fit: cover;
}

#plisseeFarbslider .slider-big h2 {
	position: absolute;
	display: grid;
	inset: 0;
	color: #fff;
	place-items: center;
	margin: 0;
	font-size: 48px;
	line-height: 1;
	letter-spacing: .5px;
	text-align: center;
	font-weight: 600;
	text-shadow: 0 2px 1px rgba(0, 0, 0, .6), 0 2px 8px rgba(0, 0, 0, .8);
	font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

#plisseeFarbslider .slider-big h3 {
	position: absolute;
	display: grid;
	inset: 0;
	color: #fff;
	place-items: center;
	margin: 0;
	font-size: 48px;
	line-height: 1;
	letter-spacing: .5px;
	text-align: center;
	font-weight: 400;
	text-shadow: 0 8px 32px rgba(0, 0, 0, .6), 0 2px 8px rgba(0, 0, 0, .8)
}

#plisseeFarbslider .slider-nav {
	position: absolute;
	inset: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	pointer-events: none
}

#plisseeFarbslider .slider-sr {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

@media (max-width: 1200px) {
	#plisseeFarbslider .slider-row {
		gap: 20px;
		justify-content: center;
	}

	#plisseeFarbslider .slider-chip {
		flex: 0 0 120px;
		height: 120px;
	}

	#plisseeFarbslider .slider-big {
		flex: 0 0 auto;
		display: block;
	}

	#plisseeFarbslider .slider-big img {
		width: 150px;
		height: 150px;
	}

	#plisseeFarbslider .slider-big h2 {
		font-size: 20px;
	}

	#plisseeFarbslider .slider-big h3 {
		font-size: 18px;
	}

	#plisseeFarbslider .slider-chip span {
		font-size: 16px;
	}
}

@media (max-width: 450px) {
	#plisseeFarbslider .slider-row {
		gap: 10px;
		justify-content: center;
	}

	#plisseeFarbslider .slider-chip {
		flex: 0 0 120px;
		height: 80px;
	}

	#plisseeFarbslider .slider-big {
		display: none;
	}

	#plisseeFarbslider .slider-chip img {
		height: 80px;
	}

	#plisseeFarbslider .slider-big img {
		width: 95px;
		height: 95px;
	}

	#plisseeFarbslider .slider-big h2 {
		line-height: 1.3;
	}

	#plisseeFarbslider .slider-big h3 {
		line-height: 1.3;
	}
}

/* Montage Beispiel Cards*/
.montageExampleCardWrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.montageExampleCardWrapper>div {
	width: 22%;
	flex-shrink: 1;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-width: 255px;
	max-width: 22%;
	gap: 1em;
}

.montageExampleCardWrapper .montageExampleImageWrapper {
	-webkit-box-shadow: 0px 0px 7px 0px #0000001A;
	box-shadow: 0px 0px 7px 0px #0000001A;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1;
	overflow: hidden;
}

.montageExampleCardWrapper .montageExampleImageWrapper img {
	max-width: 100%;
	max-height: 100%;
	width: 50%;
}

@media only screen and (max-width: 650px) {
	.montageExampleCardWrapper>div {
		width: 22%;
		flex-shrink: 1;
		flex-grow: 1;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		min-width: 255px;
		max-width: 100%;
	}
}

/*Box mit 2 Buttons unten*/
.rasterSEO .zweiButtonBox {
	display: flex;
	flex-direction: column;
	gap: 1em 0em;
	border: 2px solid #F3F4F6;
	border-radius: 6px;
	box-shadow: 0px 3px 4px #0000001A;
	width: 100%;
	max-width: 320px;
}

.zweiButtonBox h3 {
	margin: 1em 0em 0em 1em;
}

.zweiButtonBox img {
	max-width: 320px;
	width: 100%;
}

.zweiButtonBoxText {
	display: flex;
	flex-direction: column;
	gap: 1em 0em;
	margin: 0em 0em 1em 1em;
	justify-content: space-between;
	height: 100%;
}

/* Kleine Banner für verschiedenste Kategorien*/
@media(max-width: 1500px) {
	.miniBannerWrapper {
		grid-template-columns: 100% !important;
	}
}

.miniBanner {
	display: flex;
	-webkit-box-shadow: 0px 3px 4px 0px #0000001A;
	box-shadow: 0px 3px 4px 0px #0000001A;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}

.miniBanner h3 {
	margin: 0;
}

.miniBanner img {
	height: 10.778em;
	aspect-ratio: 1;
	object-fit: cover;
}

.miniBanner>div {
	padding: 1.056em 1.667em;
	height: 100%;
	width: 100%;
}

.miniBanner .bannerCorner {
	display: flex;
	padding: 0;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	width: 2.667em;
	aspect-ratio: 1;
	height: unset;
	background-color: var(--black);
}

@media(max-width: 600px) {
	.miniBanner {
		flex-direction: row;
		width: 100%;
	}

	.miniBanner img {
		height: 100%;
		aspect-ratio: 1;
		object-fit: cover;
		max-height: 160px;
	}

	.miniBanner>div {
		padding: 1em;
		height: 100%;
		width: 100%;
	}
}

@media(max-width: 400px) {
	.miniBanner h3 {
		font-size: 1.15rem;
	}
}

.miniBanner .bannerCorner svg {
	width: 1.333em;
	--svgColor: var(--white);
}

.miniBanner .ghostButton {
	/*float: right;*/
	margin-top: 1em;
}

.seoInfoBoxWithButton {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.seoInfoBoxWithButtonWrapper {
	display: flex;
	flex-direction: column;
}

.wrapperGroessenuebersicht {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	justify-content: space-around;
	margin-bottom: 3em;
}

.groessenuebersicht {
	display: flex;
	flex-direction: column;
	padding-top: 0;
	border: 2px solid var(--softWhite);
	box-shadow: 0px 3px 8px var(----shadowLightgray);
	max-width: 350px;
	border-radius: 4px;
}

.groessenuebersichtHead {
	display: flex;
	gap: 1em;
	padding-bottom: 1em;
}

.groessenuebersichtHead>span {
	padding: 1em;
}

.groessenuebersicht a:not(.primaryButton) {
	color: #000;
}

.groessenuebersicht .ueberschriftAlleGroessen {
	font-weight: 500;
	display: block;
	font-style: italic;
	margin: 1em 0;
}

.groessenuebersicht .wrapperUbersicht {
	border-top: 1px solid black;
	position: relative;
	margin: 1em;
}

.groessenuebersicht .iconMass {
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(0, -50%);
}

.groessenuebersicht .massBtns {
	display: flex;
	flex-wrap: wrap;
	margin: 1em 0;
	gap: 0.5em;
}

.groessenuebersicht .ghostButton {
	padding: 0.5em;
}

.typeFinden {
	color: #000;
	min-width: 225px;
	display: block;
	text-align: center;
}

.bildBeschriftet {
	position: relative;
}

.bildBeschriftet .beschriftungBild {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%);
	background-color: var(--primaryColor);
	padding: 1em;
	border-radius: 2em 2em 0em 2em;
	color: white;
	display: flex;
	align-items: center;
	gap: 0.5em;
	text-transform: uppercase;
}

.bildBeschriftet .beschriftungBild svg {
	--svgColor: #fff;
	width: 1.5em;
}

.bildBeschriftet .icon {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.5em;
	background-color: rgba(255, 255, 255, 0.8);
	width: 3em;
}

.linkRechtsbuendig {
	display: flex;
	justify-content: right;
}

.typfindung {
	display: flex;
	flex-wrap: wrap;
	gap: 2em;
	justify-content: space-between;
}

.typfindung .typfindungBox {
	width: calc(50% - 2em);
}

.typfindung img {
	max-width: 600px;
}

.typfindung .typenschild img {
	max-width: 400px;
}

@media (max-width: 768px) {
	.typfindung .typfindungBox {
		width: 100%;
	}

	.typfindung img,
	.typfindung .typenschild img {
		max-width: 100%;
	}
}

.SeoLandscapebanenr {
	display: flex;
	box-shadow: 0px 3px 4px #0000001A;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	color: var(--black);
	margin-bottom: 3.938em;
}

.SeoLandscapebanenr .bannerCornerTipp {
	position: absolute;
	top: 0.889em;
	left: 0;
	background-color: var(--black);
	padding: 0.5em;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	z-index: 1;
	color: #fff;
	text-align: center;
}

.SeoLandscapebanenr .bannerCornerTipp svg,
.SeoLandscapebanenr .bannerCornerTipp img {
	--svgColor: var(--white);
	width: 1.667em;
	display: block;
}

.SeoLandscapebanenr .cover {
	clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}

.SeoLandscapebanenr .cover>img {
	height: 100%;
	object-fit: cover;
}

.SeoLandscapebanenr .contentWrapper {
	padding: 0.889em 1.778em 2.222em 3.111em;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.SeoLandscapebanenr .contentWrapper .headline {
	font-size: 1.111em;
	margin-bottom: 0.5em;
	display: block;
	font-weight: 500;
}

.SeoLandscapebanenr .contentWrapper .textLine {
	line-height: 1.444em;
	margin-bottom: 0.667em;
}

.SeoLandscapebanenr .contentWrapper .optimalForWrapper {
	display: grid;
	grid-template-columns: repeat(2, min-content);
	column-gap: 0.5em;
	margin-bottom: 1.5em;
}

.SeoLandscapebanenr .contentWrapper .optimalForWrapper>* {
	white-space: nowrap;
}

.SeoLandscapebanenr .contentWrapper .optimalForWrapper .optimalFor {
	display: flex;
	align-items: center;
	grid-column: 2;
	gap: 0.5em;
}

.SeoLandscapebanenr .contentWrapper .optimalForWrapper .optimalFor svg {
	--svgColor: var(--primaryColor);
}

.SeoLandscapebanenr .contentWrapper .footerLine {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 750px) {
	.SeoLandscapebanenr {
		flex-direction: column;
	}

	.SeoLandscapebanenr .cover {
		max-width: 100%;
		max-height: min(100%, 10.667em);
		flex-shrink: 1;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}

	.SeoLandscapebanenr .contentWrapper {
		padding: 2.222em 1.778em;
	}
}

@media (max-width: 400px) {
	.SeoLandscapebanenr .contentWrapper {
		padding: 1em .75em;
	}

	.SeoLandscapebanenr .contentWrapper .optimalForWrapper {
		grid-template-columns: 100%;
	}

	.SeoLandscapebanenr .contentWrapper .optimalForWrapper>*:not(.optimalFor) {
		display: none;
	}

	.SeoLandscapebanenr .contentWrapper .optimalForWrapper .optimalFor {
		grid-column: 1;
	}
}

.imageTopCornerWrapper {
	position: relative;
}

.imageTopCornerWrapper .topCorner {
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	left: -2em;
	padding: 0.722em 1.056em;
	background-color: var(--primaryColor);
	border-radius: 1.6em 1.6em 0px 1.6em;
}

.ourTippWrapper {
	display: flex;
	color: var(--white);
	gap: 0.4em;
}

.ourTippWrapper svg {
	--svgColor: var(--white);
	width: 1.778em;
}

.ourTippWrapper .ourTippText {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ourTippWrapper .ourTippText span:first-child {
	font-size: 0.556em;
}

.ourTippWrapper .ourTippText span:last-child {
	font-size: 0.889em;
}









.farbSlider {
	display: grid;
	gap: 10px;
	grid-template-columns: 0.7fr 1fr 0.7fr;
	grid-template-rows: 54px;
	margin-bottom: 1em;
}

.farbSlider>* {
	height: 100%;
}

.farbSlider .currentColor {
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}


.farbSlider .arrowButton:nth-child(1) {
	background: var(--prevColor)
}

.farbSlider .arrowButton {
	border-radius: 4px;
	background: var(--nextColor)
}

.farbSlider .desctopGradient:nth-child(2) {
	background: linear-gradient(90deg, var(--prevColor) 0%, #fff 80%);
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding-left: 1em;
	justify-content: flex-start;
	text-align: left;
}

.farbSlider .desctopGradient {
	background: linear-gradient(90deg, #fff 20%, var(--nextColor) 100%);
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	color: #000;
	text-decoration: none;
	padding-right: 1em;
	justify-content: flex-end;
	text-align: right;
	transition-duration: 200ms;
}

.farbSlider .desctopGradient:nth-child(2):hover {
	background: linear-gradient(90deg, var(--prevColor) 30%, #fff 100%);
}

.farbSlider .desctopGradient:hover {
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	background: linear-gradient(90deg, #fff 00%, var(--nextColor) 70%);
}

@media (max-width: 900px) {


	.farbSlider {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		margin-bottom: 5em;
	}

	.farbSlider .desctopGradient {
		justify-content: flex-end;
		grid-row: 2;
		background: #fff !important;
		color: #000 !important;
	}

	.farbSlider .arrowButton:nth-child(1) {
		background: linear-gradient(90deg, var(--prevColor) 0%, #fff 80%);
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		justify-content: flex-start;
	}

	.farbSlider .arrowButton {
		background: linear-gradient(90deg, #fff 20%, var(--nextColor) 100%);
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		grid-row: 1;
		justify-content: flex-end;
		padding: 10px;
		box-sizing: border-box;
	}

	.farbSlider .currentColor {
		grid-row: 1;
		grid-column: 2/5;
		position: relative;
		z-index: 2;
	}
}


.farbSlider .desctopGradient.border,
.farbSlider .arrowButton.border,
.farbSlider .desctopGradient.border,
.farbSlider .arrowButton.border {
	position: relative;
}

.farbSlider .desctopGradient.border:before {
	content: "";
	width: calc(100% + 3px);
	height: calc(100% + 3px);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	border-radius: 4px;
	transform: translate(-50%, -50%);
	background: linear-gradient(90deg, #fff 20%, #000 80%);
}

.farbSlider .desctopGradient.border:nth-child(2):before {
	background: linear-gradient(90deg, #000 20%, #fff 80%);
}

.farbSlider .arrowButton.border:before {
	content: "";
	width: calc(100% + 3px);
	height: calc(100% + 3px);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	border-radius: 4px;
	transform: translate(-50%, -50%);
}

.farbSlider .arrowButton.border:before {
	background: #000;
}


@media (max-width: 900px) {

	.farbSlider .desctopGradient.border:before {
		background: none !important;
	}

	.farbSlider .arrowButton.border:nth-child(1):before {
		background: linear-gradient(90deg, #000 20%, #fff 80%);
	}

	.farbSlider .arrowButton.border:before {
		background: linear-gradient(90deg, #fff 20%, #000 80%);
	}
}


@media (max-width: 700px) {

	.farbSlider .desctopGradient,
	.farbSlider .currentColor h1 {
		font-size: 14px;
	}

}


.farbSlider .buttonCompliation {
	display: grid;
	grid-template-columns: 1fr 56px;
	grid-template-rows: 56px;
	gap: 10px;
	text-decoration: none;
	color: #000;
	transition-duration: 200ms;
}

.farbSlider .buttonCompliation:hover {
	scale: 1.03;
}

.farbSlider .buttonCompliation:nth-child(1) {
	grid-template-columns: 56px 1fr;
}

.farbSlider .buttonCompliation>* {
	height: 100%;
}

.farbSlider .buttonCompliation .desctopGradient {
	display: flex;
	align-items: center;
}

.farbSlider .buttonCompliation .arrowButton {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.farbSlider .buttonCompliation .arrowButton {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.farbSlider .buttonCompliation .arrowButton svg.desk {
	display: none;
}

@media (max-width: 900px) {
	.farbSlider .buttonCompliation {
		grid-column: 4/6;
		grid-row: 1;
		grid-template-columns: 1fr !important;
		grid-template-rows: 56px auto;
	}

	.farbSlider .buttonCompliation .arrowButton svg {
		display: none;
	}

	.farbSlider .buttonCompliation .arrowButton svg.desk {
		display: block;
	}

	.farbSlider .buttonCompliation .arrowButton {
		justify-content: flex-end;
	}

	.farbSlider .buttonCompliation .arrowButton:nth-child(1) {
		justify-content: flex-start;
	}

	.farbSlider .buttonCompliation:nth-child(1) {
		grid-column: 1/3;
	}
}