/*
 Theme Name:   Astra Child
 Theme URI:    https://rub-wordpress.ddev.site:8443
 Description:  Child Theme für Astra – individuelle Anpassungen für RUB WordPress
 Author:       RUB / Radikant
 Author URI:   https://radikant.com
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  astra-child
*/

/* ==========================================================================
   Eigene Styles hier einfügen
   ========================================================================== */
/* Fließtext Bold: InterMod-Bold (700) */
strong, b {
	font-weight: 700 !important;
}

/* Überschriften h1–h3: Extrabold */
h1, .entry-title,
h2,
h3,
.ast-single-post .entry-content h1,
.ast-single-post .entry-content h2,
.ast-single-post .entry-content h3 {
	font-weight: 800 !important;
}

/* RUB-Farbpalette: Frontend-Fallback fuer Gutenberg-Klassen */
:root {
	--wp--preset--color--rub-orange-50: #FFDDD6;
	--wp--preset--color--rub-gelb-50: #FFF3CD;
	--wp--preset--color--rub-gruen-50: #D3F7D4;
	--wp--preset--color--rub-hellblau-50: #DCEBFB;
	--wp--preset--color--rub-lila-50: #E9DCFB;
	--wp--preset--color--rub-rosa-50: #FBDCF6;
}

.has-rub-orange-50-background-color { background-color: var(--wp--preset--color--rub-orange-50) !important; }
.has-rub-gelb-50-background-color { background-color: var(--wp--preset--color--rub-gelb-50) !important; }
.has-rub-gruen-50-background-color { background-color: var(--wp--preset--color--rub-gruen-50) !important; }
.has-rub-hellblau-50-background-color { background-color: var(--wp--preset--color--rub-hellblau-50) !important; }
.has-rub-lila-50-background-color { background-color: var(--wp--preset--color--rub-lila-50) !important; }
.has-rub-rosa-50-background-color { background-color: var(--wp--preset--color--rub-rosa-50) !important; }

.has-rub-orange-50-color { color: var(--wp--preset--color--rub-orange-50) !important; }
.has-rub-gelb-50-color { color: var(--wp--preset--color--rub-gelb-50) !important; }
.has-rub-gruen-50-color { color: var(--wp--preset--color--rub-gruen-50) !important; }
.has-rub-hellblau-50-color { color: var(--wp--preset--color--rub-hellblau-50) !important; }
.has-rub-lila-50-color { color: var(--wp--preset--color--rub-lila-50) !important; }
.has-rub-rosa-50-color { color: var(--wp--preset--color--rub-rosa-50) !important; }