/* Reset Styles */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
div, nav, header, footer, aside { display: block; }


/* General */

body {
	background: #FFF;
	text-align: left;
	font-family: Arial, 'Sans Serif';
	font-size: 15px;
	color: #869098;
}
.clearfix {
    clear: both;
}
	a {
		color: #fff;
		text-decoration: underline;
	}
	a:hover { 
		text-decoration: none;
    }
    
    #site-main a {
		color: #aa072a;
	}

	h1 {
		font-size: 50px;
		font-weight: 300;
		margin: 0 0 20px 0;
		display: none;
	}
	h2 {
		font-size: 24px;
		font-weight: 300;
		margin: 0 0 20px 0;
	}
	h3 {
		font-size: 16px;
		font-weight: 300;
		padding: 10px 0 0 0;
		margin: 0 0 10px 0;
	}
	
h4 {
		font-size: 20px;
		font-weight: 600;
		margin: 0 0 5px 0;
}
h5 {
		font-size: 18px;
		font-weight: 300;
		margin: 0 0 25px 0;
}
		
hr {
    height: 1px;
    background: #869098;
    border: 0;
    padding: 0;
    margin: 30px 0;
}
	p, 
	ul, 
	ol {
		font-size: 15px;
		line-height: 22px;
		margin: 0 0 20px 0;
	}
	ul {
		list-style: disc outside;
		margin-left: 30px;
	}
	ol {
		list-style: decimal outside;
		margin-left: 30px;
	}
	
	input[type="text"],
	input[type="email"],
	textarea {
		background: #FFF;
		border: none;
		height: 14px;
		font-size: 13px;
		padding: 16px 20px;
		font-family: Helvetica, Arial;
		width: 260px;
		margin: 0 10px 10px 0;
	}
	textarea { height: 40px; }
	input[type="submit"], 
	input[type="button"] {
		height: 46px;
		padding: 0 22px;
		font-size: 12px;
		font-family: Helvetica, Arial;
		color: #020202;
		border: none;
		cursor: pointer;
		border: none;
		margin: 0px;
		text-shadow: 1px 1px 1px #FFF;
		background: #ababab;
		background: -moz-linear-gradient(top, #ffffff 0%, #ababab 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ababab));
		background: -webkit-linear-gradient(top, #ffffff 0%,#ababab 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#ababab 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#ababab 100%);
		background: linear-gradient(to bottom, #ffffff 0%,#ababab 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ababab',GradientType=0 );
	}
	input[type="submit"]:hover,
	input[type="button"]:hover {
		background: #45ac40;
		text-shadow: none;
		background: -moz-linear-gradient(top, #71bf6c 0%, #45ac40 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#71bf6c), color-stop(100%,#45ac40));
		background: -webkit-linear-gradient(top, #71bf6c 0%,#45ac40 100%);
		background: -o-linear-gradient(top, #71bf6c 0%,#45ac40 100%);
		background: -ms-linear-gradient(top, #71bf6c 0%,#45ac40 100%);
		background: linear-gradient(to bottom, #71bf6c 0%,#45ac40 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71bf6c', endColorstr='#45ac40',GradientType=0 );
		color: #FFF;
	}


/* Background Images */

ul.back-slideshow {
	display: block;
	position: absolute;
	position: fixed;
	z-index: 0;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	list-style: none;
	margin: 0px;
	overflow: hidden;
	background: #222;
}
	ul.back-slideshow li {
		display: none;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 0;
	}
		ul.back-slideshow li img {
			display: block;
			width: 100%;
			height: auto;
			z-index: 0;
		}


/* Background Images */

ul.back-portfolio-thumbs {
	display: block;
	position: absolute;
	position: fixed;
	z-index: 0;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	list-style: none;
	margin: 0px;
	overflow: hidden;
}
	ul.back-portfolio-thumbs li {
		float: left;
		display: block;
		margin: 0px;
		width: 25%;
	}
		ul.back-portfolio-thumbs li img {
			float: left;
			display: block;
			width: 100%;
			height: auto;
			opacity: 0.1;
			filter: alpha(opacity = 10);
		}



/* Structure */

#wrapper {
	position: relative;
	z-index: 1;
}

.container {
	text-align: left;
	width: 800px;
	padding: 0 0 0 100px;
	position: relative;
}


/* Site Main */

#site-main {
	padding: 270px 0 30px 0;
	background: url(images/logo.jpg) no-repeat 0 0;
}
	#site-main .container {
		padding: 0 300px 0 100px;
		width: 500px;
	}
	
	ul.social {
		display: block;
		margin: 0px;
		overflow: hidden;
	}
		ul.social li {
			float: left;
			display: block;
			margin: 0 8px 0 0;
		}


/* Progress */

.progress {
	padding: 24px 0 0 0;
	height: 6px;
	position: relative;	
}
	.progress .bar {
		display: block;
		height: 6px;
		width: 100%;
		background: #aa072a;
	}
	.progress .completed {
		display: block;
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 0%;
		height: 6px;
		background: #f2c16d;
	}
	.progress .percentage {
		position: absolute;
		left: 0%;
		top: 0px;
		font-size: 11px;
		display: block;
		text-align: center;
		width: 180px;
		margin: 0 0 0 -40px;
	}


/* Site Middle */

#site-middle {
	background: #869098;
	border-top: 0px solid #383838;
	border-bottom: 0px solid #383838;
	padding: 30px 0 26px 0;
	color: #FFF;
}
	#site-middle .container {
		overflow: hidden;
	}
		
		/* Subscribe section */
		
		#site-middle .subscribe {
			float: left;
			width: auto;
                        padding-right: 80px;
		}
			#site-middle .subscribe h2 { 
        font-size: 15px;
        margin: 0 0 12px 0; 
        line-height: 22px;
        font-weight: normal;
        }
			#site-middle .subscribe h2 span { 
        font-weight: 600;
        }

			#site-middle .subscribe p {
				font-size: 12px;
				line-height: 18px;
				color: #b4b4b4;
			}
			
			.subscribe input {
				margin-bottom: 10px;
			}
			.subscribe .response, 
			.subscribe label {
				display: block;
				font-size: 13px;
			}
			.subscribe form p { margin: 0px; }
			.subscribe label { padding: 10px 0 10px 0; }
			.subscribe .response { margin: 0 0 10px 0; }
			#subForm label { padding-bottom: 0px; }
			.subscribe .indicates-required {
				font-size: 12px;
				padding: 5px 0 10px 0;
				color: #999;
			}
		
		
		/* Countdown */
		
		#site-middle .countdown {
			position: absolute;
			top: 50%;
			margin-top: -45px;
			right: 0px;
		}
			#site-middle .countdown h3 { margin: 0 0 12px 20px; }
			#site-middle .countdown ul {
				list-style: none;
				display: block;
				margin: 0px;
			}
				#site-middle .countdown ul li {
					float: left;
					display: block;
					padding: 0 0 0 20px;
				}
					#site-middle .countdown ul li span {
						display: block;
						font-size: 20px;
						color: #FFF;
						font-weight: 300;
					}
					#site-middle .countdown ul li span.label {
						font-size: 12px;
						color: #c7c7c7;
					}
			#site-middle .countdown p.launch-text {
				padding: 0 0 0 20px;
				display: none;
			}


