:root{
    --max_main_width: 1400px;
    --text_max_width:  975px;
    --default_transition: all .4s;
    --default_shaddow: 0px 0px 5px 0px rgba(0,0,0,0.4);

    /* BRAND COLORS */
    --primaryColor: #004F95; /* ghaussy green */
    --primaryColor_transparent: rgba(91,124,103,.3); /* ghaussy green */
    --primaryColor_transparent_paralax: rgba(91,124,103,.8); /* ghaussy green */
    --secondaryColor: #ECE023;/* ghaussy light green */
    --secondary_2_color: #ACBCB1; /*darker loght green*/
    --secondary_3_color: #D4923B; /* orange */
    --secondary_4_color: #E1EFFC; /* blue */
    --secondary_5_color: #F2F2F2; /* grau */
    --secondary_6_color: #E3CC90; /* gelb/gold */
    --start_color_bg: #D4EDDA; /* gruen light */
    --start_color_hard: #155724; /* gruen hart */
    --stop_color_bg: #f8d7da; /* gruen light */
    --stop_color_hard: #721c24; /* gruen hart */


    /* DISTANCES */
    --header_inner_top_dis:0px;
    --header_inner_bottom_dis:10px;
    --footer_inner_top_bottom_dis:20px;
    --dis_to_viewport_horizontal: 15px;
    --invert_dis_to_viewport_horizontal: -10px;
    --default_vertical_dis: 15px; /* z.B.: footer headline to text below */
    --headline_to_text_dis: 32px;
    --subheadline_to_text_dis: 15px;
    --default_horizontal_dis: 10px; /* z.B. Abstand zwischen Social Icons */
    --absatz_abstand: 30px;
    --button_left_dis: 15px;
    --button_right_dis: 15px;
    --button_top_dis: 6px;
    --button_bottom_dis: 6px;

    /* FONT SIZES*/
        /* NAVIGATION */
        --nav_level1_font_size: 20px;
        --nav_level2_font_size: 20px;
        --nav_level3_font_size: 20px;
        /* TEXT */
        --footer_headline_font_size: 20px;
        --footer_main_text_font_size: 16px;
        --main_headline_font_size: 32px;
        --sub_headline_font_size: 25px;
        --main_text_font_size: 20px; /* Fliesstext */
        --sub_text_font_size: 17px; /* special overlaps Box ua.  */
        --social_icons_font_size: 30px;
        --kachel_headline_font_size:19px;
        --ultra_hight_headline: 80px; /* Teaser */
        --ultra_hight_mobile_headline: 40px; /* Teaser */
        /* BUTTON */
        --button_font_size: 20px;

    /* Accordion Color */
    --acc_color1:#E2E6E9;
    --acc_color2: #BEBEBE;

    /* FONT WEIGHT */
    --default_text_font_weight: 400;
    --default_bold_font_weight: 700;
    --default_headline_font_weight: 600;

    /* LINE HEIGHTS */
    --footer_main_text_line_height: 28px;
    --main_text_line_height: 28px; /* Fliesstext */
    --sub_text_line_height: 26px; /* special overlaps Box ua. */
    --main_headline_line_height: 40px;
    --sub_headline_line_height: 36px;
    --ultra_hight_line_height: 85px; /* Teaser */
    --ultra_hight_mobile_line_height: 45px; /* Teaser */
        /* BUTTON */
        --button_line_height: 25px;


    /* TEXT COLORS */
    --primaryTextColor: #777776; /* dunkles grau */
    --footer_text_color: #58595b; /* dunkel grau */
    --header_top_right_main_color: #999; /* grau */
    --header_top_right_hover_color: white;

    /* BACKGROUND COLORS*/
    --BG_1: #f6f6f6; /* light gray von alter webseite */
    --BG_2: #D2D3D5; /* dunkles grau*/
    --BG_3: #DCDCDC; /* nicht verwendet */

    /* CONTROLL OBJECT COLORS */
    --burger_button_color: #5B7C67;
    --burger_button_color_hover: #5B7C67;

    /* LINE COLORS */
    --devider_line_color: #e5e5e5; /* wird im menu oben verwendet */
    --devider_line_color_footer: #bbb;
    --youtube_border: 1px solid #777776;
}