﻿.logo {
    max-height: 150px;
}

.datumtabel td {
    padding: 0px 10px 0px 0;
}

.boxdiv {
    min-height: 300px;
}

ul li:before {
    content: "✔";
    color: #9bc32b;
    font-size: 120%;
}

#productslider .item {
    margin: 0;
}

.img-slider {
    max-height: 130px;
    margin-right: 10px;
}

.img-slider-details {
    max-height: 220px;
    margin-bottom: 5px;
}

.product, .product:hover {
    border: none;
    background:none;
}

.bgleftpanel {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    background-size:cover;
    background-position:center;
}

.img-div {
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat;
    width: 110px;
    height: 110px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.img-div-big {
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    width: 250px;
    height: 250px;
    float:none;
    display:inline-block;
}
@media (min-width:992px) {
    .projectroombg {
        background: none !important;
    }
}
@media (max-width:767px) {
    .projectroombg {
        background: none !important;
        padding: 10px;
    }

    .img-div {
        width: 100px;
        height: 100px;
    }

    .img-div-big {
        width: 100%;
        height: initial;
    }
    .img-slider-details {
        display: inline-block !important;
    }
}

@media (min-width:992px) and (max-width:1024px) {
    .img-div-big {
        width: 225px;
        height: 225px;
    }
}

.carouselpic0 {
    float:left;
}
.carouselpic4 {
    float: right;
}