html.offnav_active {
	overflow: hidden !important;
}
#offnav_wrapper {
	display: none;
}
#offnav_btn {  
	font: 400 normal 34px/60px 'offont';
    width: 60px;
    height: 60px;
    position: fixed;
    top: 0;
    right: 0;
    background: none;
    z-index: 9999;
    cursor: pointer;
    text-align: center;
    color: #009bd9;
    float: right;
}
.small_nav #offnav_btn {
    color: #f0efeb;
}	
#offnav_btn:before {
	display: inline-block;
	content: "\f0c9";
}	
.offnav_active #offnav_btn:before {
	content: "\f00d";
	color: #f0efeb;
}
#offnav_btn:hover,
.offnav_active #offnav_btn:hover:before {
	color: #141010;
}
.offnav_active #offnav_btn:hover:before {
	color: #009bd9;
}
.dark #offnav_btn {
	color: #f0efeb;
}
#offnav_container {
	height: 100%;
	width: 100%;
	position: fixed;
	top: -120vh; 
	left: 0;
	z-index: 1001;
	transition: all .5s ease;
	pointer-events: none;
	background: #141010;
}
.offnav_active #offnav_container {
	top: 0;
}
.mobile-nav-container.small {
	padding-left: 1em;
}
#offnav_content {
	z-index: 1000;
	position: relative;
	height: 100%;
	overflow-y: scroll;
	display: block;
	pointer-events: all;
}
#offnav_content_inner {
	width: 100%;
	padding: 120px 8% 120px 8%;
	box-sizing: border-box;
}
#foo {}
#offnav_content ul,
#offnav_content li {
	list-style: none;
	display: block;
}
#offnav_content ul::before,
#offnav_content li::before {
	content: '';
	width: 0;
	margin-left: 0;
}
#offnav_content li {
	width: 100%;
	padding: 0 !important;
}
#offnav_content a {
	font-family: 'din-2014', sans-serif;		
	color: #f0efeb;
	font-size: calc(6vw + 3vh);	
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	display: block;
	padding: .35em;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	text-align: left;
	border-bottom: none;
    hyphens: none;
}
#offnav_content #menu-footer-navigation a,
#offnav_content .mobile-nav-container.small a {
	font-size: 24px;
}
#offnav_content a:hover,
#offnav_content .anchor-active { 
	color: #009bd9 !important;
	text-decoration: none;
	border-bottom: none;
}
#offnav_content .nav_active {
	color: #009bd9 !important;
}
#offnav_content .current-menu-item.inactive > a  {
	color: #009bd9;
	border-bottom: none ;
}
#offnav_content #social-navigation {
	padding-left: 1.5em;
}
#offnav_content #social-navigation a:before {
	font-size: 40px;
	line-height: 40px;
}
#offnav_content #mobile-lang-nav ul li a {
	display: none;
}
#offnav_content #mobile-lang-nav ul li ul li a {
	display: block;
}
#offnav_content #mobile-lang-nav ul {
    font-size: 0;
}
#offnav_content #mobile-lang-nav .sub-menu li {
    font-size: initial;
}

#offnav_content #mobile-lang-nav ul {
    display: flex;
    flex-wrap: wrap;
}
#offnav_content #mobile-lang-nav .sub-menu li {
    margin: 0;
    flex: 0 0 25%;
    min-width: 60px;
}
#mobile-footer-nav {
	padding-bottom: 1em;
}
#offnav_content .pll-parent-menu-item {
	border: none;
}



@media only screen and (max-width: 768px)  {
	#offnav_wrapper {
		display: block;
	}
	#offnav_container {
		width: 100%;
	}
}



