@import url("fonts.css");
@import url("colorbox.css");

/* --------------------------------------------------------*/
/* Clearfix                                                */
/* --------------------------------------------------------*/
.clear {clear:both;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* --------------------------------------------------------*/
/* Global elements                                         */
/* --------------------------------------------------------*/

html,body{
  height: 100%;
  background: url(../Images/background.jpg);
  font-family: DroidSansRegular;
}
.wrapper{
  width: 960px;
  margin: 0 auto;
}
#header{
  position: relative;
  width: 100%;
  height: 155px;
  background: url(../Images/header.jpg) top center no-repeat #000;
  border-top: 10px solid #74575c;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}
#header .subtitle{
  position: absolute;
  left: 10px;
  bottom: 10px;
}
#header .subtitle h2{
  font-family: adolphusregular;
  font-size: 30px;
  color: #fff;
}
#header .title{
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-align: right;
  width: 373px;
}
#header .title h1{
  font-family: DroidSansBold;
  font-size: 42px;
  color: #fff;
}
/* --------------------------------------------------------*/
/* head content                                           */
/* --------------------------------------------------------*/
#content{
  width: 100%;
  padding: 20px 0 0 0;
  color: #5a5347;
  font-size: 14px;
}
#content p{
  font-size: 14px;
  line-height: 21px;
  padding: 0 20px;
}
#content .more{
  display: none;
}
#content .toggleopen,
#content .toggleclose{
  display: block;
  width: 68px;
  height: 26px;
  margin: 0 auto;
  background: url(../Images/icon_expand.gif) center 10px no-repeat;
  cursor: pointer;
}
#content .toggleclose{
  background: url(../Images/icon_expand.gif) center -54px no-repeat;
  width: 86px;
}
/* --------------------------------------------------------*/
/* Timeline                                                */
/* --------------------------------------------------------*/
#timeline{
  margin: 10px 0 0 0;
  padding: 0 0 40px 0;
  background: #e1d4a8;
  border-top: 1px solid #d6cfa5;
  box-shadow: 0 -1px 0 #e1d4a8;
  width: 100%;
  clear:both;
}
#timeline .wrapper{
  background: #d6cfa5;
  width: 920px;
  padding: 20px 20px 60px 20px;
}
#timeline .linebackground{
  background: url(../Images/timelinedown.jpg) top center repeat-y;
  width: 920px;
  margin: 0 auto;
}
#timeline .baleinde{
  margin: 195px auto 0 auto;
  width: 159px;
  height: 158px;
  background: url(../Images/boleinde.png) no-repeat;
  
}
#timeline .baleinde:hover{
  background: url(../Images/boleinde-f2.png) no-repeat;
}

#timeline .baleinde a{
  width: 159px;
  height: 158px;
  display: block;
}

