@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-500 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v34-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-500.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-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-700.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;

font-size: 1.0em;
}





body#subpage{
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
		background: url(../images/hg-logo.webp) no-repeat center center fixed #cac2b1; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;


}




.white {color:#fff;}


/* Go to Top - Button */

.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(111, 85, 38, 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: #59431b;
  opacity: 1;}
  
  



#logo-h2{
	float:right;
	height: auto;
	max-width: 250px;



}



#logo-h{
	float:right;
	height: 129px;
	max-width: 322px;
max-height: 129px;


}



/*video---------------*/

.video-box 
	{
	background-color: transparent;
	text-align: center;
	padding: 0px;
	margin:40px auto;
	width: 100%;
	max-width: 960px;
	height: auto;
	border: 0px solid #000000;
	}

.video-box video 
	{
	width: 100%;
	height: auto;
	display: block;
	padding: 0px;
	margin: 0px;
	}

.video-caption 
	{
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 8px 5px 8px 5px;
	}

.video-nosupport
	{
	color: #ff0000;
	padding-top: 110px;
	padding-bottom: 110px;
	}



@media only screen and (max-width: 768px) {

.video-box 
	{
	
	max-width: 640px;
	height: auto;

	}
}


@media only screen and (max-width: 400px) {

.video-box 
	{
	
	max-width: 300px;
	height: auto;

	}
}

/*end video---------------*/












  .sn {  
  right: 10px;
  bottom: 80px;
    position: fixed; 
		z-index: 10000000;
		visibility: visible;
		}
  
  .sn2 {
  height: 40px;
  width: 40px;
	
border-radius: 3px;

	padding:0px; 
	margin-bottom:5px;
	background: #403118;

 
  opacity: 0.7;

 }
 
.sn2:hover { background: #ffb400;

	
	    opacity: 1;
    -webkit-transition: opacity .3s 0s;
  -moz-transition: opacity .3s 0s;
  transition: opacity .3s 0s;}




  
  
  .blocks { text-align:justify;
  }
  
#lang{
	width: 100%;
position: absolute;
padding: 10px 10% 10px 10%;
text-align:left;

}


.langg {
	
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	line-height: 1em;
}

a.langg, a.langg:visited, a.langg:focus {
	
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	line-height: 1em;
}

a.langg:hover {
	text-decoration: underline;
	color: #fff;
}




.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width:100%;
height: 100%;
	border:1px #fff solid;

}

.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}


.mitts {margin:0 auto 10px auto; max-width: 800px;}

.bildermitte {

text-align: center; padding: 20px 0px 20px 0px;

}


.element {
display: inline-block;
}



a.img-s{ 
display: block;
margin:4px;

	border: solid 1px #fff;
}

a.img-s:hover{


	border: solid 1px #ffcc00;}





.css-herz {
  display: inline-block;
  width: 40px;
  height:30px;
  /*  border: 1px solid silver;*/

  position: relative;

  margin: 30px;
  margin-left: 0;


}

.css-herz:before, 
.css-herz:after {
  content: "";  /* ohne Inhalt */
  background-color: red;
  width: 20px;
  height: 30px;
  position: absolute;
    
  text-align: center;

  border-radius: 50% 50% 0 0;
  
  transform-origin: 0 100%; 
  transform: rotate(-45deg);  
}
    
.css-herz:before {
  left: 19px;
}    

.css-herz:after {
  content: "";  /* ohne Inhalt */
  /*  background-color: hsla(0, 50%, 80%, .6);*/
  transform: rotate(45deg);    
  transform-origin: 100% 100%;
    
border-radius: 50% 50% 0 0;  
}

.css-herz:after {
  right: 20px;
} 






div{
	font-family: 'Open Sans',Arial, Helvetica, sans-serif;
	color:#503a19;
	line-height:1.5em;
font-weight: 400;
}



	
	
.control-label{
	font-family: 'Open Sans',Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 80%;
	color:rgba(239,239,239,1.00);

font-weight: 300;
}	

#terms{margin-top:7px;}

	
.frage{
	font-family: 'Open Sans',Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:rgba(239,239,239,1.00);

font-weight: 300;
}	

table.rahmen {

 border: 1px solid #ffcc00; 
 width: 80%;	    
 margin-bottom: 20px; }
 







h1, h2, h3, h4 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

	h1 { font-size: 55px; line-height:47px; font-weight:800; text-align:center;}
	h2 { font-size: 40px; line-height:41px; font-weight:800; text-align:center;}
	h3 { font-size: 34px; line-height: 35px; font-weight:800; margin-bottom:20px; text-align:left;}
	h4 { font-size: 28px; line-height: 29px; font-weight:600; text-align:left;}
	h5 { font-size: 20px; line-height: 21px; font-weight:600; text-align:left;}
	h6 { font-size: 16px; line-height: 17px; font-weight:600; text-align:left;}

h2 span {font-weight:400;}





.cent {text-align:center;}
.lef{text-align:left;}
.rig{text-align:right;}



.mittig {margin: 10px auto;}


a.imp {

	font-size: 0.8em;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.7);
	letter-spacing: 0em;
	line-height:0.8em;
	margin-left:20px;
	
}

