/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600);
/* line 11, ../../../../dev/sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 30, ../../../../dev/sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 43, ../../../../dev/sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, ../../../../dev/sass/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../../../../dev/sass/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 79, ../../../../dev/sass/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 91, ../../../../dev/sass/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, ../../../../dev/sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 111, ../../../../dev/sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 126, ../../../../dev/sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 131, ../../../../dev/sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 136, ../../../../dev/sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 141, ../../../../dev/sass/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 146, ../../../../dev/sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 151, ../../../../dev/sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 160, ../../../../dev/sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 168, ../../../../dev/sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 173, ../../../../dev/sass/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 181, ../../../../dev/sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 190, ../../../../dev/sass/_normalize.scss */
hr {
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 201, ../../../../dev/sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
/* line 210, ../../../../dev/sass/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 219, ../../../../dev/sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 232, ../../../../dev/sass/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 242, ../../../../dev/sass/_normalize.scss */
q {
  quotes: none;
  	/**
   	* Address `quotes` property not supported in Safari 4.
   	*/
}
/* line 248, ../../../../dev/sass/_normalize.scss */
q:before, q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 258, ../../../../dev/sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 266, ../../../../dev/sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 274, ../../../../dev/sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 278, ../../../../dev/sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 290, ../../../../dev/sass/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 297, ../../../../dev/sass/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 305, ../../../../dev/sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 315, ../../../../dev/sass/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 330, ../../../../dev/sass/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 339, ../../../../dev/sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 351, ../../../../dev/sass/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 363, ../../../../dev/sass/_normalize.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 371, ../../../../dev/sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 383, ../../../../dev/sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 397, ../../../../dev/sass/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 412, ../../../../dev/sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 424, ../../../../dev/sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 439, ../../../../dev/sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 452, ../../../../dev/sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 464, ../../../../dev/sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 479, ../../../../dev/sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 492, ../../../../dev/sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 501, ../../../../dev/sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 512, ../../../../dev/sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 525, ../../../../dev/sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/* line 5, ../../../../dev/sass/_helpers.scss */
.ir, #content-wrapper .social li a, .logo-wrapper-nav a {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
/* line 11, ../../../../dev/sass/_helpers.scss */
.ir:before, #content-wrapper .social li a:before, .logo-wrapper-nav a:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/* line 19, ../../../../dev/sass/_helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 24, ../../../../dev/sass/_helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 34, ../../../../dev/sass/_helpers.scss */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 44, ../../../../dev/sass/_helpers.scss */
.invisible {
  visibility: hidden;
}

/* line 48, ../../../../dev/sass/_helpers.scss */
.clearfix, #main-header .logo-wrapper ul, #content-wrapper, #content-wrapper .social ul, #content-wrapper main .blog-author, #content-wrapper main .data-tabs-nav, #keurmerk-blokken, #keurmerk-banner, #keurmerk-animatie {
  *zoom: 1;
}
/* line 51, ../../../../dev/sass/_helpers.scss */
.clearfix:before, #main-header .logo-wrapper ul:before, #content-wrapper:before, #content-wrapper .social ul:before, #content-wrapper main .blog-author:before, #content-wrapper main .data-tabs-nav:before, #keurmerk-blokken:before, #keurmerk-banner:before, #keurmerk-animatie:before, .clearfix:after, #main-header .logo-wrapper ul:after, #content-wrapper:after, #content-wrapper .social ul:after, #content-wrapper main .blog-author:after, #content-wrapper main .data-tabs-nav:after, #keurmerk-blokken:after, #keurmerk-banner:after, #keurmerk-animatie:after {
  content: " ";
  display: table;
}
/* line 56, ../../../../dev/sass/_helpers.scss */
.clearfix:after, #main-header .logo-wrapper ul:after, #content-wrapper:after, #content-wrapper .social ul:after, #content-wrapper main .blog-author:after, #content-wrapper main .data-tabs-nav:after, #keurmerk-blokken:after, #keurmerk-banner:after, #keurmerk-animatie:after {
  clear: both;
}

/*,800*/
/* line 15, ../../../../dev/sass/_fonts.scss */
body {
  font: 12px/18px Open Sans, sans-serif;
  color: #000;
}

/* line 26, ../../../../dev/sass/base.scss */
.reset, body, h1, h2, h3, h4, h5, p, form, fieldset, input, nav ul, #main-header .logo-wrapper ul, ul#cycle-pager, #content-wrapper .social ul, #content-wrapper main > article > ul, #content-wrapper main .data-tabs-nav, #content-wrapper main .items-list-wrapper ul, #twitter ul, #main-footer ul {
  margin: 0;
  padding: 0;
}

/* line 29, ../../../../dev/sass/base.scss */
.label-button, #content-wrapper main .label-button {
  display: inline-block !important;
  font-size: 14px;
  padding: 4px;
  line-height: 20px;
  color: #767676;
}

/* line 38, ../../../../dev/sass/base.scss */
.heading-back-link, .has-breadcrumbs #content-wrapper main h1 {
  position: relative;
}
/* line 41, ../../../../dev/sass/base.scss */
.heading-back-link a, .has-breadcrumbs #content-wrapper main h1 a {
  padding-left: 30px;
  text-decoration: none !important;
}
/* line 45, ../../../../dev/sass/base.scss */
.heading-back-link a:before, .has-breadcrumbs #content-wrapper main h1 a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  height: 17px;
  background: url(../image/icons/back.png) no-repeat;
}
/* line 54, ../../../../dev/sass/base.scss */
.backgroundsize .heading-back-link a:before, .backgroundsize .has-breadcrumbs #content-wrapper main h1 a:before, .has-breadcrumbs #content-wrapper main .backgroundsize h1 a:before {
  background-image: url(../image/icons/back@2x.png);
  background-size: 20px auto;
}
/* line 60, ../../../../dev/sass/base.scss */
.consumenten .heading-back-link a:before, .consumenten .has-breadcrumbs #content-wrapper main h1 a:before, .has-breadcrumbs #content-wrapper main .consumenten h1 a:before {
  background-position: 0 -17px;
}

/* line 68, ../../../../dev/sass/base.scss */
.extendedFormSurveyView .formBlockSurveyTable input[type="text"], .extendedFormSurveyView .formBlockSurveyTable input[type="email"], .extendedFormSurveyView .formBlockSurveyTable input[type="telephone"], .extendedFormSurveyView .formBlockSurveyTable input[type="submit"], .extendedFormSurveyView .formBlockSurveyTable textarea, .miniSurveyView .formBlockSurveyTable input[type="text"], .miniSurveyView .formBlockSurveyTable input[type="email"], .miniSurveyView .formBlockSurveyTable input[type="telephone"], .miniSurveyView .formBlockSurveyTable input[type="submit"], .miniSurveyView .formBlockSurveyTable textarea {
  font: inherit;
  padding: 4px;
  height: auto;
  line-height: normal;
}
/* line 75, ../../../../dev/sass/base.scss */
.extendedFormSurveyView .formBlockSurveyTable input[type="text"], .extendedFormSurveyView .formBlockSurveyTable input[type="email"], .extendedFormSurveyView .formBlockSurveyTable input[type="telephone"], .extendedFormSurveyView .formBlockSurveyTable textarea, .miniSurveyView .formBlockSurveyTable input[type="text"], .miniSurveyView .formBlockSurveyTable input[type="email"], .miniSurveyView .formBlockSurveyTable input[type="telephone"], .miniSurveyView .formBlockSurveyTable textarea {
  width: 100%;
}
/* line 78, ../../../../dev/sass/base.scss */
.consumenten .extendedFormSurveyView .formBlockSurveyTable input[type="text"], .consumenten .extendedFormSurveyView .formBlockSurveyTable input[type="email"], .consumenten .extendedFormSurveyView .formBlockSurveyTable input[type="telephone"], .consumenten .extendedFormSurveyView .formBlockSurveyTable textarea, .consumenten .miniSurveyView .formBlockSurveyTable input[type="text"], .consumenten .miniSurveyView .formBlockSurveyTable input[type="email"], .consumenten .miniSurveyView .formBlockSurveyTable input[type="telephone"], .consumenten .miniSurveyView .formBlockSurveyTable textarea {
  border: solid 1px #a5dcf2;
  background-color: #f2fafd;
}
/* line 82, ../../../../dev/sass/base.scss */
.verzekeraars .extendedFormSurveyView .formBlockSurveyTable input[type="text"], .verzekeraars .extendedFormSurveyView .formBlockSurveyTable input[type="email"], .verzekeraars .extendedFormSurveyView .formBlockSurveyTable input[type="telephone"], .verzekeraars .extendedFormSurveyView .formBlockSurveyTable textarea, .verzekeraars .miniSurveyView .formBlockSurveyTable input[type="text"], .verzekeraars .miniSurveyView .formBlockSurveyTable input[type="email"], .verzekeraars .miniSurveyView .formBlockSurveyTable input[type="telephone"], .verzekeraars .miniSurveyView .formBlockSurveyTable textarea {
  border: solid 1px #e9d7b5;
  background-color: #fbf9f4;
}

/* line 92, ../../../../dev/sass/base.scss */
.miniSurveyView .formBlockSurveyTable {
  position: relative;
}
/* line 95, ../../../../dev/sass/base.scss */
.miniSurveyView .formBlockSurveyTable td {
  padding-bottom: 5px;
}
/* line 98, ../../../../dev/sass/base.scss */
.miniSurveyView .formBlockSurveyTable td:first-child {
  padding-left: 5px;
}
/* line 101, ../../../../dev/sass/base.scss */
.miniSurveyView .formBlockSurveyTable td:first-child + td {
  padding-right: 24px;
}
/* line 104, ../../../../dev/sass/base.scss */
.miniSurveyView .formBlockSurveyTable td input[type="email"] {
  margin-right: 24px;
}
/* line 108, ../../../../dev/sass/base.scss */
.miniSurveyView .formBlockSurveyTable td input[type="submit"] {
  text-indent: -9999px;
  position: absolute;
  top: 8px;
  right: 0;
  width: 11px;
  height: 10px;
  background: #fff url(../image/icons/main-nav-sprite.png) no-repeat 0 -11px;
}

