/* ---- css 1000 Gaerten ---- */
/*
1400 * 1,4
(1400 * 0,6) * 1,4
1960x1176
*/

/* Als Modul */
.swiper-gallery {
	padding:4rem 0;
	max-width:100%;
}
/* in News */
.swiper-gallery.inline-gallery {
	padding:0;
	max-width:100%;
}

@media all and (max-width:768px) {
	.swiper-gallery {
		padding-left:1rem;
		padding-right:1rem;
	}
}

.swiper-gallery .swipers {
	position:relative;
}

.gallery-main .swiper-button-next,
.gallery-main .swiper-button-prev {
	width:44px;
	height:44px;
	background-color:var(--gruen);
	border:2px solid white;
	border-radius:50%;
	top:calc(50% - 52px);
	margin-top:0;
}


/* Hauptgalerie */
.swiper-gallery .gallery-main {
	width:100%;
}
.swiper-gallery .gallery-main .swiper-image {
	width:100%;
	height:auto;
	padding-top:60%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	background-color:#333;
}
.swiper-gallery .gallery-main .swiper-image.portrait {
	background-size:contain;
}
.swiper-gallery .inline-gallery-caption {
	padding:0.5rem 0;
	line-height:1.5;
}


/* Thumbnails */
.swiper-gallery .gallery-thumbs {
	height:120px;
}
.swiper-gallery .gallery-thumbs .swiper-image {
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.swiper-gallery .gallery-thumbs .inline-gallery-caption {
	display:none;
}
.gallery-thumbs .swiper-slide {
	height:100%;
	opacity:0.6;
	transition:opacity 0.4s;
}
.gallery-thumbs .swiper-slide:hover,
.gallery-thumbs .swiper-slide-thumb-active {
	opacity:1;
}