.mobile_menu{position:fixed;z-index:100;display:none}.mobile_menu .inner{height:100%;background:#000;overflow-y:scroll}.mobile_menu.active.position_left{box-shadow:2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_top{box-shadow:0 2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_right{box-shadow:-2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_bottom{box-shadow:0 -2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.no_shadow{box-shadow:none!important}.mobile_menu_trigger{display:none}.mobile_menu_wrapper{position:relative;width:100%;overflow:hidden}.mobile_menu_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:99}.mobile_menu_overlay.background{background:rgba(0,0,0,.5)}.mobile_menu li.submenu_hide>ul{display:none}.mobile_menu li.submenu_show>ul{display:block}body.ie8 .mobile_menu,body.ie8 .mobile_menu_trigger,body.ie9 .mobile_menu,body.ie9 .mobile_menu_trigger{display:none!important}
@media screen{
#toTop{display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;background-color:#000;color:#FFF;padding:.5em}#toTop:hover{background-color:#FFF;color:#000}#toTop:active,#toTop:focus{outline:none}
}
:root {
    --white: #fff;
    --maincolor: #8091AF;
    --blue: #314060;
    --red: rgb(192, 3, 24);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.invisible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

html {
    height: 100%;
    scroll-behavior: smooth;

}

body {
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: var(--maincolor);
}

#wrapper {
    margin: 0;
    padding: 0;
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

header {
/*     background-color: chartreuse; */
    height: 80px;
    width: 100vw;
    position: fixed;
}

footer {
    background-color: crimson;
}

#main.inside>div {
    margin: 0;
    padding: 0;

}

.onepage_article {
    height: 100vh;
    margin: 0;
    padding: 150px;
}

/* h2 {
            margin: 0;
    padding: 0;
} */
:root {
    --white: #fff;
    --maincolor: #8091AF;
    --blue: #314060;
    --red: rgb(192, 3, 24);
}


/* @media (min-width: 1024px) {
    .mobile-nav {
        display: none;
    }

}
*/
.mobile-nav {
    z-index: 100;
    position: relative;
    height: 50px;
    top: 1em;
    left: 2em;
    color: #fff;

}

/* ---------Mobile Navigation------------ */

.menu-btn {
    z-index: 10000;
 display: block;
position: absolute;
left: 20px;
top: 2.6em; 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
/*     background-color: crimson;*/
} 

.menu-btn__burger {
    width: 50px;
    height: 4px;
    background: var(--white);
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
}

.menu-btn__burger::before,
.menu-btn__burger::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    background: var(--white);
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
}

.menu-btn__burger::before {
    transform: translateY(-12px);
}

.menu-btn__burger::after {
    transform: translateY(12px);
}

/* #navigation.sticky .menu-btn {
    z-index: 1000;
    position: absolute;
    right: 20px;
    top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
} */

.onepagenav {
    outline: 1px solid yellow;
    height: 100%;
    display: grid;
    place-items: center;
}

.module-onepage-navigation {
    font-size: 2em;
}

.module-onepage-navigation ul {
    list-style: none;
    text-align: center;
    line-height: 2;
}

.module-onepage-navigation a {
    color: var(--white);
    text-decoration: none;
}

.module-onepage-navigation a:hover {
    color: var(--white);
    text-decoration: underline;
}



/* ANIMATION */

.menu-btn.open .menu-btn__burger {
    transform: translateX(-50px);
    background: transparent;
    box-shadow: none;
}

.menu-btn.open .menu-btn__burger::before {
    transform: rotate(45deg) translate(35px, -35px);
}

.menu-btn.open .menu-btn__burger::after {
    transform: rotate(-45deg) translate(35px, 35px);
}

.mobile_menu .inner {
    background-color: var(--maincolor);
    width: 100%;
}

.mobile_menu_overlay {
    width: 80%;
}

.mobile_menu .logo_neg {
    padding: 2em 3em 1em;
}

nav.mod_customnav {
    margin: 0;
    padding: 0;
    text-align: left;
}

nav.mod_customnav a.trail {
    margin: 0;
    padding: 0;
    font-size: var(--fs-450);
}

nav.mod_customnav ul {
    margin: 0;
    padding: 1em 0 0 1em;
}

nav.mod_customnav li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: #fff;
    line-height: 2;
    border-bottom: 1px solid white;
    padding: 0 0 0 1em;
}

nav.mod_customnav li a {
    color: #fff;
    text-decoration: none;
}


nav.mod_customnav .active {
    background-color: var(--maincol);
    color: var(--white);
}

.mobile_menu .cookie-settings a {
    border-bottom: 1px solid #999;
    color: #666;
    display: block;
    padding: 8px 0 8px 20px;
    text-decoration: none;
    font-weight: 400;
}

.mobile_menu .contact-box {
    color: #fff;
    display: block;
    padding: 1em 0 3em 2.25em;
    text-decoration: none;
    font-weight: 400;
    line-height: 1.5;
    font-size: 1rem;
}

.mobile_menu .contact-box a {
    color: #fff;
    text-decoration: none;
}


.mobile-navi {
    z-index: 100;
    margin: 0;
    padding: 0;
    margin-top: .5rem;
    background-color: var(--red);

}

nav.mobile-navi ul {
    margin: 0;
    padding: 1em 0 0 1.5rem;
    list-style: none;
    font-size: 1rem;
}

nav.mobile-navi ul li {
    color: #fff;
    line-height: 2;
border-bottom: 1px solid white; 
 padding: 0 0 0 1em;
}


nav.mobile-navi ul .level_2  {
    margin: 0;
    padding: 0;
}

nav.mobile-navi ul li ul li {
    border-bottom: none; 
    border-top: 1px solid white;
}

nav.mobile-navi ul li a {
    text-decoration: none;
    color: white;
}


