


.slider{
	position: relative;
}
	.slider .slide{
		position: relative;
	}
	.slider .bannerMobile{
		display: none;
	}

		.slider .pfeil_slider {
			background-image: url(/assets/svg/pfeil_rechts_schwarz.svg);
			background-repeat: no-repeat;
			background-size: cover;
			width: 3em;
			height: 3em;
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			backdrop-filter: blur(8px);
			background-color: rgba(255,255,255,0.4);
			
		}
			.slider .pfeil_slider.pfeil_slider_links{
				left: 2em;
				transform: translateY(-50%) rotate(180deg);
			}

			.slider .pfeil_slider.pfeil_slider_rechts{
				right: 2em;
			}
		
		.slider img{
				width: 100%;
		}
		.slider .slider_beschriftung{
			position: absolute;
			top: 10%;
			left: 38%;
			width: 52%;
			color: #FFFFFF;
			border-radius: 2px;			
		}
		.slider .button{
			font-size: 1.375em;
			padding: 1em 2em;
			margin-top: 1em;
			display: inline-block;
		}
			.slider .button.buttonMitIcon{
				padding-right: 3em;
			}
			.slider .slider_beschriftung .slider_text{
				padding: 2em;
				backdrop-filter: blur(8px);
				background-color: rgba(0,0,0,0.2);
			}
			.slider .slider_beschriftung .slider_ueberschrift{
				font-size: 2.8em;
				text-transform: uppercase;
				font-weight: 500;
			}
			.slider .slider_beschriftung p{
				font-size: 1.25em;
				font-weight: 300;
			}

.buttonFachhaenderRegistrieren{
	background-image: url("/assets/svg/icon_registrieren.svg");
}
.modelluebersicht{
	width: 80%;
	margin: 5em auto 2em auto;
}
	.modelluebersicht .flex-contain{
		margin-top: 3em;		
	}

	.modelluebersicht .modellbild{
		margin: 1em 0;
		max-width: 90%;
	}
	.modelluebersicht .button{
		width: 70%;
		margin: 0.5em 0;
		padding: 1em 2.5em;
    	font-size: 0.75em;
	}
		.modelluebersicht .button.buttonMitIcon{
			background-image: url("/assets/svg/pfeil_rechts_weiss.svg");
		}
		.modelluebersicht .buttonGhost.buttonMitIcon{
			background-image: url("/assets/svg/pfeil_rechts_schwarz.svg");
		}
	.modelluebersicht .logo{
		max-width: 65%;
	}

	.modelluebersicht .logobox{
		display: flex;
		justify-content: center;		
	}
		.modelluebersicht .logobox .item-box-C{
			border: none;
		}



.teaserBand{
	display: flex;
	justify-content: center;
	width: 100%;
	background-color: #EAEDEE;
	margin-bottom: 3em;
}
	.teaserBand p{
		margin: 1em 0;
		font-size: 1.125rem;
		line-height: 1.5em;
	}
	.teaserBand .teaserBandInfos{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
	}



	.teaserBand ul li{
		font-size: 1.25em;
		font-weight: 300;
		list-style-type: none;
		margin: 0.5em 0;
	}
		.teaserBand ul li:before{
			content: url('/assets/img/startseite/haken.svg');
			vertical-align: middle;
			margin-right: 0.5em;
		}
	
	.teaserBand .partner{
		width: 75%;
		margin-top: 5em;
	}
	.teaserBand .logos{
		display: flex;
		flex-wrap: wrap;
		width: 85%;
		justify-content: center;
		margin: 5em 0;
	}
		.teaserBand .logos img{
			max-width: 20em;
			max-height: 10em;
			margin: 1em 2.5em;
			width: auto;
		}



.flipster__button{
	opacity: 1;
	z-index: 10;
}
.flipster__button svg{
	stroke: #000000;
	stroke-width: 1.5px;
}

.anzeigeGrosshaendlerWerden{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 65%;
	margin: 2em auto;
	justify-content: center;
	box-shadow: 0px 3px 6px #00000029;
	padding: 2em;
	background-color: white;					
}
	.anzeigeGrosshaendlerWerden span{
		margin: 1em 2em;
		font-size: 1.5em;
		text-align: center;
	}

.fachhaendlerVorteile{
	width: 80%;
	margin: 2em auto;
}
	/*
	.fachhaendlerVorteile .uebersichtVorteile {
		display: grid;
		grid-template-columns: repeat( auto-fit, minmax(min-content, 475px) );
		margin: 3em auto;
		grid-gap: 4rem 1.4rem;
		justify-content: center;
	}
	*/
	.fachhaendlerVorteile .uebersichtVorteile {
		display: grid;
		grid-template-columns: repeat( auto-fit, minmax(min-content, 480px) );
		margin: 3em auto;
		grid-gap: 4rem 1.4rem;
		justify-content: center;
	}
		.fachhaendlerVorteile .uebersichtVorteile img{
			max-width: 100%;
		}
		.fachhaendlerVorteile .vorteilsBox{
			display: flex;
			flex-direction: column;
			font-size: 1.25em; 
		}
		.fachhaendlerVorteile .vorteilsBox.ohneBild{
			background-color: #EAEDEE;
			padding: 1em;
		}

			.fachhaendlerVorteile .vorteilsBox span{
				font-size: 1.5rem;
				font-weight: 500;
			}
			.fachhaendlerVorteile .vorteilsBox span:not(.fachhaendlerVorteile .vorteilsBox.ohneBild span){
				margin-top: 0.5em;
				font-size: 1.75rem;
				line-height: 1em;
				font-weight: 500;
				display: flex;
				gap: 0.5rem;
				align-items: center;
			}
				.fachhaendlerVorteile .vorteilsBox span:after{
					content: url(/assets/img/haken_schwarz.svg);	
				}


