.block-1-hero.typeB {
	position: relative;
}

.block-1-hero.typeB .sectionInner {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding-top: 6rem;
	padding-bottom: 3rem;
}

.block-1-hero.typeB .bgColorHelper {
	position: absolute;
	width: calc( ( 1170px * 0.45 ) + ( ( 100vw - 1170px ) / 2 ) );
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.block-1-hero.typeB .bgImgHelper {
	position: absolute;
	width: calc( ( 1170px * 0.66666666666666 ) + ( ( 100vw - 1170px ) / 2 ) );
	height: 100%;
	top: 0;
	left: calc( 50% - ( 1170px * 0.1666666666666667 ) );
	z-index: -2;
	background-repeat: no-repeat;
	background-size: cover;
}

.block-1-hero .perspectiveH1 {
	margin-bottom: 4rem;
	white-space: nowrap;
}

.block-1-hero .perspectiveH1 .innerWrap {
	display: block;
}

.block-1-hero .perspectiveH1 .innerWrap.greyWrap {
	margin-top: -1rem;
}

.block-1-hero .textWrap {
	padding-bottom: 3rem;
}

.block-1-hero .sectionInner {
	-webkit-box-shadow: -2px 8px 11px 0px rgba(0,0,0,0.16);
	box-shadow: -2px 8px 11px 0px rgba(0,0,0,0.16);
}

.block-1-hero .additonalTextWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	overflow: hidden;
}

.block-1-hero .ctaBtn {
	margin-top: 3rem;
}

.block-1-hero.typeB .sectionInner {
	min-height: 480px;
}

.block-1-hero.typeB .bgImgSlider,
.block-1-hero.typeB .bgImgSlider .slick-list,
.block-1-hero.typeB .bgImgSlider .slick-track {
	height: 100%;
}

.block-1-hero.typeB .bgImgSlider .slick-slide,
.block-1-hero.typeB .bgImgSlider .slick-slide > div {
	height: 100%;
}

.block-1-hero.typeB .bgImgSlider .bgImgSlide {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.block-1-hero.typeB .bgImgSlider .slick-dots {
	position: absolute;
	bottom: 2rem;
	right: 2rem;
	left: auto;
	display: flex !important;
	gap: 0.8rem;
	width: auto;
}

.block-1-hero.typeB .bgImgSlider .slick-dots li {
	width: 1.2rem;
	height: 1.2rem;
	margin: 0;
}

.block-1-hero.typeB .bgImgSlider .slick-dots li button {
	width: 1.2rem;
	height: 1.2rem;
	padding: 0;
	border-radius: 50%;
	background: rgba(91, 107, 159, 0.5);
}

.block-1-hero.typeB .bgImgSlider .slick-dots li button:before {
	content: '';
	width: 1.2rem;
	height: 1.2rem;
	border: 2px solid #fff;
	border-radius: 50%;
	background-color: transparent;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
}

.block-1-hero.typeB .bgImgSlider .slick-dots li.slick-active button:before {
	opacity: 1;
	background-color: #5B6B9F;
}

.block-1-hero.typeB .bgImgSlider .slick-dots li.slick-active button,
.block-1-hero.typeB .bgImgSlider .slick-dots li:hover button {
	background-color: #5B6B9F;
	border: 1px solid #5B6B9F;
}

.mitgliedschaft-logo img {
	max-height: 60px;
	width: auto;
	opacity: 0.7;
}

.mitgliedschaft-logo {
	margin-top: 2rem;
	text-align: center;
}

.mitgliedschaften-logos .flexRow {
	justify-content: center;
}

.mitgliedschaften-text {
	text-align: center;
	margin-top: 5rem;
}

.mitgliedschaften-logos {
	padding-bottom: 3rem;
}

.hero-siegel {
	position: absolute;
	bottom: 20%;
	left: 46%;
	transform: translate(-50%, 50%);
	z-index: 2;
	width: 130px;
	height: 130px;
}

.hero-siegel img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.35));
}

@media (max-width: 767px) {
	.block-1-hero .textWrap {
		margin-top: 10rem;
	}

	.block-1-hero.typeB .bgColorHelper {
		display: none;
	}

	.block-1-hero.typeB .bgImgHelper {
		width: 100%;
		left: 0;
		height: 30rem;
		z-index: -1;
	}

	.block-1-hero.typeB .sectionInner {
		padding-top: 23rem;
		padding-bottom: 0;
	}

	.block-1-hero.typeB .mainContainer {
		position: relative;
	}

	.block-1-hero.typeB .mainContainer:before {
		position: absolute;
		width: 100%;
		height: 7rem;
		top: 0;
		left: 0;
		z-index: -2;
		-webkit-transform: skewY(2deg);
		    -ms-transform: skewY(2deg);
		        transform: skewY(2deg);
		-webkit-transform-origin: 0% 0%;
		    -ms-transform-origin: 0% 0%;
		        transform-origin: 0% 0%;
	}

	.block-1-hero.typeB .mainContainer:after {
		position: absolute;
		width: 100%;
		height: calc( 100% - 5rem);
		top: 5rem;
		left: 0;
		z-index: -2;
	}

	.block-1-hero .perspectiveH1 .innerWrap.greyWrap {
		margin-top: 0.75rem;
	}

	.block-1-hero span.redPart > span {
		padding: 1.5rem 3.5rem;
	}

	.mitgliedschaft-logo img {
		max-height: 50px;
		width: auto;
	}

	.block-1-hero.typeB .bgImgSlider .slick-dots {
		bottom: 1rem;
		right: 1rem;
	}

	.hero-siegel {
		top: 36rem;
		bottom: auto;
		left: 82%;
		transform: translate(-50%, -50%);
	}

	.hero-siegel img{
		width: 9rem;
	}
}

@media (max-width: 580px) {
	h1.perspectiveH1, .block-1-hero span.greyPart > span {
		font-size: min(2.5rem, 5vw);
	}

	.block-1-hero .perspectiveH1 .innerWrap.greyWrap {
		margin-top: 0.875rem;
	}

	.block-1-hero.typeB span.greyPart > span {
		margin-left: -1rem;
		padding: 1.2rem 3rem;
	}

	.block-1-hero.typeB .redPart {
		margin-left: 5rem;
	}

	.block-1-hero .perspectiveH1 {
		margin-bottom: 5rem;
		margin-top: 4rem;
	}

	.block-1-hero .additonalTextWrap {
		text-align: center;
	}

	.block-1-hero .additonalTextWrap span {
		display: block;
	}
}