@charset "utf-8";  /*** UTF Kodierung erspart Sonderzeichenkodierung ***/

html { height: 100%; padding-bottom: 1px; 
document.execCommand("BackgroundImageCache", false, true)}

body{
	height: 100%;
	width: 100%;
	margin: 0; padding: 0;
	font-family: Arial, Verdana, sans-serif;
	background: #6a6048 url(../img/bg.jpg) repeat-x;
}
img {
border: none;
}

/**** link im text ****/

a.aktiv, a.aktiv:visited {
color: #0099df;
font-weight: bold;
text-decoration: none;
}
a.aktiv:hover {
color: #0099df;
text-decoration: underline;
}


/********/

#wrapper {
position:relative;
margin-left:auto;
margin-right:auto;
height: 100%;
padding: 0;
max-width: 980px;
width: 100%;
}
.header {
position:relative;
top: 0;
margin:0;
height: auto;
}
.headin {
position:relative;
float:left;
margin:0;
max-width: 980px;
width: 100%;
background: #fff url(../img/bg_blau.gif) repeat-x bottom left;
}
.bildoben{
position:relative;
float: left;
max-width: 720px;
width: 100%;
max-height: 140px;
}
.logo {
position:relative;
float: right;
width: auto;
padding: 20px 40px 0 0;
}
.content {
margin:0;
max-width: 980px;
width: 100%; 
min-height: 600px;
background: #edede7;
}

.inhalt {
float: left;
margin:0 0 50px 0;
background: #fff url(../img/bg_deko.jpg) no-repeat left bottom;
}

.leiste {
padding: 15px 0;
clear: both;
max-width: 980px;
width: 100%; 
}

.leftside {
float: left;
margin: 0 0 0 10px;
max-width: 240px;
min-height: 430px;
}

/** Sprachauswahl  **/

.sprache {
padding: 0 0 0 20px;
float: left;
min-width: 240px;
}
.sprache img{
padding: 0 10px;
float: none;
}
a.lang, a.lang:visited {
padding: 0 10px 0 0;
color: #6c614a;
font-size: 0.85em;
text-decoration: none;
}
a.lang:hover {
padding: 0 10px 0 0;
color: #6c614a;
font-size: 0.85em;
text-decoration: none;
}

/** Standardnavigation = Menu 1 **/


/** Hamburger-Icon wird in Großansicht ausgeblendet **/
   label.open-menu-label {display: none;}
   input#open-menu {display: none;}
   input[type=checkbox]:checked ~ nav {display: none;}
 
 
.menue {
margin: 0;
padding: 0 0 8px 20px;
width: auto;
line-height: 1.6em;
}

nav {
 max-width: auto;
}

nav ul { list-style-type: none; margin:0; padding:0; border:0; background: grey;}
nav > ul > li { float: left; padding: 0; list-style-type: none; }

nav > ul a, nav > ul a:visited {
  margin: 0 10px 0 0;
	padding: 0 6px 2px 0;  
    color: #6c614a;
	font-size: 0.9em;
	font-weight: normal;
    text-decoration: none;
}

nav > ul a:hover {
  color: #3c2d0f;
    text-decoration: underline;
}
nav > ul a.current {
  margin: 0 10px 0 0;
    padding: 0 6px 2px 0;  
    color: #0099df;
	font-size: 0.9em;
	font-weight: normal;
    text-decoration: none;
}

nav > ul a.current:hover {
 color: #0099df;
    text-decoration: none;
}


  /*******************/  

/** subnavi **/

.submenu {
position: relative;
float: left;
margin: 45px 0 0 5px;
padding: 0;
width: 100%;
line-height: 1.2em;
border-top: 1px solid #c5c1b6;
}
.submenu a {
   display: block;
   margin: 0;
	padding: 5px 0 5px 25px;  
    color: #6d6148;
	font-size: 0.8em;
	font-weight: bold;
    text-decoration: none;
	border-bottom: 1px solid #c5c1b6;
}

.submenu a:hover {
    color: #0099df;
    text-decoration: none;
}
.submenu a.current {
display: block;
margin:0;
padding: 5px 0 5px 25px; 
color: #6d6148;
font-size: 0.8em;
font-weight: bold;
text-decoration: none;
background: url(../img/aktiv_icon.gif) no-repeat left center;
}

.submenu a.current:hover {
    color: #0099df;
    text-decoration: none;
}


/** subnavi 2**/
.subsub {
width: 100%;
}
.subsub a {
display: block;
   margin: 0;
	padding: 5px 0 5px 25px;  
    color: #6d6148;
	font-size: 0.75em;
	font-weight: normal;
    text-decoration: none;
}

.subsub a:hover {
    color: #6d6148;
    text-decoration: none;
	background-color: #edede7;
}

.subsub a.current {
display: block;
margin:0;
padding: 5px 0 5px 25px; 
color: #0099df;
font-size: 0.75em;
font-weight: bold;
text-decoration: none;
}

.subsub a.current:hover {
     color: #0099df;
    text-decoration: none;
	background-color: #fff;
}


/**** Textseiten ****/
.feature {
margin: 0 0 0 260px;
padding: 0 0 30px 0;
min-height: 500px;
}
* html .feature {height: 700px; overflow: visible;}

