/* BTcolumns 1.2.5 - Bootstrap 5 compatibility */

.btcolumn-row {
    padding: 10px 0;
}

.btcol {
    display: flex;
}

.btcolumn-title {
    margin: 0 0 .5rem;
    padding: 0;
    color: inherit;
    background: transparent;
    font-size: 1rem;
    font-weight: 700;
    text-align: left;
}

.btcolumn {
    margin: 20px;

}
#p2 .btcolumn {
    margin: 0px;

}

.btcolumn-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-weight: 700;
	color:#000;
}

.btcolumn-content {
    padding: 20px;
	border: 2px solid #9cc852;
	background:#fff;
}
#p2 .btcolumn-content {
    padding: 0px;
	border: none;
	background:none;
}

.btcolumn-content a {
    font-weight: 700;
	color:#000;
}

.btcolumn-link.noabs {
    position: relative;
}

.btcolumn-link a {
    display: block;
    padding: 5px;
    color: inherit;
    background: transparent;
    text-decoration: none;
}


.btcolumn-content img {
    display: block;
    width: 100%;
    height: 149px;
    margin: 0 0 1rem;
    border-radius: 0%;
    object-fit: cover;
}


/* Coaching: afbeelding van border tot border */
.btcolumn-content p:has(> img) {
    width: calc(100% + 40px);
    margin: -20px -20px 20px -20px;
    padding: 0;
}

.btcolumn-content p > img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.btcolumn-title {
    margin-top: .5rem;
    margin-bottom: .25rem;
    color: #202020;
    font-size: 15px;
}

.btcolumn-link,
.btcolumn-link.noabs {
    position: static;
    margin-top: .25rem;
}

.btcolumn-link a {
    display: inline;
    padding: 0;
    color: #202020;
}

@media (max-width: 767.98px) {
    .eq-cols > .btcolumn {
        height: auto !important;
    }

    #p7 .btcolumn-content img.beeld {
        width: 100%;
        height: auto;
    }
}

ul.filterbar {
    float: left;
    width: 100%;
    margin-left: 0;
    padding: 15px;
    list-style: none;
    font-size: 16px;
}

ul.filterbar li {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #dedede;
    line-height: 16px;
}

.filterbar li a {
    padding: 10px 15px;
    outline: none;
    text-decoration: none;
}

.filterbar li.btcurrent a {
    color: #fff;
    background: #666;
}

.rowtable td { vertical-align: top; }
td .btcolumn { margin: 5px; }
td .btcolumn img { max-width: 100%; }
