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



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


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

.modul-highlight-slider .highlight-carousel .carousel-cell{
	position: relative;
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
 	z-index: 0;
	
}
.modul-highlight-slider .highlight-carousel .carousel-cell.is-selected{
	position: absolute;
	z-index: 1;
}


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

.modul-highlight-slider .MediaBox{
	position: absolute;
	width: 100%;
	height:100%;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	overflow: hidden;
	
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 0;
	opacity: 1;
	
}




.modul-highlight-slider .highlight-carousel .carousel-cell.is-selected .MediaBox{
	opacity: 1;
}


.modul-highlight-slider .ContentImage{
	position: relative;
	width: 101%;
	height: 101%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
	-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;
	transform: scale(1.1);
	opacity: 0.4;
	
}

.modul-highlight-slider .highlight-carousel .carousel-cell.is-selected .ContentImage{
	transform: scale(1);
	opacity: 1;
}

.modul-highlight-slider .ContentBox{
	position: absolute;
	top: 55%;
	left: 3.125vw;
	z-index: 4;
	width: calc(33.333% - 3.125vw);
	height:75%;
	opacity: 1;
	transform: translateY(-50%);
	padding:  3.125vw;
	overflow: hidden;
	
	display: flex;

	
}

.modul-highlight-slider .ContentText{
	position: relative;
	width: 100%;
	height:0;
	opacity: 0;
	
	-webkit-transition: opacity .9s ease-in-out;
	-moz-transition: opacity .9s ease-in-out;
	-ms-transition: opacity .9s ease-in-out;
	-o-transition: opacity .9s ease-in-out;
	transition: opacity .9s ease-in-out;
	align-self: flex-start;
	
	display: flex;
}

.modul-highlight-slider .highlight-carousel .carousel-cell.is-selected .ContentBox .ContentText{
	height: calc(100% - 6.25vw);
	opacity: 1;
}

.modul-highlight-slider .ContentCategry{
	position: relative;
	width: 100%;
	height:auto;
	margin: 0;
	padding: 0;
	padding-top: 0.3125vw;
}

.modul-highlight-slider .ContentHeadline{
	position: absolute;
	width: 100%;
	height:auto;
	margin: 0;
	padding: 0;
	align-self: flex-start;
}

.modul-highlight-slider .ContentInfo{
	position: absolute;
	width: 100%;
	height:auto;
	align-self: flex-end;
	margin: 0;
	padding: 0;
}

.modul-highlight-slider .ContentBtn{
	position: absolute;
	width: 100%;
	height:auto;
	margin: 0;
	padding: 0;
	align-self: flex-end;
}



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

.modul-highlight-slider .flickity-page-dots {
  position: absolute;
	z-index: 1;
  width: auto;
	height:auto;
	min-height: 30px;
  bottom:12.5%;
	left: calc(33.333% - 0px);
  padding: 0;
  margin: 0;
	text-align: center;
	
}

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

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

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

@media screen and (max-width: 720px) {
	.modul-highlight-slider .MediaBox{
	width: 100%;
	height:100%;
	
}
	
.modul-highlight-slider .ContentBox{
	position: absolute;
	top: auto;
	bottom:0;
	left: 0%;
	z-index: 4;
	width:100%;
	height:50%;
	opacity: 1;
	transform: translateY(0%);
	padding: 6.25vw;
	padding-top: 9.375vw;
	padding-bottom: 9.375vw;
	
}
	
.modul-highlight-slider .highlight-carousel .carousel-cell.is-selected .ContentBox .ContentText{
	height: calc(100% - 18.75vw);
}

.modul-highlight-slider .flickity-page-dots {
  width: auto;
	min-width: 20px;
	height:auto;
	min-height: 20px;
  bottom:calc(50% + 0vw);
	left:auto;
	right: 6.25%;
	
	text-align: right;
	
}
	
.modul-highlight-slider .flickity-page-dots .dot {
  display:inline-block;
margin: 5px;
	
}
/* ------------------------------------------------------------------------ */

}