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

header,section,article,aside,footer{
	display: block;
}

html {
	margin: 0;
	padding: 0;
	}


body { 
	width: 1100px;
	margin: 0 auto;
	background: url(../alpha-disco/images/alpha-disko-hinterdrund.jpg) no-repeat center center fixed; 
	background-size: 100% auto;
	background-attachment: fixed;
	font-family: "Comic Sans MS", cursive;
/*	opacity : 0.2; 
    z-index: -5; */
	}

#wrapper { 
	width: 1100px;
/*	border: 2px solid red; */
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/durchsichtig8.png); 
	}

header #logotext strong {
	font-family: "Comic Sans MS", cursive;
	color: #F90;
	font-size: 36px;
	}

aside { 
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	width: 169px; 
	float: left;
	} 

aside p { 
	margin-top: 5px; 
	margin-left: 10px; 
} 

aside img { 
/* margin-left: 10px; */
 	border:1px solid silver; 
 	}

header {
	width: 1100px;
	height: 153px;
    background-image: url(../images/alpha-kopf.jpg);
}

header p {
	/* background-color: orange; */
	text-align: right;
	padding-right: 15px;
	font-family: "Comic Sans MS", cursive;
}

header a {
    color: #ffa000;
	font-family: "Comic Sans MS";
}

.headerbild { 
	width: 600px;
	height: 67px; 
	position: relative; 
/*	border: 5px solid red; */
	left: 200px;
	top: -100px; 
}

section { 
	margin-left: 229px; /* Wegen position-fixed im container steuerunglinks */
	width: 672px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	}
	
section p { 
	padding-bottom: 1em; 
	}

section ul { 
	padding-left: 3em; 
	}

section h1 { 
	padding-top: 10px; 
	padding-bottom: 0.4em; 
/*	color: #ffa000;   */
	padding-left: 1em;
	font-size: 36px;	
	}
	
section h2 { 
/*	color: #ffa000;   */
	padding-top: 1em; 
	padding-bottom: 0.6em;
	padding-left: 1em;	
	}

section h3 { 
/*	color: #ffa000;    */
	padding-top: 1em; 
	padding-bottom: 0.6em;
	padding-left: 1em;	
	}

section h4 { 
/*	color: #ffa000;   */	
	padding-bottom: 0.6em;
	padding-left: 3em;	
	}
	


a:link { text-decoration:none; font-weight:bold; color:#e00000; }
a:visited { text-decoration:none; font-weight:bold; color:#800000; }
/* a:hover { text-decoration:none; font-weight:bold; background-color:#ff0; } */
a:active { text-decoration:none; font-weight:bold; background-color:#cff; }
a:focus { text-decoration:none; font-weight:bold; background-color:#080; }

section li { 
	padding-bottom: 0.5em; 
	}
	
section img.center1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
	}
	
section img.left1 {
    float:left;
    margin-left: auto;
	margin-right: 15px; /* Abstand */
	}
	
section img.right1 {
	float:right;
    margin-left: auto;
    margin-right: auto;
	}

#steuerungoben { 
	height: 26px;
	width: 1100px;
	}
	


	
#steuerunglinks {
		width: 229px;
		float: left;
		position: fixed;
		}
	

	 
	 
footer { 
/*	background-color: brown; */
	background-image: url(../images/grau-50-25.png);
	padding-left: 15px; 
/*	color: #ffa000;   */
	text-align: right;
	clear: both;
	font-size: 0.8em;
	height: 25px;
	}

/* ------------------Bilder Galery Start-------------------------------------------  */

/*body {
	background: #efefef;
	font-family: 'Roboto', sans-serif;
}

h1 {
	text-align: center;
	font-weight: 700;
} */

#gallery {
	width: 650px;
	margin: 10px auto;
}

.ul {
	float: left;
	margin: 40px 0 40px -40px;
}

