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

a:visited, a:link {
	color: #ffffff;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 16px;
	background: url(images/back.png);
	background-attachment: fixed;
	background-size: cover;
	text-align: justify;
}

.main {
	background: rgba(255,255,255,0.60);
	width: 60%;
	margin: 0 15%;
	padding: 0 5%;
	margin-bottom: 50px;
}

/* ÜBERSCHRIFTEN */

h1 {
	font-size: 3em;
	font-weight: normal;
	color: #23a4f8;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
}

h2 {
	font-size: 2em;
	font-weight: lighter;
	color: #000000;
	margin: 0;
	text-align: center;
}

.headline {
	padding: 10% 0 5% 0;
}

hr {
	width: 50%;
	border: solid 1px #23a4f8;
}

/* HEAD */
.container {
	clear: both;
}

.head {
	width: 100%;
	height: 50px;
}

.head img {
	width: 30%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -150px;
	z-index: 999;
	margin-top: 40px;
}

.main_cover {
	margin: 0 10%;

}

/* NAV-BAR */
.cover {
	width: 30%;
	margin: 0 auto;
	margin-top: 100px;
		padding: 50px;
	background: rgba(255,255,255,0.80);
}
#under_head {
	width: 100%;
	height: 150px;

	left: 0;
	background: #fff;
	font-weight: bold;
}
nav {
	width: 100%;
	height: 95px;
	position: absolute;
	left: 0;
	background: #23a4f8;
	font-weight: bold;
}

nav ul {
	text-align: center;
	padding: 0;
	margin: 0;
}

nav li {
	display: inline-block;
	padding: 2% 2%;
	
	-webkit-transition: background 0.6s ease-in-out;
	-moz-transition: background 0.6s ease-in-out;
	-ms-transition: background 0.6s ease-in-out;
	-o-transition: background 0.6s ease-in-out;
	transition: background 0.6s ease-in-out;
}
nav a {
	text-decoration: none;

}

nav li:hover {
	background: #1a7fc1;
	color: #fff;
}

/* CONTENT */


.content {
	clear: both;
	margin-top: 80px;
}


/* FOOTER */
footer {
	clear: both;
	width: 55%;
	color: #fff;
	text-align: center;
	background: #23a4f8;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-left: 22%;
	margin-bottom: 0px;
	bottom: 0;
	
}

#favoriten a {
	color: #000000;

}
#favoriten img {

	margin-bottom: 20px;
}

.drehen {
	moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
