/*! USE: corporatedesign.css !*/

/*
    THE CAROUSEL COMPONENT:
*/

#homepageanswers .wh-carousel
{
  border: none;
  overflow: hidden;
}

 #homepageanswers .wh-carousel div.tile > div.mask .title
,#homepageanswers .wh-carousel div.tile > .overlay .title
{
  display: inline-block;
  font: normal 20px/26px "LinotypeUniversW02-Cn", "Arial Narrow", Arial;
  color: #ffffff;
  text-transform: uppercase;
  padding: 25px;
}

#homepageanswers .wh-carousel div.tile div.mask
{
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.3) 80%, rgba(0,0,0,0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(70%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0.4)));
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.3) 80%,rgba(0,0,0,0.4) 100%);
  background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.3) 80%,rgba(0,0,0,0.4) 100%);
  background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.3) 80%,rgba(0,0,0,0.4) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.3) 80%,rgba(0,0,0,0.4) 100%);
  filter: none;
  margin: 0 10px;
  width: 300px;
  top: 0;
  bottom: 0;
  position: absolute;
}

#homepageanswers .wh-carousel div.tile > div.mask div.title
{
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding-bottom: 15px;
  top: auto;
  text-shadow: none;
}


#homepageanswers .wh-carousel div.tile > .overlay
{
  margin-left: 5px;
  cursor: pointer;
  opacity: 1;
}

#homepageanswers .wh-carousel div.tile > .overlay .opacitylayer
{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
}
#homepageanswers .wh-carousel div.tile > .overlay .info
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#homepageanswers .wh-carousel div.tile > .overlay .info .title
{
  position: relative;
}

#homepageanswers .wh-carousel div.tile > .overlay .info .content
{
  font: 15px/22px Arial, Helvetica, Sans-Serif;
  padding: 0 15px 25px 15px;
}

#homepageanswers .wh-carousel div.tile > div.mobiletouch
{
  display: none;
  background-color: rgb(51,51,51);
  margin-right: 10px;
  cursor: pointer;
}

#homepageanswers .wh-carousel div.tile > .overlay .info a.cta
{
  position: absolute;
  top: 365px;
  left: 25px;
  margin: 0 auto;
  width: 250px;
}


/*
    THE HOMEPAGE VIDEO HEADER CAROUSEL COMPONENT:
*/
#homepagevideo
{
  height:470px;
  overflow: hidden;
  width: 100%;
}

#homepagevideo video
{
  visibility: hidden;
}

#video:after
{
  padding-top: 56.25%;
}

#video video
{
  min-height: 470px!important;
}

#homepagevideocontainer
{
  height: 470px;
  position: relative;
  padding: none;
  display: none;
  overflow: hidden;
  width: 100%;
}

#videooverlay
{
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, .25);
  background-image: url("../img/homepage/hpvideooverlay.png");
}


