@charset "utf-8";  /*** UTF Kodierung erspart Sonderzeichenkodierung ***/

html { height: 101%; }

body {
    height: 100%;
	margin: 0; padding: 0;
	background: #f0f0f0;
	font-family: 'Pt Sans', sans-serif;
}
img {
border: none;
width: auto;
max-width: 100%;
}

/**** link im text ****/

a, a:visited {
color: #993300;
text-decoration: none;
}

a:hover {
color:#000;
text-decoration: underline;
}

a:active, a:focus { 
outline: 0; 
}

/*******header position:fixed !important; ***************/

#wrapper {
position:relative;
margin:0;
width: 100%;
}
.header {
top: 0;
display: block;
position:absolute;
z-index:999;
height: 6em;
width: 100%;
}
.headin {
position:relative;
margin-left: auto;
margin-right: auto;
height: 5.5em;
width: 100%;
max-width: 1020px;
background: #f0f0f0;
border-bottom: 2px solid #fff;
}
.logotop{           /**** Logo big ****/
float: left;
margin-left: 8px;
padding: 30px 0 0 0;
text-align: left;
width: auto;
}

.logomobil {          /**** Logo mini ****/
display: none;
width: auto;
}
.content {
position:relative;
top: 6em;
margin-left: auto;
margin-right: auto;
width: 100%;
max-width: 1020px;
background: #f0f0f0;
}

.inhalt {
margin: 0;
width: auto;
height: auto;
}


/** Hamburger-Icon wird in Großansicht ausgeblendet **/
   label.open-menu-label {display: none;}
   input#open-menu {display: none;}
   input[type=checkbox]:checked ~ nav {display: none;}

.menu {
float: left;
display: block;
margin: 39px 0 0 15px;
padding: 0;
line-height: 1.4em;
}

nav {float: right;}

nav ul { float: right; list-style: none; margin:0; padding:0;}
nav > ul > li { float: left;}

nav > ul a, nav > ul a:visited  {
    display: block;
    margin: 0;
	padding: 14px 8px;  
    color: #444;
	font-size: 1.3em;
	font-weight: 400;
    text-decoration: none;
}

nav > ul a:hover {
    color: #444;
	font-weight: 400;
    text-decoration: none;
	-webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
	background: #fff;
}
nav > ul a.active {
    display: block;
	margin: 0;
	color: #d2433d;
    padding: 14px 8px; 
	font-size: 1.3em;
	font-weight: 400;
    text-decoration: none;
}
nav > ul a.active:hover {
	font-weight: 400;
    text-decoration: none;
	color: #d2433d;
	background: #fff;
}

/**** Teaser - figure kombiniert Bild mit Unterschrift ****/ 


figure {
  position: relative;
  display: inline-block;
  margin: 0;  
  padding: 0;
  width: 100%;
  height: auto;
  cursor:default;
  z-index:1;
  
}
 