/* line 122, ../../../../dev/sass/base.scss */
.extendedFormSurveyView .formBlockSurveyTable {
  margin-bottom: 40px;
}
/* line 125, ../../../../dev/sass/base.scss */
.extendedFormSurveyView .formBlockSurveyTable h4 {
  font-size: 14px;
}
/* line 127, ../../../../dev/sass/base.scss */
.extendedFormSurveyView .formBlockSurveyTable .formBlockSurveyRow {
  position: relative;
  padding-top: 8px;
  overflow: hidden;
}
/* line 133, ../../../../dev/sass/base.scss */
.extendedFormSurveyView .formBlockSurveyTable .formBlockSurveyRow.SubmitButton .question:before {
  content: none;
}
/* line 134, ../../../../dev/sass/base.scss */
.extendedFormSurveyView .formBlockSurveyTable .formBlockSurveyRow.SubmitButton .answer {
  padding-top: 20px;
}
/* line 138, ../../../../dev/sass/base.scss */
.extendedFormSurveyView .formBlockSurveyTable .formBlockSurveyCell {
  padding: 0;
}
/* line 141, ../../../../dev/sass/base.scss */
.extendedFormSurveyView .formBlockSurveyTable .formBlockSurveyCell.question {
  padding-top: 8px;
  width: 30%;
}
/* line 145, ../../../../dev/sass/base.scss */
.extendedFormSurveyView .formBlockSurveyTable .formBlockSurveyCell.question:before {
  content: "";
  top: 8px;
  position: absolute;
  width: 100%;
  height: 1px;
}
/* line 152, ../../../../dev/sass/base.scss */
.consumenten .extendedFormSurveyView .formBlockSurveyTable .formBlockSurveyCell.question:before {
  background-color: #a5dcf2;
}
/* line 153, ../../../../dev/sass/base.scss */
.verzekeraars .extendedFormSurveyView .formBlockSurveyTable .formBlockSurveyCell.question:before {
  background-color: #e9d7b5;
}
/* line 156, ../../../../dev/sass/base.scss */
.extendedFormSurveyView .formBlockSurveyTable .formBlockSurveyCell.answer {
  width: 70%;
}
/* line 159, ../../../../dev/sass/base.scss */
.extendedFormSurveyView .formBlockSurveyTable .formBlockSurveyCell.answer .radiobuttonsList {
  margin-top: 8px;
}
/* line 161, ../../../../dev/sass/base.scss */
.consumenten .extendedFormSurveyView .formBlockSurveyTable .formBlockSurveyCell.answer * {
  outline-color: #009bdb;
}
/* line 162, ../../../../dev/sass/base.scss */
.verzekeraars .extendedFormSurveyView .formBlockSurveyTable .formBlockSurveyCell.answer * {
  outline-color: #c18e2d;
}
/* line 168, ../../../../dev/sass/base.scss */
.consumenten .extendedFormSurveyView .formBlockSurveyTable input[type="text"], .consumenten .extendedFormSurveyView .formBlockSurveyTable input[type="email"], .consumenten .extendedFormSurveyView .formBlockSurveyTable input[type="telephone"] {
  background-color: #f2fafd;
}
/* line 171, ../../../../dev/sass/base.scss */
.verzekeraars .extendedFormSurveyView .formBlockSurveyTable input[type="text"], .verzekeraars .extendedFormSurveyView .formBlockSurveyTable input[type="email"], .verzekeraars .extendedFormSurveyView .formBlockSurveyTable input[type="telephone"] {
  background-color: #fbf9f4;
}
/* line 176, ../../../../dev/sass/base.scss */
.extendedFormSurveyView .formBlockSurveyTable input[type="submit"] {
  color: #fff;
}
/* line 179, ../../../../dev/sass/base.scss */
.consumenten .extendedFormSurveyView .formBlockSurveyTable input[type="submit"] {
  border: solid 1px #009bdb;
  background-color: #33afe2;
}
/* line 183, ../../../../dev/sass/base.scss */
.verzekeraars .extendedFormSurveyView .formBlockSurveyTable input[type="submit"] {
  border: solid 1px #c18e2d;
  background-color: #cda457;
}
/* line 189, ../../../../dev/sass/base.scss */
.consumenten .extendedFormSurveyView .formBlockSurveyTable input[type="submit"]:hover {
  background-color: #009bdb;
}
/* line 192, ../../../../dev/sass/base.scss */
.verzekeraars .extendedFormSurveyView .formBlockSurveyTable input[type="submit"]:hover {
  background-color: #c18e2d;
}

/* line 205, ../../../../dev/sass/base.scss */
.reset, body, h1, h2, h3, h4, h5, p, form, fieldset, input, nav ul, #main-header .logo-wrapper ul, ul#cycle-pager, #content-wrapper .social ul, #content-wrapper main > article > ul, #content-wrapper main .data-tabs-nav, #content-wrapper main .items-list-wrapper ul, #twitter ul, #main-footer ul {
  list-style-type: none;
}

/* line 207, ../../../../dev/sass/base.scss */
p {
  line-height: 18px;
}

/* line 208, ../../../../dev/sass/base.scss */
a {
  text-decoration: none;
}

/* line 209, ../../../../dev/sass/base.scss */
input, fieldset {
  border: none;
}

/* line 210, ../../../../dev/sass/base.scss */
input[type="text"] {
  font-family: "Open Sans", sans-serif;
}

/*::-webkit-input-placeholder {
	color: $primary-color;
}
:-moz-placeholder {
	color: $primary-color;
}
::-moz-placeholder {
	color: $primary-color;
}
:-ms-input-placeholder {
	color: $primary-color;
}*/
/* ==========================================================================
	Rest
	========================================================================== */
/* line 229, ../../../../dev/sass/base.scss */
html, body {
  height: 100%;
}

/* line 233, ../../../../dev/sass/base.scss */
body {
  background: #e5e5e5;
}

/* line 237, ../../../../dev/sass/base.scss */
#site-wrapper {
  display: table;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
/* line 243, ../../../../dev/sass/base.scss */
#site-wrapper, #site-wrapper * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 246, ../../../../dev/sass/base.scss */
.site-border {
  position: absolute;
  z-index: 9999;
  top: 0;
  bottom: 0;
  width: 10px;
  opacity: 0.7;
}
/* line 254, ../../../../dev/sass/base.scss */
.consumenten .site-border {
  background-color: #009bdb;
}
/* line 258, ../../../../dev/sass/base.scss */
.verzekeraars .site-border {
  background-color: #c18e2d;
}

/* line 263, ../../../../dev/sass/base.scss */
#carousel-wrapper, .has-breadcrumbs .cycle-slideshow {
  position: relative;
}

/* line 267, ../../../../dev/sass/base.scss */
#main-header nav #nav-right form {
  position: relative;
  border: solid 1px #d9d2cc;
}

/* line 278, ../../../../dev/sass/base.scss */
#main-header nav #nav-right
form fieldset input[type="text"] {
  display: block;
  width: 100%;
  height: 24px;
  padding-left: 5px;
  padding-right: 5px;
}
/* line 287, ../../../../dev/sass/base.scss */
#main-header nav #nav-right
form input[type="submit"] {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: #fff url(../image/icons/zoek.png) no-repeat 50% 50%;
}
/* line 296, ../../../../dev/sass/base.scss */
.backgroundsize #main-header nav #nav-right
form input[type="submit"] {
  background-image: url(../image/icons/zoek@2x.png);
  background-size: 14px auto;
}

/* line 304, ../../../../dev/sass/base.scss */
#main-header nav form {
  width: 200px;
}

