﻿/* 3 headers aanpassen zodat gelijk aan gebruikte headers in algemene css */
h1.header1 {
    font-weight:100;
    line-height:40px;
    font-size:36px;
    color:#004b8d;
}

h2.header2{
    color:#014b8a;
    font-size:16px;
}

h3.header3{
    color:#014b8a;
    font-size:14px;
}

h4.header4{
	font-weight:600;
    font-size:26px;
    color:#004b8d;
    line-height:30px;
}

h5.header5 {
    line-height: 30px;
    font-weight: 600;
    font-size: 26px;
    color: #959ca1;
}

/* verschillende kleuren gebruikt in template invullen */
span.highlight1{
    color:#004B8D;
}

span.highlight2{
    color:#C1BAB4;
}

/* vaste mogelijkheden - NIET WIJZIGEN */
span.rood{
    color:#a11;
}

span.groen{
    color:#006766;
}

span.blauw{
    color:#004B8D;
}