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

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


.modul-gridimages .imagebox {
	/*
		background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	*/
}
/*
.modul-gridimages .ImageGrid {
		position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: grid;
    grid-template-columns: 33% auto 33%;
	grid-auto-rows: 25vw;
    grid-gap: 30px;
    grid-auto-flow: dense;
}

*/
/* ------------------- D 1x1 --------------------------------------- */
/*
.modul-gridimages .ImageGrid .grid-1x1-1x1 {
	max-width: 100%;
	height: 100%;
	grid-column-end: span 1;
	grid-row-end: span 1;
}

*/


.modul-gridimages .ImageGrid {
	position: relative;
	max-width: 100%;
	height: 100%;
	
	margin-left: auto;
	margin-right: auto;
	padding: 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-between;
	overflow: hidden;
	
	gap: 5%;
}
/*
.modul-gridimages .ImageGrid .item {
	position:relative;
	flex-basis: 15%;
	flex-grow: 1;
	max-height: 100%;

	margin: 0;
	padding: 0;
	align-self: stretch;
}
*/
.modul-gridimages .ImageGrid .item-1 {
	position:relative;
	flex-basis: 100%;
	flex-grow: 1;
	max-height: 100%;

	margin: 0;
	padding: 0;
	background-color: transparent;
}

.modul-gridimages .ImageGrid .item-2 {
	position:relative;
	flex-basis: 45%;
	flex-grow: 1;
	max-height: 100%;

	margin: 0;
	padding: 0;
	background-color: transparent;
}

.modul-gridimages .ImageGrid .item-3 {
	position:relative;
	flex-basis: 25%;
	flex-grow: 1;
	max-height: 100%;

	margin: 0;
	padding: 0;
	background-color: transparent;
}


.FooterGrid .item:nth-child(5) {
	position:relative;
	flex-basis: 15%;
	flex-grow: 1;
	max-height: 100%;
	padding-left: 0%;
	padding-right: 0%;
	align-self: stretch;
}

.mobSet{
	display: none!important;
}

.deskSet{
	display: block!important;
}






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

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

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

@media screen and (max-width: 720px) {
.mobSet{
	display: block !important;
}

.deskSet{
	display: none !important;
}

.modul-gridimages .ImageGrid {
	grid-auto-rows: 50vw;
	 grid-gap: 20px;
/* ------------------------------------------------------------------------ */
}
}