﻿@media(min-width:1200px) and (max-width:1600px) {
}

@media(min-width:991px) and (max-width:1200px) {
}

@media (min-width:980px) and (max-width:1280px) {
    .bgHeader {
        height: 350px !important;
    }
}

@media(min-width:768px) and (max-width:990px) {
    .bgHeader {
        height: 300px !important;
    }
}

@media(min-width:320px) and (max-width:767px) {
    .bgHeader {
        height: 150px !important;
    }
}

/********************************************
    Images
********************************************/
.bgHeader {
    padding: 76px 0;
    max-height: 600px;
    height: 600px;
    background-size: cover !important;
}

.bgHeaderOffice {
    background: url(../images/header/bgOffice.jpg) no-repeat scroll bottom center;
}

.bgHeaderFleet {
    background: url(../images/header/bgFleet.jpg) no-repeat scroll bottom center;
}

.bgHeaderContact {
    background: url(../images/header/Lee_Truck_01.jpg) no-repeat scroll top center;
}

.bgHeaderCompany {
    background: url(../images/header/Header_LeeCompany3.jpg) no-repeat scroll bottom center;
}

/********************************************
    Width, Height
********************************************/
.minh100 {
    min-height: 100px !important;
}

.minh200 {
    min-height: 200px !important;
}

.minh300 {
    min-height: 300px !important;
}


/********************************************
    Farben
********************************************/
.colorDarkGreen {
    color: #023433 !important;
}


.colorWhite {
    color: #ffffff !important;
}

.colorBlue {
    color: #11468c !important;
}

.colorGray {
    color: #808080 !important;
}

.colorBlack {
    color: #000 !important;
}

/********************************************
    Text
********************************************/
.commentSubTitle {
    font-size: 18px;
    color: #1b2c3e;
    margin-bottom: 30px;
}

.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }

.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }

.fs12 { font-size: 12px !important; }
.fs13 { font-size: 13px !important; }
.fs14 { font-size: 14px !important; }
.fs15 { font-size: 15px !important; }
.fs16 { font-size: 16px !important; }
.fs24 { font-size: 24px !important; }

