@charset "utf-8";
/* CSS Document */










/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v34-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}





html,body  {
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
		background: url("../bilder/hg.webp") no-repeat center center fixed #bab4a4; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}



body#subpage{
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
		background: url("../bilder/hg.webp") no-repeat center center fixed #bab4a4; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;


}


.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(182,170,151, 0.5) url(../bilder/pfeil.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  				 border-radius: 5px;
	 -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #968f7d;
  opacity: 1;}
  
  
  
  


#stoerer {
	position:absolute;
	left: 2%;
	width: 100%;	
	top: 500px;
	z-index:999;
	float:left;
}



.stoer {width: 357px;	
height:auto;}



strong {font-weight: 600} 

.g-karte {height:400px; width:100%; border:#fff 5px solid; margin-bottom:6px;  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }




.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width:100%;
height: 100%;

}

.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}




.bildermitte {

text-align: center; padding: 20px 0px 20px 0px;

}


.element {
display: inline-block;
}








.img-team{ 
display: block;
margin:20px 6px 10px 6px;
border: solid 1px #333;
 border-radius: 3px;
 -moz-border-radius:3px;
 -webkit-border-radius: 3px;
 width:260px; height:260px;
}

.img-logo{ 
display: block;
margin:3px 4px 3px 4px;
border: solid 1px #e8d0cf;
 border-radius: 3px;
 -moz-border-radius:3px;
 -webkit-border-radius: 3px;
 width:270px; height:180px;
}




div{
	font-family: 'Open Sans',Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#222;
	line-height:1.6em;
font-weight: 400;
}


th {vertical-align:top;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #444;
	line-height:1.0em;
	font-weight:600;
		padding: 5px 5px 5px 0px;
	

	}
	
	
	
td {vertical-align:top;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #444;
	line-height:1.0em;
	padding: 5px 5px 5px 0px;
	font-weight: 300;

	}
	
	
.control-label, .frage{
	font-family: 'Open Sans',Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#444;

font-weight: 300;
}	

#terms{margin-top:13px;}

	
.whitee {color:#fff;}


	

table.rahmen {

 border: 1px solid #b6aa97; 
 width: 80%;	    
 margin-bottom: 20px; }
 







h1, h2, h3, h4 {
	 font-weight: 300; color:#968f7d; font-family: 'Open sans', Arial, Helvetica, sans-serif;
}
h1 {text-align:center; margin-bottom:40px; letter-spacing:0em; font-size: 4em;}
h2 {text-align:center; margin-bottom:60px; margin-bottom:40px; font-size: 2.2em;  text-transform: uppercase;}
h3 {text-align:center; margin-bottom:60px; font-size: 1.7em; text-transform: uppercase;}
h4 {margin-bottom:20px; margin-top:20px; font-size: 1.5em; text-transform: none; color:#333;}
h5 {margin-bottom:20px; margin-top:20px; font-size: 1.3em; text-transform: none;color:#333;}


.lob {font-family: 'Open sans', Arial, Helvetica, sans-serif;}
.lob2 {font-family: 'Open sans', Arial, Helvetica, sans-serif;}




.cent {text-align:center}
.lef{text-align:left;}
.rig{text-align:right;}






a.imp,  a.imp:focus, a.imp:visited {

	font-size: 0.8em;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.8);
	letter-spacing: 0em;
}

a.imp:hover {
	text-decoration: none;
	color: #fff;
}

a, a:focus, a:visited {
	color: #333; font-weight:600;
	text-decoration: none;
}

a:hover {
	color:#968f7d;
	text-decoration: none;
	
}





.mitte {
	padding: 30px; 
	width: 90%; 
	text-align: left; 
	margin-left: auto;   
	margin-right: auto;

}

.marken {
	padding: 30px 0px 30px 0px; 
	width: 90%; 
	text-align: left; 
	margin-left: auto;   
	margin-right: auto;

}

.mitte2 {
	margin-left: auto;
	margin-right: auto;
		width: 80%; 



}










#kopf{
	width: 80%;
	margin-top:40px;
	padding: 0px 0px 0px 0px;




}	




	
#logo{
	width: 300px;
	height: 76px;
	margin: 0 auto 20px auto;
}


.f33gal { width:33%; padding:3px; float:left; }