h1 {
margin:0;
padding: 40px 10px 15px 0;
font-size: 1.7em;
color: #80704c;
font-weight: normal;
}
h2 {
margin: 30px 0 10px 0;
padding: 0;
font-size: 1em;
color: #015290;
font-weight: bold;
}
h3 {
margin:0;
padding: 100px 10px 5px 0;
font-size: 1.5em;
color: #80704c;
font-weight: normal;
}
p {
margin: 10px 30px 10px 0;
font-size: 0.85em;
line-height: 1.5em;
color: #362e1f;
}
.anfang {
margin-bottom: 20px;
padding-right: 30px;
color: #14375a;
line-height: 1.4em;
font-weight: bold;
}
.bildimtext{
float: left;
max-width: 300px;
padding: 40px 16px 3px 0;
}
.einzug {
padding: 10px 60px 0 80px;
}
.clear {
clear: both;
height: 1px;
}
.line {
position: relative;
float: none;
width: 100%;
height: 2px;
overflow: auto;
}

/**** liste mit browserhack ie6  ****/
.feature ul {
padding: 10px 10px 10px 30px;
font-size: 0.85em;
line-height: 1.6em;
}

.feature li {
color: #362e1f;
padding: 0 5px 14px 5px;
list-style-image:url(../img/list_icon.jpg);  
}


/**** anker team ****/

a.anker, a.anker:visited {
padding-right: 18px;
color: #0099df;
font-weight: bold;
text-decoration: none;
background: url(../img/icon_top.gif) no-repeat top right;
}
a.anker:hover {
color: #0099df;
text-decoration: underline;
}

/*** footer ***/

.copyright {
text-align: center;
margin: 0;
padding: 20px 0 4px 30px; 
color: #605744;
font-size: 0.8em;
line-height: 2em;
min-height: 50px;
background: rgba(206, 203, 190, 0.6); 
}
a.footer, a.footer:visited {
color: #605744;
text-decoration: none;
}
a.footer:hover {
color: #433c2d;
text-decoration: underline;
}

/********* kontaktformular  ************/

.spalt {
display: inline-block;
position:relative;
float: left;
width: 200px;
}
.formular {
margin: 0;
padding: 10px;
width: 96%;
background:#edede7;
overflow: inherit;
}
.formular p{
font-size: 0.8em;
line-height: 1.4em;
color: #362e1f;	
font-family: Arial, Verdana, Helvetica, sans-serif;
}
.hidden {
	display:none;
	height:0;
	visibility:hidden;
}

#contact-form .error {
	color:red;
}

#contact-form div{
max-width: 550px;
}

.feld label {
margin-left:16px;
float: left;
padding: 0 0 8px 0;
white-space:nowrap;
width: 130px;
font-size: 0.75em;
line-height: 1.6em;
color: #362e1f;
}
.feld label:hover {
	cursor:pointer;
}

.feld input, #contact-form textarea {
	padding: 6px 0 6px 0;
	width: 300px;
	float: left;	
	margin: 0 0 10px 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:0.75em;	
	border:1px solid #d2d2d4;
	}
	
.callback input, .copy input{
	float: left; 
	width: auto;
	}
	
.callback label, .copy label{
	width: 300px;
	margin-left:16px;
padding: 0 0 8px 0;
white-space:nowrap;
font-size: 0.75em;
line-height: 1.6em;
color: #362e1f;
	}

#contact-form div.submit {
	padding-left: 0;
}

#contact-form div.submit input {
	background:#0099df;
	border:0;
	color:#fff;
	margin-top:15px;
	width:auto;
}

#contact-form div.submit input:hover {
	cursor:pointer;
}





/*	Mobile Layout: 320px 480px Smartphones und Tablets 700px  */

@media only screen and (min-width: 320px) and (max-width: 700px) { 
      body {min-width: 320px;}
	  .header img {width: 100%;}
	  .headin, .header {min-height: 158px;}
	  .logo {float: left; margin: 0; text-align: center; min-width: 85%;}
	  .logo img {margin: 0; padding: 0 10px; max-width: 140px;}
	  .sprache {float: left; width: 50%; min-width: auto;}
	  .sprache img {padding: 0 10px; float: left;}
	  
	  .menue { position: relative; float: right;  margin: 0 10px 0 0; padding: 5px 0; font-size: 1.0em; z-index: 9999;}

	input#open-menu {display: none;}
    input[type=checkbox]:checked ~ nav {display: block; cursor: pointer;}
    label.open-menu-label { display: block;  float: right; margin: 0; padding: 0 20px 0 0; cursor: pointer; z-index:999;}
	
	nav { display: none; float: left; min-width: 100%;  margin:0; font-size: 1em;}
	
	nav > ul > li { float: none; text-align: left; border-top: 1px dotted #edede7; background: transparent; line-height: 2em; }
	nav > ul li a, nav > ul li a:visited  {padding-left: 30px; color: #fff;}
	nav > ul li a.current { padding-left: 30px; font-weight: bold; color: #fff;}

	  .inhalt {background-image: none; }
	  .leftside, .submenu, .subsub {float: none; display: none; min-height: 0; margin: 0;}
	  .feature {margin: 0; padding: 10px; float: none;  min-height: auto;}
	  .bildimtext { padding: 20px 0; margin: 0; width: 100%; max-width: 100%;}
	  p, .anfang, .einzug { padding: 10px 0 !important; width: 100%;}
	  .copyright {padding: 20px; text-align: center;}
}

