@import '../Headers/Header_01/header_01.css';

#intro-stripe .stripe-container-inner {
    padding: 10px; /* 10 */
}
#intro-stripe p.divider-vert {
    font-size: 16px; /*16*/
    line-height: 45px; /* 45 */
    margin-bottom: 0 !important;
    padding-bottom: 20px; /* 10 */
}
#intro-stripe svg {
    width: 23px; /* 23 */
    height: 25px; /* 25 */
    margin-top: 15px; /* 15 */
    margin-bottom: 10px;
}


#products .three-col-grid {
    grid-gap: 0;
}
#products .col-img {
    height: 40vh;
}
#products .col-img:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000066;
    z-index: 1;
    transition: background-color 0.6s;
}
#products .col:hover .col-img:after {
    background-color: #00000040;
}
#products .col-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    text-transform: uppercase;
    right: 0;
    padding: 60px 20px; /* 60 20 */
}
#products h2 {
    font-family: var(--lh-font);
}


#about .stripe-container {
    padding-left: 0;
    padding-right: 0;
}
#about .stripe-container-inner {
    height: 100vh;
}
#about .col.col-img {
    width: 49.24%; /* 645 */
    padding: 10px;;
}
#about .col-img .col-container {
    max-height: 490px;
    height: auto;
}
#about .col.col-text {
    width: 50.76%;
    padding-left: 100px; /* 110 */
    padding-right: 100px; /* 100 */
}

/* 1920x1080
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1920px) {

}

/* Big Laptops - Ok until 1441 px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1620px) {

}

/* Team grid to set as classic team grid on four col grid
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1460px) {

}

/* Standard Laptops - Ok until 1281px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1440px) {

}

/* Small Laptops - Ok until 1151px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1279px) {

}

/* Small Laptops - Ok until 993px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1150px) {

}

/* Mobile Start ok until 768px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 992px) {
    #products .three-col-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

/* Mobile Landscape
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    #products .three-col-grid {
        grid-template-columns: 1fr;
    }

    #about .stripe-container-inner {
        display: block;
        height: auto;
    }
    #about .stripe-container-inner > * {
        width: 100% !important;
    }
    #about .col-img .col-container {
        max-height: unset;
    }
    #about .col.col-text {
        padding: 40px 40px 100px 40px;
    }
}

/* Mobile port
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 600px) {

}