.ce_rsce_leistung {
	display: grid;
	/* margin-bottom: 3rem; */
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	grid-column-gap: 2rem;
}
#projektplanung .ce_rsce_leistung__icon {
	border-bottom-right-radius: var(--round-corner-icon);
	/* background-color: red; */
}
#engineering .ce_rsce_leistung__icon {
	border-top-right-radius: var(--round-corner-icon);
	/* background-color: gray; */
}
#produktion-bauvorbereitung .ce_rsce_leistung__icon {
	border-bottom-right-radius: var(--round-corner-icon);
}
#wartung-service .ce_rsce_leistung__icon {
	border-top-right-radius: var(--round-corner-icon);
}
.ce_rsce_leistung__col1 {
	margin-bottom: 1rem;
}
.ce_rsce_leistung__col2 {
	
}
.ce_rsce_leistung__icon {
	width: 100%;
	border: var(--border-thickness) solid var(--color1);
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	height: 14rem;
}
.ce_rsce_leistung__icon img {
	width: 6rem;
	display: block;
	/* justify-self: center; */
	align-self: center;
}
.ce_rsce_leistung__title {
	text-align: center;
	font-size: var(--md);
	font-family: var(--font-hl);
}
.ce_rsce_leistung__text {
	max-width: 50rem;
	
}
.ce_rsce_leistung__text p {
	font-size: var(--xl);
	line-height: var(--lh-xl);
	font-family: var(--font-light);
	
}
@media screen and (min-width: 768px){
	.ce_rsce_leistung {
	grid-template-columns: 16rem 1fr;
	}
	.ce_rsce_leistung__col1 {
	
	}
	.ce_rsce_leistung__col2 {
	
	}
	.ce_rsce_leistung__icon {
		/* width: 10rem; */
		height: 16rem;
	}
	.ce_rsce_leistung__icon img {
		width: 9rem;
	}
	.ce_rsce_leistung__title {
	
	}
	.ce_rsce_leistung__text {
	
	}	
	
}
@media screen and (min-width: 992px){
	.ce_rsce_leistung {
	/* margin-bottom: 6rem; */
	padding-top: 2rem;
	padding-bottom: 5rem;
	grid-column-gap: 6rem;
	grid-template-columns: 20rem 1fr;
	}
	.ce_rsce_leistung__col1 {
	
	}
	.ce_rsce_leistung__col2 {
	
	}
	.ce_rsce_leistung__icon {
		height: 20rem;
		width: 20rem;
	}
	.ce_rsce_leistung__icon img {
		margin-top: -1.3rem;
	}
	.ce_rsce_leistung__title {
	
	}
	.ce_rsce_leistung__text {
	
	}	
	
}
