header{
    width: 100%;
    text-align: left;
	border: 0;
}
IMG {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
body {
	margin-left: 50px;
	margin-right: auto;
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;
}
inhalt{
	margin-left: 80px;
    margin-right: auto;
}
    
nav{
    margin-left: auto;
    margin-right: auto;
}
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);

body {
	background: #212121;
	font-size:22px;
	line-height: 32px;
	color: #ffffff;
	word-wrap:break-word !important;
	font-family: 'Open Sans', sans-serif;
	}

h1 {
	font-size: 60px;
	text-align: left;
	color: #FFF;
}	

h3 {
	font-size: 30px;
	text-align: left;
	color: #FFF;
}

h3 a {
	color: #FFF;
}

a {
	color: #FFF;
}

h1 {
	margin-top: 100px;
	text-align:left;
	font-size:60px;
	font-family: 'Bree Serif', 'serif';
	}

#container {
	margin: 0 auto;
}

p {
	text-align: left;
    margin: 40px;
}

nav {
	margin: 0px 0;
	background-color: #d8d4ce;
}

nav ul {
	padding: 0;
    margin: 0;
	list-style: none;
	position: relative;
	}
	
nav ul li {
	display:inline-block;
	background-color: #d8d4ce;
	}

nav a {
	display:block;
	padding:0 10px;	
	color:#FFF;
	font-size:16px;
	line-height: 60px;
	text-decoration:none;
}

nav a:hover { 
	background-color: #cdc5bf; 
}

/* Hide Dropdowns by Default */
nav ul ul {
	display: none;
	position: absolute; 
	top: 60px; /* the height of the main nav */
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* First Tier Dropdown */
nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
	position: relative;
	top:-60px; 
	left:170px;
}

	
/* Change this in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }

table, tr, th, td { 
	border:0; 
	border-collapse: collapse; 
	padding: 0px 0px 0px 68px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
} 
h1 {
	padding: 0px 0px 0px 80px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 2.5em;
}
h2 {
	padding: 0px 0px 0px 80px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.875em;
}
h3 {
	padding: 0px 0px 0px 80px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.375em;
}
ul {
	padding: 0px 0px 0px 80px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.875em;
}
p {
	padding: 0px 0px 0px 80px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.875em;
}

/* Das Kontaktformular */
form {
  width: 450px; /* Breite des Formulars */
  padding: 20px;
}
label { /* Beschriftung auf eigener Zeile */
  display: block;
  cursor: pointer; /* Mauszeiger wird zur Hand */
}
input#absender,
textarea {
  width: 400px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
textarea {
  height: 7em;
}
input:focus,
textarea:focus {
  background-color: #d9d9d9;
}
#section {
    width:150px;
    float:left;
	padding:10px;
}
.line { 
   position: absolute; 
   left:10px;
   height: 4px; width: 55px; 
   background: #fff; border-radius: 2px;
   display: block; 
   transition: 0.5s; 
   transform-origin: left; 
}

.line:nth-child(1) { top: 12px; }
.line:nth-child(2) { top: 24px; }
.line:nth-child(3) { top: 36px; }

#hamburg:checked + .hamburg .line:nth-child(1){
   transform: translateY(12px) rotate(-45deg);
}

#hamburg:checked + .hamburg .line:nth-child(2){
   opacity:0;
}

#hamburg:checked + .hamburg .line:nth-child(3){
   transform: translateY(-12px) rotate(45deg);
}