
/* toewijzen fontface fonts */
@font-face {
    font-family: 'Founders Grotesk Regular';
    src: url('../fonts/FoundersGroteskWeb-Regular.eot');
    src: url('../fonts/FoundersGroteskWeb-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FoundersGroteskWeb-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Founders Grotesk Bold';
    src: url('../fonts/FoundersGroteskWeb-Bold.eot');
    src: url('../fonts/FoundersGroteskWeb-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FoundersGroteskWeb-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#tussenkopje {height:50px; }
h4 { font-size: 22px; text-align:center; margin:0 auto; padding-left:10px; padding-right:10px; background:#fff; display:inline-block;}

 .uitgelijnd { height:14px;  border-bottom:1px solid #1f3b90; margin-top:40px;text-align:center; }
 
 
