@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

/* EXTERNE FONTS */

/* GEHOSTE FONTS */
@font-face {
    font-family: 'ChopinScript';
    src: url('/fonts/chopinscript-webfont.eot');
    src: url('/fonts/chopinscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/chopinscript-webfont.woff') format('woff'),
         url('/fonts/chopinscript-webfont.ttf') format('truetype'),
         url('/fonts/chopinscript-webfont.svg#ChopinScript') format('svg');
    font-weight: normal;
    font-style: normal;

}
@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%);
}