.header:not(.editMode .header){
    position:relative;
}
.header .grid-menu{
    background:var(--colorPrimary);
}
.header .grid-menu>.container-fluid:first-child{
    padding-bottom:0;
}
.menu-open .header .grid-menu>.container-fluid:first-child{
    padding-bottom:20px;
}
/*Error 404*/
h1.error{
    font-size:64px;
}
h1 span{
    display: block;
    font-size: 120px;
    font-weight: 800;
}
@media(max-width:1200px){
    .header .grid-menu{
        background:transparent;
    }
}