body > header nav {
    display: none;
}


body > header .description .logo {
    width: 30%;
}

.profiles .profile {
    text-align: center;
}

/*.profiles .profile img {*/
/*    width: 40%;*/
/*}*/

.profiles .profile .description {
    width: 90%;
    padding: 0 5%;
    text-align: justify;
}

.profiles .profile {
    display: block;
    width: 95%;
    margin: 15px auto 0;
    padding: 5% 1%;
}

.profiles > .row {
    display: block;
}

body > header .show-nav-controller {
    position: fixed;
    display: block;
    left: 0.5em;
    top: 0.5em;
    background: url("../img/showmenu.png") center center no-repeat;
    background-size: 1em 1em;
    width: 1.8em;
    height: 1.8em;
    background-color: rgba(255, 255, 255, 0.78);
    border-radius: 5px;
    z-index: 100;
    cursor: pointer;
}

body > header nav {
    background-color: #666666;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    display: block;
}

body > header nav.with-background {
    background-color: #FFFFFF;
}

body > header nav ul li {
    display: block;
    text-align: center;
}

body > header nav ul li a {
    width: 100%;
    padding: 0.2em 1em;
}

body > header nav {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100vh;
    width: 100vw;

    ul li {
        a {
            padding-left: 2.5em;
            text-align: left;

        }
    }
}

body > header nav ul li ul.second-level-navigation {
    background: white;
    position: static;
    opacity: 1;
    visibility: visible;
    text-align: left;

    li a {
        padding-left: 4em;
    }
}

body > header nav.with-background ul li.active > a {
    background-color: #FFFFFF;
    color: #666666 !important;
}

body > header nav ul li.active > a {
    background-color: #666666;
    color: #FFFFFF !important;
}

body > header nav.shown {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

body > header .description .claim {
    font-size: large;
    padding: 0 1em;
}

.calendar li {
    padding: 1em;
}

.calendar .date,
.calendar .description {
    display: block;
    width: 100%;
}

.calendar .date {
    margin-bottom: 0.5em;
    padding-left: 0;
}

.calendar li.passed .date .info {
    padding: 0;
}

h2 {
    font-size: 200%;
}

h3 {
    font-size: 180%;
}

.profiles .profile h3 {
    font-size: 25px;
}

@media (max-width: 400px) {
    h2 {
        font-size: 180%;
    }

    h3 {
        font-size: 160%;
    }

    .profiles .profile h3 {
        font-size: 23px;
    }
}

.sticky-btn {
    display: none;
}


body > header nav .localization-switch {
    display: block;
    text-align: center;
}

body > footer .footer-divided > * {
    width: 100%;
    border-right: none !important;

    &:not(:last-child) {
        border-bottom: 1px solid lightgray !important;
    }
}