.navbar-custom {
    background-color: #005c42;
    padding: 10px 20px;
}

.navbar-custom .dropdown-menu,
.navbar-custom .dropdown-menu li a {
    background-color: #005c42;
    border: 0;
}

.navbar-custom .logo {
    background: transparent url('/plugins/Customizing/assets/images/fsc-logo.png') no-repeat center center;
    background-size: contain;
    height: 50px;
    width: 100px;
}

.navbar-custom nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-custom .menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.navbar-custom .menu li {
    padding: 0 20px;
}

.navbar-custom .menu a {
    white-space: nowrap;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
}

.navbar-custom #languageSelection {
    margin: 0;
    height: auto;
    width: auto;
}

.language-select-custom > button {
    font-size: 18px;
    line-height: 27px;
}