@charset "utf-8";
body {
	font: 120%/1.6 'PT Serif', serif;
	background-color: #FFF;
	margin: 0;
	padding: 0;
}
*, ::before, ::after { 
	box-sizing: border-box; 
  	margin: 0;
	padding: 0;
}

/* ~~ Element-/Tag-Selektoren ~~ */
img { 
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
a img { 
	border: none;
}
a {
	color: #d8c9b6;
	text-decoration: underline; 
}
a:hover, a:active, a:focus { 
	color: #6d5e48;
}
.footer a:hover, .footer a:active, .footer a:focus { 
	color: #FFF;
}
li {
	margin-left: 18px;
}

/* ~~ Container ~~ */
.wrapper {
	color: #6d5e48;
}
.container {
	width: 85%;
	max-width: 1280px;
	margin: 0 auto;
}

/* ~~ Kopfzeile ~~ */
.header {
	text-align: center;
	padding: 20px 0;
}
.logo {
	display: block;
	padding-bottom: 20px;
}
.logo img {
	max-width: 250px;
}

/* ~~ Navigation ~~ */
.navigation ul.nav {
	list-style: none;
	font: 100%/1.4 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}
.navigation ul.nav li {
	display: inline-block;
	text-align: center;
	margin: 0;
}
.navigation ul.nav li:last-of-type {
	border-right: none;
}
.navigation ul.nav li a {
	text-decoration: none;
	padding: 5px 10px;
}
.navigation ul.nav li a:hover, .navigation ul.nav li a:active, .navigation ul.nav li a:focus { 
	color: #6d5e48;
}


/* ~~ Inhalt ~~ */
.contentbox {
	padding: 40px 0;
}
.breit {
	clear: both;
	display: block;
}
.contentbox h1 { 
	font: 160%/1.2 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #b0a495;
	margin-bottom: 30px;
}
.contentbox h2 { 
	font: 125%/1.2 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;	
	color: #b0a495;	
	margin-bottom: 5px;	
}
.contentbox h3 { 
	font: 125%//1.6 'PT Serif', serif;
	color: #b0a495;	
	margin-bottom: 10px;	
}
.contentbox ul, .contentbox ol, .contentbox p { 
	padding-bottom: 20px;
}
.contentbox p+ul { 
	margin-top: -20px;
}

/* ~~ claim ~~ */
.claim {
	display: none;		
}
/* ~~ Bild ~~ */
.bild {
	background-image: url(img/netz1.png);
	background-size: cover;
	background-position: center;
	text-align: center;
	overflow-x: hidden;
}
.bildbox {
	display: table;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	background-color: #e9e6e3;
}
.bildeins {
	display: table-cell;
	padding-right: 10px;
	vertical-align: middle;
}
.bildzwei {
	display: table-cell;
	vertical-align: middle;		
}

/* ~~ Footer ~~ */
.footer {
	background-color: #6d5e48;
	padding: 20px;
}


/* ~~ Verschiedene float/clear-Klassen ~~ */
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
@media (min-width: 600px) {	
.claim {
	display: block;
	position: absolute;
	top: 30px;
	right: 30px;
	font-weight: 700;
	text-align: right;		
}
.claim strong {
	color: #d8c9b6;
}
}
@media (min-width: 800px) {	
/* ~~ Kopfzeile ~~ */
.logo img {
	max-width: 350px;
}
/* ~~ Navigation ~~ */
.navigation ul.nav li {
	display: inline-block;
	border-right: #b0a495 1px solid;
}
.navigation ul.nav li a {
	padding: 5px 20px;
}
/* ~~ Inhalt ~~ */
.contentbox h1 { 
	font: 180%/1.0 'Roboto Condensed', sans-serif;
}
.contentbox h2 { 
	font: 140%/1.0 'Roboto Condensed', sans-serif;
}

}
@media (min-width: 1024px) {
.claim {
	right: 60px;
	font-size: 125%;
}
.bild {
	padding: 0 7.5%;
}
.links {
	float: left;
	width: 45%;
}
.rechts {
	float: right;
	width: 45%;
}
	
}