body 
{
  background-color: #FDF4E3; /* RAL 9010 = #FDF4E3*/
  font-family: Arial, 'Arial Unicode MS', Helvetica, sans-serif;
  margin: 0; 
  padding: 0;
}



.ehbo_banner img
{
  position: relative;	
  margin-top: 0.2vh;
  width: 100%;
  height: auto;
  background-color: white;

  box-shadow: 0 0.2vw 1.0vw 0 rgba(0, 0, 0, 0.2), 0 1.0vw 3.0vw 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 0vw;
  z-index: 1;
}



#main_title
{
  color: #73929A;
  font-size: 1.8vw;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  line-height: 0.7;

 
}



h1
{
   font-size: 1.3vw;	
}



.content
{
  width: 75%;
  margin: 0% 10% 0% 10%;
  color: black;
}


.content p
{
  /* tekst */
  color: grey;
  font-size: 1.2vw;	
}

.a_links
{
	font-size: 1.3vw;
}





.p2
{
  margin: 0% 10% 0% 10%;	
  color: black;
  font-size: 1.0vw;		
}


ul
{
  font-size: 1.0vw;	
}



.sticker /* Used for a table*/
{
  margin-left: auto;
  margin-right: auto;	
  width: 33%;
}

.sticker td
{
  color: blue;
  /*font-weight: bold;*/
  background-color: #FDF4E3;
  text-align: left;
  vertical-align: center;
  border: 0.0vw solid grey;
  font-size: 1.5vw;	
  font-style: italic;
  /*box-shadow: 1.5vw 1.5vw 2vw #888888;*/
}


table
{
  table-layout: fixed;
  background-color: #F2F5F6;
  border-collapse: collapse;
  font-size: 0.8vw;
  margin-left: auto;
  margin-right: auto;
  line-height: 2.0vh;
  width: 50%;
}




th
{
 border: 0.1vw  solid grey;
 background-color: #F2F5F6;
 text-align: left;
 padding-left: 0.5vw;
 color: blue;
 font-size: 1.2vw;
}


td
{

  border: 0.1vw solid grey;
  padding-left: 1.0vw;
  background-color: #F2F5F6;
  padding: 0.2vw;
  padding-left: 0.5vw;
  color: black; /*#394847;*/
  text-align: left;
  font-size: 1.0vw;
  width: 20vw;  
}



/* table for images and text */

.table2
{
  width: 50%;	
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  box-shadow: 2vw 2vw 2vw #888888;
  font-size: 0.8vw;	
 }



.table2 th
{
  background-color: brown;
  color: grey;
  
 }


.table2 td
{
  background-color: white;
  border: 0.1vw solid #d9d9d9;
  font-size: 1.2vw;	
  color: grey;
  text-align: left;
  vertical-align: center;
  width: 60%;
}

.table2 img
{
  background-color: white;
  max-width: 50%;
  max-height: auto;	
  border-radius: 50%;
}



/* table for Veldnorm Zorgniveaus */

.table3
{
  margin-left: 5%;
  margin-right: auto;
  background-color: #FDF4E3;
  box-shadow: 2vw 2vw 2vw #888888;
}



.table3 th
{
  background-color: brown;
  color: grey;
}


.table3 td
{
  border: 0.1vw solid grey;
  width: 10.0vw;
  font-size: 1.2vw;	
  color: black;
  text-align: left;
  vertical-align: center;
  padding-left: 1.0vw;
  padding: 2.0vw;
}


.table_contact
{
  table-layout: fixed;
  background-color: #F2F5F6;
  border-collapse: collapse;
  font-size: 0.8vw;
  margin-left: auto;
  margin-right: auto;
  width: 35%;
  box-shadow: 2vw 2vw 2vw #888888;
}


.table_contact th:nth-child(1)
{
  /*background-color: green; debug */	
  width: 10%;
}


.table_contact th
{
 border: 0.1vw  solid grey;
 background-color: #F2F5F6;
 text-align: left;
 padding-left: 0.5vw;
 color: blue;
}

.table_contact td
{
  padding-left: 1.0vw;
  background-color: yellow: /*#F2F5F6; */
  padding: 0.2vw;
  padding-left: 0.5vw;
  color: black; /*#394847;*/
  text-align: left;
  font-size: 0.8vw;
}



.table_contact img
{
  width: 2.5vw;
}

/*==============================================================------========[ SLIDE SHOW ]=========================================================*/
#slideshow-container 
{ 
  position: relative;
  height: 34.0vh; 
}
.slide 
{
  display: block;
  position: absolute;
  margin-top: 0.2vh;
  width: 100%;
  opacity: 0;
  margin-bottom: 0vw;
  transition: opacity 1s ease-in-out; /* This creates the crossfade */
}
.visible { opacity: 1; }


/*===================================================================================================================================================*/



.info
{
  border: 0.2vw solid grey;	
  background-color: #e6f2ff;
  color: black;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  margin: 5.0vh 10% 5.0vh 10%; /*top, right, bottom, and left*/
  width: 75%;
}

.info h1
{
  color: blue;
  margin-left: 1.5vw;
  font-size: 1.5vw;	
}



.info li
{
  background-color: #e6f2ff;
  color: black;
  font-size: 1.2vw;	
}

/*=============================================================[ @media screen ]=================================================== */
@media screen and (max-width: 768px) 
{

	.ehbo_banner img
	{
	  margin-top: 0.0vh;
	  background-color: transparent;
	}



	#main_title
	{
	  text-align: left;		
	  color: #73929A;
	  font-size: 4.8vw;
	  font-weight: bold;
	  font-style: normal;
	  margin-left: 10.0%;
	  line-height: 0.7;
	}


	h1
	{
	   font-size: 3.3vw;	
	}	

	.content
	{
	  width: 75%;
	  margin: 0% 10% 0% 10%;
	  color: black;
	}	
	
	.content p
	{
	  /* tekst */
	  color: #404040; /*dark grey*/
	  font-size: 4.0vw;	
	}
	

	.content ul
	{
	  font-size: 3.0vw;	
	}


	.a_links
	{
		font-size: 4.0vw;
	}	
	
	
	.p2
	{
	  font-size: 2.5vw;
	  color: black;
	}		 	


	#slideshow-container 
	{ 

	  height: 10.0vh; 
	}

	
	
	.info
	{
	  border: 0.2vw solid grey;	
	  margin: 0% 10% 0% 10%;
	  width: 80%;
	}

	.info h1
	{
	  font-size: 2.5vw;
	}	
	
	
	.info li
	{
	  font-size: 2.2vw;	
	}	
	
	table
	{
      font-size: 0.8vw;
	  width: 80%;	  
	}  

	th
	{
	  font-size: 2.5vw;
	}
	
	table td
	{
	  font-size: 2.5vw;	
	}
	
	
	.table2
	{
	  font-size: 0.8vw;
	  width: 80%;	  
	}



	.table2 th
	{

	}


	.table2 td
	{
	  font-size: 1.2vw;
	}

	.table2 img
	{
	  max-width: 50%;
	  max-height: auto;	
	}	


	.table_contact
	{
	  width: 80%;
	  line-height: 3.5;
	}
	
	.table_contact th:nth-child(1)	
	{
	  text-align: center;
	}

	.table_contact th
	{

	}
	
	.table_contact td:nth-child(1)	
	{
	  text-align: center;
	}	

	.table_contact td
	{
	  font-size: 2.0vw;
	}

	.table_contact img
	{
	  width: 2.5vw;
	}



	.sticker /* Used for a table*/
	{
		width: 60%;
	}	
	
	
	.sticker td
	{
		font-size: 3.5vw;
	}		

	
	
}





