

h1.verybig {
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    margin: 0 0;
    font-size: 48px;
    margin-bottom: 0.5em;
    margin-top: 1em;
    font-weight: 400;
}

.cky-hide {
    display: none;
}

.menuLogin li > a {
    color: var(--text-color);
}

.menu a {
    color: var(--text-color);
}

.menu a.active {
    opacity: 1;
    border-bottom: 2px solid var(--primary);
}

.bannerakcia {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    min-height: 220px;
    position: relative;

}

.banner-contentAkcia {
    padding-top: 120px;
    position: relative;
    margin-top: 0px;
    padding-bottom: 0;
}

.banner2 h1 {

    margin: 0.6em 0 0.5em 0;
    line-height: 1em;
    font-size: 38px;
    text-transform: none;
    color: var(--primary);
    font-weight: 400;
}

.banner2 p {

    font-size: 18px;
    line-height: 1.4em;
    color: var(--light);

}



.zaklad_boxy_uvod{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    /*margin-bottom: 100px;*/
}

.hbox {
    padding: 50px 10px 0;
    display: table-cell;
    text-align: center;
    flex: 0 1 18%;
}

.hbox h3 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    color: var(--text-color);
    text-transform: none;
}

.hbox p {
    text-transform: none;
    font-size: 14px;
    line-height: 1.4em;
    text-align: center;
    color: var(--text-color);
}

.hbox a, .hbox h3 a {
    display: block;
    color: #f3f3f3;
}

.hbox a:hover {
    display: block;
    color: var(--light);
}

.hbox img {
    margin-bottom: 25px;
    transition: transform 0.5s ease;
    max-height: 70px;
}

.hboxContent{
    padding-bottom: 50px;
    transition: transform 0.5s ease;
}

.hbox:hover img {
    transform: scale(1.2);
}

.hbox:hover .hboxContent {
    transform: translateY(20px);
}



.gridAkcie,
.gridProdukty,
.gridAplikacie{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
}

.gridProdukty{
    padding-bottom: 2rem;
}


