#leistungen{
	display: flex; flex-direction: column; padding: 0;
}
.reference-item > div{
    height: 100%;
}
.reference-item img:first-of-type{
	display: flex;
	margin: 0;
	width: 100%;
}
.reference-item img:nth-of-type(2){
	display: flex;
	margin: 0.35rem auto; margin-bottom: 0.4rem; margin-left: 0;
	width: 80%;
}
.reference-item > div > p {
	margin-top: 0;	
}
.reference-details-wrapper {
    display: flex; flex-direction: column; width: 100%;
}
.reference-details-wrapper img {
    max-height: 35vh; max-width: 100%; height: auto; width: auto;
    filter: drop-shadow(-0.25rem 0.25rem 0.2rem #000000a0);
    margin: auto; margin-top: 1rem; margin-bottom: 2rem;
}