@font-face { 
font-family: "Oswald"; 
src: url("Oswald-Light.ttf"); 
}
/* CSS Document */
body {
	margin:0px;
	font-family: 'Oswald', Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #333;
	letter-spacing:1px;
	line-height:1.4
}
html, body {
  height:100%;
} 
a {
	color: #333;
}
a:hover {
	color: #666;
	text-decoration:none
}
i {
	color: #C00
}
header {
	background-image:url(../image/layout/bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top center;
	background-size:100%;
    position: relative;
	float:left;
	margin:auto;
	text-align:center;
  	width:100%;
	height:300px;
	z-index:100
}
.index_link {
	position:absolute;
	top:10px;
	left:0px;
	height:126px;
	width:100%;
}
#logo {
	width:35%;
	float:left;
}
#logo img {
	border:0;
	width:100%;
	margin-top:10px;
	max-width:280px
}
nav {
	background:rgba(11,0,200,0.75);
	height:100px;
    position: relative;
	height:90px;
	width:100%;
	margin:auto;
	padding:0px;
	z-index:250;
}
nav div {
	width:800px;
	margin:auto;
}

#main {
    position: relative;
	clear:both;
	margin:0 auto 0 auto;
	background:rgba(255,255,255,1);
	width:100%;
	padding:0px 0px 0 0;
	z-index:200;
}
section {
	position:relative;
	border-radius:5px;
	margin:auto;
	width:800px;
	z-index:5;
	padding:1px 50px;
}
aside {
	background:linear-gradient(rgba(90,25,9,0),rgba(90,25,9,1));
	height:200px;
	position:absolute;
	bottom:0;
	width:80%;
	padding:100px 10% 0  10%;
	z-index:101
}
aside div {
	width:50%;
	padding:80px 0 50px 0;
	float:left;
	margin:auto;
}
aside p {
	text-align:left;
	text-align:center;
	width:100%;
	padding:10px 0;
	margin:0;
	font-size:18px;
	float:left;
}
aside span {
	font-size:18px;
}
footer {
	width:95%;
	background:rgba(0,150,10,.8);
	position:relative;
	padding:10px 0 10px 5%;
	float:left;
}
#footer {
	width:900px;
	margin:auto
}
#footer div {
	width:98%;
	color:#FFF;
	float:left;
	text-align:center;
	padding:30px 1%;
}
#footer div a {
	color:#FFF;
	text-decoration:none
}
iframe {
	width:98%;
	height:310px;
	border:0;
}
.copy {
	background-attachment:fixed;
	background-position:bottom center;
	background-repeat: repeat-x, no-repeat, no-repeat;
	background-size:auto, 150%;
	width:100%;
	float:left;
	text-align:center;
	padding:20px 0 20px 0;
	margin:auto;
}
.copy a{
	text-decoration:none;
	font-size:12px;
	text-transform:uppercase;
	color:#fff
}

.clear {
	clear:both;
}

.faction_bild_rechts {
	margin:10px 0px 20px 20px; 
	float:right;
}
.faction_bild_rechts img {
	border:5px solid #e1e1e1;
	border-radius:10px;
}
.faction_bild_rechts figcaption {
	clear:both;
	text-align:right;
	font-size:10px
}
.bild_rechts {
	border:0px solid #fff;
	border-radius:0px;
	margin:10px 0px 10px 10px; 
	float:right;
}

.bild_rechts_ohne {
	border:0px;
	margin:0 0 20px 20px; 
	float:right
}
.bild_links_ohne {
	border:0px; 
	border-radius:5px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	margin:20px 20px 20px 0; 
	float:left
}
.bild_links {
	border:0px solid #fff;
	border-radius:0px;
	margin:10px 10px 0px 0px; 
	float:left
}
.bild {
	border:0px solid #36AD8F;
	margin:10px; 
	border-radius:0px;
}
.bild_start {
	border:0;
	border-radius:5px;
	width:100%
}
.bild_50 {
	width:50%
}
.ohne_schatten {
	box-shadow:none
}
.galerie {
	margin:0px;
	text-align:center;
	font-size:14px;
	float:left
}
.galerie img {
	border:0px solid #e1e1e1;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:0px;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
	float:left;
	margin:10px;
	transition-duration: 0.8s;
}
.galerie img:hover {
	border-radius:0px;
}
.galerie div {
	float:left;
	text-align:center;
	margin:0px
}
ul {
		line-height:1.8
}
hr {
	border:0;
	border-top:10px solid rgba(255,255,255,.15);
	height:0px;
	background:none;
	clear: both
}
.preise i {
	margin-left:20px;
	color: #F90
}
.preise tr:nth-child(odd) {
	background-color:rgba(250,250,250,0.07);
}