/* line 308, ../../../../dev/sass/base.scss */
#main-header {
  width: 100%;
  z-index: 999;
  position: absolute;
  top: 0;
}
/* line 314, ../../../../dev/sass/base.scss */
#main-header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #b3a7a1;
  opacity: 0.5;
}
/* line 324, ../../../../dev/sass/base.scss */
#main-header nav {
  background-color: #fff;
  position: absolute;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
}
/* line 331, ../../../../dev/sass/base.scss */
#main-header nav #nav-left, #main-header nav #nav-left > ul, #main-header nav #nav-right > * {
  float: left;
}
/* line 333, ../../../../dev/sass/base.scss */
#main-header nav #nav-left > ul, #main-header nav #nav-right > ul {
  width: 200px;
}
/* line 336, ../../../../dev/sass/base.scss */
#main-header nav #nav-left > ul li, #main-header nav #nav-right > ul li {
  position: relative;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
}
/* line 342, ../../../../dev/sass/base.scss */
#main-header nav #nav-left > ul li:before, #main-header nav #nav-right > ul li:before {
  content: "\203A";
  position: absolute;
  left: 0;
  top: 1px;
}
/* line 354, ../../../../dev/sass/base.scss */
#main-header nav #nav-left > ul.nav-consumenten, #main-header nav #nav-left > ul.nav-consumenten a {
  color: #009bdb;
}
/* line 355, ../../../../dev/sass/base.scss */
#main-header nav #nav-left > ul.nav-consumenten > li {
  border-top: solid 1px #009bdb;
}
/* line 357, ../../../../dev/sass/base.scss */
#main-header nav #nav-left > ul.nav-consumenten > li:first-child {
  border-top: none;
}
/* line 362, ../../../../dev/sass/base.scss */
#main-header nav #nav-left > ul.nav-verzekeraars, #main-header nav #nav-left > ul.nav-verzekeraars a {
  color: #c18e2d;
}
/* line 363, ../../../../dev/sass/base.scss */
#main-header nav #nav-left > ul.nav-verzekeraars > li {
  border-top: solid 1px #c18e2d;
}
/* line 365, ../../../../dev/sass/base.scss */
#main-header nav #nav-left > ul.nav-verzekeraars > li:first-child {
  border-top: none;
}
/* line 370, ../../../../dev/sass/base.scss */
#main-header nav #nav-right {
  float: right;
}
/* line 373, ../../../../dev/sass/base.scss */
.home #main-header nav #nav-right {
  display: none;
}
/* line 376, ../../../../dev/sass/base.scss */
#main-header nav #nav-right ul, #main-header nav #nav-right ul a {
  color: #000;
}
/* line 377, ../../../../dev/sass/base.scss */
#main-header nav #nav-right ul > li {
  border-top: solid 1px #000;
}
/* line 379, ../../../../dev/sass/base.scss */
#main-header nav #nav-right ul > li:first-child {
  border-top: none;
}
/* line 385, ../../../../dev/sass/base.scss */
#main-header .logo-wrapper {
  position: relative;
  z-index: 20;
}
/* line 389, ../../../../dev/sass/base.scss */
#main-header .logo-wrapper:before, #main-header .logo-wrapper:after {
  content: "";
  position: absolute;
  width: 364px;
  height: 23px;
  left: 50%;
  margin-left: 103px;
  top: 30px;
}
/* line 399, ../../../../dev/sass/base.scss */
#main-header .logo-wrapper:before {
  background-image: url(../image/keurmerk-tekst.svg);
}
/* line 402, ../../../../dev/sass/base.scss */
.expanded-nav #main-header .logo-wrapper:before {
  content: none;
}
/* line 405, ../../../../dev/sass/base.scss */
#main-header .logo-wrapper:after {
  background-color: #fff;
  background-image: url(../image/keurmerk-tekst-v.svg);
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  opacity: 0;
}
/* line 413, ../../../../dev/sass/base.scss */
.expanded-nav #main-header .logo-wrapper:after {
  opacity: 1;
}
/* line 416, ../../../../dev/sass/base.scss */
#main-header .logo-wrapper ul {
  background-color: #fff;
}
/* line 421, ../../../../dev/sass/base.scss */
#main-header .logo-wrapper ul li {
  position: relative;
  float: left;
}
/* line 425, ../../../../dev/sass/base.scss */
#main-header .logo-wrapper ul li span {
  display: block;
  cursor: default;
  color: #c18e2d;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
}
/* line 433, ../../../../dev/sass/base.scss */
#main-header .logo-wrapper ul li span._nav-consumenten-arrow, #main-header .logo-wrapper ul li span._nav-verzekeraars-arrow {
  position: absolute;
  top: 6px;
  width: 11px;
  height: 10px;
  background-image: url(../image/icons/main-nav-sprite.png);
}
/* line 440, ../../../../dev/sass/base.scss */
.backgroundsize #main-header .logo-wrapper ul li span._nav-consumenten-arrow, .backgroundsize #main-header .logo-wrapper ul li span._nav-verzekeraars-arrow {
  background-image: url(../image/icons/main-nav-sprite@2x.png);
  background-size: 11px auto;
}
/* line 445, ../../../../dev/sass/base.scss */
#main-header .logo-wrapper ul li span._nav-consumenten-arrow.collapsed, #main-header .logo-wrapper ul li span._nav-verzekeraars-arrow.collapsed {
  height: 11px;
}
/* line 450, ../../../../dev/sass/base.scss */
#main-header .logo-wrapper ul li span._nav-consumenten-arrow {
  left: 172px;
  background-position: 0 -11px;
}
/* line 454, ../../../../dev/sass/base.scss */
#main-header .logo-wrapper ul li span._nav-consumenten-arrow.collapsed {
  background-position: 0 0;
}
/* line 459, ../../../../dev/sass/base.scss */
#main-header .logo-wrapper ul li span._nav-verzekeraars-arrow {
  left: 167px;
  background-position: 0 -32px;
}
/* line 463, ../../../../dev/sass/base.scss */
#main-header .logo-wrapper ul li span._nav-verzekeraars-arrow.collapsed {
  background-position: 0 -21px;
}
/* line 469, ../../../../dev/sass/base.scss */
#main-header .logo-wrapper ul li:first-child span {
  color: #009bdb;
}
/* line 474, ../../../../dev/sass/base.scss */
#main-header picture {
  position: absolute;
  z-index: 5;
  left: 50%;
  margin-left: -30px;
}
/* line 480, ../../../../dev/sass/base.scss */
#main-header picture img {
  width: 60px;
  height: 57px;
}

/* line 487, ../../../../dev/sass/base.scss */
ul#cycle-pager {
  position: absolute;
  z-index: 999;
  top: 0;
  width: 100%;
  text-align: center;
}
/* line 496, ../../../../dev/sass/base.scss */
ul#cycle-pager li {
  display: inline-block;
  margin-left: 5px;
}
/* line 499, ../../../../dev/sass/base.scss */
ul#cycle-pager li:first-child {
  margin-left: 0;
}
/* line 501, ../../../../dev/sass/base.scss */
ul#cycle-pager li.cycle-pager-active a {
  background-color: #fff;
}
/* line 505, ../../../../dev/sass/base.scss */
ul#cycle-pager li a {
  display: block;
  border: solid 1px #fff;
}

/* line 512, ../../../../dev/sass/base.scss */
#content-wrapper {
  background-color: #fff;
  min-height: 600px;
}
/* line 517, ../../../../dev/sass/base.scss */
#content-wrapper .social {
  margin-bottom: 20px;
}
/* line 520, ../../../../dev/sass/base.scss */
.consumenten #content-wrapper .social.has-border {
  border-top: solid 1px #a5dcf2;
}
/* line 521, ../../../../dev/sass/base.scss */
.verzekeraars #content-wrapper .social.has-border {
  border-top: solid 1px #e9d7b5;
}
/* line 523, ../../../../dev/sass/base.scss */
.vraag #content-wrapper .social {
  padding-top: 20px;
}
/* line 526, ../../../../dev/sass/base.scss */
.vraag #content-wrapper .social, .vraag #content-wrapper .social a {
  color: #767676;
}
/* line 527, ../../../../dev/sass/base.scss */
.vraag #content-wrapper .social > p a {
  display: inline-block;
  background-color: rgba(179, 165, 154, 0.1);
  padding: 4px 7px;
  margin-left: 10px;
  text-decoration: none;
}
/* line 534, ../../../../dev/sass/base.scss */
.vraag #content-wrapper .social > p a.answer-yes {
  margin-left: 40px;
}
/* line 543, ../../../../dev/sass/base.scss */
#content-wrapper .social li {
  float: left;
  margin-left: 6px;
}
/* line 547, ../../../../dev/sass/base.scss */
#content-wrapper .social li:first-child {
  margin-left: 0;
}
/* line 549, ../../../../dev/sass/base.scss */
#content-wrapper .social li a {
  display: block;
}
/* line 554, ../../../../dev/sass/base.scss */
#content-wrapper .social li.twitter a {
  width: 18px;
  height: 15px;
  background-image: url(../image/icons/twitter-v.png);
}
/* line 559, ../../../../dev/sass/base.scss */
.backgroundsize #content-wrapper .social li.twitter a {
  background-image: url(../image/icons/twitter-v@2x.png);
  background-size: 18px auto;
}
/* line 567, ../../../../dev/sass/base.scss */
#content-wrapper .social li.linkedin a {
  width: 16px;
  height: 16px;
  background-image: url(../image/icons/linkedin-v.png);
}
/* line 572, ../../../../dev/sass/base.scss */
.backgroundsize #content-wrapper .social li.linkedin a {
  background-image: url(../image/icons/linkedin-v@2x.png);
  background-size: 16px auto;
}
/* line 584, ../../../../dev/sass/base.scss */
.consumenten #content-wrapper .social li.twitter a {
  background-image: url(../image/icons/twitter.png);
}
/* line 587, ../../../../dev/sass/base.scss */
.backgroundsize .consumenten #content-wrapper .social li.twitter a {
  background-image: url(../image/icons/twitter@2x.png);
}
/* line 592, ../../../../dev/sass/base.scss */
.consumenten #content-wrapper .social li.linkedin a {
  background-image: url(../image/icons/linkedin.png);
}
/* line 595, ../../../../dev/sass/base.scss */
.backgroundsize .consumenten #content-wrapper .social li.linkedin a {
  background-image: url(../image/icons/linkedin@2x.png);
}
/* line 603, ../../../../dev/sass/base.scss */
#content-wrapper main {
  float: left;
}
/* line 606, ../../../../dev/sass/base.scss */
#content-wrapper main table {
  width: 100%;
}
/* line 609, ../../../../dev/sass/base.scss */
#content-wrapper main table tr > td:first-child {
  width: 25%;
  font-weight: bold;
}
/* line 613, ../../../../dev/sass/base.scss */
.consumenten #content-wrapper main table tr > td:first-child {
  color: #009bdb;
}
/* line 614, ../../../../dev/sass/base.scss */
.verzekeraars #content-wrapper main table tr > td:first-child {
  color: #c18e2d;
}
/* line 616, ../../../../dev/sass/base.scss */
#content-wrapper main table tr > td:first-child + td {
  width: 75%;
}
/* line 620, ../../../../dev/sass/base.scss */
.page-404 #content-wrapper main {
  width: auto;
  float: none;
}
/* line 624, ../../../../dev/sass/base.scss */
.page-404 #content-wrapper main h1 {
  color: #000;
}
/* line 625, ../../../../dev/sass/base.scss */
.page-404 #content-wrapper main article a {
  text-decoration: underline;
}
/* line 628, ../../../../dev/sass/base.scss */
.has-breadcrumbs #content-wrapper main {
  padding-left: 0;
}
/* line 631, ../../../../dev/sass/base.scss */
.has-breadcrumbs #content-wrapper main nav {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(179, 165, 154, 0.1);
}
/* line 636, ../../../../dev/sass/base.scss */
.has-breadcrumbs #content-wrapper main nav .consumenten a {
  color: #009bdb;
}
/* line 637, ../../../../dev/sass/base.scss */
.has-breadcrumbs #content-wrapper main nav .verzekeraars a {
  color: #c18e2d;
}
/* line 639, ../../../../dev/sass/base.scss */
.has-breadcrumbs #content-wrapper main nav .active {
  font-weight: bold;
}
/* line 643, ../../../../dev/sass/base.scss */
#content-wrapper main h1, #content-wrapper main h1 a {
  color: #009bdb;
}
/* line 646, ../../../../dev/sass/base.scss */
.verzekeraars #content-wrapper main h1, .verzekeraars #content-wrapper main h1 a {
  color: #c18e2d;
}
/* line 653, ../../../../dev/sass/base.scss */
#content-wrapper main ul, #content-wrapper main p {
  margin-bottom: 20px;
}
/* line 655, ../../../../dev/sass/base.scss */
.has-breadcrumbs.consumenten #content-wrapper main a {
  color: #009bdb;
}
/* line 656, ../../../../dev/sass/base.scss */
.has-breadcrumbs.verzekeraars #content-wrapper main a {
  color: #c18e2d;
}
/* line 659, ../../../../dev/sass/base.scss */
.has-breadcrumbs #content-wrapper main a {
  text-decoration: underline;
}
/* line 661, ../../../../dev/sass/base.scss */
.has-breadcrumbs #content-wrapper main > nav a {
  color: #000 !important;
  text-decoration: none;
}
/* line 665, ../../../../dev/sass/base.scss */
#content-wrapper main .blog-author {
  margin-top: 30px;
  padding: 0 60px 30px 60px;
  border-bottom: solid 1px rgba(179, 167, 161, 0.5);
}
/* line 671, ../../../../dev/sass/base.scss */
#content-wrapper main .blog-author h2 {
  font-size: 20px;
  float: left;
  font-weight: normal;
  margin-bottom: 20px;
  color: #009bdb;
}
/* line 678, ../../../../dev/sass/base.scss */
.verzekeraars #content-wrapper main .blog-author h2 {
  color: #c18e2d;
}
/* line 681, ../../../../dev/sass/base.scss */
#content-wrapper main .blog-author ._blog-author-pic img {
  float: right;
}
/* line 682, ../../../../dev/sass/base.scss */
#content-wrapper main .blog-author ._blog-author-text {
  clear: left;
}
/* line 686, ../../../../dev/sass/base.scss */
#content-wrapper main > article header {
  margin-top: 40px;
  margin-bottom: 20px;
}
/* line 690, ../../../../dev/sass/base.scss */
#content-wrapper main > article header h1 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: normal;
}
/* line 697, ../../../../dev/sass/base.scss */
#content-wrapper main > article header p {
  font-size: 15px;
  line-height: 21px;
  color: #009bdb;
}
/* line 702, ../../../../dev/sass/base.scss */
.verzekeraars #content-wrapper main > article header p {
  color: #c18e2d;
}
/* line 703, ../../../../dev/sass/base.scss */
.vraag #content-wrapper main > article header p {
  color: #000 !important;
}
/* line 707, ../../../../dev/sass/base.scss */
#content-wrapper main > article h3 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
/* line 716, ../../../../dev/sass/base.scss */
#content-wrapper main > article > ul li {
  position: relative;
  padding-left: 15px;
}
/* line 720, ../../../../dev/sass/base.scss */
#content-wrapper main > article > ul li:before {
  content: "\2219";
  font-size: 23px;
  position: absolute;
  left: 0;
  top: -1px;
}
/* line 731, ../../../../dev/sass/base.scss */
#content-wrapper main .read-more, #content-wrapper main .read-more a {
  color: #c18e2d;
}
/* line 735, ../../../../dev/sass/base.scss */
#content-wrapper main .data-tabs-nav {
  border-bottom: solid 1px #a5dcf2;
}
/* line 740, ../../../../dev/sass/base.scss */
.verzekeraars #content-wrapper main .data-tabs-nav {
  border-color: #e9d7b5;
}
/* line 742, ../../../../dev/sass/base.scss */
#content-wrapper main .data-tabs-nav li {
  padding: 10px;
  position: relative;
  top: 1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 749, ../../../../dev/sass/base.scss */
