I figured it out :)

<?php
if ( get_post_meta( $post->ID, 'cp_utstyr' ) ){
$meta_val = get_post_meta( $post->ID, 'cp_utstyr' );
...