#contact_form {
	width:60%
}
#contact_form input[type=text],
#contact_form input[type=email], 
#contact_form input[type=tel], 
#contact_form select,
#contact_form textarea {
	padding: 6px 2%;
	font-size:18px;
	width:96%;
	font-family:"Courier New", Courier, monospace;
	border:0;
	background: #F3F3F3;
	box-shadow: inset 3px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.2);
	color:#514E26
}
#contact_form select {
	width:auto;
}
#contact_form input[type=submit],.button {
	border:0;
	background:rgba(90,24,9,1);
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-size:16px;
	padding:10px 30px;
	width:50%;
	cursor:pointer;
}
.code_feld {
	width:100px
}
.captcha {
	border:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
h1 {
	font-size: 25px;
	letter-spacing:1px;
	color:rgba(0,150,10,.8);
	text-transform:uppercase;
	font-weight:normal;
	text-decoration:none
}
h1:first-letter {
	font-size: 35px;
}
h2 {
	font-size: 21px;
	letter-spacing:1px;
	color:rgba(11,0,200,0.75);
	text-transform:uppercase;
	font-weight:normal;
	text-decoration:none
}
aside h2 {
	color:#600
}
h3 {
	font-size: 19px;
	letter-spacing:1px;
	color: #630;
	text-transform:uppercase;
	font-weight:normal;
	text-decoration:none
}
h4 {
	text-transform:uppercase;
	font-size:16px;
	margin:5px 0;
	color:rgba(255,255,255,1);
	text-decoration:none
}
h5 {
	text-transform:uppercase;
	font-size:16px;
	margin:0px 0;
	font-weight:normal;
	color:#e1e1e1;
	text-decoration:none
}
.grau {
	color: #bbb;
	font-style:italic
}
.gruen {
	color:#090
}
.img {
	border:0px;
}
.center {
	text-align:center
}
.right {
	text-align:right
}
.bg_grau {
	padding:10px;
	background:#e1e1e1
}
.seiten_aufzaehlung {
	width:100%;
	text-align:right;
}
.seiten_aufzaehlung a {
	background:#F90;
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding:1px 3px;
	width:15px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.seiten_aufzaehlung span {
	border:1px solid #F90;
	padding:0px 2px;
	color:#F90;
	width:15px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
@media screen and (max-width: 768px) {
body {
	font-size:14px;
}
header {
	background-size:150%;
	position:relative;
	top:0px;
	width:100%;
	height:200px;
}
#logo {
	position:absolute;
	top:80px;
	float:none;
	width:100%
}
#logo img {
	border:0;
	width:80%
}
nav {
	float:left;
	background:none;
	position: absolute;
	top:0px;
	margin:0;
	padding:0;
    width:100%;
}
nav div {
	margin:0;
	padding:0;
	width:100%
}
#main {
	float:left;
	width:100%;
}
#adresse {
	display:none
}

section,.section_kl {
	clear:both;
	width:100%;
	padding:0%;
	margin:0 !important;
	border-left:0px;
}
aside {
	height:240px;
}
aside div {
	width:100%;
	float:left;
	padding:0;
	font-size:10px;
	height:120px;
	margin:0%;
}
#leistungen {
	width:100%;
	text-align:center;
	padding:20px 0%;
}
#leistungen div,#specials div {
	width:100%;
	padding:0;
	margin:0;
	float:left;
}
#leistungen div img {
	width:80%;
	margin:0 0 0 10%
}
#kontakt div {
	width:100%;
	margin-left:0%;
}

.bottom_box div {
	padding:15px 2%;
	width:92%;
	height:auto;
	margin:20px 2%;
}

footer {
	width:100%;
	padding:0;
	margin:0%;
}
#footer {
	width:96%;
	padding:0;
	margin:0 2%;
}
#footer div {
	width:100%;
	padding:10px 0;
}
#footer div:last-child {
	width:100%;
	text-align:center;
}
#copy {
	font-size:14px;
}
.bild, .bild_rechts, .img {
	width:96%;
	margin:2%
}
#contact_form input[type=text],
#contact_form input[type=email], 
#contact_form input[type=tel], 
#contact_form input[type=checkbox], 
#contact_form textarea {
	width:95%;
}

.mobile_hidden {
	display:none
}
#gaestebuch div,#anfahrt div {
	width:100%;
	margin:0%;
	height:auto;
	float:left
}
#gaestebuch div:last-child,#anfahrt div:last-child {
	width:100%;
}
}
