img.grijs{
	
	-webkit-filter: grayscale(100%); filter: grayscale(100%);
	
	
	}
	
	img.grijs:hover{
	
	-webkit-filter: grayscale(0%); filter: none;
	
	
	}
	
	#animated-bubble {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
}


@media only screen and (max-width: 480px) {
 
   .verbergen-sm	{ display:none; }
   .tonenklein   	{  }
   .consulentlogo	{font-size:24px; }
   .header5   a.consulentlogo	{font-size:24px; }



}

/* Landscape gsm > portrait tablet / ipad */
@media only screen and  (min-width: 481px) and (max-width: 768px) {
  
	  .verbergen-sm	{}
	  .tonenklein   	{ display:none; }
	   .consulentlogo	{font-size:30px; } 
	   .header5   a.consulentlogo	{font-size:30px; }
}

/* PC  /  desktop */
@media only screen and (min-width: 769px) {
 
	  .verbergen-sm	{}
	  .tonenklein   	{ display:none; }
	  .consulentlogo	{font-size:36px; }
	  .header5   a.consulentlogo	{font-size:36px; }
	  
}
