/*H tagek*/

:root
{
    --i_scroll_h1_cms_main_testimonials: 336;
}

.h1_only_desktop
{
    display: none !important;
}

h1
{
    font-size: 40px;
    line-height: 48px;
    font-weight: var(--h1_fw_demibold);
    letter-spacing: 0px;
}

h2
{
    font-size: 32px;
    line-height: 38px;
    font-weight: var(--h1_fw_demibold);
}

h3
{
    font-size: 32px;
    line-height: 38px;
    font-weight: var(--h1_fw_demibold);
}

h4
{
    font-size: 32px;
    line-height: 38px;
    font-weight: var(--h1_fw_demibold);
}

h5
{
    font-size: 24px;
    line-height: 32px;
    font-weight: var(--h1_fw_demibold);
}

h6
{
    font-size: 20px;
    line-height: 28px;
    font-weight: var(--h1_fw_demibold);
}



/*Mobil css szabályok és grid beállítások*/

.h1_page_container
{
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns:
        [start] 24px
        [c4-1s] 1fr [c4-1e] 24px
        [c4-2s] 1fr [c4-2e] 24px
        [c4-3s] 1fr [c4-3e] 24px
        [c4-4s] 1fr [c4-4e]
        24px [end];
    grid-template-rows: 74px auto;


}

.h1_cont_full
{
    grid-column-start: c4-1s;
    grid-column-end: c4-4e;
    margin-bottom: 30px;
}

.h1_cont_4-12
{
    grid-column-start: c4-1s;
    grid-column-end: c4-4e;
    margin-bottom: 30px;
}

.h1_cont_4-34
{
    grid-column-start: c4-1s;
    grid-column-end: c4-4e;
    margin-bottom: 30px;
}

.h1_cont_mid
{
    grid-column-start: 2;
    grid-column-end: -2;
}

.h1_cont_mid_text
{
    grid-column-start: 2;
    grid-column-end: -2;
}

.h1_cont_3-1
{
    grid-column-start: c4-1s;
    grid-column-end: c4-4e;
}

.h1_cont_3-23
{
    grid-column-start: c4-1s;
    grid-column-end:  c4-4e
}



/*Fejléc és menü*/
.h1_page_header
{
    grid-template-columns: auto 1fr auto;
}


.h1_page_header .h1_header_menu
{
    display: none;
    position: absolute;
    background-color: var(--h1_color_white_100);
    top: 74px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 24px;
    min-height: 650px;
}

.h1_page_header.h1_menu_open .h1_header_menu
{
    display: block;
}

.h1_page_header .h1_header_menu a
{
    display: block;
    height: 48px;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    margin-top: 24px;
}

.h1_page_header a[data-aid="menu_lang"]
{
    line-height: 33px;
    margin-top: 24px;
    background-position: left top;
    padding-left: 35px;
    background-size: 30px;
}

.h1_page_header .h1_header_menu button
{
    width: 100%;
}

.h1_page_header.h1_menu_open .h1_header_button_menu
{
    background-image: url('../icon/h1_icon_menu_button_open.svg');
}

.h1_page_header .h1_button_contact
{
    display: none;
}

.h1_header_menu_user
{
    width: 100%;
    height: 100%;
    position: fixed;
    margin: 0;
    top: 74px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border: none;
    border-radius: 0;
}


/*Body tartalmi részek, szekciók*/

/*Lábléc és alsó linkek*/

.h1_page_footer
{
    padding-top: 64px;
    padding-bottom: 64px;
    grid-template-areas:
        'logo'
        'social'
        'cert'
        'employers'
        'employees'
        'hireone'
        'contact'
        'footlinks';
    grid-template-columns: 1fr;
}

.h1_page_footer .h1_footer_footlinks
{

    grid-template-areas:
        'copyright copyright'
        'gdpr company'
        'conditions imrpessum';
    grid-row-gap: 15px;
}


.h1_page_footer .h1_footer_footlinks a:nth-child(2)
{
    border-right: 1px solid;
}


.h1_page_footer .h1_footer_footlinks a:nth-child(4)
{
    border-right: 1px solid;
}



.h1_ph_big
{
    height: 50px;
}

.h1_ph_small
{
    height: 24px;
}

div.h1_card
{
    display: grid;
    grid-template-rows: 3fr 1fr;
    grid-template-columns: 1fr;
}

/*############################################ KAPCSOLATI SZEKCIÓ #############################################*/
.h1_cont_contact
{
    display: grid;
    grid-template-columns: 1fr;
}

