#header .site-name {
    font-family: "Exo 2",sans-serif;
    font-weight: 700;
    text-transform: none;
}

@media (max-width: 768px) {
    #header .site-name {
        margin: 0;
        font-size: 32px;
    }
}

@media (min-width: 768px) {
    .navigation-in>ul {
        background-color: #000 !important;
    }

    #navigation .navigation-in>ul>li>a {
        color: #fff;
        text-decoration: unset!important;
        background-color: transparent !important;
    }

    #navigation .navigation-in>ul>li>a:hover {
        color: var(--color-primary-hover);
    }

    #header .site-name {
        margin: 0;
        line-height: normal !important;
        font-size: 100% !important;
    }

    #header .header-top .header-top-wrapper>h1 {
        width: 33.333%;
        flex-grow: 0;
    }
}

.navigation-buttons a {
    color: #fff !important;
    background-color: #000 !important;
}

.navigation-buttons a:hover {
    color: var(--color-primary-hover) !important;
}

#header {
    background-color: #000 !important;
    border-color: #000 !important;
}

.popup-widget.search-widget {
    background: #000;
}
.popup-widget.search-widget .search-widget-close {
    color: #fff;
}

.navigation-in ul li a {
    text-decoration: underline;
}