@font-face { 
font-family: "Oswald"; 
src: url("Oswald-Light.ttf"); 
}
/* CSS Document */
body {
	background:rgba(255,255,255,1);
	background-size:cover;
	margin:0px;
	font-family: 'Oswald', Verdana, Geneva, sans-serif;
	font-size: 17px;
	color: #999;
	letter-spacing:1px;
	line-height:1.4
}
html, body {
  height:100%;
} 
a {
	color: #999;
	cursor:pointer
}
a:hover {
	color:  #333;
	text-decoration:none
}
header {
	background:url(../image/layout/bg.png);
    position: relative;
	margin:auto;
	text-align:center;
    height:220px;
  	width:100%;
	z-index:100
}
.index_link {
	position:absolute;
	top:10px;
	left:0px;
	height:126px;
	width:100%;
}
#logo {
    position: fixed;
	top:0px;
	right:0px;
	padding:10px 20px;
	z-index:9000
}
#logo img {
	border:0;
	width:110px
}
.action {
	background:rgba(255,0,0,0.2);
	color:#333 !important;
	padding:10px 20px
}
nav {
	background:url(../image/layout/head.png) left top no-repeat;
	height:220px;
    position: relative;
	width:100%;
	margin:auto;
	padding:0px 0 0 0px;
	z-index:500;
}
nav div {
	padding-top:150px;
	padding-left:250px;
	display:block;
}

#main {
    position: relative;
	background:rgba(255,255,255,0.7);
	margin:0 auto 0 auto;
	width:100%;
	padding:0px 0px 0 0;
	z-index:0;
}
section {
	position:relative;
	background:#FFF;
	color:#333;
	margin:auto;
	width:96%;
	z-index:5;
	padding:0px 2%;
}
.section_kl {
	width:580px
}
aside {
	background:rgba(0,105,140,0.7);
	height:170px;
	position:absolute;
	bottom:0;
	width:100%;
	z-index:101
}
aside div {
	width:90%;
	float:left;
	margin:auto 5%;
}
aside p {
	text-align:left;
	width:100%;
	padding:20px 0;
	color:#fff;
	font-size:28px;
	float:left;
}
aside span {
	font-size:18px;
}
footer {
	width:90%;
	background:rgba(0,0,0,0.8);
	position:relative;
	color:rgba(255,255,255,0.7);
	padding:10px 5%;
	float:left;
}
footer hr {
	background:rgba(250,250,250,0.05);
}
footer div {
	width:48%;
	text-align:center;
	position:relative;
	padding:10px 1%;
	float:left;
}
footer div:last-child {
	text-align:center;
	width:98%;
}
footer a,footer a:hover {
	color:rgba(255,255,255,0.7) !important;
	text-decoration:none
}
iframe {
	width:48%;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
	border-radius:2px;
	border:0;
}

.copy {
	background:rgba(0,0,0,0.8);
	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
}
.copy a:hover{
	color:#C00;
}
.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 {
	margin:10px 0px 10px 30px; 
	float:right;
	width:50%;
}
.bild_links {
	margin:10px 30px 0px 0px; 
	float:left
}
.bild {
	border:0px;
}

.galerie {
	margin:0px;
	text-align:center;
	font-size:14px;
	float:left
}
.galerie img {
	border:0px solid #e1e1e1;
	width:100%;
	-moz-border-radius:200px;
	-webkit-border-radius:200px;
	border-radius:200px;
	transition-duration: 0.8s;
}
.galerie img:hover {
	border-radius:20px;
}
.galerie div {
	float:left;
	width:23%;
	text-align:center;
	margin:0px 1%
}
ul {
	line-height:1.8;
}
hr {
	background:rgba(31,37,71,0.5);
	border:0px;
	height:10px;
	clear:both;
	border-radius:0px;
}
.preise i {
	margin-left:20px;
	color: #F90
}
.preise tr:nth-child(odd) {
	background-color:rgba(250,250,250,0.07);
}

input[type=text], textarea,
#contact_form input[type=text],
#contact_form input[type=email], 
#contact_form input[type=tel], 
#contact_form textarea,
select {
	padding: 6px 10px;
	font-size:18px;
	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] {
	border:0;
	background: #F30;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-size:16px;
	border-radius:2px;
	padding:4px 0px;
	width:100%;
	cursor:pointer;
}
.code_feld {
	width:100px
}
.captcha {
	border:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
h1 {
	font-size: 24px;
	letter-spacing:1px;
	color:rgba(31,37,71,1);
	text-transform:uppercase;
	font-weight:normal;
	text-decoration:none
}
h2 {
	text-transform:uppercase;
	font-size: 22px;
	letter-spacing:2px;
	font-weight:normal;
	color:rgba(61,74,132,1);
	text-decoration:none
}
h3 {
	text-transform:uppercase;
	font-size: 18px;
	color:rgba(0,105,140,1);
	text-decoration:none
}
h4 {
	text-transform:uppercase;
	font-size:16px;
	margin:5px 0;
	color:rgba(0,105,140,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%
}
.admin_table th,.admin_table_no_wechsel th {
	background-color:rgba(250,250,250,0.1);
}
.admin_table tr:nth-child(odd) {
	background-color:rgba(250,250,250,0.07);
}
.admin_table td {
	text-align:right;
}
.admin_table tr td:first-child {
	text-align:left;
}
.teil {
	float:left;
	width:47%;
	margin-right:3%
}
.teil_3 {
	float:left;
	width:32%;
	margin-right:1%
}
.gruen_font {
	color: #090
}
.text_1 span,.text_2 span,.text_3 span,.text_4 span {
	display:none;
    transition: all 3s ease;
}
.text_1 a,.text_2 a,.text_3 a,.text_4 a {
	color:#CCC;
	cursor:pointer
}
.text_is span {
	display: block;
    transition: all 3s ease;
}
.text_is a {
	display:none
}
@media screen and (max-width: 768px) {
body {
	font-size:14px;
}
header {
	position:relative;
	height:50px;
	width:100%;
}
#logo {
	display:none
}
nav {
	float:left;
	background:rgba(31,37,71,1);
	position: absolute;
	top:0px;
	margin:0;
	padding:0;
	height:50px;
    width:100%;
}
nav div {
	margin:0;
	padding:0;
	width:100%
}
#main {
	float:left;
	width:100%;
}

section {
	clear:both;
	width:96%;
	padding:2%;
	margin:0 !important;
	border-left:0px;
}

.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%;
}
iframe {
	width:96%;
	margin:0 2%;
}
.footer_p {
	width:96% !important;
	margin:10px 2%;
	font-size:14px;
}
footer div div {
	width:100%;
	margin:0
}
.galerie div {
	width:100%
}
#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 textarea {
/*	width:95%;*/
}
#contact_form textarea {
	width:95%;
}

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