@charset "UTF-8";
/* CSS Document */
.SpecialsGallery{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;

}

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

.modul-specials .carousel-cell{
	position: relative;
	width:28vw;
	height:auto;
	margin-right:1.5625vw;
	margin-bottom: 1.5625vw;
}

.modul-specials .ServiceElm{
	position: relative;
	width:100%;
	max-height:100%;
	min-height: 25vw;
	
}

.modul-specials .ServiceImageBox{
	position: relative;
	width:100%;
	height: 28.75vw;
	display: flex;
	justify-content:center;
	align-items: center;
	overflow: hidden;
}

.modul-specials .ServiceImage{
	position: relative;
	width:104%;
	height:104%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.modul-specials .mouseover:hover .ServiceImage{
	width:102%;
	height:102%;
}




.modul-specials .ServiceContentBox{
	position: relative;
	bottom: 0;
	width: 100%;
	height: auto;
	min-height: 3.125vw;
	padding-bottom:  3.125vw;
}

.modul-specials .ElementHead{
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 1.5625vw;
	padding-bottom:1.5625vw;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.modul-specials .ElementHead h4{
	font-weight: 600;
}
.modul-specials .mouseover:hover .ElementHead h4{
	text-decoration: underline;
}

.modul-specials .modulContentInfo{
}

.modul-specials .modulContentBut{
	position: absolute;
	z-index: 2;
	bottom: 0;
	width: 100%;
	height: 3.125vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.modul-specials .ButItem{
	position: relative;
	max-width:0%;
	width:auto;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	
}

.modul-specials .mouseover:hover .ButItem{
	position: relative;
	max-width:50%;
	width:auto;
	overflow: hidden;
	opacity: 1;
	padding-right: 1.5625vw;
}

.modul-specials .ButDot{
	position: relative;
	width:20px;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	overflow: hidden;
}

.modul-specials .ButDot .Dot{
	position: relative;
	width:8px;
	height: 8px;
	border-radius: 50%;
		-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}


.modul-specials .mouseover:hover .Dot{
	width:6px;
	height: 6px;
}

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

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

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

@media screen and (max-width: 720px) {
.modul-specials .carousel-cell{
	position: relative;
	width:90vw;
	height:auto;
	margin-right:6.25vw;
	margin-bottom: 1.5625vw;
}
	

.modul-specials .ServiceImageBox{
	position: relative;
	width:100%;
	height: 90vw;
	display: flex;
	justify-content:center;
	align-items: center;
	overflow: hidden;
}
	
.modul-specials .ServiceContentBox{

	min-height: 9.825vw;
}
.modul-specials .ElementHead{
	padding-top: 3.25vw;
	padding-bottom: 3.25vw;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.modul-specials .modulContentBut{
	height: 6.25vw;
}

}