/*############################################ FŐOLDAL #############################################*/
#h1_hero_img
{
    background-position: 30px -30px; /*El kell tolni, hogy bekerüljön a fejléc alá*/
    background-size: 110%;
    grid-column-start: c4-1s;
    grid-column-end: end; /*Jobbra kilóg*/
    grid-row-start: 1;
    grid-row-end: 3;
    height: 320px;

}
#h1_hero_text
{

    grid-column-start: c4-1s;
    grid-column-end: c4-4e;
}

#h1_hero_text a
{
    font-size: 16px;
    margin: 20px;
    display: inline-block;
}

#h1_cms_main_cert
{
    grid-template-areas:
        'img'
        'text';
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 2fr;
}
#h1_cms_main_cert #h1_cert_text
{
    margin: 24px;
}
#h1_cms_main_cert #h1_cert_img
{
    background-size: 80%;
    background-position: bottom left;
}

#h1_cms_main_services
{
    display: grid;
    grid-gap: 37px;
    grid-template-columns: 1fr;
}

#h1_cms_main_expertise
{
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 100px;
    grid-template-columns: 1fr;
}
#h1_cms_main_testimonials .h1_scrollable div
{
    width: 312px;
    margin-right: 24px;
}
#h1_cms_main_testimonials_buttons_1
{
    display: none;
}
#h1_cms_main_testimonials_buttons_2
{
    display: grid;
    margin-top: 20px;
}

.h1_button_sroll_container
{
    justify-content: start;
}

.h1_cms_main_services_link_container
{
    text-align: left;
    padding-top: 30px;
}

/*############################################ SZOLGLTATÁSOK - VEZETŐKIVÁLASZTÁS #############################################*/
.h1_cms_hero_bg
{
    grid-row-start: 2;
    grid-row-end: 3;

}
.h1_cms_hero_text
{
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: c4-1s;
    grid-column-end: c4-4e;

}

.h1_cms_hero_img
{
    height: 300px;
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: start;
    grid-column-end:end;
    border-top-left-radius: 0;
}
/*############################################ Karriertanácsok  #############################################*/
#h1_cms_career_signon
{
    grid-template-columns: 1fr;
    grid-template-rows: 0.5fr 1fr;
}
#h1_cms_career_signon_img
{
    background-position: right 30px;
    background-size: 125%;
    padding: 48px;
}

/*############################################ KAPCSOLAT #############################################*/
#h1_cms_contact_partners,
#h1_cms_contact_employees
{
    border: 1px solid var(--h1_color_dark_blue_15);
    border-radius: var(--h1_radius_1);
    padding: 20px;
    font-size: 16px;
    display: grid;
    grid-template-areas:
            'label'
            'condition'
            'image'
            'name'
            'position'
            'email'
            'phone'
            'button';
    grid-template-columns: 1fr;
    grid-template-rows: 0.5fr 0.5fr 1.5fr 0.5fr 0.4fr 0.4fr 0.4fr 1fr;
    align-items: center;
}

#h1_cms_contact_ad
{

    padding: 20px;
    grid-template-areas:
        'icon'
        'label'
        'title'
        'text'
        'button';

    grid-template-columns: 1fr;
    grid-template-rows: 50px 20px 0.5fr 0.5fr 1fr;
    align-items: center;
}


#h1_cms_contact_ad #h1_cms_contact_ad_icon
{
    background-position: left center;
    height: 50px;
}

#h1_cms_contact_office_text div.h1_cms_contact_office_text
{
    height: 150px;
    display: grid;
    grid-template-areas:
        'title'
        'address'
        'link'
        'placeholder';
    grid-template-columns: auto;
    grid-template-rows: 40px auto 30px;
    font-size: var(--i_font_main_size);
    align-items: center;
}


#h1_cms_contact_social h5
{
    margin-right: 10px;
    font-size: 16px;
}
/*############################################ RÓLUNK #############################################*/
#h1_cms_about_hero_bg
{

    grid-row-start: 2;
    grid-row-end: 4;
}

#h1_cms_about_hero_text
{
    margin-top: 20px;
    margin-bottom: 20px;
    grid-row-start: 3;
    grid-row-end: 4;

}

#h1_cms_about_hero_img
{
    background-position: right -100px;
    background-size: 50%;
    height: 200px;
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: c4-1s;
    grid-column-end: c4-4e;
}

#h1_cms_about_more_img
{
    height: 200px;
}

#h1_cms_about_expert_img
{
    height: 200px;
}

#h1_cms_about_cert
{

    grid-template-areas:
    'label'
    'title'
    'image'
    'text'
    'button';
    grid-template-columns: 1fr;
}