.carousel {
	/*background: #EEE;*/
	box-sizing: border-box; 
	/*margin-bottom: 10%;*/
}

.carousel-cell {
	margin-right: 2.5vw;
}
.carousel-cell p {
	word-wrap: break-word;
	white-space:normal;
	padding-top: 2vw;
	margin-bottom: 4vw;
}

.carousel img {
	width: 100%;
}



.slider {
	box-sizing: border-box; 
	
	
	/* blockiert aber responsive: */
	/*width: 345px;*/
	
	/* oder responsive blockieren in: tmplt_3palten.css:
	.reiheItemRechts {
	width: 100% !important; */
}

.slider-cell {
	margin-right: 0;
	width: 100% !important;
}
.slider-cell p {
	word-wrap: break-word;
	white-space:normal;
	padding-top: 2vw;
	margin-bottom: 4vw;
}

.slider img {
	width: 100% !important;
}


/*.slider {
	box-sizing: border-box; 
	
	max-width: 100%;
}

.slider-cell {
  width: 345px !important;
  margin-right: 0px;
  background: #333;
}
.slider-cell p {
	word-wrap: break-word;
	white-space:normal;
	padding-top: 2vw;
	margin-bottom: 4vw;
}

.slider img {
width: 345px !important;	
  display: block;
  max-height: 100%;
  margin: 0 auto;
  max-width: 100%;
}*/