.text-wrapper {
	position: relative;
	max-width: 100%;
}

.text-container {
	width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
/*	
.pIheight100 img {
	height: 100px;
}

.pIheight150 img {
	height: 150px;
		}	

.pIheight200 img {
	height: 200px;
}	

.pIheight250 img {
	height: 250px;
}

.pIheight300 img {
	height: 300px;
}	
*/
.textImg img {
	width: 100%; 
	display: block;
	object-fit: cover;
	transition: all .5s ease;
	object-position: center;
}

.textImg img:hover {
	transform: scale(1.2);
}

.textImg {
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}

.textTitel {
	padding: 5px;
	font-weight: 600	
}

.textDataImgText{
	padding: 5px;
}



@media (max-width: 768px) {
.textImg {
	width: 48%;
	margin-top: 5px;
	margin-bottom: 5px;
}
}