.f31 { width:31%; float:left; margin-bottom:20px; margin-right:2%;}
.f31r { width:25%; float:right; margin-bottom:20px;}

.f33 { width:32%; float:left; margin-bottom:20px;}
.f66 { width:66%; float:right; margin-bottom:20px;}
.f100 { width:100%; float:left; margin-bottom:20px;}
.f80 { width:80%;  margin-left:auto; margin-right:auto;}


.f50a { width:48%; float:left;}
.f50b { width:48%; float:right;}

.f48a { width:48%; float:left; background: rgba(255, 255, 255, 0.7); border:solid 1px rgba(182,170,151, 0.9)}
.f48b { width:48%; float:right; background: rgba(255, 255, 255, 0.7); border:solid 1px rgba(182,170,151, 0.9)}

.abst {padding:10px 20px 10px 20px;}


/* Menue */

#navcontainer {
	clear: both;
	width: 100%;
	background: transparent; 

}


#navi {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#menu {
	float:left;
	width: 100%;
	margin-left: 0px;

}

#navi li {
	display: inline;
	position: relative;
}

#navi li.dropdown-submenu{
	display: block;
}

#navi li li{
	right: 0px;
}

#navi a {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	width: auto;
	letter-spacing: 0.05em;
	padding: 5px 10px 5px 10px;
	margin:0px;
font-size: 1.0em;
	color: #fff;
	text-decoration:none;
	font-weight:600;
	
	background: rgba(255, 255, 255, 0.0);


}

#navi a:hover {
	color: #fff;
	background-color:rgba(0, 0, 0, 0.2);


} 








#slwrapper {
	padding: 0px !important;
}

#bwrapper {
	padding: 0px !important;
}





#hg-slider{
	width: 100%;
	padding: 0px;
	margin-top: 0px;
}



#hg-kein{
	width: 100%;
	padding: 30px;
}


#hg-kein2{
	width: 90%;
	padding: 0px;
	margin-bottom:80px;

}






.hg-rahmen  {


		background: rgba(255, 255, 255, 0.5);
width:100%;
		padding: 20px;
		border:1px solid #9b7b66;

}





#hg-red  {


		background: rgba(182,170,151, 0.7);
	width: 80%; 
		padding: 0px;
		margin:10px auto 10px auto;

}



#hg-white  {


		background: rgba(255, 255, 255, 0.9);
	width: 80%; 
		padding: 0px;
		margin:0px auto 10px auto;

}


#hg-white2  {


		background: rgba(255, 255, 255, 0.8);
	width: 80%; 
		padding: 0px;
		margin:0px auto 10px auto;

}



a.img1{ 
width:30%;
height:auto;
float:left;
	margin:0px 25px 5px 0px;
	border: 5px #fff solid;
	 box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
		}
		

a.img1:hover{


	border: solid 5px #968f7d;}


.img0{ 

	margin:5px 0px 20px 0px;
float:left;}

.img2{margin-left:auto; margin-right:auto;}

.img3{width:100%; border:#fff 5px solid; margin-bottom:20px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)}


.img-gal{width:100%; border:#fff 5px solid;  margin-bottom:6px;}


a.img-s{ 
display: block;
width:100%;
 margin-bottom:6px;
	border: solid 5px #fff;
}

a.img-s:hover{


	border: solid 5px #968f7d;}


#prod ul {
    list-style-image: url('../bilder/blume.png');
}




.but {  


	font-weight:bold;
	padding:10px 20px 10px 20px; 
	color: #fff;
	background:#b6aa97;
	border: 1px #968f7d solid;
	    border-radius: 5px;
		     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
			letter-spacing: 0.05em;

	
}

.but:hover {
background-color: #968f7d;
	cursor:pointer;
		color:  #fff;
		text-decoration:none;
			border: 1px #968f7d solid;

}






#footer {
	width:94%;
	margin:-20px auto 10px auto;
	padding: 0;
	bottom: 0px;
	height: auto;
	background:rgba(0, 0, 0, 0.0);
}




.red {	color: #968f7d;}

.kl {font-size: 80%;}


.big {
	font-size: 150%;
	line-height:1.4em;
	font-weight:400;
}


.big1 {
	font-size: 140%;
	line-height:1.4em;
}


.big2 {
	font-size: 120%;
	margin-top: 20px;
	font-weight:300;
}

.big3 {
	font-size: 120%;
	line-height:1.4em;
		margin: 30px;
		text-align:center;
}





.dat {
	font-size: 12px;
}
	





#button input a {  
	background-color: #968f7d; 
	border: 1px #fff solid; 
	color: #fff;
}

#button input a:hover {
	background-color: #fff; 
	border: 1px #968f7d solid; 
	color: #968f7d;
}


.thumb {
	margin-right: 20px; 
	margin-bottom:6px; 
	margin-left:6px; 
	margin-top:6px; 
	float: left;
}

.entryclearfix img2 { 
	margin-right: 20px; 
	margin-bottom:6px; 
	margin-top:6px;
}

.newsentry img { 
	margin-right: 20px; 
	margin-bottom:6px; 
	margin-top:6px;
}

.navbar{
	margin-bottom: 0px;
	min-height: 0px;
}

.navbar-default{
	border: 0px;
}







.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding:0;
  margin:0;
  border:5px solid #fff;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;


  }



