h1, h2, h3, h4, h5 {
    font-family: 'RObold', 'Arial', sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

h1 {
    font-size: 31px;
    margin-left: 30px;
    margin-bottom: 50px; /* temporary - voeg margin toe aan blok niet aan heading */
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 23px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

.bld-introtekst {
    font-size: 24px;
    font-family: 'ROregular', Arial, sans-serif;
}

.bld-specificaties {
    font-size: 14px;
    font-family: 'ROregular', Arial, sans-serif;
}

.bld-payoff {
    font-size: 31px;
    font-family: 'ROitalic', Arial, sans-serif;
}

.icon.medium {
    line-height: 1.5;
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 26px;
        margin-bottom: 30px; /* temporary - voeg margin toe aan blok niet aan heading */
    }
    h2 {
        font-size: 23px;
    }
    
    h3 {
        font-size: 20px;
    }

    .bld-introtekst {
        font-size: 20px;
    }

    .bld-payoff {
        font-size: 24px;
    }
}
