/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px){
    .container{
        max-width: 95%;
    }

    .sec-head-wrapper{
        text-align: center;
        display: block;
    }

    .single-sec-header{
        margin: 10px 0;
    }
    
    .sec-head-icon{
        margin-bottom: 10px;
        width: 100%;
    }
    
    .sec-head-descs{
        width: 100%;
    }

    /* banner start  */
    
    .navbar-brand img{
        width: 205px !important;
    }

    .banner{
        padding: 100px 0 50px 0;
    }

    .banner h2{
        font-size: 18px;
    }
    
    .banner h3{
        margin-top: 5px;
        font-size: 20px;
    }
    
    .banner h1{
        font-size: 32px;
    }

    .banner p{
        font-size: 15px;
    }

    .orange-btn, .whatsapp-btn{
        padding: 10px 10px;
        font-size: 14px;
        width: 100%; 
       
    }
 
    .calltoaction-button-container ul li{
        display: block;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }
    
    .blue-btn{
        padding: 10px;
        font-size: 14px;
        width: 100%;
    }

    .banner ul{
        display: block;
    }

    .banner ul li{
        margin: 10px 0;
        display: block;
    }


    /* banner end  */

    /* testi start  */

    .slick-prev {
        left: -15px;
        top: 600px;
    }

    .slick-next {
        right: -15px;
        top: 600px;
    }

    /* testi end  */

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

    .container{
        max-width: 80%;
    }

    .sec-head-wrapper{
        text-align: center;
        display: block;
    }

    .single-sec-header{
        margin: 10px 0;
    }
    
    .sec-head-icon{
        margin-bottom: 10px;
        width: 100%;
    }
    
    .sec-head-descs{
        width: 100%;
    }

    /* banner start  */
    
    .banner{
        padding: 130px 0 60px 0;
    }

    .banner h2{
        font-size: 20px;
    }
    
    .banner h3{
        font-size: 32px;
    }
    
    .banner h1{
        font-size: 32px;
    }

    .banner p{
        font-size: 15px;
    }

    .orange-btn{
        padding: 10px 10px;
        font-size: 14px;
    }
    
    .blue-btn{
        padding: 10px;
        font-size: 14px;
    }

    /* banner end  */
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

    .sec-head-wrapper{
        text-align: center;
        display: block;
    }

    .single-sec-header{
        margin: 10px 0;
    }
    
    .sec-head-icon{
        margin-bottom: 10px;
        width: 100%;
    }
    
    .sec-head-descs{
        width: 100%;
    }

    /* Banner start  */
    .banner{
        padding: 150px 0 70px 0;
    }
    /* Banner end  */

     .banner-video-bg > div > div h3 > i{display: none  ;}

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1599.98px) {
	.container{
        max-width: 96%;
    }

    .sec-head-wrapper{
        display: flex;
    }
    
    .sec-head-icon{
        width: 30%;
    }
    
    .sec-head-descs{
        width: 70%;
    }

    /* banner start  */
    
    .banner h2{
        font-size: 20px !important;
    }
    
    .banner h3{
        font-size: 27px !important;
    }
    
    .banner h1{
        font-size: 32px !important;
    }

    .banner p{
        font-size: 16px !important;
    }

    .orange-btn{
        padding: 10px 10px;
        font-size: 14px;
    }
    
    .blue-btn{
        padding: 10px;
        font-size: 14px;
    }

    /* banner end  */

}

/*X large devices (large desktops, 1200px and up)
@media (min-width: 1200px) and (max-width: 1399.98px) {
	.container{
        max-width: 80%;
    }
    
}*/


@media (min-width: 1150px) and (max-width: 1599.98px) {
    .banner h2{
        font-size: 18px !important;
    }
    
    .banner h3{
        font-size: 35px !important;
        letter-spacing: -1px !important;
        word-spacing: -2px;
    }
    .banner p.baner_beschreibung{
        font-size: 18px !important;
    }


}
/*XX Large devices (large desktops, 1400px and up)*/
@media (min-width: 1400px) {
     
}

