/*
Theme Name: Mein Theme
Theme URI: https://smiling-heroes.de
Author: BKV Deutschland
Description: Eigenständiges WordPress-Theme, layoutgetreu nachgebaut auf Basis des gemirrorten Auftritts von smiling-heroes.de. Farben, Schriftarten und Bildpfade stammen aus dem Original, Markup und CSS sind neu und wartbar geschrieben (kein 1:1-HTML-Kopie).
Version: 1.0.1
Requires PHP: 7.4
Text Domain: mein-theme
*/

/* -------------------------------------------------------------------------
   1. Design Tokens
   ------------------------------------------------------------------------- */
:root {
	--color-primary: 38, 96, 234;      /* #2660EA – Markenblau, CTAs */
	--color-primary-dark: 7, 23, 124;  /* #07177C – dunkles Navy */
	--color-accent: 8, 183, 181;       /* #08B7B5 – Türkis, Akzente */
	--color-dark: 25, 25, 25;          /* #191919 – Fließtext */
	--color-light: 237, 239, 244;      /* #EDEFF4 – helle Flächen */
	--color-white: 255, 255, 255;

	--font-heading: 'Bricolage Grotesque', -apple-system, BlinkMacSystemFont, sans-serif;
	--font-body: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;

	--container-width: 1200px;
	--section-spacing: clamp(3rem, 6vw, 6rem);
	--radius-m: 12px;
	--radius-l: 24px;
}

.site-breadcrumbs {
	padding: 0.75rem 0;
	font-size: 0.875rem;
}
.rank-math-breadcrumb a {
	text-decoration: none;
}
.rank-math-breadcrumb .separator {
	margin: 0 0.5em;
	opacity: 0.5;
}
.rank-math-breadcrumb .last {
	font-weight: 600;
}