
@media only all and (max-width: 700px) {
body {
	font-size: 12px;
	line-height: 15px;
}
#wrapper {
	width: 100%;
	min-width: 240px;
}
#content {
	padding: 5%;
}
div[class^="box"] {
	width: 100%;
	flex: 100%;
	margin-left: 0px !important;
}
div[class^="box"]:nth-of-type(n+2) {
	margin-top: 10px;
}
h1 {
	font-size: 1.3em;
	line-height: 1.4em;
}
h2 {
	font-size: 1.2em;
	line-height: 1.3em;
}
h3 {
	font-size: 1.1em;
	line-height: 1.2em;
}
	
.flex {
	flex-wrap: wrap;
}
	
	section.fullwidth .box2sp {
		flex: 100%;
	}
	
	.logo.text p {
	margin-left: 0;
		margin-top: 20px;
}
	
.title .box2sp:nth-of-type(1):after, .title .box2sp:nth-of-type(2), .title .box2sp:nth-of-type(2):before {
	display: none;	
}
	
	
	.title .box2sp:nth-of-type(1) {
		flex: 100%;
	}


section.stimmungsbild {
    background-image: url(../img/header.jpg);
    height: 150px;
    padding: 0;
    background-position: center top;
}
	
	.margin {
		display: none;
	}

}