/* Fonts und Symbole */
@import url('fonts/genericons.css');

/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-condensed-v16-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
       url('fonts/roboto-condensed-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-condensed-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-condensed-v16-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-condensed-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-condensed-v16-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-condensed-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('fonts/roboto-condensed-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-condensed-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-condensed-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-condensed-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-condensed-v16-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-condensed-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
       url('fonts/roboto-condensed-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-condensed-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-condensed-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-condensed-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-condensed-v16-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* playfair-display-regular - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/playfair-display-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'),
       url('fonts/playfair-display-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/playfair-display-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/playfair-display-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/playfair-display-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/playfair-display-v13-latin-regular.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}
/* playfair-display-italic - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/playfair-display-v13-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Playfair Display Italic'), local('PlayfairDisplay-Italic'),
       url('fonts/playfair-display-v13-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/playfair-display-v13-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/playfair-display-v13-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/playfair-display-v13-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/playfair-display-v13-latin-italic.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}

/* Allgemeine Angaben */
html {
	font-size: 16px;
	font-size: 100%;
}
body {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400; 
	color:#000;
	background-color: #b1b49a;
	line-height:1.3;
	word-wrap:break-word;
	transition: all .5s ease-in;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;	
}
img {
	border: 0;
}


/* Cookie Banner */
#cookiedingsbums a {color:#dae5b3; }
#cookiedingsbums a:hover {color: #fff;}
#cookiedingsbums div {padding:10px; padding-right:40px;}
#cookiedingsbums { 
   text-align:right; 
   background: #890d17; 
   position:fixed;
   left: 0px;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12px; 
   line-height:16px;
   color: #fff;
}
#cookiedingsbumsCloser {
   color: #890d17;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   top: 5px;
   cursor:pointer;
   padding:4px;
   background: #fff;
}


