/* Navigation */
.navbar {
    height: 80px;
}

.header-sky .bg-menu {
    /* background-color: #bcbcbc !important; */
    background: linear-gradient(180deg, #808080, white) !important;
}

.navbar-brand>img {
    max-height: 80px;
    margin-top: -14px;
}

/* Sortiment */
.round-50 {
    border-radius: 50%;
}

.round-5 {
    border-radius: 2%;
}

img.round-50 {
    padding: 15px;
    padding-top: 25px;
}

.sortiment-titel {
    margin-top: 0;
}

.mar-top-30 {
    margin-top: 30px;
}

.mar-bot-30 {
    margin-bottom: 30px;
}