@charset "utf-8";
/* CSS Document */

body {background-color:white;
	color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	margin:0px;
	background-image: url("../../bilder/back.jpg");}
	
body a {color:#111111;}

header {color: #ffffff;
	font-size: xx-large;
	font-weight:bolder;
	padding: 10px;
	text-align:center;}
	
#hilfscontainer {margin:0px auto;
	 max-width:2000px;}

aside {float:left;
	text-align:center;
	width:20%;}

nav {margin:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	text-align:center;}

main {background-color:#ffffff;
	color: #000000;
	float:left;
	width:80%;}
	
main h1 {font-size: xx-large;
 	margin-bottom: 10px;
	margin-top: 0px;}		

article {border: 1px solid grey;
	border-radius:10px;
	margin:20px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;}
	
iframe {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;}

table {max-width:100%;}

footer {clear:left;
	color:#333333;
	font-size:large;
	font-style:italic;
	font-weight:bolder;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
	width: 100%;}

img {max-width:100%; height:auto; }

ul {margin:0; 
    padding:0;
    width:100%;
    list-style-type:none;
	font-size:large;
}

ul li a {text-decoration:none;
    color:#000000; 
    padding:2.5px 11px;
	margin-bottom:10px;
    background-color:#ffffff;
    display:block;
	border-radius:10px;
}

ul li a:visited {color:#000000;}
 
ul li a:hover, ul li .current {color:black;
    background-color:#ffffff;}
	
ol li a {text-decoration:none;
    color:#000000; 
    padding:10.5px 11px;
	margin-bottom:10px;
    background-color:#ffffff;
    display:block;
	border-radius:10px;
}

ol li a:visited {color:#ffffff;}
 
ol li a:hover, ul li .current {color:black;
    background-color:#ffffff;}
		
#stapel {
    height: 34.438em;
    width: 48em;
    margin: 2em auto 0;
}

#stapel img {
    position: absolute;
    height: 34.438em;
    width: 48em;
    opacity: 0;
}

#stapel img:nth-of-type(1) {
    animation: fade 20s ease-in-out infinite;
}

#stapel img:nth-of-type(2) {
    animation: fade 20s 4s ease-in-out infinite;
}

#stapel img:nth-of-type(3) {
    animation: fade 20s 8s ease-in-out infinite;
}

#stapel img:nth-of-type(4) {
    animation: fade 20s 12s ease-in-out infinite;
}

#stapel img:nth-of-type(5) {
    animation: fade 20s 16s ease-in-out infinite;
}

@-webkit-keyframes fade {
    6.66%, 20%          {opacity:1;}
       0%, 26.66%, 100% {opacity:0;}
}

@keyframes fade {
    6.66%, 20%          {opacity:1;}
       0%, 26.66%, 100% {opacity:0;}
}


.bild_rechts:hover {
-webkit-transform: translate(-50px,-50px) scale(2);
-moz-transform: translate(-50px,-50px) scale(2);
-o-transform: translate(-50px,-50px) scale(2);
transform: translate(-50px,-50px) scale(2);
}
.bild_rechts {
-webkit-transition: all 0.7s ease;
-moz-transform: all 0.7s ease;
-o-transform: all 0.7s ease;
transition: all 0.7s ease;
}




.bild_links:hover {
-webkit-transform: translate(50px,-50px) scale(2);
-moz-transform: translate(50px,-50px) scale(2);
-o-transform: translate(50px,-50px) scale(2);
transform: translate(50px,-50px) scale(2);
}
.bild_links {
-webkit-transition: all 0.7s ease;
-moz-transform: all 0.7s ease;
-o-transform: all 0.7s ease;
transition: all 0.7s ease;
}
