        /*
        donkerblauw van drie: #1D498D
        lichtblauw van drie: #506DA7
        */
        body {
            font-family: "Open Sans", "Encode Sans Expanded", "Roboto", "PT Sans", Arial;


            line-height: 1.5em;
        }

        .full-width {
            max-width: 1400px;
        }

        .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: "Asap", "Roboto Condensed", "Maven Pro", Sans Serif;
            font-weight: 700;
            letter-spacing: -0.0225em;
            color: #1D498D;
            text-transform: uppercase;
        }

        .mainimage {
            border-bottom: 0px solid #002D59;
        }

        .menubar {
            width: 100%;
            padding-top: 0px;
            padding-bottom: 15px;
            background-color: #ffffff;
            height: 147px;
            border-bottom: 1px solid #1D498D;
        }

        .footer {
            background-color: #1D498D;
        }

        .footer {

            min-height: 100px;
            color: #ffffff;
            padding: 20px;
            margin-top: 25px;

            background-image: none;
            background-position: right;
            background-repeat: no-repeat;
        }

        @media (min-width:800px) {
            .footer {
                min-height: 100px;
                color: #ffffff;
                padding: 20px;
                margin-top: 25px;

                background-image: url(/images/vandam2_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;
            background-color: #EEEFEF;
            border-radius: 0px;
            border: 0px solid #ddd;
        }

        .uk-panel-box:hover {
            background-color: #E1E3E3;
        }

        .colorband {
            height: 30px;
            width: 100%;
        }

        .parallax-container {
            min-height: 500px;
            width: 100%;
        }

        .languages {
            /* position : absolute;  */
            width: 100%;
            height: 80px;
            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: #506DA7;
            border-radius: 0 0 150px 150px;
            margin-left: 5px;
            box-sizing: border-box;
        }

        .uk-table tr td {
            font-size: 12px;
        }

        .pay-off {
            color: #1D498D;
            font-size: 1.4vw;
            font-family: "Asap", impactreg, Arial;
            font-weight: 600;
            text-transform: uppercase;
        }

        .pay-off-2 {
            color: #1D498D;
            font-size: 1.0rem;
            font-family: "Asap", impactreg, Arial;
            font-weight: 500;
            color: #000;
        }

        .button-green,
        .button-green:focus {
            color: #ffffff !important;
            text-shadow: none !important;
            background: #1D498D !important;
        }

        .button-green:hover {
            background: #1D498D !important;
            color: #ffffff !important;
        }


        ul>li {
            border-right: 1px solid #BE4438;
        }

        ul#menu>li:last-child {
            border-right: 0px solid #BE4438;
        }

        ul#menu>li>a {
            text-transform: uppercase;
            font-weight: 700;
        }

        a.bc-button {
            margin-top: 1rem;
            padding: 10px;
            text-decoration: none;
            color: #1D498D;
            font-family: "Open Sans", Arial;
            font-weight: 700;
            font-size: 1.2rem;
            text-decoration: uppercase;
        }

        a.bc-button:after {
            content: ">";
            width: 40px;
            height: 20px;
            padding: 10px 15px;
            background-color: #1D498D;
            color: white;

        }

        a.bc-button:hover:after {
            content: ">";
            width: 40px;
            height: 20px;
            padding: 10px 15px;
            background-color: #ffffff;
            color: #1D498D;

        }