@charset "UTF-8";
/* CSS Document */

.modul-gallery {
	position: relative;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	
}



.modul-gallery .ImageGallerySlider {
	position:relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height:100%;
	
}


.modul-gallery .ImageGallerySlider .carousel-cell{
	position: relative;
	width:60%;
	height:auto;
	margin: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 0.78125vw;
}



.modul-gallery .flickity-page-dots {
  position: absolute;
z-index: 2;
  width: 100%;
  bottom:10px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

/* ===================================================================================================================== */
/* ================================================= **** MOBILE **** ================================================== */
/* ===================================================================================================================== */

@media screen and (max-width: 956px) {
/* ===================================================================================================================== */
/* ================================================= **** MOBILE **** ================================================== */
/* ===================================================================================================================== */
}

@media screen and (max-width: 720px) {
.modul-gallery .ImageGallerySlider .carousel-cell{
	width:90%;
	margin-right: 1.5625vw;
}



/* ------------------------------------------------------------------------ */

}