body.overlay-site .leistungen { float: left; }
@media all and (min-width:481px) {
	body.overlay-site .inhalt .leistungen {
		width: 80%;
		margin-left: 20%;
	}
	body.overlay-site .leistungen .preis-kurz,
	body.overlay-site .leistungen .preis-mittel,
	body.overlay-site .leistungen .preis-lang {
		width: 10%;
		margin-right: 3%;
	}
	body.overlay-site .leistungen .leistung .title { width: 45%; }
}
@media all and (max-width:480px) {
	body.overlay-site .inhalt .leistungen {
		width: 98%;
		margin-left: 1%;
	}
	body.overlay-site .leistungen .preis-kurz,
	body.overlay-site .leistungen .preis-mittel,
	body.overlay-site .leistungen .preis-lang {
		width: 14%;
		margin-right: 2%;
	}
	body.overlay-site .leistungen .leistung .title {
		width: 45%;
		margin-right: 6%;
	}
}
body.overlay-site .leistungen .leistung {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
}
body.overlay-site .leistungen .leistung .title {
	float: left;
	font-family: 'latothin';
}
body.overlay-site .leistungen .preis-kurz,
body.overlay-site .leistungen .preis-mittel,
body.overlay-site .leistungen .preis-lang {
	float: left;
	font-family: 'latothin';
}
body.overlay-site .leistungen h3 {
	margin: 20px 0 0 0;
	padding: 0;
}
body.overlay-site .legende {
	font-family: 'latoblack';
	font-size: 12px;
}
body.overlay-site .preishinweis {
	margin-top: 25px;
	float: left;
	width: 85%;
}
body.overlay-site .hinweis { font-size: 12px; }
