:root {
    --primary-color: #2c3e50; /* Dunkelblau */
    --secondary-color: #3498db; /* Hellblau */
    --background-color: #ffffff; /* Weiß */
    --text-color: #333333; /* Dunkelgrau */
    --accent-color: #e74c3c; /* Rot */
    --footer-bg: #f4f4f4; /* Hellgrau */
    --footer-text: #333333;
    --link-color: #3498db;
    --link-hover: #e74c3c;
}