
/* 
    Created on : 07.04.2016, 07:04:39
    Author     : Tim Wettstein
*/


@media (max-width: 767px) {
    .header .navbar .nav > li {
            border: none;
    }
    .header .navbar .nav > li:last-child {	
            border: none;
    }
        
    .teaser {
        height: 290px;
    }
    .teaser .imgOverlay {
        margin-top: 23px;
        left: -20px;
    }
    .box {
        margin-bottom:30px;
    }
    .startTab:before {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .teaser {
        height: 290px;
    }
    .teaser .imgOverlay {
        margin-top: 43px;
    }
    .box .cont {
        height: 170px;
    }
    .startTab:before {
        display: none;
    }
    .teaser h1 {
        font-size: 25px;
    }
    .teaser .imgOverlay2 {
        left: -30%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .teaser {
        height: 374px;
    }
    .teaser .imgOverlay {
        margin-top: 23px;
    }
    .startTab:before {
        display: none;
    }
}
@media (min-width: 1200px) {
    .teaser {
        height: 374px;
    }
}