#content-wrapper main .data-tabs-nav li:before {
  content: none;
}
/* line 750, ../../../../dev/sass/base.scss */
#content-wrapper main .data-tabs-nav li.active {
  background-color: #009bdb;
  border: solid 1px #009bdb;
}
/* line 754, ../../../../dev/sass/base.scss */
.verzekeraars #content-wrapper main .data-tabs-nav li.active {
  background-color: #c18e2d;
  border-color: #c18e2d;
}
/* line 759, ../../../../dev/sass/base.scss */
#content-wrapper main .data-tabs-nav li.active a {
  color: #fff;
}
/* line 762, ../../../../dev/sass/base.scss */
#content-wrapper main .data-tabs-nav li a {
  text-decoration: none;
}
/* line 766, ../../../../dev/sass/base.scss */
#content-wrapper main .items-list-wrapper {
  margin-bottom: 50px;
}
/* line 769, ../../../../dev/sass/base.scss */
#content-wrapper main .items-list-wrapper ~ .items-list-wrapper {
  display: none;
  opacity: 0;
}
/* line 774, ../../../../dev/sass/base.scss */
#content-wrapper main .items-list-wrapper ul.items-list li {
  position: relative;
  cursor: pointer;
  padding: 5px 30px 5px 30px;
}
/* line 779, ../../../../dev/sass/base.scss */
#content-wrapper main .items-list-wrapper ul.items-list li a {
  text-decoration: none;
}
/* line 781, ../../../../dev/sass/base.scss */
#content-wrapper main .items-list-wrapper ul.items-list li:first-child {
  margin-top: 0;
}
/* line 783, ../../../../dev/sass/base.scss */
#content-wrapper main .items-list-wrapper ul.items-list li:before {
  content: "\203A";
  position: absolute;
  left: 10px;
  top: 3px;
  font-size: 200%;
}
/* line 791, ../../../../dev/sass/base.scss */
.consumenten #content-wrapper main .items-list-wrapper ul.items-list li {
  border-bottom: solid 1px #a5dcf2;
}
/* line 794, ../../../../dev/sass/base.scss */
.consumenten #content-wrapper main .items-list-wrapper ul.items-list li:before {
  color: #009bdb;
}
/* line 798, ../../../../dev/sass/base.scss */
.consumenten #content-wrapper main .items-list-wrapper ul.items-list li span a {
  color: #009bdb;
}
/* line 799, ../../../../dev/sass/base.scss */
.consumenten #content-wrapper main .items-list-wrapper ul.items-list li.expanded {
  background-color: #eaf7fc;
}
/* line 804, ../../../../dev/sass/base.scss */
.verzekeraars #content-wrapper main .items-list-wrapper ul.items-list li {
  border-bottom: solid 1px #e9d7b5;
}
/* line 807, ../../../../dev/sass/base.scss */
.verzekeraars #content-wrapper main .items-list-wrapper ul.items-list li:before {
  color: #c18e2d;
}
/* line 811, ../../../../dev/sass/base.scss */
.verzekeraars #content-wrapper main .items-list-wrapper ul.items-list li span a {
  color: #c18e2d;
}
/* line 812, ../../../../dev/sass/base.scss */
.verzekeraars #content-wrapper main .items-list-wrapper ul.items-list li.expanded {
  background-color: #faf5ee;
}
/* line 817, ../../../../dev/sass/base.scss */
#content-wrapper main .items-list-wrapper ul.items-list li strong {
  margin-bottom: 30px;
  font-weight: 400;
}
/* line 822, ../../../../dev/sass/base.scss */
#content-wrapper main .items-list-wrapper ul.items-list li span {
  display: none;
}
/* line 825, ../../../../dev/sass/base.scss */
#content-wrapper main .items-list-wrapper ul.items-list li span.cijfer {
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
}
/* line 831, ../../../../dev/sass/base.scss */
.verzekeraars #content-wrapper main .items-list-wrapper ul.items-list li span.cijfer {
  color: #c18e2d;
}
/* line 832, ../../../../dev/sass/base.scss */
.consumenten #content-wrapper main .items-list-wrapper ul.items-list li span.cijfer {
  color: #009bdb;
}
/* line 837, ../../../../dev/sass/base.scss */
#content-wrapper main .items-list-wrapper ul.items-list li.expanded:before {
  height: 6px;
}
/* line 841, ../../../../dev/sass/base.scss */
#content-wrapper main .items-list-wrapper ul.items-list li.expanded strong {
  font-weight: bold;
}
/* line 845, ../../../../dev/sass/base.scss */
#content-wrapper main .items-list-wrapper ul.items-list li.expanded span {
  margin-top: 18px;
  padding-bottom: 30px;
}
/* line 848, ../../../../dev/sass/base.scss */
#content-wrapper main .items-list-wrapper ul.items-list li.expanded span, #content-wrapper main .items-list-wrapper ul.items-list li.expanded span a {
  display: block;
}
/* line 855, ../../../../dev/sass/base.scss */
#content-wrapper main .items-list-wrapper ul.content-submenu li:before, #content-wrapper main .items-list-wrapper ul.content-submenu li a {
  color: #000 !important;
}
/* line 860, ../../../../dev/sass/base.scss */
#content-wrapper main .items-list-wrapper ul.news-items-pagination {
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 40px;
}
/* line 866, ../../../../dev/sass/base.scss */
.consumenten #content-wrapper main .items-list-wrapper ul.news-items-pagination {
  border: solid 1px #b7cacd;
}
/* line 867, ../../../../dev/sass/base.scss */
.consumenten #content-wrapper main .items-list-wrapper ul.news-items-pagination li {
  border-left: solid 1px #b7cacd;
}
/* line 870, ../../../../dev/sass/base.scss */
.consumenten #content-wrapper main .items-list-wrapper ul.news-items-pagination li.active:before {
  background-color: #009bdb;
}
/* line 875, ../../../../dev/sass/base.scss */
.verzekeraars #content-wrapper main .items-list-wrapper ul.news-items-pagination {
  border: solid 1px #a9a791;
}
/* line 876, ../../../../dev/sass/base.scss */
.verzekeraars #content-wrapper main .items-list-wrapper ul.news-items-pagination li {
  border-left: solid 1px #a9a791;
}
/* line 879, ../../../../dev/sass/base.scss */
.verzekeraars #content-wrapper main .items-list-wrapper ul.news-items-pagination li.active:before {
  background-color: #c18e2d;
}
/* line 883, ../../../../dev/sass/base.scss */
#content-wrapper main .items-list-wrapper ul.news-items-pagination, #content-wrapper main .items-list-wrapper ul.news-items-pagination li {
  float: left;
}
/* line 886, ../../../../dev/sass/base.scss */
#content-wrapper main .items-list-wrapper ul.news-items-pagination li:first-child {
  border-left: none;
}
/* line 888, ../../../../dev/sass/base.scss */
#content-wrapper main .items-list-wrapper ul.news-items-pagination li a {
  display: block;
  padding: 6px 12px;
  text-decoration: none;
}
/* line 895, ../../../../dev/sass/base.scss */
#content-wrapper main .items-list-wrapper ul.news-items-pagination li.active {
  position: relative;
}
/* line 898, ../../../../dev/sass/base.scss */
#content-wrapper main .items-list-wrapper ul.news-items-pagination li.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 4px;
}
/* line 907, ../../../../dev/sass/base.scss */
#content-wrapper main .items-list-wrapper ul.news-items-pagination li.active a {
  color: #000;
}
/* line 911, ../../../../dev/sass/base.scss */
.consumenten #content-wrapper main .items-list-wrapper ul.news-items-pagination li.news-items-pagination-prev a, .consumenten #content-wrapper main .items-list-wrapper ul.news-items-pagination li.news-items-pagination-next a {
  color: #009bdb;
}
/* line 917, ../../../../dev/sass/base.scss */
.verzekeraars #content-wrapper main .items-list-wrapper ul.news-items-pagination li.news-items-pagination-prev a, .verzekeraars #content-wrapper main .items-list-wrapper ul.news-items-pagination li.news-items-pagination-next a {
  color: #c18e2d;
}
/* line 924, ../../../../dev/sass/base.scss */
.page-nieuws #content-wrapper main .items-list-wrapper h2 {
  font-size: 20px;
  line-height: 26px;
}
/* line 931, ../../../../dev/sass/base.scss */
#content-wrapper .cycle-slideshow {
  overflow: hidden;
}
/* line 934, ../../../../dev/sass/base.scss */
.consumenten #content-wrapper .cycle-slideshow.empty {
  background-color: #009bdb;
}
/* line 935, ../../../../dev/sass/base.scss */
.verzekeraars #content-wrapper .cycle-slideshow.empty {
  background-color: #c18e2d;
}
/* line 938, ../../../../dev/sass/base.scss */
#content-wrapper .carousel-slide-wrapper {
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 945, ../../../../dev/sass/base.scss */
#content-wrapper .carousel-slide-wrapper .carousel-slide p {
  color: #fff;
}
/* line 948, ../../../../dev/sass/base.scss */
#content-wrapper .carousel-slide-wrapper .carousel-slide p strong {
  font-weight: 600;
}
/* line 950, ../../../../dev/sass/base.scss */
#content-wrapper .carousel-slide-wrapper .carousel-slide p a {
  display: block;
  color: #fff;
}

