<?

add_action( 'wp_enqueue_scripts', 'catchresponsive_enqueue_styles' );
function catchresponsive_enqueue_styles() {
    wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
    wp_enqueue_style( 'child-style',
        get_stylesheet_directory_uri() . '/style.css',
        array('parent-style')
    );
}

/*
 * Move primary menu below header image
 */
function catchresponsive_move_primary_menu() {
    remove_action( 'catchresponsive_after_header', 'catchresponsive_primary_menu', 20 );
    add_action( 'catchresponsive_after_header', 'catchresponsive_primary_menu', 50 );
}
add_action( 'init', 'catchresponsive_move_primary_menu' );
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//headwriting-le.de/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>http://headwriting-le.de/post-sitemap.xml</loc>
		<lastmod>2020-05-27T21:34:17+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://headwriting-le.de/page-sitemap.xml</loc>
		<lastmod>2020-07-20T19:06:36+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://headwriting-le.de/category-sitemap.xml</loc>
		<lastmod>2020-05-27T21:34:17+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://headwriting-le.de/post_tag-sitemap.xml</loc>
		<lastmod>2020-05-27T21:34:17+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->