html,
body {
    margin: 0;
    padding: 0;
}

.x-landpage-top {
    margin: 0px;
}

.x-logo-image {
    margin: 0;
    width: 20%;
    height: auto;
}

.x-langpage-white-div {
    min-height: 300px;
}

.x-langpage-yellow-div {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 200px;
    background-color: #ffeb3b;
}

.x-landpage-map-pattern {
    background-image: url("../img/map-pattern.png");
    background-repeat: repeat-x;
    background-blend-mode: lighten;
    background-position: bottom;
}

.x-xlogo {
    top: 10px;
    left: 10px;
    position: absolute;
    width: 40%;
    height: auto;
    max-width: 180px;
    margin-bottom: 0px;
}

.x-langpage-bottom-div {
    padding-top: 50px;
    padding-bottom: 50px;
}

.x-a {
    text-decoration: none;
    font-size: 1em;
    font-family: FuturaBook !important;
    letter-spacing: 1px;
    color: lightblue;
}