/*Smartphone Ansicht*/
					/*unterseiten Style Pixel angleichen*/
@media screen and (max-width: 700px) {
.back-to-top {
	background:;
	position: fixed;
	bottom:20px;
	right:10px;
	padding:1em;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
html, body{
	font-size:98%;
	margin-left:0em;
	margin-right:0em;	
}
#container {
	background-color:#FFFFFF;
	margin: 0px auto;
	padding: 10px;
}
#container #navigation {
	display:none;
}
#container #top {
margin-top:10px;
}
.menu-btn {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	background: #3F3F3F;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	border: 0px;
	display:inline;
	margin-right: auto;
	margin-left: auto;
}
img {
	max-width:100%;
	height:auto;
}
#container #logo {
	width: 100%;
	background-image: url(../bilder/cete bauservice logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:contain;
	height: 210px;
	margin-top: 5px;
}
#container #footer {
	width: 100%;
}
#footer-unten {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding-bottom: 10px;
	padding-top: 0px;
}
#sozial{
display:none;
}
#container #sozial-footer {
	background-color:#3E4E5F;
	width:100%;
	display:block;
	padding-left: auto;
	padding-right: auto;
}
#container #footer #footer-kontakt {
	background-color:rgb(63, 63, 63);
	width:100%;
	height: 250px;
}
.tabelle1{
width:90%;
}
#container #footer #footer-mitte {
	background-color:rgb(63, 63, 63);
	width:100%;
	height: 180px;
}
.tabelle2{
width:90%;
}
#container #footer #footer-rechts {
	background-color:rgb(63, 63, 63);
	width:100%;
	height: 250px;
}
.tabelle3{
width:90%;
}
}
