﻿.product-hero {
    background-image: url('/corporate/img/product-hero/product-hero-bg-light.png');
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
    height: 480px;
    overflow: hidden;
    margin:20px 0;
}

.product-hero.first {
    margin: 0;
}
    /* Team colors */
    .product-hero.jsodra {
        background-color: #016f4c;
    }

    .product-hero.lif {
        background-color: #13336d;
    }

    .product-hero.lib {
        background-color: #bd1730;
    }

    .product-hero.moraik {
        background-color: #d81f25;
    }

    /* Feature color */
    .product-hero.register {
        background-color: #0f904e;
    }

    .product-hero.narvaro-lok {
        background-color: #00539f;
    }

    .product-hero.invoice-payment {
        background-color: #735a3d;
    }



@media screen and (min-width: 768px) {
    /* Graphics */
    .product-hero.jsodra .graphics div {
        padding: 0 0 63px 0;
    }

    .product-hero.jsodra .graphics img {
        max-height: 100%;
    }

    .product-hero.lib .graphics img {
        max-height: 90%;
        margin-top: 40px;
    }

    .product-hero.lif .graphics img {
        max-height: 100%;
    }
}


/* Center */
.product-hero .center {
    display: flex;
    justify-content: flex-start;
    align-items: center; /*center*/
    align-content: stretch;
    height: 100%;
    max-width: 970px;
}

.product-hero .svelag-btn {
    display: none;
}

/* Quote & Logo */
.product-hero .text {
    font-weight: 400;
    width: 40%;
    padding: 60px 0 60px 30px;
    text-shadow: 1px 2px 3px rgba(0,0,0,0.1);
}

.product-hero h2 {
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 15px 0;
    letter-spacing: -1px;
}

.product-hero p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 30px;
    opacity: 0.95;
    position: relative;
}

    .product-hero p:before,
    .product-hero p:after {
        font-family: "Georgia", "Times", "Times New Roman", serif;
        font-size: 40px;
        font-weight: 100;
        line-height: 0;
        position: relative;
        top: .4em;
        opacity: 0.5;
        overflow: visible;
        padding-top: 15px; /*IE11 clipping fix*/
        margin-top: -15px; /*IE11 clipping fix*/
    }

    .product-hero p:before {
        content: '\201C';
    }

    .product-hero p:after {
        content: '\201D';
    }


.product-hero .author {
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    line-height: 1.2em;
    font-weight: bold;
}

    .product-hero .author .clubmark {
        width: 60px !important; /*override owl*/
        height: auto;
        margin-top: -2px;
        margin-right: 10px;
        display: inline-block !important; /*override owl*/
    }

    .product-hero .author em {
        font-size: 14px;
        font-weight: normal;
    }

/* Device w. Screenshots */
.product-hero .graphics {
    position: relative;
    width: 60%;
    /*height: 100%;*/
}

    .product-hero .graphics div {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        height: 480px;
    }

    .product-hero .graphics img {
        max-width: 100%;
        max-height: 90%;
    }





@media screen and (min-width: 992px) {
    .product-hero.register .graphics img {
        max-width: 100%;
        max-height: 90%;
    }

}



    @media screen and (max-width: 991px) {

        .product-hero {
            height: auto;
        }

            .product-hero .graphics,
            .product-hero .text {
                width: 100%;
                font-size: 16px;
            }

            .product-hero .graphics {
                text-align: center;
            }

            .product-hero .center {
                display: block;
            }

            .product-hero .graphics div {
                height: auto;
                padding-top: 20px;
            }

            .product-hero.jsodra .graphics div {
                padding-top: 0px;
                padding-bottom: 35px;
            }

            .product-hero.lif .graphics div {
                padding-top: 0px;
            }

            .product-hero .graphics img {
                max-width: 75%;
                margin: 0 auto;
            }

            .product-hero .text {
                padding: 20px 10px 35px;
            }

            .product-hero h2 {
                font-size: 24px;
            }

            .product-hero p {
                font-size: 18px;
            }

            .product-hero .author .clubmark {
                width: 38px !important; /*override owl*/
            }
    }





    @media screen and (max-width: 767px) {
        .product-hero .graphics img {
            max-width: 95% !important;
        }

        .product-hero .text {
            padding: 20px 0px 35px;
        }

        .product-hero h2 {
            font-size: 20px;
        }

        .product-hero p {
            font-size: 16px;
        }
    }





    @media print {
        .product-hero {
            display: none;
        }
    }
