/* Minification failed. Returning unminified contents.
(148,12): run-time error CSS1036: Expected expression, found ';'
(188,11): run-time error CSS1036: Expected expression, found ';'
 */

.banner {
    height: 500px;
    background-position: center 90px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-size: 100% auto;
    background-attachment: fixed;
}

.banner .title {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin-top: 200px;
    position: relative;
    z-index: 2;
}

.banner h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.Contact h5, .contact h4 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.banner .overlay {
    background-color: rgba(0,0,0,0.2);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.button-group{
    background-color: #e5f1ff;
    padding: 30px 0 15px 0; 
}

.button-group span {
    display: inline-block;
    border: 1px solid #004996;
    border-radius: 2px;
    height: 40px;
    line-height: 40px;
    width: calc(25% - 18px);
    font-size: 16px;
    text-align: center;
    color: #004996;
    background-color: transparent;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    transition-property: color background-color;
    margin: 0 8px 15px 7px;
}

.button-group span:hover,
.button-group span.is-checked {
    background-color: #004996;
    color: #fff;
}

.grid-item {
    float: left;
    width: 32%;
    height: 364px;
    overflow: hidden;
    padding: 15px;
}

.grid-item img {
    width: 100%;
}

.grid-item .detail{
    padding: 40px;
}

.grid-item.grid-item--height2 .detail{
    position: relative;
}

.grid-item .detail span {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 40px;
    position: absolute;
    z-index: 2;
    height: 40px;
    width: 40px;
    background-color: #0077f5;
    border-radius: 2px;
    color: #fff !important;
    text-align: center;
    line-height: 45px;
    background-image: url(/UI/images/icons/Arrow-white-rechts-120x120.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    transition: background-color .2s ease-in-out;
}

.text.divText {
    height: 111px;
    overflow: hidden;
}

.grid-item:hover .detail span {
    background-color: #004996;
}

.grid-item h5{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.grid-item h6{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}

.grid-item.light .detail {
    background-color: #e5f1ff;
    color: #004996;
}

.grid-item.light .detail h5 {
    color: #0077f5;
}

.grid-item.light .detail b{
    color: ;
}

.grid-item.dark .detail {
    background-color: #004996;
    color: #fff;
}

.grid-item.bg .detail {
    height: auto !important; 
    position: absolute !important;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contain {
    position: relative;
}

.grid-item.bg.alignleft .detail {
    left: 15px;
}

.grid-item.bg.alignright .detail {
    right: 15px;
}

.grid-item.bg .contain img{
    width: 100%;
}

.grid-item.dark .detail h5 {
    color: #fff;
}

.grid-item.dark .detail b {
    color:;
}

.grid-item.white .detail {
    background-color: #fff;
    color: #004996;
}

.grid-item.white .detail h5 {
    color: #0077f5;
}

.grid-item.alignleft .contain {
    float: right;
    width: 50%;
}

.grid-item.grid-item--height2.light .contain {
    padding-top: 94%;
}

.grid-item.alignleft .detail {
    float: left;
    width: 50%;
    height: 100%;
    position: relative; 
}

.grid-item.alignright .contain {
    float: left;
    width: 50%;
}

.grid-item.alignright .detail {
    float: right;
    width: 50%;
    height: 100%;
}

.grid-item--width2 {
    width: 65%;
}

.img-cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
}

.grid-item--width2 .contain{
    height: 100%;
    overflow: hidden;
}

.grid-item.alignleft .contain img {
    height: 100%;
    width: auto;
}

.grid-item--width2.grid-item--height2 .contain {
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding-left: 30px;
}

.grid-item--width2.grid-item--height2 .detail {
    width: 50%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 15px;
}

.grid-item--width3 {
    width: 100%;
}

.grid-item--width3 .detail{
    width: 33% !important;
}

.grid-item--higher {
    height: 403px;
}

.grid-item--highest {
    height: 492px;
}

.grid-item--lower{
    height: 284px;
}

.grid-item--height2 {
    height: 670px;
}

/*.grid-item .text{
    overflow: hidden;
}

.grid-item.light .text {
    height: 175px;
}

.grid-item.light.grid-item--height2 .text{
    height: 200px;
}

.grid-item.dark.grid-item--lower .text {
    height: 100px;
}

.grid-item.bg .text {
    height: 150px;
}*/

.customers {
    padding-bottom: 90px;
    text-align: center;
}

.customers h5 {
    color: #c2c2c2;
    margin: 90px 0 30px 0;
    font-weight: 600;
    font-size: 22px;
}

/*.customers img {
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}*/

.owl-nav {
    z-index: 10;
    color: #004996;
    position: absolute;
    height: 48px;
    width: 100%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-prev, .owl-next {
    position: absolute;
    padding: 12px 18px;
}

.owl-prev{
    left: -30px;
}

.owl-next{
    right: 0;
}

.contact{
    color: #fff;
    text-align: center; 
    font-weight: 500;
    background-size: cover;
}

.contact .overlay {
    padding: 140px 0 120px 0;
    background-color: rgba(0,73,150,0.55);
}

.contact h4{
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 45px; 
}

.contact .buttons{
    margin-top: 90px;
}

.contact a{
    font-weight: 400;
    text-transform: none;
    font-size: 17.25px;
}

.contact .call{
    margin-right: 60px;
}

.contact span {
    background-size: 25px !important;
    background-repeat: no-repeat !important;
    background-position: 40% 60% !important;
}

.contact .call span{
    background-image: url(/UI/images/icons/002-phone-call.png);
}

.contact .mail span {
    background-image: url(/UI/images/icons/001-envelope.png);
}

@media (min-width: 1250px) {

    .grid-item.bg .contain {
        width: 100% !important;
        height: 100%;
        overflow: hidden;
    }

    .grid-item.bg.dark.alignright .contain, .grid-item.bg.grid-item--width3 .contain {
        width: 98.5% !important;
        width: calc(100% - 30px) !important;
    }

    .grid-item.bg.dark.alignleft .contain {
        padding-left: 30px;
        left: auto;
        width: 98.5% !important;
        width: calc(100% - 30px) !important;
    }
}

@media screen and (max-width: 2110px) {
    .banner {
        background-size: auto 600px;
    }
}
@media only screen and (min-width : 480px) and (max-width : 1250px) {
    .grid-item.grid-item--height2.light .contain{
        padding-top:21%;
        overflow:hidden;
    }
}
@media only screen and (max-width : 1250px) {

    .grid-item {
        height: auto !important;
        width: 100% !important;
    }

    .grid-item .contain {
        float: left !important;
        width: 300px !important;

        height: auto;
        position: absolute;
        top: 15px;
        bottom: 15px;
    }

    .grid-item.bg .contain {
        width: 300px !important;
    }

    .grid-item .detail {
        float: right !important;
        width: calc(100% - 300px) !important;
    }

    .grid-item.bg.alignleft .detail {
        right: 0;
        left: inherit;
    }

    .grid-item.bg.dark .contain {
        padding-left: 0 !important; 
    }

    .grid-item.bg .detail {
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
    }

    .grid-item.bg.dark.alignright .contain{
        padding-right: 0;
    }

    .owl-carousel {
        width: calc(100% - 30px);
        margin: 0 15px;
    }
}

@media only screen and (max-width : 1200px) {

    /*.banner {
        height: 400px;

        background-position: 0 90px;
        background-size: 100% auto;
        background-attachment: fixed;
    }*/

    .banner .title {
        margin-top: 150px;
    }

    .button-group{
        text-align: center;
    }

    .button-group span {
        width: calc(33% - 17.5px);
    }

}

@media only screen and (max-width : 991.5px) {

    .banner {
        height: 300px;
        background-size: auto 400px;
    }

    .banner .title {
        margin-top: 100px;
    }

    .grid-item .contain {
        width: 200px !important;
    }

    .grid-item.bg .contain {
        width: 200px !important;
    }

    .grid-item .detail {
        width: calc(100% - 200px) !important;
    }

}

@media only screen and (max-width : 767.5px) {

    .banner {
        height: 200px;
        background-size: auto 300px;
    }

    .banner .title {
        margin-top: 65px;
        font-size: 24px;
    }

    .banner .title h2 {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .button-group span {
        font-size: 14px;
        width: calc(50% - 17.5px);
    }

    .contact .overlay {
        padding: 70px 0 60px 0;
    }

    .contact h4 {
        font-size: 5.5vw;
    }
  

    .contact a {
        display: block;
        width: 250px;
        margin: auto !important;
        margin-bottom: 30px !important;
    }

}

@media only screen and (max-width : 480px) {

    .banner .parallax-image img {
        right: -140px;
    }

    .button-group span {
        width: 100%;
    }

    .grid-item .contain img,
    .grid-item.bg .contain,
    .grid-item .contain {
        position: relative;
        height: 225px !important;
        width: 100% !important;
    }

    .grid-item .detail {
        width: 100% !important;
        padding: 20px 20px 40px 20px;
    }

    .grid-item h5,
    .grid-item h6{
        margin-bottom: 15px;
    }

    .grid-item.bg.alignright .detail {
         right: 0; 
    }

    grid-item.bg.dark.alignright .contain {
        padding-right: 0;
    }

}
