.ce_rsce_wertebild {
	position: relative;
	
}
.ce_rsce_wertebild picture img {
	width: 100%;
	height: auto;
	
}
.ce_rsce_wertebild__overlay,
.ce_rsce_wertebild__text {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0rem;
	top: 0rem;
		
}
.ce_rsce_wertebild__overlay {
	background-color: var(--color1);
/* 	mix-blend-mode: multiply; */
	opacity: .7;
	
}
.ce_rsce_wertebild__text {
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.ce_rsce_wertebild__text-content {
	color: white;
	font-size: clamp(1.3rem,3vw,6rem);
	font-family: var(--font-hl);
	text-align: center;
	
}
@media screen and (min-width: 768px){
	.ce_rsce_wertebild__text-content br {
		display: none;
		
	}	
	
}