.home-akcie{
    position: relative;
    background: url(../images/people_bg.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
}

.akcie_item,
.products_item,
.aplikacie_item{
    flex: 0 1 23%;
    cursor: pointer;
}

.home-akcie .main-holder{
    min-height: 80vh;
    padding: 5rem 40px;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: end;
}



.skolenia-akcie-box-regular {
    background-color: rgb(255 255 255 / 79%);
    padding: 40px 80px;
    margin-bottom: 3rem;
    font-size: 34px;
    color: #022150;
    text-align: left;
}

.akcie_item{
    background-color: var(--primary);
    color: var(--light);
    padding: 2.5rem 1rem;
    .akcie_title{
        font-size: 18px;
        font-weight: 500;
        color: var(--light);
        text-align: center;
        margin-bottom: 1rem;
    }

    .akcie_text{
        font-size: 14px;
        line-height: 1.4em;
        color: var(--light);
        text-align: center;
    }
}

.aplikacie_image{
    text-align: center;
    padding-top: 1rem;
    transition: transform 0.5s ease;

    img{
        max-height: 160px;
    }
}

.sluzby-grid-containerHome{
    padding: 5rem 0;
}

.sluzby-grid-containerHome .aplikacie_content {
    padding: 20px 30px;
    transition: transform 0.5s ease;
}

.sluzby-grid-containerHome .aplikacie_title {
    letter-spacing: 0px;
    line-height: normal;
    font-size: 18px;
    color: var(--primary);
    text-align: center;
    font-weight: 500;
    min-height: 48px;
    overflow: hidden;
}

.sluzby-grid-containerHome .aplikacie_content .aplikacie_text {
    height: 7.5em;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-size: 1em;
    display: block;
    color: var(--text-color);
    text-align: center;
    font-weight: normal;
    margin: 13px 0px 13px 0 !important;
}

.bg_light{
    background: url(../images/bg_light.jpg) no-repeat;
    /*margin-bottom: -400px;*/
    /*padding-bottom: 500px;*/
    background-size: cover;

    p{
        color: var(--text-color);
    }
    h1 {

        margin: 0.6em 0 0.5em 0;
        line-height: 1em;
        font-size: 38px;
        text-transform: none;
        color: var(--primary);
        font-weight: 400;

    }
}

.banner2{
    padding-top:60px;
    background: url(../images/bg_light3.png) no-repeat;
    margin-bottom: -200px;
    padding-bottom: 300px;
    background-position: right bottom;
    background-size: cover;
    z-index: 1;
}

.home-grid-container {
    position: relative;
    background: url(../images/bg_dark.jpg) no-repeat;
    background-size: cover;
    padding: 5rem 0;
    h1 {
        margin: 0.6em 0 0.5em 0;
        line-height: 1em;
        font-size: 38px;
        text-transform: none;
        color: white;
        font-weight: 400;
    }
}

.badge_new {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background-image: url(../images/badge_new.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 70px;
    width: 81px;
}

.products_image{
    position: relative;
    height: 200px;
    overflow: hidden;
}

.home-grid-container .thumbnail-overlay {
    background: rgba(255, 255, 255, .1);
    height: 100%;
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

.thumbnail-overlay>div.aligment {
    height: 100%;
    width: 100%;
    display: table !important;
}

.thumbnail-overlay-animated[data-from="top"] {
    top: -20px;
}

.thumbnail-overlay>div.aligment>div.aligment {
    padding: 10px;
    display: table-cell !important;
    vertical-align: middle;
    text-align: center;
}

.products_container{
    border-radius: 3px;
    background: rgba(255, 255, 255, .2);

}

.products_content{
    padding: 20px 30px;
    background: rgba(6, 48, 96, .7);
}

.products_title{
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    color: var(--light);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 1rem;

}

.products_text{
    font-size: 14px;
    display: block;
    display: -webkit-box;
    height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 13px 0px 13px 0 !important;
    color: var(--lighter);
    a,
    a:hover{
        color: var(--lighter);
    }
}

.products_more a{
    text-decoration: none !important;
    padding: 0;
    margin: 1rem 0 0 0;
    color: var(--primary);
    font-size: 14px;
    display: block;
}

.image_holder{
    display: flex;
    justify-content: center;
    align-items: center;
}


@media (max-width: 1199px) {
    .zaklad_boxy_uvod{
        justify-content: space-evenly;
    }
    .hbox {
        flex: 0 1 30%;
    }
    .akcie_item,
    .products_item,
    .aplikacie_item{
        flex: 0 1 48%;
    }
}

@media (max-width: 991px) {

    .hbox{
        flex: 0 1 48%;
    }

    .banner_holder{
        flex-direction: column;
        >div:last-child{
            order: 1;
            margin-bottom: 20px;

        }
        >div:first-child{
            order: 2;
        }
    }
    .banner-contentAkcia{
        padding-top: 60px;
    }
}

@media (max-width: 767px) {
    .gridAkcie, .gridProdukty, .gridAplikacie {
        justify-content: center;
    }

    .akcie_item,
    .products_item,
    .aplikacie_item{
        flex: 0 1 100%;
    }

    .akcie_item {
        padding: 2rem 1rem;
    }

    .aplikacie_content {
        padding: 15px 20px;
    }

    .products_container{
        max-width: 80%;
        margin: 0 auto;
    }

    .sluzby-grid-containerHome .aplikacie_title{
        min-height: unset;
    }
    .sluzby-grid-containerHome .aplikacie_content .aplikacie_text{
        height: unset;
    }
    .skolenia-akcie-box-regular {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 575px) {
    .gridProdukty, .gridAplikacie {
        display: unset;
    }
    .zaklad_boxy_uvod{
        display: unset;
        .hbox{
            display: block;
            margin: 0 auto;
            padding: 0;
            max-width: 70%;
        }
    }
    .products_container{
        max-width: unset;
    }

    .products_item{
        margin-bottom: 1rem;
    }
    .banner-contentAkcia{
        padding-top: 20px;
    }

}



@media (min-width: 1960px) {
    .banner2{
        padding-top:60px;
        background: url(../images/bg_light3.png) no-repeat;
        margin-bottom: -280px;
        padding-bottom: 380px;
        background-position: right bottom;
        background-size: cover;
    }
    .zaklad_boxy_uvod{

        margin-bottom: 100px;
    }

    .banner-contentAkcia {
        padding-top: 150px;
        position: relative;
        margin-top: 0px;
        padding-bottom: 0;
    }

}



@media (min-width: 2600px) {

        .banner2 {
            padding-top: 60px;
            background: url(../images/bg_light3.png) no-repeat;

            padding-bottom: 380px;
            background-position: bottom center;
            background-size: 100% auto;
            max-width: 2400px;
            margin: 0 auto;
            margin-bottom: -280px;
        }
    .home-akcie {
        position: relative;
        background: url(../images/people_bg.jpg) no-repeat;
        background-size: cover;
        position: relative;
        margin: 0 auto;
        max-width: 2400px;
    }
}
