@media only screen and (max-width: 480px){
@font-face {
font-family:cathayfont;
src:url(fonts/CathaySans_Rg.ttf);
	
	}

* {margin: 0; padding: 0;}

html {
	height: 100%;
	/*Image only BG fallback*/
	/*background: url('media/background.jpg');
	/*background = gradient + image pattern combo*/
	/*background:
		linear-gradient(rgba(196, 102, 0, 0.2), rgba(155, 89, 182, 0.2)),
		url('http://thecodeplayer.com/uploads/media/gs.png'); */
}

body {
	font-family: cathayfont,montserrat, arial, verdana;
}


.no-left-margin {

 margin-left: 0px !important;


}

.wizard > .content
{
    background: #eee;
    display: block;
    margin: 0.5em;
    min-height: 400px;
	
    overflow: auto;
    position: relative;
    width: auto;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	
}

.wrap {

	white-space: normal !important;
 	word-wrap: break-word !important;


}


.streetlist {

display: none;
height: 200px;
overflow: auto;
margin-top:10px;
margin-bottom:10px;

}

#LIJSTHEEN label{

	margin-top:5px;
	margin-bottom:5px;
	/*background-color: #eee;*/
	width:92%;
	padding-top:5px;
	padding-bottom:5px;

}


.bankimgs {


	display: none;
}


/*form styles*/
#msform {
	width: 350px;
	/* margin: 50px auto; */
	text-align: center;
	position: relative;
	

}
#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;

	box-sizing: border-box;
	width: 80%;
	margin: 0 10%;
	height:auto;
	/*stacking fieldsets above each other*/
	position: absolute;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 0px;
	
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
}
/*buttons*/
#msform .action-button{
 	display: inline-block;
 	-moz-border-radius: .25em;
 	border-radius: .25em;
 	-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1), inset 0 -3px 0 0 rgba(0,0,0,0.2);
 	-moz-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1), inset 0 -3px 0 0 rgba(0,0,0,0.2);
 	box-shadow: 0 2px 0 0 rgba(0,0,0,0.1), inset 0 -3px 0 0 rgba(0,0,0,0.2);
 	background-image: -webkit-linear-gradient(#27AE60,#2D8744);
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#27AE60',endColorstr='#2D8744',GradientType=0);
 	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#27AE60', endColorstr='#2D8744', GradientType=0)";
 	background-image: linear-gradient(#27AE60,#2D8744);
 	border: 0;
 	cursor: pointer;
 	color: #fff;
 	text-decoration: none;
 	text-align: center;
 	font-size: 16px;
 	padding: 0px 20px;
 	height: 40px;
 	line-height: 40px;
 	width: 105px;
 	font-family: Arial, Tahoma, sans-serif;
 	-webkit-transition: all linear .2s;
 	-moz-transition: all linear .2s;
 	-o-transition: all linear .2s;
 	-ms-transition: all linear .2s;
 	transition: all linear .2s;
 	background-color: #27AE60;
 	text-shadow: 0 1px 0 rgba(0,0,0,0.35);
 	margin: 5px;;
 }
  #msform .action-button{
 	-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1), inset 0 -2px 0 0 rgba(0,0,0,0.3), inset 0 12px 20px 2px #27AE60;
 	-moz-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1), inset 0 -2px 0 0 rgba(0,0,0,0.3), inset 0 12px 20px 2px #27AE60;
 	box-shadow: 0 2px 0 0 rgba(0,0,0,0.1), inset 0 -2px 0 0 rgba(0,0,0,0.3), inset 0 12px 20px 2px #27AE60;
 }
 #msform .action-button:hover, #msform .action-button:focus {
 	-webkit-box-shadow: inset 0 2px 0 0 rgba(0,0,0,0.2), inset 0 12px 20px 6px rgba(0,0,0,0.2), inset 0 0 2px 2px rgba(0,0,0,0.1);
 	-moz-box-shadow: inset 0 2px 0 0 rgba(0,0,0,0.2), inset 0 12px 20px 6px rgba(0,0,0,0.2), inset 0 0 2px 2px rgba(0,0,0,0.1);
 	box-shadow: inset 0 2px 0 0 rgba(0,0,0,0.2), inset 0 12px 20px 6px rgba(0,0,0,0.2), inset 0 0 2px 2px rgba(0,0,0,0.1);
 }
/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;

}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 10px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color:gray;
	text-transform: uppercase;
	font-size: 9px;
	width: 25%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #27AE60;
	color: white;
}
.keuzeveldrechts {
float: right;
margin-right: 10%;
}
