﻿@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
body
{
	background:#FDFDFD;
	height:100%;
	padding:0px;
	margin:0px;
	overflow-x:hidden;
	font-size:16px;
}

p, ul, li, ol
{
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-size:100%;
	font-weight:400;
	color:#141414;
	text-align:justify;
}

table{
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-size:100%;
	color:#141414;
}

h1
{
	font-family: 'Roboto', Verdana, Geneva, sans-serif;
	color:#141414;
	font-size: 125%;
	font-weight:700;
	padding-top: 0px;
	margin-top: 0px;
	clear:both;
}

h2
{
	font-family: 'Roboto', Verdana, Geneva, sans-serif;
	color:#483C32;
	font-size: 110%;
	/*font-weight:400;*/
	clear: both;
}

h3
{
	font-family:  'Roboto', Verdana, Geneva, sans-serif;
	color:#141414;
	font-size: 100%;
	font-weight:700;
	clear: both;
}

a:link
{
	font-family: Verdana, Geneva, sans-serif;
	font-size:100%;
	font-weight:400;
	color:#141414;
	text-decoration:underline;
}

a:active
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:100%;
	color:#000;
	text-decoration:none;
}

a:visited
{
	font-family: Verdana, Geneva, sans-serif;
	font-size:100%;
	color:#141414;
	text-decoration:underline;
}

a:hover 
{
	font-family: Verdana, Geneva, sans-serif;
	font-size:100%;
	color:#000;
	text-decoration:none;
}

.hiddenbutton {
    position:fixed;
	left: 0;
    top: 0;
    width: 100px;
    height: 100px;
}
a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.zoeken{
	background:#FFFFFF url(design/icoontjes/magnifier16.png) no-repeat 4px 8px;
    padding:2px 2px 2px 24px;
    border:1px solid #CCCCCC;
    width:176px;
    height:30px;
	font-size:17px;
}

.zoekknop
{
	 color: #000;
	 font-size: 12px;
	 height: 20px;
	 margin: 0;
	 padding: 2px;
}

.zoekbalkdiv
{
	float: right;
	padding-right: 30%;
	width: 500px;
	background-color: yellow;
}
.container
{
	/*width: 100%;*/
	height: 100%;
}

.content
{
	padding-left:10%;
	padding-right:5%;
	clear: both;
}

.contentbox
{
	overflow: hidden;
	padding-right: 10px;
	/*margin-left: -200px;*/
	/*width: auto;*/
}

.header
{
	height: auto;
	width: 90%;
	text-align:left;
	float:none;
	/*border-bottom: 3px solid #33B5E5;*/
	padding-left:10%;
	padding-right:10%;
}
.menur
{
	/*position: relative;
	left: 830px;
	float: right;*/
	text-decoration: none;
	float:right;
}

.menu-item 
{
	width: 150px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: 5% 50%; 
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
}

.textundermenu
{
	/*width: 200px;*/
	padding-top: 12px;
	padding-bottom: 12px;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-size:80%;
	font-weight:400;
	color:#141414;
	text-align:justify;
}

.datumboxes
{
	text-align: right;
	font-size: 80%;
	color: #777;
}
.tagsboxes
{
	text-align: left;
	font-size: 80%;
	color: #444;
}
.boxes
{
	border-style: solid;
	/* top border, right border, bottom border, and the left border*/
    border-width: 30px 0px 0px 0px;
	width: 99%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: -5px;
	padding-bottom: -5px;
	margin-bottom: 15px;
	text-decoration: none;
	
}

.bakeland
{
	border-color: #F2F3F4;
}

.titelbox
{
	margin-top: -28px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

.bio
{
	/*background-color: #92C741;*/
	background-image: url("design/icoontjes/biologie.png");
	border-left: 5px solid #92C741;
	text-decoration: none;
}
.bio:link
{
	transition: background-color 0.7s;
}

.bio:hover
{
	background-color: #92C741;
	transition: background-color 0.7s;
}

.boxbio
{
	border-color: #92C741;
	/*background-color: #E1F0CC;*/
}

.aardr
{
	/*background-color: #3C9AC7;*/
	background-image: url("design/icoontjes/aardrijkskunde.png");
	border-left: 5px solid #3C9AC7;
}

.aardr:hover
{
	background-color: #3C9AC7;
	transition: background-color 0.7s;
}

.boxaardr
{
	border-color: #3C9AC7;
	/*background-color: #B4D7E9;*/
}

.chem
{
	/*background-color: #F06AA7;*/
	background-image: url("design/icoontjes/chemieb.png");
	border-left: 5px solid #F06AA7;
}

.chem:hover
{
	background-color: #F06AA7;
	transition: background-color 0.7s;
}

.boxchem
{
	border-color: #F06AA7;
	/*background-color: #FCDEEC;*/
}

.fys
{
	/*background-color: #F9EE06;*/
	background-image: url("design/icoontjes/fysica3.png");
	border-left: 5px solid #F9EE06;
}

.fys:hover
{
	background-color: #F9EE06;
	transition: background-color 0.7s;
}

.boxfys
{
	border-color: #F9EE06;
	/*background-color: #FEFBCD;*/
}

.techn
{
	/*background-color: #F24D34;*/
	background-image: url("design/icoontjes/technologie2.png");
	border-left: 5px solid #F24D34;
}

.techn:hover
{
	background-color: #F24D34;
	transition: background-color 0.7s;
}

.boxtechn
{
	border-color: #F24D34;
	/*background-color: #FBCEC6;*/
}

.boxnieuws
{
	border-color: #999;
	/*background-color: #FBCEC6;*/
}

.boxwisk
{
	border-color: #954535;
	/*background-color: #FEFBCD;*/
}

.wisk
{
	/*background-color: #954535;*/
	background-image: url("design/icoontjes/wiskunde.png");
	border-left: 5px solid #954535;
}
.wisk:hover{
	background-color: #954535;
	transition: background-color 0.7s;
}
.gezondh
{
	/*background-color: #FBAC1C;*/
	background-image: url("design/icoontjes/gezondheid.png");
	border-left: 5px solid #FBAC1C;
}
.gezondh:hover{
	background-color: #FBAC1C;
	transition: background-color 0.7s;
}

.boxgezondh
{
	border-color: #FBAC1C;
	/*background-color: #FEEDCD;*/
}

.varia
{
	/*background-color: #BCC3C6;*/
	background-image: url("design/icoontjes/varia.png");

	border-left: 5px solid #999;
}
.varia:hover
{
	background-color: #999;
	transition: background-color 0.7s;
}
.boxvaria
{
	border-color: #999;
	/*background-color: #E6E8EA;*/
}

.newsletter
{
	border-color: #E5E5E5;
}

/*CSSMENU*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  background: #FDFDFD;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  background: #8ACA1C;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: left; /*was center*/
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 30px;
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #8ACA1C;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 20px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #8ACA1C;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 12px; /*was 12*/
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #FDFDFD;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #FDFDFD;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 80%;/*was 100*/
  }
  #cssmenu ul {
    width: 80%;/*was 100*/
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 80%;/*was 100*/
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 80%;/*was 100*/
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px; /*was 12*/
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 80%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}
