.fremdlogo {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 12px;
	padding-left: 12px;
}

.fremdlogo {
	display: flex; 
    justify-content: center; 
    align-items: center;
	width: 50%;
	float: left;
	height: 40px;
	text-align: center;
	margin-bottom: 20px;
}

.fremdlogo img {
	max-height: 40px;
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
	
}


@media only screen and (min-width: 481px) {

.ab_hier_Tablett__________________ {
}

.fremdlogo {
	width: 33.33%;
	float: left;
	height: 50px;
	text-align: center;
	margin-bottom: 30px;
}

.fremdlogo img {
	max-height: 50px;
}

}


@media only screen and (min-width: 769px) {

.ab_hier_PC__________________ {
}


.fremdlogo {
	width: 20%;
	float: left;
	height: 60px;
	text-align: center;
	margin-bottom: 50px;
}

.fremdlogo img {
	max-height: 80px;
}

}
