/* css zu bildergalerie_ausgabe *//* --------------------------------------------------------------- */
/* -------------------- 2037 - Bildergallerie -------------------- */
/* --------------------------------------------------------------- */
#GallerySliderWrapper {
	position: relative;
}

.GallerySliderRad {
	display: none;
}

#GallerySliderSlideWrapper {
	overflow: hidden;
	position: relative;
}

#GallerySliderAllSlides {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	position: relative;
	transition: left 300ms ease-in-out;
	cursor: grab;
}

.arrowLeft, 
.arrowRight {
  margin-top: 40px;
  width: 50%;
}

.GalleryWhatSlide {
  color: var(--orange);
}

#accessabilityButton {
	display: none!important;
}

.GallerySliderSlide {
	overflow: hidden;
	opacity: 0;
	transition: opacity 200ms ease-in-out;
	padding-left: 50px;
	padding-right: 50px;
}

.GallerySliderSlidePic {
	display: block;
	pointer-events: none;
	width: 100%;
	max-height: 500px;
	object-fit: scale-down;
	object-position: center;
}

.GalleryWhatSlide {
	text-align: center;
	margin-top: 10px;
}



@media (max-width: 768px) {
}




/* Next/Prev */
.GallerySliderPrev, .GallerySliderNext {
	position: absolute;
	width: 50px;
	height: 100px;
	top: calc(50% - 50px - 19px);
	
}

.GallerySliderPrev {
	left: 0;
}

.GallerySliderNext {
	right: 0;
	text-align: right;
}



.GallerySliderPrev::after {
	transform: rotate(180deg);
}

@media (max-width: 620px) {

}/* --- --- */