/*
Plugin: jQuery Parallax
Version 1.1.3
Author: Ian Lunn
Twitter: @IanLunn
Author URL: http://www.ianlunn.co.uk/
Plugin URL: http://www.ianlunn.co.uk/plugins/jquery-parallax/

License: http://creativecommons.org/licenses/by-sa/3.0/ (Attribution Share Alike). Please attribute work to Ian Lunn simply by leaving these comments in the source code or if you'd prefer, place a link on your website to http://www.ianlunn.co.uk/.
*/

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

body{
	margin: 0;
	min-width: 980px;
	padding: 0;
}

p{
	margin: 0 0 20px 0;	
}

p, ul{
	font-family:"Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.488;
	font-weight:200;
	font-style:normal;
 	/*text-align:center;*/
	margin: 0;
	color:#A4B1B9;
}

ul{
	font-family:"Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.488;
	font-weight:200;
	font-style:normal;
 	text-align:center;
	margin: 0;
	color:#666;
}

img{
	border: 0;
}

h1, #pixels{
	font-family:"Museo 900", Verdana, serif;
	font-size-adjust:0.40;
	font-weight:700;
	font-style:normal;
}

h2{
	font-family: "Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	/*font-family: "Beau Sans Pro Book", Verdana, sans-serif;*/
	font-size-adjust: 0.531;
	font-weight: 500;
	font-style: normal;
	color: #A4B1B9;
	text-transform: uppercase;
	border-bottom:thin #A4B1B9 solid;
	padding-bottom: 15px;
}
/*-------- html--------------*/
#header h1, #pixels{
	/*color: #48941A;*/
}

.float-center{
	padding-top: 150px;
}

.float-center p, ul{
	font-family:"Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.488;
	font-weight:200;
	font-style:normal;
 	text-align:center;
	margin: 0 auto;
	color:#666;
}

.float-left{
	float: left;	
	margin: 0;
	padding-left: 25px;
}

.float-right{
	float: right;
	margin: 0;
}

.center, .center-kontakt{
	background-color: #fff;
	/*float: right;*/
	margin: 0 auto;
	padding: 20px 50px 20px 50px;
	position: relative;
	margin-top: 180px;
	margin-bottom: 20px;
	width: 900px;
	opacity: 0.9;
	text-align: justify;
	font-size: 16px;
	/*-moz-box-shadow: 5px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #A4B1B9;
	box-shadow: 0px 0px 10px #A4B1B9;*/
	border-radius: 9px 9px 9px 9px;
	-moz-border-radius: 9px 9px 9px 9px;
	-webkit-border-radius: 9px 9px 9px 9px;
	border: 1px solid #A4B1B9;
}

.center-kontakt{
	/*float: right;
	margin: 0 auto;
	padding: 20px 350px 20px 50px;
	position: relative;
	margin-top: 50px;
	width: 900px;
    opacity: 0.8;
	text-align:justify;
	font-size:14px;*/
}

.center p, .center-kontakt p {
	margin-bottom: 15px;
	text-align:justify;
}
/*------navigation----------*/
#header {
	position: fixed;
	background-color: #F0F0F0;
	width: 100%;
	height: 75px;
	padding-top: 0;
	z-index: 1000;
	opacity: 0.8;
	-moz-box-shadow: 0px 0px 5px #A4B1B9;
	-webkit-box-shadow: 0px 0px 5px #A4B1B9;
	box-shadow: 0px 0px 5px #A4B1B9;
	background-image: url(images/logos/gm_logo_small.png);
	background-repeat: no-repeat;
	background-position: 1%;
	}
	
#header #nav li a {
	font-size: 14px;
	color: #A4B1B9;
	text-decoration: none;
}

#header #nav li a:hover {
	color: #408080;
	text-decoration: none;
}
	
#nav{
	margin: 0 auto;
	list-style: none;
	width: 100%;
	height: 50px;
	padding-top: 29px;
	z-index: 1000;
	text-transform: uppercase;/*	opacity: 0.8;
	-moz-box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	box-shadow: 0px 0px 5px #888;*/
}

#nav li{
	margin-right: 8px;
	display: inline;
}

/*--------------------------*/
#intro, #second{
	width: 100%;
}

