@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
}
header {
    position: relative;
	float:left;
	margin:auto;
	padding:10px 5%;
	width:90%;
	z-index:100
}
#logo {
	width:100%;
	font-size:50px;
	text-align:center;
	line-height:1;
	position:relative;
}
#logo a {
	color: #039;
	text-decoration:none;
}
#logo a small {
	font-size:35px;
}
#logo a small:last-child {
	float:right;
}
nav {
	background:rgba(0,0,0,.8);
	height:100%;
	display:none;
    position: fixed;
	left:0px;
	float:left;
	z-index:500;
}
nav ul {
	list-style:none;
}
nav ul li,nav ul li a {
	text-decoration:none;
	padding-right:50px;
	color:#FFF;
	font-size:25px;
}
nav ul li ul li a {
	text-decoration:none;
	font-size:16px;
}
button {
    position: absolute;
	background:rgba(255,255,255,1);
	color:#666;
	border:0;
	cursor:pointer;
	font-size:50px;
	left:0px;
	z-index:500
}
button:hover {
	color:#000;
}
nav button {
	float:right;
	position:relative;
	background:none;
	left:0;
	right:0;
}
#main {
    position: relative;
	float:right;
	clear:both;
	background:rgba(255,255,255,1);
	width:100%;
	padding:0px;
	z-index:200;
}
section {
	position:relative;
	border-top:10px solid rgba(0,0,0,.2);
	margin:auto;
	float:left;
	width:90%;
	z-index:5;
	padding:10px 5%;
}
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:calc(100% - 100px);
	background:rgba(0,0,0,.2);
	position:relative;
	padding:10px 50px;
	float:left;
}
footer p {
	width:calc(30% - 60px);
	background-repeat:no-repeat;
	background-size:50px;
	padding-left:60px;
	float:left;
}
footer p:last-child {
	width:10%;
	padding:0
}
footer p:nth-child(1) {
	background-image:url(../image/layout/local.png);
}
footer p:nth-child(2) {
	background-image:url(../image/layout/telefon.png);
}
footer p:nth-child(3) {
	background-image:url(../image/layout/uhr.png);
}
footer a {
	text-decoration:none
}
iframe {
	width:100%;
	float:left;
	height:250px;
	border:0;
}
.copy {
	background:rgba(0,0,0,.5);
	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;
}

.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 img {
	border:0px;
	float:left;
	width:calc(25% - 20px);
	margin:10px;
}
.galerie img:hover {
	transition-duration: 0.8s;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
ul {
		line-height:1.8
}
hr {
	border:0;
	border-top:10px solid rgba(255,255,255,.2);
	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%
}
input[type=text],
input[type=email], 
input[type=tel], 
input[type=password], 
textarea,
select {
	padding: 6px 1%;
	font-size:18px;
	margin-bottom:10px;
	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
}
select {
	width: auto;
}
input[type=button] {
	border:0;
	background:#039;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-size:16px;
	padding: 6px 2%;
	cursor:pointer;
}
input[type=submit],.button {
	border:0;
	background:#039;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-size:16px;
	padding: 6px 2%;
	width:200px;
	cursor:pointer;
}
.code_feld {
	width:100px
}
.captcha {
	border:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
h1 {
	font-size: 35px;
	letter-spacing:1px;
	color: #039;
	font-weight:normal;
	text-decoration:none
}
h1:first-letter {
	font-size: 45px;
}
h2 {
	font-size: 28px;
	letter-spacing:1px;
	color: #039;
	font-weight:normal;
	text-decoration:none
}
h3 {
	font-size: 19px;
	letter-spacing:1px;
	color: #039;
	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;
}
.ul_zwei {
	-moz-column-count: 2;
	-moz-column-gap: 10px;
	-webkit-column-count: 2;
	-webkit-column-gap: 10px;
	column-count: 2;
	column-gap: 10px;
}
.teil_50 {
	float:left;
	width:50%
}
table tr:nth-child(odd) {
	background-color:rgba(0,0,0,0.05);
}

@media screen and (max-width: 768px) {
body {
	font-size:14px;
}
header {
	width:94%;
	padding:20px 3% 30px 3%;
}
#logo {
	width:100%;
	font-size:60px;
	line-height:1;
	position:relative;
	float:left;
}
#logo a {
	text-decoration:none;
}
#logo a small {
	font-size:25px;
}
nav {
	display:none;
    position: fixed;
	width:100%;
	left:0px;
	top:0px;
	z-index:5990;
}
button {
    position: absolute;
	font-size:32px;
	top:0px;
	left:none;
	left:0px;
	z-index:9999
}
#main {
	float:left;
	width:100%;
	padding:0
}
section {
	clear:both;
	width:94%;
	padding:0% 3%;
	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:80%;
	padding:0 0 0 20%;
	margin:0%;
}
footer p {
	width:calc(100% - 60px);
	padding-top:10px; 
	padding-bottom:10px 
}
footer p:last-child {
	width:calc(100% - 60px);
	text-align:center;
}
#copy {
	font-size:14px;
}
.bild, .bild_rechts, .img {
	width:96%;
	margin:2%
} 
input[type=text],
input[type=email], 
input[type=tel], 
input[type=password], 
input[type=checkbox], 
textarea {
	width:95%;
}

.mobile_hidden {
	display:none
}
}
