Add my footer menu to the header

You have to add more links in your header menu like:

<div class="menu">
  <a class="btn">Kategorien <span class="icon icon-angle-down"></span></a>
     <ul class="actions"><!--THIS IS YOUR CATEGORIES SUBMENU-->
        <li class="cat-item cat-item-17">
          <a href="https://duvacon.de/category/action/" data-hasqtip="13" oldtitle="Action" title="" aria-describedby="qtip-13">Action</a>
        </li>
    </ul>
  <!-- NEW ITEMS -->
  <a href="%LINKTOCONTACT%" class="btn">Contact</a>
  <a href="%LINKTOCHAT%" class="btn">Chat</a>
</div>

I don’t know if you are adding in the wordpress backend menu, but if yes you can maybe use wp_nav_menu. I think it is more easy to create menus and manage them.