/*masonry columns*/
*, *:before, *:after {box-sizing:  border-box !important;}article {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
}
.sectie {
    display: inline-block;
    background: #fff;
    padding: 1.5em;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}@media only screen and (min-width: 768px) {
    article {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
/*einde sectie columns*/

.btcolumn {
	margin: 0;
	position: relative;
}
.btmenu {
	display: block;
	width: 100%;
	text-align: center;
	margin: 10px 0 0 0;
}
.btcolumn:hover {
	/* background: #ddd; */
}
.btcolumn-row:nth-child(1) {
	padding: 0 0 10px 0;
}
.btcolumn-row {
	padding: 10px 0px;
}
.rowtable td {
	vertical-align: top;
}

.btcolumn-title {
	text-align: center;
	padding: 0;
}.btcolumn-title h2:empty {	display:none;    padding: 0;}
.btcolumn-content {
	padding: 15px;
	height:auto;
}
.btcolumn-link  {
	color: #fff;
	font-weight: 100;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.btcolumn-link.noabs  {
	position: relative;
}

.btcolumn-link  a {
	padding: 5px;
	display: block;
	text-align: center;
	background: #666;
	color: #fff;
	text-decoration: none;
	border-radius: 0 0 4px 4px;
}
.btcolumn-link  a:hover {
	display: block;
	text-align: center;
	background: #999;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 767px) {
	.eq-cols > .btcolumn {
		height: auto !important;
	}
}
td .btcolumn  {
	margin: 5px;
}
td .btcolumn img {
	max-width: 100%;
}
.filterbar {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
}

.filterbar li:nth-child(1) {
	background: #44db3b;
}
.filterbar li:nth-child(1) {
	margin: 0 0 5px 0;
}
.filterbar li {
	/*display: inline-block;
	width: 12.5%;*/
	text-align: center;
	background-color: #a4d0a3;
	line-height: 60px;
	border-radius: 4px;
	margin: 5px 0;
}

#yze2 ul {
    -ms-column-count: 5;
    -o-column-count: 5;
    -moz-column-count: 5;
    -khtml-column-count: 5;
    column-count: 5;
	list-style-type: none;
}
.filterbar li  a { 
	outline: none;
	padding: 10px 15px;
	text-decoration: none;
	color: #fff;
}
.filterbar li a:hover { 
	text-decoration: none;
	background: #fff;
	color: #333;
	border-radius: 4px;
	transition: all 0.2s ease-in-out 0s;
}
.filterbar li.btcurrent a {
	background: #fff;
	text-decoration: none;
	border-radius: 4px;
	color: #333;
}
@media (min-width: 992px) {
	.filterbar li:nth-child(2),
	.filterbar li:nth-child(4),
	.filterbar li:nth-child(6),
	.filterbar li:nth-child(8),
	.filterbar li:nth-child(10) {
		margin: 15px 0;
	}
}
@media (max-width: 991px) and (min-width: 501px) {
	#yze2 ul {
		-ms-column-count: 3;
		-o-column-count: 3;
		-moz-column-count: 3;
		-khtml-column-count: 3;
		column-count: 3;
		list-style-type: none;
	}
}
@media (max-width: 500px) {
    #yze2 ul {
		-ms-column-count: 2;
		-o-column-count: 2;
		-moz-column-count: 2;
		-khtml-column-count: 2;
		column-count: 2;
		list-style-type: none;
	}
}
.website {
	background: url(img/website.png) no-repeat rgba(83, 158, 150, 0.4);
	background-size: initial;
}.lid {	background: #061b4e;	text-align: center;}.lid .btcolumn-content {	color: #fff;	font-weight: bold;}.lid a {
	color: #549d59;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;	text-transform:uppercase;
}
	