Get custom field from other post in carousel

You should use get_post_meta($sidans_id, 'kund', true); instead. The get_field call is using the ID from the post loop and not from global.