Ahh, thank you for all of your help.
I had a line in my single.php <?php get_template_part( 'content', get_post_format() ); ?>
which I then changed to <?php get_template_part( 'content-blog', get_post_format() ); ?>
and now I am using the intended template.
I am now 1 step closer to become a WordPress guru ;-D