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


/* ===================================================================================================================== */
/* ===================================================================================================================== */

.modul-partner .partnerGrid{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-evenly;
	flex-flow: wrap;
	gap: 3vw;
}


.modul-partner .partnerGrid .item{
	position: relative;
	width: 8vw;
	height: 5vw;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 1;
}

.modul-partner .partnerGrid .item:hover{
	opacity: 0.3;
}
/* ===================================================================================================================== */
/* ================================================= **** MOBILE **** ================================================== */
/* ===================================================================================================================== */

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


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

@media screen and (max-width: 720px) {
.modul-partner .partnerGrid{
	gap: 5vw;
	justify-content: space-between;
}


.modul-partner .partnerGrid .item{
	position: relative;
	width: 24vw;
	height: 12vw;
}

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

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

}