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

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


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


.modul-project-overview  .Overview-Grid {
	position:relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 32.5% 32.5% 32.5%;
	grid-template-rows: auto;
	grid-gap:1.25%;
	
	grid-row-gap:6.25vw;
	
}

.modul-project-overview .Overview-Grid .item{
	position:relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	
	
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

.modul-project-overview .GridBtnGrid{
	position:relative;
	width: 100%;
	height:auto;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto;
	grid-gap:.78125vw
	
}

.modul-project-overview .GridBtnGrid .item{
	position:relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	
}


.modul-project-overview .GridBtnGrid .item:first-child{
	position:relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	
}



.GridBtnMediaBox{
	position:relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transform: scale(1.1);
	
	
}

.modul-project-overview .Overview-Grid .item:hover .GridBtnMediaBox{
	transform: scale(1);
	
}

.modul-project-overview .ELmBlockBtnTextBox{
	
}


.modul-project-overview .ELmBlockBtnTextBox{
	position: relative;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0px;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	
	
	border-size: 0px;
	border-style:solid;
	border-radius: 0px;
	
	border: none;
	outline-style: none;
  	box-shadow: none;
  	text-decoration: none;
  	cursor: pointer;
	background-color: transparent;
	
}


.modul-project-overview .ELmBlockBtnTextBox .ElmBlockBtnArrow {
	position: relative;
	width: 0px;
	height: auto;
	margin: 0;
	padding: 0px;
	overflow: hidden;
	
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.modul-project-overview .item:hover .ELmBlockBtnTextBox  .ElmBlockBtnArrow {
	position: relative;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0px;
	overflow: hidden;
	padding-left: .78125vw;
}

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

@media screen and (max-width: 956px) {
	.modul-project-overview  .Overview-Grid {
	grid-template-columns: 47.5% auto;
	grid-template-rows: auto;
	
	grid-gap:3.125vw;
	grid-row-gap:12.5vw;
}
	
	.modul-project-overview .GridBtnGrid .item:first-child{
	height:auto;
	
}
	
	
.modul-project-overview .GridBtnGrid{
	grid-gap:3.125vw
	
}

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

@media screen and (max-width: 720px) {
	
	
	.modul-project-overview  .Overview-Grid {
	grid-template-columns: 100%;
	grid-template-rows: auto;
	grid-gap:25vw;
	
	
}
	
	.modul-project-overview .GridBtnGrid .item:first-child{
	height:90vw;
	
}

/* ------------------------------------------------------------------------ */

}