figure {
	float: left;
	width: 100%;
	margin: 0px 15px 5px 0px;
	padding: 5px 5px 5px 5px;
	background-color: #fff;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
figcaption {
	text-align: center;
	color: #999;
	font-size: 14px;
	font-size: 0.875em;
	padding: 5px 0px 5px 0px;
}
.bild-breit {
	width: 100%;
	height:auto;
	line-height:1;
}
.bild-breit-rand {
	width: 100%;
	height:auto;
	line-height:1;
	margin: 0px 0px 0px 0px;
	padding: 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #aeb78f;
	background-color: #fff;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
}
.bild-links-schatten {
	float:left;
	margin: 0% 5% 0.2% 0%;
	width: 40%;
	height:auto;
	line-height:1;
	box-shadow: 4px 4px 0px #890d17;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
}
embed, object, video, iframe {
	max-width:100%
}
/* Textformatierung */
h1 {
	font-family: 'Playfair Display', serif;
	font-size: 16px; font-size: 1em;
	color:#890d17;
	font-weight: 700;
	font-style:italic;
	background-color: #ebebeb;
	padding: 3px 10px 7px 10px;
	margin-bottom: 30px;
	text-shadow: 1px 1px 0px #fff;
}
h1:first-letter {
	float: left;
	font-family: 'Playfair Display', serif;
	font-size: 36px; font-size: 2.25em;
	color:#890d17;
	font-weight: 400;
	font-style:italic;
	margin-top: -7px;	
	text-shadow: -7px -4px 0px #ebebeb;
}
h2 {
	font-family: 'Playfair Display', serif;
	font-size: 16px; font-size: 1em;
	color:#890d17;
	font-weight: 700;
	font-style: normal;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.3);
}
#content-rechts h2 {
	text-shadow: 1px 1px 0px #f6fddf;
}
h3 {
	font-size: 16px;
	font-size: 1em;
	color:#7b852f;
	font-weight: 700;
	font-style: normal;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.3);
}
strong {
	font-weight: 600;
}
.kleiner {
	font-size: 14px; font-size: 0.875em;
}
.kleiner-rechts {
	font-size: 14px; font-size: 0.875em;
	float: right;
}
hr {
	float: left;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #f3f3f3;
	border-left: 0px;
	border-right: 0px;
	background-color:#fff;
	height: 0px;
	width: 100%;
}
table {
	background-color: #fff;
	font-size: 100%;
}
th {
	color: #fff;
	font-weight: 400;
	text-align: left;
	background-color: #333;
	padding: 5px 8px 5px 8px;
}
td {
	color: #000;
	font-weight: 400;
	text-align: left;
	padding: 3px 8px 3px 8px;
}
tr:nth-child(odd) {
	background-color: #f3f3f3;
}
article ul {
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 0px 1.3em;
	text-align: left;
}
article ul ul {
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 0px 0.5em;
}
article li {
	margin-bottom: 0.3em;
	padding-bottom: 0.6em;
	margin-left: 0.3em;
	list-style-type: none;
	line-height: 1.2;
	border-bottom: 1px dashed rgba(0,0,0,0.3);
}
article li li {
	margin-bottom: 0.3em;
	padding-bottom: 0.3em;
	list-style-type: none;
	line-height: 1.2;
	border-bottom: 0;
	font-size: 14px; font-size: 0.875rem;
}
article li li:first-child {
	margin-top: 0.6em;
}
article li li:last-child {
	margin-bottom: 0em;
}
article li:before {
	content: '\f418';
	font-family: "Genericons";
	font-size: 16px; font-size: 1rem;
	font-weight: normal;
	color: #7b852f;
	line-height: 1;
	margin: 0px 0.3em 0px -1.3em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
}
article li li:before {
	content: '\f501';
	font-family: "Genericons";
	font-size: 8px; font-size: 0.5rem;
	font-weight: normal;
	line-height: 1;
	margin: 0px 0.3em 0px -1.3em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
}
/* Navigation Buttons und Links */
nav ul {
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 0px 0%;
}
nav li {
	list-style: none;
}
main a {
	display:inline-block;
	width: auto;
	height: auto;
	color: #7b852f;
	font-weight: 700;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
}
main a:hover {
	color: #999;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
}
a[href$=".pdf"] {
	color: #000;
	font-size: 0.875em;
	text-decoration: underline;
	background-image:url(grafiken/pdf.png);
	background-repeat:no-repeat;
	background-position: 0.1em center;
	background-size: auto 90%;
	padding: 0px 0.4em 0px 1.7em;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-o-border-radius: 3px;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
}
a[href$=".pdf"]:hover {
	background-color: #ccc;
	text-decoration:none;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
}
a[target*="blank"]:after {
	content: '\f442';
	font-family: "Genericons";
	vertical-align: middle;
}
#mobil-schnellwahl a[target*="blank"]:after {
	content: '';
	display: none;
}
.button a {
	display:inline-block;
	width: auto;
	height: auto;
	padding: 6px 12px 5px 12px;
	margin: 0px 5px 5px 0px;
	line-height:1.3;
	text-decoration: none;
	color: #890d17 !important;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.5) !important;
	border: 1px solid #890d17;
	background: #dae5b3;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
}
.button a:hover {
	color: #dae5b3 !important;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3) !important;
	border: 1px solid #890d17;
	background-color: #890d17;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
}
.button-top a {
	position: fixed;
	right: 1%;
	bottom: 4%;
	display:block;
	width: auto;
	height: auto;
	padding: 2px 2px 4px 4px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	background-color: rgba(0,0,0,0.2);
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	z-index: 9998;
	font-family: "Genericons";
	text-align:center;
	border-radius: 50px; 
	-webkit-border-radius: 50px; 
	-moz-border-radius: 50px; 
	-o-border-radius: 50px;
}
.genericon-collapse {
	font-size: 28px; font-size: 1.75rem;
	color: #fff;
	text-decoration: none;
}
.button-top a:hover {
	background-color: rgba(137,13,23,1);
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
}
/* Formulare */
input,textarea,select,option {
	width: 100%;
	background-color: #eee;
	border: 1px solid #eee;
	font-weight: 400;
	color:#000;
	font-size: 16px;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	padding: 3px 2px 3px 2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
}
input:hover, input:focus, 
select:hover, select:focus,
textarea:hover, textarea:focus,
option:hover, option:focus {
	color: #fff;
	background-color: #666;
	border: 1px solid #666;
	text-shadow: 1px 1px 0px #333;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
}
input[type="submit"] {
	float:right;
	width:auto;	
	background-color: #444;
	border: 1px solid #000;
	color: #f3f3f3;
	text-shadow: 1px 1px 0px #000;
	font-size: 100%;
	text-transform:none;
	margin: 0px 0px 0px 0px;
	padding: 5px 22px 5px 22px;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-o-border-radius: 3px;
}
input[type="submit"]:focus , input[type="submit"]:hover {
	color: #fff;
	background-color:#000;
	border: 1px solid #000;
	text-shadow: 1px 1px 0px #000;
}
/* Spalten */
.spalte25a, .spalte25b, .spalte25c, .spalte25d,
.spalte33a, .spalte33b, .spalte33c,
.spalte50a, .spalte50b, 
.spalte66a, .spalte66b,
.spalte75a, .spalte75b,
.spalte100 {
	float:left;
	height:auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.spalte25a, .spalte25b, .spalte25c, .spalte25d {
	width: 21.25%;
	margin: 0% 5% 0% 0%;
	padding: 0% 0% 0% 0%;
}
.spalte25d {
	margin: 0% 0% 0% 0%;
}
.spalte33a, .spalte33b, .spalte33c {
	width: 30%;
	margin: 0% 5% 0% 0%;
	padding: 0% 0% 0% 0%;
}
.spalte33c  {
	margin: 0% 0% 0% 0%;
}
.spalte50a, .spalte50b {
	width: 47.5%;
	margin: 0% 5% 0% 0%;
	padding: 0% 0% 0% 0%;
}
.spalte50b {
	margin: 0% 0% 0% 0%;	
}
.spalte66a, .spalte66b {
	width: 65%;
	margin: 0% 5% 0% 0%;
	padding: 0% 0% 0% 0%;
}
.spalte66b {
	margin: 0% 0% 0% 0%;	
}
.spalte75a, .spalte75b {
	width: 73.75%;
	margin: 0% 5% 0% 0%;
	padding: 0% 0% 0% 0%;
}
.spalte75b {
	margin: 0% 0% 0% 0%;	
}
.spalte100 {
	width: 100%;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}

/* Bewertung */
.bewertung {
	display: inline-table;
	width:100%;
	height:auto;
	border-top: 1px solid #ccc;
	padding: 30px 0% 30px 0%;
	margin: 0% 0% 0% 0%;
}
.datum {
	float:left;
	width:50%;
	height:auto;
	margin: 0px 0% 10px 0%;
	padding: 0px 0% 0px 0%;
	text-align:right;
	font-size: 12px; font-size: 0.75em;
	font-weight: 400;
	color: #999;
}
.sterne {
	float:left;
	width:50%;
	height:auto;
	text-align:left;
	margin: 0px 0% 10px 0%;
	padding: 0px 0% 5px 0%;
}
.name {
	float:left;
	width:100%;
	height:auto;
	margin: 0% 0% 0.5em 0%;
	color:#7b852f;
}
.bewertung-text {
	float:left;
	width:100%;
	height:auto;
	margin: 0% 0% 0% 0%;
}

@media only screen and (min-width: 960px) { /* Dektop */	
html {
	font-size: 100%;
}
body {
	margin: 0% 0% 0% 0%;
	padding: 0% 3% 0% 3%;
	background-image:url(grafiken/hg-body.gif);
	background-size: 24px 24px;
	border-top: 18px solid #890d17;
	
}
#site {
	max-width: 1100px;
	margin: 0px auto 0;
	padding: 0% 0% 0% 0%;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	background-image:url(grafiken/hg-main.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-size:contain;
}
header {
	float:left;
	width: 60%;
	min-height: 350px;
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 0px 0%;
	background-color: #fff;
	background-image:url(grafiken/hg-header.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	background-size: auto 350px;
}
.logo a {
	display:block;
	float:left;
	height: 80px;
	width: 90%;
	margin: 30px 5% 0px 5%;
	padding: 0px 0% 0px 0%;
	background-image:url(grafiken/logo-heiderose-feuerpfeil.png);
	background-repeat:no-repeat;
	background-position: left top;
	background-size: contain;
}
.spruch {
	float:left;
	height: auto;
	width: 55%;
	margin: 90px 5% 0px 5%;
	padding: 0px 0% 0px 0%;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-style:italic;
	text-align: left;
	font-size: 14px; font-size: 0.875em;
	color: #666;
}
.spruch:first-letter {
	font-size: 30px; font-size: 1.875em;
	font-weight: 700;
}
.nav-0-oeffnen a, #mobil-schnellwahl, .genericon-menu, .genericon-close {
	display: none;			
}
nav {
	float:left;
	width: 37%;
	height: auto;
	margin: 0px 0% 0px 0%;
	padding: 20px 0% 20px 3%;
	background-image:url(grafiken/hg-nav.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-size: 100% 100%;
	background-color: #7b852f;
}
nav li a {
	display:block;
	float:left;
	height:auto;
	width: 40%;
	margin: 0px 10% 0px 0%;
	padding: 12px 0% 12px 0%;
	color: #efffb7;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	text-decoration: none;
	line-height: 1;
	background-image:url(grafiken/hg-nav1.png);
	background-repeat:no-repeat;
	background-position: 5px 16px;
	background-size: 11px 11px;
	text-indent: 20px;
	border-bottom: 1px dashed rgba(239,255,183,0.5);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
}
nav li a:hover {
	color: #fff;
	background-image:url(grafiken/hg-nav2.png);
	background-repeat:no-repeat;
	background-position: 5px 16px;
	background-size: 11px 11px;
	background-color: rgba(0,0,0,0.10);
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
}
nav li:nth-child(13) a {
	border-bottom: 0px;
}
#desktop-schnellwahl {
	float:left;
	width: 34%;
	margin: 0px 0% 0px 0%;
	padding: 20px 3% 5px 3%;
	background-color: #890d17;
	background-image:url(grafiken/hg-desktop-schnellwahl.gif);
	background-repeat:repeat-y;
	background-position:left top;
	background-size: auto 25px;
}
#desktop-schnellwahl a {
	float:left;
	width: 47%;
	margin: 0px 3% 15px 0%;
	padding: 0px 0% 0px 0%;
	color: #dae5b3;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
}
#desktop-schnellwahl a:hover {
	color: #fff;
	text-decoration: underline;
}
#desktop-schnellwahl a:nth-child(3) {
	width: 97%;
}
#desktop-schnellwahl .genericon {
	margin: 0px 2px 0px 0px;
	padding: 2px;
	color: #890d17;
	text-shadow: 1px 1px 0px #dae5b3;
	font-size: 14px;
	background-color: #dae5b3;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-o-border-radius: 3px;
}
main {
	float:left;
	width: 100%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 0px 0%;
}
#content-links {
	float:left;
	width: 54%;
	margin: 0px 0% 0px 0%;
	padding: 30px 3% 30px 3%;
}
#content-rechts {
	float:left;
	width: 34%;
	margin: 0px 0% 0px 0%;
	padding: 30px 3% 30px 3%;
}
footer {
	clear: both;
	width: 100%;
	min-height: 120px;
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 0px 0%;
	background-color: #ccc;
	color: #666;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.3);
	font-size: 14px; font-size: 0.875em;
	font-weight: 700;
	background-image:url(grafiken/hg-footer.gif);
	background-repeat:repeat-y;
	background-position:center top;
	background-size: 100% auto;
}
#footer-links {
	float:left;
	width: 54%;
	margin: 0px 0% 0px 0%;
	padding: 30px 3% 30px 3%;
	background-image:url(grafiken/hg-footer-schatten.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-size: auto 15px;
	
}
#footer-rechts {
	float:left;
	width: 34%;
	margin: 0px 0% 0px 0%;
	padding: 30px 3% 30px 3%;
	background-image:url(grafiken/hg-footer-schatten.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-size: auto 15px;
}
.footer-nav a {
	float:left;
	width: auto;
	margin: 0px 3.5% 0px 0%;
	padding: 0px 3.5% 0px 0%;
	color: #890d17;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.3);
	text-decoration: none;
	line-height: 1;
	border-right: 1px solid #890d17;	
}
.footer-nav:last-child a {
	border-right:0;
	margin: 0px 0% 0px 0%;
}
.footer-nav a:hover {
	color: #000;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.3);	
}
.footer-maps a {
	float:left;
	width: 100%;
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 0px 0%;
	color: #666;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.3);
	text-decoration: none;
	line-height: 1.2;	
}
.footer-maps a:hover {
	color: #000;
}
.footer-maps .genericon {
	float: left;
	margin: 1px 4px 40px 0px;
	padding: 0px px 0px 0px;
	color: #ccc;
	text-shadow: 1px 1px 0px #666;
	background-color: #666;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-o-border-radius: 3px;
}
}


