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

.modul-element-slider{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	
}

.modul-element-slider .ElementSlider{
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	
}

.modul-element-slider  .ElementSlider .carousel-cell{
	position: relative;
	width:24.5%;
	height:100%;
	margin: 0;
	padding: 0;
	margin-right: 0.78125vw;
	overflow: hidden;
	border-radius: 0px;
	
}



.modul-element-slider .ElementSliderMediaBox{
	position: relative;
	width:100%;
	height:45%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	
	
}

.modul-element-slider .MediaOverlay{
	position: absolute;
	width: 101%;
	height: 101%;
	z-index: 2;
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
	opacity: 0.1;
	background-color: #000;
}

.modul-element-slider .mouseover:hover .MediaOverlay{
	opacity: 0.6;
}

.modul-element-slider .ElementSliderImage{
	position: relative;
	z-index: 1;
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1.1);
	
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	
}

.modul-element-slider .mouseover:hover .ElementSliderImage{
	transform: scale(1);
	
}

.modul-element-slider .ElementSliderContentBox{
	
	width:100%;
	height:55%;
	margin: 0;
	padding: 1.5625vw;
	
}

.modul-element-slider .ElementSliderHeadline{
	position: relative;
	width:100%;
	height:auto;
	margin: 0;
	padding:0;
	padding-bottom:0.78125vw;
}

.modul-element-slider .ElementSliderContentWrap{
	position: relative;
	width:100%;
	height:calc(100% - 6.75vw);
	margin: 0;
	padding:0;
}



.modul-element-slider .ElementSliderShortinfo{
	position: relative;
	width:100%;
	height:auto;
	margin: 0;
	padding:0;
}

.modul-element-slider .ElementSliderButton{
	position: absolute;
	width:100%;
	height:auto;
	margin: 0;
	padding:0;
	bottom:  1.5625vw;
}






/* ---- page dots ---- */

.modul-element-slider .flickity-page-dots {
  position: absolute;
	z-index: 1;
  width: auto;
	height: 30px;
  top:0px;
	left: 50%;
	transform: translateX(-50%);
  padding: 0;
  margin: 0;
	text-align: center;
	border-radius: 0 0 5px 5px;
	
}

.modul-element-slider .flickity-rtl .flickity-page-dots { direction: rtl; }

.modul-element-slider .flickity-page-dots .dot {
  display:inline-block;
  width: 7px;
  height: 7px;
  margin: 10px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
	
}
/* ===================================================================================================================== */
/* ================================================= **** MOBILE **** ================================================== */
/* ===================================================================================================================== */

@media screen and (max-width: 956px) {
	
.modul-element-slider  .ElementSlider .carousel-cell{
	width:33.333%;
	margin-right: 1%;
	
}
/* ===================================================================================================================== */
/* ================================================= **** MOBILE **** ================================================== */
/* ===================================================================================================================== */
}

@media screen and (max-width: 720px) {

	
.modul-element-slider .ElementSlider{
	position:relative;
	margin: 0;
	padding: 0;
	width: 100%;
	
}

.modul-element-slider  .ElementSlider .carousel-cell{
	width:82%;
	margin-right: 3.125vw;
	
}
	
.modul-element-slider .ElementSliderContentWrap{
	height:calc(100% - 12.5vw);
}
	
.modul-element-slider .ElementSliderContentBox{
	padding:4.6875vw;
}

.modul-element-slider .ElementSliderHeadline{
	padding-bottom:1.5625vw;
}


.modul-element-slider .ElementSliderButton{
	bottom:4.6875vw;
}
/* ------------------------------------------------------------------------ */

}