figure img {
  display: block;
  cursor:default;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

figcaption {
  position: absolute;
  display: block;
  margin-left: 0;
  padding: 40px;
  max-width: 30%;
  font-size: 1.2em; 
  font-weight: 300;
  color: transparent; 
  text-align: center;
  font-style: italic;
  bottom: 3em;
  background: rgba(165, 58, 38, 0); 
  transition: all 1s ease;
  font-family: 'Signika Negative', sans-serif;
  cursor:default;
}

figure:hover figcaption {
  margin-left: 20px;
  padding: 40px; 
  font-size: 1.2em; 
  background: rgba(165, 58, 38, 0.9); 
  bottom: 3em;
  color: #fff;
  font-weight: 300; 
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  cursor:default;
}

/**** Textseiten ****/

.feature {
margin-top: 0;
padding: 40px 10px 20px 40px;
width: auto;
min-height: 200px;
text-align: left;
background: #fff;
padding-bottom:3.6em;
-webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

h1 {
margin: 0;
padding: 0;
font-size: 2em;
color: #7d7f82; 
font-weight: 400;
letter-spacing: -0.02em;
font-family: 'Signika Negative', sans-serif;
}

h2 {
padding: 0;
margin: 30px 0 5px 0;
font-size: 1.4em;
font-weight: 600;
color: #a53a26;
font-family: 'Signika Negative', sans-serif;
}

h3 {
margin: 0;
padding: 10px 0;
font-size: 1.4em;
color: #a53a26;
font-weight: 600;
font-family: 'Signika Negative', sans-serif;
}
p {
padding-right: 20px;
font-size: 0.95em;
line-height: 1.5em;
color: #2f3d43;
}
.umbruch {}

.spalt {
float: left;
display: inline-block;
margin-right: 1%;
width: 49%;
-ms-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}

.startspalt {
float: left;
margin: 20px 1.6% 0  0;
padding: 8px 8px 30px 8px;
display: inline-block;
width: 29%;
background: #f0f0f0;
font-size: 0.95em;
-ms-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
-webkit-border-radius: 8px;-moz-border-radius: 8px; border-radius: 8px; 
}
.startspalt img {
margin: 0;
max-width: 100%;
height: auto;
}

strong { font-weight: 700; letter-spacing: 0em;}
em { font-style: italic;}

.feature ul {padding: 0 15px;}
.feature li { padding: 3px 0; font-size: 0.95em; line-height: 1.5em; color: #2f3d43; list-style-type: disc;}

.alignleft {float: left; padding: 0 35px 3px 0;}
.alignright {float: right; padding: 0 0 0 35px;}
.alignnone {float: none; padding: 0;}
.clear {clear: both;}
.linie {clear: both; width: 100%; border-top: 1px dotted #ccc;}

/**** 3 spalten mit textüberfluß ****/
.column {
    -webkit-columns: 100px 3; /* Chrome, Safari, Opera */
    -moz-columns: 100px 3; /* Firefox */
    columns: 100px 3;
	}


/**** footer ****/

.footer {
clear: both;
float: none;
margin: 8px 0 15em 0;
padding: 30px 10px;
min-height: 3em;
text-align: center;
color: #fff;
font-size: 0.95em;
background: #a53a26;
}

.footer a{
 color: #fff;
 padding: 0 10px;
}

.footer a:hover{
color: #000;
padding: 0 10px;
}




/***************************************************************/


/*		Laptop Layout:  ab 800px und höher*/

@media only screen and (min-width: 941px) and (max-width: 1280px) {

	 figure img, .feature, .footer  { margin: 3px 1%; max-width: 98%;}
}

/*		Tablet Layout: ab 600px / 768px / 800px */

@media only screen and (min-width: 601px) and (max-width: 940px) {
   
    body {width: 100%; max-width: 940px; padding: 0 0 60px 0;}
	.header, .headin {height: auto;}
	.logotop {display: none;}
    .logomobil {float: none; display: block; margin: 15px 0 0 20px; padding:0;}
	
	.menu { float: left; display: block; margin: 0 0 0 12px; padding: 0; line-height: 1em; }
	nav {float: none;}
	nav ul { float: none; list-style: none; width: 100%; margin:0; padding:0;}
	nav > ul > li { float: left; display: block;}
	nav > ul a, nav > ul a:visited, nav > ul a:hover,  
	nav > ul a.active, nav > ul a.active:visited, nav > ul a.active:hover { 
	padding: 8px; margin:0; font-size: 1.1em; }
	
	.content {top: 6em;}
	figure img {-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}
	figcaption, figure:hover figcaption { bottom: 1em; padding: 20px; line-height: 2em; font-size: 0.95em; max-width: 50%;}
	
	.feature {padding: 20px;}
	.startspalt { float: none; display: inline-block; margin: 10px 2% 0 0; padding: 10px; width: 98%;}
    .startspalt img { float: left; padding-right: 20px; margin: 0; max-width: 300px; height: auto;}
	.footer { margin: 2em 0;}
}


/*	Mobile Layout: 320px / 480px / 600px Smartphones  */

@media only screen and (min-width: 320px) and (max-width: 600px) {
    
	body {padding: 0 0 60px 0;}
	img {width: auto; max-width: 99%;}
	.header, .headin {height: auto;}
	.logotop, figcaption {display: none;}
    .logomobil {display: inline; float: left; margin: 20px 0 0 10px;}
	.content {top: 4.5em;}
	
	.menu {float: right; margin: 0; padding: 10px; width: auto; min-height: auto;}
	input#open-menu {display: none;}
    input[type=checkbox]:checked ~ nav {display: block; cursor: pointer;}
	
    label.open-menu-label {position: relative; float: right; display: block; margin: 0; cursor: pointer;}
	nav {display: none; position: absolute; padding-bottom: 30px; margin: 50px 0 30px -246px; font-size: 0.9em;  
	      background: #333; cursor: pointer; z-index:999; transition: all 0.3s ease-in-out;}
	
	nav ul { width: 100%; min-width: 296px;}
    nav ul li { float: none; display: block; margin:0; border-bottom: 1px dotted #666;}
    nav ul a { display: block; padding: 12px 0 12px 30px; color: #fff !important;} 
	nav > ul a:hover { background: #333 !important;} 
	nav ul a.active { display: block; padding: 12px 0 13px 30px; color: #fff; background: #d2433d;} 
	
    figure img {-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0; min-height: 200px;}
	.feature, p {padding: 5px;}
	.spalt, .startspalt  {text-align: left; margin-left: 5px; margin-bottom: 20px; width: auto; max-width: 98%;}
    h1  { margin-bottom: 10px; padding: 5px; font-size: 1.4em;}
	h2  { margin: 10px 0; padding: 5px; font-size: 1.4em;}
	.alignleft, .alignright {float: none; margin: 0; padding: 0 10px 20px 0;}
	.footer {padding: 40px 0; margin: 0; line-height: 2em; font-size: 1em; text-align: center;}
}



