/**
 * Custom styles to Bootstrap
 * Author: Rana Partap
 */

.btn{
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .btn-wrapper{
        margin-bottom: 3rem;
    }
}

img {
    max-width: 100%;
    height: auto;
}

.item {
    margin-bottom: 6rem;
}

.bg-light {
    background-color: #e0e8bf !important;
}

h2.dashed, h2.no-dashed {
    color: #a3c900;
}

h3 {
    color: #4c4b4b;
}
@media only screen and (min-width: 768px){
    h2.dashed::before, h2.dashed::after {
        border-top: .3rem solid #a3c900;
    }
}
/***************************
* sec-nguide Section
****************************/
#sec-nguide {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

/*#sec-nguide .fix-height{
}*/

#sec-nguide .heading{
    color: #1b95d5;
    font-size: 1.5rem;
    font-weight: 900;
    background: #fff;
    position: relative;
    line-height: 1.1;
    margin-bottom: 3rem;
}

#sec-nguide h2{
    font-size: 2rem;
}

#sec-nguide .image-bg{
    background: url(images/sec-video-bg.jpg) center center no-repeat;
    background-size: 150%;
}


/*#sec-nguide  .image-bg{
    background-image: url(images/sec-prod-arrow-small.png), url(images/sec-prod-arrow-big.png);
    background-position:  bottom left, center right;
    background-repeat: no-repeat;
    background-color: #000;
     background-position-x: 0;
    -webkit-background-size: 70%;
    -moz-background-size: 70%;
    -ms-background-size: 70%;
    -o-background-size: 70%;
    background-size: 175px, 650px;
    background-position-x: 10%, 120%;
    background-position-y: 80%, 150px;
}*/

@media (min-width: 768px) {
    #sec-nguide .image-bg{
        background-size: contain;
        /*background-size: 125%;*/
    }
    #sec-nguide .heading{
        font-size: 1.8rem;
    }
    #sec-nguide h2{
        font-size: 3rem;
    }
}

@media (min-width: 1200px) {
    #sec-nguide h2{
        font-size: 4rem;
    }
}

@media (min-width: 1800px) {
    #sec-nguide .image-bg{
        /*background-size: 100%;*/
    }
    #sec-nguide .heading{
        font-size: 2rem;
    }
    #sec-nguide h2{
        font-size: 5rem;
    }
}


/***************************
* Gratis Section
****************************/
.sec-gratis .fix-height{
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.sec-gratis h2{
    margin-bottom: 4rem;
}
.sec-gratis .image{
    height: auto;
    max-width: 100%;
}

.sec-gratis .fix-height{
    min-height: 500px;
}

.sec-gratis .image-bg{
    background-image: url(images/sec-gratis-arrow-big.png), url(images/sec-gratis-arrow-small.png);
    background-position: center left, bottom right;
    background-repeat: no-repeat;
    /*background-color: #000;*/
    /* background-position-x: 0; */
    -webkit-background-size: 70%;
    -moz-background-size: 70%;
    -ms-background-size: 70%;
    -o-background-size: 70%;
    background-size: 500px, 175px;
    background-position-x: -100px, 90%;
    background-position-y: center, 80%;
}


.sec-product .image-bg{
    background-image: url(images/sec-prod-arrow-small.png), url(images/sec-prod-arrow-big.png);
    background-position:  bottom left, center right;
    background-repeat: no-repeat;
    /*background-color: #000;*/
    /* background-position-x: 0; */
    -webkit-background-size: 70%;
    -moz-background-size: 70%;
    -ms-background-size: 70%;
    -o-background-size: 70%;
    background-size: 175px, 650px;
    background-position-x: 10%, 120%;
    background-position-y: 80%, 150px;
}

@media only screen and (min-width : 480px) {
    .sec-gratis .image{
        height: 150px;
    }
    .sec-gratis.sec-maximierer .image{
        height: 200px;
    }
}

@media only screen and (max-width : 480px) {
    .sec-gratis .image.fix-width{
            height: auto;
        max-width: 100%;
        width: 250px;
        position: relative;
        display: block;
        margin: auto;
    }
}


/* Floraprducts Section
------------------------------------------------------------ */
.w-600{
    font-weight:600;
}
#sec-floraproducts .fix-height{
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#sec-floraproducts h3{
    font-size: 1.5rem;
    font-weight: 600;
}
#sec-floraproducts p, ul.checked {
    font-size: 1.4rem;
}
#sec-floraproducts p span {
    color: #a5c927;
}

#sec-floraproducts .btn {
    padding: .75rem 1rem;
}

@media (min-width: 768px) {
/*    #sec-floraproducts h3{
        font-size: 2.2rem;
    }*/
}

@media (min-width: 1200px) {
    #sec-floraproducts h3{
        font-size: 1.8rem;
    }
    #sec-floraproducts p{
        font-size: 1.5rem;
    }
    ul.checked {
        font-size: 1.4rem;
    }
}
@media (min-width: 1600px) {
    #sec-floraproducts h3{
        font-size: 2.8rem;
    }
    #sec-floraproducts p{
        font-size: 1.9rem;
    }
    #sec-floraproducts .btn {
        font-size: 1.5rem;
    }
    ul.checked {
        font-size: 1.8rem;
    }
}
