body
{
	font-family: Verdana; 
	background-image: url('https://www.cob.nl/wp-content/uploads/2021/07/banner-netwerk2.jpg');
	width: 100%;
	object-fit: cover;
	margin:0px;


}

p, h1
{
	margin: 0px;
	padding: 0px;
}



div#header
{
	background-color: #000;
	border-bottom: solid #9BD811;

	width: 100%;
	height: 100px;
	margin:auto;
}


div#titel
{
	font-family: "Georgia", serif;
	font-size: 28px;
	text-align: center;
	color: #fff;



	width: 300px;
	padding: 25px 0px 0px 42%;
	


}

div#logo
{
	background-image: url("COB_logo2018_padded-right.png");
	background-size: 214px 140px;
	background-position: center right;
	background-repeat: no-repeat;

	height: 140px;
	margin-top: -40px;
	margin-bottom: -100px;

}

div#letop
{
	color: #fff;
	font-size: 10pt;
    text-align: center;
    font-style: italic;
    margin-top: 10px;
}


button
{
	margin: 10px 0px 10px 0px;
	border-radius: 10px;
	padding: 8px 15px;
	background-color: #fff;
	font-size: 10pt;
	cursor: pointer;
}

div#filterBoxes
{
	float: left;
	width: 650px;
	margin: 0px 20px 0px 30px;
}

div#infoBox
{
	margin-top:20px;
	background-color: rgba(255,255,255,1);
	font-size: 10pt;
	padding: 5px 15px 15px 15px;

}

div#infoBox h1
{
	margin-bottom: 5px;
	font-size: 12pt;
	font-weight: bold;
}


div#tunnelfilterboxes
{
	margin-top: 25px;
	float: none;
	clear: both;
	
	
}


div.filterBox
{
	overflow-y: auto;
	font-size: 10pt;
	border: none;
	background-color: #fff;
	padding: 10px;
}


div#boxTunnels, div#boxTunnelprogs
{
	float: left;
	width: 44%;
	height: 300px;
	margin-bottom: 20px;
}

div#boxTunnelprogs
{
	margin-right: 25px;
}

div#boxProjects
{
	float: none;
	clear: both;
	height: 300px;
}



div#boxTunnels, div#boxTunnelprogs, button#clearTunnels, button#clearTunnelprogs
{
	border: solid #ed008e thin;	
	

}

div#boxTunnels div.filterheading, div#boxTunnelprogs div.filterheading
{
	color: #ed008e;
}

div#boxProjects, button#clearProjects
{
	border: solid #00C3FF thin;

}

div#boxProjects div.filterheading
{
	color: #00C3FF;
}

div.filterheading
{
	font-size: 10pt;
	font-weight: bold;

}



label.switch
{
	display: block;
	margin: 2px 0px;

	position: relative;
	min-height: 20px;
	height: auto;
	padding: 1px 0px 0px 37px;
	cursor: pointer;

	margin-right: 30px;
}

label.switch input
{
	display: none;
}

span.slider
{
	position: absolute;
	cursor: pointer;
	width: 32px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

span.slider:before
{
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}


span.slider.round
{
	border-radius: 20px;
	height: 20px;
	width: 32px;
}

span.slider.round:before
{
	border-radius: 50%;
}


label.switch input.filters:checked + span.slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}

label.switch input.filters:checked + span.slider {
  background-color: #9BD811;
}

label.switch input.filters:focus + span.slider {
  box-shadow: 0 0 1px #9BD811;
}

div.mytunnels
{
	font-style: italic;
	font-size: 90%;
	margin-bottom: 10px;
	
	
	
	
}


div.ibut
{
	float: right;
	width: 10px; 
	height:10px;
	font-size: 14pt;
	color: #9bbe1c;
	cursor: pointer;
	margin-top:-25px;
}

div.agree
{
	font-size: 9pt;
	border: solid thin #9bbe1c;
	padding: 5px;
	margin-bottom: 30px;
	margin-top: 5px;
    margin-right: -10px;
}

button#foldBut
{
	float: left;
    margin-right: 10px;
    height: 40px;
    margin-top: 25px;
}


div#countBox
{
	font-size: 18pt;
	font-weight: bold;
	margin:20px 0px 0px 0px;
	color: #fff;
}

div#tip
{
	margin-bottom: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 10pt;
}

div#peopleBoxes
{
	overflow-y: auto;
	height: 680px;
	
	
	border: solid #fff thin;
	padding:20px;
	margin-right: 30px;
	/*background-color: rgba(255,255,255,0.5); */
}

div.peopleBox
{
	border: solid thin #ccc;
	background-color: #fff;
	margin: 5px;
	float: left;
	width:350px;
}


div.pName
{
	font-size:12pt;
	height: 60px;
	padding: 5px 10px;
	cursor: pointer;
}

div.pInfo
{
	font-size: 9pt;

	height: 110px;
	overflow-y: auto;

	padding: 0px 0px 0px 10px;
}

div.pInfo ul
{
	margin: 5px 0px 0px -20px;
}

div.pInfo ul li
{
	padding-bottom: 5px;
}