/* --------------------------------------------------------*/
/* Bal groot                                               */
/* --------------------------------------------------------*/
#timeline .balgrt{
  margin: 0 auto;
  width: 340px;
}
#timeline .mtop{
  margin: 200px auto 0 auto;
}
#timeline .balgrt .bal .balimg{
  position: absolute;
  width: 340px;
  height: 341px;
  background: url(../Images/bolgrt.png) no-repeat;
  z-index: 4;
}
#timeline .balgrt .bal img{
  position: relative;
  margin: 5px 0 0 7px;
  width: 330px;
  height: 327px;
  z-index: 3;
  max-width: 100%
}
#timeline .balgrt .bal .btn{
  position: absolute;
  background: url(../Images/btn.png) no-repeat;
  cursor: pointer;
  width: 100px;
  height: 101px;
  margin: 270px 0 0 120px;
  z-index: 5;
}
#timeline .balgrt .bal .btn .play{
  background: url(../Images/icoplay.png) no-repeat;
  width: 52px;
  height: 60px;
  display: block;
  margin: 21px 0 0 32px;
}
#timeline .balgrt .bal .btn .close{
  background: url(../Images/icoclose.png) no-repeat;
  width: 52px;
  height: 60px;
  display: block;
  margin: 21px 0 0 24px;
}
#timeline .balgrt .info{
  position: absolute;
  background: #f4e0ab;
  width: 289px;
  min-height: 1px;
  z-index: 2;
  border: 5px solid #74575c;
  margin: 170px 0 0 1px;
  padding: 210px 20px 20px 20px;
  display: none;
}
.info h3{
  font-family: adolphusregular;
  color: #74575c;
  font-size: 21px;
  line-height: 28px;
  margin: 0 0 10px 0;
}
.info p{
  color: #74575c;
  font-size: 14px;
  line-height: 18px;
}
/* --------------------------------------------------------*/
/* Bal klein                                               */
/* --------------------------------------------------------*/
#timeline .links .balkln{
  float:left;
  width: 159px;
}
#timeline .rechts .balkln{
  float:right;
  width: 159px;
}
#timeline .rechts{
  background: url(../Images/timelinedown.jpg) center center repeat-x;
  width: 50%;
  height: 158px;
  float:right;
}
#timeline .links{
  background: url(../Images/timelinedown.jpg) center center repeat-x;
  width: 50%;
  height: 158px;
  float:left;
  margin: 38px 0 0 0;
}
#timeline .balkln .bal .balimg{
  position: absolute;
  width: 159px;
  height: 158px;
  background: url(../Images/bolkln.png) no-repeat;
  z-index: 4;
}
#timeline .balkln .bal img{
  position: relative;
  margin: 5px 0 0 5px;
  width: 148px;
  height: 148px;
  z-index: 3;
  max-width: 100%
}
#timeline .balkln .bal .btn{
  position: absolute;
  background: url(../Images/btnkln.png) no-repeat;
  cursor: pointer;
  width: 51px;
  height: 51px;
  margin: 120px 0 0 55px;
  z-index: 5;
}
#timeline .balkln .bal .btn .play{
  background: url(../Images/icoplaykln.png) no-repeat;
  width: 23px;
  height: 27px;
  display: block;
  margin: 12px 0 0 17px;
}
#timeline .balkln .bal .btn .close{
  background: url(../Images/icoclosekln.png) no-repeat;
  width: 24px;
  height: 25px;
  display: block;
  margin: 14px 0 0 14px;
}
#timeline .balkln .info{
  position: absolute;
  background: #f4e0ab;
  width: 127px;
  min-height: 1px;
  z-index: 2;
  border: 5px solid #74575c;
  margin: 85px 0 0 1px;
  padding: 87px 10px 10px 10px;
  display: none;
}
/* --------------------------------------------------------*/
/* Media querys                                           */
/* --------------------------------------------------------*/
#footer{
  width: 100%;
  background: #74575c;
  padding: 20px 0 0 0;
  float:left;
}
#footer #informatie{
  width: 684px;
  float: left;
}
#footer #socialmedia{
  width: 255px;
  float: right;
  border-left: 1px solid #fff;
  padding: 39px 0 0 20px;
  height: 163px;
  margin: 0 0 20px 0;
}
#footer h3{
  color: #fff;
  font-size: 20px;
  font-family: adolphusregular;
  margin: 0 0 15px 0;
}
#footer a{
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
}
#footer a:hover{
  text-decoration: underline;
}
#footer .bel{
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  display: block;
  margin: 10px 0 0 0;
}
#footer .creators{
  font-size: 13px;
  line-height: 19px;
  display: block;
  color: #fff;
  padding: 10px 20px 0 0;
}

#footer #socialmedia .twitter{
  width: 110px;
  height: 110px;
  display: block;
  background: url(../Images/socialmedia.png) 0 0 no-repeat;
  float:left;
  margin: 0 20px 0 0;
}
#footer #socialmedia .facebook{
  width: 108px;
  height: 108px;
  display: block;
  background: url(../Images/socialmedia.png) -192px 0 no-repeat;
  float:left;
}
#footer #socialmedia .twitter:hover{
  background: url(../Images/socialmedia.png) 0 -123px no-repeat;
}
#footer #socialmedia .facebook:hover{
  background: url(../Images/socialmedia.png) -192px -123px no-repeat;
}

