<div class="ce_fpe_eyecatcher_illu clearfix <?php if ($this->image_big == '1'): ?>image_big<?php endif; ?>" id="<?php echo str_replace(" ", "_", $this->headline); ?>">
<div class="inside">
<div class="content_container">
<span>
<?php if ($this->headline): ?>
<h3><?php echo $this->headline; ?></h3>
<?php endif ?>
<p><?php echo $this->text; ?></p>
</span>
<?php if ($this->buttontext): ?>
<a class="button" href="<?php echo $this->buttonlink; ?>"><?php echo $this->buttontext; ?></a>
<?php endif; ?>
</div>
<?php if( $this->illu && ( $objFile = \FilesModel::findById( $this->illu ) ) !== null) : ?>
<figure class="icon_container" itemscope="" itemtype="http://schema.org/ImageObject">
<?php $this->insert('picture_default', \Picture::create( $objFile->path )->getTemplateData() ); ?>
</figure>
<?php endif; ?>
</div>
</div>