/* 
geel: #ffec00
*/


/* general styles */
html, body, h1, h2, h3, h4, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}
body{
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #FFF;
  background-color: #000;
}

a{
  outline: 0;
  color: inherit;
  text-decoration: none;
}

img{
  border: 0;
}

textarea{ 
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  resize: none;
}

.clear{
  display: block;
  clear: both;
}

div.container{
  width: 100%;
  margin: 0px;
}

div.centerContent{
  padding-left: 110px;
  padding-right: 110px;
  position: relative;
}

/*      HEADER      */
header{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0px;
  width: 100%;
  height: 144px;
  z-index: 20;
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 77%, rgba(0,0,0,0.4) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(77%, rgba(0,0,0,0.4)), color-stop(100%, rgba(0,0,0,0.4)));
  background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 77%, rgba(0,0,0,0.4) 100%);
  background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 77%, rgba(0,0,0,0.4) 100%);
  background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 77%, rgba(0,0,0,0.4) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 77%, rgba(0,0,0,0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}
header.fixed{height:75px;}

header div.logoHolder{
  width: 300px;
  left: 120px;
  top: 50px;
  position: absolute;
}
header.fixed div.logoHolder{
  width: 150px;
  top: 20px;
}

header div.logoHolder img{
  display: block;
  width: 100%;
}
div.menuHolder{
  position: absolute;
  right: 0px;
  padding-right: 114px;
  height: 144px;
  line-height: 144px;
}
header.fixed div.menuHolder{
  height: 75px;
  line-height: 75px;
}
div.menuHolder nav{
  position: relative;
}
div.menuHolder nav ul{
  text-align: left;
}
div.menuHolder nav ul li{
  position: relative;
  display: block;
  float: left;
  list-style-type: none;
  font-size: 1.4em;
  cursor: pointer;
  margin: 0px;
  color: #FFF;
  padding-left: 30px;
  padding-right: 30px;
}
div.menuHolder nav ul li:hover a{
  color: #ffec00;
}
div.menuHolder nav ul li a{
  display: block;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  color: inherit;
}
div.menuHolder nav ul li.menuButton{
  display: none;
}


/*      CONTENT      */
h1, h2{
  font-size: 4em;
  line-height: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  background-image: url("../images/head-bg.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-left: 50px;
  padding-bottom: 110px;
  line-height: 1em;
  display: inline-block;
}
h1 span, h2 span{
  color: #ffec00;
}
ul li, ol li{
  margin-left: 15px;
}
div.content div.textHolder strong{
  font-weight: 700;
}
div.content div.textHolder a{
  color: #ffec00;
}
div.content div.textHolder a:hover{
  text-decoration: underline;
}
div.content div.textHolder a.fa:hover{
  text-decoration: none;
}


/*      HOME      */
div.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
div.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
div.videoWrapper div.overlay{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0,0,0,0.6);
  background-image: url("../images/play.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 300px 300px;
  cursor: pointer;
}


/*      INSPIRATIE      */
div.content.inspiratie{
  text-align: center;
  padding-top: 180px;
  padding-bottom: 180px;
}
div.content.inspiratie h1{
  text-align: center;
  margin-bottom: 30px;
}
div.content.inspiratie div.intro{
  margin-bottom: 120px;
  text-align: left;
  width: 680px;  
  margin-left: auto;
  margin-right: auto;
}

div.subItem{
  display: block;
  width: 20%;
  float: left;
  text-align: center;
  color: #ffec00;
  cursor: pointer;
  
}
div.subItem div.imageHolder{
  display: block;
  height: 130px;
  margin-bottom: 30px;
}
div.content.inspiratiedetail,
div.content.bibliotheekdetail{
  padding-top: 50px;
  display: none;
}
div.content.inspiratiedetail{
  padding-top: 100px;
}
div.inspiratiedetail div.detailHolder,
div.bibliotheekdetail div.detailHolder div.detailContent{
  margin-left: 20%;
  margin-right: 20%;
  background-color: #ffec00;
  padding: 50px;
  padding-left: 10%;
  padding-right: 10%;
  color: #000;
  position: relative;
  display: none;
}
div.bibliotheekdetail div.detailHolder{
  display: none;
  padding-top: 100px;
  position: relative;
  margin-top: -420px;
}
div.bibliotheekdetail div.detailHolder div.detailContent{
  display: block;
}
div.inspiratiedetail div.detailHolder{
  padding-left: 0px;
  padding-right: 0px;
}
div.inspiratiedetail div.detailHolder h2{
  background: none;
  background-color: #FFF;
  color: #000;
  margin-right: 50px;
  margin-top: 10px;
  padding: 30px;
  padding-left: 235px;
  line-height: 1em;
  display: block;  
  text-align: left;
  box-sizing: border-box;
}
div.inspiratiedetail div.detailHolder h2 div.iconHolder{
  width: 250px;
  height: 250px;
  border-radius: 125px;
  border: solid #FFF 6px;
  background-color: #1d1d1b;
  background-size: auto 52%;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  position: absolute;
  left: -60px;
  top: -60px;
}
div.inspiratiedetail div.detailHolder h2 div.iconHolderBG{
  width: 215px;
  height: 215px;
  border-bottom-right-radius: 150px;
  background-color: #ffec00;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 0px;
}

div.inspiratiedetail div.detailHolder h3{
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 10px;
  text-align: left;
}
div.inspiratiedetail div.detailHolder div.textHolder{
  padding-left: 10%;
  padding-right: 10%;
  margin-top: 30px;
}
div.detailHolder div.textHolder div.textCol{
  width: 48%;
  margin-right: 4%;
  float: left;
  text-align: left;
}
div.detailHolder div.textHolder div.textCol:nth-child(2){
  margin-right: 0%;
}
div.detailHolder div.textHolder div.textCol img,
div.detailHolder div.textHolder div.textCol div.iframeHolder,
div.detailHolder div.textHolder div.textCol div.textBlock{
  margin-bottom: 20px;
  display: block;
  width: 100%;
}
div.detailHolder div.textHolder div.textCol div.iframeHolder{
  height: 0px;
  padding-top: 56.25%;
  position: relative;
}
div.detailHolder div.textHolder div.textCol iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}


