/* helper classes */
.float-right, .col.float-right {
  float: right; }

.float-left {
  float: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("../img/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050; }

#fancybox-buttons.top {
  top: 10px; }

#fancybox-buttons.bottom {
  bottom: 10px; }

#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -moz-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -o-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -ms-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 ); }

#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0; }

#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url("../img/fancybox/fancybox_buttons.png");
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8; }

#fancybox-buttons a:hover {
  opacity: 1; }

#fancybox-buttons a.btnPrev {
  background-position: 5px 0; }

#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e; }

#fancybox-buttons a.btnPlay {
  background-position: 0 -30px; }

#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px; }

#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px; }

#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px; }

#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0px; }

#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default; }

#dialogcontainer .content {
  width: 100%; }
  #dialogcontainer .content p {
    font-size: 14px; }
  #dialogcontainer .content h1 {
    color: #000;
    line-height: 28px;
    margin: 0.67em 0;
    margin-right: 0; }

#refowebforumheader {
  /*
      Mobile Menu Core Style
  */
  /* IE6/7 support */
  /* 
      User Default Style
      Change the following styles to modify the appearance of the menu.
  */
  /* Button */
  /* Button Text */
  /* Button Lines */
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 16pt;
  margin-bottom: 15px;
  margin-top: -12px;
  /* smaller desktops */ }
  #refowebforumheader *, #refowebforumheader *:after, #refowebforumheader *:before {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(/js/libs/boxsizing.htc); }
  #refowebforumheader .slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer; }
  #refowebforumheader .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: auto;
    float: left; }
  #refowebforumheader .slicknav_menu .slicknav_icon {
    float: left;
    padding: 0.2em 0 0 0.45em; }
  #refowebforumheader .slicknav_menu .slicknav_no-text {
    margin: 0; }
  #refowebforumheader .slicknav_menu .slicknav_icon-bar {
    display: block;
    margin-top: 0em;
    width: 1.225em;
    height: 0.145em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px; }
  #refowebforumheader .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.16em; }
  #refowebforumheader .slicknav_nav {
    clear: both; }
  #refowebforumheader .slicknav_nav ul,
  #refowebforumheader .slicknav_nav li {
    display: block; }
  #refowebforumheader .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  #refowebforumheader .slicknav_nav .slicknav_item {
    display: block;
    cursor: pointer; }
  #refowebforumheader .slicknav_nav a {
    display: block; }
  #refowebforumheader .slicknav_nav .slicknav_item a {
    display: inline; }
  #refowebforumheader .slicknav_menu:before,
  #refowebforumheader .slicknav_menu:after {
    content: " ";
    display: table; }
  #refowebforumheader .slicknav_menu:after {
    clear: both; }
  #refowebforumheader .slicknav_menu {
    *zoom: 1; }
  #refowebforumheader .slicknav_menu {
    font-size: 20px; }
  #refowebforumheader .slicknav_btn {
    text-decoration: none;
    background-color: #fff;
    padding: 11px 10px; }
    #refowebforumheader .slicknav_btn.slicknav_open {
      -webkit-border-bottom-right-radius: 0;
      -moz-border-radius-bottomright: 0;
      border-bottom-right-radius: 0; }
  #refowebforumheader .slicknav_menu .slicknav_menutxt {
    color: #50b1d1;
    font-weight: 200;
    line-height: 1em;
    padding-top: 1px; }
  #refowebforumheader .slicknav_menu .slicknav_icon-bar {
    background-color: #50b1d1; }
  #refowebforumheader .slicknav_menu {
    position: relative; }
  #refowebforumheader .slicknav_nav {
    background: #fff;
    color: #50b1d1;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    position: absolute;
    top: 40px; }
    #refowebforumheader .slicknav_nav li {
      height: auto;
      text-indent: 0 !important;
      position: relative;
      width: 100% !important; }
      #refowebforumheader .slicknav_nav li > a {
        color: #50b1d1;
        height: 36px;
        line-height: 36px;
        padding: 0 12px !important; }
  #refowebforumheader .slicknav_nav {
    border-color: #50b1d1;
    border-width: 0;
    border-style: solid;
    margin-top: -1px;
    z-index: 30; }
  #refowebforumheader .slicknav_nav, #refowebforumheader .slicknav_nav ul {
    list-style: none;
    overflow: hidden; }
  #refowebforumheader .slicknav_nav ul {
    padding: 0;
    margin: 0;
    height: auto;
    min-width: 0;
    position: static;
    width: 100%;
    z-index: 60; }
    #refowebforumheader .slicknav_nav ul ul {
      padding-left: 20px; }
  #refowebforumheader .slicknav_nav a {
    text-decoration: none  !important;
    color: #000; }
  #refowebforumheader .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0;
    text-decoration: none; }
  #refowebforumheader .slicknav_nav a:hover, #refowebforumheader .slicknav_nav .slicknav_open > a {
    color: #fff; }
    #refowebforumheader .slicknav_nav a:hover a, #refowebforumheader .slicknav_nav .slicknav_open > a a {
      color: #fff; }
  #refowebforumheader .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  #refowebforumheader .slicknav_nav .slicknav_arrow {
    text-indent: -9999px; }
    #refowebforumheader .slicknav_nav .slicknav_arrow:after {
      content: " ";
      position: absolute;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 5px solid #50b1d1;
      right: 6px;
      top: 12px; }
  #refowebforumheader .slicknav_nav a:hover .slicknav_arrow:after {
    border-left: 5px solid #fff; }
  #refowebforumheader .slicknav_nav .slicknav_open .slicknav_arrow:after {
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-bottom: none !important;
    border-top: 5px solid #fff !important;
    right: 11px;
    top: 17px; }
  #refowebforumheader .g-row:after {
    content: "";
    display: table;
    clear: both; }
  #refowebforumheader .g-row.padded {
    margin: -10px -10px; }
    #refowebforumheader .g-row.padded [class*='g-col-'], #refowebforumheader .g-row.padded .g-col {
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 10px;
      padding-bottom: 10px; }
  #refowebforumheader [class*='g-col-'], #refowebforumheader .g-col {
    float: left; }
  #refowebforumheader .g-col-1 {
    width: 100%; }
  #refowebforumheader .g-col-2 {
    width: 50%; }
  #refowebforumheader .g-col-3 {
    width: 33.33333%; }
  #refowebforumheader .g-col-4 {
    width: 25%; }
  #refowebforumheader .g-col-5 {
    width: 20%; }
  #refowebforumheader .g-col-6 {
    width: 16.66667%; }
  #refowebforumheader .g-col-7 {
    width: 14.28571%; }
  #refowebforumheader .g-col-8 {
    width: 12.5%; }
  #refowebforumheader .g-col-9 {
    width: 11.11111%; }
  #refowebforumheader .g-col-10 {
    width: 10%; }
  #refowebforumheader .g-col-11 {
    width: 9.09091%; }
  #refowebforumheader .g-col-12 {
    width: 8.33333%; }
  #refowebforumheader .g-col-25 {
    width: 25%; }
  #refowebforumheader .g-col-33 {
    width: 33.33333333333333%; }
  #refowebforumheader .g-col-50 {
    width: 50%; }
  #refowebforumheader .g-col-66 {
    width: 66.66666666666666%; }
  @media (max-width: 30em) {
    #refowebforumheader .g-col-1 {
      width: 100%; }
    #refowebforumheader .g-col-2 {
      width: 100%; }
    #refowebforumheader .g-col-3 {
      width: 100%; }
    #refowebforumheader .g-col-4 {
      width: 100%; }
    #refowebforumheader .g-col-5 {
      width: 100%; }
    #refowebforumheader .g-col-6 {
      width: 100%; }
    #refowebforumheader .g-col-7 {
      width: 100%; }
    #refowebforumheader .g-col-8 {
      width: 100%; }
    #refowebforumheader .g-col-9 {
      width: 100%; }
    #refowebforumheader .g-col-10 {
      width: 100%; }
    #refowebforumheader .g-col-11 {
      width: 100%; }
    #refowebforumheader .g-col-12 {
      width: 100%; } }
  @media (min-width: 30em) and (max-width: 50em) {
    #refowebforumheader .g-col-4,
    #refowebforumheader .g-col-6,
    #refowebforumheader .g-col-8,
    #refowebforumheader .g-col-10,
    #refowebforumheader .g-col-12 {
      width: 50%; }
    #refowebforumheader .g-col-1,
    #refowebforumheader .g-col-2,
    #refowebforumheader .g-col-3,
    #refowebforumheader .g-col-5,
    #refowebforumheader .g-col-7,
    #refowebforumheader .g-col-9,
    #refowebforumheader .g-col-11 {
      width: 100%; } }
  @media (min-width: 50em) and (max-width: 68.75em) {
    #refowebforumheader .g-col-2,
    #refowebforumheader .g-col-7 {
      width: 100%; }
    #refowebforumheader .g-col-4,
    #refowebforumheader .g-col-8,
    #refowebforumheader .g-col-10,
    #refowebforumheader .g-col-12 {
      width: 50%; } }
  #refowebforumheader img {
    max-width: 100%; }
  #refowebforumheader header {
    overflow: visible !important; }
  #refowebforumheader .container {
    background: #fff;
    border: 1px solid #e6e9ed;
    border-top: 0px;
    -ms-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    margin: 0px auto;
    padding: 0 16px;
    position: relative;
    width: 1184px; }
  #refowebforumheader .sprite, #refowebforumheader header #mobilesearchanchor {
    background-image: url("/img/sprite.png?201502181510");
    background-repeat: no-repeat; }
  #refowebforumheader .slicknav_menu {
    display: none;
    margin-top: 8px; }
  #refowebforumheader a {
    color: #990033;
    text-decoration: none; }
    #refowebforumheader a:hover {
      text-decoration: none; }
  #refowebforumheader a, #refowebforumheader a:focus {
    outline: none; }
  #refowebforumheader header {
    background: #fff;
    font-size: 15px;
    font-weight: normal;
    line-height: 17px; }
    #refowebforumheader header .g-col-logo {
      display: table-cell;
      height: 90px;
      line-height: 80px;
      padding-left: 1.5%;
      width: 29%; }
      #refowebforumheader header .g-col-logo img {
        vertical-align: middle; }
    #refowebforumheader header #logolarge {
      display: block; }
    #refowebforumheader header #logosmall {
      display: none; }
    #refowebforumheader header .g-col-payoff {
      width: 26%; }
      #refowebforumheader header .g-col-payoff > div {
        border-left: 1px solid #50b1d1;
        min-height: 62px;
        padding-left: 14px;
        padding-top: 30px;
        position: relative; }
        #refowebforumheader header .g-col-payoff > div h1, #refowebforumheader header .g-col-payoff > div h2 {
          bottom: -3px;
          color: #000;
          font-size: 15px;
          font-weight: normal;
          margin: 0;
          position: absolute; }
    #refowebforumheader header .g-col-topmenu {
      padding-right: 2.5%;
      width: 45%; }
      #refowebforumheader header .g-col-topmenu > div {
        min-height: 62px;
        position: relative; }
        #refowebforumheader header .g-col-topmenu > div nav {
          bottom: -3px;
          right: 0;
          text-align: right;
          position: absolute; }
          #refowebforumheader header .g-col-topmenu > div nav ul {
            display: inline;
            margin: 0;
            padding: 0; }
          #refowebforumheader header .g-col-topmenu > div nav li {
            display: inline;
            margin: 0;
            padding: 0; }
            #refowebforumheader header .g-col-topmenu > div nav li a {
              color: #000;
              padding: 0 6px 0 5px;
              position: relative; }
              #refowebforumheader header .g-col-topmenu > div nav li a:before {
                color: #000;
                content: '|';
                font-size: 16px;
                position: absolute;
                left: -5px;
                top: 0px; }
              #refowebforumheader header .g-col-topmenu > div nav li a:hover {
                text-decoration: underline; }
            #refowebforumheader header .g-col-topmenu > div nav li:first-child a {
              padding-left: 0; }
              #refowebforumheader header .g-col-topmenu > div nav li:first-child a:before {
                display: none; }
            #refowebforumheader header .g-col-topmenu > div nav li:last-child a {
              padding-right: 0; }
    #refowebforumheader header #mobilesearchanchor {
      background-position: 14px -33px;
      bottom: 8px;
      color: #50b1d1;
      font-size: 20px;
      font-weight: 200;
      display: none;
      left: 24%;
      line-height: 1em;
      padding: 5px 5px 5px 37px;
      position: absolute;
      text-transform: uppercase; }
      #refowebforumheader header #mobilesearchanchor:hover {
        text-decoration: none; }
    #refowebforumheader header .slicknav_menu {
      bottom: 8px;
      position: absolute;
      right: 10px; }
      #refowebforumheader header .slicknav_menu .slicknav_btn {
        padding: 5px 0; }
        #refowebforumheader header .slicknav_menu .slicknav_btn .slicknav_icon .slicknav_icon-bar {
          -ms-border-radius: 2px;
          -o-border-radius: 2px;
          -moz-border-radius: 2px;
          -webkit-border-radius: 2px;
          border-radius: 2px; }
      #refowebforumheader header .slicknav_menu .slicknav_nav {
        -ms-border-radius: 0 5px 5px;
        -o-border-radius: 0 5px 5px;
        -moz-border-radius: 0 5px 5px;
        -webkit-border-radius: 0 5px 5px;
        border-radius: 0 5px 5px;
        right: -5px;
        padding: 3px 8px;
        top: 30px;
        width: 150px; }
        #refowebforumheader header .slicknav_menu .slicknav_nav li:hover {
          background: #50b1d1; }
        #refowebforumheader header .slicknav_menu .slicknav_nav li > a {
          font-size: 15px;
          line-height: 28px; }
  #refowebforumheader #mainmenucontainer {
    height: 80px;
    margin-bottom: 15px;
    padding-right: 2.5%;
    text-align: right; }
    #refowebforumheader #mainmenucontainer div {
      display: inline; }
    #refowebforumheader #mainmenucontainer a {
      background-color: #f1f1f1;
      background-color: rgba(241, 241, 241, 0.9);
      background-image: url("/img/sections.png");
      background-repeat: no-repeat;
      color: #50b1d1;
      display: inline-block;
      height: 100%;
      font-size: 20px;
      font-weight: 200;
      line-height: 1em;
      margin-left: 10px;
      padding-top: 44px;
      text-align: center;
      text-transform: uppercase;
      width: 150px; }
      #refowebforumheader #mainmenucontainer a:hover, #refowebforumheader #mainmenucontainer a.active {
        color: #fff;
        text-decoration: none; }
      #refowebforumheader #mainmenucontainer a.section-vragen {
        background-position: center 6px; }
        #refowebforumheader #mainmenucontainer a.section-vragen:hover, #refowebforumheader #mainmenucontainer a.section-vragen.active {
          background-position: center -63px; }
      #refowebforumheader #mainmenucontainer a.section-nieuws {
        background-position: center -147px; }
        #refowebforumheader #mainmenucontainer a.section-nieuws:hover, #refowebforumheader #mainmenucontainer a.section-nieuws.active {
          background-position: center -216px; }
      #refowebforumheader #mainmenucontainer a.section-dwars {
        background-position: center -290px; }
        #refowebforumheader #mainmenucontainer a.section-dwars:hover, #refowebforumheader #mainmenucontainer a.section-dwars.active {
          background-position: center -359px; }
      #refowebforumheader #mainmenucontainer a.section-forum {
        background-position: center -436px; }
        #refowebforumheader #mainmenucontainer a.section-forum:hover, #refowebforumheader #mainmenucontainer a.section-forum.active {
          background-position: center -505px; }
  #refowebforumheader .sectionbgcolor {
    background-color: #50b1d1;
    background-color: rgba(80, 177, 209, 0.9); }
  #refowebforumheader #mainmenucontainer a.section-home:hover, #refowebforumheader #mainmenucontainer a.section-home.active {
    background-color: #50b1d1;
    background-color: rgba(80, 177, 209, 0.9); }
  #refowebforumheader #mainmenucontainer a.section-nieuws:hover, #refowebforumheader #mainmenucontainer a.section-nieuws.active {
    background-color: #f4873c;
    background-color: rgba(244, 135, 60, 0.9); }
  #refowebforumheader #mainmenucontainer a.section-vragen:hover, #refowebforumheader #mainmenucontainer a.section-vragen.active {
    background-color: #7c378a;
    background-color: rgba(124, 55, 138, 0.9); }
  #refowebforumheader #mainmenucontainer a.section-dwars:hover, #refowebforumheader #mainmenucontainer a.section-dwars.active {
    background-color: #7cb854;
    background-color: rgba(124, 184, 84, 0.9); }
  #refowebforumheader #mainmenucontainer a.section-forum:hover, #refowebforumheader #mainmenucontainer a.section-forum.active {
    background-color: #50b1d1;
    background-color: rgba(80, 177, 209, 0.9); }
  #refowebforumheader #mobilesearchanchor {
    display: none !important; }
  #refowebforumheader #searchbarcontainer {
    display: none; }
  #refowebforumheader #headervisual {
    display: none; }
  #refowebforumheader img {
    max-width: 100%; }
  @media screen and (max-width: 1160px) {
    #refowebforumheader .container {
      padding: 0 10px;
      width: 100%; }
    #refowebforumheader header .g-col-logo {
      width: 24%; }
    #refowebforumheader header #logolarge {
      display: none; }
    #refowebforumheader header #logosmall {
      display: block; }
    #refowebforumheader header .g-col-payoff {
      width: 31%; }
    #refowebforumheader #content {
      padding-left: 3%;
      padding-right: 3%; }
    #refowebforumheader .contentblockscontainer .block .blockcontent {
      min-height: 100px; }
    #refowebforumheader .contentblockscontainer .block .section {
      min-height: 100px;
      padding-left: 22px;
      padding-top: 18px; }
      #refowebforumheader .contentblockscontainer .block .section span {
        min-height: 100px; }
    #refowebforumheader .contentblockscontainer .block .intro {
      font-size: 15px;
      line-height: 20px;
      padding: 16px 22px 35px 0; }
    #refowebforumheader .contentblockscontainer .block .comments {
      font-size: 15px; }
    #refowebforumheader .contentblockscontainer .block.onecol .blockheader {
      height: 175px; }
      #refowebforumheader .contentblockscontainer .block.onecol .blockheader h2 {
        bottom: 18px;
        font-size: 28px;
        line-height: 26px; }
        #refowebforumheader .contentblockscontainer .block.onecol .blockheader h2 a {
          padding: 16px 22px; }
    #refowebforumheader .contentblockscontainer .block.onecol .section {
      width: 22%; }
    #refowebforumheader .contentblockscontainer .block.onecol .intro {
      width: 78%; }
    #refowebforumheader .contentblockscontainer .block.twocols .blockheader {
      height: 191px; }
      #refowebforumheader .contentblockscontainer .block.twocols .blockheader h2 {
        bottom: 21px;
        font-size: 36px;
        line-height: 36px; }
        #refowebforumheader .contentblockscontainer .block.twocols .blockheader h2 a {
          padding: 26px 26px 26px 22px; }
    #refowebforumheader .contentblockscontainer .block.twocols .section {
      width: 11%; }
    #refowebforumheader .contentblockscontainer .block.twocols .intro {
      width: 88%; }
    #refowebforumheader #contentpageleft #contentheader #contentheaderinner {
      padding: 22px 22px 17px 40px; }
    #refowebforumheader #contentpageleft #contentheader h1 {
      font-size: 54px;
      line-height: 55px; }
    #refowebforumheader #contentpageleft #contentheader h3, #refowebforumheader #contentpageleft #contentheader div.date {
      margin: 27px 0 0 0; }
    #refowebforumheader #contentpageleft .contentpad {
      padding-left: 40px; }
    #refowebforumheader .reactionscontainer .reactionsheader.withcredits .creditsanddate {
      float: none;
      width: 100%; }
    #refowebforumheader .reactionscontainer .reactionsheader.withcredits .numberofreactions {
      clear: both;
      display: block;
      float: left;
      text-align: left;
      width: 60%; }
    #refowebforumheader .reactionscontainer .reactionsheader.withcredits .reactbutton {
      display: block;
      float: right; } }
  @media screen and (max-width: 1000px) {
    #refowebforumheader header {
      font-size: 14px; }
      #refowebforumheader header .g-col-payoff > div h1, #refowebforumheader header .g-col-payoff > div h2 {
        font-size: 14px; }
    #refowebforumheader #searchbarcontainer {
      height: 66px;
      padding: 16px 1%; }
      #refowebforumheader #searchbarcontainer label {
        font-size: 15px;
        line-height: 34px; }
      #refowebforumheader #searchbarcontainer .mainlabel {
        font-size: 15px;
        line-height: 17px;
        width: 15%; }
        #refowebforumheader #searchbarcontainer .mainlabel strong {
          font-size: 21px; }
      #refowebforumheader #searchbarcontainer .section, #refowebforumheader #searchbarcontainer .searchkey, #refowebforumheader #searchbarcontainer .searchvalue {
        width: 22%; }
      #refowebforumheader #searchbarcontainer .section label {
        text-align: left;
        width: 55px; }
      #refowebforumheader #searchbarcontainer .section .inputcontainer {
        margin-left: 55px; }
      #refowebforumheader #searchbarcontainer .searchkey label {
        width: 42px; }
      #refowebforumheader #searchbarcontainer .searchkey .inputcontainer {
        margin-left: 42px; }
      #refowebforumheader #searchbarcontainer .searchvalue label {
        width: 55px; }
      #refowebforumheader #searchbarcontainer .searchvalue .inputcontainer {
        margin-left: 55px; }
      #refowebforumheader #searchbarcontainer input {
        height: 34px;
        line-height: 34px;
        padding: 0 2%; }
      #refowebforumheader #searchbarcontainer .selectcontainer {
        height: 34px; }
        #refowebforumheader #searchbarcontainer .selectcontainer select {
          height: 34px;
          line-height: 34px;
          padding: 0 2%;
          width: 120%; }
        #refowebforumheader #searchbarcontainer .selectcontainer:after {
          border-left: 4px solid transparent;
          border-right: 4px solid transparent;
          border-top: 7px solid #000;
          right: 7px;
          top: 14px; }
      #refowebforumheader #searchbarcontainer .submit {
        padding-left: 2%;
        width: 19%; }
        #refowebforumheader #searchbarcontainer .submit button {
          background-position: 81px 6px;
          font-size: 22px;
          height: 34px;
          line-height: 34px;
          padding-left: 12px;
          width: 108px; }
    #refowebforumheader #content {
      padding-left: 2%;
      padding-right: 2%; }
    #refowebforumheader .contentblockscontainer .block .section {
      padding-left: 18px;
      padding-top: 13px; }
    #refowebforumheader .contentblockscontainer .block .intro {
      font-size: 14px;
      line-height: 18px;
      padding: 13px 22px 35px 0; }
    #refowebforumheader .contentblockscontainer .block .comments {
      font-size: 15px; }
    #refowebforumheader .contentblockscontainer .block.onecol .blockheader {
      height: 175px; }
      #refowebforumheader .contentblockscontainer .block.onecol .blockheader h2 {
        bottom: 18px;
        font-size: 22px;
        line-height: 20px; }
        #refowebforumheader .contentblockscontainer .block.onecol .blockheader h2 a {
          padding: 16px 18px; }
    #refowebforumheader .contentblockscontainer .block.onecol .section {
      width: 22%; }
    #refowebforumheader .contentblockscontainer .block.onecol .intro {
      width: 78%; }
    #refowebforumheader .contentblockscontainer .block.twocols .blockheader {
      height: 191px; }
      #refowebforumheader .contentblockscontainer .block.twocols .blockheader h2 {
        bottom: 21px;
        font-size: 28px;
        line-height: 28px; }
        #refowebforumheader .contentblockscontainer .block.twocols .blockheader h2 a {
          padding: 22px; }
    #refowebforumheader .contentblockscontainer .block.twocols .section {
      width: 11%; }
    #refowebforumheader .contentblockscontainer .block.twocols .intro {
      width: 88%; }
    #refowebforumheader #contentpageleft #contentheader #contentheaderinner {
      padding: 22px 22px 17px 25px; }
    #refowebforumheader #contentpageleft #contentheader h1 {
      font-size: 50px;
      line-height: 50px; }
    #refowebforumheader #contentpageleft #contentheader h3, #refowebforumheader #contentpageleft #contentheader div.date {
      margin: 25px 0 0 0; }
    #refowebforumheader #contentpageleft .contentpad {
      padding-left: 25px; }
    #refowebforumheader #questiondetail #contentpageleft h2 {
      font-size: 25px;
      line-height: 24px; }
    #refowebforumheader #questiondetail #question {
      font-size: 20px;
      line-height: 24px; }
    #refowebforumheader #questiondetail #answer {
      font-size: 15px;
      line-height: 21px; }
    #refowebforumheader .sidebarbutton {
      background-image: none !important;
      padding: 0px;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    #refowebforumheader body {
      overflow-x: hidden; }
    #refowebforumheader .container {
      padding: 0; }
    #refowebforumheader header {
      position: relative; }
      #refowebforumheader header > .g-row {
        position: relative; }
      #refowebforumheader header .g-col-payoff {
        width: 76%; }
        #refowebforumheader header .g-col-payoff > div {
          border-left: none;
          min-height: 32px;
          padding-top: 12px; }
          #refowebforumheader header .g-col-payoff > div h1, #refowebforumheader header .g-col-payoff > div h2 {
            position: static; }
      #refowebforumheader header .g-col-topmenu {
        border-left: 1px solid #50b1d1;
        height: 90%;
        left: 24%;
        padding: 0;
        position: absolute;
        top: 0;
        width: 1px; }
        #refowebforumheader header .g-col-topmenu #topmenu {
          display: none; }
      #refowebforumheader header .slicknav_menu {
        display: block; }
      #refowebforumheader header #mobilesearchanchor {
        display: block; }
      #refowebforumheader header #searchbarcontainer {
        height: auto;
        padding: 15px;
        position: absolute;
        left: 10px;
        top: 100px; }
        #refowebforumheader header #searchbarcontainer .mainlabel {
          margin-bottom: 15px;
          width: 100%; }
          #refowebforumheader header #searchbarcontainer .mainlabel strong {
            display: inline; }
        #refowebforumheader header #searchbarcontainer .g-col {
          padding-bottom: 6px;
          width: 100%; }
          #refowebforumheader header #searchbarcontainer .g-col label {
            text-align: left;
            width: 80px; }
          #refowebforumheader header #searchbarcontainer .g-col .inputcontainer {
            margin-left: 100px; }
        #refowebforumheader header #searchbarcontainer .submit button {
          float: right; }
    #refowebforumheader #mainmenucontainer {
      margin: 0 -4px 8px 0;
      padding: 0 8px; }
      #refowebforumheader #mainmenucontainer div {
        display: block;
        float: left;
        height: 100%;
        padding-left: 4px;
        padding-right: 4px;
        width: 25%; }
      #refowebforumheader #mainmenucontainer a {
        height: 100%;
        margin: 0;
        width: 100%; }
    #refowebforumheader #searchbarcontainer {
      bottom: auto !important;
      display: none;
      left: 10px !important;
      z-index: 25; }
    #refowebforumheader .blocklist_type1 .left {
      width: 100%; }
    #refowebforumheader aside.g-col-33 {
      clear: both;
      width: 100%; }
      #refowebforumheader aside.g-col-33 .g-row .g-col-1 {
        width: 50%; }
      #refowebforumheader aside.g-col-33 .g-row .g-col-small-full {
        width: 100%; }
    #refowebforumheader .blocklist_type2 .left .g-row .g-col-50 {
      width: 100%; }
      #refowebforumheader .blocklist_type2 .left .g-row .g-col-50 .block.onecol .blockheader h2, #refowebforumheader .blocklist_type2 .left .g-row .g-col-50 .block.twocols .blockheader h2 {
        background-position: 0 -190px !important; }
    #refowebforumheader #contentpageleft {
      width: 100%; }
      #refowebforumheader #contentpageleft #contentheader {
        height: 210px; }
        #refowebforumheader #contentpageleft #contentheader #contentheaderinner {
          padding: 20px 20px 17px 20px; }
        #refowebforumheader #contentpageleft #contentheader h1 {
          font-size: 44px;
          line-height: 44px; }
        #refowebforumheader #contentpageleft #contentheader h3, #refowebforumheader #contentpageleft #contentheader div.date {
          margin: 23px 0 0 0; }
      #refowebforumheader #contentpageleft .contentpad {
        padding-left: 10px; }
    #refowebforumheader #questiondetail #question {
      font-size: 18px;
      line-height: 22px; }
    #refowebforumheader #questiondetail #answer {
      font-size: 15px;
      line-height: 21px; }
    #refowebforumheader #panelmemberinfo .description ul li span {
      font-weight: bold;
      position: static;
      width: 100%; }
    #refowebforumheader #panelmemberinfo .description ul li div {
      margin-left: 0; } }
  @media screen and (max-width: 660px) {
    #refowebforumheader .blocklist_type3 .g-col-33 {
      width: 100%; }
      #refowebforumheader .blocklist_type3 .g-col-33 .block.onecol .blockheader h2, #refowebforumheader .blocklist_type3 .g-col-33 .block.twocols .blockheader h2 {
        background-position: 0 -190px !important; } }
  @media screen and (max-width: 500px) {
    #refowebforumheader header .g-col-logo {
      width: 32%; }
    #refowebforumheader header .g-col-payoff {
      width: 68%; }
      #refowebforumheader header .g-col-payoff span {
        display: none; }
    #refowebforumheader header .g-col-topmenu, #refowebforumheader header #mobilesearchanchor {
      left: 32%; }
    #refowebforumheader #mainmenucontainer {
      margin: 0 -2px 4px 0;
      padding: 0; }
      #refowebforumheader #mainmenucontainer div {
        padding-left: 2px;
        padding-right: 2px; }
    #refowebforumheader .contentblockscontainer .g-col-50 {
      width: 100%; }
    #refowebforumheader .contentblockscontainer .block.onecol .blockheader, #refowebforumheader .contentblockscontainer .block.twocols .blockheader {
      height: 135px; }
      #refowebforumheader .contentblockscontainer .block.onecol .blockheader h2, #refowebforumheader .contentblockscontainer .block.twocols .blockheader h2 {
        background-position: 0 -190px;
        bottom: 18px;
        font-size: 22px;
        font-weight: 400;
        line-height: 20px; }
        #refowebforumheader .contentblockscontainer .block.onecol .blockheader h2 a, #refowebforumheader .contentblockscontainer .block.twocols .blockheader h2 a {
          padding: 16px 18px; }
    #refowebforumheader .contentblockscontainer .block.onecol .blockcontent, #refowebforumheader .contentblockscontainer .block.twocols .blockcontent {
      position: relative; }
    #refowebforumheader .contentblockscontainer .block.onecol .section, #refowebforumheader .contentblockscontainer .block.twocols .section {
      left: 0;
      height: 60px;
      position: absolute;
      top: 0;
      width: 100px; }
    #refowebforumheader .contentblockscontainer .block.onecol .intro, #refowebforumheader .contentblockscontainer .block.twocols .intro {
      margin-left: 60px;
      width: auto; }
    #refowebforumheader .contentblockscontainer .block.onecol .comments, #refowebforumheader .contentblockscontainer .block.twocols .comments {
      width: auto; }
    #refowebforumheader aside.g-col-33 .g-row .g-col-1 {
      width: 100%; }
    #refowebforumheader .blocklist_type2 .left {
      margin-right: 0;
      width: 100%; }
    #refowebforumheader .blocklist_type2 .right {
      position: static;
      text-align: center;
      width: 100%; }
    #refowebforumheader .sharebuttons .sharebutton a span {
      display: none; }
    #refowebforumheader #panelmemberinfo .photocontainer {
      width: 40%; }
    #refowebforumheader #panelmemberinfo .description {
      padding: 18px 18px 12px 18px;
      width: 60%; }
      #refowebforumheader #panelmemberinfo .description h3 {
        font-size: 18px; }
      #refowebforumheader #panelmemberinfo .description ul {
        font-size: 15px; }
        #refowebforumheader #panelmemberinfo .description ul li span {
          font-weight: bold;
          width: 100%; }
    #refowebforumheader .reactionscontainer .reactionsheader, #refowebforumheader .reactionscontainer .reactionsfooter {
      padding: 8px 9px 8px 16px; }
    #refowebforumheader .reactionscontainer .reactbutton {
      padding: 0 30px; }
    #refowebforumheader .reactionscontainer .reactionslist .reaction .reactionheader {
      padding: 8px 16px; }
    #refowebforumheader .reactionscontainer .reactionslist .reaction .reactiontext {
      padding: 14px 16px; }
    #refowebforumheader #contentpageleft #contentheader h3 {
      float: none; }
    #refowebforumheader #contentpageleft #contentheader div.date {
      float: none;
      margin-top: 2px; } }
  @media screen and (max-width: 420px) {
    #refowebforumheader .pagination ul li {
      font-size: 14px;
      height: 32px;
      line-height: 30px;
      margin-right: 4px;
      min-width: 28px; }
      #refowebforumheader .pagination ul li a {
        height: 30px; }
      #refowebforumheader .pagination ul li span {
        height: 30px; }
    #refowebforumheader #panelmemberinfo .description {
      float: left;
      padding: 18px 18px 12px 18px; }
      #refowebforumheader #panelmemberinfo .description h3 {
        font-size: 17px; }
      #refowebforumheader #panelmemberinfo .description ul {
        font-size: 14px; } }
  @media screen and (max-width: 360px) {
    #refowebforumheader .reactionscontainer .reactionslist .reaction .reactionheader .name {
      float: none;
      width: 100%; }
    #refowebforumheader .reactionscontainer .reactionslist .reaction .reactionheader .date {
      float: none;
      text-align: left;
      width: 100%; }
    #refowebforumheader .reactionscontainer .reactionslist .reaction .reactiontext {
      padding: 10px 12px; } }

@media screen and (max-width: 700px) {
  #refowebforumheader {
    margin-top: 0; }
    #refowebforumheader .container {
      background: #fff;
      border: none;
      border-top: 0px;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0; } }

/*# sourceMappingURL=forumheader.css.map */
