.block-1-hero.typeB .sectionInner{
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding-top: 30rem;
	padding-bottom: 16rem;
	-webkit-box-shadow: var(--shadow);
	box-shadow: var(--shadow);
}

.block-1-hero.typeB .bgColorHelper{
	position: absolute;
	width:100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.block-1-hero.typeB .bgImgHelper{
	position: absolute;
	width:100%;
	height: 100%;
	top: 0;
	background-repeat:no-repeat;
	background-size:cover!important;
}


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

.block-1-hero h1{
	color:white;
}

.overlay {
    background: rgba(0, 0, 0, .35); /* Transparente Überlagerung */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.block-1-hero .ctaTert{
	color:#fff;
	font-weight: 700;
}
.block-1-hero .ctaTert:after{
	background-color:#fff;
}
.block-1-hero .ctaBtn{
	margin-top:3rem;
}

@media (max-width: 767px){
	.block-1-hero .textWrap{
		margin-top: 10rem;
	}
	
	.block-1-hero.typeB .bgColorHelper{
		width:100%;
	}
	.block-1-hero.typeB .bgImgHelper{
	    width: 100%;
		left: 0;	
		height: 30rem;
	}
	.block-1-hero.typeB .sectionInner{
		padding-top: 23rem;
		padding-bottom: 0;
	}
	.block-1-hero.typeB .mainContainer{
		position: relative;
	}
	
}