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

.modul-partner .PartnerGrid{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	align-items: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1.5625vw;
}


.modul-partner .PartnerGrid .item{
	
	position: relative;
	width: 6.25vw;
	height: 6.25vw;
	margin: 0;
	padding: 0px;
	border: none;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.PartnerLogo{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
		opacity: 1;
}

.item:hover .PartnerLogo{
	width: 98%;
	height: 98%;
	opacity: 0.7;
}

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

@media screen and (max-width: 956px) {
/* ===================================================================================================================== */
/* ================================================= **** MOBILE **** ================================================== */
/* ===================================================================================================================== */
}

@media screen and (max-width: 720px) {
	
.modul-partner .PartnerGrid{
	gap: 3.125vw;
}

.modul-partner .PartnerGrid .item{
	
	width: 15vw;
	height: 15vw;
}

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

}