/* --------------------------------------------------------*/
/* Media querys                                           */
/* --------------------------------------------------------*/
@media screen and (max-width: 960px) {
  #header{
    /*border: 1px solid red;*/
  }
  #header .subtitle{
    
    padding: 6px 0 0 0;
    width: 100%;
    left: 0;
    bottom: 10px;
  }
  #header .title{
    
    margin: 0 0 0 0;
    width: 100%;
    right: 0;
    top: 0;
    width: 373px;
  }
  #header .subtitle h2{
    margin: 0 0 0 10px;
  }
  #header .title h1{
    margin: 0 10px 0 0;
  }
  .wrapper,
  #timeline .wrapper,
  #timeline .linebackground{
    width: 718px;
  }
  #timeline .balgrt{
    /*border: 1px solid red;*/
  }
  #footer #informatie{
    width: 588px;
  }
  #footer #socialmedia{
    width: 109px;
    padding: 0 0 0 20px;
    height: 221px;
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 758px) {
  #header{
    /*border: 1px solid blue;*/
  }
  #header .subtitle h2{
    font-size: 24px;
  }
  #header .title h1{
    font-size: 32px;
  }
  .wrapper,
  #timeline .wrapper,
  #timeline .linebackground{
    width: 484px;
  }
  
  #timeline .balgrt{
    /*border: 1px solid blue;*/
  }
  #footer #informatie{
    width: 354px;
  }
  
}


@media screen and (max-width: 524px) {
  #header{
    /*border: 1px solid yellow;*/
  }
  #header .subtitle h2{
    font-size: 16px;
  }
  #header .title h1{
    font-size: 26px;
  }
  .wrapper,
  #timeline .wrapper,
  #timeline .linebackground{
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  #timeline .balgrt{
    /*border: 1px solid yellow;*/
  }
  #timeline .links .balkln{
    position: relative;
    width: 159px;
  }
  #timeline .rechts .balkln{
    position: relative;
    width: 159px;
  }
  #timeline .rechts{
    width: 50%;
  }
  #timeline .links{
    width: 50%;
  }
  /* Ball groot */
  #timeline .balgrt{
    width: 159px;
  }
  #timeline .balgrt .bal .balimg{
    position: absolute;
    width: 159px;
    height: 158px;
    background: url(../Images/bolkln.png) no-repeat;
    z-index: 4;
  }
  #timeline .balgrt .bal img{
    position: relative;
    margin: 5px 0 0 5px;
    width: 148px;
    height: 148px;
    z-index: 3;
  }
  #timeline .balgrt .bal .btn{
    position: absolute;
    background: url(../Images/btnkln.png) no-repeat;
    cursor: pointer;
    width: 51px;
    height: 51px;
    margin: 120px 0 0 55px;
    z-index: 5;
  }
  #timeline .balgrt .bal .btn .play{
    background: url(../Images/icoplaykln.png) no-repeat;
    width: 23px;
    height: 27px;
    display: block;
    margin: 15px 0 0 15px;
  }
  #timeline .balgrt .bal .btn .close{
    background: url(../Images/icoclosekln.png) no-repeat;
    width: 24px;
    height: 25px;
    display: block;
    margin: 15px 0 0 15px;
  }
  #timeline .balgrt .info{
    position: absolute;
    background: #f4e0ab;
    width: 127px;
    z-index: 2;
    border: 5px solid #74575c;
    margin: 85px 0 0 1px;
    padding: 87px 10px 10px 10px;
    display: none;
  }

  #footer #informatie{
    width: 100%;
    float: left;
    clear:both;
    text-align: center;
  }
  #footer #socialmedia{
    width: 238px;
    clear:both;
    float: none;
    border-left: 0px solid #fff;
    padding: 20px 0 0 0;
    margin: 0 auto;
  }
}



