@import url("animation.css") screen;

html {
	height: 100%;
}

body {
	font-family: 'Anonymous Pro', sans-serif;
	background-repeat: no-repeat;
	color: #d1d1d1;
	text-shadow: #000 1px 1px 2px;
	height: 100%;
	min-height: 100%;
	line-height: 1.5em;
}

.background_img {
	background:#000000 url("../../images/smoke.png")no-repeat fixed right bottom;
	display:block;
    min-width:100%;
    min-height:100%;
   }

a {
    text-decoration: none;
	color: red;
}

p {
	color: #d1d1d1;
}

.text {
	max-width: 550px;
}

h1 {
	font-size: 130%;
	margin-bottom: 5px;
	letter-spacing: 1px;
}

h2 {
	font-size: 120%;
	margin-bottom: 5px;
}

.bildContainer span {
	font-size: 120%;
	margin-bottom: 5px;
	display: block;
	width: 250px;
}

img.image {
	background-color: black;
	width: 150px;
	float: right; 
	margin-left: 15px; 
	border: 3px solid white; 
	
}

.artikel iframe {
	float:right;
	margin-left: 15px; 
	border: 3px solid white;
}

/* Header */

.logo {
	margin: 20px auto;
}

div#header {
    text-align: center;
    width: 960px;
    margin: auto;
}

/* Navigation */

div#navigation {
	font-family: verdana;
	background-color: #14161B;
	padding: 2px 0;
	width: 880px;
	height: 35px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;

	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top,  #45484d 0%, #000000 74%, #c20e10 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(74%,#000000), color-stop(100%,#c20e10)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #45484d 0%,#000000 74%,#c20e10 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #45484d 0%,#000000 74%,#c20e10 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #45484d 0%,#000000 74%,#c20e10 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #45484d 0%,#000000 74%,#c20e10 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#c20e10',GradientType=0 ); /* IE6-9 */

	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 00px;
}

div#navigation ul {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

div#navigation ul li {
	display: inline;
	font-size: 12px;
	padding: 0 10px;
	text-transform: uppercase;
	border-right: 1px solid #000;	
}

div#navigation ul li:first-child {
	border-left: 1px solid #000;
}

div#navigation ul li a {
	color: rgba(255,255,255,0.6);
	text-decoration: none;
}

div#navigation ul li a:hover {
	color: #E71821;
}

div#navigation ul li a:active {
	color: #E71821;
}

a {
	-moz-transition:color 0.3s ease-out;
	-webkit-transition:color 0.3s ease-out;
	-o-transition:color 0.3s ease-out;
	transition:color 0.3s ease-out;
}

hr {
	width: 820px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid red;
}


/* Slider-Bild */

/* LAYOUT */
.slider {
	margin:0 auto;
	overflow:hidden;
	width: 880px;
}

/* CONTENT SLIDER */
#content-slider {
	width: 100%;
	height: 299px;
}

/* SLIDER */
#slider2 {
	background:#000;
	border:1px solid #fd0101;
	box-shadow: inset 0px 0 15px #fd0101;
	height:299px;
	width:878px;
	margin:0px auto 0;
	overflow:visible;
	position:relative;
}
#mask {
	overflow:hidden;
	height:300px;
}
#slider2 ul {
	margin:0;
	padding:0;
	position:relative;
}
#slider2 li {
	width:680px;
	height:320px;
	position:absolute;
	top:-325px;
	list-style:none;
}

#slider2 li.firstanimation {
	-moz-animation:cycle 25s linear infinite;	
	-webkit-animation:cycle 25s linear infinite;		
}
#slider2 li.secondanimation {
	-moz-animation:cycletwo 25s linear infinite;
	-webkit-animation:cycletwo 25s linear infinite;		
}
#slider2 li.thirdanimation {
	-moz-animation:cyclethree 25s linear infinite;
	-webkit-animation:cyclethree 25s linear infinite;		
}
#slider2 li.fourthanimation {
	-moz-animation:cyclefour 25s linear infinite;
	-webkit-animation:cyclefour 25s linear infinite;		
}
#slider2 li.fifthanimation {
	-moz-animation:cyclefive 25s linear infinite;
	-webkit-animation:cyclefive 25s linear infinite;		
}


#slider2 .tooltip {
	background:rgba(0,0,0,0.7);
	width:300px;
	height:60px;
	position:relative;
	bottom:75px;
	left:-320px;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;  
}

#slider2 .tooltip h1 {
	color:#fff;
	font-size:24px;
	font-weight:300;
	line-height:60px;
	padding:0 0 0 20px;
}