/* line 959, ../../../../dev/sass/base.scss */
#nieuws {
  position: relative;
}
/* line 962, ../../../../dev/sass/base.scss */
#nieuws h1 {
  margin-bottom: 10px;
}
/* line 964, ../../../../dev/sass/base.scss */
#nieuws p {
  margin: 0 !important;
}
/* line 965, ../../../../dev/sass/base.scss */
#nieuws time {
  display: block;
}
/* line 966, ../../../../dev/sass/base.scss */
#nieuws a {
  display: block;
}
/* line 968, ../../../../dev/sass/base.scss */
#nieuws picture {
  top: 0;
  height: 100%;
  overflow: hidden;
}
/* line 969, ../../../../dev/sass/base.scss */
#nieuws picture, #nieuws picture img {
  position: absolute;
}
/* line 976, ../../../../dev/sass/base.scss */
#nieuws .label-button {
  margin-top: 20px;
}

/* line 979, ../../../../dev/sass/base.scss */
#nieuws h1, #blog h2, #blog h3, #twitter h2 {
  font-weight: 400;
}

/* line 983, ../../../../dev/sass/base.scss */
#blog h2, #twitter h2 {
  margin-bottom: 20px;
}
/* line 985, ../../../../dev/sass/base.scss */
#blog h2, #blog h2 a, #twitter h2, #twitter h2 a {
  color: #000;
}

/* line 989, ../../../../dev/sass/base.scss */
#blog h2 {
  margin-top: 10px;
}
/* line 993, ../../../../dev/sass/base.scss */
#blog h3 {
  margin-bottom: 10px;
}
/* line 994, ../../../../dev/sass/base.scss */
#blog h3, #blog h3 a {
  color: #009bdb;
}
/* line 998, ../../../../dev/sass/base.scss */
#blog .label-button {
  background-color: #f7f6f5;
}

/* line 1002, ../../../../dev/sass/base.scss */
#twitter h2 {
  position: relative;
}
/* line 1005, ../../../../dev/sass/base.scss */
#twitter h2:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 14px;
  background: url(../image/twitter-heading.png) no-repeat 0% 50%;
}
/* line 1013, ../../../../dev/sass/base.scss */
.backgroundsize #twitter h2:before {
  background-image: url(../image/twitter-heading@2x.png);
  background-size: 14px auto;
}
/* line 1024, ../../../../dev/sass/base.scss */
#twitter ul li strong, #twitter ul li time {
  display: block;
}
/* line 1025, ../../../../dev/sass/base.scss */
#twitter ul li time {
  margin-top: 20px;
  color: #b3a59a;
}
/* line 1026, ../../../../dev/sass/base.scss */
#twitter ul li a {
  color: #c18e2d;
}

/* line 1031, ../../../../dev/sass/base.scss */
#carousel-footer-wrapper {
  background-color: #fff;
}

/* line 1036, ../../../../dev/sass/base.scss */
#carousel-footer-wrapper #carousel-footer, .has-breadcrumbs #cycle-small {
  background-color: #f7f6f4;
}

/* line 1040, ../../../../dev/sass/base.scss */
#cycle-small {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 1044, ../../../../dev/sass/base.scss */
#cycle-small > p {
  margin-bottom: 20px;
}
/* line 1048, ../../../../dev/sass/base.scss */
#cycle-small .label-button {
  background-color: #fff;
  margin-right: 10px;
}

/* line 1055, ../../../../dev/sass/base.scss */
#keurmerk-blokken > article, #keurmerk-banner > article, #keurmerk-animatie > article {
  float: left;
}

/* line 1060, ../../../../dev/sass/base.scss */
#keurmerk-blokken {
  position: relative;
  background-color: #009bdb;
  color: #fff;
}
/* line 1066, ../../../../dev/sass/base.scss */
#keurmerk-blokken h3 {
  font-weight: 400;
}
/* line 1068, ../../../../dev/sass/base.scss */
#keurmerk-blokken > header {
  position: absolute;
  top: 20px;
}
/* line 1072, ../../../../dev/sass/base.scss */
#keurmerk-blokken > header h3 {
  font-size: 14px;
  line-height: 17px;
}
/* line 1078, ../../../../dev/sass/base.scss */
#keurmerk-blokken .border {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #fff;
  margin-left: -20px;
}
/* line 1088, ../../../../dev/sass/base.scss */
#keurmerk-blokken > article {
  margin-top: 50px;
  margin-bottom: 70px;
}
/* line 1092, ../../../../dev/sass/base.scss */
#keurmerk-blokken > article > header {
  height: 78px;
}
/* line 1096, ../../../../dev/sass/base.scss */
#keurmerk-blokken > article h3 {
  position: relative;
  font-size: 20px;
  line-height: 26px;
}
/* line 1101, ../../../../dev/sass/base.scss */
#keurmerk-blokken > article h3:before {
  position: absolute;
  z-index: 10;
  width: 30px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  background: #fff;
  color: #009bdb;
  left: -35px;
}
/* line 1115, ../../../../dev/sass/base.scss */
#keurmerk-blokken > article.col-1 > header h3:before {
  content: "1";
}
/* line 1119, ../../../../dev/sass/base.scss */
#keurmerk-blokken > article.col-2 > header h3:before {
  content: "2";
}
/* line 1123, ../../../../dev/sass/base.scss */
#keurmerk-blokken > article.col-3 > header h3:before {
  content: "3";
}
/* line 1127, ../../../../dev/sass/base.scss */
#keurmerk-blokken > article .read-more {
  position: absolute;
  bottom: 20px;
}
/* line 1131, ../../../../dev/sass/base.scss */
#keurmerk-blokken > article .read-more a {
  display: inline-block;
  border: solid 1px #fff;
  padding: 7px;
  color: #fff;
}
/* line 1137, ../../../../dev/sass/base.scss */
#keurmerk-blokken > article .read-more a:hover {
  background-color: #fff;
  color: #009bdb;
}

/* line 1146, ../../../../dev/sass/base.scss */
#keurmerk-banner {
  border-top: solid 10px #fff;
  background-color: #fff;
}
/* line 1151, ../../../../dev/sass/base.scss */
#keurmerk-banner > article {
  width: 50%;
  height: 220px;
  padding-top: 40px;
  overflow: hidden;
}
/* line 1157, ../../../../dev/sass/base.scss */
#keurmerk-banner > article, #keurmerk-banner > article a {
  color: #009bdb;
}
/* line 1159, ../../../../dev/sass/base.scss */
#keurmerk-banner > article:first-child {
  position: relative;
  background-image: url(../image/home/consumentenpanel.jpg);
  background-size: cover;
}
/* line 1162, ../../../../dev/sass/base.scss */
#keurmerk-banner > article:first-child:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
/* line 1172, ../../../../dev/sass/base.scss */
#keurmerk-banner > article:first-child, #keurmerk-banner > article:first-child a {
  color: #fff;
}
/* line 1179, ../../../../dev/sass/base.scss */
#keurmerk-banner > article:first-child header h4 strong {
  display: block;
}
/* line 1182, ../../../../dev/sass/base.scss */
#keurmerk-banner > article header, #keurmerk-banner > article p {
  position: relative;
  z-index: 10;
}
/* line 1187, ../../../../dev/sass/base.scss */
#keurmerk-banner > article header {
  font-size: 24px;
  line-height: 28px;
}
/* line 1191, ../../../../dev/sass/base.scss */
#keurmerk-banner > article header h4 {
  font-weight: 300;
}
/* line 1194, ../../../../dev/sass/base.scss */
#keurmerk-banner > article header h4 strong {
  font-weight: 600;
}
/* line 1200, ../../../../dev/sass/base.scss */
#keurmerk-banner > article p {
  font-size: 18px;
  line-height: 21px;
  margin-top: 20px;
}

