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

.modul-elementslider .main-carousel-elmS{
	
	position: relative;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 100%;
	height: auto;
}

.modul-elementslider .carousel-cell{
	position: relative;
	width: 32%;
	height: 28vw;
	margin-left:2px;
	
}
/* ===================================================================================================================== */


.modulContentHead{
	justify-content: flex-start;
}

/* ===================================================================================================================== */
.modul-elementslider .modulContentTextbox blockquote:nth-child(2){
	padding-top: 3vw;
}

/* ===================================================================================================================== */
/* ================================================= **** buttongrid **** ================================================== */
/* ===================================================================================================================== */


.item-content {
	grid-area: txt;
	position: relative;
	max-width: 100%;
	max-height: 100%;
	margin: 0;
	padding: 0;
}

.item-media {
	grid-area: media;
	position: relative;
	max-width: 100%;
	max-height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

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

@media screen and (max-width: 956px) {
/* ===================================================================================================================== */
/* ================================================= **** buttongrid **** ================================================== */
/* ===================================================================================================================== */
.modul-elementslider .carousel-cell{
	width:45%;
	height: 40vw;
}

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

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

.modul-elementslider .modulContentTextbox blockquote:nth-child(2){
	padding-top: 10vw;
}
/* ===================================================================================================================== */
/* ================================================= **** buttongrid **** ================================================== */
/* ===================================================================================================================== */
.modul-elementslider .carousel-cell{
	width: 100%;
	height: 90vw;
	margin-left:1px;
	
}
/* ------------------------------------------------------------------------ */

}