* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
   	-moz-hyphens: auto;
    hyphens: auto;
	min-width: 1024px;	
}

h2 {
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 20px;
}
ul {
	padding-left: 20px;
}
li {
	margin-bottom: 5px;
	padding-right: 25px;
}
p {
	margin-bottom: 16px;
}
a:link, a:visited {
	color: #3959C3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrap{
	position:fixed; 
	z-index:-1; 
	top:0; 
	left:0; 
	background-color:black;
	height: 100%;
	width: 100%;
}
#wrap img.bgfade{
	position: absolute;
	top:0;
	display:none;
	width:100%;
	height:100%;
	z-index:-1;
}
.bgfade_still {
	height: 100%;
	width: 100%;
	/*background-size: cover;*/
}
.box {
	background:rgba(255,255,255,0.65);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 20px;
}
#box_links {
	position: absolute;
	left: 50px;
	bottom: 10%;
	width: 200px;
	z-index: 1;
	height: calc(60% - 220px);
}
ul {
	height: calc(100% - 40px);	
	overflow-y: auto;
}
#content {
	position: absolute;
	float: right;
	right: 50px;
	bottom: 10%;
	height: calc(85% - 180px);
	width: 40%;
}
#content div {
	height: calc(100% - 130px);
	overflow-y: scroll;
	padding-right: 25px;
	
}
#impressum {
	position: absolute;
	bottom: 15px;
	left: 50px;
	font-size: 12px;
	margin-right: 50px;
	color: white;
	text-shadow: 2px 2px 2px #333;
}
#impressum a {
	color:white;
}
.hidden {
	visibility: hidden;
}
#content div#bbg {
	height: 90px;
	overflow: auto;
}
#claim {
	margin-top: 0px;
	margin-left: 50px;
	width: 500px;
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);		
}
.nav ul {
	padding-left: 5px;
}
.nav li {
	list-style: none;	
	line-height: 30px;
	
}
.nav li a {
	font-size: 16px;
	
}
#box_links.nav {
	height: auto;
	/*width: auto;	*/
}
#content div.wer {
	height: calc(100% - 40px);
	padding-left: 0;
	overflow: auto;
}
ul.faq {
	height: calc(100% - 120px);
	padding-left: 0;
}
.faq li {
	padding: 0 30px 10px 0; 
	list-style: none;
}

.faq li.q {
  font-weight: bold;
  cursor: pointer;
}
.faq li.a {
  display: none;
}

@media (max-width: 1024px) {
	body {
		min-width: 0;
	}
	#box_links, #content {
		position: static;
		float: none;
		clear: both;
		margin-left: 20px;
		margin-top: 75px;
		margin-left: 20px;
	}
	#claim {
		width: 50%;
	}
	#claim img {
		width: 100%;
		height: auto;
	}
	#content {
		bottom: auto;
		margin-top: 50px;
		margin-bottom: 20px;
		width: calc(100% - 80px);
		height: auto;
	}
	html {
		margin-bottom: 20px;
	}
	#impressum {
		position:relative;
		margin-top: 30px;
		width: calc(80% - 50px);
	}
}