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 {
    display: none;
}

body:not(.home) .mixed-header:not(.masthead-mobile-header) .header-bar .branding a {
    display: block;
    position: relative;
}

body:not(.home) .mixed-header:not(.masthead-mobile-header) .header-bar .branding a:after {
    content: '';
    width: 360px;
    height: 115px;
    background: url('https://viborgfrikirke.danspot.dk/wp-content/uploads/2025/07/viborgfrikirke_logo_black-6.png') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
}

.mobile-branding img {
    max-width: 260px !important;
    height: auto;
}