
.boxenmodul_mit_bild_after{
	/*Hier wird das Bild "untergeschoben"*/
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 1;
}

.boxenmodul_mit_bild_before{
	/*Hier ist der Inhalt*/
	height: 100%;
	z-index: 2;
	position: relative;
	/*background-color: rgba(0, 0, 0, 0.6);*/
	color: white;
	
	/*Inhalte in ihrem Eltern-Element zentrieren*/
	display: flex;
	/*Inhalte Horizontal einmitten*/
	/*align-items: center;
	justify-content: center;*/
}