﻿h1, .block-header {
    font-weight: 600;
    color: var(--subkleur-donker, #2D6557);
    font-size: 30px;
    line-height: 35px;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    padding-bottom: 15px;
    display:block;
}

.thema-header-h1 {
    color: #FFFFFF;
    font-weight: 600;
    padding-bottom: 0;
    line-height: initial;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px #FFFFFF;
    font-size: 50px;
    font-family: inherit;
    display: initial;
}

@media (max-width: 767px) {
    .thema-header-h1 {
        font-size: 30px;
    }
}

.maincontent {
    font-size: 18px;
    line-height: 24px
}
ul li:before {
    content: "✔";
    color: #9bc32b;
    font-size: 120%;
}

.description {
    max-width: initial;
}

.item h4 a {
    font-size: 17px;
    text-transform: initial;
    color: #777
}

.price {
    color: #777 !important
}
.price-thema {
    color: #777 !important
}

@media (max-width:767px) {
    h1, h2 {
        font-size: 20px;
    }

    p {
        font-size: 16px;
    }
    .maincontent {
        font-size: 16px;
    }
}

.required:after {
    content: "";
}

/* showroom items */
.beschikbaar {
    position: absolute;
    color: #fff;
    background-color: #b17611;
    padding: 5px;
    top: 30px;
    left: -40px;
}
.roombg {
    background-repeat: no-repeat;
    background-size: 25%;
    position: relative;
}
.boxdiv {
    padding: 20px;
    border: #ccc 1px solid;
    box-shadow: -5px 5px 5px 1px #ccc;
    margin: 0 0 100px 0;
    cursor: pointer;
}
.boxdiv {
    min-height: 300px;
    cursor: initial;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    border-right: 1px solid;
    border-color: #2a6557;
}
@media (max-width:768px) {
    .boxdiv {
        border-top: #2a6557 1px solid;
        border-left: #2a6557 1px solid;
        border-bottom: #2a6557 1px solid;
        border-right: #2a6557 1px solid;
    }
}
.topiconbg {
    background-color: #fff;
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: relative;
    margin-top: -80px;
}
.topicon {
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
}
.toprighticon {
    width: 100px !important;
}
.vertical-center {
    display: flex;
    justify-content: left;
    align-items: center;
    min-height: 140px;
}
.greencheck {
    color: #2a6557;
}
.bekijk-box {
    background-color: var(--subkleur-donker, #2a6557) !important;
    padding: 8px 20px;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
}
.materiaal-icon-div {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}
.w60 {
    width: 60px;
}
.showroomtitle {
    font-weight: bold;
    font-size: 28px;
}
.materiaal-list, .materiaal-list a {
    font-size: 14px;
}
.btop {
    position: absolute;
    border-top: #2a6557 1px solid;
    width: 75%;
    top: 0;
    left: 25%;
}
.bbottom {
    position: absolute;
    border-bottom: #2a6557 1px solid;
    width: 75%;
    bottom: 0;
    left: 25%;
}
.content-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.thema-showroomitems {
    font-size:18px;
    line-height:21px;
}

#navcontainerwrap {
    background-color: #2d6557;
    height: 41px;
    position: relative;
    margin-top: -41px;
}
.colhead {
    display: inline-block;
    padding: 0 10px;
    min-width: 220px;
    text-align: center;
    line-height: 21px;
}
.headtab {
    text-align: center;
}
.head {
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    padding: 10px;
    /* background-color: rgba(163,202,123, 0.8); */
    background-color: none;
    position: relative;
    white-space: nowrap;
}
.head a {
    color: #fff;
    font-size:18px;
}
.showroomnav {
    background-color: #12202c !important;
    height: 41px;
    position: relative;
    margin-top: -41px;
    line-height:21px;
}
.showroomcolhead {
    display: inline-block;
    padding: 0 10px;
    min-width: 200px;
    text-align: center;
}
.showroomheadtab:hover {
    background-color: #5890af;
}
.headtab {
    text-align: center;
}
@media (max-width:1024px) {
    .productimage {
        height:150px;
    }
    .item h4 a {
        font-size: 17px;
    }
    .addtocart-btn-div {
        width: initial;
    }
}