﻿.greencheck {
    color: #2a6557;
}

.vertical-center {
    display: flex;
    justify-content: left;
    align-items: center;
    min-height: 140px;
}

.vflex {
    display: flex;
    align-items: stretch
}

.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-left: #2a6557 1px solid;
        border-bottom: #2a6557 1px solid;
        border-right:none !important;
        margin-left:-1px
    }
    .greenborder-mobile {
        border-top: #2a6557 1px solid;
        border-left: #2a6557 1px solid;
        border-right: #2a6557 1px solid;
    }
}

.materiaal-icon {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.materiaal-icon-div {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}
.materiaal-icon-filter-div {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}
.materiaal-center {
    margin:0 auto;
}

input[type="checkbox"][id^="ContentPlaceHolderMain_MateriaalBoxRepeater_MateriaalCheckBox"] {
    display: none;
}

input[type="checkbox"][id^="ContentPlaceHolderMain_ToepassingCheckBoxList"] {
    display: none;
}

.beschikbaar {
    position: absolute;
    color: #fff;
    background-color: #b17611;
    padding:5px;
    top:30px;
    left:-20px;
    z-index:1;
}

.bekijk-box {
    background-color: var(--subkleur-donker, #2a6557) !important;
    display: block;
    width: 100%;
    text-align: center
}

.materiaal-list, .materiaal-list a {
    font-size: 14px;
}
.materiaal-list a:hover {
    text-decoration:underline;
}

.itemtype-cb input[type="checkbox"] {
    display:none !important
}

.showroomtitle {
    font-weight:bold;
    font-size:28px;
}

.toprighticon {
    width: 100px !important;
}

.w60 {
    width:60px;
}

.roombg {
    background-repeat: no-repeat;
    background-size: 25%;
    position:relative;
}
@media (width:768px) {
    .roombg {
        background-size: 33.33333333%;
    }
}
@media (max-width:767px) {
    .roombg {
        /*background-size:contain;
        background-repeat: no-repeat;*/
        background:none !important;
    }   
}

.filterscroll {
    width: 100%;
    white-space: nowrap;
    overflow: auto;
}
@media (max-width:767px) {
    .filterscroll {
        overflow: auto;
        -webkit-overflow-scrolling: auto;
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    ::-webkit-scrollbar:vertical {
        width: 12px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 12px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 10px;
        border: 2px solid #ffffff;
    }

    ::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff;
    }
}
.content-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.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%;
}

.disabled {
    pointer-events: none;
    cursor: pointer;
}

.select2-container {
    width:100% !important;
}

.select2-container--default .select2-selection--single {
    height: 70px;
}
@media (max-width: 767px)
{
    .select2-container--default .select2-selection--single {
        height: 70px;
    }
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 400px !important;
    overflow-y: auto;
}

.selectedfilter {
    display: inline-block;
    padding: 10px;
    border: #2a6557 1px solid;
    margin-right:10px;
    margin-bottom:10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .headerOffset {
        padding-top: 135px !important;
    }
}
@media (max-width: 767px) {
    .headerOffset {
        padding-top: 162px !important;
    }
}

.BreedHeaderPanel {
    height: 300px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover
}
.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;
}
.headtab {
    text-align: center;
}
.headtab:hover {
    background-color: #5890af;
}
.colhead {
    display: inline-block;
    padding: 0 10px;
    min-width: 200px;
    text-align: center;
}

.colactive {
    background-color: #72b2a5 !important;
}

.BreedHeaderH1 {
    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) {
    .BreedHeaderH1 {
        font-size:40px;
    }
}
@media (max-width:320px) {
    .BreedHeaderH1 {
        font-size: 35px;
    }
}

.header-text-centered {
    top:45%
}

.panel-heading-green {
    background-color: #2d6557 !important;
    
}
.panel-heading-green h4 {
    color: #fff;
    font-size: 18px;
    /*text-transform:uppercase;
    font-weight:700;*/
}
.panel {
    border:none;
}

.introtekstgrijs {
    padding: 20px 0;
}
@media (max-width:767px) {
    .introtekstgrijs {
        padding: 15px;
    }

    #navcontainerwrap {
        height: initial;
        text-align: center
    }

    .margb {
        margin-bottom:20px;
    }

    .boxdiv {
        margin-bottom: 40px;
    }
}
.filterdropdown {
    font-size:18px;
}
@media (min-width:768px) {
    .filterdropdown {
        height: 70px !important;
    }
}
.showroomnav {
    background-color: #12202c !important;
    height: 41px;
    position: relative;
    margin-top: -41px;
}
.showroomcolhead {
    display: inline-block;
    padding: 0 10px;
    min-width: 170px;
    text-align: center;
}
.showroomheadtab:hover {
    background-color: #5890af;
}
.colmobile {
    padding: 10px;
    line-height: 30px;
}

.aanmelden-knop-banner {
    font-family: "Source Sans Pro", sans-serif;
}
@media (max-width:767px) {
    .aanmelden-knop-banner {
        margin-top:20px;
    }
}
#materiaalfilter li:hover {
    border: var(--hoofdkleur, #8FBD47) 1px solid;
}

.thema-inspiratie-blok {
    border: #fff 1px solid;
}
.thema-inspiratie-blok:hover {
    border: var(--hoofdkleur, #8FBD47) 1px solid;
}

.ShowroomItemPanel {
    position:relative;
}

.workshop-inner-img {
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

@media (min-width:768px) and (max-width:1024px) {
    .workshop-inner-img {
        background-size: contain;
        background-position: top;
    }
}

@media (max-width:767px) {
    .workshop-inner-img {
        background:none !important;
    }
}

.date-block {
    background-color: #306356;
    color:#fff;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -40px;
    right: 0;
    padding: 15px;
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
}

.date-block-mobile {
    background-color: #306356;
    color: #fff;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0px;
    right: 0;
    padding: 15px;
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
}

.date-block-month {
    text-transform: capitalize;
    font-size: 17px
}
@media (max-width:1199px) {
    .date-block {
        display:none;
    }
}

@media (min-width:768px) {
    .date-block-mobile {
        display: none;
    }
}

.date-block-past {
    background-color: #f2f2f2;
    color: #777;
}