.li {
	position: relative; /* vorschau Bildrahmen */
	float: left;
	list-style: none;
	line-height: 0;
	margin: 0 20px 20px 0;
	padding: 5px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.genericon {
	cursor: pointer;  /* + Lupe */
	opacity: 0;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

.li:hover .genericon-zoom {
	opacity: 1;
}

.li:nth-child(4n) {
	margin-right: 0;
}

.li:before,
.li:after{
	position: absolute;
	content: "";
	z-index: -1;
	bottom: 10px;
	left:  10px;
	width: 50%;
	height: 20%;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.li:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

.li p {
	margin: 10px 0 5px 0;  /* Text Bildunterschrift */
	text-transform: uppercase;
	font-size: 12px;
	color: red;					/* #777; */
	text-align:center;
}

.img1 {
	width: 110px; /* vorschaubild */ 
	height: auto;
	cursor: pointer;
	opacity: 0.8;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.li:hover img {
	opacity: 1;
}

.li:hover p {
	font-weight: bold;
	color: #000;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0,0,0,.9);
	z-index: 1;
}

input[type=checkbox] {
     display: none;
}

input[type=checkbox]:checked ~ label img {
	position: fixed;
	width: 350px; /* zoom Bild */
	height: 350px;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -290px;
	border: 10px solid #fff;
	z-index: 2;
	-webkit-animation: fadeIn .6s linear;
	-moz-animation: fadeIn .6s linear;
	-o-animation: fadeIn .6s linear;
	-ms-animation: fadeIn .6s linear;
	animation: fadeIn .6s linear;
}

input[type=checkbox]:checked ~ label:hover .genericon-unzoom {
	position: fixed;
	opacity: 1;
	z-index: 99;
}

input[type=checkbox]:checked ~ .overlay {
	display: block;
}

@-webkit-keyframes fadeIn {
	from { -webkit-transform: scale(0); opacity: 0; }
	to { -webkit-transform: scale(1); opacity: 1; }
}

@-moz-keyframes fadeIn {
	from { -moz-transform: scale(0); opacity: 0; }
	to { -moz-transform: scale(1); opacity: 1; }
}

@-o-keyframes fadeIn {
    from { -o-transform: scale(0); opacity: 0; }
	to { -o-transform: scale(1); opacity: 1; }
}

@keyframes fadeIn {
	from { transform: scale(0); opacity: 0; }
	to { transform: scale(1); opacity: 1; }
}
/* ------------------Bilder Galery Ende-------------------------------------------  */

/* fancyBox v2.1.5 img zoom Start */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9; /* Rahmenfarbe */
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 14px;
	   -moz-border-radius: 14px;
	        border-radius: 14px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../css/zoom/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../css/zoom/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../css/zoom/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../css/zoom/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
/* fancyBox v2.1.5 img zoom Stop */

/* neon Schrift */
.neon { 
	font-family: sans-serif; 
	text-transform: uppercase; 
	font-size: 56px; 
	font-weight: bold; 
	font-style: italic; 
	letter-spacing: .1em; 
	color: white; 
	text-shadow: 0 0 5px white, 
				 0 0 10px white, 
				 0 0 20px blue, 
				 0 0 40px blue, 
				 0 0 60px blue, 
				 0 0 90px blue, 
				 0 0 120px blue, 
				 0 0 160px blue; 
	}

/* ---------------------- Start img - Bild Einblenden -------------------------------------------- */                                                            

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

	.fade-in {
       opacity:0; 
			-webkit-animation:fadeIn ease-in 10; /*anzahl */
            -moz-animation:fadeIn ease-in 10;
            animation:fadeIn ease-in 10; 

            -webkit-animation-fill-mode:forwards; 
            -moz-animation-fill-mode:forwards;
            animation-fill-mode:forwards;

            -webkit-animation-duration:5s; /* Einblendzeit */
            -moz-animation-duration:5s;
            animation-duration:5s;
                }

     .fade-in {
			-webkit-animation-delay: 1.5s; /* Startverzögerung */
			-moz-animation-delay: 1.5s;
            animation-delay: 1.5s;
                } 

  /*     .themen{
			width:450px;					/* für Text mit div 
             height:281px; 
             position: relative;
             top:240px;
             left:300px;
			 font-size:75px;
             color:red;
             line-height: 80px; 
                }		
<div class="themen fade-in">
 <img  src="images/Turtle.jpg" width="450" height="281" /> Test
 </div>		
				*/
/* ----------------------- Ende  img - Bild Einblenden --------------------------------------- */