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

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

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


.modul-price .PriceSlider .carousel-cell{
	position: relative;
	width:28%;
	height:100%;
	margin: 0;
	padding: 0;
	margin-right: 0.78125vw;
	overflow: hidden;
	border-radius: 0px;
	
}
.modul-price .MediaOverlay{
	position: absolute;
	width: 101%;
	height: 101%;
	z-index: 1;
	-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-price .mouseover:hover .MediaOverlay{
	opacity: 0.6;
}


.modul-price .ElementPriceContentBox{
	position: relative;
	z-index: 2;
	width:100%;
	height:100%;
	margin: 0;
	padding: 1.5625vw;
	padding-top: 3.125vw;
	/*border: 2px solid #fff;*/
}
.modul-price .ElementPriceContentWrap{
	position: relative;
	width:100%;
	height:calc(100% - 7.8125vw);
	margin: 0;
	padding:0;
	
	background-color: rgba(207,64,66,0.00);
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: flex;
}


.modul-price .ElementPriceHeadline{
	position: absolute;
	width:100%;
	height:auto;
	margin: 0;
	padding:0;
	padding-bottom:1.5625vw;
	
	align-self: flex-start;
}



.modul-price .ElementPriceInfo {
	position: absolute;
	width:100%;
	height:auto;
	margin: 0;
	padding:0;
	padding-top:1.5625vw;
	align-self: flex-end;
}

.modul-price .ElementPriceGrid{
	position: relative;
	width:100%;
	height:auto;
	margin: 0;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: stretch;
	overflow: hidden;
	gap: 5%;
	margin-bottom: .780625vw;
	border-radius: 55px;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	
	background-color: rgba(0,0,0,0.15);
	
	box-shadow: inset 0 2px 5px rgba(0,0,0,0.3);
}



.modul-price .ElementPriceGrid .item{
	position:relative;
	flex-basis:36%;
	flex-grow: 1;
	max-height: 100%;
	margin: 0;
	padding: 0;
	align-self: stretch;
}

.modul-price .ElementPriceGrid .item.textright{
	text-align: right;
}

.modul-price .ElementPriceButton{
	position: absolute;
	width:100%;
	height:auto;
	margin: 0;
	padding:0;
	bottom: 3.125vw;
}






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

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

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

.modul-price .flickity-page-dots .dot {
  display:inline-block;
  width: 7px;
  height: 7px;
  margin: 10px;
	margin-left: 3px;
	margin-right: 3px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
	
}

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

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

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

.modul-price .ElementPriceContentBox{
	padding: 6.25vw;
	padding-top: 7.8125vw;
	/*border: 2px solid #fff;*/
}
	
	.modul-price .ElementPriceContentWrap{
	height:calc(100% - 18.375vw);
}

.modul-price .ElementPriceButton{
	bottom: 6.25vw;
}
/* ------------------------------------------------------------------------ */

}