/* Site Footer */

#site-footer {
	color: #fff;
	background: #aa072a;
}
	#site-footer .container {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#site-footer p {
		font-size: 12px;
                float: left;
		font-weight: normal;
	}
		#site-footer a { color: #FFF; }
		#site-footer a:hover { text-decoration: underline; }








#site-main .container,
	.container {
		width: 620px;
		padding: 0 50px 0 50px;
	}
        .footerbox {
		width: auto;
		padding: 20px 50px;
                font-size: 12px;
	}
        .footerbox #links {
            float: right;
            font-size: 12px;
            margin: 0;
            padding: 0;
        }
        .footerbox #links li {
            margin: 0;
            padding: 0;
            float: left;
            list-style: none;
        }
        .footerbox #links li a{
            text-decoration: none;
        }
        .footerbox #links li a:hover,
        .footerbox #links li.aktiv a {
            text-decoration: underline;
        }
        .footerbox #links li.first {
            margin-right: 10px;
            padding-right: 10px;
            border-right: 1px solid #fff;
        }
        .container ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        .container ul li {
            list-style: none;
            background: url("images/li.png") left 4px no-repeat;
            padding-left: 20px;
        }
		
		

/* Small Version */
@media all and (max-width: 940px) and (min-width: 681px) {
	
	
	
#site-main {
	padding: 270px 0 30px 0;
	background: url(images/logo.jpg) no-repeat 0 0;
}	
	
	
	#site-middle .countdown {
		position: static;
		clear: both;
		margin: 0 0 0 -20px;
		padding: 0px 0 0px 0;
	}
	
	ul.back-portfolio-thumbs li { width: 33%; }
		
		
		
		
		
}
		










/* iPhone Version */
@media all and (max-width: 680px) and (min-width: 0px) {
	
	#site-main .container,
	.container {
		width: auto;
		padding: 0 30px 0 30px;
	}
	
#site-main {
	padding: 140px 0 30px 0;
	background: url(images/logo_small.jpg) no-repeat 10px 0;
}	
	
	#site-middle .subscribe { width: auto; }
		input[type="text"],
		input[type="email"],
		textarea {
			width: 85%; 
		}
	
	#site-middle .countdown {
		position: static;
		clear: both;
		margin: 0 0 0 -20px;
		padding: 0px 0 0px 0;
	}
	
	ul.back-portfolio-thumbs li { width: 50%; }
	
h4 {
		font-size: 16px;
		font-weight: 600;
		margin: 0 0 5px 0;
}
h5 {
		font-size: 14px;
		font-weight: 300;
		margin: 0 0 25px 0;
}	


	
	p, 
	ul, 
	ol {
		font-size: 12px;
		line-height: 22px;
		margin: 0 0 10px 0;
	}
	
			#site-middle .subscribe h2 { 
        font-size: 14px;
        margin: 0 0 12px 0; 
        line-height: 18px;
        }
			#site-middle .subscribe h2 span { 
        font-weight: 600;
        }	
	
	
}