Hi Andreas
Sorry to say at present this is a service we do not provide.
To point you in the right direction make these amendmends you can open the templates index.php (../templates/j51_clarity/index.php)..
<div id="container_header" class="container"><div class="wrapper960">
<?php require("php/layouts/header.php"); ?>
</div></div>
<div id="container_spacer1" class="container"><div class="wrapper960">
<div class="clear"></div>
</div></div>
<div id="container_hornav_mobile" class="container"><div class="wrapper960">
<?php require("php/layouts/hornav_mobile.php"); ?>
</div></div>
You can try moving this further down the page directly after
<?php require("php/layouts/base.php"
; ?>
CiarĂ¡n