body {
margin: 0px;
padding: 0px;
font-family: arial;
}
	
p {
font-size: 11pt;
font-family: 'Open Sans', sans-serif;
}

#header-wrap {
  height: 100%;
  min-height: 600px;
  padding: 0px;
  margin: 0px;
  position: relative;
  width: 100%;
  background-color: white;
  color: black;
  background-position:center;
  font-family: 'Quicksand', sans-serif;
  }
  
.headline {
width: 100%;
margin: 0px auto;
}
.headline p {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
font-size: 100%;
letter-spacing: 5px;
}

.headlineInner {
padding-top: 50px;
}

  
header h1 {
font-family: 'Quicksand', sans-serif;
font-weight: 300;
font-size: 320%;
text-align: left;
color: white;
margin-top: 5px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
line-height: 100%;
padding: 5px;
padding-bottom: 10px;
letter-spacing: 7px;
width: auto;
position: relative;
display: inline-block;
clear: both;
background-color: black;

}


h1, h2, h3 {
font-family: 'Quicksand', sans-serif;
}

h2 {
padding-top: 50px;
margin-top: 0px;
}

  
  
.wrapper {

  height: 100%;
  min-height: 600px;
  padding: 0px;
  margin: 0px;
  position: relative;
  width: 100%;
  background-color: white;
  
}

#page-one-wrapper {
background-color: #f2f2f2;
}


#page-two-wrapper {
background-color: #fff;
}

#page-three-wrapper {
background-color: white;
display: none;
}


#contact-wrapper {
background-image: url("bg.png");
background-repeat: repeat-x;
background-position: top;
background-color: rgb(210,215,199);
}
.menu {
position: absolute;
display: block;
bottom: 50px;
width: 100%;
}

  

.menuInner {
width: 40%;
margin: 0px auto;
text-align: center;
}

ul {
list-style: none;
margin: 0px;
padding: 0px;
}

.menuInner ul li {
list-style-type: none;
color: white;
display: inline-block;
}

.menuInner a {
color: black;
text-decoration: none;
display: block;
padding: 5px;
margin: 0px;
text-align: center;
vertical-align: middle;
}

section.content {
	width: 52%;
	margin: 0px auto;
}

#toTop {
position: fixed;
z-index: 9999;
bottom: 10px;
right: 10px;
}


#mainMenu {
position: fixed;
z-index: 9999;
top: 0px;
width: 100%;
background-color: white;
color: black;
padding: 10px;
box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
display: none;
}



#mainMenu ul li {
display: inline-block;
list-style-type: none;
}

#mainMenuInner {
width: 52%;
margin: 0px auto;
text-align: center;
}

#mainMenuInner a {
color: #333;
text-decoration: none;
font-family: 'Quicksand', sans-serif;
font-weight: 600;
padding: 10px;
}

.imageflow {
width: 50%;
margin: 0px auto;
margin-top: 5%;
}


.image {
margin: 0px 0px;
}

.image img {
width: auto;
height: 35%;
margin: 0px auto;
display: block;
}


.imageflow p {
text-align: right; 
margin: 5px 5px;
width: 759px;
}

#kontaktformular label {
font-family: 'Quicksand', sans-serif;
color: #333;
text-decoration: none;
font-weight: 600;
width: 100%;
display: block;
}


#kontaktformular input  {
padding: 12px 10px;
border: 0px none;
border-bottom: 1px solid #7F8B70;
border-right: 1px solid #7F8B70;
margin-bottom: 20px;
}

#kontaktformular textarea {
padding: 12px 10px;
border: 0px none;
border-bottom: 1px solid #7F8B70;
border-right: 1px solid #7F8B70;
width: 100%;
height: 150px;
}

#kontaktformular input[type=submit] {
background-color: #A8B095;
border: 0px none;
margin: 20px 0px;
font-weight: 600;
text-transform: uppercase;
}

#kontaktformular input[type=submit]:hover {
cursor: pointer;
}



#formular {
width: 45%;
float: left;
}

#contactData {
float: right;
width: 45%;
}
#contactData h3 {
font-size: 11pt;
margin: 5px 0px;
}


#contactData p {
font-size: 10pt;
margin: 3px 0px;
}



#footer {
position: absolute;
bottom: 10px;
text-align: center;
width: 100%;
}

.footerInner {
text-align: center;
font-family: 'Quicksand', sans-serif;
text-decoration: none;
font-weight: 600;
width: 100%;
}


.footerInner a {
text-align: center;
font-family: 'Quicksand', sans-serif;
color: #222;
text-decoration: none;
font-weight: 600;
}
