

/*----------------------------
Small
--------------------------*/
@media only screen and (min-width: 100px) {
	body {
		background:white !important;	
	}
	
	#bottom {
		height:1050px;
		width:100%;
		
	}
	
	#bottom h3 {
	font-size:18px;
	color:white;
	font-weight: normal;
	padding-top:10px;
	margin-bottom:30px;
}
	
	#partners {
		
	position: absolute;
    height:auto;
    width: 100%;
    margin: auto;
    left: 0;
	padding-top:7px;
	}
	
	.partner {
		
	float: left;
    width: 97%;
    margin-left: 7px;
	}
	
	.partner img {
		width:100%;
	}
	
	#content {
		width:100%;
		
	}
	
	.wizardFilter select
	{
		width:250px;
		height:30px;
	}
}
/*----------------------------
Middle
--------------------------*/
@media only screen and (min-width: 700px) {
	
	
	body {
		
	}
	
	#bottom {
		height:600px;
		width:100%;
	}
	
	#bottom h3 {
	font-size:28px;
	color:white;
	font-weight: normal;
	padding-top:30px;
	margin-bottom:30px;
}
	
	#partners {
		
	position: absolute;
    height:auto;
    width: 100%;
    margin: auto;
    left: 0;
	padding-top:7px;
	}
	
	.partner {
		
	float: left;
    width: 13.6%;
    margin-left: 7px;
	}
	
	.partner img {
		width:100%;
		height:100%;
	}
	
	.sectionContentView {
		
	}
	
	
	
	.wizardFilter {
		width:50%;
		float:left;
	
	}
	
	#wizardStep_--gekozen-systeem .wizardFilter {
		width:100%;
		float:left;
	
	}
	
	.wizardEntity {
		width:50%;
		float:left;
		    margin-top: 20px;
	}
	
	.wizardConfiguration {
	
	
	}
	
	
	

	

	
	#content {
		width:85%;
		
	}
	
	.menu {
			    position: absolute;
    right: 0;
    z-index: 100;
	}
	
	
	

}
/*----------------------------
Big
--------------------------*/		
@media only screen and (min-width: 980px) {
	body {
		
	}
	
	.wizardFilter {
	
	}
	
	
	
	
	.wizardConfiguration {
	
	
	}
	
	.wizardConfiguration div{
		padding: 0px;
	}
	


	
	#bottom {
		width:100%;
	}
	
	
	
	
	
	.wizardFilter select
	{
    width: 400px;  
	
	
	}
	
	
	.dropdownSelected
	{
	background:none !important;	
	border: 0px solid #ccc;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	color:#6f7881;
	margin-left:0px;
	
	}
	
	
	
	
	
	.system-result h1{
		font-size:16px;
	}
	
	.system-result img {
	width: auto;
	}
	
	.button {
	width:25%;
	}
	
	
	
	
}


/*----------------------------
Big
--------------------------*/		
@media only screen and (min-width: 1280px) {
	
}