

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

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

.SW-2 {
	height: 300px; /* max. Swiper-Höhe  UB Aug. 2026 <-- muss gesetzt werden!*/
	width: 98%;    /* einpassen in swiper-box! */
	padding-top: 0;/* einpassen in swiper-box! */
	padding-bottom: 2.8em;    /* unterer rand für bullets o.a. <-- muss gesetzt werden! */
   swiper-theme-color: ; /* hat bullets-farbe nicht geändert */
}
.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: #c4fdc0;
	background-size: cover;
	overflow: hidden;
	padding-top: 0;
}
.SW-2 p {
   background: ;
	margin: 0 !important;
	padding: .1em .25em;
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	color:;  /* schriftfarbe oben + inhalt ??? */
}
.SW-2 p:hover {
    background: rgba(0,0,0,1);
}
.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! */
