:root {   
    --pageColorBackground: #5f7797;
    --logoTextColor: #f1f1ff;
    --menuIconColor: #f1f1ff;
    --linkColorMenuUnderline: #f1dc3f;
    --linkColorMenuItem: #f1f1ff; /* ghost white f8f8ff, greyish cdc2c2 */
    --linkColorContentText: #B90E0a;
    --linkColorContentBackground: #B90E0a;
    --linkColorContentUnderline: #B90E0a;
    --linkColorContentUnderlineHover: #abb8c3;
    --linkColorFooterText: #f1f1ff;
    --linkColorFooterUnderline: #B90E0a;
    --linkColorFooterUnderlineHover: #f1dc3f;
    --btnColorBackground: #333333;
    --btnColorUnderline: #fafe0f;
    --btnColorBorder: #fafe0f;
    --btnColorText: #FFFFFF;
    --itemColorImgBackground: #FFFFFF;
    --itemColorImgBackgroundDark: #f4f4f4;
    --textColorError: #D21404;
    --headerColorBackground: #3d496d; /* hellblau: DCE8F7 */ /* grau: f3f0ed */ /* schwaches blau: FAF9F8 */
}