Hi never6910,
I have checked and updated the /templates/gk_bauhaus/html/com_content/article/default.php file. Line 243:
Replace the following code:
<?php echo JLayoutHelper::render('joomla.content.info_block.block', array('item' => $this->item, 'params' => $params, 'position' => 'above')); ?>
With new code:
<?php echo JLayoutHelper::render('joomla.content.info_block', array('item' => $this->item, 'params' => $params, 'position' => 'above')); ?>