.rslides2 {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin:0px;
  }

.rslides2 li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides2 li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides2 img {
  display: block;
  height: auto;
  float: left;
  width: 100%;}
  
  
  
a[href^="tel"]:link {
color: #fff;
font-weight: normal;
text-decoration: none;}

a[href^="tel"]:visited,
a[href^="tel"]:hover {
text-decoration: none;
color: #fff;

   

  }


.clean {clear: both;}



/* MAINMENU */

.navbar-nav{
	float: none;
}

.dropdown-menu > li{
	width: 100%;
}

.nav > li > a{
	display: inline;
}

#navi a {
    display: inline;
}

#navi .dropdown-menu > li > a {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;	
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0em;
    clear: both;
    color: #968f7d;
    display: block;
    line-height: 1.8em;
    padding: 5px 20px 5px 20px ;
    white-space: nowrap;
}

#navi .dropdown-menu > li > a:hover{
	background: #EFEFEF;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: transparent;
    border: 0px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    display: none;
    float: left;
    left: 0;
    list-style: outside none none;
    margin: 0px 0px 0px 0px;
    min-width: 180px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: 2px;
}

.navbar-nav > li {
  	float: none;
}

.nav > li {
    display: block;
    position: relative;
}

#navi li.open,
#navi li.open a{
	background: transparent;
}

.dropdown-menu {
	padding: 0px;
	background-color: rgba(255, 255, 255, 0.7);	
	border: 0px solid #FFF;
}

.navbar-nav{
	margin-left: 0px;
	margin-right: 0px;
}

.navbar-nav > li > a,
.dropdown-menu > li > a, 
.navbar-nav .open .dropdown-menu > li > a, 
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 15px 10px 25px;
}

.navbar-collapse{
	padding-left: 0px;
	padding-right: 0px;
}

.nav > li > a:hover,
.nav > li > a:focus{
	background: #968f7d;
	color: #FFF;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #968f7d;
}

.dropdown-submenu > a::after, .dropdown-submenu > span.actifsub::after {
    border-color: transparent transparent transparent #cccccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 7px;
    width: 0;
}

ul.nav > li.open:hover > ul.dropdown-menu {
    display: block;
}


/* R E S P O N S I V E   S T Y L E *******************************************************/


/* ****** Portrait tablets and medium desktops ******* */

@media only screen and (min-width: 1400px){


#logo{
	width: 300px;
	height: 76px;
float:right;
	margin: 0 0 -20px 20px;
}
	
	
#navi {

	text-align: left;
	margin: 0 0 2px 0;
}



}




@media (min-width: 1366px){
.responsive-video iframe {
background: #00FF66;
width:960px;
height: 540px;
left: 50%;
margin-left: -480px;


}

.responsive-video {

padding-bottom: 540px; /* Default for 1600x900 videos 16:9 ratio*/

}

}

@media only screen and (max-device-width: 960px) {
a[href^="tel"]:link {
color: #fff;
font-weight:bold;
text-decoration: none;}

a[href^="tel"]:visited,
a[href^="tel"]:hover {
text-decoration: underline;
color: #fff;

   }
}