@media only screen and (max-width: 960px) and (min-width: 520px) { /* Tablet */
html {
	font-size: 100%;	
}
.spalte25a, .spalte25b, .spalte25c, .spalte25d {
	width: 47.5%;
	margin: 0% 5% 0% 0%;
	padding: 0% 0% 0% 0%;
}
.spalte25b, .spalte25d {
	margin: 0% 0% 0% 0%;	
}
body {
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;	
}
#site {
	float: left;
	width: 100%;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}
header {
	float:left;
	width: 100%;
	min-height: 300px;
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 20px 0%;
	background-color: #fff;
	background-image:url(grafiken/hg-header.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	background-size: auto 300px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	position: relative;
	z-index: 889;
}
.logo a {
	display:block;
	float:left;
	height: 80px;
	width: 90%;
	margin: 30px 5% 0px 5%;
	padding: 0px 0% 0px 0%;
	background-image:url(grafiken/logo-heiderose-feuerpfeil.png);
	background-repeat:no-repeat;
	background-position: left top;
	background-size: contain;
}
.spruch {
	float:left;
	height: auto;
	width: 50%;
	margin: 30px 5% 0px 5%;
	padding: 0px 0% 0px 0%;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-style:italic;
	text-align: left;
	font-size: 14px; font-size: 0.875em;
	color: #666;
}
.spruch:first-letter {
	font-size: 30px; font-size: 1.875em;
	font-weight: 700;
}
#mobil-schnellwahl {
	display: none;			
}
.nav-0-oeffnen a {
	display:block;
	float: left;
	width: 100%;
	height: 50px;
	margin: 0px 0% 0px 0%;
	padding: 10px 5% 0px 5%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #890d17;
	text-align:right;
}
.genericon-menu {
	font-size: 1.8em;
	color: #fff;
	text-decoration: none;
}
.nav-0-schliessen a {
	display:block;
	float: left;
	width: 90%;
	height:auto;
	margin: 10px 0% 30px 0%;
	padding: 0px 0% 0px 0%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px dashed rgba(239,255,183,0.5);
}
.genericon-close {
	font-size: 1.8em;
	color: #efffb7;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	text-decoration: none;
}
nav {
	display: none;
	position: absolute;
	z-index: 999;
	top: 50px;
	right: 0%;
	width: 360px;
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 40px 5%;
	background-color: #7b852f;
	background-image:url(grafiken/hg-nav-mobil.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-size: 100% 100%;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.6);
}
nav li a {
	display:block;
	float:left;
	height:auto;
	width: 40%;
	margin: 0px 10% 0px 0%;
	padding: 12px 0% 12px 0%;
	color: #efffb7;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	text-decoration: none;
	line-height: 1;
	background-image:url(grafiken/hg-nav1.png);
	background-repeat:no-repeat;
	background-position: 5px 16px;
	background-size: 11px 11px;
	text-indent: 20px;
	border-bottom: 1px dashed rgba(239,255,183,0.5);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
}
nav li:nth-child(13) a {
	border-bottom: 0px;
}
#desktop-schnellwahl {
	float:left;
	width: 90%;
	margin: 0px 0% 0px 0%;
	padding: 20px 5% 5px 5%;
	background-color: #890d17;
}
#desktop-schnellwahl a {
	float:left;
	width: auto;
	margin: 0px 3% 15px 0%;
	padding: 0px 0% 0px 0%;
	color: #dae5b3;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
}
#desktop-schnellwahl .genericon {
	margin: 0px 2px 0px 0px;
	padding: 2px;
	color: #890d17;
	text-shadow: 1px 1px 0px #dae5b3;
	font-size: 14px;
	background-color: #dae5b3;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-o-border-radius: 3px;
}
main {
	float:left;
	width: 100%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 0px 0%;
}
#content-links {
	position:relative;
	z-index: 888;
	float:left;
	width: 90%;
	margin: 0px 0% 0px 0%;
	padding: 30px 5% 30px 5%;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
