html,BODY,td
	{
	background-color:#FFFFFF;
/*	background-color: rgb(244, 244, 244); /* grijs */
	color:#3f3f3f;
	/*background:url('image/left.jpg'),url('image/right.jpg');
	background-repeat:repeat-y;
	background-position:left , right ;*/
	height:100%; /* needed for container min-height */
	margin: 0;
	padding 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow: hidden;
	}
.linkz
	{
	color: #42828d;
	text-decoration: none;	
	}

.linkz:visited
	{
	color: #42828d;	
	text-decoration: none;
	}

.linkzw
	{
	color: WHITE;
	text-decoration: none;	
	}

.linkzw:visited
	{
	color: WHITE;	
	text-decoration: none;
	}

div.container 
	{
	width: 100%;
/*	width: 62%;
	margin-left:19%;
	margin-right:19%;*/
    background-color: rgb(255, 255, 255);
   	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	/*min-height:100%; /* real browsers */
	min-height: 800px;
	/*box-shadow: 0px 0px 50px #888888;*/ /* schaduw lijnen */
	}

header 
	{
/*    background-color: white;*/
    /*background-color: rgb(214, 214, 214);*/
      background: linear-gradient(to bottom,  rgb(214, 214, 214), rgb(214, 214, 214) 50%, #42828d 50%);
height:100px;
    clear: left;
/*    margin-left: 20%;
    margin-right: 20%;*/
/*	border-top:solid 5px #42828d; */
	/*border-bottom:solid 50px #42828d;*/
	padding-top:25px;
	padding-left:19.2%;
	padding-right:5px;
	color:#899798; /*grijs*/
	color: #42828d; /*groen*/
	color: rgb(214, 214, 214); /*grijs2*/
	/*color: white;*/
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	}
.onderheader
	{
	background: rgb(234, 234, 234);
	width: 60%;
	padding-left:20%;
	padding-right:20%;
	padding-bottom:25px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:25px;		
	}
.koprond
	{
	width: 85px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	border-top-left-radius: 85px;
	border-top-right-radius: 85px;
	border-bottom-right-radius: 85px;
	border-bottom-left-radius: 85px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color: #fffefe;
	display: inline;
	color: #42828d;
	vertical-align:middle;
				/*schaduw*/
		-webkit-box-shadow: 0px 0px 5px 0px #42828d;
-moz-box-shadow: 0px 0px 5px 0px #42828d;
box-shadow: 0px 0px 5px 0px #42828d;

	}
	
nav {
     position:fixed;
   bottom:0;
	width: 100%;
	/*margin-left:20%;
	margin-right:20%;*/
	text-align:center;
    color: white;
    /*background-color: #42828d;*/
     background: linear-gradient(0deg, #42828d 50%, rgb(244, 244, 244) 50%);
    clear: left;
    height: 100px;
   	/*padding-right:20%;*/
	/*display:none;*/
	}
.homeknop
	{
 float: right;
 margin-right:5px;
 padding-right:19%;
	}

article 
	{
	width:90%;
	/*margin-left: 19%;
	margin-right:19%;*/
	margin-bottom:100px; /*hoogte header */
/*    margin-left: 170px;
    margin-right: 170px;*/
     background-color:#FFFFFF;
   overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
	margin-top:10px;
	/*margin-bottom:1000px;*/
	font-family: "Lato", sans-serif;
	font-size: 14px;
	line-height: 24px;
	}

.hoofdkop
	{
	color:#42828d;
	font-size:25px;
	font-weight:bold;
	margin-bottom:5px;
	}
	
.flex-container
	{
		margin-top:25px;
		display:flex;
		 flex-wrap: wrap;
		 justify-content: space-between;
	}
.flex-container>div 
	{
	/*background-color: #f1f1AA;*/
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding:20px;
	font-size: 18px;
	text-align: center;
	color: #42828d;
	width: 180px;
	height: 200px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);

	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	}
.flex-container>div:hover
	{
		/*schaduw*/
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	color: #444444;

	}
.flex-container>div:hover .icon1
	{
	color: #444444;
	}
.flex-container>div:hover .menuknop
	{
	background-color: #444444;
	}
/*flex container 2 voor contact pagina*/
.flex-container2
	{
		margin-top:50px;
		display:flex;
		 flex-wrap: wrap;
		 justify-content: space-between;
	}
.flex-container2>div 
	{
	/*background-color: #f1f1AA;*/
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding:10px;
/*	font-size: 18px;*/
	text-align: center;
/*	color: #42828d;*/
	width: 320px;
	height: 250px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);

	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	}

.flex-container3
	{
		margin-top:25px;
		display:flex;
		 flex-wrap: wrap;
		 justify-content: space-between;
	}
.flex-container3>div 
	{
	/*background-color: #f1f1AA;*/
	margin-left: 5px;
	margin-right: 5px;
/*	margin-bottom: 10px;*/
	padding:20px;
/*	font-size: 18px;
	text-align: center;
	color: #42828d;*/
	width: 535px;
/*	height: 200px;*/
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);

	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	}

.contactkop
	{
	font-size: 18px;
	color: #42828d;
	}


.menuknop
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	background-color: #42828d;
	color:white;
	padding: 4px 8px 4px 8px;
		transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	}
.menuknop:hover
	{

	background-color: #444444;
	}

/* icon1 */
.icon1
	{
	width: 85px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	border-top-left-radius: 85px;
	border-top-right-radius: 85px;
	border-bottom-right-radius: 85px;
	border-bottom-left-radius: 85px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 35px;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	background-color: #fffefe;
	display: block;
	color: #42828d;
	}
	/* icon2 */
.icon2
	{
	width: 85px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	border-top-left-radius: 85px;
	border-top-right-radius: 85px;
	border-bottom-right-radius: 85px;
	border-bottom-left-radius: 85px;
	font-size: 35px;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	background-color: #fffefe;
	display: block;
	color: #42828d;
			/*schaduw*/
		-webkit-box-shadow: 0px 0px 5px 0px #42828d;
-moz-box-shadow: 0px 0px 5px 0px #42828d;
box-shadow: 0px 0px 5px 0px #42828d;

	}
	

.partnerc
	{
		 display:flex;
		 flex-wrap: wrap;
		 align-items: center; /* Vertical center alignment */
		 justify-content: space-between;
	
	}
.partnerc>a
	{
	width: 210px;
	height: 210px;
	line-height: 200px;
	text-align: center;
	vertical-align: middle;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;

	font-size: 35px;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	background-color: #fffefe;
	color: #42828d;
	}

.partnerc>a>img
{
    vertical-align: middle;
    max-height: 150px;
        top:0;
    bottom:0;
    margin:auto;

}
.partnerc>a:hover
	{
		/*schaduw*/
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	color: #444444;

	}
.homeknop
	{
 float: right;
 margin-right:5px;
 padding-right:19%;
	}
.privacyverklaring
	{
 float: left;
 margin-left:5px;
 padding-left:19%;
	}
.lead
{
/*font-weight:bold;*/
color: #42828d;
}
.icoonvoortext
	{
	margin-right:5px;	
	}
	

