html,
body,
#canvas {
	width: 100%;
	background: #f2f2f2;
	font-family: 'Open Sans', sans-serif;
}


h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
}

.content a {	
	color: #6E298D;
	font-weight: bold;	
}

#footermenu a {
	color: #ffffff;
}

.content a:hover {
	color: #00ADEF;	
	font-weight: bold;
}

.blue {
	color: #00ADEF;
}

#infobox a {
	color: white;
	text-decoration: none;
}

h1 {	
	color: #6E298D;
	font-size: 20px;
	border-top: 1px dotted #cccccc;
	font-weight: bold;
	margin: 0 auto;
	padding: 20px;
	display: block;
	text-transform: uppercase;

}


.slides img {
	max-height: 304px;
	margin: 0 !important;
	padding: 0 !important;
}




#up {
	position: fixed; 
	margin: 40px; 
	bottom: 0; 	
	right: 0px;	
}


#up img {
	 opacity: 0.1; 
	 width: 30px; 
	 height: 30px;
}

#up img:hover {
	opacity: 0.4;
}


ul li {
	font-size: 14px;	
}

p,
form {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
}

#fold form {
	padding: 40px 0;

}


#infobox .col {
	border-radius: 4px;
	
}

#infobox .col:hover {
	background: #00ADEF;
}

#fold .contact {
	text-align: center;
}

#fold p {
	padding: 40px;

	text-shadow: 1px 1px black;
}

.viervierde img { 
	width: 100%;
	height: auto;
	border-radius: 4px;
}

#topmenu a:hover  {
	color: #000000;
	
}

#slider img {
	border-radius: 4px;
	
}

.highlight {
	color: white;
	font-weight: bold;
	text-shadow: 1px 1px #black !important;
	text-align: center;
		
}

.nocolor:hover {
	background: #6E298D !important;
}

#topmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 50px;

}

#topmenu ul li {
	display: inline-block;	
	padding: 0 20px 0 0 ;

	}

#topmenu ul li a {
	    text-decoration: none;
		color: white;
		font-weight: bold;
}	

#footermenu {
	padding: 20px 0 40px;
	
}


	
#usp {
	font-size: 14px;
	color: #000000;
	text-align: right;
}

#usp ul {
	list-style-type: none;
	line-height: 2.5;
	color: grey;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#usp ul li {
	border-bottom: 1px solid #cccccc;	
}

input {
	width: 100%;
	border: 0;
	padding: 5px 10px;
	box-sizing: border-box;
	
}

input[type=text] {
	margin-bottom: 20px;
	color: black;	
		text-align: center;
}

input[type=submit] {
	background: #298D28;
	font-weight: bold;
	text-shadow: 1px 1px black;
	border-radius: 4px;
}

input[type=submit]:hover {
	background: #6E298D;	
}

#footermenu input[type=submit]:hover {
	background: #00ADEF;
}

.inner {
	background: #00ADEF;
	border-radius: 4px;
}

#topmenu {
	position: fixed;
	color: white;
	background: #cccccc;
	height: 40px;
	display: block;
	width: 100%;
	z-index: 99999;
	padding: 0px 60px;
	line-height: 40px;
	
		overflow: hidden;
}

#wrapper {
	max-width: 1000px;
	margin: 0 auto;
	background: white;
	height: 100%;
	padding-top: 20px;
}

#topwrapper {
	max-width: 1000px;
	margin: 0 auto;
	background: #cccccc;
	height: 50px;
}

#topbar {
	width: 100%;
	margin: 0 auto;
	background: #cccccc;
	height: 50px;	
	position: fixed;
	z-index: 1000000;
}

#container {
	padding: 40px;		
	height: 100%;
	background: white; /* yellow */
}

#slider {
	width: 100%;
	background: white;
	padding: 2%;
	margin: 0;
	z-index: 1;
	min-height: 270px;
}

.slick-track {
	width: 100%;
}

#banner {
	background: white;
}

#infobox  .col {
	background: #6E298D;	
	color: white;
	text-shadow: 1px 1px black;
	padding: 20px;
}


#infobox h2 {
	font-weight: 18px;
	margin: 20px 0 10px;
}

#infobox {
	text-align: center;
	z-index: 0;
}

#infobox p {
	margin-bottom: 20px;
}

#infobox .col img {
	width: auto;
	height: 60px;
	margin: 20px auto 0;
