

/*
 * Swiper_XH
 * Frank Seidel, Olaf Penschke
 * Stylesheet for "set_start
 */
 
/* The following line is mandatory. Do not delete it! */

.SW-1  {
	overflow: hidden;
	padding-top: 25px;
	padding-bottom: 15px;
	background: #000;
	--swiper-theme-color: #f1c40f;
}
.SW-1 .swiper-slide {
	width: 90%;
	height: 390px;
	background: #fafafa;
	border-radius: .5em;
	box-shadow: -2px -2px 2px rgba(0,0,0,.25) inset,
	2px 2px 2px rgba(255,255,255,.75) inset;
}
.SW-1 .swiper-container-coverflow .swiper-wrapper{
    -ms-perspective:1200px
}
.SW-1 .swiper-container-3d{
    -webkit-perspective:1200px;
    perspective:1200px
}

.SW-1 .cardPicture {
	overflow: hidden;
	width: 75%;
	height: 390px;
	border-radius: .5em .5em 0 0;
	box-shadow: -2px -2px 2px rgba(0,0,0,.25) inset,
	2px 2px 2px rgba(255,255,255,.5) inset;
}
.SW-1 .cardDetail {
	padding: 2em;
    text-align: center;
}
.SW-1 .cardTitle {
	font-weight: bold;
	font-size: 1.25em;
	margin: 0 !important;
	color: #444;
}
.SW-1 .cardSubtitle {
	font-size: .9em;
}
.SW-1 .t-1 {
	background: url(images/coverflow02.jpg);
	background-position: center;
	background-size: cover;
}
.SW-1 .t-2 {
	background: url(images/coverflow01.jpg);
	background-position: center;
	background-size: cover;
}
.SW-1 .t-3 {
	background: url(images/coverflow03.jpg);
	background-position: center;
	background-size: cover;
}
.SW-1 .t-4 {
	background: url(images/coverflow04.jpg);
	background-position: center;
	background-size: cover;
}
.SW-1 .t-5 {
	background: url(images/coverflow05.jpg);
	background-position: center;
	background-size: cover;
}
.SW-1 .t-6 {
	background: url(images/coverflow06.jpg);
	background-position: center;
	background-size: cover;
}
.SW-1 .t-7 {
	background: url(images/coverflow07.jpg);
	background-position: center;
	background-size: cover;
}
.SW-1 .t-8 {
	background: url(images/coverflow08.jpg);
	background-position: center;
	background-size: cover;
}
.SW-1 .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
    color: #fff;                                    
}
.SW-1 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	color: #fff;
	opacity: .9;
}

/* The following line is mandatory. Do not delete it! */
