html body {
   background-color: #ffffff;
}
header {
    background-image: none !important;
    max-width: 830px;
    margin: 0 auto;
    margin-bottom: 40px;
}
footer {
    display: flex;
    justify-content: space-evenly;
}
.kiesregister header {
    min-height: 200px;
}
.header-bar .image-logo {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding-top: 40px;
    position: relative;
    max-width: 97.5%;
    left: 0;
    right: 0;
    transform: none;
    max-height: 100%;
}
.header-bar  h1.header-title {
    text-align: center;
    margin: 40px 0 0 0;
}
.header-bar #language-nav {
    right: 0;
    width: 110px;
}
.header-bar .language img {
    width: 45px;
    height: 30px;
}
#link-privacy {
    width: auto!important;
    padding: 0;
    border: 0;
}
.kiesregister #logo-digital-elections {
    width: 136px;
    text-align: right;
    margin-left: 20px;
    float: left;
    height: 1.525rem;
    background: url(/css/img/logos/digitalelections.png) no-repeat;
    background: none, url(/css/img/logos/digitalelections.svg) no-repeat;
    background-position: left;
    background-repeat: no-repeat;
}
.kiesregister #link-privacy {
    width: auto !important;
    height: 1.625rem;
    padding: 0;
    border: 0;
}
@media (min-width: 36.875em) {
    .kiesregister #link-privacy {
        float: left;
        text-align: center;
    }
}
.kiesregister #link-privacy a {
    color: #333333;
    font-size: 0.56rem;
    line-height: 1.625rem;
    text-transform: uppercase;
}
.kiesregister footer {
    display: flex;
    height: 2rem;
    padding-bottom: 40px;
}