@charset "UTF-8";
/* CSS Document */
.modul-gallery .galWrap{
	position: relative;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 100%;
	height: 100%;
}

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

.modul-gallery .main-gal-carousel .carousel-cell{
	position: relative;
	width: 100%;
	height: 35vw;
	
}

.modul-gallery .main-gal-carousel .carousel-cell .slideImg{
	position: relative;
	width: 100%;
	height:100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
}

/* ------------------- Modul Slider/Cat --------------------------------------- */

.modul-gallery .GalGrid{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	height: 100%;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(50%, auto));
  	grid-template-rows: auto;
	grid-gap: 0px;
}

.modul-gallery .GalGrid .item-textGal {
	max-width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding-top: 3vw;
	padding-bottom: 3vw;
	overflow: hidden;
}

.modul-gallery .GalGrid .item-textGal p a {
	color: #ff6969!important;
	text-decoration: underline;
	text-underline-offset: 0.35em;
	font-weight: 500;
}

.modul-gallery  .GalGrid .item-bgGal {
	max-width: 100%;
	height: 100%;
	overflow: hidden;
}

.modul-gallery .GalGrid .item-textGal .GalTextBlock{
	width: 100%;
	height: auto;
}

.disDesk{
	height: 100% !important;
	display: flex !important;
}


.disMobi{
	height: 0px !important;
	display: none !important;
}

/* ------------------- Modul Elm Head  --------------------------------------- */


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

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


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

@media screen and (max-width: 720px) {
.modul-gallery .galWrap{
	margin-bottom: 0 !important;
}
.modul-gallery .main-gal-carousel .carousel-cell{
	width: 100%;
	height: 100vw;
	
}
	
.modul-gallery .GalGrid{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	height: 100%;
	width: 100%;
	display: grid;
	grid-template-columns: 100%;
  	grid-template-rows: auto;
	grid-gap: 0px;
}
.modul-gallery .GalGrid .item-textGal {
	padding-top: 5vw;
	padding-bottom: 5vw;
}
.disDesk{
		height: 0px !important;
		display: none !important;
}


.disMobi{
	height: 100% !important;
		display: flex !important;
}	
	
}