.mobile_menu_active body {
	overflow: hidden;
}

.mobile_menu_active img.parallax-slider {
	width: calc(100% + 17px) !important;
}

.mobile_menu_active .parallax-mirror {
	overflow: visible !important;
}

.mobile_menu {
	line-height: 1.25;
	z-index: 10000;
	right: -1px !important;
	/*max-width: 550px;*/
}

.mobile_menu.active.position_top {
    box-shadow: 0 2px 18px 0 rgb(0 0 0 / 50%);
}

/* ### MOBILE HAMBURGER MENÜ ### */

button:active, button:focus, button:hover {
    outline: none;
}

#mobileMenuContainer {
    width: 60px;
    height: 64px;
    text-align: center;
    z-index: 10000;
    margin-right: .6em;
}

.hamburgerMenu {
    color: #fff;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 28px !important;
}

.hamburgerMenu .lines {
    display: inline-block;
    height: 1px;
    background: #fff;
    border-radius: 0;
    transition: all .2s ease-in;
    width: 48px;
    position: relative;
}

.hamburgerMenu .lines:after, 
.hamburgerMenu .lines:before {
    display: inline-block;
    width: 38px;
    height: 1px;
    background: #fff;
    border-radius: 0;
    transition: all .2s ease-in;
    position: absolute;
    left: 0;
    content: "";
    transition: all .6s;
}

.hamburgerMenu .lines.white {
    background: #fff;
}

.hamburgerMenu .lines.white:after, 
.hamburgerMenu .lines.white:before {
    background: #fff;
}

.hamburgerMenu .lines:before {
    top: -8px;
    transition: all .6s .1s;
}

.hamburgerMenu .lines:after {
    top: 8px;
}

.hamburgerMenu:hover .lines:after, 
.hamburgerMenu:hover .lines:before {
    width: 48px;
}

.hamburgerMenu .menuText {
    position: relative;
    bottom: -3px;
    font-size: 12px !important;
    font-weight: 100;
    display: block;
    color: #191919;
    text-transform: uppercase;
    display: none;
}

@media ( max-width: 930px ) {
	#mobileMenuContainer {
		display: block;
	}
}

/* ### MOBILE HAMBURGER MENÜ ENDE ### */



/* ### MOBILE MENÜ CONTENT ### */
.mobile_menu .inner {
	background: #cfcfcf;
	overflow: auto;
	padding: 0 20px;
}

#mobileMenuHeader {
    max-width: 1650px;
    width: auto;
    padding: 1em 1em 1em;
    min-height: 50px;
    position: relative;
    margin: 0 auto;
}

#mobileMenuLogo {
    width: 100%;
    padding-top: .8em;
    float: left;
}

#mobileMenuLogo a {
	color: #4c4b49;
    font-family: "Hurricane";
    text-decoration: none;
    font-size: 2em;
}

#mobileMenuClose {
	/*float: right;*/
	position: absolute;
	right: 25px;
	top: 40px;
	transition: all .6s;
}

#mobileMenuClose:hover {
	transform: rotate(360deg);
	transform-origin: center center;
	transition: all .6s;
}

.menuCloseText {
	margin-top: 10px;
}

.mobile_menu_trigger {
	display: block !important;
}

.mobile_menu_trigger.active header {
	display: none;
}

.mobile_menu_overlay {
	z-index: 1010;
}

.mobile_menu_overlay.background {
    background: rgba(255, 255, 255, 0.5);
}

.menuClose {
    float: right;
    /*margin: .8em .05em 0 0;*/
    position: relative;
    z-index: 10;
    display: block;
    width: 30px;
    line-height: 0;
}

#mobileMenuContentSection {
	padding: 14vh 0 4em;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

#mobileMenuContentSection h1 {
	position: relative;
    font-family: 'Hurricane';
    text-transform: none;
    font-weight: 300;
    margin: 0 auto 1.4em;
    color: #4c4b49;
    display: inline-block;
    letter-spacing: .015em;
}

#mobileMenuContentSection h1:after {
	content: "";
    position: absolute;
    background: #4c4b49;
    height: 1px;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.6em;
}

#mobileMenuTextblock {
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
}


#mobileMenuTextblock ul {
    text-align: left;
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
    font-size: 1.24em;
    text-transform: uppercase;
}

#mobileMenuTextblock li {
	margin-bottom: 20px;
}

#mobileMenuTextblock ul a {
	position: relative;
	color: #4c4b49;
	text-decoration: none;
}

#mobileMenuTextblock li a:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 0px;
    display: block;
    background: #4c4b49;
    right: -20px;
    top: 13px;
    transition: width .25s linear, right .25s linear;
}

#mobileMenuTextblock li a:hover:after {
	width: 100px;
	right: -120px;
	transition: width .25s linear, right .25s linear;
}
/* ### MOBILE MENÜ CONTENT ENDE ### */