/* Overwrite Laytheme specific styling */
.laynav {
    width: 100%;
}

.laynav ul {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    left: 0;
    margin-top: 0 !important;
    padding: 0 1% !important;
    right: 0 !important;
    font-size: unset !important;
}

.laynav ul a {
    /* color: black; */
    line-height: 1.3em !important;
}

.laynav ul:last-child {
    flex: 0 1 100%;
}

.primary {
    display: block !important;
    top: 15px;
}

.sitetitle {
    display: none !important;
}

.menu-item {
    margin: 0 !important;
}

.menu-item:first-of-type {
    flex: 0 1 100%;
    pointer-events: none;
}

.menu-item-headline a {
    display: flex;
    justify-content: space-between;
}

.menu-item:first-of-type a {
    color: black !important;
}

.navbar {
    background: none !important;
}

.menu-item-aliases span {
    display: none;
}

.menu-item-active {
    display: block !important;
}

nav.laynav .menu-item>a {
    color: #dd8500 !important;
}

nav.laynav .menu-item:first-of-type>a {
    color: #000000 !important;
}

@media (max-width: 600px) {
    nav.laynav .menu-item:last-of-type>a {
        font-size: 15px !important;
    }
}
