/* vanaf hier de 4K,  desktop en laptop zoekbalk */
#container_header_desktop
{
display: block;
position: fixed;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-top: 0px;
border-left: 0px;
border-right: 0px;
border-bottom: 1px solid black;
border-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-top: 0px;
width: 100%;
height: 95px;
color: black;
top: 0px;
left: 0px;
background-color: #ADD9FE; 
}

#baobab
{
position:fixed;
display: block;
left:0px;
top:0px
}

#logo
{
display: block;
position: fixed;
left: 100px;
top: 1px;
color: brown;
width: 220px;
}

#hoekvermelding_right
{
font-style: italic;
position: fixed;
top: 5px;
right: 180px;
color: black;
font-size: 0.75em; 
}

#pijl_links {
position: fixed;
display: block;	
top: 2px; 
left: 80px;
height: 55px;
width: 55px;
padding: 0px;
margin: 0px;
border: 0px solid gray; 
border-radius: 4px;    
}

#pijl_rechts {
position: fixed;
display: block;	
top: 2px; 
left: 150px;
height: 55px;
width: 55px;
padding: 0px;
margin: 0px;
border: 0px solid gray; 
border-radius: 4px;    
}

#viewport {
font-style: italic;
position: fixed;
top: 5px;
right: 500px;
color: black;
font-size: 0.75em; 
}

#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
  border: 0;
  line-height: 1;
  box-sizing: content-block;
}
#cssmenu {
  height: 0px;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  width: auto;
}

#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}

#cssmenu a {
  background: #ADD9FE;
  color: #000;
  display: inline-block;
  font-family: Verdana, Arial, sans-serif; 
  line-height: 25px; 
  margin: 0 px;
  border: 0px solid red;
  text-decoration: none;
}

#cssmenu ul {
  list-style: none;
  position: fixed;
  padding: 0px;
  top: 63px;
  right: 110px;
}

}
#cssmenu > ul {
  float: right;
}

#cssmenu > ul > li {
  float: right;
}

#cssmenu ul li input
{
	background-color: #ADD9FE;
	font-size: 16px; 
	font-style: default; 
	border: 0px solid black;
	padding: 0 10px; 
}

#cssmenu ul li input.selected
{
	background-color: #F0B531;
}

#cssmenu ul li input.selected:hover
{
	background-color: #F0B531;
	color: black;
	cursor: default; 
}

#cssmenu ul li input:hover
{
	background-color: green;
	cursor: pointer; 
		color: white;
}


#cssmenu > ul > li > a {
  color: #000;
  font-size: 16px; 
  font-style: default; 
}

#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 0px solid transparent; 
  border-right: 0px solid transparent; 
  border-bottom: 0px solid #db000b; 
  margin-left: 0px; 
  background: #444444; 
}


#cssmenu > ul > li:first-child > a {
}

#cssmenu > ul > li.active:after {
  background: #444444;
}

#cssmenu > ul > li.active > a {
  background: #444444; 
}

#cssmenu > ul > li:hover > a {
 	background-color: #005d1F;
	color: #ABCDEF; 
}

#cssmenu .has-sub {
 z-index: 1; 
}

#cssmenu .has-sub:hover > ul {
  display: block;
}

#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 250px;
  top: 100%;
  left: 0;
}

#cssmenu .has-sub ul li {
  margin-bottom: -1px;
}

#cssmenu .has-sub ul li a {
  background: #444444; 
  border-bottom: 1px dotted #ff0f1b;
  filter: none;
  font-size: 16px; 
  display: block;
  padding: 10px;
  color: #ffffff;
}

#cssmenu .has-sub ul li:hover a {
  background: #a80008;
}

#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}

#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}

#cssmenu .has-sub .has-sub ul li a {
  background: #999999; 
  border-bottom: 1px dotted #ff0f1b;
}

#cssmenu .has-sub .has-sub ul li a:hover {
  background: #000000; 
}

#cssmenu ul li a.selected
{
	background-color: #F0B531; 
	color: #000;
}

#reset_button 
{
position: fixed;
display: block; 
top: 6px;
right: 10px;
width: 80px; 
height: 25px;
background-color: #ADD9FE;
cursor: pointer; 
}

#submit_button 
{
position: fixed;
display: block; 
top: 37px;
right: 10px;
width: 80px; 
height: 50px;
background-color: #ADD9FE;
cursor: pointer; 
}

#input
{
position: fixed;
display: block; 
top: 32px; 
right: 110px; 
width: 260px;
height: 25px;
color: #000000; 
font-family: Verdana, Arial,sans-serif;
font-size: 18px; 
padding-left: 4px;
padding-right: 0px;
padding-bottom: 0px;
padding-top: 0px;
margin: 0px; 
border: 1px solid #000000;
background-color: #EEEEEE; 
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

#search_box_vernacular
{
position: fixed;
display: block; 
top: 32px; 
right: 380px;
width: 240px;
height: 25px;
color: #000000; 
font-family: Verdana, Arial,sans-serif;
font-size: 18px; 
font-style: italic; 
padding-left: 4px;
padding-right: 0px;
padding-bottom: 0px;
padding-top: 0px;
margin: 0px;
border: 1px solid #000000;
background-color: #E0E0E0; 
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

#select_box
{
position: fixed;
display: block; 
top: 32px;
right: 630px;
width: 100px;
height: 25px;
color:#000000; 
background: #ADD9FE; 
background-color: #ADD9FE; 
font-family: Verdana, Arial, sans-serif; 
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
border-top: 1px solid #000000;
margin: 0px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

#desktop_4k
{
display: block;
position:fixed;
right: 1090px;
top: 1px;
color: brown;
width: 55px;
height: 55px;
border: 0px solid white;
}

#desktop
{
display: block;
position:fixed;
right: 1020px;
top: 1px;
color: brown;
width: 55px;
height: 55px;
border: 0px solid white;
}

#laptop
{
display: block;
position:fixed;
right: 950px;
top: 1px;
color: brown;
width: 55px;
height: 55px;
border: 0px solid white;
}

#laptop_touchscreen
{
display: block;
position:fixed;
right: 880px;
top: 1px;
color: brown;
width: 55px;
height: 55px;
border: 0px solid white;
}

#tablet
{
display: block;
position:fixed;
right: 810px;
top: 1px;
color: brown;
width: 55px;
height: 55px;
border: 0px solid white;
}

#smartphone
{
display: block;
position: fixed;
right: 740px; 
top: 1px;
color: brown;
width: 55px;
height: 55px;
border: 0px solid white;
}

#4K_white{
display: block;
position: fixed;
left: 300px;
top: 5px;
width: 45px;
height: 45px;
}

#4K_blue{
display: block;
position: fixed;
left: 300px;
top: 5px;
width: 45px;
height: 45px;
}

#HD_white{
display: block;
position: fixed;
left: 400px;
top: 5px;
width: 45px;
height: 45px;
}

#HD_blue{
display: block;
position: fixed;
left: 400px;
top: 5px;
width: 45px;
height: 45px;
}

#tablet_blue{
display: block;
position: fixed;
left: 520px;
top: 5px;
width: 45px;
height: 45px;
}

#smartphone_blue{
display: block;
position: fixed;
left: 580px;
top: 5px;
width: 45px;
height: 45px;
}

/* einde van de 4K, desktop en laptop zoekbalk */