:root {
    /* Farben nach Vorgabe */
    --color-blue: #143963;
    --color-orange: #ec671a;

    --bg-main: #ffffff;
    --bg-second: #143963;
    --bg-third: #ec671a;

    --text-main: #1e1e1e;
    --text-second: #ffffff;
    --text-third: #1e1e1e;

    /* Layout & Spacing */
    --content-width: 1400px;
    --spacing-sm: 1rem;     /* 16px */
    --spacing-md: 2rem;     /* 32px */
    --spacing-lg: 4rem;     /* 64px */
    --spacing-xl: 6rem;     /* 96px */
}