html, body {
	margin:0px 0px 0px 0px;
    height: 100%;
	font-family:Arial,Helvetica,sans-serif;
	
background: rgb(170,180,190); /* Old browsers */

	
}

#test {
  width: 1000px;
  height: 100%;
  display: block;
  position: absolute;
}

#test::after {
  content: "";
  background-image: url("./images/logo.png");
  background-size: cover;
  opacity: 0.05;
  top: 200px;
  left: 100px;
  bottom: 0px;
  right: 100px;
  position: absolute;
  z-index: 0; 
}


article a:link { 
	color: rgba(255,255,255,1);
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
article a:hover { 
	color: rgba(255,255,255,1);
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
article a:visited { 
	color: rgba(255,255,255,1);
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}


header {
	/*background: #ff0000; */
	/*height: 50px;*/
}

article {
	position: absolute;
	/*background: rgba(200,200,200,0.1);*/
	
	background: -moz-linear-gradient(top,  rgba(40,40,40,0.5) 0%, rgba(120,130,140,0.5) 50%, rgba(170,180,190,0.2) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(40,40,40,0.5)), color-stop(50%,rgba(120,130,140,0.5)), color-stop(100%,rgba(170,180,190,0.2))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(40,40,40,0.5) 0%,rgba(120,130,140,0.5) 50%,rgba(170,180,190,0.2) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(40,40,40,0.5) 0%,rgba(120,130,140,0.5) 50%,rgba(170,180,190,0.2) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(40,40,40,0.5) 0%,rgba(120,130,140,0.5) 50%,rgba(170,180,190,0.2) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(40,40,40,0.5) 0%,rgba(120,130,140,0.5) 50%,rgba(170,180,190,0.2) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e6e6e', endColorstr='#6be6f0fa',GradientType=0 ); /* IE6-9 */

	top: 180px;
	width: 800px;
	left: 50px;
	margin-left: 0px;
	padding: 20px 50px;
}

#u1 {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	color: rgba(255,255,255,1);
	
}

h1 {
	font-size: 150%;
	font-weight: bold;
	color: rgba(255,255,255,1);
	
}

h2 {
	font-size: 110%;
	font-weight: bold;
	color: rgba(255,255,255,1);
	
}

#text {
	color: rgba(255,255,255,1);
	text-align: justify;
}


#kopf {
	position: absolute;
    top: 0px;
	left: 50px;
	height: 150px;
	width: 900px;
	/*background: #f00;*/
}


#rotate img{
    border-radius:30%;    
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
    
    
}
#rotate img:hover{
    transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
}


img {
    max-width: 100%;
    display: block;
}

/* ZOOM */
.thumbnail {

    
    width: 80px;
    height: 80px;
    
    -webkit-transform: translate(-50%,-50%); /* Safari and Chrome */
    -moz-transform: translate(-50%,-50%); /* Firefox */
    -ms-transform: translate(-50%,-50%); /* IE 9 */
    -o-transform: translate(-50%,-50%); /* Opera */
    transform: translate(-50%,-50%);
}

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

.image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
  	-moz-transition: all 1s ease; /* Firefox */
  	-o-transition: all 1s ease; /* IE 9 */
  	-ms-transition: all 1s ease; /* Opera */
  	transition: all 1s ease;
}

.image:hover img {
    -webkit-transform:scale(3); /* Safari and Chrome */
    -moz-transform:scale(3); /* Firefox */
    -ms-transform:scale(3); /* IE 9 */
    -o-transform:scale(3); /* Opera */
     transform:scale(3);
}


/* ZOOM ENDE */


/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
10% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
20% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
30% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
40% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
50% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
60% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
70% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
80% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
90% {
-webkit-transform: translateX(1px) rotate(0);
transform: translateX(1px) rotate(0);
}
100% {
-webkit-transform: translateX(-1px) rotate(0);
transform: translateX(-1px) rotate(0);
}
}
@keyframes hvr-buzz-out {
10% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
20% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
30% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
40% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
50% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
60% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
70% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
80% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
90% {
-webkit-transform: translateX(1px) rotate(0);
transform: translateX(1px) rotate(0);
}
100% {
-webkit-transform: translateX(-1px) rotate(0);
transform: translateX(-1px) rotate(0);
}
}
.hvr-buzz-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
-webkit-animation-name: hvr-buzz-out;
animation-name: hvr-buzz-out;
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}

/* Buzz Out ENDE */

/* MENUE */

nav {
	position: absolute;
    top: 150px;
	left: 50px;
	z-index: 2;
	
} 
 
nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}

nav ul {
	margin:0px 0px 0px 0px;
	background: #efefef; 
	background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 50px;
	border-radius: 0px; 
	list-style: none;
	position: relative;
	display: table;
	
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}

nav ul li {
	float: left;
}
	nav ul li:hover {
		background: #4b545f;
		background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
	}
		nav ul li:hover a {
			color: #fff;
		}
	
	nav ul li a {
		width: 180px;
		height: 20px;
		display: block; padding: 5px 10px;
		color: #757575; text-decoration: none;
	}	
	
nav ul ul {
	background: #5f6975; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
}
	nav ul ul li {
		float: none; 
		border-top: 1px solid #6b727c;
		border-bottom: 1px solid #575f6a;
		position: relative;
	}
		nav ul ul li a {
			padding: 5px 40px;
			color: #fff;
		}	
			nav ul ul li a:hover {
				background: #4b545f;
			}

nav ul ul ul {
	position: absolute; left: 100%; top:0;
}			

/* MENUE ENDE */


