html {
    font-size: 62.5%;
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Ubuntu", "Arial", "Helvetica", sans-serif;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 400;
    color: #333;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    background: url("../img/bg.png");
}


h1, h2, h3, h4, h5, h6 {
    color: #00499b;
    font-family: "Ubuntu", "Arial", "Helvetica", sans-serif;
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0;
}

h1 {
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 400;
    padding-top:10px;
}

h2 {
    font-size: 2rem;
    line-height: 1.1;
}

h3 {
    font-size: 1.8rem;
    line-height: 1.1;
}

a {
    color: #00499b;
}

a:hover,
a:active {
    color: #333;
    text-decoration: underline;
}

a:focus {
    outline: 0;
}

p {
    margin: 0 0 20px;
    padding: 0;
}

ul li {
    display:inline-block;
    padding:5px;
}

ul li a {
    color:333;
}

ul li a:hover {
    color:00499b;
}

img a {
    border: none;
}

a img {
    border: none;
}

img {
    display: block;
    width: 100%;
}

hr {
    height:0px;
    border:0;
    border-top: 1px solid #BDD6F2;
}

b,
strong,
.bold,
.intro {
    font-weight: 700;
}

i, em {
    font-style: italic;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
}
.main {
    position: relative;
    padding-top:100px;
}

.widget-default {
    background:#fff;
    border-radius:3px;
    padding:30px 20px;
}

.widget-default img.logo {
    width:300px;
    margin:30px auto;
}

/* placeholders */
::placeholder {
    color: #919191;
}

/* selectie van tekst */
::selection {
    background: #00499b;
    color: #fff;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.align-center {
    text-align: center;
    margin: 0 auto;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.btn {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding: 5px 20px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    zoom: 1;
    color: #fff;
    background-color: #00499b;
    text-align: center;
    font-weight: 700;
}

.btn:hover,
.btn:active {
    background-color: #3b3b3b;
    color: #fff;
    text-decoration: none;
}

.btn:after {
    clear: both;
}

/* IE9 */
.lt-ie9 body {
    min-width: 1024px !important;
}

/* breakpoints */
@media (max-width: 1023px) {
    body {
        font-size: 1.6rem;
    }
    .main {
        padding-top:50px;
    }
}

@media (max-width: 400px) {
    .widget-default img.logo {
        width:100%;
    }
    .img-rechts,
    .img-links {
        float: none;
        padding: 0 0 10px 0;
        display: block;
    }
    .main {
        padding-top:20px;
    }
}