<script>
(function() {
    function fixColors() {
        // Target all headings with the red color
        var els = document.querySelectorAll('[style*="color: #e94560"], [style*="color:#e94560"], h2, h3');
        for (var i = 0; i < els.length; i++) {
            var style = els[i].getAttribute('style') || '';
            if (style.indexOf('linear-gradient') !== -1 || style.indexOf('#1a1a2e') !== -1) {
                els[i].style.setProperty('color', '#ffffff', 'important');
            }
        }
    }
    // Run after page load
    if (document.readyState === 'loading') {
        document.addEventListener('DOMContentLoaded', fixColors);
    } else {
        fixColors();
    }
    // Also run after 100ms for late-loading elements
    setTimeout(fixColors, 100);
    setTimeout(fixColors, 500);
})();
</script>

<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet type='text/xsl' href='https://mpboard.ai/wp-content/plugins/google-sitemap-generator/sitemap.xsl'?><!-- sitemap-generator-url='http://www.arnebrachhold.de' sitemap-generator-version='4.1.24' -->
<!-- generated-on='June 24, 2026 7:26 pm' -->
<urlset xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd' xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'></urlset><!-- Request ID: 30960d8fc2429c23415a70bf8992aca5; Queries for sitemap: 1; Total queries: 20; Seconds: 0; Memory for sitemap: 1KB; Total memory: 12MB -->
