/*--SF: Columns--*/
.sf_nietenwijzer_row{
	display: flex;
	column-gap: 8px;
	row-gap: 8px;
	flex-wrap: wrap;
}
.sf_nietenwijzer_column{
	padding: 0 15px;
}
.sf_nietenwijzer_column_1{
	max-width: 8.33%;
	flex: 1 0 8.33%;
}
.sf_nietenwijzer_column_2{
	max-width: 16.66%;
	flex: 1 0 16.66%;
}
.sf_nietenwijzer_column_3{
	max-width: 25%;
	flex: 1 0 25%;
}
.sf_nietenwijzer_column_4{
	max-width: 33.33%;
	flex: 1 0 33.33%;
}
.sf_nietenwijzer_column_5{
	max-width: 41.66%;
	flex: 1 0 41.66%;
}
.sf_nietenwijzer_column_6{
	max-width: 50%;
	flex: 1 0 50%;
}
.sf_nietenwijzer_column_7{
	max-width: 58.33%;
	flex: 1 0 58.33%;
}
.sf_nietenwijzer_column_8{
	max-width: 66.66%;
	flex: 1 0 66.66%;
}
.sf_nietenwijzer_column_9{
	max-width: 75%;
	flex: 1 0 75%;
}
.sf_nietenwijzer_column_10{
	max-width: 83.33%;
	flex: 1 0 83.33%;
}
.sf_nietenwijzer_column_11{
	max-width: 91.66%;
	flex: 1 0 91.66%;
}
.sf_nietenwijzer_column_12{
	max-width: 100%;
	flex: 1 0 100%;
}
.sf_nietenwijzer_container{
	max-width: 1140px;
	margin: 0 auto;
}
.sf_nietenwijzer_row_center{
	align-items: center;
}

/*--SF: Misc--*/
.sf_nietenwijzer_title_section{
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
}
.sf_nietenwijzer_search{
	font-weight: 700;
	font-size: 13px;
	line-height: 18px;
	color: #F5F5F5;
	background: #FF7900;
	border-radius: 43px;
	padding: 12px 36px;
	display: inline-block;
}
.sf_nietenwijzer_search:hover{
	color: #fff;
	text-decoration: underline;
}

/*--SF: Select brand--*/
.sf_select_brand_wrapper{
	margin-bottom: 24px;
}
.sf_select_brand:hover{
	cursor: pointer;
}
.sf_select_brand{
	box-shadow: 0px 0px 8px rgba(0,0,0,0.15);
	border: 2px solid #fff;
	padding: 20px 10px;
}
.sf_select_brand_active{
	border: 2px solid #FF7900;
}

/*--SF: results--*/
.sf_return_results{
	margin-top: 50px;
}
.sf_nietenwijzer_results_title{
	font-weight: 700;
	font-size: 26px;
	line-height: 35px;
	color: #2E3432;
	border-bottom: 1px solid #FF7900;
	display: block;
	padding-bottom: 12px;
	margin-bottom: 32px;
}


@media only screen and (max-width:768px) {
	.sf_nietenwijzer_column{
		max-width: calc(25% - 8px);
		flex: 1 0 25%;
	}
	
}