/* MOBILE */
@media screen and (max-width: 680px) {
	.starbox .foto {
		width: 100%!important;
		margin-bottom: 10px!important;
	}
	.starbox .infos {
		width: 100%!important;
	}
	.sponsoren {
		width: 130px!important;
	}
}

.preistraeger {
	position: relative;
	margin: auto;
	width: 100%;
}

.starbox {
	position: relative;
	width: 100%;
	margin: 40px 0px 40px 0px;
}

.starbox .kategorie {
}

.starbox .firmenname {
}

.starbox .foto {
	float: left;
	width: 48%;
	margin-right: 2%;
}

.starbox .foto a img {
	border: 0px solid #000!important;
	-webkit-box-shadow: 0px 15px 30px -20px #000;
	-moz-box-shadow: 0px 15px 30px -20px #000;
	box-shadow: 0px 15px 30px -20px #000;
}

.starbox .infos {
	float: left;
	width: 50%;
}

.preistraeger .fotobox {
	margin: 0px 0px 20px 0px;
}

.preistraeger .fotobox .foto {
}

.preistraeger .fotobox .bu {
	position: relative;
	margin-top: -7px;
	padding: 10px;
	color: #fff;
	background-color: #505050;
	font-size: 1em;
	font-weight: normal;
}

.sponsoren {
	display: inline-block;
	position: relative;
	text-align: center;
	vertical-align: middle;
	height: 100px;
	width: 160px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #c8c8c8;
	margin: 10px;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	line-height: 95px;
}

.sponsoren a > img {
  vertical-align: middle;
}

.sponsoren:hover {
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}
