.navbar {
    height: 3.8rem;
    position: fixed;
    left: 0;
    width: 100%;
    background: white;
    top: 0;
    z-index: 100;
}

@media (max-width: 960px) {
    .navbar.show-lg {
        display: flex !important;
    }
}

.langswitcher {
    position: initial;
    transform: initial;
    margin-right: 1.6rem;
}

.off-canvas .off-canvas-content {
    padding: 0.4rem;
}