#content-rechts {
	float:left;
	width: 90%;
	margin: 0px 0% 0px 0%;
	padding: 20px 5% 30px 5%;
	background-color: #dae5b3;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
footer {
	clear: both;
	width: 100%;
	min-height: 140px;
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 0px 0%;
	background-color: #ccc;
	color: #666;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.3);
	font-weight: 700;
	background-image:url(grafiken/hg-footer.gif);
	background-repeat:repeat-y;
	background-position:center top;
	background-size: 100% auto;
}
#footer-links {
	float:left;
	width: 50%;
	margin: 0px 0% 0px 0%;
	padding: 30px 5% 30px 5%;
	font-size: 11px; font-size: 0.6875em;
	
}
#footer-rechts {
	float:left;
	width: 34%;
	margin: 0px 0% 0px 0%;
	padding: 30px 3% 30px 3%;
}
.footer-nav a {
	float:left;
	width: auto;
	margin: 0px 3.5% 5px 0%;
	padding: 0px 3.5% 0px 0%;
	color: #890d17;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.3);
	text-decoration: none;
	line-height: 1;
	border-right: 1px solid #890d17;	
}
.footer-nav:last-child a {
	border-right:0;
	margin: 0px 0% 0px 0%;
}
.footer-maps a {
	float:left;
	width: 100%;
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 0px 0%;
	color: #666;
	font-size: 1.25em;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.3);
	text-decoration: none;
	line-height: 1.2;	
}
.footer-maps .genericon {
	float: left;
	margin: 1px 4px 40px 0px;
	padding: 0px px 0px 0px;
	color: #ccc;
	text-shadow: 1px 1px 0px #666;
	background-color: #666;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-o-border-radius: 3px;
}
}