.linkbtn
{
  display: inline-block;
  height: 34px;
  line-height: 34px;
  vertical-align: middle;
  text-align: center;
  border: 2px solid #FFFFFF;
  padding: 0 12px 0 12px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

#videooverlay > .ctacontainer
{
  width: 940px;
  margin: 0 auto;
}
#videooverlay > .ctacontainer p
{
  margin: 120px 0 10px 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  font: normal 46px/46px "LinotypeUniversW02-Cn", "Arial Narrow", Arial;
}

#videooverlay > .ctacontainer
{
  opacity: 1;
  transition: opacity 0.3s;
}
html.foldoutactive #videooverlay > .ctacontainer p
{
  opacity: 0.5;
}
#videooverlay > .ctacontainer p + p
{
  margin-top: 0;
}
#videooverlay > .ctacontainer p > em
{
  font-weight: bold;
}

#videooverlay > .ctacontainer p a.cta
{
  text-decoration: none;
  border: 1px solid #ffffff;
  padding: 13px;
  background-color: transparent;
  font: normal 20px/24px "LinotypeUniversW02-Cn", "Arial Narrow", Arial;
  color: #ffffff;
  transition: background-color 0.3s;
}

  #videooverlay > .ctacontainer p a.cta:hover
, #videooverlay > .ctacontainer p a.cta:active
{
  background-color: rgba(255,255,255,0.2);
}

div#contentbgholder
{
  top:auto;
  height:700px;
  bottom:580px;
}

@media (max-width:959px)
{
  #homepagevideowrapper
  {
    display: none;
  }
}

@media (max-width:380px)
{
  #homepageanswers .wh-carousel
  {
    width: 320px;
    display: inline-block;
    float: none;
    clear: both;
    overflow: auto;
  }
  #homepageanswers .wh-carousel:after
  {
    content: "";
    display: table;
    clear: both;
  }
  #homepageanswers .wh-carousel .wh-scrollableview-content
  {
    width: 320px;
    height: 100%;
  }
  #homepageanswers .wh-carousel div.tile
  {
    display: block;
    float: none;
    clear: both;
    margin: 10px auto;
  }
  #homepageanswers .wh-carousel div.tile > div.mobiletouch
  {
    display: block;
    background-color: rgb(51,51,51);
    margin-right: 0px;
  }
}

/* nieuws and events */
  #homepagenews
, #homepageevents
{
  max-width: 940px;
  margin: 50px auto;
}
  #homepagenews + #footer
, #homepageevents + #footer
{
  margin-top: 80px;
}
  #homepagenews .sectionlabel
, #homepageevents .sectionlabel
{
  font: normal 16px/25px "LinotypeUniversW02-Cn",Arial;
  text-transform: uppercase;
  color: #fff;
  height: 45px;
  padding: 10px 20px;
  background-color: #333;
  display: inline-block;
  position: relative;
}
#homepagenews .topnewsitem
{
  display: block;
  position: relative;
  background-color: #fff;
  margin-bottom: 10px;
  transition: background-color 0.3s;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  font: normal 26px/26px "LinotypeUniversW02-Cn",Arial;
  color: #333;
}
#homepagenews .topnewsitem:hover
{
  background-color: #fbfdff;
}
#homepagenews .topnewsitem > .image
{
  width: 50%;
  display: table-cell;
}
#homepagenews .topnewsitem > .image > img
{
  width: 100%;
  height: auto;
  display: block;
}
#homepagenews .topnewsitem.hasimage
{
  display: table;
}
#homepagenews .topnewsitem > .textholder
{
  height: 100%;
  width: 100%;
  display: block;
  padding: 20px;
  vertical-align: middle;
}
#homepagenews .topnewsitem.hasimage > .textholder
{
  display: table-cell;
  width: 50%;
}
#homepagenews .topnewsitem strong
{
  display: block;
  font-weight: normal;
  font-size: 29px;
  line-height: 29px;
}
#homepagenews .topnewsitem .description
{
  font-size: 22px;
  line-height: 24px;
}

#homepagenews .topnewsitem .readmorelink
{
  display: block;
  margin-top: 20px;
  text-decoration: underline;
  font: 15px/15px Arial;
  line-height: 15px;
  text-transform: lowercase;
}

#homepagenews .newsitems
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  margin-left: -20px;
}
#homepagenews .newsitems:after
{
  content: '';
  display: block;
  clear: both;
}
#homepagenews .newsitems li
{
  width: 33.333%;
  padding-left: 20px;
  margin-top: 10px;
  float: left;
}
#homepagenews .newsitems li a
{
  display: block;
  background-color: #f5faff;
  text-decoration: none;
  padding: 12px 20px 12px 20px;
  position: relative;
  font-size: 13px;
  line-height: 18px;
  color: #333;
  transition: background-color 0.3s;
}
#homepagenews .newsitems .hasimage a
{
  padding-left: 80px;
}

