/* lang selector – outside hamburger wrapper */

header#header.fixed .container .lang,
header#header.fixed.sticky .container .lang {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    margin-left: 15px;
}

header#header.fixed .container .lang .separator,
header#header.fixed .container .lang a {
    color: #fff;
    font-family: Raleway, sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 700;
    text-transform: uppercase;
}

header#header.fixed .container .lang .separator {
    padding: 0 3px;
}

header#header.fixed .container .lang a.active {
    color: #8b8b8b;
}

header#header.fixed .container .lang a:hover {
    color: #ba9765;
}

header#header.fixed.sticky .container .lang .separator,
header#header.fixed.sticky .container .lang a {
    color: #ba9765;
}

header#header.fixed.sticky .container .lang a.active,
header#header.fixed.sticky .container .lang a:hover {
    color: #231f20;
}

/* tablet 1025–1500px: hamburger active, white header */
@media only screen and (min-width: 1025px) and (max-width: 1500px) {
    header#header.fixed .container .lang,
    header#header.fixed.sticky .container .lang {
        margin-right: 20px;
    }

    header#header.fixed .container .lang .separator,
    header#header.fixed .container .lang a,
    header#header.fixed.sticky .container .lang .separator,
    header#header.fixed.sticky .container .lang a {
        color: #ba9765;
    }

    header#header.fixed .container .lang a.active,
    header#header.fixed.sticky .container .lang a.active {
        color: #cecece;
    }

    header#header.fixed .container .lang a:hover,
    header#header.fixed.sticky .container .lang a:hover {
        color: #231f20;
    }
}

/* mobile ≤1024px */
@media screen and (max-width: 1024px) {
    header#header.fixed .container .lang,
    header#header.fixed.sticky .container .lang {
        margin-right: 20px;
    }

    header#header.fixed .container .lang .separator,
    header#header.fixed .container .lang a,
    header#header.fixed.sticky .container .lang .separator,
    header#header.fixed.sticky .container .lang a {
        color: #ba9765;
        font-size: 20px;
        font-size: 1.25rem;
    }

    header#header.fixed .container .lang a.active,
    header#header.fixed.sticky .container .lang a.active {
        color: #cecece;
    }

    header#header.fixed .container .lang a:hover,
    header#header.fixed.sticky .container .lang a:hover {
        color: #231f20;
    }
}

/* small mobile ≤640px */
@media screen and (max-width: 640px) {
    header#header.fixed .container .lang,
    header#header.fixed.sticky .container .lang {
        margin-right: 3.125vw;
    }

    header#header.fixed .container .lang .separator,
    header#header.fixed .container .lang a,
    header#header.fixed.sticky .container .lang .separator,
    header#header.fixed.sticky .container .lang a {
        font-size: 3.125vw;
    }
}
