
:root {
    --font_family: Trebuchet MS, sans-serif;
    /* Standard Definition */
    --brandPrimaryColor1: #0082cd;
    --brandPrimaryColor2: #00c3d7;
    --brandPrimaryColor3: #191e1e;
    --brandSecondaryColor1: #83992b;
    --brandSecondaryColor2: #007852;
    /* Background */
    --backgroundImagePage_url: url("../images/logineer/Background_logineer.jpg");
    --backgroundImagePage_url_mobile: url("../images/logineer/Background_logineer.jpg");
    --backgroundImagePage_Repeat: no-repeat;
    --backgroundImageLogo: url(https://www.logineer.com/img/logineer_Logo_online.svg);
    /* Color */
    --TextColor_Primary: #191e1e;
    --Button_Text_Color: white;
    --Button_Text_Color_Hover: var(--brandPrimaryColor1);
    --Button_Background_Color: var(--brandPrimaryColor1);
    --Button_Background_Color_Hover: white;
    /* Border */
    --border_radius_big: 10px;
    --border_radius_small: 3px;
    --border_color: var(--brandPrimaryColor1);
    /* Data Field */
    --dataField_Text_Color: inherit;
    --dataField_Background_Color: inherit;
    /* Is TestCase */
    --DataIsTest_border: 1px red dotted;
    --DataIsTest_color: red;
    --DataIsTest_background: white;
    /* Warning / Error */
    --DataIsTest_border: 0px red solid;
    --ErrorMessage_ActualDates_color: red;
    --ErrorMessage_ActualDates_Animation: blinker 2s linear infinite;
    /* Trucker View - Header */
    --HeaderDiv_bgColor: white;
    --TruckerView_Header_Text_Color: var(--brandSecondaryColor1);
    --SelectPickupOrDelivery_Opacity: 95%;
}

/*
Logineer Colors:
Primär Farben:
    Subbrand Blau: #0082cd
    Turkies: #00c3d7
    Anthrazit: #191e1e
Sekundärfarben:
    Gelbgrün: #83992b
    Dunkelgrün: #007852
    Petrol: 
        100%: #00557d
        60%: #669bb1
        40%: #99bbcb
    Lila: #662e6b
    Bordeaux: #97134a
    Rot: #cf0a2b
*/