body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	background: transparent;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}
article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}
body {
	font-size: 100%;
	line-height: 1.4em;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #ddd;
	position: relative;
}
h1 {
	font-size: 1em;
	line-height: 1.2em;
}
.impressum h1 {
	margin-bottom: 1em;
}
h2 {
	font-size: 1em;
	line-height: 1.2em;
	margin: 2em 0 1em;
}
h3 {
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 0.2em;
}
a, a:link {
	color: #000;
	text-decoration: underline;  
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	color: #000;
}


/* Struktur allgemein ------------------------------------------------------------------------------------------------------------ */

img {
	max-width: 100%;
	height: auto;
}
.wrapper {
	padding: 1em;
	background: #fcf6e4;
}


/* Header ------------------------------------------------------------------------------------------------------------ */

header {
	display: table;
	table-layout: fixed;
	width: 100%;
}
header div, header h1 {
	display: table-cell;
	vertical-align: bottom;
}
header div {
	width: 25%;
}
header img {
	display: block;
}
header h1 {
	width: 75%;
	padding-left: 5%;
}

/* Content ------------------------------------------------------------------------------------------------------------ */

hr {
	margin: 0.75em 0;
	border-top: 4px dashed red;
	border-bottom: none;
	background: #fcf6e4;
}
section {
	display: table;
	table-layout: fixed;
	width: 100%;
}
section > div {
	display: table-cell;
	vertical-align: top;
}
section .quadrat {
	width: 25%;
	background: red;
}
section .adresse {
	width: 75%;
	padding-left: 5%;
}
.impressum p {
	margin-bottom: 1.2em;
}

/* Footer --------------------------------------------------------------------------------------------------------- */

footer {
	margin: 0.6em 0 2em 0.2em;
	color: #b2b2b2;
	font-size: 0.78em;
	line-height: 1.1em;
}
footer a, footer a:link,
footer a:visited {
	color: #b2b2b2;
	text-decoration: none;
}

/* @media ---------------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 20em) {
	
	h1 {
		font-size: 1.3em;
	}
	h2 {
		font-size: 1.1em;
	}
	footer .wdk a {
		white-space: nowrap;
	}
}
@media only screen and (min-width: 25em) {
	
	h1 {
		font-size: 1.5em;
	}
}
@media only screen and (min-width: 30em) {
	
	h1 {
		font-size: 1.8em;
	}
	h2 {
		font-size: 1.2em;
	}
	hr {
		margin: 1em 0;
		border-top: 5px dashed red;
	}
}

@media only screen and (min-width: 40em) {
	
	body {
		font-size: 106.25%; /* =17px, 112.5%=18px, 125%=20px, 131.25%=21px, 137.5%=22px; */
	}
	h1 {
		font-size: 2em;
	}
	.outerWrapper {
		width: 640px;
		position: absolute;
  		top: 60px;
  		left: 50%;
		margin-left: -320px;
	}
	.wrapper {
		padding: 2em;
	}
	hr {
		margin: 1.2em 0;
		border-top: 6px dashed red;
	}
	footer {
		margin-bottom: 60px;
	}
}
@media only screen and (min-width: 60em) {
	
	body {
		font-size: 112.5%; /* =17px, 112.5%=18px, 125%=20px, 131.25%=21px, 137.5%=22px; */
	}
	.outerWrapper {
  		top: 90px;
	}
	footer {
		margin-bottom: 90px;
	}
}
@media only screen and (min-width: 105em) {
	
	body {
		font-size: 125%; /* =17px, 112.5%=18px, 125%=20px, 131.25%=21px, 137.5%=22px; */
	}
	.outerWrapper {
  		top: 120px;
		width: 680px; 
		margin-left: -340px;
	}
	.wrapper {
		padding: 2.5em;
	}
	footer {
		margin-bottom: 120px;
	}
}