

/* --- Stylesheet 7166 () --------- */ 

#logo{
	width: 100%;
    max-width: 308px;
	margin: 1rem 0 0 2rem;	
}
#logo img{
	width: 100%;
	height: auto;
}
.nav_4 .ul{ display: none; }
#mmenu ul{
	display:flex;
}
#mmenu > .ul > .nav >li {
	margin: 0 .5rem;
}
#mmenu li{
	list-style: none;
	position: relative;
}
#mmenu li a{
	color: #444f59;
	display: inline-block;
	padding: .5em 1.2em;
	text-decoration: none;
	border-bottom: 3px solid transparent;
}
#mmenu li:hover > .ul ul{
	display: block;
	margin: 0;
	padding: 0;
}
#mmenu li > .ul{
	position: absolute;
	display: none;
	background-color: #FFF;
	width: 100%;
    min-width: 200px;
}
#mmenu li:hover > .ul{
	position: absolute;
	display: block;
	box-shadow: 0px 6px 15px -12px #000
}
#mmenu li:hover > .ul li{
	border-bottom: 1px solid rgba(0,0,0,.2);
}
#mmenu li:hover > .ul li a{
	width: calc(100% - 2.4em);
}
#mmenu a:hover,
#mmenu .nav_aktiv > a{
	border-bottom: 3px solid #444f59;
}
#mmenu .nav_aktiv > a{
	font-weight: bold;
}
.main_header{
	position: fixed;
	top: 0;
	background-color: #FFF;
	z-index: 999;
	width: 100%;
	min-height: 60px;
	border-bottom: 1px solid rgba(0,0,0,.2);
}
.main_header .logo_bergbahn{
	position: absolute;
	top: .5rem;
	right: .5rem;
	width: 80px;
	height: 80px;
}
.main_header .logo_bergbahn img{
	width: 100%;
	height: 100%;
}
.header_right{
	position: absolute;
	top: 0;
	right: .5rem;
}
.header_right ul{
	margin-right: 100px;
}
.header_right li{
	display: inline-block;
	list-style: none;	
}
.header_right li a{
	color: #444f59;
	text-decoration: none;
	line-height: 1.8em;
}
.header_right li a i{
	margin-right: .5rem;	
}

.mobile_nav{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
}
.main_header label,
#toggle {
 	 display: none;
}

@media screen and (max-width: 640px){
	#logo{
		max-width: 66vw;
		margin: 1rem 0 0 6rem;		
	}
	.logo_bergbahn{
		display: none;
	}
	#navwrapper.responsive_hidden{
		overflow: visible !important;
		padding-top: 0 !important;
	}
	.main_header{
		position: relative;	
	}
	.main_header label{
		display: block;
		font-size: 4rem;
		position: fixed;
		top: 1.5rem;
    	left: 1rem;	
		z-index: 9999;
	}
	#toggle:not(:checked)+nav {
	  display: none;
	}

	#toggle:checked+nav {
	  display: block;
	}
	#mmenu{
		position: fixed;
		background: #FFF;
		width: 100vw;
		min-height: 100vh;
		top: 0;
		left: 0;
		padding-top: 100px;
		z-index: 9998;
		font-size: 1.5em;
	}
	#mmenu ul{
		display:block;
		margin: 0 !important;
	}
	#mmenu li{
		line-height: 2em;
		border-bottom: 2px solid #eee;
	}
	.mobile_nav{
		background:#444f59;
		width: 100%;
		height: 64px;
	    line-height: 76px;
	}
	.header_right ul{
		display: flex;
		justify-content: center;
		margin: 0;
		padding: 0;
	}
	.header_right li a span{
		display: none;
	}
	.header_right li a i{
		font-size: 1.5em;
		margin: 0 .2rem;
		width: 48px;
		height: 48px;
		text-align: center;
		line-height: 48px;
		border: 1px solid #ddd;
		border-radius: 50%;
		color: #ddd;
	}
}

@media screen and (min-width: 680px){
	.mobile_nav{
		position: relative;
	}
}


@media screen and (min-width: 680px) and (max-width: 1023px){
	.header_right li{
		display: block;
	}
}

@media screen and (min-width: 1024px){
	.main_header{
		height: 100px;
	}
	#mmenu{
		margin-top: 2.6rem;	
	}
	.main_header .inner{
		display: flex;
		justify-content: flex-start;
	}	
}
@media screen and (min-width: 1300px){
	.main_header .inner{
		display: flex;
		justify-content: space-between;
	}
	.header_right{
		position: inherit;
	}
	.header_right li{
		display: block;
	}
}