/* line 1208, ../../../../dev/sass/base.scss */
#keurmerk-animatie {
  border-top: solid 10px #e5e5e5;
  background-color: #fff;
}
/* line 1213, ../../../../dev/sass/base.scss */
#keurmerk-animatie > article {
  width: 50%;
  height: 220px;
  padding-top: 40px;
  overflow: hidden;
}
/* line 1219, ../../../../dev/sass/base.scss */
#keurmerk-animatie > article, #keurmerk-animatie > article a {
  color: #c18e2d;
}
/* line 1221, ../../../../dev/sass/base.scss */
#keurmerk-animatie > article a.banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 1229, ../../../../dev/sass/base.scss */
#keurmerk-animatie > article:first-child {
  position: relative;
  background-image: url(../image/home/animatiepanel.jpg);
  background-size: cover;
}
/* line 1232, ../../../../dev/sass/base.scss */
#keurmerk-animatie > article:first-child, #keurmerk-animatie > article:first-child a {
  color: #fff;
}
/* line 1239, ../../../../dev/sass/base.scss */
#keurmerk-animatie > article:first-child header h4 strong {
  display: block;
}
/* line 1242, ../../../../dev/sass/base.scss */
#keurmerk-animatie > article header, #keurmerk-animatie > article p {
  position: relative;
  z-index: 10;
}
/* line 1247, ../../../../dev/sass/base.scss */
#keurmerk-animatie > article header {
  font-size: 24px;
  line-height: 28px;
}
/* line 1251, ../../../../dev/sass/base.scss */
#keurmerk-animatie > article header h4 {
  font-weight: 300;
  margin-right: 60px;
}
/* line 1254, ../../../../dev/sass/base.scss */
#keurmerk-animatie > article header h4 strong {
  font-weight: 600;
}
/* line 1260, ../../../../dev/sass/base.scss */
#keurmerk-animatie > article p {
  font-size: 18px;
  line-height: 21px;
  margin-top: 20px;
}

/* line 1268, ../../../../dev/sass/base.scss */
#main-footer {
  position: relative;
  z-index: 9999;
  padding-top: 35px;
  padding-bottom: 35px;
}
/* line 1274, ../../../../dev/sass/base.scss */
#main-footer img {
  position: absolute;
  width: 60px;
  height: 57px;
}
/* line 1285, ../../../../dev/sass/base.scss */
#main-footer li:first-child {
  font-weight: bold;
}
/* line 1289, ../../../../dev/sass/base.scss */
#main-footer li a {
  color: #000;
}
/* line 1290, ../../../../dev/sass/base.scss */
#main-footer li abbr {
  border: none;
}

