#p1 .m_btcolumns{
    max-width: 2000px;
    margin-top: -11px;
}

#p1 .m_btcolumns .row{
    margin-left:0;
	margin-right:0;
}

#p1 .body{
	margin-bottom: 0;
}

.home-rechts, .home-links {
	margin-left: 0px;
	margin-right: 0px;
	padding:0;
	overflow: hidden;
}
.home-rechts .btcolumn, .home-links .btcolumn {
	margin: 0;	
	border: 0;
}
.home-rechts img, .home-links img {
	margin: 0;
	width: 100%;
    /* filter: grayscale(0%); */
	transition: all 1s ease-out;

}
.home-rechts img:hover, .home-links img:hover {
	width: 100%;
    /* filter: grayscale(100%); 
	filter: hue-rotate(150deg);*/
	transform: scale(1.05);
}


.btcolumn {
	border-bottom: 1px solid #ccc;
	/* box-shadow: 1px 1px 2px #aaa; */
	margin: 5px 10px 10px 0;
}

.btcolumn:hover {
	/* background: #ddd; */
}

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

.btcolumn-title {
	text-align: left;
	background: none;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	margin: 10px 0 ;
	line-height: 1.2em;
}

.btcolumn-content {
	padding: 0 0px 0 0;
}

.btcolumn-link{
	line-height:0;
	}
	
.btcol.steun-ons .btcolumn-content {
}	
.btcol.steun-ons .btcolumn-content a.knop {
	background:#66ff00;
	color: #000;
}

@media (max-width: 767px) {
	.btcolumn-row {
		padding: 10px 0;
	}
	.btcolumn {
		border-bottom: #666 1px solid;
		margin-bottom: 20px;
	}
	/*
	.eq-cols > .btcolumn {
		height: auto !important;
	}
	*/
}

