html {
  height:100%;
} 
h4 {
	text-align: center;
}

body {
	height:100%;
	margin: 0px;
	background-image:url(grund-mobil.jpg);
}
.seite {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13pt;
	color: #000;
	width: calc(100% - 42px);
	min-height: calc(100% - 106px);
	margin-bottom: 42px;
	margin-top: 64px;
	padding-left: 21px;
	padding-right: 21px;
	background-attachment: fixed;
	background-image: url(eiche-mobil.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: white;
	box-shadow: 0px 0px 5px white;
}
.menu {
	text-align: center;
	background-image: url(titel-mobil.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	padding-top: 120px;
	max-height: none;
}
@media all and (min-width: 542px){
    .menu {
        background-size: 500px;
    }
}
.menu a {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: black;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 21px;
	padding-right: 21px;
	box-shadow: 0px 0px 10px #2E4A1A;
	background-color: #FFF;
	transition: 0.5s;
	white-space: nowrap;
	line-height: 42px;
}
.menu a:hover {
	background-color: #2E4A1A;
	color: #FFF;
}
.inhalt {

}

.links {
	float: left;
	width: 250px;
}
.rechts {
	float: left;
	width: 670px;
}

.unten {
	clear: both;
	text-align: center;
	padding-top: 50px;
}

.impbox {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	background-color: white;
	box-shadow: 0px 0px 5px white;
	padding: 2px;
}
.impbox a{

	background-color: white;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}
a {
	color: black;
	text-decoration: underline;
}