/* ****** Portrait tablets and medium desktops ******* */
@media (min-width: 992px) and (max-width: 1199px) {

#hg-kein2 {width: 100%; }

#navi a {

	font-size: 1.1em;}
	
	
	.mitte, .marken
		{width: 90%; 
	}
	
	.mitte2 { 
		width: 100%; 
	}





	#kopf, #hg-slider, #hg-blue, #hg-white2, #hg-white { 
		width: 90%; 

}
  
  table.rahmen {

 width: 90%;}
 
 
.img-logo{ 

 width:250px; height:167px;
}

.img-team{ 

 width:300px; height:300px;
}

	
	
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	
	
	#stoerer {
	position:absolute;
	left: 2%;
	top: 400px;
	z-index:999;
	float:left;
}
	
	
	.stoer {width: 320px;	
height:auto;}
	
	
	

.f31 { width:48%; float:left; margin-bottom:20px; margin-right:2%;}
.f31r { width:48%; float:left; margin-bottom:20px;}

a.img1{ 
width:40%;
height:auto;
float:left;
	margin:0px 25px 5px 0px;
	border: 5px #fff solid;
	 box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)}

#navi a {

	font-size: 1.1em;}

#menu {

	margin-right: 20px;

}

#navi {

	text-align: center;
}




 
 	.mitte, .marken { 
		width: 90%; 
	}
	

	.mitte2 { 
		width: 100%; 
	}
	
	
	
	
	
	
	#kopf, #hg-slider, #hg-blue, #hg-white2, #hg-white { 
		width: 100%; 
	}

#hg-kein2 {width: 100%; }


	
	
.img-logo{ 

 width:250px; height:167px;
}

.img-team{ 

 width:280px; height:280px;
}

}



/* visible on hover */ 
@media (min-width: 768px) {



	
	.dropdown-submenu {
	    position: relative;
	}
	
	.dropdown-submenu > .dropdown-menu {
	    left: 100%;
	    margin-left: -1px;
	    margin-top: 0px;
	    top: 0;
	}
	
	.navbar-nav > li > .dropdown-menu {
		padding-top: 0px;
	}
	
	.navbar-nav > li > .dropdown-submenu > li > .dropdown-menu{
		padding-top: 0px;
		border: 0px;
	}
	
	.dropdown-submenu:hover > .dropdown-menu {
	    display: block;
	}

	.dropdown-submenu:hover > a::after, .dropdown-submenu:hover > span.actifsub::after {
	    border-left-color: #999;
	}
	
	.dropdown-submenu .pull-left {
	    float: none;
	}
	.dropdown-submenu.pull-left > .dropdown-menu {
	    left: -100%;
	    margin-left: 10px;
	}	
	
	ul.nav > li.dropdown:hover > ul.dropdown-menu, ul.nav > li.dropdown:focus > ul.dropdown-menu {
	    display: block;
	    
	    visibility: visible;
	}
	
	ul.nav > li.listsearch:hover > ul.dropdown-menu {
	    display: none;
	}

	.dropdown-submenu > span.actifsub {
	    background-color: #968f7d;
	    color: #fff;
	    float: left;
	    padding: 8px 20px;
	    width: 100%;
	}
	
	.navbar-nav .dropdown-submenu .dropdown-menu::after,
	.navbar-nav .dropdown-submenu .dropdown-menu::before{
		 border: 0px;
	}
	
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	
	
		#stoerer {
	position:absolute;
	left: 2%;
	top: 150px;
	z-index:999;
	float:left;
}
	
	
	.stoer {width: 280px;	
height:auto;}
	
	
	

a.img1{ 
width:50%;
height:auto;
float:left;
	margin:0px 25px 5px 0px;
	border: 5px #fff solid;
	 box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)}


.img-gal{width:100%; border:#fff 3px solid; margin-bottom:6px;}


#hg-kein2 {width: 100%; }

#hg-blue, #hg-white2, #hg-white   {
	width: 100%; 
text-align: center;
		margin-bottom:0px;
}






	
		
		


.f31 { width:100%; float:none; margin-bottom:20px; margin-right:0;}
.f31r { width:50%; float:none; margin-bottom:20px;}


