Custom Post Type – Main page for certain posts

I got it by searching some more on google.

'has_archive' => true,

This line is vital.

Found out I had to rename my custom template pages to archive-“the custom type name” which in this case was.

archive-case.php

Because of this I could remove my “static” page called case and let the system pick the right template page for the custom post type.