body:not(.home) .masthead:not(.slide-out) .header-bar {
    background-color: #ffffff;
    height: 100px;
}


body:not(.home) .menu-toggle span.menu-line:before,
body:not(.home) .menu-toggle span.menu-line:after,
body:not(.home) .menu-toggle span.menu-line {
    background: #000000 !important;
}


body:not(.home) .mixed-header:not(.masthead-mobile-header) .header-bar .branding img,
body:not(.home) .mixed-header .mobile-header-bar .mobile-branding img {
    display: none !important;
}

body:not(.home) .mixed-header:not(.masthead-mobile-header) .header-bar .branding a,
body:not(.home) .mixed-header .mobile-header-bar .mobile-branding a {
    display: block;
    position: relative;
}

body:not(.home) .mixed-header:not(.masthead-mobile-header) .header-bar .branding a:after,
body:not(.home) .mixed-header .mobile-header-bar .mobile-branding a:after {
    content: '';
    width: 360px;
    height: 115px;
    background: url('https://viborgfrikirke.dk/wp-content/uploads/2025/12/viborgfrikirke_logo_sort-1.png') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
}

.mobile-branding img {
    max-width: 260px !important;
    height: auto;
}

body:not(.home) .mobile-navigation {
    transform: translateY(50px);
}

body:not(.home) .mobile-navigation span.menu-line:before,
body:not(.home) .mobile-navigation span.menu-line:after,
body:not(.home) .mobile-navigation span.menu-line {
    background: #000000 !important;
}

@media screen and (max-width: 992px) {
    body:not(.home) .masthead:not(.side-header) {
        background: #ffffff !important;
        height: 130px;
    }
}