.aangepastFont h1,.aangepastFont h2,.aangepastFont h3,.aangepastFont h4,.aangepastFont h5{
    font-family: VAGRoundedBT, Georgia, "Times New Roman", Times, serif;
}
.cutCornerTop:before{
    content: '';
    position: absolute;
    top: 0; left: 0;
    border-top: 40px solid white;
    border-right: 40px solid #0000;
    width: 0;
}

.cutCornerBottom:before{
    content: '';
    position: absolute;
    bottom: 0; right: 0;
    border-bottom: 40px solid white;
    border-left: 40px solid #0000;
    width: 0;
}
.buttonAngle:after{
    content: '';
    position: absolute;
    bottom: 0; right: 0;
    border-bottom: 40px solid white;
    border-left: 100 solid #0000;
    width: 0;
}
.buttonAngle:before{
    content: '';
    position: absolute;
    top: 0; left: 0;
    border-top: 40px solid white;
    border-right: 100 solid #0000;
    width: 0;
}
.aangepastFontText{
    font-family: VAGRoundedBT, Georgia, "Times New Roman", Times, serif;
}