#slider2 li#first:hover .tooltip, 
#slider2 li#second:hover .tooltip, 
#slider2 li#third:hover .tooltip,
#slider2 li#fourth:hover .tooltip,
#slider2 li#fifth:hover .tooltip {
	left:0px;
}

#slider2:hover li, 
#slider2:hover .progress-bar {
	-moz-animation-play-state:paused;
	-webkit-animation-play-state:paused;
}

/* PROGRESS BAR */
.progress-bar { 
	position:relative;
	top:-5px;
	width:870px; 
	height:5px;
	background:red;
	-moz-animation:fullexpand 25s ease-out infinite;
	-webkit-animation:fullexpand 25s ease-out infinite;
}




/* --------------  Content Bereich ------------------*/ 
div#wrapper {
	width: 960px;
	margin: auto;
	height: 100%;
	position: relative;
	
}

div#wrapper_innen {
	position: relative; 
	min-height: 100%;
}

div#content {
	margin: auto;
	text-align: left;
	width: 880px;
}

div#content2 {
	background: black;
	padding: 30px;
	padding-bottom: 30px;
	width: 818px;
	border: 1px solid red;
	border-top: none;
	margin: 0 auto;
}

div.container, .container_gallerie, .container_uuns {
	/* background-image: url(../../images/lochgitterdunkel3.png); */
	background-image: url(../../images/lochgitterdunkel3.png);
	box-shadow: inset 0px 0 15px #fd0101;
	
	-moz-border-radius: 00px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	
   	width: 820px;
    margin-right: auto;
   	margin-left: auto;
	padding: 30px;
}

div.container_gallerie {
   	width: 780px;
	padding-left: 70px;
}

div#promo2013, #promo2012, #live {
	width:222px; 
 
 /*	width: 250px;   */
	margin: 30px;
}

#promo2013 {
	position: relative;
	
}

#promo2012 {
	position: relative;
	float: right;
	
}

#live {
	position: relative;
	
}

div.container_uuns {
	width: 780px;
	padding: 20px 50px;
}

.artikel {
	padding: 0;
	margin-bottom: 20px;
}

div.background_text {
	background-color: #181b20;
	border-bottom: 1px solid gray;
	padding: 10px;
	margin-bottom: 10px;
	width: 250px;
	
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}


div.video {
	background-image: url(../../images/lochgitter_alpha.png);
	box-shadow: inset 0px 0 15px #fd0101;
	
	-moz-border-radius: 00px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	
   	width: 735px;
    margin-right: auto;
   	margin-left: auto;
	padding: 20px;
	padding-left: 125px;
}

div#video {
	margin-left: auto;
	margin-right: auto;
}


.picture {
	background-color: black;
	border: 3px solid white;
	width: 250px;
	float: right;
	margin-left: 15px;	
}

.clear {
	clear: both;
}

div.pix {
	display: inline;
	margin: 10px;
	width: 120px;
	min-height: 200px;
}

div.pix img {
	width: 200px;
	margin: 10px;
	box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.7);
}

img#stahlblick {
	display: block;
	margin: 0 auto;
}

.rubrikenrahmen {
	border: 2px solid red;
	padding: 10px;
}


/* ------------------ Kontaktformular ----------------------*/

address {
	line-height: 16px;
}

.formular {
	float: left;
	display: block;
	margin-right: 10px;
	width: 135px;
}

.formular1 {
	width: 100px;
	float: left;
 }
input {
	float: left;
	width: 161px;
	margin-right: 18px;
}

submit {
	padding-left: 20px;
}


/* ------------------------ Footer ---------------------- */

div#footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	height: 60px;
	text-align: center;
}

div#footer ul {
	margin-bottom: 10px;
}

div#footer ul li {
	display: inline;
	margin: 0 10px;
}

div#footer ul a:hover,
div#footer ul a:focus {
	color: white;
}


p#copyright {
	color: red;
	font-size: 60%;
	font-family: myriad pro;
	letter-spacing: 1px; 
}



/* ------------------------ Countdown ---------------------- */

.countdown h1 {
	margin-top: 20px;
}

.countdown ul {
	text-align: left;
	list-style: none;
	margin-bottom: 20px;
	
}

.countdown ul li {
	display: inline;
}


.countdown ul li:first-child {
	margin-left: 239px;
}

.countdown ul li:nth-child(1n+2) {
	margin-left: 27px;
}
.countdown ul li:nth-child(1n+3) {
	margin-left: 5px;
}


.countdown ul li:last-child {
	margin-left: -6px;
}


.countdown {
	font-size: 20pt;
	text-align: center;
	box-shadow: inset 0px 0 15px #fd0101;
	-moz-border-radius: 00px 0px 10px 10px;
	padding: 5px;

}


