.elternstimmen-wrapper {
	display: flex; 
	align-items: flex-start;
	margin: 2.5rem 0;
	width: 100%; 
}

.elternstimmen-wrapper .swiper-container {
	margin: 0 0 0 1.5em;
}

.helfen-hilft-slider-elternstimmen {
	border-bottom: 0; 
}


.helfen-hilft-slider-elternstimmen .swiper-pagination {
	text-align: left; 
    bottom: -6px;

}

.helfen-hilft-slider-elternstimmen .swiper-slide {
	max-width: 100%;
}


.helfen-hilft-slider-elternstimmen .blockquote-title {
	font-family: 'Roboto Condensed', 'Roboto', sans-serif;
	text-transform: uppercase; 
	color: #dadee2;
	display: block;
	margin-top: 10px; 
}

.helfen-hilft-slider-elternstimmen blockquote {
	font-family: 'Roboto Condensed', 'Roboto', sans-serif;
	font-size: 1.3em; 
	color: #07243d;
	margin-left: 0; 
	margin-bottom: 0;
}



.helfen-hilft-slider-elternstimmen .blockquote-author {
	font-style: italic; 
	color: #dadee2;
	display: block; 
	margin-top: .4em; 
	margin-bottom: .6em; 
}


@media (max-width: 600px) {
	.elternstimmen-wrapper {
		flex-direction: column;
    	width: 100%;
	}
	.elternstimmen-wrapper .swiper-container {
		margin: 0 ;
		width: 100%; 
	}
	.helfen-hilft-slider-elternstimmen blockquote {
		font-size: 1.1em;  
	}
}