@media screen and (min-width: 1px) and (max-width: 480px) {
  /* line 1297, ../../../../dev/sass/base.scss */
  #main-header {
    background-color: #fff;
    height: 34px;
  }
  /* line 1301, ../../../../dev/sass/base.scss */
  #main-header:before {
    content: "";
    position: absolute;
    top: 54px;
    left: 17px;
    width: 286px;
    height: 18px;
    background-image: url(../image/keurmerk-tekst-v.svg);
    background-size: 100% auto;
  }
  /* line 1312, ../../../../dev/sass/base.scss */
  #main-header:after {
    z-index: 20;
  }
  /* line 1317, ../../../../dev/sass/base.scss */
  #main-header .logo-wrapper li {
    width: 50%;
  }
  /* line 1320, ../../../../dev/sass/base.scss */
  #main-header .logo-wrapper li.nav-consumenten {
    padding-left: 17px;
  }
  /* line 1322, ../../../../dev/sass/base.scss */
  #main-header .logo-wrapper li.nav-consumenten a:before {
    content: "Consumenten";
  }
  /* line 1325, ../../../../dev/sass/base.scss */
  #main-header .logo-wrapper li.nav-verzekeraars a:before {
    content: "Verzekeraars";
  }
  /* line 1328, ../../../../dev/sass/base.scss */
  #main-header .logo-wrapper ul {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 1332, ../../../../dev/sass/base.scss */
  #main-header .logo-wrapper ul li {
    					/*a {
    						font-size: 14px;
    						line-height: 14px;
    
    						span { display: none;}
    					}*/
  }
  /* line 1333, ../../../../dev/sass/base.scss */
  #main-header .logo-wrapper ul li span._nav-consumenten-arrow,
  #main-header .logo-wrapper ul li span._nav-verzekeraars-arrow {
    display: none;
  }
  /* line 1338, ../../../../dev/sass/base.scss */
  #main-header .logo-wrapper ul li span {
    font-size: 14px;
  }
  /* line 1352, ../../../../dev/sass/base.scss */
  #main-header picture {
    top: 82px;
  }
  /* line 1356, ../../../../dev/sass/base.scss */
  #main-header nav {
    padding: 10px 17px;
    bottom: 34px;
    z-index: 10;
    border-bottom: solid 1px rgba(179, 167, 161, 0.5);
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 3px 2px -2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 3px 2px -2px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 3px 2px -2px;
  }
  /* line 1364, ../../../../dev/sass/base.scss */
  #main-header nav #nav-left ul {
    width: 50%;
  }
  /* line 1367, ../../../../dev/sass/base.scss */
  #main-header nav #nav-left ul:first-child {
    padding-right: 17px;
  }
  /* line 1372, ../../../../dev/sass/base.scss */
  #main-header nav #nav-right {
    display: none;
  }

  /* line 1376, ../../../../dev/sass/base.scss */
  #content-wrapper {
    padding-top: 110px;
  }

  /* line 1384, ../../../../dev/sass/base.scss */
  .has-breadcrumbs main > nav, .has-breadcrumbs main > article {
    padding-left: 17px;
  }
  /* line 1385, ../../../../dev/sass/base.scss */
  .has-breadcrumbs main > article {
    padding-right: 17px;
  }
  /* line 1388, ../../../../dev/sass/base.scss */
  main article p img {
    width: 100%;
    height: auto;
  }

  /* line 1393, ../../../../dev/sass/base.scss */
  #nieuws {
    background-color: #f7f6f4;
    padding: 30px 17px 30px 17px;
    margin-bottom: 30px;
  }
  /* line 1398, ../../../../dev/sass/base.scss */
  #nieuws picture {
    display: none;
  }
  /* line 1399, ../../../../dev/sass/base.scss */
  #nieuws .label-button {
    background-color: #f7f6f5;
  }

  /* line 1402, ../../../../dev/sass/base.scss */
  #blog, #twitter {
    margin-left: 17px;
    margin-right: 17px;
    margin-bottom: 50px;
  }

  /* line 1408, ../../../../dev/sass/base.scss */
  #nieuws h1, #blog h2, #blog h3, #twitter h2 {
    font-size: 16px;
    line-height: 20px;
  }

  /* line 1414, ../../../../dev/sass/base.scss */
  #twitter h2 {
    display: inline-block;
  }
  /* line 1417, ../../../../dev/sass/base.scss */
  #twitter h2:before {
    right: -30px;
  }

  /* line 1425, ../../../../dev/sass/base.scss */
  #cycle-wrapper .cycle-slideshow {
    height: 202px;
    overflow: hidden;
  }
  /* line 1430, ../../../../dev/sass/base.scss */
  .home #cycle-wrapper {
    position: relative;
  }
  /* line 1434, ../../../../dev/sass/base.scss */
  #cycle-wrapper .carousel-slide-wrapper {
    background-position: 0% 50%;
  }
  /* line 1437, ../../../../dev/sass/base.scss */
  #cycle-wrapper .carousel-slide-wrapper .carousel-slide {
    margin-top: 50px;
    height: 152px;
    padding: 20px 17px 40px 17px;
  }
  /* line 1442, ../../../../dev/sass/base.scss */
  .consumenten #cycle-wrapper .carousel-slide-wrapper .carousel-slide {
    background-color: rgba(0, 155, 219, 0.7);
  }
  /* line 1443, ../../../../dev/sass/base.scss */
  .verzekeraars #cycle-wrapper .carousel-slide-wrapper .carousel-slide {
    background-color: rgba(193, 142, 45, 0.7);
  }
  /* line 1445, ../../../../dev/sass/base.scss */
  #cycle-wrapper .carousel-slide-wrapper .carousel-slide p {
    font-size: 14px;
    line-height: 18px;
  }
  /* line 1449, ../../../../dev/sass/base.scss */
  #cycle-wrapper .carousel-slide-wrapper .carousel-slide p a {
    font-size: 12px;
    margin-top: 20px;
  }

  /* line 1458, ../../../../dev/sass/base.scss */
  ul#cycle-pager {
    margin-top: 182px;
  }
  /* line 1461, ../../../../dev/sass/base.scss */
  ul#cycle-pager, ul#cycle-pager li a {
    height: 10px;
    line-height: 10px;
  }
  /* line 1466, ../../../../dev/sass/base.scss */
  ul#cycle-pager li a {
    width: 10px;
    border-radius: 5px;
  }

  /* line 1474, ../../../../dev/sass/base.scss */
  #keurmerk-blokken > header {
    position: static;
    margin: 20px 0 0 55px;
  }
  /* line 1479, ../../../../dev/sass/base.scss */
  #keurmerk-blokken > article {
    margin: 0 0 35px 0;
    padding-top: 20px;
    padding-left: 55px;
    padding-right: 20px;
  }
  /* line 1485, ../../../../dev/sass/base.scss */
  #keurmerk-blokken > article header {
    height: auto;
    margin-bottom: 20px;
  }
  /* line 1490, ../../../../dev/sass/base.scss */
  #keurmerk-blokken > article.col-2, #keurmerk-blokken > article.col-3 {
    border-top: solid 1px #fff;
  }
  /* line 1495, ../../../../dev/sass/base.scss */
  #keurmerk-blokken > article .read-more {
    position: static;
    margin-top: 20px;
  }

  /* line 1503, ../../../../dev/sass/base.scss */
  #keurmerk-banner > article, #keurmerk-animatie > article {
    float: none;
    width: 100%;
    height: 140px;
    padding-top: 17px;
    padding-left: 17px;
  }
  /* line 1510, ../../../../dev/sass/base.scss */
  #keurmerk-banner > article header, #keurmerk-animatie > article header {
    font-size: 18px;
    line-height: 22px;
  }

  /* line 1517, ../../../../dev/sass/base.scss */
  #main-footer {
    padding-top: 20px;
    padding-left: 17px;
    padding-right: 17px;
    border-bottom: solid 49px #fff;
  }
  /* line 1526, ../../../../dev/sass/base.scss */
  #main-footer img {
    left: 50%;
    margin-left: -30px;
    bottom: -29px;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  /* line 1537, ../../../../dev/sass/base.scss */
  #site-wrapper {
    width: 980px;
  }

  /* line 1542, ../../../../dev/sass/base.scss */
  #main-header > *:first-child {
    padding-right: 35px;
  }
  /* line 1544, ../../../../dev/sass/base.scss */
  #main-header .nav-consumenten, #main-header #nav-right > ul {
    margin-right: 20px;
  }
  /* line 1548, ../../../../dev/sass/base.scss */
  #main-header #nav-right {
    width: 420px;
    margin-right: 40px;
  }

  /* line 1554, ../../../../dev/sass/base.scss */
  #main-header > .logo-wrapper > ul,
  #main-header > nav,
  main,
  #blog,
  #twitter {
    padding-left: 40px;
  }

  /* line 1563, ../../../../dev/sass/base.scss */
  #cycle-wrapper .carousel-slide {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* line 1569, ../../../../dev/sass/base.scss */
  #site-wrapper:before,
  .logo-wrapper:before,
  .logo-wrapper:after,
  main, #cycle-wrapper, #carousel-footer-wrapper > section {
    width: 490px;
  }

  /* line 1576, ../../../../dev/sass/base.scss */
  #nieuws, #blog, #twitter {
    padding-right: 30px;
  }

  /* line 1581, ../../../../dev/sass/base.scss */
  #twitter h2:before {
    left: -27px;
  }

  /* line 1587, ../../../../dev/sass/base.scss */
  #nieuws picture {
    width: 240px;
  }
  /* line 1588, ../../../../dev/sass/base.scss */
  #nieuws div {
    padding-left: 260px;
  }

  /* line 1596, ../../../../dev/sass/base.scss */
  .has-breadcrumbs main > nav, .has-breadcrumbs main > article {
    padding-left: 40px;
  }
  /* line 1597, ../../../../dev/sass/base.scss */
  .has-breadcrumbs main article {
    margin-right: 40px;
  }

  /* line 1602, ../../../../dev/sass/base.scss */
  #keurmerk-blokken > article {
    width: 273px;
    margin-left: 40px;
    padding-left: 20px;
  }
  /* line 1607, ../../../../dev/sass/base.scss */
  #keurmerk-blokken > article.col-1 {
    margin-left: 41px;
  }
  /* line 1610, ../../../../dev/sass/base.scss */
  #keurmerk-blokken > header {
    left: 61px;
  }

  /* line 1619, ../../../../dev/sass/base.scss */
  #keurmerk-banner > article, #keurmerk-animatie > article {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1025px) {
  /* line 1, ../../../../dev/sass/_desktop.scss */
  #site-wrapper {
    width: 1140px;
  }

  /* line 6, ../../../../dev/sass/_desktop.scss */
  #main-header #nav-left > ul, #main-header #nav-right > ul {
    margin-right: 50px;
  }
  /* line 10, ../../../../dev/sass/_desktop.scss */
  #main-header .nav-consumenten, #main-header #nav-right > ul {
    margin-right: 50px;
  }
  /* line 14, ../../../../dev/sass/_desktop.scss */
  #main-header #nav-right {
    width: 450px;
    margin-right: 60px;
  }

  /* line 20, ../../../../dev/sass/_desktop.scss */
  #main-header > .logo-wrapper > ul,
  #main-header > nav,
  main,
  #blog,
  #twitter {
    padding-left: 60px;
  }

  /* line 29, ../../../../dev/sass/_desktop.scss */
  #cycle-wrapper .carousel-slide {
    padding-left: 60px;
    padding-right: 60px;
  }

  /* line 35, ../../../../dev/sass/_desktop.scss */
  #site-wrapper:before,
  .logo-wrapper:before,
  .logo-wrapper:after,
  main, #cycle-wrapper, #carousel-footer-wrapper > section {
    width: 570px;
  }

  /* line 43, ../../../../dev/sass/_desktop.scss */
  #twitter h2:before {
    left: -32px;
  }

  /* line 48, ../../../../dev/sass/_desktop.scss */
  #nieuws, #blog, #twitter {
    padding-right: 32px;
  }

  /* line 54, ../../../../dev/sass/_desktop.scss */
  #nieuws picture {
    width: 260px;
  }
  /* line 55, ../../../../dev/sass/_desktop.scss */
  #nieuws div {
    padding-left: 310px;
  }

  /* line 63, ../../../../dev/sass/_desktop.scss */
  .has-breadcrumbs main > nav, .has-breadcrumbs main > article {
    padding-left: 60px;
  }
  /* line 64, ../../../../dev/sass/_desktop.scss */
  .has-breadcrumbs main article {
    margin-right: 60px;
  }

  /* line 70, ../../../../dev/sass/_desktop.scss */
  #keurmerk-blokken > article {
    width: 300px;
    padding-left: 40px;
  }
  /* line 74, ../../../../dev/sass/_desktop.scss */
  #keurmerk-blokken > article.col-1, #keurmerk-blokken > article {
    margin-left: 60px;
  }
  /* line 76, ../../../../dev/sass/_desktop.scss */
  #keurmerk-blokken > article h3:before {
    left: -55px;
  }
  /* line 81, ../../../../dev/sass/_desktop.scss */
  #keurmerk-blokken > header {
    left: 100px;
  }
  /* line 85, ../../../../dev/sass/_desktop.scss */
  #keurmerk-blokken .border {
    margin-left: -40px;
  }

  /* line 92, ../../../../dev/sass/_desktop.scss */
  #keurmerk-banner > article, #keurmerk-animatie > article {
    padding-left: 60px;
  }
}
@media screen and (min-width: 481px) {
  /* line 2, ../../../../dev/sass/_ipad-desktop.scss */
  #site-wrapper:before {
    content: "";
    position: absolute;
    z-index: 200;
    top: 0;
    right: 0;
    height: 210px;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF330000', endColorstr='#FF000000');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(65%, rgba(0, 0, 0, 0)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 65%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 65%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 65%);
  }
  /* line 14, ../../../../dev/sass/_ipad-desktop.scss */
  .page-404 #site-wrapper:before {
    content: none;
  }

  /* line 20, ../../../../dev/sass/_ipad-desktop.scss */
  #main-header .logo-wrapper ul {
    width: 50%;
    padding-top: 30px;
    padding-bottom: 6px;
  }
  /* line 25, ../../../../dev/sass/_ipad-desktop.scss */
  #main-header .logo-wrapper ul li span {
    width: 200px;
    overflow: hidden;
  }
  /* line 32, ../../../../dev/sass/_ipad-desktop.scss */
  #main-header picture {
    top: 20px;
    z-index: 30;
  }
  /* line 38, ../../../../dev/sass/_ipad-desktop.scss */
  .home #main-header nav {
    width: 50%;
  }
  /* line 44, ../../../../dev/sass/_ipad-desktop.scss */
  .has-breadcrumbs #main-header nav {
    bottom: 56px;
    border-bottom: solid 1px rgba(179, 167, 161, 0.5);
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 3px 2px -2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 3px 2px -2px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 3px 2px -2px;
  }

  /* line 54, ../../../../dev/sass/_ipad-desktop.scss */
  .home main {
    padding-left: 0;
  }
  /* line 55, ../../../../dev/sass/_ipad-desktop.scss */
  .home #content-wrapper {
    float: none;
  }
  /* line 57, ../../../../dev/sass/_ipad-desktop.scss */
  .home #nieuws, .home #cycle-wrapper .carousel-slide {
    margin-top: 320px;
  }

  /* line 62, ../../../../dev/sass/_ipad-desktop.scss */
  #cycle-wrapper {
    float: right;
  }
  /* line 65, ../../../../dev/sass/_ipad-desktop.scss */
  .home #cycle-wrapper {
    float: none;
    right: 0;
  }
  /* line 69, ../../../../dev/sass/_ipad-desktop.scss */
  .home #cycle-wrapper, .home #cycle-wrapper .carousel-slide-wrapper {
    position: absolute !important;
    top: 0;
    bottom: 0;
  }
  /* line 76, ../../../../dev/sass/_ipad-desktop.scss */
  .home #cycle-wrapper .carousel-slide-wrapper {
    width: 100%;
  }
  /* line 82, ../../../../dev/sass/_ipad-desktop.scss */
  #cycle-wrapper .carousel-slide.consumenten {
    background-color: rgba(0, 155, 219, 0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2009BDB,endColorstr=#B2009BDB)";
    /* IE8 */
  }
  /* line 86, ../../../../dev/sass/_ipad-desktop.scss */
  #cycle-wrapper .carousel-slide.verzekeraars {
    background-color: rgba(193, 142, 45, 0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2C18E2D,endColorstr=#B2C18E2D)";
    /* IE8 */
  }
  /* line 91, ../../../../dev/sass/_ipad-desktop.scss */
  #cycle-wrapper .carousel-slide p {
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
  }
  /* line 96, ../../../../dev/sass/_ipad-desktop.scss */
  #cycle-wrapper .carousel-slide p a {
    font-size: 18px;
    line-height: 21px;
    margin-top: 20px;
  }

  /* line 105, ../../../../dev/sass/_ipad-desktop.scss */
  ul#cycle-pager {
    margin-top: 588px;
  }
  /* line 108, ../../../../dev/sass/_ipad-desktop.scss */
  ul#cycle-pager, ul#cycle-pager li a {
    height: 12px;
    line-height: 12px;
  }
  /* line 113, ../../../../dev/sass/_ipad-desktop.scss */
  ul#cycle-pager li a {
    width: 12px;
    border-radius: 6px;
  }

  /* line 119, ../../../../dev/sass/_ipad-desktop.scss */
  #nieuws, #cycle-wrapper .carousel-slide {
    padding-top: 20px;
    height: 290px;
    overflow: hidden;
  }

  /* line 125, ../../../../dev/sass/_ipad-desktop.scss */
  #content-wrapper main .data-tabs-nav li {
    float: left;
  }

  /* line 130, ../../../../dev/sass/_ipad-desktop.scss */
  .has-breadcrumbs .cycle-slideshow, .has-breadcrumbs .carousel-slide-wrapper {
    height: 870px;
  }
  /* line 135, ../../../../dev/sass/_ipad-desktop.scss */
  .has-breadcrumbs #cycle-wrapper .carousel-slide {
    margin-top: 330px;
  }
  /* line 143, ../../../../dev/sass/_ipad-desktop.scss */
  .has-breadcrumbs main {
    position: relative;
    padding-top: 57px;
    background-color: #fff;
  }
  /* line 148, ../../../../dev/sass/_ipad-desktop.scss */
  .has-breadcrumbs main:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #f7f6f4;
    width: 100%;
    left: 100%;
  }

  /* line 160, ../../../../dev/sass/_ipad-desktop.scss */
  #nieuws {
    background-color: rgba(179, 165, 154, 0.1);
    padding-bottom: 20px;
  }
  /* line 164, ../../../../dev/sass/_ipad-desktop.scss */
  #nieuws .label-button {
    background-color: #fff;
  }

  /* line 167, ../../../../dev/sass/_ipad-desktop.scss */
  #blog {
    margin-bottom: 20px;
  }

  /* line 171, ../../../../dev/sass/_ipad-desktop.scss */
  #twitter {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  /* line 176, ../../../../dev/sass/_ipad-desktop.scss */
  #nieuws h1, #blog h2, #blog h3, #twitter h2 {
    font-size: 17px;
    line-height: 24px;
  }

  /* line 181, ../../../../dev/sass/_ipad-desktop.scss */
  #carousel-footer-wrapper {
    display: table;
  }
  /* line 184, ../../../../dev/sass/_ipad-desktop.scss */
  #carousel-footer-wrapper > section {
    display: table-cell;
    vertical-align: top;
  }

  /* line 190, ../../../../dev/sass/_ipad-desktop.scss */
  #main-footer {
    background: #e5e5e5;
  }
  /* line 193, ../../../../dev/sass/_ipad-desktop.scss */
  #main-footer img {
    left: 20px;
    top: 14px;
  }
  /* line 198, ../../../../dev/sass/_ipad-desktop.scss */
  #main-footer ul {
    margin-left: 101px;
  }
  /* line 201, ../../../../dev/sass/_ipad-desktop.scss */
  #main-footer ul li {
    position: relative;
    display: inline-block;
    margin-left: 7px;
    padding-left: 8px;
  }
  /* line 207, ../../../../dev/sass/_ipad-desktop.scss */
  #main-footer ul li:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  /* line 211, ../../../../dev/sass/_ipad-desktop.scss */
  #main-footer ul li:first-child:before {
    content: none;
  }
  /* line 216, ../../../../dev/sass/_ipad-desktop.scss */
  #main-footer ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 1px;
    height: 13px;
    background: #000;
  }
}
/**
 * Overlays
 */
