	
h1 {
	position: absolute;
	width: 100%;
}
#inner {
	margin: 0;
	width: auto;
}
#titleimg {
	display: none;
	margin-bottom: 20px;
	width: 100%;
}
#nav {
	width: 100%;
}
#content,
#boxen {
	  position: relative;
    left: auto;
	
}
#content2 {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-bottom: 21px
}

/* Boxen */
#boxen{
    width: 100%;
		max-width: 640px;
    height: auto;
    margin: 0 auto;
		padding: 0 0 0 20px;
		background-color: white;
}

.box,
#niki,
#aktuell,
#gal0 ,
#gal1 ,
#gal2 ,
#gal3 ,
#gal4 ,
#gal5 ,
#gal6  {
	position: relative;
	display: inline-block;
	float: left;
	top: auto;
	left: auto;
	right: auto;
	width: 290px;
	margin: 0 20px 20px 0;
}
#niki,
#aktuell {
	z-index: 6
}

footer {
	top: auto;
	bottom: 0;
	height: 30px;
}


@media screen and (max-width: 650px) {
body{
	background-color: white;
	background-image: none; 
}
h1 {
	display: none;
}
#titleimg {
	display: block;
}
#content{
    position: relative;
    left: auto;
    top: 0;
    width: 100%;
		max-width: 640px;
    height: auto;
    margin: 0 auto;
		padding: 0 0 0 0;
    background-image: none;
}
#content2,
#boxen {
	position: relative;
	padding: 20px 0;
	width: auto;
	height: auto;
}
	
.meldung {
	top: 60px;
left: auto;
	margin: 0 20px;
	width: calc(100% - 40px);
	
}
.box,
#niki,
#aktuell,
#gal0 ,
#gal1 ,
#gal2 ,
#gal3 ,
#gal4 ,
#gal5 ,
#gal6  {
	display: block;
	margin: 0 auto 20px;
	float: none;
	max-width: 300px;
	width: 100%;
}
#nav {
	position: fixed;
	display: block; 
	top: -260px;
	left: auto;
	margin:0;
	width: 100%; 
	height: auto;
	background-color: #942E17;
	box-shadow: 2px 0 10px 5px rgba(0,0,0,.5);
	z-index: 10;
	transition: .3s
}
#nav span {
	display: none;
}
#nav a {
	display: block;
	width: 100%; 
	padding: 5px 10px;
	font-size: 20px;
	margin: 0 0 1px;
	text-align: center;
	background-color: white;
	text-decoration: none;
	font-weight: bold;
}
#mobilebutton{
	position: fixed;
	display: block;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 30px;
	background: transparent url('/img/style/hamburger.png') 0 0 no-repeat; 
	z-index: 11;
	cursor: pointer;
}

footer {
	position: relative;
	height: auto;
	padding-bottom: 10px
}

}
