.lang-select {
    width: 90px;
    /** height: 28px; **/
    /** margin-left: 24px; **/
    /** float: right; **/
    border: none;
}

.alert-success {
    display: none;
    background-color: darkolivegreen;
    padding: 10px;
    border-radius: 5px;
    color: white;
}

.alert-danger {
    display: none;
    background-color: crimson;
    padding: 10px;
    border-radius: 5px;
    color: white;
}

.cookiealert {
    padding: 20px;
    text-align: center;
}

.cookiealert>b {
    color: white;
}

.cookiealert > .acceptcookies {
    background-color: white;
    /* border-color: white; */
}

#banner article {
    background-size: cover;
}

.mobile-lang-select {
    display: none !important;
}

@media screen and (max-width: 980px) {

    .mobile-lang-select {
        display: block;
    }

}