@media only screen and (max-width: 520px) { /* Smartphone */

html {
	font-size: 100%;
}
.spalte25a, .spalte25b, .spalte25c, .spalte25d,
.spalte33a, .spalte33b, .spalte33c,
.spalte50a, .spalte50b, 
.spalte66a, .spalte66b,
.spalte75a, .spalte75b,
.spalte100 {
	width: 100%;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}
body {
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	background-color: #890d17;	
}
#site {
	float: left;
	width: 100%;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}
header {
	float:left;
	width: 100%;
	min-height: 150px;
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 0px 0%;
	background-color: #fff;
	background-image:url(grafiken/hg-header-mobil.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	background-size: auto 150px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	position: relative;
	z-index: 889;
}
.logo a {
	display:block;
	float:left;
	height: 65px;
	width: 90%;
	margin: 40px 5% 0px 5%;
	padding: 0px 0% 0px 0%;
	background-image:url(grafiken/logo-heiderose-feuerpfeil.png);
	background-repeat:no-repeat;
	background-position: left top;
	background-size: contain;
}
.spruch {display: none;}

.spruch:first-letter {
	font-size: 30px; font-size: 1.875em;
	font-weight: 700;
}
#desktop-schnellwahl {
	display: none;			
}
.nav-0-oeffnen a {
	display:block;
	float: left;
	width: 100%;
	height: 50px;
	margin: 0px 0% 0px 0%;
	padding: 10px 5% 0px 5%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #890d17;
	text-align:right;
}
.genericon-menu {
	font-size: 1.8em;
	color: #fff;
	text-decoration: none;
}
.nav-0-schliessen a {
	display:block;
	float: left;
	width: 90%;
	height:auto;
	margin: 10px 0% 30px 0%;
	padding: 0px 0% 0px 0%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.genericon-close {
	font-size: 1.8em;
	color: #efffb7;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	text-decoration: none;
}
nav {
	display: none;
	position: absolute;
	z-index: 999;
	top: 50px;
	right: 0%;
	width: 95%;
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 40px 5%;
	background-color: #7b852f;
	background-image:url(grafiken/hg-nav-mobil.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-size: 100% 100%;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.6);
}
nav li a {
	display:block;
	float:left;
	height:auto;
	width: 40%;
	margin: 0px 10% 0px 0%;
	padding: 12px 0% 12px 0%;
	color: #efffb7;
	font-size: 14px; font-size: 0.875em;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	text-decoration: none;
	line-height: 1;
	background-image:url(grafiken/hg-nav1.png);
	background-repeat:no-repeat;
	background-position: 4px 14px;
	background-size: 11px 11px;
	text-indent: 22px;
	border-bottom: 1px dashed rgba(239,255,183,0.5);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
}
nav li:nth-child(13) a {
	border-bottom: 0px;
}
#mobil-schnellwahl {
	display:block;
	float:left;
	width:100%;
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 15px 0% 13px 0%;
	text-align:center;
	background-color:#890d17;
}
#mobil-schnellwahl a {
	display: inline-block;
	width:50px;
	height:auto;
	margin: 0px 1% 0px 1%;
	padding: 1px;
	color: #dae5b3;
	font-size: 9px;
	line-height:1.1;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
}
#mobil-schnellwahl .genericon {
	margin: 0px 0px 8px 0px;
	padding: 5px;
	color: #890d17;
	font-size: 36px;
	background-color: #dae5b3;
	text-shadow: 1px 1px 0px #dae5b3;
	border-radius: 50px; 
	-webkit-border-radius: 50px; 
	-moz-border-radius: 50px; 
	-o-border-radius: 50px;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
}
main {
	float:left;
	width: 100%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 0px 0%;
}
#content-links {
	position:relative;
	z-index: 888;
	float:left;
	width: 90%;
	margin: 0px 0% 0px 0%;
	padding: 20px 5% 10px 5%;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
