@charset "UTF-8";

html,
body {
   margin:0;
   padding:0;
   height:100%;
   font-family: 'Open Sans', sans-serif; background-color:#e1e1e1;
}

#container {
   height:100%;
   position:relative;
}

/* HEADER */
#headerwrap {

   height:516px; 
}

#header {
    margin: 0px auto 0px auto; 
    height:516px; position:relative;
}

/* BODY */
#bodywrap {
   padding-bottom:80px;   /* HOOGTE VAN DE FOOTER - AAN TE PASSEN */
}
#body {
    max-width:1400px;  
    margin: 0px auto 0px auto; 
    padding: 125px 20px 40px 20px; font-size:0.9em; line-height:1.8em; color:#000; text-align:center;
}

/* FOOTER */
#footerwrap {
   position:fixed;
   bottom:0;
   width:100%;
   height:80px;   /* HOOGTE VAN DE FOOTER - AAN TE PASSEN */
   background:#db2a16;
}
#footer {
    max-width:1400px; 
    margin: 0px auto 0px auto; 
    padding: 5px 20px 0px 20px; color:#FFF; font-size:0.9em;
}

#footer a { color:#FFF;}


.logo_holder { position:absolute; width:100%; bottom:0px; margin-bottom:-120px;   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; padding:5px;}
.logo { max-width:230px; margin:auto;}

.flag { float:left;}
.taal { float:left; line-height:39px; margin-left:15px;}





/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
.col {
  display: block;
  float:left;
  margin: 1% 0 1% 1.5%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF FIVE  */
.span_5_of_5 {
  width: 100%;
}
.span_4_of_5 {
  width: 79.7%;
}
.span_3_of_5 {
  width: 59.4%;
}
.span_2_of_5 {
  width: 39.1%;
}
.span_1_of_5 {
  width: 18.8%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 850px) {
  
  /*.col {  margin: 1% 0 1% 0%; }*/
  .flag { float:none;}
  .taal { display:none;}
  .span_1_of_5 { text-align:center; }

}

.loctek-slider-controls
{
  display: none;
}



@media only screen and (max-width: 1000px)
{
  #lijn
  {
    display: none;
  }
}

@media only screen and (max-width: 800px)
{
  .c
  {
    display: block;
    height: 15em;
  } 

}

@media only screen and (max-width: 600px)
{
  #sliderzone
  {
    display: none;
  }

  #headerwrap, #header
  {
    height: 300px;
  }

  .logo_holder
  {
    top:50px;
    width: 90%;
    margin-left:5%;
    height: 230px;
  }

  #body
  {
    padding-top:0;
  }

  

}


#ttcontainer
{
  position: absolute;
  top:-112px;
  background-color:#202020;
}

.ticker { background-color:#FFF; width:100%; height:112px; position:relative;}
#tickertape{ height:112px; }
.ticker_txt {top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
position:absolute; font-family: 'Open Sans', sans-serif; font-style:italic; width:100%; text-align:center; color:#fff; font-weight:600; font-size:1.2em;}

#lijn
{
  height: 3px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top:50%;
}

.ticker_txt span 
{
  background-color:#202020;
  padding:0 20px;
  line-height: 1.5em;
}

#verder
{
  color:#fff;
  width: 250px;
  text-align: center;
  display: inline-block;
  border:3px solid #fff;
  padding:15px 0px;
  position: absolute;
  top:50%;
  left:50%;
  margin-left:-125px;
    transform: translateY(-50%);
  -ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
}