/* 	-webkit-filter: drop-shadow( 1px 1px #000000 );
	filter: drop-shadow( 1px 1px #000000 ); */
	
}

.content {
	min-width: 100%;
}

#fold .col {
	background: #00ADEF;
	color: white;
	border-radius: 4px;
}


#footermenu {
	
	background: #6E298D;
	
}

.col:first-child {
	margin-left: 0;
}

.col {
	margin-left: 2%;
	float: left;

	
}

.icon {
/* 	-webkit-filter: drop-shadow( 1px 1px #000000 );
	filter: drop-shadow( 1px 1px #000000 ); */
	width: 60px;
	height: 60px;

	margin: 0 0 20px;
	
}

.onepage {
	min-height: 100vh;
	border-bottom: 1px solid #cccccc;
}

.hue {
	border-bottom: 12px;	
}


.eenvierde {
	width: 23.5%;
}

.tweevierde {
	width: 49%;
}

.drievierde {
	width: 74.5%;
}

.viervierde {
	width: 100%;
}

.row {
	width: 100%;	
	display: block;
}

.space {
	padding: 2%;
	box-sizing: border-box;
	overflow: none; /* ter voorkoming overflow blockquote */
}

.row:first-of-type {
	margin-top: 0;
}

.clearfix {
	clear: both;
}


#footerwrap {
	width: 100%;
		position: fixed;
	bottom: 0px;
		background: #6E298D;
	height: 5px;
	line-height: 40px;
	background: #6E298D;
}

.onepage p {
	margin-bottom: 20px;	
}

#footwrap {
	background: #6E298D;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
	color: white;
	
}

#footwrap form {
	padding-top: 20px;	
}


#stickyfooter {
	
	background: #6E298D;
	max-width: 1000px;
	margin: 0 auto;
	
}


	#footermenu p,
	#footermenu h3	{
		text-shadow: 1px 1px black;			
	}

	#menuwrap {
		display: none;
	}
	
	button {
		display: none !important;
	}
	
	#cssmenu {
		z-index: 99998;
	}
	

@media screen and (max-width: 600px) {
	
	
	#slider {
		min-height: 140px;
	}
	
#footermenu .col {
	margin-bottom: 40px;
}
	
	#menuwrap {
		padding: 0 20px;
		/* background: #551a8b; */
		background: #cccccc;
		display: block;
		position: fixed;
		width: 100%;
		box-sizing: border-box;
				z-index: 99999;
	}
	
	#topbar {
		display: none;
		z-index: 1000000;
	}
	
	.eenvierde,
	.tweevierde,
    .drievierde,
    .viervierde	{
		width: 100%;		
		margin: 0px;
		padding: 0px;
	}
	
	#wrapper {
		width: 100%;
		min-width: 320px;
		
	}
	
	#infobox {
		display: none;
		
	}
	
	#fold form {
		padding: 0 40px;
	}
	
	.spacer {
		height: 80px;		
	}

	.onepage h1 {
		text-align: left;
		padding-left: 0;
		margin-left: 0;
	}
	
	#banner img {
		width: 100%;	
		padding: 40px 0 20px;
		
	}
	
	#usp {
		text-align: left;
		line-height: 1;
		
	}
	
	#usp li {
		line-height: 2;
		
	}

	body,
	#canvas {
		
		background: #ffffff;
	}
	
	#footerwrap {
		
		display: none;
	}

	
}

@media screen and (min-width: 601px) and (max-width: 800px) {
	
	
		#slider {
			min-height: 180px;
	}
	
	
	#menuwrap {
		padding: 0 20px;
		/* background: #551a8b; */
		background: #cccccc;
		display: block;
		position: fixed;
		width: 100%;
		box-sizing: border-box;
		z-index: 99999;
	}
	
	#topbar {
		display: none;
		z-index: 1000000;
	}


}




@media screen and (min-width: 601px) and (max-width: 1000px) {




 #banner .tweevierde {
	width: 100%;
	display: block;
	
}

	#infobox {
		display: none;		
	}

	.col
    	{
		width: 49%;
		margin: 0;
		padding: 0;
	}
	
	.viervierde,
    .onepage .tweevierde,
	#footermenu .col {
		width: 100%;
		margin: 0;
		padding: 0;
		
	}
	
	
	#footermenu .col {
		padding-top: 20px;
		
	}
	
	#fold form {
		padding: 40px;
	}
	
	#infobox  {
		padding-right: 0;
		
	}
	

	
}