.fremdlogo {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	width: 100%;
}

.box-logo {
	text-align: center;
	flex-basis: 44%;
	align-self: center;
	margin-right: 3%;
	margin-left: 3%;
	margin-bottom: 20px;
}

.box-logo-home {
	text-align: center;
	flex-basis: 46%;
	align-self: center;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 20px;
}

.box-logo img {
	text-align: center;
	max-height: 100px;
}


@media screen and (min-width:481px) {

.box-logo {
	text-align: center;
	flex-basis: 29%;
	margin-right: 2%;
	margin-left: 2%;
}

.box-logo-home {
	text-align: center;
	flex-basis: 46%;
	margin-right: 2%;
	margin-left: 2%;
}

.box-logo img {
	text-align: center;
	max-height: 80px;
}
	
}

@media screen and (min-width:1000px) {

.box-logo {
	text-align: center;
	flex-basis: 19%;
	margin-right: 3%;
	margin-left: 3%;
}

.box-logo-home {
	text-align: center;
	flex-basis: 21%;
	margin-right: 2%;
	margin-left: 2%;
}

.box-logo img {
	text-align: center;
	max-height: 120px;
}
	
}