/* 1zeh_v2: page shell should occupy the viewport even on sparse WPBakery pages.
   Without this, DevTools highlights body/main only as high as the current content
   and the element boundary looks like a grey stripe under the text. */
   /* 1zeh_v2: remove WPBakery default bottom gap from simple text blocks.
   WPBakery adds 35px margin-bottom to .wpb_content_element; on a blank/test page
   it looks like an unwanted grey divider/stripe under the first content row. */
main .wpb_content_element
{
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
}

main .wpb_text_column p
{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
}

main .vc_row,
main .vc_column_container,
main .vc_column-inner,
main .wpb_wrapper
{
    border-bottom: 0 !important;
    box-shadow: none !important;
}

html,

body
{
    min-height: 100vh;
    /* display: flex;
    flex-direction: column; */
    overflow-x: hidden;
}

ul
{
    padding-left: 0;
}


li
{
    list-style-type: none;
}

b
{
    font-family: var(--xs-font-family-primary);
    font-weight: var(--xs-font-weight-regular);
}   

main
{
    width: 100%;
    flex: 1 0 auto;
}






img
{
    max-width: 100%;
    height: auto;
}

*
{
    font-family: var(--xs-font-family-primary);
    font-weight: var(--xs-font-weight-thin);
}


.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

#post_content  .vc_column-inner > .wpb_wrapper
{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

#about_maps .wpb_wrapper
{
    max-width: 1200px;
    margin: 0 auto;
}




h1
{
    font-style: normal;
    font-weight: var(--xs-font-weight-light);
    font-size: 51px;
    line-height: 60px;
    color: #2C3137;
    font-family: var(--xs-font-family-primary);
    margin: 0;
}


h2
{
    font-size: 45px;
    line-height: 53px;
    font-family: var(--xs-font-family-primary);
    font-weight: var(--xs-font-weight-semibold);
    font-weight: 400;
    color: #2C3137;
}


a
{
    text-decoration: none;
    outline: none;
    color: inherit;
}


#primery_seo_content strong
{
    font-weight: 600;
}



#primery_seo_content .wpb_wrapper
{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}



#primery_seo_content h3
{
    font-size: 27px;
    font-weight: 600;
}


#primery_seo_content p
{
    line-height: 21px;
}

#primery_seo_content li
{
    line-height: 21px;
}



#primery_seo_content img
{
    margin-bottom: 40px;
    margin-top: 20px;
}

#kalkulator_first_screen .wpb_wrapper
{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}



.post-type-archive-primeri main 
{
    padding-top: 29.5px;
}


article > *
{
    line-height: 120%;
}



.xs_bread  .xs__breadcrumbs__current {
    color: #2C3137;
    font-weight: 500;
    font-size: 14px;
}

.xs__breadcrumbs__link {
    color: #999;
    text-decoration: none;
    border-bottom: none;
    transition: color .2s;
    font-size: 14px;
}


.page-id-2386 .wpb_wrapper
{
    max-width: 1200px;
    margin: 0 auto;
}


.page-id-2405 .wpb_wrapper
{
    max-width: 1200px;
    margin: 0 auto;
}




@media screen and (max-width: 1200px)
{
    .page-id-2386 .vc_column-inner > .wpb_wrapper
    {
        padding: 0 15px;
    }

    .page-id-2405 .vc_column-inner > .wpb_wrapper
    {
        padding: 0 15px;
    }

}






@media screen and (max-width: 992px)
{
    h2
    {
        font-size: 41px;
        line-height: 49px;
        font-family: var(--xs-font-family-primary);
        font-weight: var(--xs-font-weight-semibold);
    }

}




@media screen and (max-width: 992px)
{
    h2
    {
        font-size: 41px;
        line-height: 49px;
    }

    .xs_montage_section_1__adv {
        bottom: 26px;
    }

}



@media screen and (max-width: 768px)
{
    h2
    {
        font-size: 36px;
        line-height: 44px;
    }

    .page-id-2386 h1
    {
        font-size: 41px;
        line-height: 51px;
    }

     .page-id-2405 h1
    {
        font-size: 41px;
        line-height: 51px;
    }

}



@media screen and (max-width: 576px)
{
    h2
    {
        font-size: 31px;
        line-height: 39px;
        text-align: center;
    }

    #montage_qwiz_1
    {
        margin: 0 !important;
        margin-top: -50px !important;
    }


     .page-id-2386 h1
    {
        font-size: 29px;
        line-height: 41px;
    }

     .page-id-2405 h1
    {
        font-size: 29px;
        line-height: 41px;
    }

}



@media screen and (max-width: 420px)
{
    h2
    {
        font-size: 27px;
        line-height: 35px;
        text-align: center;
    }

}




/* Global breadcrumbs */
.xs-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    margin: 0 0 32px;
    padding: 0;
    font-family: var(--xs-font-family-primary);
    font-size: 14px;
    line-height: 20px;
    font-weight: var(--xs-font-weight-regular);
    color: #8B8F95;
    margin-top: 15px;
}

.xs-breadcrumbs__link,
.xs-breadcrumbs__current,
.xs-breadcrumbs__sep {
    display: inline-flex;
    align-items: center;
    color: #8B8F95;
    font-size: 16px;
    line-height: 20px;
    font-weight: var(--xs-font-weight-regular);
}

.xs-breadcrumbs__link {
    transition: color .2s ease;
}

.xs-breadcrumbs__link:hover,
.xs-breadcrumbs__link:focus-visible {
    color: var(--akcent_color);
}

.xs-breadcrumbs__link:focus-visible {
    outline: 2px solid rgba(244, 24, 24, .35);
    outline-offset: 3px;
    border-radius: 4px;
}

.xs-breadcrumbs__sep {
    margin: 0 9px;
}

.xs-primeri-single-template > .container:first-child {
    padding-top: 28px;
}

@media screen and (max-width: 768px) {
    .xs-breadcrumbs {
        margin-bottom: 24px;
        font-size: 13px;
        line-height: 18px;
    }

    .xs-breadcrumbs__link,
    .xs-breadcrumbs__current,
    .xs-breadcrumbs__sep {
        font-size: 13px;
        line-height: 18px;
    }

    .xs-primeri-single-template > .container:first-child {
        padding-top: 20px;
    }
}

@media screen and (max-width: 430px) {
    .xs-breadcrumbs__sep {
        margin: 0 7px;
    }
}
