</div>
		</div>
	</div>

	<?php 
if (is_category()) {
    ?>
		<div class="hb2">
			<div class="cntr">
				<div class="pattern-overlay"></div>
				<div class="billboard">
					<ul>
						<li>
							<?php 
    foreach (get_the_category() as $category) {
        $category_image = fifc_the_tax_thumbnail($category->cat_ID, 'category', 'billboard-bp5');
        echo $category_image;
    }
    ?>
						</li>
					</ul>
				</div>
			</div>
		</div>
	<?php 
} elseif (is_archive()) {
    ?>
		<div class="hb2">
			<div class="cntr">
				<div class="pattern-overlay"></div>
				<div class="billboard">
                        echo $myImage;
                        ?>
					
					<?php 
                    } elseif (is_tax('webbird_taxonomies_cures', 'gelaat')) {
                        ?>
						<?php 
                        $myImage = fifc_the_tax_thumbnail(23, 'webbird_taxonomies_cures', 'large');
                        echo $myImage;
                        ?>
					
					<?php 
                    } elseif (is_tax('webbird_taxonomies_cures', 'lichaam')) {
                        ?>
						<?php 
                        $myImage = fifc_the_tax_thumbnail(24, 'webbird_taxonomies_cures', 'large');
                        echo $myImage;
                        ?>
					
					<?php 
                    } else {
                        if (is_singular(array('treatments', 'cures', 'massages', 'arrangements')) || is_single()) {
                            ?>
						<?php 
                            the_post_thumbnail();
                            ?>
					
					<?php 
                        } else {
                            ?>
						<img src="<?php