/* ==========================================
   1. FARBEN & SCHRIFTEN (#202245)
   ========================================== */
body, p, span, li, i, em, strong {
    color: #202245 !important;
}

h1, h2, h3, h4, h5, h6,
.entry-title, .entry-title a,
.widget-title, .archive-title, .page-title {
    color: #202245 !important;
}

.site-title a, 
.site-description,
.main-navigation a, 
.main-navigation li a {
    color: #202245 !important;
}

a {
    color: #202245;
}

/* ==========================================
   2. STERNE ENTFERNEN
   ========================================== */
.featured-content .star-rating,
.entry-meta .featured-post::before,
.genericon-star,
.menu-item::before,
.main-navigation ul li::before,
.main-navigation li a::before,
.nav-menu li a::before,
.featured-post::before,
.sticky::before,
.genericon-star::before,
[class*="genericon-star"]::before {
    content: none !important;
    display: none !important;
}

/* ==========================================
   3. NUR RECHTE SEITENLEISTE ENTFERNEN
   ========================================== */
/* Versteckt gezielt nur die Widgets auf der rechten Seite, nicht den Footer! */
.sidebar-main,
#secondary .widget:not(.footer-widget) {
    display: none !important;
}

/* Dehnt den Textbereich aus, spart aber Platz für das Layout */
#primary, 
.content-area {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    border: none !important;
}

/* ==========================================
   4. MEHRSPALTEN-KACHELN KORREKTUR
   ========================================== */
.wp-block-columns {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
}

.wp-block-column h3, 
.wp-block-column p {
    font-size: 16px !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
}

.wp-block-column {
    flex: 1 1 calc(25% - 15px) !important;
    min-width: 180px !important;
    box-sizing: border-box !important;
}

/* ==========================================
   5. FOOTER-KORREKTUR (NUR WP-CREDITS RAUS)
   ========================================== */
/* Versteckt den WordPress-Linktext, schützt aber den Footer-Container */
.site-info a[href*="wordpress.org"],
.site-info a[href*="wordpress.com"],
.site-info .powered-by {
    display: none !important;
}