a.imp:hover {
	text-decoration: none;
	color: #fff;
}

a, a:focus, a:visited {
	color: #ffb400;
	
	text-decoration: none;
}

a:hover {
	color:#fff;
	text-decoration: none;
	
}





.mitte {
	padding: 30px; 
	width: 90%; 
	margin-left: auto;   
	margin-right: auto;
	text-align: justify;

}




.f33 { width:32%; float:right; margin-bottom:0; }
.f66 { width:66%; float:left; margin-bottom:0;}





.f60 { width:70%; float:left; padding-bottom:30px;}
.f40 { width:30%; float:right; padding-bottom:30px; }

.f80 { width:80%;}
.f70 { width:70%; padding:20px;}


.f50a { width:50%; float:left;}
.f50b { width:50%; float:right;}
.f50a .cont, .f50b .cont {padding:50px;}

.liste li {margin:5px 0px 12px 0px; font-size:1.3em; text-align: left;}


#navcontainer {
	clear: both;
	float: left;
	width: 100%;
	background: transparent; 

}


#navi {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

#menu {
	float:left;
	width: 100%;
	margin-left: -10px;

}

#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;
	font-size: 15px;
letter-spacing: 0.05em;
	width: auto;

	padding: 3px 10px 3px 10px;
	margin:0px;
text-shadow: 0 0 30px #784a00;
	color: #fff;
	text-decoration:none;
	font-weight:400;


}

#navi a:hover {
text-shadow: 0 0 20px #784a00;

color:#ffb400;
} 




hr {color:#ffb400 !important; height:1px; }


#slwrapper {
	padding: 0px !important;
}

#bwrapper {
	padding: 0px !important;
}





.hg-bild{
	width:100%;
	margin: 0 auto;

}



.hg-kein{
	width: 100%;

		padding: 30px 0px;
}



