/*
CSS for the demo: Recreating the Nikebetterworld.com Parallax Demo
Demo: Recreating the Nikebetterworld.com Parallax Demo
Author: Ian Lunn
Author URL: http://www.ianlunn.co.uk/
Demo URL: http://www.ianlunn.co.uk/demos/recreate-nikebetterworld-parallax/
Tutorial URL: http://www.ianlunn.co.uk/blog/code-tutorials/recreate-nikebetterworld-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/.

Dual licensed under the MIT and GPL licenses:
http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.html
*/

body{
	margin: 0;
	width: 100%;
	padding: 0;
}

p{
	margin: 0 0 20px 0;	
}
strong {
	font-weight: bold;
}
p, ul{
	font-family: 'Gudea', sans-serif;
	font-style:normal;
}

img {
	border: 0;
}

h2 {
	font-family: 'Gudea', sans-serif;
	color: #f29204;
	letter-spacing: 0.08em;
	font-size: 17px;
	font-weight: bold;
	font-style:normal;
	text-transform: uppercase;
}
.clear {
	clear: both;
}
.QOverlay {
	background-color: #564839;
	z-index: 9999;
}

.QLoader {
	background-color: #FFFFFF;
	height: 1px;
}

#logo {
	width: 330px;
	height: 151px;
	margin-bottom: 5px;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}
#navigationItems {
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 1112;
	position: relative;
	height: 40px;
	width: 330px;
}
#navigation {
	padding-left: 36px;
	width: 294px;
	background-color: #F6F6F6;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}
#navigationItems li{
	float: left;
	padding: 11px 8px;
}
#navigationItems li.last {
	border: 0;
}
#navigationItems a:link, #navigationItems a:visited {
	color: #000000;
	letter-spacing: 0.05em;
	-moz-transition: color 0.2s linear 0s;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
}
#navigationItems a:hover, #navigationItems a:active {
	color: #f39200;
}

#header{	
	width: 330px;
	left: 50%;
	margin-left: -165px;
	position: fixed;
	z-index: 222;
}
#home {
	background:url("images/firstBG.jpg") 50% no-repeat fixed;
	color: white;
	height: 1000px;
	margin: 0;
	overflow: hidden;
	padding: 180px 0 0 0;
}
#home .bg {
	background: url("images/text-start.png") no-repeat fixed center center transparent;
	 background-size: 80%;
  height: 1000px;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  width: 1200px;
  z-index: 200;
  overflow: hidden;
}

#leistungen {
	background: url("images/secondBG.jpg") 50% 0 no-repeat fixed;
	color: white;
	height: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 180px 0 0 0;
}

#kontakt {
	background: url("images/thirdBG.jpg") 50% 0 no-repeat fixed;
	color: white;

	overflow: hidden;
	padding: 100px 0 100px 0;	
}
#kontakt .content {
	margin-bottom: 140px;
}

#impressum {
	position: fixed;
	z-index: 999;
	bottom: 0px;
	right: 20px;
}
#impressum .copyright {
	font-family: arial;
	font-size: 11px;
}
#impressum p {
	color: #FFFFFF;
	font-size: 12px;
	text-shadow: 1px 1px 1px #000000;
}
#impressum a:link, #impressum a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#impressum a:hover, #impressum a:active {
	color: #CCCCCC;
}
#imprintinline a:link, #imprintinline a:visited {
	color: #000000;
	text-decoration: none;
}
#imprintinline a:hover, #imprintinline a:active {
	text-decoration: underline;
}
#imprintinline {
	display: none;
	width: 630px;
}

.content {
	/*margin: 0 auto;*/
	left: 50%;
  margin-left: -164px;
	margin-top: 200px;
	background-color: #564839;
	padding: 20px 30px 20px 30px;
	color: #000000;
	width: 269px;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.45);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.45);
}
.content p {
	font-weight: 300;
	letter-spacing: 0.07em;
	color: #FFFFFF;
	font-size: 14px;
}
.content a:link, .content a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.content a:hover, .content a:active {
	color: #CCCCCC;
}