.ueberschriftProdukte {
	margin: 0 auto;
	width: 80%;
}



.textZweispaltig {
	display: flex;
	width: 80%;
	margin: 3em auto;
	align-items: center;
	text-decoration: none;
	color: #000;
}
.textZweispaltig .mobile {
	display: none;
}
.textZweispaltig:nth-child(even) {
	justify-content: end;
}
	.textZweispaltig h3{
		margin: 1em 0;
	}
	.textZweispaltig p {
		font-size: 1.5rem;
		width: 100%;
		max-width: 840px;
	}
	.textZweispaltig img{
		/*max-width: 33%;*/
		width: 390px;
	}
	.textZweispaltig > *:first-child{
		margin-right: 3em;
	}

	.textZweispaltig .wrapperUeberschriftMitIcon{
		display: flex;
		align-items: center;
	}
		.textZweispaltig .wrapperUeberschriftMitIcon img {
			max-width: 2em;
			margin-right: 0.5em;		
		}

.schweizHinweis {
  background-color: #f4f4f4;
  padding: 2rem 1rem;
  margin-top: 2rem;
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}

.schweizHinweis p {
  font-size: 1.1rem;
  font-weight: 500;
  color: #333;
}

.schweizHinweis a {
  color: #0074c2;
  text-decoration: underline;
}

.schweizHinweis a:hover {
  text-decoration: none;
}

.schweizHinweis img {
  max-width: 370px;
  height: auto;
}

.about-us-cont	{
	display: flex;
	flex-direction: column;					
}
	#read-more-about-us-cont, #read-less-about-us-cont{
		font-weight: 500;
		text-decoration: underline;
	}


.hinweisKontakt .infoFirma{
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	align-items: center;
	background-image: url(/assets/img/startseite/support.jpg);	
	background-size: 30em;
	background-repeat: no-repeat;
	background-position: 100% 0%;
	padding-right: 17em;
	padding-top: 2em;
}
	.hinweisKontakt .infoFirma .anschrift{
		font-size: 1.375em;
		font-weight: 300;
		line-height: 1.5;
		margin-bottom: 1.8em;
	}
	.hinweisKontakt .infoFirma .logo{
		max-width: 100%;
	}
	.hinweisKontakt .infoFirma .button{
		background-image: url(/assets/svg/pfeil_rechts_weiss.svg);
	}


.hinweisKontakt .button{
	display: inline-block;
	margin-bottom: 1.5em;
}


@media (max-width: 1000px) {
	
	.textZweispaltig{
		flex-direction: column;
	}
		.textZweispaltig img{
			order: 0;
			max-width: 80%;
			align-self: center;
		}
		.textZweispaltig > *:not(.textZweispaltig img){
			order: 2;
		}
		.textZweispaltig > *:first-child{
			margin: 0.5em auto;
		}
		.textZweispaltig p {
			text-align: center;
		}
	.anzeigeGrosshaendlerWerden{
		width: 85%;
	}

	.hinweisKontakt .infoFirma {	
		background-size: 90%;
		background-position: 50% 0;
   	 	padding-top: 15em;
    	padding-right: 0;
	}

	.slider .slider_beschriftung{
		left: 30%;
		width: 60%;
	}
		.slider .slider_beschriftung .slider_ueberschrift{
			font-size: 1.5em;
		}
		.slider .button{
			font-size: 1em;
		}
	.modelluebersicht{
		justify-content: center;
	}
		.modelluebersicht .linkersatz{
			padding: 0.7em;
		}
		.modelluebersicht .button{
			width: 100%;
		}
		

}


@media (max-width: 500px) {

	.slider .slider_beschriftung .slider_ueberschrift{
		font-size: 1.25em;
	}
	.slider .button{
		font-size: 0.875em;
	}

	.anzeigeGrosshaendlerWerden{
		padding: 1em;
	}
	.anzeigeGrosshaendlerWerden span{
		font-size: 1.125em;
		margin: 1em;
	}

	.fachhaendlerVorteile .vorteilsBox{
		font-size: 1em; 
	}	
		.fachhaendlerVorteile .vorteilsBox span{
			font-size: 1.125rem;
			display: flex; /*damit das :after Pseudoelement (Haken) nicht alleine auf eine eigene Zeile umbricht sondern lieber das Wort umbricht*/
			align-items: center;
		}	


	.slider .slider_beschriftung .slider_text{
		padding: 0.5em;
	}
	.slider .bannerMobile{
		display: initial;
	}
	.slider .bannerDesktop, .slider .pfeil_slider{
		display: none;
	}

	.textZweispaltig{
		margin: 1em auto;
	}
	.textZweispaltig .desktop {
		display: none;
	}
	.textZweispaltig .mobile {
		display: block;
	}
		.textZweispaltig img{
			max-width: 100%;
		}
		.textZweispaltig p{
			margin-top: 1em;
			font-size: 1.25rem;
		}
	.teaserBand p{
		margin: 0 0 1rem 0;
		font-size: 1rem;
	}
}