@charset "utf-8";
/* -------- allgemeine Regeln ----------------*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box; /*verhindert das automatische addieren von padding-, und borderwerten. marginwerte werden weiterhin addiert!!!*/
}
html, body {
	background-image: url(../images/background.jpg);
	/*	margin: 20px;*/
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	

}
@font-face {
	font-family: 'Gabriel-Weiss-Friends-Font';
	src: url('../ap/fonts/Gabriel-Weiss-Friends-Font.ttf.woff') format('woff'), url('../ap/fonts/Gabriel-Weiss-Friends-Font.ttf.svg#Gabriel-Weiss-Friends-Font') format('svg'), url('../ap/fonts/Gabriel-Weiss-Friends-Font.ttf.eot'), url('../ap/fonts/Gabriel-Weiss-Friends-Font.ttf.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Punk-Kid';
	src: url('../ap/fonts/Punk-Kid.ttf.woff') format('woff'), url('../ap/fonts/Punk-Kid.ttf.svg#Punk-Kid') format('svg'), url('../ap/fonts/Punk-Kid.ttf.eot'), url('../ap/fonts/Punk-Kid.ttf.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
/*3. Integrate the fonts into your CSS:
Add the font name to your CSS styles. For example:

h1 { 
   font-family: 'Punk-Kid';
}*/


img {
	max-width: 100%;
	height: auto;
}
#wrapper {
margin-top: 30px;
	margin-right: auto;
	/*margin-bottom: 0px;*/
	margin-left: auto;
	width: 960px;
}
/* -------- Regeln für den Headerbereich----------------*/
/*header*/
social {
	width: 100%;
	height: auto;
}
social nav {
	width: 960px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
}
social nav ul {
	width: 100%;
}
social nav ul li {
	color: white;
	float: left;
	width: 40px;
	font-family: 'Punk-Kid';
	font-size: 52px;
	list-style-type: none;
	text-align: left;
	margin-right:2%;
}
social nav ul li:first-child {
	width: 40px;
}
social nav ul li:last-child {
	width: 40px;
}
/* -------- Regeln für den NAV bereich----------------*/
/*header*/
header {
	width: 960px;
	height: 100%;/*float:none;*/
/*		-webkit-box-shadow: 10px 10px 43px 36px rgba(0,0,0,0.8);
	-moz-box-shadow: 10px 10px 43px 36px rgba(0,0,0,0.8);
	box-shadow: 10px 10px 43px 36px rgba(0,0,0,0.8);*/


}
#header2navbar {
	width: 954.6px;
	height: 616.4px;
	/*float:none;*/
	background-image: url(../images/kassette3.jpg);
	background-size: contain;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-radius: 25px;
	-webkit-box-shadow: 10px 10px 43px 20px rgba(0,0,0,0.8);
	-moz-box-shadow: 10px 10px 43px 20px rgba(0,0,0,0.8);
	box-shadow: 10px 10px 43px 20px rgba(0,0,0,0.8);
}
#header2navbar iframe {
margin-top:-12px;
margin-left:-2px;
width:960px;
height:616px;
overflow-y: hidden;
}




#header2navbar nav ul {
	width: 960px;
	height: 54px;
	/*float:none;*/
/*position:fixed;*/
	margin-left: auto;
	margin-right: auto;
	float: left;
}
#header2navbar nav ul li {
	top: fixed;
	color: white;
	float: left;
	width: 19%;
	font-family: 'Punk-Kid';
	font-size: 35px;
	list-style-type: none;
	text-align: center;
	margin-top: 2px;

}
#header2navbar nav ul li:first-child {
	width: 20%;
	margin-right:20px;
	margin-left:8px;
}
#header2navbar nav ul li:last-child {
	width: 20%;
	
}
#header2navbar nav ul li a {
	color: white;
	text-decoration: none;
}
#header2navbar nav ul li a:hover {
	color: orange;
	font-size: 40px;
}
/*==========================*/








.navbar {
	margin-bottom: -5px;
	padding-bottom: -5px;
}
#header2navbar .kassette {
/*background-image:url(../images/kassette3.jpg);*/
	
/*	-webkit-box-shadow: 10px 10px 43px 36px rgba(0,0,0,0.8);
	-moz-box-shadow: 10px 10px 43px 36px rgba(0,0,0,0.8);
	box-shadow: 10px 10px 43px 36px rgba(0,0,0,0.8);*/
}
/* -------- Regeln für den Contentbereich----------------*/
#container {
	background-color: rgba(0,0,0,0.8);
	width: 970px; /*sorgt dafür, dass der container im browser schrumpfen bzw. wachsen kann.*/
	margin-right: auto; /*sorgt dafür, dass der container im browser zentriert*/
	margin-left: auto; /*sorgt dafür, dass der container im browser zentriert*/
	height: auto;
	margin-top: -700px;
	position: absolute!important;
	left: 0;
	right: 0;
	font-family: 'Gabriel-Weiss-Friends-Font';
	color: #FFF;
	font-size: 30px;
	background-size: cover;
	-webkit-box-shadow: 10px 10px 43px 36px rgba(0,0,0,0.8);
	-moz-box-shadow: 10px 10px 43px 36px rgba(0,0,0,0.8);
	box-shadow: 10px 10px 43px 36px rgba(0,0,0,0.8);
}
.zeile {
	display: table;
	width: 100%;
}
.linksoben {
	display: table-cell;
	width: 30%;
}
.rechtsoben {
	display: table-cell;
	width: 70%;
	vertical-align: top;
}
.links {
	background-color: rgba(153,0,204,0.7);
	float: left;
	height: 150px;
	width: 25%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0,0,0,1);
	font-size: 35px;
	text-align: center;
}
.mitte {
	background-color: rgba(124,162,53,0.7);
	float: left;
	height: 150px;
	width: 35%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0,0,0,1);
	font-size: 35px;
	text-align: center;
}
.rechts {
	background-color: rgba(69,68,208,0.7);
	float: left;
	height: 150px;
	width: 40%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0,0,0,1);
	text-align: center;
}
.rechts div img {
	height: auto;
}
.text {
	font-size: 36px;
	float: left;
	text-align: justify;
	padding-right: 5%;
	padding-left: 5%;
}
.text2 {
	font-size: 36px;
	float: left;
	text-align: justify;
}
#wrapper #container .zeile .linksoben img {
	opacity: 1.0;
	width: 300px;
}
h1 {
	font-size: 72px;
}
/* -------- Regeln für den Footerbereich----------------*/
/*Footer*/
footer {
	width: 100%;
	height: auto;
	bottom: 0;
	background-color: rgba(70,72,207,0.5);
	position: fixed;/*		margin-left: -20px;
		margin-right: -20px;*/
}
footer nav {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
}
footer nav ul {
	width: 100%;
}
footer nav ul li {
	color: white;
	float: left;
	width: 80px;
	font-family: 'Gabriel-Weiss-Friends-Font';
	font-size: 25px;
	list-style-type: none;
	text-align: left;
	margin-top: 15px;
}
footer nav ul li img {
	width: 60px;
}
footer nav ul li:first-child {
	width: 400px;
	text-align: center;
}
footer nav ul li:last-child {
	width: 80px;
}
footer nav ul li a {
	color: white;
}
footer nav ul li a:hover {
	color: lightblue;
}
footer nav ul li a:visited {
	color: white;
}

/*==========================*/