.f33 { width:100%; float:left; margin-bottom:20px; margin-right:0px;}
.f66 { width:100%; float:left; margin-bottom:20px; margin-left:0px;}

.f50a { width:100%; float:left; margin-bottom:20px;}
.f50b { width:100%; float:left; margin-right:0px; margin-bottom:20px;}

.f48a { width:100%; float:left; margin-bottom:20px;}
.f48b { width:100%; float:right; margin-bottom:20px;}

.rig {text-align:left;}
	
#menu li{
		float:none;
		list-style: none;
		margin: 0px 0px 3px 0px;}
				
	#menu{
		width:100%; margin: 0px 0px 2px 0px;
	}
	
	#menuwrapper{
		width:100%; margin: 0px 0px 20px 0px;
	}

	.dropdown ul{
		padding: 2px 0px 0px 0px;

	}
	
	#menu .dropdown li a{
		padding: 8px 12px 9px 45px; 
	}
	
	
	
	
	
	
	
	#navi .dropdown-menu > li > a {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;	
	font-weight: 400;
	font-size: 15px;
    clear: both;
    color: #fff;
    display: block;
    line-height: 1.8em;
background-color: rgba(0,0, 0, 0.2);
    white-space: nowrap;
}

#navi .dropdown-menu > li > a:hover{
	background:  rgba(0,0, 0, 0.3) ;
}
	

	
	
	.mitte, .marken { 
		width: 95%; 
	}
	

	

	
	#kopf{
		position: relative;
		height: auto;
		width:100%;
		
	}
	
	
	
	
	#navcontainer{
		margin-top: 0px;
			background: transparent ; 
		
	}
	
	#navi{
		float:left;
		left: 0px;
		width: 100%;
		padding-top: 0px;
	}
	
	#navi li{
		right: 0px;
		margin: 0px 0px 1px 0px;
		width: 100%;
	}
	
	#navi li a{
		width: 100%;
	color:#fff;
	margin:0px;
	padding:13px 13px 13px 40px;
	background-color:rgba(0,0, 0, 0.3);
	
	}
		#navi li a:hover{

	background: rgba(0, 0, 0, 0.4) ;
	color:#fff;
	
	}
 
	
	.navbar{
		margin-bottom: 0px;
		min-height: 30px;
	}
	
	.navbar-default{
		border: 1px;
	}
	
		

	

	
	.mitte2{
		margin-top: 0px;
		margin-right: 0px;
		margin-left: 0px;
		width:100%;
	}


.img0{ 

		width: 300px;
		margin: 0px 20px 5px 0px;
		float: left;}


	
	#kwrapper {width: 90%; }
	
		#footer {
	bottom: 0px;
	height: auto;

}



table.rahmen {

 border: 1px solid #333; 
 width: 100%;	    
 margin-bottom: 20px; }
 
 

.img-logo{ 

 width:240px; height:160px;
}

.img-team{ 

 width:250px; height:250px;
}
 

/* Einrueckung Submenu Link*/
	#navi .dropdown-submenu .dropdown-menu a {
		padding-left: 60px;
	}
	
	#navi {
		text-align: left;
	}
	
	#navi li, #navi li a {
		display: block;
		position: relative;
	}
	



	
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	
	
	h1 {font-size: 3em;}
h2 {font-size: 2em;}


		#stoerer {
	position:absolute;
	left: 2%;
	top: 150px;
	z-index:999;
	float:left;
}
	
	
	.stoer {width: 230px;	
height:auto;}


#hg-kein2 {width: 90%; }

.img-logo{ 

 width:300px; height:200px;
}

.img-team{ 

 width:300px; height:300px;
}









.img0{ 

		width: 100%;
		margin: 0px 0px 5px 0px;
		float: none;}

	.mitte, .marken { 
		width: 98%; 
	}
	

	




	a.img1{ 
width:80%;
height:auto;
float:left;
	margin:0px 25px 30px 0px;
	border: 5px #fff solid;
	 box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)}




	



	#kwrapper {width: 100%; }
	

.f31r { width:100%; float:none; margin-bottom:20px;}

.f33gal { width:100%; padding:0px; float:none; }
.img-gal{width:100%; border:#fff 4px solid; margin-bottom:10px;}

}
