body {
    font-family: "Encode Sans Expanded", "Roboto", "PT Sans", Arial;

    line-height: 1.5em;
}

.full-widthX {
    max-width: 90%;
}

.bg {
    background-image: url(/images/bg-van-dam-BV.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

h1,
h2,
.uk-h1,
.uk-h2 {
    font-family: "Roboto Condensed", "Maven Pro", Sans Serif;
    font-weight: 700;
    letter-spacing: -0.0225em;
}

.pos-rel {
    position: relative;
}

.bki-tel {
    margin-top: 6px;
    display: flex;
    flex-grow: 0;
    justify-content: space-between
}

.neg_space {
    margin-top: -50px;
}

.mainimage {
    border-bottom: 0px solid #002D59;
}

.menubar {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 15px;
    background-color: #ffffff;
    height: 147px;
    position: relative;
}

.footer {
    min-height: 100px;
    color: #ffffff;
    padding: 20px;
    margin-top: 25px;
    background-color: #2A498D;
    background-image: url(/images/vandam_tr.png);
    background-position: right;
    background-repeat: no-repeat;
}

.content {
    min-height: 400px;
}

.button-blueish {
    background-color: #C0C6DA;
}

.button-blueish:hover {
    background-color: #426186;
    color: #ffffff;
}

.button-greenish {
    background-color: #C0C6DA;
}

.button-greenish:hover,
.button-greenish:focus {
    background-color: #3C6C3D;
    color: #ffffff;
}

.uk-panel-box {
    border-top: 0px solid #002D59;
}

.colorband {
    height: 30px;
    width: 100%;
}

.parallax-container {
    min-height: 500px;
    width: 100%;
}

.languages {
    position: absolute;
    width: 100%;
    height: 100px;
    padding-left: 15px;
    box-sizing: border-box;
    top: 0px;
    right: 0px;
    border: 0px solid gray;
}

.lang {
    width: 50px;
    height: 75px;
    padding-top: 30px;
    background-color: #C3D99A;
    border-radius: 0 0 150px 150px;
    margin-left: 5px;
    box-sizing: border-box;
}

.uk-table tr td {
    font-size: 12px;
}

.logo {
    margin-top: 50px;
}

.logo>img {
    margin-bottom: 20px;
}

.pay-off {
    color: #3C6C3D;
    font-size: 1.4vw;
    font-family: impactreg, Arial;
    margin-top: 38px;
}

.button-green,
.button-green:focus {
    color: #000000 !important;
    text-shadow: none !important;
    background: #C3D99A !important;
}

.button-green:hover {
    background: #3C6C3D !important;
    color: #ffffff !important;
}

.navtotop {
    display: none;
}