#sp-top-bar {
    padding: 15px 0;
    font-weight: 600;
}

#sp-header {
    background-color: #1766b1;
}

#sp-header.header-sticky {
    position: fixed;
    top: 0px;
    z-index: 9999;
    background-color: rgba(23, 102, 177, 0.9) !important;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    text-transform: none !important;
}

#sp-footer, #sp-bottom {
    background: #1766b1 !important;
    color: #F3F0FF !important;
}

/* Ta bort extra heading på nyheter, blog sida */	
.view-category .blog-listing-top-title-wrapper h3 {
    display: none;
}
/* Justerar logotypen i mobilversionen så den inte ligger under menyn */
@media(max-width:992px) {
     .logo-image-phone {
         height: 30px !important;
     }
 }


