@media only screen and (min-width: 992px) {
    #mainmenu > ul {
        display: flex;
        justify-content: space-between;
    }

    #mainmenu > ul:before,
    #mainmenu > ul:after {
        display: none;
    }
}
/*@media only screen and (min-width: 992px) {
.header-primary
{   
	background-image: url("/pub/media/wysiwyg/Berggut/head_xmas.png");
    background-repeat: no-repeat;
}
}
.header-m-primary
{   
    background-image: url(/pub/media/wysiwyg/Berggut/head_xmas.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    background-size: auto;
}
*/

