.vorteile_block_slider{
	display: flex;
	align-items: center;
margin-top: 3vh;

}
.vorteile_block_slider .slick-list{
	padding-bottom: 4px;
}
.vorteile_card{
	margin: 0 10px;
	width: 400px;
	padding: 0 0 20px;
}

.vorteile_card img{
	width: 100%;
	object-fit: cover;
}
.vorteile_card h4{
	padding: 0.5em 20px 0;
}
.vorteile_card p.description,
article .vorteile_card p.description {
	padding: 10px 20px;
	margin:0;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
}

.vorteile_card .centered{
	display: flex;
	justify-content: center;
}

.vorteile_card .centered a{
border:1px solid black;
}


.vorteile_block_slider .slick-arrow{
	color: white;
	font-size: 40px;
	filter:drop-shadow(2px 2px 4px #00000030);
	cursor: pointer;
}