/*      BIBLIOTHEEK      */
div.content.bibliotheek{
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 300px;
  padding-bottom: 300px;
}
div.content.bibliotheek div.titleHolder{
  width: 50%;
  float: left;
  text-align: right;
  padding-right: 30px;
  box-sizing: border-box;
}
div.content.bibliotheek h2{
  text-align: right;
  font-size: 8em;
  font-weight: 400;
}
div.content.bibliotheek div.filterHolder{
  width: 50%;
  padding-left: 30px;
  box-sizing: border-box;
  float: right;
  margin-top: 26px;
}
div.filter{
  color: #000;
  font-size: 1.4em;
  text-transform: uppercase;
  width: 50%;
  margin-bottom: 30px;
  position: relative;
}
div.filter div.filterTitle{
  height: 40px;
  line-height: 40px;
  padding-left: 25px;
  background-color: #ffec00;
  position: relative;
  cursor: pointer;
  background-image: url("../images/button-bg.jpg");
  background-repeat: no-repeat;
  background-position: right center;
}
div.filter div.filterTitle.active{
  background-image: url("../images/button-bg-down.jpg");
}
div.filter div.filterTitle div.bottomArrow{
  width: 0px;
  height: 0px;
  border-top: 10px solid #ffec00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  display: none;
}
div.filter div.filterList{
  position: absolute;
  top: 55px;
  left: 0px;
  right: 0px;
  background-color: #ffec00;
  z-index: 10;
  display: none;
}
div.filter div.filterList div.filterItem{
  height: 40px;
  line-height: 40px;
  padding-left: 25px;
  cursor: pointer;
  font-size: 0.7em;
}
div.filter div.filterList div.filterItem:nth-child(odd){
  background-color: #e8d600;
}
div.filter div.filterList div.filterItem:hover{
  background-color: #c9ba02;
}

div.content.bibliotheekdetail div.detailHolder div.detailContent{
  background-color: #FFF;
}
div.content.bibliotheekdetail div.detailHolder h3{
  text-align: center;
  border-bottom: solid 4px #000;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 3em;
  line-height: 1em;
  text-transform: uppercase;
}


div.detailHolder div.close{
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #bd1622;
  color: #FFF;
  position: absolute;
  right: -30px;
  top: -30px;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
}
div.linkHolder{
  margin-top: 20px;
}
div.detailHolder div.linkHolder a.downloadLink{
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.2em;
  padding-left: 20px;
  padding-right: 50px;
  background-color: #ffec00;
  position: relative;
  display: block;
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
  color: #000;
  box-sizing: border-box;
  background-image: url("../images/button-bg.jpg");
  background-repeat: no-repeat;
  background-position: right center;
}
div.detailHolder div.linkHolder a.downloadLink:nth-child(2n){
  margin-right: 0px;
}
div.detailHolder div.linkHolder a.downloadLink:hover{
  text-decoration: none;
  background-color: #e8d600;
}


/*      CONTACT     */
div.content.contact{
  padding-top: 300px;
  padding-bottom: 300px;
}
div.content.contact div.textHolder{
  width: 50%;
  display: block;
  float: left;
  text-align: right;
}
div.content.contact div.textHolder h2{
  float: right;
  margin-bottom: 0px;
  
}
div.content.contact div.textHolder p strong{
  color: #ffec00;
}
div.content.contact div.slideShow{
  width: 45%;
  display: block;
  float: right;
  position: relative;
}
div.content.contact div.slideShow img{
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
}

/*      FOOTER      */
footer{
  width: 100%;
  background-image: url("../images/bg-footer.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 110px;
  line-height: 1.2em;
  text-align: right;
  box-sizing: border-box;
  position: relative;
}
div.copy{
  position: absolute;
  left: 110px;
  top: 50px;
  line-height: 100px;
  text-transform: uppercase;
}

footer a{
  font-size: 3em;
  margin-left: 40px;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 92px;
  text-align: center;
  border-radius: 50px;
  border: solid 4px #FFF;
  box-sizing: border-box;
}


footer a.fa:hover{
  color: #ffec00;
}