/*
 * ============================================
 * karin.css
 * ============================================
 * 
 * Eigene CSS-Stile für das Karin-Projekt
 * 
 * Diese Datei enthält alle projektspezifischen
 * CSS-Styles. Bootstrap wird als Basis verwendet.
 * 
 * Struktur:
 * 1. Variablen
 * 2. Allgemeine Styles
 * 3. Header
 * 4. Navigation
 * 5. Content
 * 6. Footer
 * 
 * ============================================
 */

/* --------------------------------------------
 * 1. Variablen
 * -------------------------------------------- */

/* --------------------------------------------
 * 2. Allgemeine Styles
 * -------------------------------------------- */
 html {
    scroll-behavior: smooth;
 }
/* --------------------------------------------
 * 3. Header
 * -------------------------------------------- */

/* --------------------------------------------
 * 4. Navigation
 * -------------------------------------------- */

/* --------------------------------------------
 * 5. Content
 * -------------------------------------------- */

/* --------------------------------------------
 * 6. Footer
 * -------------------------------------------- */