#leistung-bg{
	position: absolute;

	width: 100%;
	min-height: 72rem;
}

#leistung-title{
	margin-top: 5rem;
	margin-bottom: 5rem;
	text-align: center;

	padding: 0rem 2rem;
}

#leistung-body{
	position: relative;

	background-color: rgba(0,0,0,.8);
}

.leistung-sec{
	margin-bottom: 4rem;

	background-color: rgba(255, 255, 255, .2);

	padding: 1rem 2rem;
}

.leistung-text{
	text-align: justify;
}