.hg-brown{
	width: 100%;
	padding: 0px;
	margin:0;
	background-image: linear-gradient(#513a19, #705627 75%, #513a19);
}


.hg-greige{
	width: 100%;
	padding: 30px 0px;
	background-image: linear-gradient(#aea79a, #d2cbbf 75%, #aea79a);
}



.hg-kaffee  {
	width:100%;
	margin: 0 auto;
	padding: 0;
		background: url("../images/kontakt.webp") no-repeat center center fixed #f0b838; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}

.hg-allgemein  {
		background: url("../images/hg-logo.webp") no-repeat center center fixed #cac2b1; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.hg-trans{
	width: 100%;
	padding: 30px 0px;
	background-image: linear-gradient( #948670 50%, rgba(148,134,112,0.5));
}

.hg-top {width:100%; top:20px;
	
position: absolute;}



.hg-logo-bottom {width:100%; margin-top:-120px; padding-right:10%;
	
}



.img1{ 
width:250px;
height:auto;
float:left;
	margin:0px 25px 5px 0px;
	border: 1px #999 solid;
		}



.img0{ 

	margin:5px 0px 20px 0px;
float:left;}

.img2{margin-left:auto; margin-right:auto;}

.img-rund {width: 200px; height:200px; border-radius:50%; border: 1px solid #999; margin:50px auto 20px auto;}


#prod ul {
    list-style-image: url('../bilder/blume.png');
}


.list ul {font-size: 1.6em}

.but {  


	font-weight:bold;
	padding:10px 20px 10px 20px; 
	color: #fff;
	background:#e86903;
	border: 1px #ef964f 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: #dc5003;
	cursor:pointer;
		color:  #fff;
		text-decoration:none;
			border: 1px #f6c095 solid;

}






#footer {
	width:100%;
	margin: 0;
	padding: 0 60px;
	bottom: 0px;
	height: auto;
	background:#715727;
}



.te-black {color:#373203;}
.te-gelb {color:#ffb400; margin-top:0;}

.abst {margin-top:200px;}

.kl {font-size: 80%;}

.big1 {
	font-size: 130%;
	line-height:1.4em;

}
.big {
	font-size: 260%;
	line-height:1.4em;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:400;
}

.bigs {
	font-size: 200%;
	line-height:1.4em;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:300;
	color: white;
	text-transform: uppercase;letter-spacing: 0.2em;
}

.big2 {
	font-size: 120%;
	margin-top: 20px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:400;

}





.dat {
	font-size: 12px;
}
	





#button input a {  
	background-color: #006161; 
	border: 1px #fff solid; 
	color: #fff;
}

#button input a:hover {
	background-color: #fff; 
	border: 1px #006161 solid; 
	color: #006161;
}


.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:0px;
  }

.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%;


  }


  
  
  
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: 300;
	font-size: 14px;
	letter-spacing: 0.1em;
    clear: both;
    color: #333;
    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: 160px;
    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: 8px;
}

.navbar-nav > li {
  	float: none;
}

.nav > li {
    display: block;
    position: relative;
}

#navi li.open,
#navi li.open a{
	background: #FFF;
}

.dropdown-menu {
	padding: 0px;
	background-color: #FFF;	
	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: #279d2f;
	color: #FFF;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #279d2f;
}

.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 (min-width: 1500px){



	.hg-slider, .hg-greige, .hg-brown, .hg-kaffee, #footer{ 
		width: 90%;
		margin: 0 auto;

}
.hg-bild{ 
		width: 90%;
		
	margin-left:5%;


}
	
	.hg-kein{ 
		width: 90%;
		margin: 0 auto;
		background:rgba(255,255,255,0.2);}
	

	.zweier{width:90%; margin-left:5%}

}




@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:normal;
text-decoration: none;}

a[href^="tel"]:visited,
a[href^="tel"]:hover {
text-decoration: none;
color: #fff;

   }
}


@supports (-webkit-touch-callout: none) {
    html,body {
        background: url("../images/hg-logo.webp") no-repeat top center scroll;
        background-size: auto 100vh;
		background-color:#cac2b1;
    }
	
	
.hg-allgemein {
        background: url("../images/hg-logo.webp") no-repeat top center scroll;
        background-size: auto 100vh;
		background-color:#cac2b1;
    }
	
.hg-kaffee  {
background: url("../images/kontakt.webp") no-repeat top center scroll;
	background-size: auto 100vh;
		background-color: #3b1f0f;
	
}
	
}
	


/* ****** Portrait tablets and medium desktops ******* */
@media (min-width: 992px) and (max-width: 1199px) {

    #lang{
	width: 100%;
position: absolute;
padding: 10px 5% 10px 5%;
text-align:left;
}

#navi a {

	font-size: 15px;}
	
	

	



  
  table.rahmen {

 width: 90%;}
 



	
	
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {


	.hg-logo-bottom {width:100%; margin-top:0px; padding-right:0;background:#715727;
	
}
	
	#logo-h2{
	float:none;
margin:30px auto;
	width: 250px;
height: auto;
		padding-left:10px;
		
	
	
}


    #lang{
	width: 100%;

