.block-10-text-und-bild .referenzInnerWrap{
	position: relative;
}

.block-10-text-und-bild .referenzInnerWrap .bgHelper{
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	top: 0;
	right: 0;
	width: calc(100% - 270px);
	height: 100%;
	z-index: -1;
}

.block-10-text-und-bild .bgHelper img{
	position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.block-10-text-und-bild  .arrowLinkWrap{
  color: var(--white);
}

.block-10-text-und-bild .arrowIcon svg path{
  stroke: var(--white);
}

.block-10-text-und-bild .arrowIcon svg path{
  stroke: var(--white);
}

.block-10-text-und-bild  .referenzTextWrap{
	color: var(--white);
}

.block-10-text-und-bild{
	position: relative;
}

@media(min-width: 992px){
	.block-10-text-und-bild .referenzInnerWrap{
		min-height: 40rem;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.block-10-text-und-bild .referenzTextWrap{
		z-index: 2;
		position: relative;
		color: var(--white);
		padding: 8rem 6rem;
		max-width: 37%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-line-pack: justify;
		    align-content: space-between;
	}

	.block-10-text-und-bild .referenzTextWrap > *{
		width: 100%;
	}

	.block-10-text-und-bild .referenzInnerWrap:before{
		content: '';
		position: absolute;
		height: 100%;
		width: 55%;
		background-size: 100% 100%;
		background-image: url('../../assets/images/block-9-bg.svg');
	}

	.block-10-text-und-bild.imgRight .referenzInnerWrap:before{
		top: 0;
		left: 0;
	}

	.block-10-text-und-bild.imgLeft .referenzInnerWrap:before{
		top: 0;
		right: 0;
		-webkit-transform: rotateY(180deg);
		        transform: rotateY(180deg);
	}

	.block-10-text-und-bild.imgLeft .bgHelper{
		right: unset;
		left: 0;
	}

	.block-10-text-und-bild.imgLeft .referenzInnerWrap{
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}

	.block-10-text-und-bild.imgLeft .referenzTextWrap{
		text-align: right;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}

	.block-10-text-und-bild.imgLeft .arrowLinkContainer .arrowLinkWrap{
		position: absolute;
		top: -.9rem;
		left: 100%;
		margin-left: -20.7rem;
		width: 23rem;
	}

	.block-10-text-und-bild.imgLeft .firmaWrap{
		left: 3rem;
		right: unset;
	}

	.block-10-text-und-bild .mobileImage{
		display: none;
	}
}

@media(max-width: 991px){

	.block-10-text-und-bild .mobileImage{
		display: block;
		background-size: cover;
		background-position: center;
	}

	.block-10-text-und-bild .referenzTextWrap{
		margin-top: -2px;
		padding: 3rem 4rem;
		background-color: var(--blue1);
	}

	.block-10-text-und-bild .referenzInnerWrap{
		background-image: none!important;
		position: relative;
	}

	.block-10-text-und-bild .referenzInnerWrap .bgHelper{
		display: none!important;
	}
	
	.block-10-text-und-bild .arrowLinkContainer{
		margin-top: 3rem;
	}

}