/* The "mobile" version */
@media only screen and (max-width: 1024px) {

	#content #start_phone {
		display: none;
	}
@media only screen and (max-width: 768px) {

#content {
	position:relative;
	width: 100%;	
	box-sizing: border-box;
	}

.nietopmobiel 	{
	display: none;
	visibility: hidden;
	}

.nietopdesktop {  
    display: inline;
	visibility: visible;
}
#content #start_content, #content #vv_bereken, #content #vv_body {
	padding: 15px;
	width: 100%;
	box-sizing: border-box;	
}
#content #start_content #blok1, #content #start_content #blok2,#content #start_content #blok3,#content #start_content #blok4 {
	width: 100%;
	box-sizing: border-box;	
	margin-left: 0px;
}
#content #vv_body {
	background: none;
	margin:0;
}
#content #vv_body div.txt {
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 15px;
	width: 100%;
	box-sizing: border-box;		
	padding: 15px;
}

#content #start_content #blok1 div.kader div.txt div.formrow {
	width: auto;
	max-width: 100%;
	box-sizing: border-box;	
}
#content #start_content #blok1 div.kader div.txt img {
	position: relative;
	right: 0;
	top: 0;
}	
#content #vv_bereken div.kader {
	width: 100%;
	box-sizing: border-box;	
}

.background {
	width:auto;
	height:100%;
}
#footer {
	height: auto;
}
#footer span.sep {
    padding-left: 10px;
    width: 100%;
    box-sizing: border-box;
    display: block;
}
#content div.form div.formrow input, #content div.form div.formrow textarea, #content div.form div.formrow select {
	max-width: 100%;
}
#content div.form div.formrow label {
	display: block;
	width: 100%;
	box-sizing: border-box;
	font-weight: 700;
	
}
	blockquote.error {
		max-width: 100%;
		box-sizing: border-box;
		margin-left: 0;
	}


	#header #menu {
		display:none;
		position: relative;
		width: 100%;
		box-sizing: border-box;
		top: 0px;
		left: 0px;
		background-color: rgba(255,255,255,0.8);
		}
	#header #menu A {
		width: 100%;
		display: block;
		box-sizing: border-box;
		padding: 5px;
		padding-left: 15px;
		margin-left:0px;
	}	
	#header #menu A:hover {
		background-color: rgba(19,105,159,0.2);
	}	
	a#pull {  
		display: block;  
		position: relative;  
		padding-left:5px;
		padding-top:5px;
		padding-bottom:5px;
		box-sizing: border-box;
		color:#ffffff;
		font-size:14px;
		bottom: 5px;
		height: 110px;
		width: -moz-calc(100% - 5px);
		width: -webkit-calc(100% - 5px);
		width: calc(100% - 5px);
	}  
	a#pull:after {  
		content:"";  
		background-image: url('/assets/images/menu.png');
		background-repeat: no-repeat;  
		background-size: 50px 59px;
		width: 50px;  
		height: 59px;  
		display: inline-block;  
		position: absolute;  
		right: 20px;  
		top: 41px;  
	}	
	

	#content #start_content .zelfdehoogte {
		display: block;
	
	}
	#content #start_content #blok1 div.kader div.txt div.formrow .showinfo {
		display: none;	
	}
}