position: absolute;
padding: 10px 5% 10px 8%;
text-align:left;


}


#menu {

	margin-right: 20px;

}

#navi {

	text-align: center;
}

#navi a {

	font-size: 15px;}


 

	
	



	











	


}



/* 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: #004f80;
	    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) {
	
	.liste li {margin:5px 0px 8px 0px; font-size:1.1em;}
	
	.hg-logo-bottom {width:100%; margin-top:0px; padding-right:0;background:#715727;
	
}
	
	#logo-h2{
	float:none;
margin:30px auto;
	width: 200px;
height: auto;
		padding-right:20px;
		
	
	
}
	
	
	a.imp {


	margin:10px;
	
}
	
	.f50a .cont, .f50b .cont {padding:40px 50px;text-align: center;}
	
	.hg-brown{

		padding-bottom: 20px;}
	
	
	.mitte {
	padding: 10px; 
	width: 90%; 
	margin-left: auto;   
	margin-right: auto;
	text-align: center;

}
	
	.big1 {
	font-size: 110%;
	line-height:1.4em;

}
	
	h1 { font-size: 36px; line-height:38px; font-weight:800; text-align:center;}
	h2 { font-size: 30px; line-height:32px; font-weight:800; text-align:center;}
	h3 { font-size: 27px; line-height: 28px; font-weight:800; margin-bottom:20px; text-align:center;}
	h4 { font-size: 25px; line-height: 26px; font-weight:600; text-align:center;}

	
	
	.f60 { width:100%; float:none; text-align: center; padding-bottom:20px; }
.f40 { width:100%; float:none; text-align: center; padding-bottom:0; padding-top:20px; }


#logo-h{
	float:none;
margin:20px auto;
	width: 200px;
height: auto;
	
	
}
	
	
	.hg-top {width:100%; height:120px;
	background:#715727;
position: relative;top:0;}


	
	.tier{margin:20px 0px; float:none;}
	
	
	.langg {
	
	font-size: 12px;
		line-height: 0.8em;

}

a.langg {
	
	font-size: 12px;
line-height: 0.8em;
}
	


    #lang{
	width: 100%;
	
position: absolute;
padding: 10px 15px 10px 2%;
text-align:left;


}



.big {
	font-size: 200%;
	line-height:1.2em;

}











.img1{ 
float:left;
	width:200px;
	height:auto;
		}
		
		
		





.f33 { width:100%; float:none; margin-bottom:10px;}
.f66 { width:100%; float:none; margin-bottom:10px;}

.f50a { width:100%; float:none;}
.f50b { width:100%; float:none;}



.f80 { width:100%;}

.rig {text-align:center;}
	
#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;
		background: #666;
	}
	
	#menu .dropdown li a{
		padding: 8px 12px 9px 36px; 
	}
	
	

	
	
	
	#navcontainer{
		margin-top: 0px;
			background: rgba(0,0, 0, 0.3) ; 
		
	}
	
	#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:#ffb400;
	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.5) ;
	color:#fff;
	
	}
 
	
	.navbar{
		margin-bottom: 0px;
		min-height: 30px;
	}
	
	.navbar-default{
		border: 1px;
	}
	
		

	

	



.img0{ 

		width: 300px;
		margin: 0px 20px 5px 0px;
		float: left;}


	




table.rahmen {

 border: 1px solid #333; 
 width: 100%;	    
 margin-bottom: 20px; }
 
 



.big3 {
	font-size: 80%;
}

.rslides li{

  width: 125%;
  left: -10%;}	
 

/* 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) {
	

	


	

	
	



.rslides li{

  width: 150%;
    left: -17%;}	
  
  

.big {
	font-size: 150%;
	line-height:1.2em;

}






.img1{ 
float:none;
	width:80%;
	height:auto;
		}

.img0{ 

		width: 100%;
		margin: 0px 0px 5px 0px;
		float: none;}


	





  
  
}
