@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: 49%;
	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;
}

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.65em;
	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.65em;
	letter-spacing: 0.25em;
	margin-bottom: 1.2em;
	margin-top: 1.3em;
}

h4 {
	font-family: "Avenir LT W02 35 Light", sans-serif;
	font-weight: lighter;
	font-size: 1.55em;
	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.75em;
}

h6 {
	padding-bottom: 1em;
}

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

ul {
	font-size: 1.75em;
	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.75em;
	line-height: 130%;
	letter-spacing: 0.3em;
}

nav li {
	list-style: none;
	margin-bottom: 0.75em;
	border-bottom-color: #999;
	border-bottom-style: solid;
	border-width: 0 0 0.1em 0;
	padding-bottom: 0.75em;
}

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

a:hover {
	color: #000;
}

a:focus {
	color: #000;
}

a:active {
	color: #000;
}

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

#container {
	width: 100%;
	margin: 0 auto;
}

#header {
	width: 100%;
	margin-top: 3em;
	text-align: center;
}

#aside {
	width: 300px;
	margin: 0 auto;
}

nav {
	display: block;
	text-align: center;
	padding-top: 3em;
	padding-bottom: 3em;
}

.imagebox {
	width: 100%;
}

.center {
	width: 100%;
}

.textbox {
	width: 80%;
	margin: 0 auto;
	padding: 2em 0 1.5em 0;
}

.image {
	width: 100%;
	height: auto;
}

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

.active {
	color: #000;
}

.abstvor {
}

.abstnach {
	margin-bottom: 1em;
}


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

#toggle:target ul {
	display: block;
}

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

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

.show, .hide {
	font-size: 4em;
	border: none;
	color: #000;
	text-align: center;
}

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