/* @override 
	http://dev.hotel-kaiserin-augusta.de/assets/jquery/jQuery.mmenu/css/hamburger.css */




#mmopen {
    box-sizing: border-box;
    display: block;
    height: 40px;
    left: -4px;
    position: fixed;
    top: 2px;
    width: 50px;
    z-index: 4;
}
#mmopen::before, #mmopen::after, #mmopen span {
    background: none repeat scroll 0 0 #fff;
    content: "";
    display: block;
    height: 5px;
    left: 15px;
    position: absolute;
    width: 30px;
}
#mmopen::before {
    top: 10px;
}
#mmopen span {
    top: 20px;
}
#mmopen::after {
    top: 30px;
}
#mmopen::before, #mmopen::after, #mmopen span {
    transition-delay: 0.5s;
    transition-duration: 0.5s;
    transition-property: transform, top, bottom, left, opacity;
    transition-timing-function: ease;
}
html.mm-opening #mmopen::before, html.mm-opening #mmopen::after {
    top: 20px;
}
html.mm-opening #mmopen span {
    left: -50px;
    opacity: 0;
}
html.mm-opening #mmopen::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
html.mm-opening #mmopen::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}





.mobhead {
    background-color: #89a780;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.28);
    height: 3rem;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5000;
}


.aktiv-main .mobhead {
	background-color: rgb(116,181,68)!important;
}  

.verwaltung-main .mobhead {
	background-color:  rgb(191,191,191)!important;
}  


.hl {
    box-sizing: border-box;
    color: white;
    cursor: default;
	line-height: 1.8;
	letter-spacing: 2px;
	padding-top: 11px;
	padding-left: 0;
	text-decoration: none;
    text-transform: uppercase;
    width: 100%;
	float: right;
	text-align: center;
	font-size: 1rem;
	padding-right: 1rem;
	font-weight: 600;
}
#mmopen {
    left: 4px;
}
@media screen and (min-width: 769px) {
	#mob_logo, .mobline, .mobhead {
	    display: none;
	}
}