#intro, #second{
	width: 100%;
}
/*-----------START---------------*/
#intro{
	/*background:url(www.genussmarketing.at/images/firstBG.jpg) 50% 0 no-repeat fixed;*/
	color: #A4B1B9;
	height: 1000px;
	margin: 0 auto;
	padding: 0;
}
/*-------------SECOND-------------*/
#second{
	color: #A4B1B9;
	height: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 50px 0 0 0;
	/*-moz-box-shadow: inset 0px 0px 5px #A4B1B9;
	-webkit-box-shadow: inset 0px 0px 5px #A4B1B9;
	box-shadow: inset 0px 0px 5px #A4B1B9;*/
	background: url(images/bg/103.jpg) 50% 0 no-repeat fixed;
	border-top: 1px solid #A4B1B9;
}

#second .bg{
	/*background: url(images/logos/gm_logo.jpg);
	height: 800px;
	margin-top: 80px;
	padding: 0;
	position: absolute;
	width: 500px;
	z-index: 200;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;*/
}
/*------------THIRD--------------*/
#third{
	background: url(images/bg/102.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 1000px;
	padding: 50px 0 0 0;
	border-top: 1px solid #A4B1B9;
	/*	-moz-box-shadow: inset 0px 0px 5px #A4B1B9;
	-webkit-box-shadow: inset 0px 0px 5px #A4B1B9;
	box-shadow: inset 0px 0px 5px #A4B1B9;*/
}
/*------------FOURTH--------------*/
#fourth{
	color: white;
	height: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0 50px 0;
	/*-moz-box-shadow: inset 0px 0px 5px #A4B1B9;
	-webkit-box-shadow: inset 0px 0px 5px #A4B1B9;
	box-shadow: inset 0px 0px 5px #A4B1B9;*/
	background-image: url(images/bg/101.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid #A4B1B9;
}
/*------------FIFTH--------------*/
#fifth{
	color: white;
	height: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0 50px 0;
	/*-moz-box-shadow: inset 0px 0px 5px #A4B1B9;
	-webkit-box-shadow: inset 0px 0px 5px #A4B1B9;
	box-shadow: inset 0px 0px 5px #A4B1B9;*/
	background: url(images/bg/104.jpg) 50% 0 no-repeat fixed;
	border-top: 1px solid #A4B1B9;
}

/*------------SIXTH--------------*/
#sixth{
	color: white;
	height: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0 50px 0;
	/*-moz-box-shadow: inset 0px 0px 5px #A4B1B9;
	-webkit-box-shadow: inset 0px 0px 5px #A4B1B9;
	box-shadow: inset 0px 0px 5px #A4B1B9;*/
	background: url(images/bg/105.jpg) 50% 0 no-repeat fixed;
	border-top: 1px solid #A4B1B9;
}

/*------------SEVENTH--------------*/
#seventh{
	color: white;
	height: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0 50px 0;
	/*-moz-box-shadow: inset 0px 0px 5px #A4B1B9;
	-webkit-box-shadow: inset 0px 0px 5px #A4B1B9;
	box-shadow: inset 0px 0px 5px #A4B1B9;*/
	background: url(images/bg/106.jpg) 50% 0 no-repeat fixed;
	border-top: 1px solid #A4B1B9;
}

/*------------EIGHTH--------------*/
#eighth{
	color: white;
	height: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0 50px 0;
	/*-moz-box-shadow: inset 0px 0px 5px #A4B1B9;
	-webkit-box-shadow: inset 0px 0px 5px #A4B1B9;
	box-shadow: inset 0px 0px 5px #A4B1B9;*/
	background: url(images/bg/107.jpg) 50% 0 no-repeat fixed;
	border-top: 1px solid #A4B1B9;
}
/*------------NINTH--------------*/
#ninth{
	color: white;
	height: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0 50px 0;
	/*-moz-box-shadow: inset 0px 0px 5px #A4B1B9;
	-webkit-box-shadow: inset 0px 0px 5px #A4B1B9;
	box-shadow: inset 0px 0px 5px #A4B1B9;*/
	background: url(images/bg/110.jpg) 50% 0 no-repeat fixed;
	border-top: 1px solid #A4B1B9;
}
/*------------TENTH--------------*/
#tenth{
	background: #F0F0F0;
	height: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0px 0 50px 0;
	border-top: 1px solid #A4B1B9;
	background: url(images/bg/108.jpg) 10% 0 no-repeat fixed;
}

.story{
	/*margin: 0 auto;*/
	min-width: 980px;
	overflow: auto;
}

.story .float-left {
	padding: 50px;
	position: relative;
	width: 800px;
	background-color: #FFF;
	opacity:0.8;
}

 .story .float-right {
	background-color: #F0F0F0;
	padding: 20px 100px 20px 50px;
	position: relative;
	margin-top: 100px;
	width: 40%;
    opacity: 0.8;
}


