:root {
    --color: #002668;
}

a.qrcode:hover {
    background-color: unset;
    padding: 0px;
}

a.qrcode:not(:hover) {
    background-color: unset;
    padding: 0px;
}

body {
    display: grid;
    min-height: 100%;
}

ul {
    list-style: disc;
}

#layout {
    margin: 0px;
    min-height: unset;
}

#header {
    height: 95px;
    background: var(--color);
}

.login-button {
    float: right;
    margin-top: 1.5em;
    background: #fff;
    padding: 0.5em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
}

#logo a {
    padding: unset;
    background-color: unset;
}

.login-button a {
    text-decoration: none;
    color:  var(--color);
    background-color: unset;
    padding: unset;
}

.center-form {
    justify-content: unset;
}

#foot {
    align-self: end;
}

#footer {
    height: 2.5rem;
    padding: 1rem 0;
    background: var(--color);
}


.menuspace {
    margin-left: auto;
}

.language-bar {
    height: unset;
}

#logo img {
    height: 90px;
}

.logo-footer, .copyrights {
    float: left;
    height: unset;
}

.logo-footer-space {
    transform: unset;
    position:unset;
    float: left;
}

.pure-button-red {
    border-radius: 4px;
    background-color:  var(--color);
}
