.module-card .headline {
	margin: 0 0 25px
}

.module-card .cardslider .card {
	position: relative;
	display: block;
	color: #fff;
	text-decoration: none;
	height: 300px;
	margin: 0 30px 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	overflow: hidden
}

.module-card .cardslider .card img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover
}

.module-card .cardslider .card img.scale {
	transform: scale(1.34)
}

.module-card .cardslider .card .mask {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, .1)
}

.module-card .cardslider .card .subheadline {
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 2;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .7)
}

.module-card .cardslider .card .headline {
	position: absolute;
	bottom: 5px;
	left: 20px;
	z-index: 2;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .7)
}

.module-card .cardslider .card a .caption {
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .7);
	padding: 10px 0;
	text-align: center;
	color: #fff;
	transition: bottom .15s;
	z-index: 10;
	display: block
}

.module-card .cardslider .card a:hover .caption {
	bottom: 0;
	transition: bottom .2s
}

.module-card .cardslider .card.type-small {
	width: 200px
}

.module-card .cardslider .card.type-small .headline {
	text-align: center;
	left: 5px;
	right: 5px
}

.module-card .cardslider .card.type-small img {
	aspect-ratio: 200/300
}

.module-card .cardslider .card.type-square {
	width: 320px
}

.module-card .cardslider .card.type-square img {
	aspect-ratio: 320/300
}

.module-card .cardslider .card.type-along {
	width: 380px
}

.module-card .cardslider .card.type-along img {
	aspect-ratio: 380/300
}

.module-card .cardslider .card.type-video {
	max-width: 533px;
	min-width: 200px
}

.module-card .cardslider .card.type-video img {
	aspect-ratio: 16/9
}

.module-card .cardslider .card.type-video .headline {
	text-align: center;
	left: 5px;
	right: 5px
}

.module-card .cardslider .card.type-video .play {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 80px
}

.module-card .cardslider .card.sh-right .subheadline {
	left: auto;
	right: 20px
}@media (min-width:768px) and (max-width:1023px) {
	.module-card .cardslider .card {
		margin: 0 25px 0 0
	}

	.module-card .cardslider .card.type-square {
		width: 280px;
		height: 280px
	}

	.module-card .cardslider .card.type-along {
		width: 280px;
		height: 221px
	}

	.module-card .cardslider .card img {
		width: 100%;
		height: 100%
	}

}

@media (min-width:568px) and (max-width:767px) {
	.module-card .cardslider .card {
		margin: 0 20px 0 0
	}

	.module-card .cardslider .card.type-square {
		width: 240px;
		height: 240px
	}

	.module-card .cardslider .card.type-along {
		width: 240px;
		height: 190px
	}

	.module-card .cardslider .card img {
		width: 100%;
		height: 100%
	}

}

@media (max-width:567px) {
	.module-card .cardslider .card {
		margin: 0 15px 0 0
	}

	.module-card .cardslider .card.type-video {
		max-width: 280px;
		height: 157.5px
	}

	.module-card .cardslider .card.type-video .play {
		font-size: 50px
	}

	.module-card .cardslider .card.type-square {
		width: 210px;
		height: 210px
	}

	.module-card .cardslider .card.type-along {
		width: 210px;
		height: 165px
	}

	.module-card .cardslider .card img {
		width: 100%;
		height: 100%
	}

}