@charset "UTF-8";
.leiste {
	margin-top: 3%;
	margin-right: 0%;
	position: static;
}

body {
	width: 100%;
	height: auto;
	margin-left: 0%;
	margin_right: 0%;
	margin-right: 0%;
}
.angebot {
	width: 82%;
	margin-left: 8.3%;
	margin-top: 4%;
	position: static;
	padding-top: 0px;
}
.adresse {
	width: 82%;
	margin-left: 8.3%;
	position: fixed;
	bottom: 2%;
}

.leiste_m {
	display:none;
}
.angebot_m {
	display:none;
}
.adresse_m {
	display:none;
}

@media (max-width : 600px ){
	
	.leiste {
	display:none;
}
	
	.angebot {
display:none;
}
.adresse {
	display:none;
}
	
	.leiste_m {
	display:block;
	margin-top: 6%;
	margin-left: 0%;
	margin-right: 0%;
	position: static;
}
.angebot_m {
	display:block;
	width: 87%;
	margin-left: 7%;
	margin-top: 7%;
	position: static;
	padding-top: 0px;
}
.adresse_m {
	display:block;
	width: 87%;
	margin-left: 7%;
	position: fixed;
	bottom: 3%;
}
	
}
