

/*
 * Swiper_XH
 * Frank Seidel, Olaf Penschke
 * Stylesheet for "set_cube"
 */
 
/* The following line is mandatory. Do not delete it! */

.swiperGallery {
	height: 600px;
	background: #fff;
	/*padding: 5px 5px 0 5px;*/
	margin: 1em 0;
}
.swiperGallery p {
	position: absolute;
	bottom: 0;
    right: 0;
	color: rgba(255,255,255,.9);
	background: rgba(242,101,34,.9);
	padding: .25em 1em;
	margin: 0 !important;
	font-size: .75em;
	font-weight: 500;
    letter-spacing: .01em;
}
.swiperGallery p:hover {
	/*background: #000;*/
}
.swiperGallery .SW-2-thumbs p {
	display: none !important;
}

.SW-2-thumbs .slide1,
.SW-2 .slide1 {
	background: url(images/Empfang-1.jpg);
	background-size: cover;
	background-position: center;
}
.SW-2-thumbs .slide2,
.SW-2 .slide2 {
	background: url(images/Empfang-2.jpg);
	background-size: cover;
	background-position: center;
}
.SW-2-thumbs .slide3,
.SW-2 .slide3 {
	background: url(images/Wartezimmer-1.jpg);
	background-size: cover;
	background-position: center;
}
.SW-2-thumbs .slide4,
.SW-2 .slide4 {
	background: url(images/Wartezimmer-2.jpg);
	background-size: cover;
	background-position: center;
}
.SW-2-thumbs .slide5,
.SW-2 .slide5 {
	background: url(images/Behandlung-1.jpg);
	background-size: cover;
	background-position: center;
}
.SW-2-thumbs .slide6,
.SW-2 .slide6 {
	background: url(images/Behandlung-2.jpg);
	background-size: cover;
	background-position: center;
}
.SW-2 {
	height: 80%;
	width: 100%;
    --swiper-theme-color: rgba(255,255,255,.5);
	--swiper-navigation-size: 25px;
}
.SW-2 .swiper-button-next,
.SW-2 .swiper-button-prev {
	color: rgba(255,255,255,.5);
	padding: 20px 10px;
	top: 3%;
}
.SW-2 .swiper-button-next:hover,
.SW-2 .swiper-button-prev:hover {
	color: rgba(255,255,255,1);
}
.SW-2-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 2px 0;
}
.SW-2-thumbs .swiper-slide {
	height: 100%;
	opacity: 0.4;
}
.SW-2-thumbs .swiper-slide:hover {
	opacity: .9;
}
.SW-2-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

@media screen and (max-width: 1023px) {
.swiperGallery {
	height: 500px;
}
}
@media screen and (max-width: 639px) {
.swiperGallery {
	height: 400px;
}
}
@media screen and (max-width: 479px) {
.swiperGallery {
	height: 300px;
}
}

/* The following line is mandatory. Do not delete it! */
