@font-face { 
font-family: "Oswald"; 
src: url("Oswald-Light.ttf"); 
}
/* CSS Document */
body {
	background:rgba(255,255,255,1);
	background-attachment:fixed;
	background-position:bottom;
	background-size:cover;
	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
}
header {
	background-image:url(../image/layout/logo.png);
	background-position:top center;
	background-repeat:no-repeat;
    position: relative;
	float:left;
	margin:auto;
	height:410px;
	text-align:center;
  	width:100%;
	z-index:100
}
#logo {
	background:#fff;
	background-image:url(../image/layout/logo.png);
	background-position:center;
	background-repeat:no-repeat;
	box-shadow:0px 0px 100px rgba(0,0,0,.5);
    position: relative;
	float:left;
	margin:140px auto;
	height:130px;
	text-align:center;
  	width:100%;
	z-index:100
}
#logo a {
	text-decoration:none;
	color:#630;
	font-size:56px;
	text-shadow:0px 0px 3px #fff
}
#logo a small {
	font-size:22px;
}
nav {
	background:rgba(255,255,255,0.75);
	height:100px;
    position: relative;
	float:left;
	height:90px;
	width:100%;
	margin:auto;
	padding:0px;
	z-index:500;
}
nav div {
	width:740px;
	margin:auto;
}

#main {
    position: relative;
	clear:both;
	margin:0 auto 0 auto;
	width:100%;
	padding:0px 0px 0 0;
	z-index:0;
}
section {
	position:relative;
	border-radius:5px;
	margin:auto;
	width:750px;
	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_hr {
	background: linear-gradient(to right, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.9),rgba(0, 0, 0, 0));
	width:100%;
	float:left;
	padding:15px 0;
	display:block;
}
footer {
	width:100%;
	background:rgba(0,70,172,1);
	position:relative;
	text-align:center;
	margin:auto;
	float:left;
	color:#FFF;
	padding:10px 0;
}
footer > div {
	width:750px;
	margin:20px auto
}
footer > div > div {
	width:33.333%;
	float:left;
}
footer div a {
	color:#FFF;
	text-decoration:none
}
footer div img {
	width:60px
}
iframe {
	width:100%;
	margin:auto;
	height:200px;
	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:#333
}

.clear {
	clear:both;
}

.bild_rechts {
	border-radius:0px;
	margin:10px 0px 10px 30px; 
	float:right;
}
.bild_links {
	border-radius:0px;
	margin:10px 30px 10px 0px; 
	float:left
}
.bild {
	border:10px solid #fff;
	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:10px solid #fff;
	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:5px solid rgba(0,0,0,0.1);
	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 input[type=text],
#contact_form input[type=email], 
#contact_form input[type=tel], 
#contact_form textarea {
	padding: 6px 0;
	font-size:18px;
	width:100%;
	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);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:2px;
	color:#514E26
}
#contact_form input[type=submit],.button, input[type=button] {
	border:0;
	background:rgba(178,45,0,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: 32px;
	letter-spacing:1px;
    color:rgba(0,70,172,1);
	font-weight:normal;
	text-decoration:none
}
h2 {
	font-size: 21px;
	letter-spacing:1px;
    color:rgba(0,70,172,1);
	font-weight:normal;
	text-decoration:none
}
aside h2 {
	color:#600
}
h3 {
	text-transform:uppercase;
	font-size:28px;
	font-weight:normal;
    color:rgba(0,70,172,1);
	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;
}
.ul_zwei {
	-moz-column-count: 2;
	-moz-column-gap: 10px;
	-webkit-column-count: 2;
	-webkit-column-gap: 10px;
	column-count: 2;
	column-gap: 10px;
}
@media screen and (max-width: 768px) {
body {
	font-size:14px;
}
header {
	position:relative;
	background:none;
	top:0px;
	width:100%;
	height:150px;
}
#logo {
	width:100%;
	margin:0px auto 100px auto;
}
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 {
	clear:both;
	width:96%;
	padding:0% 2%;
	margin:0 !important;
	border-left:0px;
}
aside {
	height:240px;
}
aside div {
	width:100%;
	float:left;
	padding:0;
	font-size:10px;
	height:120px;
	margin:0%;
}

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

footer {
	width:100%;
	padding:0;
	margin:0%;
}
footer > div {
	width:100%;
}
footer > div > div {
	width:100%;
}
.galerie img {
	width:calc(46% - 20px);
	margin:10px 2%;
}
#copy {
	font-size:14px;
}
.bild, .bild_rechts, .img {
	width:calc(96% - 20px);
	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%;
}
#contact_form input[type=submit],.button, input[type=button] {
	font-size:13px;
	padding:10px;
	width:auto;
}
.ul_zwei {
	-moz-column-count: 1;
	-moz-column-gap: 10px;
	-webkit-column-count: 1;
	-webkit-column-gap: 10px;
	column-count: 1;
	column-gap: 10px;
}

.mobile_hidden {
	display:none
}
}
