

/*
 * Swiper_XH
 * Frank Seidel, Olaf Penschke
 * Stylesheet for "set_fade"
 */

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

.SW-1 {
    --swiper-theme-color: #fff;
}
.SW-1 .swiper-wrapper {
    width: 100vw;
    height: 100vh;
}
.SW-1 .slide1::before, .SW-1 .slide2::before, .SW-1 .slide3::before {
/*
	content: "";
	background: url(../images/pattern-w.png) repeat;
	height: 100%;
	position: absolute;
	left: 0;
	width: 100%;
    z-index: -1;
*/
}
.SW-1 .slide1 {
	background: url(images/slider-01.jpg);
    background-position: center center;
	background-size: cover;
	overflow: hidden;
}
.SW-1 .slide2 {
	background: url(images/slider-02.jpg);
	background-size: cover;
    background-position: center center;
	overflow: hidden;
}
.SW-1 .slide3 {
	background: url(images/slider-03.jpg);
	background-size: cover;
    background-position: center center;
	overflow: hidden;
}
.SW-1 p {
/*    background: rgba(0,0,0,.5);
	margin: 0 !important;
	padding: .1em .25em;
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	color: #3df;
*/}
.SW-1 .swiper-button-next::after,
.SW-1 .swiper-button-prev::after {
	text-shadow: 0px 1px 1px rgba(0,0,0,.95);
}
.SW-1 .swiper-pagination-bullet {
	box-shadow: 1px 1px 1px rgba(0,0,0,.95);
	width: 15px;
	height: 15px;
}
.SW-1 .swiper-pagination-bullets {
    bottom: 0;
}

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