.header-bar {
    list-style: none;
}

.header-bar ul.menu-language {
    display: flex;
    margin: 15px auto !important;
    height: 40px !important;
    justify-content: space-between;
}

@media screen and (min-width: 426px) {
    .content-start.space {
        height: 86px;
    }
}
/*@media screen and (min-width: 1400px) {*/
/*    .content-start.space {*/
/*        height: 89px;*/
/*    }*/
/*}*/

@media screen and (min-width: 901px) {
    .content-start.space {
        /*height: 88px;*/
        height: 70px;
    }
}
@media screen and (min-width: 1400px) {
    .content-start.space {
        /*height: 89px;*/
        height: 70px;
    }
}


@media screen and (max-width: 425px) {
    .content-start.space {
        /* height: 176px; */
        height: 160px;
    }
}

.header-bar .logo-container {
    z-index: 99;
}

.header .header-bar .header-logo-link {
    height: 100%;
    display: flex;
    cursor: pointer;
}

.header-bar .navigation-menu ul {
    display: none;
}

.header-bar .menu-toggle-open {
    display: block !important;
}

@media screen and (min-width: 1400px) {
    .header-bar .menu-toggle-open {
        display: none !important;
    }
}

.header-bar .navigation-menu {
    display: none;
}

@media screen and (min-width: 1400px) {
    .header-bar .navigation-menu {
        display: flex !important;
        flex-direction: column !important;
        padding-top: 5px;
    }

    .header-bar .navigation-menu ul {
        display: flex;
        padding-left: 0;
    }

    .header-bar .navigation-menu .menu-item-list {
        color: white;
        display: flex !important;
        flex-direction: column !important;
        position: relative;
        transition-duration: 0.5s;
    }

    .header-bar .navigation-menu .menu-item-list > a {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 50px;
    }

    .header-bar .navigation-menu a {
        color: white;
        text-decoration: none;
    }

    .header-bar .navigation-menu .dropdown-menu {
        display: none;
        position: absolute;
        background: rgba(34, 34, 34, .9);
        top: 50px;
        left: -10px;
        z-index: 1;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 0;
        max-width: 175px;
        width: max-content;
    }

    .header-bar .navigation-menu .dropdown-menu li {
        padding: 3px 12px;
        width: 100%;
    }

    .header-bar .navigation-menu .dropdown-menu li:hover, .header-bar .navigation-menu .dropdown-menu li:focus-within {
        background: black;
    }

    .header-bar .navigation-menu .dropdown-menu p {
        font-size: 16px;
    }

    .header-bar .navigation-menu .menu-item {
        font-size: 18px;
        text-transform: uppercase;
    }

}

.menu-item-list:hover > ul.dropdown-menu, ul li ul:hover {
    opacity: 1;
    visibility: visible;
    display: block;
}

ul li ul li {
    clear: both;
}

.header-bar .social-media-links {
    display: flex !important;
    flex-direction: row;
    gap: 12px;
    padding-right: 20px;
}

@media screen and (max-width: 501px) {
    .header-bar .social-media-links {
        padding-right: 0;
        gap: 8px;
    }
}

.header-bar .social-media-links a{
    display: flex;
}

.menu-language .menu-left {
    display: flex;
    padding: 0;
}

.menu-language .menu-right {
    display: flex;
    align-items: center;
    position: absolute;
    right: 160px;
}

@media screen and (min-width: 901px) {
    .menu-language .menu-right {
        right: 385px;
    }
}

@media screen and (max-width: 425px) {
    .menu-language .menu-right {
        right: 48px;
    }
}

.header-bar ul.menu-language .language {
    bottom: -2px !important;
    right: -56px;
}

@media screen and (min-width: 426px) {
    .header-bar ul.menu-language .language {
        right: -10px;
        bottom: 0 !important;
    }
}

@media screen and (min-width: 501px) {
    .header-bar ul.menu-language .language {
        right: 0;
    }
}

.keyvisual-slider .tns-outer button {
    display: none;
}

.menu-toggle-close svg {
    display: block !important;
}



/* SAFARI 17 */

@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
    .navigation-menu > ul > li > a {
        white-space: nowrap;
    }
}

.header-bar .logo-container.scrolled .logo {
    margin: 20px 0;
}

.menu-language .language-toggle .dropdown-symbol.color-white {
    top: 5px;
}