

/*
 * Swiper_XH
 * Frank Seidel, Olaf Penschke
 * Stylesheet for "set_cube"
 */
 
/* The following line is mandatory. Do not delete it! */

.swiperGallery {
	height: 600px;  /*506px;*/
	background: #fff;
	/*padding: 5px 5px 0 5px;*/
	margin: 1em 0;
}
.swiperGallery p {
	position: absolute;
	bottom: 0;
	color: rgba(255,255,255,.75);
	background: rgba(0,0,0,.5);
	padding: .5em;
	margin: 0 !important;
	font-size: .9em;
	font-style: normal;
}
.swiperGallery p:hover {
	background: #000;
}
.swiperGallery .SW-1-thumbs p {
	display: none;
}

.SW-1-thumbs .slide1,
.SW-1 .slide1 {
	background: url(images/gallery-01.jpg);
	background-size: cover;
	background-position: center;
}
.SW-1-thumbs .slide2,
.SW-1 .slide2 {
	background: url(images/gallery-02.jpg);
	background-size: cover;
	background-position: center;
}
.SW-1-thumbs .slide3,
.SW-1 .slide3 {
	background: url(images/gallery-03.jpg);
	background-size: cover;
	background-position: center;
}
.SW-1-thumbs .slide4,
.SW-1 .slide4 {
	background: url(images/gallery-04.jpg);
	background-size: cover;
	background-position: center;
}
.SW-1-thumbs .slide5,
.SW-1 .slide5 {
	background: url(images/gallery-05.jpg);
	background-size: cover;
	background-position: center;
}
.SW-1-thumbs .slide6,
.SW-1 .slide6 {
	background: url(images/gallery-06.jpg);
	background-size: cover;
	background-position: center;
}
.SW-1-thumbs .slide7,
.SW-1 .slide7 {
	background: url(images/gallery-07.jpg);
	background-size: cover;
	background-position: center;
}
.SW-1-thumbs .slide8,
.SW-1 .slide8 {
	background: url(images/gallery-08.jpg);
	background-size: cover;
	background-position: center;
}
.SW-1-thumbs .slide9,
.SW-1 .slide9 {
	background: url(images/gallery-09.jpg);
	background-size: cover;
	background-position: center;
}
.SW-1-thumbs .slide10,
.SW-1 .slide10 {
	background: url(images/gallery-10.jpg);
	background-size: cover;
	background-position: center;
}
.SW-1-thumbs .slide11,
.SW-1 .slide11 {
	background: url(images/gallery-11.jpg);
	background-size: cover;
	background-position: center;
}
.SW-1 .slide11 div.xhLink {
	opacity: .01;
	display: table;
	width: 100%;
	height: 100%;
}
.SW-1 .slide11 .xhLink:hover {
	opacity: 1;
}
.SW-1 .slide11 div.xhLink > div {
	font-size: 3em;
	color: #000;
	text-align: center;
	background: rgba(255,255,255,.85);
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.SW-1 .slide11 div.xhLink > div a {
	border: none;
	width: 100%;
	height: 100%;
}
.swiperGallery .SW-1-thumbs .slide11 div.xhLink {
	display: none;
}

.SW-1 {
	height: 80%;
	width: 100%;
    --swiper-theme-color: rgba(255,255,255,.5);
	--swiper-navigation-size: 25px;
}
.SW-1 .swiper-button-next,
.SW-1 .swiper-button-prev {
	color: rgba(255,255,255,.5);
	padding: 20px 10px;
	top: 3%;
}
.SW-1 .swiper-button-next:hover,
.SW-1 .swiper-button-prev:hover {
	color: rgba(255,255,255,1);
}
.SW-1-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 2px 0;
}
.SW-1-thumbs .swiper-slide {
	height: 100%;
	opacity: 0.4;
}
.SW-1-thumbs .swiper-slide:hover {
	opacity: .9;
}
.SW-1-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

/* The following line is mandatory. Do not delete it! */
