@charset "UTF-8";		 
/* CSS Document */

html, body, div, span, h1, h2, h3, h4, h5, h6, p,
a, em, strong, ol, ul, li
{
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-size: 62.5%;
	font-style: normal;
	line-height: 200%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	letter-spacing: 0.1em;
	font-family: "Avenir LT W02 45 Book", sans-serif;
	margin-bottom: 9em;
	margin-left: -5%;
}

h1 {
	font-family: "Avenir LT W02 35 Light", sans-serif;
	font-weight: lighter;
	font-size: 1.85em;
	letter-spacing: 0.25em;
	line-height: 130%;
}

h2 {
	font-family: "Avenir LT W02 35 Light", sans-serif;
	font-weight: lighter;
	font-size: 1.45em;
	letter-spacing: 0.25em;
	padding-bottom: 0.5em;
	margin-top: 1.2em;
}

h3 {
	font-family: "Avenir LT W02 35 Light", sans-serif;
	font-weight: lighter;
	font-size: 1.45em;
	letter-spacing: 0.25em;
	margin-bottom: 1.2em;
}

h4 {
	font-family: "Avenir LT W02 35 Light", sans-serif;
	font-weight: lighter;
	font-size: 1.3em;
	line-height: 150%;
	letter-spacing: 0.25em;
}

h5 {
	font-family: "Avenir LT W02 65 Medium", sans-serif;
	line-height: 150%;
	font-weight: bold;
	font-size: 1.45em;
}

h6 {
	padding-bottom: 1em;
}

p {
	font-size: 1.45em;
	line-height: 150%;
	padding-bottom: 1em;
}

ul {
	font-size: 1.45em;
	line-height: 150%;
	padding-bottom: 1em;
}

li {
	list-style-type:"· ";
}

nav ul {
	font-family: "Avenir LT W02 35 Light", sans-serif;
	font-weight: lighter;
	font-size: 1.3em;
	letter-spacing: 0.25em;
}

nav li {
	list-style: none;
	margin-bottom: 0.85em;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #000;
}

a:focus {
	color: #000;
}

a:active {
	color: #000;
}

hr { 
	width: 460px;
	margin-top: 1.2em;
}

#container {
	width: 80%;
	max-width: 1500px;
	margin: 0 auto;
}

#header {
	width: 100%;
	margin-top: 70px;
	text-align: center;
	margin-bottom: 70px;
}

#aside {
	width: 30%;
	float: left;
	height: 1600px;
}

nav {
	float: right;
	display: block;
}

.imagebox {
	width: 34%;
	margin: 0 3%;
	float: left;
	clear: right;
}

.center {
	width: 34%;
	margin: 0 3%;
	float: left;
}

.textbox {
	width: 30%;
	max-width: 375px;
	float: left;
	margin-bottom: 4em;
}

.image {
	width: 100%;
	height: auto;
	margin-bottom: 4em;
}

.smallfont {
	font-family: "Avenir LT W02 45 Book", sans-serif;
	font-size: 0.9em;
	font-weight: normal;
}

.active {
	color: #000;
}

.block {
	display: block;
	position:absolute;
}


.abstvor {
	margin-top: 2em;
}

.abstnach {
	margin-bottom: 1em;
}


#toggle:not(:target) ul {
	display: block;
}

#toggle:target ul {
	display: block;
}

#toggle:target .show {
	display: none;
}

#toggle:not(:target) .hide {
	display: none;
}

.show, .hide {
	display: none;!important;
}

.show:hover,
.hide:hover {
transition:0.2s all ease-in-out!important;
}