

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

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

.SW-2 {
	height: 140px; /* max. Swiper-Höhe  UB Juli 2022*/
	width: 98%;    /* einpassen in swiper-box!*/
	padding-top: 0;
	padding-bottom: .3em; /* Platz für bullets */
    --swiper-theme-color: #074;
}
.SW-2 .slide1 {
	background: #eee;
	background-size: cover;
	overflow: hidden;
	padding-top: 0;
}
.SW-2 .slide2 {
	background: #eee;
	background-size: cover;
	overflow: hidden;
	padding-top: 0;
}
.SW-2 .slide3 {
	background: #eee;
	background-size: cover;
	overflow: hidden;
	padding-top: 0;
}
.SW-2 .slide4 {
	background: #eee;
	background-size: cover;
	overflow: hidden;
	padding-top: 0;
}
.SW-2 p {
   background: #eee;
	margin: 0 !important;
	padding: .5em .5em;
	/*position: absolute;*/
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	color: #074;
}
.SW-2 p:hover {
    background: #ccc;
}
.SW-2 .swiper-button-next::after,
.SW-2 .swiper-button-prev::after {
	text-shadow: 0px 1px 1px rgba(0,0,0,.95);
}
.SW-2 .swiper-pagination-bullet {
	box-shadow: 1px 1px 1px rgba(0,0,0,.95);
}

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