

/* --- Stylesheet 5521 () --------- */ 

#motiv {
	position: relative;
	width: 100%;
	height: 28.125vw;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#body.mainpage #motiv {
	height: 18.75vw;
}

#motiv .best_workplace {
	width: 100%;
	position: absolute;
    bottom: 15px;
    right: 0px;
}

#motiv .best_workplace .best_workplace_logos {
	width: 1200px;
	height: 140px;
	margin: 0 auto;
}

#motiv .best_workplace .Bild { float: right; }
#motiv .best_workplace .Bild img { width: 65px; height: auto; }
#motiv .best_workplace .Bild:first-child { padding-left: 15px; }

/* --- Stylesheet 5522 () --------- */ 

@media all and (min-width: 1024px) and (max-width: 1279px) {
	#motiv .best_workplace .best_workplace_logos {
		width: auto;
		height: auto;
		margin: 0 20px;
	}
}

@media all and (min-width: 768px) and (max-width:1023px) {

	#motiv .best_workplace { bottom: 15px; }
	#motiv .best_workplace .best_workplace_logos {
		width: auto;
		height: auto;
		margin: 0 20px;
	}
	#motiv .best_workplace .Bild img { width: 55px; height: auto; }
}

@media all and (min-width: 568px) and (max-width: 767px) {
	#motiv { min-height: 30vw; }
	#motiv .best_workplace { bottom: 15px; }
	#motiv .best_workplace .best_workplace_logos {
		width: auto;
		height: auto;
		margin: 0 35px;
	}
	#motiv .best_workplace .Bild { float: left; }
	#motiv .best_workplace .Bild img { width: 50px; height: auto; }
	#motiv .best_workplace .Bild:first-child { padding: 0 10px 0 0; }

}

@media all and (max-width: 567px) {
	#motiv { min-height: 40vw; }
	#motiv .best_workplace { bottom: 10px; }
	#motiv .best_workplace .best_workplace_logos {
		width: auto;
		height: auto;
		margin: 0 25px;
	}
	#motiv .best_workplace .Bild { float: left; }
	#motiv .best_workplace .Bild img { width: 45px; height: auto; }
	#motiv .best_workplace .Bild:first-child { padding: 0 5px 0 0; }

}