#content-rechts {
	float:left;
	width: 90%;
	margin: 0px 0% 0px 0%;
	padding: 10px 5% 10px 5%;
	background-color: #dae5b3;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
footer {
	clear: both;
	width: 100%;
	min-height: 60px;
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 0px 0%;
}
#footer-links {display: none;}
#footer-rechts {
	float:left;
	width: 90%;
	margin: 0px 0% 0px 0%;
	padding: 30px 5% 30px 5%;
}
.footer-nav a {
	float:left;
	width: auto;
	margin: 0px 2% 5px 0%;
	padding: 0px 2% 0px 0%;
	color: #dae5b3;
	font-weight: 700;
	font-size: 14px; font-size: 0.875em;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
	text-decoration: none;
	line-height: 1;
	border-right: 1px solid #dae5b3;	
}
.footer-nav:last-child a {
	border-right:0;
	margin: 0px 0% 0px 0%;
}
.footer-maps a {
	float:left;
	width: 100%;
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 0px 0%;
	color: #666;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.3);
	text-decoration: none;
	line-height: 1.2;	
}
.footer-maps .genericon {
	float: left;
	margin: 1px 4px 40px 0px;
	padding: 0px px 0px 0px;
	color: #ccc;
	text-shadow: 1px 1px 0px #666;
	background-color: #666;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-o-border-radius: 3px;
}
}