/* line 1638, ../../../../dev/sass/base.scss */
#overlay {
  display: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9JREFUeNpiYGBkeAYQYAAA7gDooMKAdgAAAABJRU5ErkJggg==);
  background-repeat: repeat;
}
/* line 1652, ../../../../dev/sass/base.scss */
#overlay .close {
  display: block;
  position: absolute;
  right: 5%;
  top: 70px;
  width: 15px;
  height: 15px;
  background-image: url(../image/close.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
}
/* line 1665, ../../../../dev/sass/base.scss */
html.backgroundsize #overlay .close {
  background-image: url(../image/close@2x.png);
}
/* line 1670, ../../../../dev/sass/base.scss */
#overlay .inner {
  position: relative;
  width: 90%;
  left: 5%;
  top: 100px;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 1680, ../../../../dev/sass/base.scss */
#overlay .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1684, ../../../../dev/sass/base.scss */
#searchResults {
  margin-top: 20px;
}

/* line 1, ../../../../dev/sass/_cycle.scss */
#cycle-small {
  position: relative;
  z-index: 10;
}
/* line 5, ../../../../dev/sass/_cycle.scss */
#cycle-small > p, #cycle-small .label-wrapper {
  margin: 0 40px;
}

/* line 9, ../../../../dev/sass/_cycle.scss */
.logo-wrapper, .logo-wrapper .logos-list-wrapper {
  position: relative;
}
/* line 11, ../../../../dev/sass/_cycle.scss */
.logo-wrapper .logos-list-wrapper {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 17, ../../../../dev/sass/_cycle.scss */
.logo-wrapper .logos-list-wrapper, .logo-wrapper .logos-list-bg {
  height: 75px;
}
/* line 21, ../../../../dev/sass/_cycle.scss */
.logo-wrapper .logos-list {
  width: 99999px;
  position: absolute;
  z-index: 10;
}
/* line 26, ../../../../dev/sass/_cycle.scss */
.logo-wrapper .logos-list .logo {
  float: left;
  padding-top: 8px;
  padding-bottom: 7px;
}
/* line 31, ../../../../dev/sass/_cycle.scss */
.logo-wrapper .logos-list .logo.active img {
  display: block;
}
/* line 33, ../../../../dev/sass/_cycle.scss */
.logo-wrapper .logos-list .logo.active img:first-child {
  display: none;
}
/* line 36, ../../../../dev/sass/_cycle.scss */
.logo-wrapper .logos-list .logo img {
  display: none;
  width: auto;
  height: 60px;
  margin: 0 auto;
}
/* line 42, ../../../../dev/sass/_cycle.scss */
.logo-wrapper .logos-list .logo img:first-child {
  display: block;
}
/* line 47, ../../../../dev/sass/_cycle.scss */
.logo-wrapper .logos-list-bg {
  position: absolute;
  left: 50%;
  background-color: #fff;
}

/* line 54, ../../../../dev/sass/_cycle.scss */
.logo-wrapper-nav {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 100%;
}
/* line 60, ../../../../dev/sass/_cycle.scss */
.logo-wrapper-nav a {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
}
/* line 67, ../../../../dev/sass/_cycle.scss */
.logo-wrapper-nav a:before {
  content: "";
  display: block;
  margin: 11px auto;
  width: 10px;
  height: 17px;
  background-image: url(../image/icons/carousel-sprite.png);
}
/* line 75, ../../../../dev/sass/_cycle.scss */
.backgroundsize .logo-wrapper-nav a:before {
  background-background-image: url(../image/icons/carousel-sprite@2x.png);
  background-size: 10px auto;
}
/* line 83, ../../../../dev/sass/_cycle.scss */
.logo-wrapper-nav a.logo-prev {
  left: 0;
}
/* line 86, ../../../../dev/sass/_cycle.scss */
.logo-wrapper-nav a.logo-prev:hover:before {
  background-position: 0 -34px;
}
/* line 91, ../../../../dev/sass/_cycle.scss */
.logo-wrapper-nav a.logo-next {
  right: 0;
}
/* line 94, ../../../../dev/sass/_cycle.scss */
.logo-wrapper-nav a.logo-next:hover:before {
  background-position: 0 -51px;
}
/* line 98, ../../../../dev/sass/_cycle.scss */
.logo-wrapper-nav a.logo-next:before {
  background-position: 0 -17px;
}

@media screen and (min-width: 1px) and (max-width: 480px) {
  /* line 110, ../../../../dev/sass/_cycle.scss */
  #cycle-small {
    height: 240px;
    overflow: hidden;
  }
  /* line 114, ../../../../dev/sass/_cycle.scss */
  #cycle-small > p, #cycle-small .label-wrapper {
    margin: 0 50px;
  }

  /* line 118, ../../../../dev/sass/_cycle.scss */
  .logo-wrapper .logos-list-wrapper {
    margin-left: 50px;
    margin-right: 40px;
    height: 84px;
  }
  /* line 125, ../../../../dev/sass/_cycle.scss */
  .logo-wrapper .logos-list .logo {
    padding: 15px;
  }
  /* line 128, ../../../../dev/sass/_cycle.scss */
  .logo-wrapper .logos-list .logo img, .logo-wrapper .logos-list .logo.active img {
    display: block;
  }
  /* line 130, ../../../../dev/sass/_cycle.scss */
  .logo-wrapper .logos-list .logo img:first-child, .logo-wrapper .logos-list .logo.active img:first-child {
    display: none;
  }

  /* line 136, ../../../../dev/sass/_cycle.scss */
  .logo-wrapper-nav a.logo-prev {
    left: 10px;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  /* line 143, ../../../../dev/sass/_cycle.scss */
  .logo-wrapper .logos-list-wrapper {
    margin-left: 39px;
    margin-right: 40px;
  }
  /* line 148, ../../../../dev/sass/_cycle.scss */
  .logo-wrapper .logo, .logo-wrapper .logos-list-bg {
    width: 137px;
  }
  /* line 149, ../../../../dev/sass/_cycle.scss */
  .logo-wrapper .logos-list-bg {
    margin-left: -68px;
  }
}
@media screen and (min-width: 1025px) {
  /* line 158, ../../../../dev/sass/_cycle.scss */
  .logo-wrapper .logos-list-wrapper {
    margin-left: 39px;
    margin-right: 39px;
  }
  /* line 163, ../../../../dev/sass/_cycle.scss */
  .logo-wrapper .logo, .logo-wrapper .logos-list-bg {
    width: 164px;
  }
  /* line 164, ../../../../dev/sass/_cycle.scss */
  .logo-wrapper .logos-list-bg {
    margin-left: -82px;
  }
}
