/*Desktop css szabályok és grid beállítások
Azért vettem külön fájlba a desktop beállításokat, hogy a könnyebben lehessen
áttekinteni, és kevesebb egymásra hatás történhessen, mivel a többi fájl
(tablet, desktop) be sem töltődik.
*/

:root
{
    --i_scroll_h1_cms_main_testimonials: 383;
}

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

.h1_page_header
{
    grid-template-columns: 130px 1fr auto auto auto;
}

.h1_page_header .h1_header_menu
{
    margin-right: 30px;
}



.h1_page_header .h1_header_menu a
{
    margin-right: 7px;
}

.h1_only_mobile
{
    display: none !important;
}

.h1_page_header .h1_header_button_menu
{
    display: none;
}

.h1_page_header .h1_button_contact
{

}

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

}

.h1_page_footer .h1_footer_footlinks
{

    grid-template-areas:
        'copyright copyright gdpr company conditions imrpessum';
}
.h1_page_footer .h1_footer_footlinks a:nth-child(2)
{
    border-right: 1px solid;
}

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

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



.h1_ph_big
{
    height: 80px;
}

.h1_ph_small
{
    height: 40px;
}



/*############################################ FŐOLDAL #############################################*/
#h1_hero_text
{

    grid-column-start: c4-1s;
    grid-column-end: c4-2e;
    grid-row-start: 2;
    grid-row-end: 3;
}

#h1_hero_text p
{
    font-size: 20px;
}

#h1_hero_text a
{
    font-size: 16px;
    margin-left: 35px;
}

#h1_hero_img
{
    height: 75vh;
    background-position: -35px -90px; /*El kell tolni, hogy bekerüljön a fejléc alá*/
    background-size: 130%;
    grid-column-start: c4-3s;
    grid-column-end: end; /*Jobbra kilóg*/

    grid-row-start: 1;
    grid-row-end: 3;

}



#h1_cms_main_cert
{
    grid-template-columns: 1fr 1fr;
}

#h1_cms_main_cert #h1_cert_text
{
    margin: 40px;
}

#h1_cms_main_expertise
{
    display: grid;
    grid-gap: 35px;
    grid-template-columns: 100px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

#h1_cms_main_testimonials .h1_scrollable div
{
    width: 346px;
    margin-right: 37px;
}
/*############################################ RÓLUNK #############################################*/
#h1_cms_about_hero_text
{
    margin-top: 20px;
    margin-bottom: 20px;
}

#h1_cms_about_hero_img
{
    background-position: right calc(100% + 20px);
    background-size: 80%;
}
