header.php-tweak: How to do that getting Meta-Slider into the header-center?

You need to put a correct code into the header.php , currently you are putting [metaslider id=36] , which is not correct, you need to replace it with this:

<?php 
echo do_shortcode("[metaslider id=36]"); ?>

This of course suppose that you have the plugin activated and a slider created with an ID = 36.
I hope this will help