#homepagenews .newsitems li a > img
{
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
#homepagenews .newsitems a > .newstext
{
  overflow: hidden;
  display: block;
  height: 36px;
}
#homepagenews .newsitems .morenews
{
  padding-top: 22px;
  text-align: right;
}
  #homepagenews .newsitems .morenews a
, #homepageevents .moreevents
{
  background-color: transparent;
  display: inline-block;
  padding: 0 30px 0 0;
  text-transform: uppercase;
  font: normal 16px/16px "LinotypeUniversW02-Cn",Arial;
  position: relative;
  height: 16px;
}
#homepagenews .newsitems .morenews a:hover
{
  background-color: transparent;
}
  #homepagenews .morenews .img-arrowright16
, #homepageevents .moreevents .img-arrowright16
{
  display: block;
  position: absolute;
  right: 7px;
  top: -1px;
  transition: right 0.1s;
}
  #homepagenews .morenews a:hover .img-arrowright16
, #homepageevents .moreevents a:hover .img-arrowright16
{
  right: 5px;
}

/* events */
#homepageevents .eventsholder
{
  display: table;
  width: 100%;
  margin-bottom: 22px;
}
#homepageevents ul
{
  margin: 0;
  padding: 0;
  vertical-align: top;
  display: table-cell;
  width: 620px;
  list-style-type: none;
  position: relative;
  height: 300px;
}
#homepageevents .eventsholder.hastopevent ul
{
  padding-right: 20px;
}
#homepageevents ul > li
{
  padding: 0;
  height: 60px;
  display: block;
  border-top: 1px solid #dce1e6;
  border-bottom: 1px solid #dce1e6;
}
#homepageevents ul > li + li
{
  border-top: 0 none;
}
#homepageevents ul > li > a
{
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: #333;
  background-color: #f5faff;
  transition: background-color 0.3s;
  position: relative;
}

#homepageevents ul > li > a .image
{
  display: block;
  width: 59px;
  height: 59px;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #dce1e6;
}
#homepageevents ul > li > a .image > img
{
  width: 100%;
  height: 100%;
}
#homepageevents ul > li > a .image > .img-events32
{
  margin: 14px;
}
#homepageevents ul > li > a .info
{
  display: block;
  height: 60px;
  overflow: hidden;
  padding: 10px 15px 10px 75px;
  font-size: 13px;
}
#homepageevents ul > li > a .title
{
  position: relative;
  display: block;
  width: 100%;
  height: 20px;
}
#homepageevents ul > li > a .title > span
{
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  white-space: nowrap;
  font-size: 15px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#homepageevents ul > li > a .datetimelocation
{
  display: block;
  height: 20px;
  overflow: hidden;
}
  #homepageevents ul > li > a .img-tijd16
, #homepageevents ul > li > a .img-locatie16
{
  margin-bottom: -3px;
}

#homepageevents #topevent
{
  vertical-align: top;
  display: table-cell;
  width: 300px;
  height: 300px;
  position: relative;
}
#homepageevents #topevent > a
{
  overflow: hidden;
  display: block;
  width: 300px;
  height: 300px;
  position: relative;
  top: 0;
  left: 0;
  font: normal 16px/20px "LinotypeUniversW02-Cn",Arial;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
#homepageevents #topevent > a > img
{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#homepageevents #topevent > a > .mask
{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzNiM2IzYiIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNiM2IzYiIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top,  rgba(153,153,153,0) 0%, rgba(59,59,59,0.4) 80%, rgba(59,59,59,0.5) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,153,153,0)), color-stop(80%,rgba(59,59,59,0.4)), color-stop(100%,rgba(59,59,59,0.5))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(153,153,153,0) 0%,rgba(59,59,59,0.4) 80%,rgba(59,59,59,0.5) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(153,153,153,0) 0%,rgba(59,59,59,0.4) 80%,rgba(59,59,59,0.5) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(153,153,153,0) 0%,rgba(59,59,59,0.4) 80%,rgba(59,59,59,0.5) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(153,153,153,0) 0%,rgba(59,59,59,0.4) 80%,rgba(59,59,59,0.5) 100%); /* W3C */
  filter: none;
}



#homepageevents #topevent > a > .info
{
  position: absolute;
  display: inline-block;
  bottom: 18px;
  left: 18px;
  width: 200px;
}
#homepageevents #topevent > a > .icon
{
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
#homepageevents #topevent > a > .icon > .img-events32
{
  margin: 14px;
}

#homepageevents #topevent > .overlay
{
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  height: 0px;
  width: 300px;
  overflow: hidden;
  text-align: center;
  transition: height .2s ease-in;
}

#homepageevents #topevent > .overlay .opacitylayer
{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  height: inherit;
}

#homepageevents #topevent > .overlay > .info
{
  position: relative;
  color: #FFFFFF!important;
  padding: 20px 10px 0 10px;
  height: inherit;
  width: 300px;
  overflow: hidden;
}

#homepageevents #topevent > .overlay > .info h2
{
  margin-bottom: 20px;
}

#homepageevents #topevent > .overlay > .info a.cta
{
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 10px 10px 10px;
}

#homepageevents #topevent .overlay:hover
{
  transition: height .2s ease-out;
  height: 300px;
}

#homepageevents #topevent a:hover ~ .overlay
{
  transition: height .2s ease-out;
  height: 300px;
}

#homepageevents #topevent a:hover > span
{
  display: none;
}

#homepageevents .moreevents
{
  display: block;
  text-align: right;
  clear: both;
}
#homepageevents .moreevents a
{
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width:959px)
{
    #homepagenews
  , #homepageevents
  {
    margin: 20px 10px;
  }
  #homepagenews .newsitems li
  {
    width: 50%;
  }
}
@media (max-width:640px)
{
  #homepagenews .topnewsitem
  {
    margin-bottom: 0;
    height: auto;
  }
  #homepagenews .topnewsitem.hasimage
  {
    display: block;
  }
    #homepagenews .topnewsitem > .image
  , #homepagenews .topnewsitem > .textholder
  {
    display: block;
    width: 100% !important;
  }
  #homepagenews .newsitems li
  {
    width: 100%;
    margin-top: 0;
    border-top: 1px solid #dce1e6;
    border-bottom: 1px solid #dce1e6;
  }
  #homepagenews .newsitems li + li
  {
    border-top: 0 none;
  }
  #homepagenews .newsitems .morenews
  {
    padding-bottom: 22px;
  }
    #homepageevents .eventsholder
  , #homepageevents ul
  , #homepageevents #topevent
  {
    display: block;
    width: 100%;
  }
  #homepageevents ul
  {
    padding: 0;
  }
  #homepageevents #topevent
  {
    height: auto;
  }
  #homepageevents #topevent:after
  {
    padding-top: 100%;
    display: block;
    content: '';
  }
  #homepageevents #topevent > a
  {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}


/**/
div#homepagevideowrapper
{
  position:relative;
}
div#homepagevideo
{
  position:relative;
  background:#000000;
  width:100%;
  height:470px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
/*
div#homepagevideo video
{
  visibility: hidden;
  transition: opacity .25s;
  opacity: 0;
}
div#homepagevideo video.nowplaying
{
  visibility: visible;
  transition: opacity .35s;
  opacity: 1;
}
*/
div#homepageanswers
{
  padding:40px 0 50px;
  background:#f5faff;
}
div#homepageanswers div.tilestitle
{
  margin: 0 0 30px;
  text-align:center;
  font: normal 26px/28px "LinotypeUniversW02-Cn", "Arial Narrow", Arial;
  text-transform: uppercase;
}

div#homepagecarrousel
{
  position:relative;
  height:430px;
  width:100%;
  overflow:hidden;
}
div#homepagecarrousel .carrouselitem
{
  width:300px;
  height:430px;
  background:#000000;
}

html.toplangroot main
{
  padding:50px 0 0 0;
  width:940px;
  margin:0 auto;
}
html.toplangroot div#contentbganchor
{
  position:relative;
}


/* Experiments */
#homepageanswers
{
  position:relative;
}
#homepageanswers + #footer
{
  margin-top:100px;
}
