/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 06.04.2022, 17:37:08
    Author     : Franz
*/

#lpbanner {
    width:100%;
    height:423px;
    position: relative;
    margin-bottom: 20px;
}

#lpbanner .bannerimage {
    width:100%;
    height:100%;
}

#lpbanner .bannertext {
    position: absolute;
    right:0;
    top:0;
    width:50%;
}

#lpbanner ul {
    list-style-type: none;
    margin-top:25px;
}
#lpbanner li:before {
    content: "\2714" " ";
    color: #ed1c24;
}

#lpbanner .price {
    margin: 30px 0 0px 60px;
    font-size: 25px;
    font-weight: bold;
}

#lpbanner .price .mini {
    font-size: 12px;
    font-weight: normal;
}

#lpbanner .btn-red {
    background:#ed1c24;
    color:#fff;
    font-weight:bold;
    padding: 3px 40px 3px 40px;
    margin: 10px 0 30px 40px;
}

#lpbanner .btn-red:hover {
    background:#333;
}

#lpbanner .outerdiv {
    margin: 40px 40px 40px 90px;
}

@media only screen and (max-width : 991px) {
    
    #lpbanner {
        height: auto;
    }
    
    #lpbanner .bannerimage img {
        max-width:100%;
        height:auto;
    }
    
    #lpbanner .bannertext {
        position: static;
        width: 100%;
    }
    
    #lpbanner .outerdiv {
        margin: 0px 15px 10px 15px;
    }
    
    #lpbanner h1 {
        font-size: 22px;
    }
    
    #lpbanner .outerdiv {
        text-align:center;
    }
    
    #lpbanner .btn-red {
        margin-left:0px;
        margin-bottom:20px;
    }
    
    #lpbanner .price {
        margin:0px;
    }
    
}

@media only screen and (min-width : 992px) and (max-width : 1199px) {
    
    #lpbanner .hidden-sm {
        display: inline-block !important;
    }
    
    #lpbanner .bannertext {
        width:45%;
    }
    
    #lpbanner .outerdiv {
        margin: 35px 20px 10px 15px;
        text-align: right;
    }
    
    #lpbanner h1 {
        font-size: 22px;
    }
    
    #lpbanner ul {
        display: inline-block !important;
        text-align:left;
    }
    
    #lpbanner p {
        text-align:left;
    }
    
    #lpbanner .price {
        margin-top: 20px;
    }
    
}