
h1 {
    margin: 0px;
    font-size: 5rem;
    line-height: normal;
    font-weight: 700;
}

h2 {
    margin: 0px;
    font-size: 5rem;
    line-height: normal;
    font-weight: 700;
}

h3 {
    margin: 0px;
    font-size: 3.2rem;
    line-height: normal;
    font-weight: 700;
}

h4 {
    margin: 0px;
    font-size: 1.6rem;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
}

h5 {
    margin: 0px;
    font-size: 1.6rem;
    line-height: normal;
    font-weight: 700;
}

/*p {
    margin: 0px;
    font-size: 13px;
    line-height: 15px;
    font-weight: 900;
}*/

/*button {
    height: 30px;
    width: 100%;
    font-family: 'HelveticaNeueLTStd-BlkCnO';
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    background-color: #92cef1;
    text-decoration: none;
    color: white;
    border: none;
    padding-right: 30px;
    display: inline-block;
}
button:hover {
    background-color: #1d3b6f;
}*/

/*.btn-stap {
    height: 30px;
    font-family: 'HelveticaNeueLTStd-BlkCnO';
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    background-color: #92cef1;
    text-decoration: none;
    color: white;
    border: none;
    padding-right: 30px;
    display: inline-block;
}*/

.btn-primary {
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-transform: none;
    display: flex;
    font-weight: 700;
    background-color: #0abaed;
    text-decoration: none;
    color: #fff;
    border: 1px solid #0abaed;
    padding: 2rem;
    border-radius: 5px;
    display: inline-block;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
}

    .btn-primary.slim {
        font-size: 1.5rem;
        line-height: normal;
        padding: 1.4rem;
        /* font-weight: 300; */
    }

    .btn-primary.outline {
        background-color: transparent;
        color: #3c3c3b;
        border-color: #3c3c3b;
    }

    .btn-primary i {
        margin-left: .5rem;
        display: inline-block;
    }

    .btn-primary:hover {
        background-color: #e9540d;
        border-color: #e9540d;
    }

/* kleuren */
/* donkerblauw */
.bg1 {
    background-color: rgb(255, 255, 255);
    float: left;
}

.cl1 {
    color: rgb(255, 255, 255);
}
/* donkerblauw */

.bg2 {
    background-color: #efefef;
}

.cl2 {
    color: rgb(0, 32, 60);
}
/* blauw */

.bg3 {
    background-color: rgb(0, 35, 79);
}

.cl3 {
    color: rgb(0, 35, 79);
}
/* lichtblauw */

.bg4 {
    background-color: rgb(41, 124, 220);
}

.cl4 {
    color: rgb(41, 124, 220);
}
/* lichtgroen */

.bg5 {
    background-color: rgb(172, 207, 121);
}

.cl5 {
    color: rgb(172, 207, 121);
}
/* lichtgrijs */

.bg6 {
    background-color: rgb(238, 238, 238);
}

.cl6 {
    color: #cf0a0f;
}
