.float-l {
  float: left;
  display: block;
}
.float-r {
  float: right;
  display: block;
}
.base-font-12 {
  font-size: 0.75em;
  /* 16px x .75 = 12px */
  line-height: 1.5;
  /* 12px x 1.5 = 18px */
}
.ellipsis {
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.shadow {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.35);
}
.gradient-header {
  background: #cf0d2c;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNjZjBkMmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjN2ExYjM1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, #cf0d2c 25%, #7a1b35 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #cf0d2c), color-stop(100%, #7a1b35));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #cf0d2c 25%, #7a1b35 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #cf0d2c 25%, #7a1b35 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #cf0d2c 25%, #7a1b35 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #cf0d2c 25%, #7a1b35 100%);
  /* W3C */
  filter: none;
}
.gradient-header-old {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf0d2c', endColorstr='#7a1b35', GradientType=0);
  /* IE6-8 */
}
.gradient-header-menu {
  background: #787878;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc4Nzg3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzU1NTU1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #787878 0%, #555555 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #787878), color-stop(50%, #555555));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #787878 0%, #555555 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #787878 0%, #555555 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #787878 0%, #555555 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #787878 0%, #555555 50%);
  /* W3C */
  filter: none;
}
.gradient-header-menu {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#787878', endColorstr='#555555', GradientType=0);
  /* IE6-8 */
}
.button-gradient-groen-hover,
.button-gradient-groen {
  background: #64e600;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0ZTYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGM4MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #64e600 0%, #00c800 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #64e600), color-stop(100%, #00c800));
  background: -webkit-linear-gradient(top, #64e600 0%, #00c800 100%);
  background: -o-linear-gradient(top, #64e600 0%, #00c800 100%);
  background: -ms-linear-gradient(top, #64e600 0%, #00c800 100%);
  background: linear-gradient(to bottom, #64e600 0%, #00c800 100%);
  filter: none;
}
.button-gradient-rood-hover,
.button-gradient-rood {
  background: #cf0d2c;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NmMGQyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YTFiMzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #cf0d2c 0%, #7a1b35 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cf0d2c), color-stop(100%, #7a1b35));
  background: -webkit-linear-gradient(top, #cf0d2c 0%, #7a1b35 100%);
  background: -o-linear-gradient(top, #cf0d2c 0%, #7a1b35 100%);
  background: -ms-linear-gradient(top, #cf0d2c 0%, #7a1b35 100%);
  background: linear-gradient(to bottom, #cf0d2c 0%, #7a1b35 100%);
  filter: none;
}
.button-gradient-oranje-hover,
.button-gradient-oranje {
  background: #fabd43;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhYmQ0MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZTdmMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fabd43 0%, #ee7f00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fabd43), color-stop(100%, #ee7f00));
  background: -webkit-linear-gradient(top, #fabd43 0%, #ee7f00 100%);
  background: -o-linear-gradient(top, #fabd43 0%, #ee7f00 100%);
  background: -ms-linear-gradient(top, #fabd43 0%, #ee7f00 100%);
  background: linear-gradient(to bottom, #fabd43 0%, #ee7f00 100%);
  filter: none;
}
.button-gradient-groen-hover-old,
.button-gradient-groen-old {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64e600', endColorstr='#00c800', GradientType=0);
}
.button-gradient-rood-hover-old,
.button-gradient-rood-old {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf0d2c', endColorstr='#7a1b35', GradientType=0);
}
.button-gradient-oranje-hover-old,
.button-gradient-oranje-old {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fabd43', endColorstr='#ee7f00', GradientType=0);
}
/*
.button-gradient-hover {
    background: #ee7f00;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlN2YwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWJkNDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ee7f00 0%, #fabd43 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee7f00), color-stop(100%,#fabd43)); 
    background: -webkit-linear-gradient(top,  #ee7f00 0%,#fabd43 100%);
    background: -o-linear-gradient(top,  #ee7f00 0%,#fabd43 100%);
    background: -ms-linear-gradient(top,  #ee7f00 0%,#fabd43 100%); 
    background: linear-gradient(to bottom,  #ee7f00 0%,#fabd43 100%);
    filter: none;
}
.button-gradient-hover-old {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee7f00', endColorstr='#fabd43',GradientType=0 );
}*/
/* Clearfloats en fixes */
.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
  display: inline-block;
}
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* for IE/Mac */
.clearfix {
  zoom: 1;
  /* triggers hasLayout */
  display: block;
  /* resets display for IE/Win */
}
/* Only IE can see inside the conditional comment
and read this CSS rule. Don't ever use a normal HTML
comment inside the CC or it will close prematurely. */
/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */
html {
  margin: 0;
  padding: 0;
  border: 0;
}
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* This helps to make newer HTML5 elements behave like DIVs in older browers */
article,
aside,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* Line-height should always be unitless! */
body {
  line-height: 1.5;
  background: white;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0;
}
/* float:none prevents the span-x classes from breaking table-cell display */
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  float: none !important;
}
table,
th,
td {
  vertical-align: middle;
}
/* Remove possible quote marks (") from <q>, <blockquote>. 
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }
*/
/* Remove annoying border on linked images. */
a img {
  border: none;
}
/* Remember to define your own focus styles! 
:focus { outline: 0; }
*/
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
/*audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }*/
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
/*
::-moz-selection { background: @text-selection; color: #fff; text-shadow: none; }
::selection { background: @text-selection; color: #fff; text-shadow: none; }
*/
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== 

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; } */
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /**margin-left: -7px;*/
  padding: 0;
  white-space: normal;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  /**vertical-align: middle;*/
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  /**overflow: visible;*/
}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  /**width: 13px; *height: 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-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }*/
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
/*
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
*/
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity 
input:valid, textarea:valid {  }*/
/*input:invalid, textarea:invalid { background-color: #f0dddd; }*/
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement 
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }*/
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }*/
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /*  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  /*@page { margin: 0.5cm; }*/
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*! jQuery UI - v1.9.2 - 2012-12-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.tabs.css
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  zoom: 1;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-tabs {
  position: relative;
  padding: 0.2em;
  zoom: 1;
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 0;
  background: none;
}
.ui-tabs .ui-tabs-panel.ui-tabs-hide {
  display: inline-block !important;
  overflow: hidden !important;
  position: absolute !important;
}
.ui-tabs .ui-tabs-panel.ui-tabs-hide,
.ui-tabs .ui-tabs-panel.ui-tabs-hide * {
  visibility: hidden !important;
  min-height: 0 !important;
  min-width: 0 !important;
  height: 0 !important;
  width: 0 !important;
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9090;
  width: 100%;
  height: 500px;
}
#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9100;
  text-align: center;
  line-height: 0;
  font-size: 0.75em;
  /* 16px x .75 = 12px */
  line-height: 1.5;
  /* 12px x 1.5 = 18px */
}
#jquery-lightbox a img {
  border: none;
}
#lightbox-container-image-box {
  position: relative;
  background-color: #000;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
#lightbox-container-image {
  padding: 10px;
}
#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9010;
}
#lightbox-container-image-box > #lightbox-nav {
  left: 0;
}
#lightbox-nav a {
  outline: none;
}
#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
}
#lightbox-nav-btnPrev {
  left: 0;
  float: left;
}
#lightbox-nav-btnNext {
  right: 0;
  float: right;
}
#lightbox-container-image-data-box {
  background-color: #000;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
}
#lightbox-container-image-data {
  padding: 0 10px;
  color: #fff;
}
#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left;
}
#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding-bottom: 1em;
}
#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
  text-align: right;
}
body#Body > form #ControlBar_ControlPanel {
  z-index: 3020 !important;
}
body#Body > form #ControlBar_ControlPanel .ControlContainer {
  width: 80em;
}
#main-wrapper .SkinObject,
#main-wrapper .registerGroup,
#main-wrapper .registerGroup *,
#main-wrapper .loginGroup,
#main-wrapper .loginGroup *,
#main-wrapper .Normal,
#main-wrapper .NormalDisabled,
#main-wrapper .NormalDeleted,
#main-wrapper .NormalBold,
#main-wrapper .NormalTextBox {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.dnnActions li a.dnnPrimaryAction:link,
.dnnActions li a.dnnPrimaryAction:visited {
  color: #fff;
}
.DnnModule.DnnModule-DynamicForms {
  display: inline-block;
  zoom: 1;
  /* triggers hasLayout */
  display: block;
  /* resets display for IE/Win */
}
.DnnModule.DnnModule-DynamicForms:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.RadTreeView ul li {
  margin: 0;
}
.dnnEditState .DnnModule {
  opacity: 1;
}
#main-wrapper .news_box .article.news-sidebar-box {
  border-top: #cecece 1px solid;
  border-bottom: #cecece 1px solid;
  margin-bottom: -1px;
}
#main-wrapper .news_box .article.news-sidebar-box a {
  display: block;
  text-decoration: none;
}
.regular {
  font-family: "ubuntu-n4", "ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.italic {
  font-family: "ubuntu-i4", "ubuntu", sans-serif;
  font-style: italic;
  font-weight: 400;
}
.bold {
  font-family: "ubuntu-n7", "ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.bold-italic {
  font-family: "ubuntu-i7", "ubuntu", sans-serif;
  font-style: italic;
  font-weight: 700;
}
/* liScroll styles */
.tickercontainer {
  /* the outer div with the black border */
  width: 80em;
  margin: 0;
  padding: 0;
  height: 3.2em;
  overflow: hidden;
}
.tickercontainer .mask {
  /* that serves as a mask. so you get a sort of padding both left and right */
  position: relative;
  left: 0;
  top: 0;
  width: 80em;
  height: 3.2em;
  overflow: hidden;
}
ul.newsticker {
  /* that's your list */
  position: relative;
  left: 80em;
  list-style-type: none;
  margin: 0;
  display: inline-block;
  zoom: 1;
  /* triggers hasLayout */
  display: block;
  /* resets display for IE/Win */
}
ul.newsticker:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
ul.newsticker li {
  float: left;
  display: block;
  margin: 1em 0;
  padding: 0 0.5em;
  background: #fff;
  line-height: 1.2;
  border-right: #034493 1px solid;
  color: #034493;
}
ul.newsticker a {
  float: left;
  display: block;
  white-space: nowrap;
  padding: 0;
  margin: 0 50px 0 0;
}
ul.newsticker span {
  margin: 0 10px 0 0;
}
a:link,
a:visited,
a:active {
  color: #333;
  text-decoration: underline;
}
a:hover {
  color: #034493;
  text-decoration: underline;
}
ul li {
  list-style: disc;
}
ol li {
  list-style: decimal;
}
ul,
ol {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}
ul li,
ol li {
  margin: 0 0 0 1.35em;
  padding: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
p {
  margin-bottom: 1em;
}
P + h1 {
  margin-top: 1em;
}
P + table,
P + ul,
P + ol {
  margin-top: -1em;
}
P.intro {
  font-size: 1.2em;
}
.h1-style {
  font-size: 2em;
  line-height: 1;
  margin-bottom: 0.5em;
  color: #034493;
  letter-spacing: 0;
  font-family: "ubuntu-n4", "ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
}
h1 {
  font-size: 2em;
  line-height: 1;
  margin-bottom: 0.5em;
  color: #034493;
  letter-spacing: 0;
  font-family: "ubuntu-n4", "ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.h2-style {
  font-size: 1.5em;
  color: #034493;
  letter-spacing: 0;
  font-family: "ubuntu-n7", "ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
}
h2 {
  font-size: 1.5em;
  color: #034493;
  letter-spacing: 0;
  font-family: "ubuntu-n7", "ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
}
h3 {
  color: #034493;
  letter-spacing: 0;
  font-family: "ubuntu-n7", "ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
}
h4 {
  color: #034493;
  letter-spacing: 0;
}
strong {
  font-family: "ubuntu-n7", "ubuntu", sans-serif;
  font-style: normal;
  font-weight: 700;
}
em {
  font-family: "ubuntu-i4", "ubuntu", sans-serif;
  font-style: italic;
  font-weight: 400;
}
table {
  margin-bottom: 1em;
}
.input-style {
  padding: 0 0.41666667em;
  border: #cecece 0.08333333em solid;
  border-bottom-color: #b5b5b5;
  background: #efefef;
  height: 1.66666667em;
}
.input-style:focus {
  background: #fff;
}
input[type=text],
input[type=password],
input[type=email],
input[type=datetime],
input[type=file] {
  padding: 0 0.41666667em;
  border: #cecece 0.08333333em solid;
  border-bottom-color: #b5b5b5;
  background: #efefef;
  height: 1.66666667em;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=datetime]:focus,
input[type=file]:focus {
  background: #fff;
}
input[type=file] {
  height: 1.83333333em;
}
input[type=checkbox] {
  margin-right: 0.41666667em;
}
.footer input[type=text],
.footer input[type=password],
.footer input[type=email],
.footer input[type=datetime],
.footer input[type=file] {
  border: #cecece 0.08333333em solid;
  border-top-color: #b5b5b5;
}
textarea {
  padding: 0 0.41666667em;
  border: #cecece 0.08333333em solid;
  border-bottom-color: #b5b5b5;
  background: #efefef;
  height: 1.66666667em;
  padding: 0.41666667em;
}
textarea:focus {
  background: #fff;
}
#background-fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #034493 url('/Portals/_default/Skins/Hofmeijer/Images/drukkerij-hofmeijer-background.jpg') center top no-repeat;
}
body {
  background: #034493;
}
#main-wrapper {
  width: 80em;
  margin: 0 auto;
  font-size: 0.75em;
  /* 16px x .75 = 12px */
  line-height: 1.5;
  /* 12px x 1.5 = 18px */
  font-family: "ubuntu-n4", "ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #333;
  position: relative;
}
#main-wrapper .content-wrap {
  display: inline-block;
  zoom: 1;
  /* triggers hasLayout */
  display: block;
  /* resets display for IE/Win */
  background: #fff;
}
#main-wrapper .content-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.social-meadia {
  font-size: 0.75em;
  /* 16px x .75 = 12px */
  line-height: 1.5;
  /* 12px x 1.5 = 18px */
  font-family: "ubuntu-n4", "ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.header {
  position: relative;
}
.header #logo {
  position: relative;
  padding-left: 2em;
}
.header .flare {
  position: absolute;
  top: 0;
  left: -6.5em;
  width: 411px;
  height: 291px;
  background: url('/Portals/_default/Skins/Hofmeijer/Images/flare.png') top center no-repeat;
}
.header .slogun {
  position: absolute;
  left: 25em;
  top: 6em;
  color: #fff;
  text-transform: uppercase;
}
.header .slogun span {
  font-size: 1.3em;
}
.content-wrap {
  position: relative;
}
.content-wrap .content {
  padding: 0 2em;
}
.content-wrap .content .content-pane {
  display: block;
}
.content-wrap .content .pane-wrap {
  display: inline-block;
  zoom: 1;
  /* triggers hasLayout */
  display: block;
  /* resets display for IE/Win */
}
.content-wrap .content .pane-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.content-wrap .content .pane-wrap .sidebar {
  float: left;
  display: block;
  width: 17.5em;
  min-height: 1px;
}
.content-wrap .content .pane-wrap .content-middle {
  float: left;
  display: block;
  width: 37em;
  margin-left: 2em;
  min-height: 1px;
}
.content-wrap .content .pane-wrap .content-aside {
  float: left;
  display: block;
  width: 17.5em;
  margin-left: 2em;
  min-height: 1px;
}
.volg .content-wrap .content .pane-wrap .content-middle {
  width: 56.5em;
  margin: 0;
}
.box {
  display: block;
  position: relative;
  margin-bottom: 2em;
}
.box .box-shadow {
  position: absolute;
  top: -1em;
  left: -1em;
  right: -1em;
  bottom: -1em;
  z-index: 1;
}
.box .box-shadow .shadow-bottom,
.box .box-shadow .shadow-right,
.box .box-shadow .shadow-left {
  position: absolute;
  background-image: url('/Portals/_default/Skins/Hofmeijer/Images/shadow-sprite.png');
  background-repeat: no-repeat;
}
.box .box-shadow .shadow-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  background-position: bottom right;
  height: 1em;
}
.box .box-shadow .shadow-right {
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background-position: top right;
  width: 1em;
}
.box .box-shadow .shadow-left {
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background-position: bottom left;
  width: 1em;
}
.box .box-content {
  position: relative;
  z-index: 2;
  padding: 1em;
  min-height: 8em;
  border: #cecece 1px solid;
}
.box.no-padding .box-content {
  padding: 0;
}
.box.start-here .box-content {
  border: 0 solid;
  border: none;
  background: #034493;
  text-align: center;
  min-height: inherit;
}
.box.start-here .box-content .arrow {
  position: absolute;
  left: 1em;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 13.75em;
  background: url('/Portals/_default/Skins/Hofmeijer/Images/start-hier-indicator.png') center center no-repeat;
}
.box.start-here .box-content .Normal {
  text-transform: uppercase;
}
.box.start-here .box-content .Normal h2 {
  font-size: 2em;
  font-family: "ubuntu-n4", "ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  line-height: 2;
}
.blokken-pane .box .box-content,
.content-aside .box .box-content,
.sidebar .box .box-content {
  min-height: 154px;
}
.blokken-pane .box.no-padding .box-content,
.content-aside .box.no-padding .box-content,
.sidebar .box.no-padding .box-content {
  position: relative;
  min-height: 178px;
}
.blokken-pane .box.no-padding .box-content .Normal h3,
.content-aside .box.no-padding .box-content .Normal h3,
.sidebar .box.no-padding .box-content .Normal h3 {
  position: absolute;
  left: 1em;
  top: 1em;
  right: 2em;
  max-width: 16em;
  font-size: 1.5em;
  line-height: 1.15;
  color: #333;
}
.blokken-pane .box.no-padding .box-content .Normal h3 a:link,
.content-aside .box.no-padding .box-content .Normal h3 a:link,
.sidebar .box.no-padding .box-content .Normal h3 a:link,
.blokken-pane .box.no-padding .box-content .Normal h3 a:visited,
.content-aside .box.no-padding .box-content .Normal h3 a:visited,
.sidebar .box.no-padding .box-content .Normal h3 a:visited,
.blokken-pane .box.no-padding .box-content .Normal h3 a:active,
.content-aside .box.no-padding .box-content .Normal h3 a:active,
.sidebar .box.no-padding .box-content .Normal h3 a:active {
  color: #333;
  text-decoration: none;
}
.blokken-pane .box.no-padding .box-content .Normal h3 a:hover,
.content-aside .box.no-padding .box-content .Normal h3 a:hover,
.sidebar .box.no-padding .box-content .Normal h3 a:hover {
  color: #e2001a;
}
.blokken-pane .box.no-padding .box-content .Normal h3 a:after,
.content-aside .box.no-padding .box-content .Normal h3 a:after,
.sidebar .box.no-padding .box-content .Normal h3 a:after {
  content: ' >';
  position: absolute;
  right: -0.5em;
  top: 50%;
  margin-top: -0.6em;
}
.blokken-pane .box.no-padding .box-content .Normal .contact,
.content-aside .box.no-padding .box-content .Normal .contact,
.sidebar .box.no-padding .box-content .Normal .contact {
  position: absolute;
  left: 8em;
  top: 1em;
  max-width: 9em;
}
.blokken-pane .box.no-padding .box-content .Normal .contact h3,
.content-aside .box.no-padding .box-content .Normal .contact h3,
.sidebar .box.no-padding .box-content .Normal .contact h3 {
  position: static;
  left: auto;
  top: auto;
  max-width: none;
  margin-bottom: 0.5em;
}
.blokken-pane .box.no-padding .box-content .Normal .contact h3 > a:after,
.content-aside .box.no-padding .box-content .Normal .contact h3 > a:after,
.sidebar .box.no-padding .box-content .Normal .contact h3 > a:after {
  right: 0.5em;
}
.blokken-pane .box.no-padding .box-content .Normal .block-red,
.content-aside .box.no-padding .box-content .Normal .block-red,
.sidebar .box.no-padding .box-content .Normal .block-red {
  position: absolute;
  color: #fff;
  background: #7e7c7c;
  bottom: 0;
  left: 0;
  width: 100%;
}
.blokken-pane .box.no-padding .box-content .Normal .block-red p,
.content-aside .box.no-padding .box-content .Normal .block-red p,
.sidebar .box.no-padding .box-content .Normal .block-red p {
  padding: 0 1em;
  display: block;
  line-height: 1.2;
  margin: 0.5em 0 2em;
}
#nav {
  position: relative;
  display: block;
  padding: 0 1.5em;
  z-index: 3020;
}
#nav > ul {
  margin: 0;
  display: inline-block;
  zoom: 1;
  /* triggers hasLayout */
  display: block;
  /* resets display for IE/Win */
}
#nav > ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#nav > ul > li {
  float: left;
  display: block;
  margin: 0;
  padding: 0 0.5em;
  list-style: none none;
  text-transform: uppercase;
  position: relative;
}
#nav > ul > li > a,
#nav > ul > li > span {
  float: left;
  display: block;
  font-size: 1.2em;
  line-height: 4;
  padding: 0 0;
  text-decoration: none;
  border-bottom-left-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
}
#nav > ul > li:hover > a,
#nav > ul > li.active > a,
#nav > ul > li.selected > a,
#nav > ul > li:hover > span,
#nav > ul > li.active > span,
#nav > ul > li.selected > span {
  background: url('/Portals/_default/Skins/Hofmeijer/Images/li-indicator.png') center top no-repeat;
}
#nav > ul > li:hover ul {
  display: block;
}
#nav > ul > li:hover.haschild {
  background: #e2001a;
}
#nav > ul > li:hover.haschild#dh-87 {
  background: none;
}
#nav > ul > li:hover.haschild#dh-87 > a,
#nav > ul > li:hover.haschild#dh-87 > span {
  color: #333;
}
#nav > ul > li:hover.haschild#dh-87 ul {
  display: none;
}
#nav > ul > li:hover.haschild > a,
#nav > ul > li:hover.haschild > span {
  color: #fff;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#nav > ul > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 10em;
  left: 0;
  padding: 0;
  background: #e2001a;
  border: #e2001a 2px solid;
  z-index: 3060;
}
#nav > ul > li > ul > li {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
}
#nav > ul > li > ul > li > a,
#nav > ul > li > ul > li > span {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0 0.5em;
  line-height: 2;
  white-space: nowrap;
}
#nav > ul > li > ul > li:hover > a,
#nav > ul > li > ul > li:hover > span {
  background: #034493;
}
.lt-ie8 #nav > ul {
  vertical-align: text-top;
}
.lt-ie8 #nav > ul > li {
  vertical-align: text-top;
  zoom: 1;
  *display: inline;
  margin-left: 2px;
}
.sidebar .nav-wrap li {
  list-style: none none;
  margin: 0;
}
#copyright {
  font-size: 0.85em;
  display: block;
  margin-bottom: 2em;
  color: #fff;
  position: relative;
  line-height: 2;
}
#copyright a:link,
#copyright a:visited,
#copyright a:active,
#copyright a:hover {
  color: #fff;
  line-height: 2;
}
#copyright .loginGroup {
  display: inline;
}
.RotatorWrapper .rotator-wrap .Normal > div {
  position: relative;
}
.RotatorWrapper .rotator-wrap .bitwise-slider {
  height: 500px;
  overflow: hidden;
}
.RotatorWrapper .RotatorNav {
  position: absolute;
  bottom: 0.5em;
  left: 1em;
  margin: 0;
  z-index: 2000;
}
.RotatorWrapper .RotatorNav li {
  float: left;
  display: block;
  margin: 0;
  margin-right: 0.25em;
}
.RotatorWrapper .RotatorNav li a {
  float: left;
  display: block;
  width: 0.5em;
  height: 0.5em;
  overflow: hidden;
  text-indent: -5000em;
  background: #fff;
  border: #fff 1px solid;
}
.RotatorWrapper .RotatorNav li.activeSlide a {
  background: #e2001a;
}
#Rotator-412 .rotator-wrap {
  height: 500px;
}
#Rotator-412 .rotator-wrap .slide-text {
  position: absolute;
  left: 5em;
  top: 3em;
  width: 32.5em;
}
#Rotator-412 .rotator-wrap .slide-text h2 {
  font-size: 2.3em;
  margin-bottom: 0.25em;
  font-family: "ubuntu-n4", "ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #333;
}
#Rotator-412 .rotator-wrap .slide-text p {
  font-size: 1.2em;
}
#Rotator-412 .RotatorNav {
  left: 5em;
  bottom: 1em;
}
#Rotator-412 .RotatorNav li a {
  width: 1em;
  height: 1em;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  background: #dfdfdf;
}
#Rotator-412 .RotatorNav li.activeSlide a {
  background: #e2001a;
}
.social-media {
  position: absolute;
  right: 0;
  top: 3.5em;
}
.social-media .no-box {
  display: inline-block;
  zoom: 1;
  /* triggers hasLayout */
  display: block;
  /* resets display for IE/Win */
  background: #fff;
  border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  padding: 0.5em;
}
.social-media .no-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.social-media .no-box .Normal a {
  margin-top: 0.5em;
}
.social-media .no-box .Normal a:first-child {
  margin-top: 0;
}
.showControlBar .social-media {
  top: 95px;
}
.icon-style {
  display: block;
  background-image: url('/Portals/_default/Skins/Hofmeijer/Images/sprite.png');
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -5000em;
  width: 32px;
  height: 32px;
}
.facebook {
  display: block;
  background-image: url('/Portals/_default/Skins/Hofmeijer/Images/sprite.png');
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -5000em;
  width: 32px;
  height: 32px;
  background-position: -6px -6px;
}
.twitter {
  display: block;
  background-image: url('/Portals/_default/Skins/Hofmeijer/Images/sprite.png');
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -5000em;
  width: 32px;
  height: 32px;
  background-position: -44px -6px;
}
.blokken-pane {
  width: 78em;
  margin-right: -2em;
  display: inline-block;
  zoom: 1;
  /* triggers hasLayout */
  display: block;
  /* resets display for IE/Win */
}
.blokken-pane:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.blokken-pane .DnnModule {
  float: left;
  display: block;
  width: 17.5em;
  margin-right: 2em;
  /*&:first-child {
            margin-left:0;
        }*/
}
.products .blokken-pane {
  width: 39em;
}
.DNNModuleContent.ModDynamicFormsC {
  display: inline-block;
  zoom: 1;
  /* triggers hasLayout */
  display: block;
  /* resets display for IE/Win */
}
.DNNModuleContent.ModDynamicFormsC:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.content-middle .news .date-comments {
  display: none !important;
}
.content-middle .news .article-details .meta-text-wraper {
  display: none !important;
}
#dnn_blokkenPane .edn_module_box a.rss {
  display: none !important;
}
.DynamicForms_Summary ul li {
  color: #e60000;
  background: #ffcccc;
  border: 2px solid red;
  padding: 0.5em;
  font-weight: bold;
  margin: 0 0 0.5em 0;
  list-style: none;
}
.dnnFormItem span.normalred {
  display: block;
  color: #e60000;
  background: #ffcccc;
  border: 2px solid red;
  padding: 0.5em;
  font-weight: bold;
  margin: 0 0 0.5em 0;
}
.DynamicForms_Maintable table {
  width: 100%;
  margin: 0 0 1em 0;
}
.DynamicForms_Maintable table.DynamicForms_HeaderTable {
  margin: 0;
}
.DynamicForms_Maintable table tr td {
  white-space: normal;
  width: auto !important;
}
.DynamicForms_Maintable table tr td > span.title-grey,
.DynamicForms_Maintable table tr td br {
  display: none !important;
}
.DynamicForms_Maintable table tr td label {
  display: block;
}
.DynamicForms_Maintable table tr td label .title-green {
  display: block;
}
.DynamicForms_Maintable table tr td .normalred {
  color: red;
  font-weight: bold;
}
.DynamicForms_Maintable .title-grey {
  display: block;
  background: #b5b5b5;
  padding: 0 1em;
  line-height: 2;
  color: #000;
  font-weight: bold;
}
.LiveForm ul.page-break-section,
.LiveForm .thank-you {
  box-shadow: none !important;
}
.LiveForm ul.page-break-section {
  background: transparent !important;
}
.LiveForm .thank-you {
  background: #D4EFDF !important;
}
/*# sourceMappingURL=./Skin.css.map */