@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: 0px;
	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: 234px;
}
/* -------- Regeln für den Headerbereich----------------*/
/*header*/
.social {
	width: 100%;
	height: auto;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
}
.social nav {
	width: 320px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-bottom: 50px;
}
.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;
}
.social nav ul li img 

{
	height:20px;
}


.social nav ul li:first-child {
	width: 20px;
	margin-right: 20px;
}
.social nav ul li:last-child {
	width: 20px;
	}
/* -------- Regeln für den NAV bereich----------------*/
/*header*/
header2 {
	width: 234px;
	height: auto;

}
header2 nav {
	width: 234px;
	height:13px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-image: url(../images/navbar.jpg);
	background-size: cover;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
header2 nav ul {
	width: 234px;
}
header2 nav ul li {
	top:fixed;
	color: white;
	float: left;
	width: 18%;
	font-family: 'Punk-Kid';
	font-size: 8px;
	list-style-type: none;
	text-align: center;
	margin-top:2px;

}
header2 nav ul li:first-child {
	width: 20%;
	margin-left:4px;
	margin-right:5px;
}
header2 nav ul li:last-child {
	width: 20%;
	margin-left:5px;
}
header2 nav ul li a {
	color: white;
	text-decoration: none;
}
header2 nav ul li a:hover {
	color: orange;
	font-size: 10px;
}
/*==========================*/
.navbar {
	margin-bottom: -5px;
	padding-bottom: -5px;
}
.kassette {
	margin-top: 50px;
	height: 100%;
	width: 234px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	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);*/
}
/* -------- Regeln für den Contentbereich----------------*/
#container {
	background-color: rgba(0,0,0,0.8);
	width: 234px; /*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*/
	margin-top: -100px;
	height: auto;
	z-index: 5000;
	position: absolute;
	left: 0;
	right: 0;
	font-family: 'Gabriel-Weiss-Friends-Font';
	color: #FFF;
	font-size: 25px;
	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: 12px;
	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: 12px;
	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: 20px;
	float: left;
	text-align: justify;
}
.text2 {
	font-size: 15px;
	float: left;
	text-align: justify;
}
#wrapper #container .zeile .linksoben img {
	opacity: 1.0;
	width: 100px;
}
h1 {
	font-size: 45px;
}
/* -------- Regeln für den Footerbereich----------------*/
/*Footer*/
footer {
	width: 100%;
	height: 45px;
	bottom: 0;
	background-color: rgba(70,72,207,0.7);
	opacity: 0.7;
	position: fixed;
}
footer nav {
	margin-left: auto;
	margin-right: auto;
	width: 768px;
	height: 45px;
}
footer nav ul {
	width: 100%;
}
footer nav ul li {
	color: white;
	float: left;
	width: 192px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align: center;
}
footer nav ul li:first-child {
	width: 192px;
}
footer nav ul li:last-child {
	width: 192px;
}
footer nav ul li a {
	color: white;
}
footer nav ul li a:hover {
	color: lightblue;
}
footer nav ul li a:visited {
	color: white;
}

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