.nav a {
    font-family: 'Lexend', sans-serif;
    font-size: 1.22rem;
    border-bottom: solid 1px transparent;
}
 
.nav a:hover,
.nav a:focus {

}

.nav-pills {
    margin-left: auto;
    align-items: center;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: none;
    color: #164283;
}

.nav-pills .nav-link {
    padding-bottom: 2rem;
    position: relative;
    bottom: -3px;
    border-bottom: solid 5px transparent;
}

header {
    position:relative;
    z-index: 9;
}

header.isTransparent .nav-pills .nav-link {
    color: #fff;

}

header.isTransparent .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    border-bottom: solid 5px #fff;
    border-radius: 0;
}

header .d-flex.header--fixed .nav-pills .nav-link,
header .d-flex.header--fixed #toggleMenu, 
header .d-flex.header--fixed #toggleMenu svg {
    color: #164283;
    padding-bottom: 0;
    bottom: 0;
}

header .d-flex.header--fixed #toggleMenu {
    padding-bottom: 0.5rem !important;
}

header .d-flex.header--fixed .logo {
    margin-top: 1rem;
}

.fullMenu {
    background: #fff;
    display: none;
    border-bottom: solid 1px #000;
    position:relative;
    z-index: 9;
}

div.fullMenu * {

}

.fullMenuItems a,
.fullMenuSubPages a {
    text-decoration: none;
    color: #164283; 
    font-size: 1.5rem;
    font-family: 'Lexend', sans-serif;
}

.fullMenuSubPages > div a {
    color: #000;
    font-size: 1.1rem;
}

.langWrapper {
    padding-bottom: 1.2rem;
}

header .d-flex.header--fixed .langWrapper {
    padding-bottom: 0;
}

.langWrapper a {
    text-decoration: none;
    color: #6685B2;
}

.langWrapper a.active {
    color: #164283;
}

@media (max-width:820px) {
    .nav a {
        font-size: 1rem;
    }
    
    .fullMenuItems a, .fullMenuSubPages a {
        font-size: 1.1rem;
    }
}


@media (max-width:820px) {
    
    .nav-pills .nav-link {
       display:none; 
    }
    
    .logo > svg {
        width: 200px;
    }
    
    .fullMenu {
        background: #164283;
    }
    
    .fullMenuItems a, .fullMenuSubPages a {
        color: #fff;
        font-size: 1.5rem;
    }
    
    .fullMenuSubPages {
        display:none;
    }
    
    .groupLogo {
        width: 200px !important;
    }
}
    