
@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;
}
	
	.small {
	font-size: .75em;
	line-height: 1.7em;
font-family: Arial, Helvetica, sans-serif;
}
.umbruch {display:none;}	
.flex {
	flex-wrap: wrap;
}
}
