footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul li {
    display: inline;
}

footer div {
    display: flex;
    align-items: center;
}

footer div li:first-of-type {
    margin-right: 50px;
    margin-left: 5px;
}

nav .navbar-brand-wrapper {
    display: flex;
    align-items: center;
    flex: 50%;
}

nav .language-nav .lang-link {
    text-decoration: none;
    text-transform: uppercase;
}

nav .language-nav .lang-link:not(:first-child):before {
    content: ' | ';
}

nav .navbar-brand {
    max-width: 40%;
    margin-right: 30px;
}

nav .navbar-nav {
    flex-direction: row;
    flex: 50%;
    justify-content: flex-end;
}

nav .navbar-nav a {
    font-size: 1.5em;
    margin-right: 30px;
}

.module {
    position: relative;
    box-shadow: 0 1px 3px rgba(black, 0.2);
}

.come-in {
    transform: translateY(150px);
    animation: come-in 0.8s ease forwards;
    visibility: visible;
}

.already-visible {
    transform: translateY(0);
    animation: none;
}

@keyframes come-in {
    to {
        transform: translateY(0);
    }
}

.module-cont {
    overflow: hidden;
}

.already-visible.come-in {
    animation: none;
}

img.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

img.img-fluid--narrow {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    max-height: 600px;
    object-position: top;
}

.max-txt-wd {
    max-width: 600px;
    align-self: center;
}

.max-txt-wd p {
    font-size: 1.5rem;
    line-height: 2rem;
}

.module {
    display: flex;
    align-content: center;
    justify-content: center;
}

.module a.map-link {
    width: 100%;
}

.bg-light-gray {
 	background-color: #f2f2ef;
}

.bg-light-green  {
    background-color: #5bff000f;
}

.row.row-team:not(:first-child) {
    margin-top:20px;
}

.row.row-team:nth-child(even) {
    background:#f2f2ef;
}

.container.sub-page {
    padding-top: 150px;
    padding-bottom: 50px;
}

#subpages {
    padding-top: 100px;
}

#subpages .inactive section  {
    margin-bottom:20px;
}

#subpages .inactive:last-child section {
    margin-bottom:0;
}