Problem solved, just learn and think for yourself. did it like that.
<?php if(osc_item_meta_slug()!='festpreis') if(osc_item_meta_slug()!='evp') { ?>
<?php if( osc_count_item_meta() >= 1 ) { ?>
<div id="custom_fields">
<div class="meta_list">
<?php while ( osc_has_item_meta() ) { ?>
<?php if(osc_item_meta_slug()!='festpreis') if(osc_item_meta_slug()!='evp') { ?>
<div class="meta">
<strong></strong> <span><?php echo osc_item_meta_value(); ?></span>
</div>
<?php } ?>
<?php } ?>
</div>
</div>
<?php } ?>