/* LESS compiled on February 9, 2021, 3:42 am */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}
/**
 * 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 Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 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).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0px;
  margin: 0px;
  padding: 0px;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Named media queries */
/*kolommen .hide & .show*/
/*pixels tussen de kolommen*/
/* kolommen opbouw*/
.col-hide {
  display: none !important;
}
.col-show {
  display: inherit !important;
}
.col-1-1 {
  width: 100.0000000000%;
}
.gap-1-1 {
  margin-left: 100.0000000000%;
}
.col-1-2 {
  width: 50.0000000000%;
}
.gap-1-2 {
  margin-left: 50.0000000000%;
}
.col-2-2 {
  width: 100.0000000000%;
}
.gap-2-2 {
  margin-left: 100.0000000000%;
}
.col-1-3 {
  width: 33.3333333333%;
}
.gap-1-3 {
  margin-left: 33.3333333333%;
}
.col-2-3 {
  width: 66.6666666667%;
}
.gap-2-3 {
  margin-left: 66.6666666667%;
}
.col-3-3 {
  width: 100.0000000000%;
}
.gap-3-3 {
  margin-left: 100.0000000000%;
}
.col-1-4 {
  width: 25.0000000000%;
}
.gap-1-4 {
  margin-left: 25.0000000000%;
}
.col-2-4 {
  width: 50.0000000000%;
}
.gap-2-4 {
  margin-left: 50.0000000000%;
}
.col-3-4 {
  width: 75.0000000000%;
}
.gap-3-4 {
  margin-left: 75.0000000000%;
}
.col-4-4 {
  width: 100.0000000000%;
}
.gap-4-4 {
  margin-left: 100.0000000000%;
}
.col-1-5 {
  width: 20.0000000000%;
}
.gap-1-5 {
  margin-left: 20.0000000000%;
}
.col-2-5 {
  width: 40.0000000000%;
}
.gap-2-5 {
  margin-left: 40.0000000000%;
}
.col-3-5 {
  width: 60.0000000000%;
}
.gap-3-5 {
  margin-left: 60.0000000000%;
}
.col-4-5 {
  width: 80.0000000000%;
}
.gap-4-5 {
  margin-left: 80.0000000000%;
}
.col-5-5 {
  width: 100.0000000000%;
}
.gap-5-5 {
  margin-left: 100.0000000000%;
}
.col-1-6 {
  width: 16.6666666667%;
}
.gap-1-6 {
  margin-left: 16.6666666667%;
}
.col-2-6 {
  width: 33.3333333333%;
}
.gap-2-6 {
  margin-left: 33.3333333333%;
}
.col-3-6 {
  width: 50.0000000000%;
}
.gap-3-6 {
  margin-left: 50.0000000000%;
}
.col-4-6 {
  width: 66.6666666667%;
}
.gap-4-6 {
  margin-left: 66.6666666667%;
}
.col-5-6 {
  width: 83.3333333333%;
}
.gap-5-6 {
  margin-left: 83.3333333333%;
}
.col-6-6 {
  width: 100.0000000000%;
}
.gap-6-6 {
  margin-left: 100.0000000000%;
}
.col-1-7 {
  width: 14.2857142857%;
}
.gap-1-7 {
  margin-left: 14.2857142857%;
}
.col-2-7 {
  width: 28.5714285714%;
}
.gap-2-7 {
  margin-left: 28.5714285714%;
}
.col-3-7 {
  width: 42.8571428571%;
}
.gap-3-7 {
  margin-left: 42.8571428571%;
}
.col-4-7 {
  width: 57.1428571429%;
}
.gap-4-7 {
  margin-left: 57.1428571429%;
}
.col-5-7 {
  width: 71.4285714286%;
}
.gap-5-7 {
  margin-left: 71.4285714286%;
}
.col-6-7 {
  width: 85.7142857143%;
}
.gap-6-7 {
  margin-left: 85.7142857143%;
}
.col-7-7 {
  width: 100.0000000000%;
}
.gap-7-7 {
  margin-left: 100.0000000000%;
}
.col-1-8 {
  width: 12.5000000000%;
}
.gap-1-8 {
  margin-left: 12.5000000000%;
}
.col-2-8 {
  width: 25.0000000000%;
}
.gap-2-8 {
  margin-left: 25.0000000000%;
}
.col-3-8 {
  width: 37.5000000000%;
}
.gap-3-8 {
  margin-left: 37.5000000000%;
}
.col-4-8 {
  width: 50.0000000000%;
}
.gap-4-8 {
  margin-left: 50.0000000000%;
}
.col-5-8 {
  width: 62.5000000000%;
}
.gap-5-8 {
  margin-left: 62.5000000000%;
}
.col-6-8 {
  width: 75.0000000000%;
}
.gap-6-8 {
  margin-left: 75.0000000000%;
}
.col-7-8 {
  width: 87.5000000000%;
}
.gap-7-8 {
  margin-left: 87.5000000000%;
}
.col-8-8 {
  width: 100.0000000000%;
}
.gap-8-8 {
  margin-left: 100.0000000000%;
}
.col-1-9 {
  width: 11.1111111111%;
}
.gap-1-9 {
  margin-left: 11.1111111111%;
}
.col-2-9 {
  width: 22.2222222222%;
}
.gap-2-9 {
  margin-left: 22.2222222222%;
}
.col-3-9 {
  width: 33.3333333333%;
}
.gap-3-9 {
  margin-left: 33.3333333333%;
}
.col-4-9 {
  width: 44.4444444444%;
}
.gap-4-9 {
  margin-left: 44.4444444444%;
}
.col-5-9 {
  width: 55.5555555556%;
}
.gap-5-9 {
  margin-left: 55.5555555556%;
}
.col-6-9 {
  width: 66.6666666667%;
}
.gap-6-9 {
  margin-left: 66.6666666667%;
}
.col-7-9 {
  width: 77.7777777778%;
}
.gap-7-9 {
  margin-left: 77.7777777778%;
}
.col-8-9 {
  width: 88.8888888889%;
}
.gap-8-9 {
  margin-left: 88.8888888889%;
}
.col-9-9 {
  width: 100.0000000000%;
}
.gap-9-9 {
  margin-left: 100.0000000000%;
}
.col-1-10 {
  width: 10.0000000000%;
}
.gap-1-10 {
  margin-left: 10.0000000000%;
}
.col-2-10 {
  width: 20.0000000000%;
}
.gap-2-10 {
  margin-left: 20.0000000000%;
}
.col-3-10 {
  width: 30.0000000000%;
}
.gap-3-10 {
  margin-left: 30.0000000000%;
}
.col-4-10 {
  width: 40.0000000000%;
}
.gap-4-10 {
  margin-left: 40.0000000000%;
}
.col-5-10 {
  width: 50.0000000000%;
}
.gap-5-10 {
  margin-left: 50.0000000000%;
}
.col-6-10 {
  width: 60.0000000000%;
}
.gap-6-10 {
  margin-left: 60.0000000000%;
}
.col-7-10 {
  width: 70.0000000000%;
}
.gap-7-10 {
  margin-left: 70.0000000000%;
}
.col-8-10 {
  width: 80.0000000000%;
}
.gap-8-10 {
  margin-left: 80.0000000000%;
}
.col-9-10 {
  width: 90.0000000000%;
}
.gap-9-10 {
  margin-left: 90.0000000000%;
}
.col-10-10 {
  width: 100.0000000000%;
}
.gap-10-10 {
  margin-left: 100.0000000000%;
}
.col-1-11 {
  width: 9.0909090909%;
}
.gap-1-11 {
  margin-left: 9.0909090909%;
}
.col-2-11 {
  width: 18.1818181818%;
}
.gap-2-11 {
  margin-left: 18.1818181818%;
}
.col-3-11 {
  width: 27.2727272727%;
}
.gap-3-11 {
  margin-left: 27.2727272727%;
}
.col-4-11 {
  width: 36.3636363636%;
}
.gap-4-11 {
  margin-left: 36.3636363636%;
}
.col-5-11 {
  width: 45.4545454545%;
}
.gap-5-11 {
  margin-left: 45.4545454545%;
}
.col-6-11 {
  width: 54.5454545455%;
}
.gap-6-11 {
  margin-left: 54.5454545455%;
}
.col-7-11 {
  width: 63.6363636364%;
}
.gap-7-11 {
  margin-left: 63.6363636364%;
}
.col-8-11 {
  width: 72.7272727273%;
}
.gap-8-11 {
  margin-left: 72.7272727273%;
}
.col-9-11 {
  width: 81.8181818182%;
}
.gap-9-11 {
  margin-left: 81.8181818182%;
}
.col-10-11 {
  width: 90.9090909091%;
}
.gap-10-11 {
  margin-left: 90.9090909091%;
}
.col-11-11 {
  width: 100.0000000000%;
}
.gap-11-11 {
  margin-left: 100.0000000000%;
}
.col-1-12 {
  width: 8.3333333333%;
}
.gap-1-12 {
  margin-left: 8.3333333333%;
}
.col-2-12 {
  width: 16.6666666667%;
}
.gap-2-12 {
  margin-left: 16.6666666667%;
}
.col-3-12 {
  width: 25.0000000000%;
}
.gap-3-12 {
  margin-left: 25.0000000000%;
}
.col-4-12 {
  width: 33.3333333333%;
}
.gap-4-12 {
  margin-left: 33.3333333333%;
}
.col-5-12 {
  width: 41.6666666667%;
}
.gap-5-12 {
  margin-left: 41.6666666667%;
}
.col-6-12 {
  width: 50.0000000000%;
}
.gap-6-12 {
  margin-left: 50.0000000000%;
}
.col-7-12 {
  width: 58.3333333333%;
}
.gap-7-12 {
  margin-left: 58.3333333333%;
}
.col-8-12 {
  width: 66.6666666667%;
}
.gap-8-12 {
  margin-left: 66.6666666667%;
}
.col-9-12 {
  width: 75.0000000000%;
}
.gap-9-12 {
  margin-left: 75.0000000000%;
}
.col-10-12 {
  width: 83.3333333333%;
}
.gap-10-12 {
  margin-left: 83.3333333333%;
}
.col-11-12 {
  width: 91.6666666667%;
}
.gap-11-12 {
  margin-left: 91.6666666667%;
}
.col-12-12 {
  width: 100.0000000000%;
}
.gap-12-12 {
  margin-left: 100.0000000000%;
}
.gap-1-16 {
  margin-left: 6.25%;
}
.gap-0 {
  margin-left: 0;
}
@media only screen and (max-width: 480px) {
  .xs-hide {
    display: none !important;
  }
  .xs-show {
    display: inline-block !important;
  }
  .xs-1-1 {
    width: 100.0000000000%;
  }
  .xs-gap-1-1 {
    margin-left: 100.0000000000%;
  }
  .xs-1-2 {
    width: 50.0000000000%;
  }
  .xs-gap-1-2 {
    margin-left: 50.0000000000%;
  }
  .xs-2-2 {
    width: 100.0000000000%;
  }
  .xs-gap-2-2 {
    margin-left: 100.0000000000%;
  }
  .xs-1-3 {
    width: 33.3333333333%;
  }
  .xs-gap-1-3 {
    margin-left: 33.3333333333%;
  }
  .xs-2-3 {
    width: 66.6666666667%;
  }
  .xs-gap-2-3 {
    margin-left: 66.6666666667%;
  }
  .xs-3-3 {
    width: 100.0000000000%;
  }
  .xs-gap-3-3 {
    margin-left: 100.0000000000%;
  }
  .xs-1-4 {
    width: 25.0000000000%;
  }
  .xs-gap-1-4 {
    margin-left: 25.0000000000%;
  }
  .xs-2-4 {
    width: 50.0000000000%;
  }
  .xs-gap-2-4 {
    margin-left: 50.0000000000%;
  }
  .xs-3-4 {
    width: 75.0000000000%;
  }
  .xs-gap-3-4 {
    margin-left: 75.0000000000%;
  }
  .xs-4-4 {
    width: 100.0000000000%;
  }
  .xs-gap-4-4 {
    margin-left: 100.0000000000%;
  }
  .xs-1-5 {
    width: 20.0000000000%;
  }
  .xs-gap-1-5 {
    margin-left: 20.0000000000%;
  }
  .xs-2-5 {
    width: 40.0000000000%;
  }
  .xs-gap-2-5 {
    margin-left: 40.0000000000%;
  }
  .xs-3-5 {
    width: 60.0000000000%;
  }
  .xs-gap-3-5 {
    margin-left: 60.0000000000%;
  }
  .xs-4-5 {
    width: 80.0000000000%;
  }
  .xs-gap-4-5 {
    margin-left: 80.0000000000%;
  }
  .xs-5-5 {
    width: 100.0000000000%;
  }
  .xs-gap-5-5 {
    margin-left: 100.0000000000%;
  }
  .xs-1-6 {
    width: 16.6666666667%;
  }
  .xs-gap-1-6 {
    margin-left: 16.6666666667%;
  }
  .xs-2-6 {
    width: 33.3333333333%;
  }
  .xs-gap-2-6 {
    margin-left: 33.3333333333%;
  }
  .xs-3-6 {
    width: 50.0000000000%;
  }
  .xs-gap-3-6 {
    margin-left: 50.0000000000%;
  }
  .xs-4-6 {
    width: 66.6666666667%;
  }
  .xs-gap-4-6 {
    margin-left: 66.6666666667%;
  }
  .xs-5-6 {
    width: 83.3333333333%;
  }
  .xs-gap-5-6 {
    margin-left: 83.3333333333%;
  }
  .xs-6-6 {
    width: 100.0000000000%;
  }
  .xs-gap-6-6 {
    margin-left: 100.0000000000%;
  }
  .xs-1-7 {
    width: 14.2857142857%;
  }
  .xs-gap-1-7 {
    margin-left: 14.2857142857%;
  }
  .xs-2-7 {
    width: 28.5714285714%;
  }
  .xs-gap-2-7 {
    margin-left: 28.5714285714%;
  }
  .xs-3-7 {
    width: 42.8571428571%;
  }
  .xs-gap-3-7 {
    margin-left: 42.8571428571%;
  }
  .xs-4-7 {
    width: 57.1428571429%;
  }
  .xs-gap-4-7 {
    margin-left: 57.1428571429%;
  }
  .xs-5-7 {
    width: 71.4285714286%;
  }
  .xs-gap-5-7 {
    margin-left: 71.4285714286%;
  }
  .xs-6-7 {
    width: 85.7142857143%;
  }
  .xs-gap-6-7 {
    margin-left: 85.7142857143%;
  }
  .xs-7-7 {
    width: 100.0000000000%;
  }
  .xs-gap-7-7 {
    margin-left: 100.0000000000%;
  }
  .xs-1-8 {
    width: 12.5000000000%;
  }
  .xs-gap-1-8 {
    margin-left: 12.5000000000%;
  }
  .xs-2-8 {
    width: 25.0000000000%;
  }
  .xs-gap-2-8 {
    margin-left: 25.0000000000%;
  }
  .xs-3-8 {
    width: 37.5000000000%;
  }
  .xs-gap-3-8 {
    margin-left: 37.5000000000%;
  }
  .xs-4-8 {
    width: 50.0000000000%;
  }
  .xs-gap-4-8 {
    margin-left: 50.0000000000%;
  }
  .xs-5-8 {
    width: 62.5000000000%;
  }
  .xs-gap-5-8 {
    margin-left: 62.5000000000%;
  }
  .xs-6-8 {
    width: 75.0000000000%;
  }
  .xs-gap-6-8 {
    margin-left: 75.0000000000%;
  }
  .xs-7-8 {
    width: 87.5000000000%;
  }
  .xs-gap-7-8 {
    margin-left: 87.5000000000%;
  }
  .xs-8-8 {
    width: 100.0000000000%;
  }
  .xs-gap-8-8 {
    margin-left: 100.0000000000%;
  }
  .xs-1-9 {
    width: 11.1111111111%;
  }
  .xs-gap-1-9 {
    margin-left: 11.1111111111%;
  }
  .xs-2-9 {
    width: 22.2222222222%;
  }
  .xs-gap-2-9 {
    margin-left: 22.2222222222%;
  }
  .xs-3-9 {
    width: 33.3333333333%;
  }
  .xs-gap-3-9 {
    margin-left: 33.3333333333%;
  }
  .xs-4-9 {
    width: 44.4444444444%;
  }
  .xs-gap-4-9 {
    margin-left: 44.4444444444%;
  }
  .xs-5-9 {
    width: 55.5555555556%;
  }
  .xs-gap-5-9 {
    margin-left: 55.5555555556%;
  }
  .xs-6-9 {
    width: 66.6666666667%;
  }
  .xs-gap-6-9 {
    margin-left: 66.6666666667%;
  }
  .xs-7-9 {
    width: 77.7777777778%;
  }
  .xs-gap-7-9 {
    margin-left: 77.7777777778%;
  }
  .xs-8-9 {
    width: 88.8888888889%;
  }
  .xs-gap-8-9 {
    margin-left: 88.8888888889%;
  }
  .xs-9-9 {
    width: 100.0000000000%;
  }
  .xs-gap-9-9 {
    margin-left: 100.0000000000%;
  }
  .xs-1-10 {
    width: 10.0000000000%;
  }
  .xs-gap-1-10 {
    margin-left: 10.0000000000%;
  }
  .xs-2-10 {
    width: 20.0000000000%;
  }
  .xs-gap-2-10 {
    margin-left: 20.0000000000%;
  }
  .xs-3-10 {
    width: 30.0000000000%;
  }
  .xs-gap-3-10 {
    margin-left: 30.0000000000%;
  }
  .xs-4-10 {
    width: 40.0000000000%;
  }
  .xs-gap-4-10 {
    margin-left: 40.0000000000%;
  }
  .xs-5-10 {
    width: 50.0000000000%;
  }
  .xs-gap-5-10 {
    margin-left: 50.0000000000%;
  }
  .xs-6-10 {
    width: 60.0000000000%;
  }
  .xs-gap-6-10 {
    margin-left: 60.0000000000%;
  }
  .xs-7-10 {
    width: 70.0000000000%;
  }
  .xs-gap-7-10 {
    margin-left: 70.0000000000%;
  }
  .xs-8-10 {
    width: 80.0000000000%;
  }
  .xs-gap-8-10 {
    margin-left: 80.0000000000%;
  }
  .xs-9-10 {
    width: 90.0000000000%;
  }
  .xs-gap-9-10 {
    margin-left: 90.0000000000%;
  }
  .xs-10-10 {
    width: 100.0000000000%;
  }
  .xs-gap-10-10 {
    margin-left: 100.0000000000%;
  }
  .xs-1-11 {
    width: 9.0909090909%;
  }
  .xs-gap-1-11 {
    margin-left: 9.0909090909%;
  }
  .xs-2-11 {
    width: 18.1818181818%;
  }
  .xs-gap-2-11 {
    margin-left: 18.1818181818%;
  }
  .xs-3-11 {
    width: 27.2727272727%;
  }
  .xs-gap-3-11 {
    margin-left: 27.2727272727%;
  }
  .xs-4-11 {
    width: 36.3636363636%;
  }
  .xs-gap-4-11 {
    margin-left: 36.3636363636%;
  }
  .xs-5-11 {
    width: 45.4545454545%;
  }
  .xs-gap-5-11 {
    margin-left: 45.4545454545%;
  }
  .xs-6-11 {
    width: 54.5454545455%;
  }
  .xs-gap-6-11 {
    margin-left: 54.5454545455%;
  }
  .xs-7-11 {
    width: 63.6363636364%;
  }
  .xs-gap-7-11 {
    margin-left: 63.6363636364%;
  }
  .xs-8-11 {
    width: 72.7272727273%;
  }
  .xs-gap-8-11 {
    margin-left: 72.7272727273%;
  }
  .xs-9-11 {
    width: 81.8181818182%;
  }
  .xs-gap-9-11 {
    margin-left: 81.8181818182%;
  }
  .xs-10-11 {
    width: 90.9090909091%;
  }
  .xs-gap-10-11 {
    margin-left: 90.9090909091%;
  }
  .xs-11-11 {
    width: 100.0000000000%;
  }
  .xs-gap-11-11 {
    margin-left: 100.0000000000%;
  }
  .xs-1-12 {
    width: 8.3333333333%;
  }
  .xs-gap-1-12 {
    margin-left: 8.3333333333%;
  }
  .xs-2-12 {
    width: 16.6666666667%;
  }
  .xs-gap-2-12 {
    margin-left: 16.6666666667%;
  }
  .xs-3-12 {
    width: 25.0000000000%;
  }
  .xs-gap-3-12 {
    margin-left: 25.0000000000%;
  }
  .xs-4-12 {
    width: 33.3333333333%;
  }
  .xs-gap-4-12 {
    margin-left: 33.3333333333%;
  }
  .xs-5-12 {
    width: 41.6666666667%;
  }
  .xs-gap-5-12 {
    margin-left: 41.6666666667%;
  }
  .xs-6-12 {
    width: 50.0000000000%;
  }
  .xs-gap-6-12 {
    margin-left: 50.0000000000%;
  }
  .xs-7-12 {
    width: 58.3333333333%;
  }
  .xs-gap-7-12 {
    margin-left: 58.3333333333%;
  }
  .xs-8-12 {
    width: 66.6666666667%;
  }
  .xs-gap-8-12 {
    margin-left: 66.6666666667%;
  }
  .xs-9-12 {
    width: 75.0000000000%;
  }
  .xs-gap-9-12 {
    margin-left: 75.0000000000%;
  }
  .xs-10-12 {
    width: 83.3333333333%;
  }
  .xs-gap-10-12 {
    margin-left: 83.3333333333%;
  }
  .xs-11-12 {
    width: 91.6666666667%;
  }
  .xs-gap-11-12 {
    margin-left: 91.6666666667%;
  }
  .xs-12-12 {
    width: 100.0000000000%;
  }
  .xs-gap-12-12 {
    margin-left: 100.0000000000%;
  }
  .xs-gap-0 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .s-hide {
    display: none !important;
  }
  .s-show {
    display: inline-block !important;
  }
  .s-1-1 {
    width: 100.0000000000%;
  }
  .s-gap-1-1 {
    margin-left: 100.0000000000%;
  }
  .s-1-2 {
    width: 50.0000000000%;
  }
  .s-gap-1-2 {
    margin-left: 50.0000000000%;
  }
  .s-2-2 {
    width: 100.0000000000%;
  }
  .s-gap-2-2 {
    margin-left: 100.0000000000%;
  }
  .s-1-3 {
    width: 33.3333333333%;
  }
  .s-gap-1-3 {
    margin-left: 33.3333333333%;
  }
  .s-2-3 {
    width: 66.6666666667%;
  }
  .s-gap-2-3 {
    margin-left: 66.6666666667%;
  }
  .s-3-3 {
    width: 100.0000000000%;
  }
  .s-gap-3-3 {
    margin-left: 100.0000000000%;
  }
  .s-1-4 {
    width: 25.0000000000%;
  }
  .s-gap-1-4 {
    margin-left: 25.0000000000%;
  }
  .s-2-4 {
    width: 50.0000000000%;
  }
  .s-gap-2-4 {
    margin-left: 50.0000000000%;
  }
  .s-3-4 {
    width: 75.0000000000%;
  }
  .s-gap-3-4 {
    margin-left: 75.0000000000%;
  }
  .s-4-4 {
    width: 100.0000000000%;
  }
  .s-gap-4-4 {
    margin-left: 100.0000000000%;
  }
  .s-1-5 {
    width: 20.0000000000%;
  }
  .s-gap-1-5 {
    margin-left: 20.0000000000%;
  }
  .s-2-5 {
    width: 40.0000000000%;
  }
  .s-gap-2-5 {
    margin-left: 40.0000000000%;
  }
  .s-3-5 {
    width: 60.0000000000%;
  }
  .s-gap-3-5 {
    margin-left: 60.0000000000%;
  }
  .s-4-5 {
    width: 80.0000000000%;
  }
  .s-gap-4-5 {
    margin-left: 80.0000000000%;
  }
  .s-5-5 {
    width: 100.0000000000%;
  }
  .s-gap-5-5 {
    margin-left: 100.0000000000%;
  }
  .s-1-6 {
    width: 16.6666666667%;
  }
  .s-gap-1-6 {
    margin-left: 16.6666666667%;
  }
  .s-2-6 {
    width: 33.3333333333%;
  }
  .s-gap-2-6 {
    margin-left: 33.3333333333%;
  }
  .s-3-6 {
    width: 50.0000000000%;
  }
  .s-gap-3-6 {
    margin-left: 50.0000000000%;
  }
  .s-4-6 {
    width: 66.6666666667%;
  }
  .s-gap-4-6 {
    margin-left: 66.6666666667%;
  }
  .s-5-6 {
    width: 83.3333333333%;
  }
  .s-gap-5-6 {
    margin-left: 83.3333333333%;
  }
  .s-6-6 {
    width: 100.0000000000%;
  }
  .s-gap-6-6 {
    margin-left: 100.0000000000%;
  }
  .s-1-7 {
    width: 14.2857142857%;
  }
  .s-gap-1-7 {
    margin-left: 14.2857142857%;
  }
  .s-2-7 {
    width: 28.5714285714%;
  }
  .s-gap-2-7 {
    margin-left: 28.5714285714%;
  }
  .s-3-7 {
    width: 42.8571428571%;
  }
  .s-gap-3-7 {
    margin-left: 42.8571428571%;
  }
  .s-4-7 {
    width: 57.1428571429%;
  }
  .s-gap-4-7 {
    margin-left: 57.1428571429%;
  }
  .s-5-7 {
    width: 71.4285714286%;
  }
  .s-gap-5-7 {
    margin-left: 71.4285714286%;
  }
  .s-6-7 {
    width: 85.7142857143%;
  }
  .s-gap-6-7 {
    margin-left: 85.7142857143%;
  }
  .s-7-7 {
    width: 100.0000000000%;
  }
  .s-gap-7-7 {
    margin-left: 100.0000000000%;
  }
  .s-1-8 {
    width: 12.5000000000%;
  }
  .s-gap-1-8 {
    margin-left: 12.5000000000%;
  }
  .s-2-8 {
    width: 25.0000000000%;
  }
  .s-gap-2-8 {
    margin-left: 25.0000000000%;
  }
  .s-3-8 {
    width: 37.5000000000%;
  }
  .s-gap-3-8 {
    margin-left: 37.5000000000%;
  }
  .s-4-8 {
    width: 50.0000000000%;
  }
  .s-gap-4-8 {
    margin-left: 50.0000000000%;
  }
  .s-5-8 {
    width: 62.5000000000%;
  }
  .s-gap-5-8 {
    margin-left: 62.5000000000%;
  }
  .s-6-8 {
    width: 75.0000000000%;
  }
  .s-gap-6-8 {
    margin-left: 75.0000000000%;
  }
  .s-7-8 {
    width: 87.5000000000%;
  }
  .s-gap-7-8 {
    margin-left: 87.5000000000%;
  }
  .s-8-8 {
    width: 100.0000000000%;
  }
  .s-gap-8-8 {
    margin-left: 100.0000000000%;
  }
  .s-1-9 {
    width: 11.1111111111%;
  }
  .s-gap-1-9 {
    margin-left: 11.1111111111%;
  }
  .s-2-9 {
    width: 22.2222222222%;
  }
  .s-gap-2-9 {
    margin-left: 22.2222222222%;
  }
  .s-3-9 {
    width: 33.3333333333%;
  }
  .s-gap-3-9 {
    margin-left: 33.3333333333%;
  }
  .s-4-9 {
    width: 44.4444444444%;
  }
  .s-gap-4-9 {
    margin-left: 44.4444444444%;
  }
  .s-5-9 {
    width: 55.5555555556%;
  }
  .s-gap-5-9 {
    margin-left: 55.5555555556%;
  }
  .s-6-9 {
    width: 66.6666666667%;
  }
  .s-gap-6-9 {
    margin-left: 66.6666666667%;
  }
  .s-7-9 {
    width: 77.7777777778%;
  }
  .s-gap-7-9 {
    margin-left: 77.7777777778%;
  }
  .s-8-9 {
    width: 88.8888888889%;
  }
  .s-gap-8-9 {
    margin-left: 88.8888888889%;
  }
  .s-9-9 {
    width: 100.0000000000%;
  }
  .s-gap-9-9 {
    margin-left: 100.0000000000%;
  }
  .s-1-10 {
    width: 10.0000000000%;
  }
  .s-gap-1-10 {
    margin-left: 10.0000000000%;
  }
  .s-2-10 {
    width: 20.0000000000%;
  }
  .s-gap-2-10 {
    margin-left: 20.0000000000%;
  }
  .s-3-10 {
    width: 30.0000000000%;
  }
  .s-gap-3-10 {
    margin-left: 30.0000000000%;
  }
  .s-4-10 {
    width: 40.0000000000%;
  }
  .s-gap-4-10 {
    margin-left: 40.0000000000%;
  }
  .s-5-10 {
    width: 50.0000000000%;
  }
  .s-gap-5-10 {
    margin-left: 50.0000000000%;
  }
  .s-6-10 {
    width: 60.0000000000%;
  }
  .s-gap-6-10 {
    margin-left: 60.0000000000%;
  }
  .s-7-10 {
    width: 70.0000000000%;
  }
  .s-gap-7-10 {
    margin-left: 70.0000000000%;
  }
  .s-8-10 {
    width: 80.0000000000%;
  }
  .s-gap-8-10 {
    margin-left: 80.0000000000%;
  }
  .s-9-10 {
    width: 90.0000000000%;
  }
  .s-gap-9-10 {
    margin-left: 90.0000000000%;
  }
  .s-10-10 {
    width: 100.0000000000%;
  }
  .s-gap-10-10 {
    margin-left: 100.0000000000%;
  }
  .s-1-11 {
    width: 9.0909090909%;
  }
  .s-gap-1-11 {
    margin-left: 9.0909090909%;
  }
  .s-2-11 {
    width: 18.1818181818%;
  }
  .s-gap-2-11 {
    margin-left: 18.1818181818%;
  }
  .s-3-11 {
    width: 27.2727272727%;
  }
  .s-gap-3-11 {
    margin-left: 27.2727272727%;
  }
  .s-4-11 {
    width: 36.3636363636%;
  }
  .s-gap-4-11 {
    margin-left: 36.3636363636%;
  }
  .s-5-11 {
    width: 45.4545454545%;
  }
  .s-gap-5-11 {
    margin-left: 45.4545454545%;
  }
  .s-6-11 {
    width: 54.5454545455%;
  }
  .s-gap-6-11 {
    margin-left: 54.5454545455%;
  }
  .s-7-11 {
    width: 63.6363636364%;
  }
  .s-gap-7-11 {
    margin-left: 63.6363636364%;
  }
  .s-8-11 {
    width: 72.7272727273%;
  }
  .s-gap-8-11 {
    margin-left: 72.7272727273%;
  }
  .s-9-11 {
    width: 81.8181818182%;
  }
  .s-gap-9-11 {
    margin-left: 81.8181818182%;
  }
  .s-10-11 {
    width: 90.9090909091%;
  }
  .s-gap-10-11 {
    margin-left: 90.9090909091%;
  }
  .s-11-11 {
    width: 100.0000000000%;
  }
  .s-gap-11-11 {
    margin-left: 100.0000000000%;
  }
  .s-1-12 {
    width: 8.3333333333%;
  }
  .s-gap-1-12 {
    margin-left: 8.3333333333%;
  }
  .s-2-12 {
    width: 16.6666666667%;
  }
  .s-gap-2-12 {
    margin-left: 16.6666666667%;
  }
  .s-3-12 {
    width: 25.0000000000%;
  }
  .s-gap-3-12 {
    margin-left: 25.0000000000%;
  }
  .s-4-12 {
    width: 33.3333333333%;
  }
  .s-gap-4-12 {
    margin-left: 33.3333333333%;
  }
  .s-5-12 {
    width: 41.6666666667%;
  }
  .s-gap-5-12 {
    margin-left: 41.6666666667%;
  }
  .s-6-12 {
    width: 50.0000000000%;
  }
  .s-gap-6-12 {
    margin-left: 50.0000000000%;
  }
  .s-7-12 {
    width: 58.3333333333%;
  }
  .s-gap-7-12 {
    margin-left: 58.3333333333%;
  }
  .s-8-12 {
    width: 66.6666666667%;
  }
  .s-gap-8-12 {
    margin-left: 66.6666666667%;
  }
  .s-9-12 {
    width: 75.0000000000%;
  }
  .s-gap-9-12 {
    margin-left: 75.0000000000%;
  }
  .s-10-12 {
    width: 83.3333333333%;
  }
  .s-gap-10-12 {
    margin-left: 83.3333333333%;
  }
  .s-11-12 {
    width: 91.6666666667%;
  }
  .s-gap-11-12 {
    margin-left: 91.6666666667%;
  }
  .s-12-12 {
    width: 100.0000000000%;
  }
  .s-gap-12-12 {
    margin-left: 100.0000000000%;
  }
  .s-gap-0 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .m-hide {
    display: none !important;
  }
  .m-show {
    display: inline-block !important;
  }
  .m-1-1 {
    width: 100.0000000000%;
  }
  .m-gap-1-1 {
    margin-left: 100.0000000000%;
  }
  .m-1-2 {
    width: 50.0000000000%;
  }
  .m-gap-1-2 {
    margin-left: 50.0000000000%;
  }
  .m-2-2 {
    width: 100.0000000000%;
  }
  .m-gap-2-2 {
    margin-left: 100.0000000000%;
  }
  .m-1-3 {
    width: 33.3333333333%;
  }
  .m-gap-1-3 {
    margin-left: 33.3333333333%;
  }
  .m-2-3 {
    width: 66.6666666667%;
  }
  .m-gap-2-3 {
    margin-left: 66.6666666667%;
  }
  .m-3-3 {
    width: 100.0000000000%;
  }
  .m-gap-3-3 {
    margin-left: 100.0000000000%;
  }
  .m-1-4 {
    width: 25.0000000000%;
  }
  .m-gap-1-4 {
    margin-left: 25.0000000000%;
  }
  .m-2-4 {
    width: 50.0000000000%;
  }
  .m-gap-2-4 {
    margin-left: 50.0000000000%;
  }
  .m-3-4 {
    width: 75.0000000000%;
  }
  .m-gap-3-4 {
    margin-left: 75.0000000000%;
  }
  .m-4-4 {
    width: 100.0000000000%;
  }
  .m-gap-4-4 {
    margin-left: 100.0000000000%;
  }
  .m-1-5 {
    width: 20.0000000000%;
  }
  .m-gap-1-5 {
    margin-left: 20.0000000000%;
  }
  .m-2-5 {
    width: 40.0000000000%;
  }
  .m-gap-2-5 {
    margin-left: 40.0000000000%;
  }
  .m-3-5 {
    width: 60.0000000000%;
  }
  .m-gap-3-5 {
    margin-left: 60.0000000000%;
  }
  .m-4-5 {
    width: 80.0000000000%;
  }
  .m-gap-4-5 {
    margin-left: 80.0000000000%;
  }
  .m-5-5 {
    width: 100.0000000000%;
  }
  .m-gap-5-5 {
    margin-left: 100.0000000000%;
  }
  .m-1-6 {
    width: 16.6666666667%;
  }
  .m-gap-1-6 {
    margin-left: 16.6666666667%;
  }
  .m-2-6 {
    width: 33.3333333333%;
  }
  .m-gap-2-6 {
    margin-left: 33.3333333333%;
  }
  .m-3-6 {
    width: 50.0000000000%;
  }
  .m-gap-3-6 {
    margin-left: 50.0000000000%;
  }
  .m-4-6 {
    width: 66.6666666667%;
  }
  .m-gap-4-6 {
    margin-left: 66.6666666667%;
  }
  .m-5-6 {
    width: 83.3333333333%;
  }
  .m-gap-5-6 {
    margin-left: 83.3333333333%;
  }
  .m-6-6 {
    width: 100.0000000000%;
  }
  .m-gap-6-6 {
    margin-left: 100.0000000000%;
  }
  .m-1-7 {
    width: 14.2857142857%;
  }
  .m-gap-1-7 {
    margin-left: 14.2857142857%;
  }
  .m-2-7 {
    width: 28.5714285714%;
  }
  .m-gap-2-7 {
    margin-left: 28.5714285714%;
  }
  .m-3-7 {
    width: 42.8571428571%;
  }
  .m-gap-3-7 {
    margin-left: 42.8571428571%;
  }
  .m-4-7 {
    width: 57.1428571429%;
  }
  .m-gap-4-7 {
    margin-left: 57.1428571429%;
  }
  .m-5-7 {
    width: 71.4285714286%;
  }
  .m-gap-5-7 {
    margin-left: 71.4285714286%;
  }
  .m-6-7 {
    width: 85.7142857143%;
  }
  .m-gap-6-7 {
    margin-left: 85.7142857143%;
  }
  .m-7-7 {
    width: 100.0000000000%;
  }
  .m-gap-7-7 {
    margin-left: 100.0000000000%;
  }
  .m-1-8 {
    width: 12.5000000000%;
  }
  .m-gap-1-8 {
    margin-left: 12.5000000000%;
  }
  .m-2-8 {
    width: 25.0000000000%;
  }
  .m-gap-2-8 {
    margin-left: 25.0000000000%;
  }
  .m-3-8 {
    width: 37.5000000000%;
  }
  .m-gap-3-8 {
    margin-left: 37.5000000000%;
  }
  .m-4-8 {
    width: 50.0000000000%;
  }
  .m-gap-4-8 {
    margin-left: 50.0000000000%;
  }
  .m-5-8 {
    width: 62.5000000000%;
  }
  .m-gap-5-8 {
    margin-left: 62.5000000000%;
  }
  .m-6-8 {
    width: 75.0000000000%;
  }
  .m-gap-6-8 {
    margin-left: 75.0000000000%;
  }
  .m-7-8 {
    width: 87.5000000000%;
  }
  .m-gap-7-8 {
    margin-left: 87.5000000000%;
  }
  .m-8-8 {
    width: 100.0000000000%;
  }
  .m-gap-8-8 {
    margin-left: 100.0000000000%;
  }
  .m-1-9 {
    width: 11.1111111111%;
  }
  .m-gap-1-9 {
    margin-left: 11.1111111111%;
  }
  .m-2-9 {
    width: 22.2222222222%;
  }
  .m-gap-2-9 {
    margin-left: 22.2222222222%;
  }
  .m-3-9 {
    width: 33.3333333333%;
  }
  .m-gap-3-9 {
    margin-left: 33.3333333333%;
  }
  .m-4-9 {
    width: 44.4444444444%;
  }
  .m-gap-4-9 {
    margin-left: 44.4444444444%;
  }
  .m-5-9 {
    width: 55.5555555556%;
  }
  .m-gap-5-9 {
    margin-left: 55.5555555556%;
  }
  .m-6-9 {
    width: 66.6666666667%;
  }
  .m-gap-6-9 {
    margin-left: 66.6666666667%;
  }
  .m-7-9 {
    width: 77.7777777778%;
  }
  .m-gap-7-9 {
    margin-left: 77.7777777778%;
  }
  .m-8-9 {
    width: 88.8888888889%;
  }
  .m-gap-8-9 {
    margin-left: 88.8888888889%;
  }
  .m-9-9 {
    width: 100.0000000000%;
  }
  .m-gap-9-9 {
    margin-left: 100.0000000000%;
  }
  .m-1-10 {
    width: 10.0000000000%;
  }
  .m-gap-1-10 {
    margin-left: 10.0000000000%;
  }
  .m-2-10 {
    width: 20.0000000000%;
  }
  .m-gap-2-10 {
    margin-left: 20.0000000000%;
  }
  .m-3-10 {
    width: 30.0000000000%;
  }
  .m-gap-3-10 {
    margin-left: 30.0000000000%;
  }
  .m-4-10 {
    width: 40.0000000000%;
  }
  .m-gap-4-10 {
    margin-left: 40.0000000000%;
  }
  .m-5-10 {
    width: 50.0000000000%;
  }
  .m-gap-5-10 {
    margin-left: 50.0000000000%;
  }
  .m-6-10 {
    width: 60.0000000000%;
  }
  .m-gap-6-10 {
    margin-left: 60.0000000000%;
  }
  .m-7-10 {
    width: 70.0000000000%;
  }
  .m-gap-7-10 {
    margin-left: 70.0000000000%;
  }
  .m-8-10 {
    width: 80.0000000000%;
  }
  .m-gap-8-10 {
    margin-left: 80.0000000000%;
  }
  .m-9-10 {
    width: 90.0000000000%;
  }
  .m-gap-9-10 {
    margin-left: 90.0000000000%;
  }
  .m-10-10 {
    width: 100.0000000000%;
  }
  .m-gap-10-10 {
    margin-left: 100.0000000000%;
  }
  .m-1-11 {
    width: 9.0909090909%;
  }
  .m-gap-1-11 {
    margin-left: 9.0909090909%;
  }
  .m-2-11 {
    width: 18.1818181818%;
  }
  .m-gap-2-11 {
    margin-left: 18.1818181818%;
  }
  .m-3-11 {
    width: 27.2727272727%;
  }
  .m-gap-3-11 {
    margin-left: 27.2727272727%;
  }
  .m-4-11 {
    width: 36.3636363636%;
  }
  .m-gap-4-11 {
    margin-left: 36.3636363636%;
  }
  .m-5-11 {
    width: 45.4545454545%;
  }
  .m-gap-5-11 {
    margin-left: 45.4545454545%;
  }
  .m-6-11 {
    width: 54.5454545455%;
  }
  .m-gap-6-11 {
    margin-left: 54.5454545455%;
  }
  .m-7-11 {
    width: 63.6363636364%;
  }
  .m-gap-7-11 {
    margin-left: 63.6363636364%;
  }
  .m-8-11 {
    width: 72.7272727273%;
  }
  .m-gap-8-11 {
    margin-left: 72.7272727273%;
  }
  .m-9-11 {
    width: 81.8181818182%;
  }
  .m-gap-9-11 {
    margin-left: 81.8181818182%;
  }
  .m-10-11 {
    width: 90.9090909091%;
  }
  .m-gap-10-11 {
    margin-left: 90.9090909091%;
  }
  .m-11-11 {
    width: 100.0000000000%;
  }
  .m-gap-11-11 {
    margin-left: 100.0000000000%;
  }
  .m-1-12 {
    width: 8.3333333333%;
  }
  .m-gap-1-12 {
    margin-left: 8.3333333333%;
  }
  .m-2-12 {
    width: 16.6666666667%;
  }
  .m-gap-2-12 {
    margin-left: 16.6666666667%;
  }
  .m-3-12 {
    width: 25.0000000000%;
  }
  .m-gap-3-12 {
    margin-left: 25.0000000000%;
  }
  .m-4-12 {
    width: 33.3333333333%;
  }
  .m-gap-4-12 {
    margin-left: 33.3333333333%;
  }
  .m-5-12 {
    width: 41.6666666667%;
  }
  .m-gap-5-12 {
    margin-left: 41.6666666667%;
  }
  .m-6-12 {
    width: 50.0000000000%;
  }
  .m-gap-6-12 {
    margin-left: 50.0000000000%;
  }
  .m-7-12 {
    width: 58.3333333333%;
  }
  .m-gap-7-12 {
    margin-left: 58.3333333333%;
  }
  .m-8-12 {
    width: 66.6666666667%;
  }
  .m-gap-8-12 {
    margin-left: 66.6666666667%;
  }
  .m-9-12 {
    width: 75.0000000000%;
  }
  .m-gap-9-12 {
    margin-left: 75.0000000000%;
  }
  .m-10-12 {
    width: 83.3333333333%;
  }
  .m-gap-10-12 {
    margin-left: 83.3333333333%;
  }
  .m-11-12 {
    width: 91.6666666667%;
  }
  .m-gap-11-12 {
    margin-left: 91.6666666667%;
  }
  .m-12-12 {
    width: 100.0000000000%;
  }
  .m-gap-12-12 {
    margin-left: 100.0000000000%;
  }
  .m-gap-0 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .l-hide {
    display: none !important;
  }
  .l-show {
    display: inline-block !important;
  }
  .l-1-1 {
    width: 100.0000000000%;
  }
  .l-gap-1-1 {
    margin-left: 100.0000000000%;
  }
  .l-1-2 {
    width: 50.0000000000%;
  }
  .l-gap-1-2 {
    margin-left: 50.0000000000%;
  }
  .l-2-2 {
    width: 100.0000000000%;
  }
  .l-gap-2-2 {
    margin-left: 100.0000000000%;
  }
  .l-1-3 {
    width: 33.3333333333%;
  }
  .l-gap-1-3 {
    margin-left: 33.3333333333%;
  }
  .l-2-3 {
    width: 66.6666666667%;
  }
  .l-gap-2-3 {
    margin-left: 66.6666666667%;
  }
  .l-3-3 {
    width: 100.0000000000%;
  }
  .l-gap-3-3 {
    margin-left: 100.0000000000%;
  }
  .l-1-4 {
    width: 25.0000000000%;
  }
  .l-gap-1-4 {
    margin-left: 25.0000000000%;
  }
  .l-2-4 {
    width: 50.0000000000%;
  }
  .l-gap-2-4 {
    margin-left: 50.0000000000%;
  }
  .l-3-4 {
    width: 75.0000000000%;
  }
  .l-gap-3-4 {
    margin-left: 75.0000000000%;
  }
  .l-4-4 {
    width: 100.0000000000%;
  }
  .l-gap-4-4 {
    margin-left: 100.0000000000%;
  }
  .l-1-5 {
    width: 20.0000000000%;
  }
  .l-gap-1-5 {
    margin-left: 20.0000000000%;
  }
  .l-2-5 {
    width: 40.0000000000%;
  }
  .l-gap-2-5 {
    margin-left: 40.0000000000%;
  }
  .l-3-5 {
    width: 60.0000000000%;
  }
  .l-gap-3-5 {
    margin-left: 60.0000000000%;
  }
  .l-4-5 {
    width: 80.0000000000%;
  }
  .l-gap-4-5 {
    margin-left: 80.0000000000%;
  }
  .l-5-5 {
    width: 100.0000000000%;
  }
  .l-gap-5-5 {
    margin-left: 100.0000000000%;
  }
  .l-1-6 {
    width: 16.6666666667%;
  }
  .l-gap-1-6 {
    margin-left: 16.6666666667%;
  }
  .l-2-6 {
    width: 33.3333333333%;
  }
  .l-gap-2-6 {
    margin-left: 33.3333333333%;
  }
  .l-3-6 {
    width: 50.0000000000%;
  }
  .l-gap-3-6 {
    margin-left: 50.0000000000%;
  }
  .l-4-6 {
    width: 66.6666666667%;
  }
  .l-gap-4-6 {
    margin-left: 66.6666666667%;
  }
  .l-5-6 {
    width: 83.3333333333%;
  }
  .l-gap-5-6 {
    margin-left: 83.3333333333%;
  }
  .l-6-6 {
    width: 100.0000000000%;
  }
  .l-gap-6-6 {
    margin-left: 100.0000000000%;
  }
  .l-1-7 {
    width: 14.2857142857%;
  }
  .l-gap-1-7 {
    margin-left: 14.2857142857%;
  }
  .l-2-7 {
    width: 28.5714285714%;
  }
  .l-gap-2-7 {
    margin-left: 28.5714285714%;
  }
  .l-3-7 {
    width: 42.8571428571%;
  }
  .l-gap-3-7 {
    margin-left: 42.8571428571%;
  }
  .l-4-7 {
    width: 57.1428571429%;
  }
  .l-gap-4-7 {
    margin-left: 57.1428571429%;
  }
  .l-5-7 {
    width: 71.4285714286%;
  }
  .l-gap-5-7 {
    margin-left: 71.4285714286%;
  }
  .l-6-7 {
    width: 85.7142857143%;
  }
  .l-gap-6-7 {
    margin-left: 85.7142857143%;
  }
  .l-7-7 {
    width: 100.0000000000%;
  }
  .l-gap-7-7 {
    margin-left: 100.0000000000%;
  }
  .l-1-8 {
    width: 12.5000000000%;
  }
  .l-gap-1-8 {
    margin-left: 12.5000000000%;
  }
  .l-2-8 {
    width: 25.0000000000%;
  }
  .l-gap-2-8 {
    margin-left: 25.0000000000%;
  }
  .l-3-8 {
    width: 37.5000000000%;
  }
  .l-gap-3-8 {
    margin-left: 37.5000000000%;
  }
  .l-4-8 {
    width: 50.0000000000%;
  }
  .l-gap-4-8 {
    margin-left: 50.0000000000%;
  }
  .l-5-8 {
    width: 62.5000000000%;
  }
  .l-gap-5-8 {
    margin-left: 62.5000000000%;
  }
  .l-6-8 {
    width: 75.0000000000%;
  }
  .l-gap-6-8 {
    margin-left: 75.0000000000%;
  }
  .l-7-8 {
    width: 87.5000000000%;
  }
  .l-gap-7-8 {
    margin-left: 87.5000000000%;
  }
  .l-8-8 {
    width: 100.0000000000%;
  }
  .l-gap-8-8 {
    margin-left: 100.0000000000%;
  }
  .l-1-9 {
    width: 11.1111111111%;
  }
  .l-gap-1-9 {
    margin-left: 11.1111111111%;
  }
  .l-2-9 {
    width: 22.2222222222%;
  }
  .l-gap-2-9 {
    margin-left: 22.2222222222%;
  }
  .l-3-9 {
    width: 33.3333333333%;
  }
  .l-gap-3-9 {
    margin-left: 33.3333333333%;
  }
  .l-4-9 {
    width: 44.4444444444%;
  }
  .l-gap-4-9 {
    margin-left: 44.4444444444%;
  }
  .l-5-9 {
    width: 55.5555555556%;
  }
  .l-gap-5-9 {
    margin-left: 55.5555555556%;
  }
  .l-6-9 {
    width: 66.6666666667%;
  }
  .l-gap-6-9 {
    margin-left: 66.6666666667%;
  }
  .l-7-9 {
    width: 77.7777777778%;
  }
  .l-gap-7-9 {
    margin-left: 77.7777777778%;
  }
  .l-8-9 {
    width: 88.8888888889%;
  }
  .l-gap-8-9 {
    margin-left: 88.8888888889%;
  }
  .l-9-9 {
    width: 100.0000000000%;
  }
  .l-gap-9-9 {
    margin-left: 100.0000000000%;
  }
  .l-1-10 {
    width: 10.0000000000%;
  }
  .l-gap-1-10 {
    margin-left: 10.0000000000%;
  }
  .l-2-10 {
    width: 20.0000000000%;
  }
  .l-gap-2-10 {
    margin-left: 20.0000000000%;
  }
  .l-3-10 {
    width: 30.0000000000%;
  }
  .l-gap-3-10 {
    margin-left: 30.0000000000%;
  }
  .l-4-10 {
    width: 40.0000000000%;
  }
  .l-gap-4-10 {
    margin-left: 40.0000000000%;
  }
  .l-5-10 {
    width: 50.0000000000%;
  }
  .l-gap-5-10 {
    margin-left: 50.0000000000%;
  }
  .l-6-10 {
    width: 60.0000000000%;
  }
  .l-gap-6-10 {
    margin-left: 60.0000000000%;
  }
  .l-7-10 {
    width: 70.0000000000%;
  }
  .l-gap-7-10 {
    margin-left: 70.0000000000%;
  }
  .l-8-10 {
    width: 80.0000000000%;
  }
  .l-gap-8-10 {
    margin-left: 80.0000000000%;
  }
  .l-9-10 {
    width: 90.0000000000%;
  }
  .l-gap-9-10 {
    margin-left: 90.0000000000%;
  }
  .l-10-10 {
    width: 100.0000000000%;
  }
  .l-gap-10-10 {
    margin-left: 100.0000000000%;
  }
  .l-1-11 {
    width: 9.0909090909%;
  }
  .l-gap-1-11 {
    margin-left: 9.0909090909%;
  }
  .l-2-11 {
    width: 18.1818181818%;
  }
  .l-gap-2-11 {
    margin-left: 18.1818181818%;
  }
  .l-3-11 {
    width: 27.2727272727%;
  }
  .l-gap-3-11 {
    margin-left: 27.2727272727%;
  }
  .l-4-11 {
    width: 36.3636363636%;
  }
  .l-gap-4-11 {
    margin-left: 36.3636363636%;
  }
  .l-5-11 {
    width: 45.4545454545%;
  }
  .l-gap-5-11 {
    margin-left: 45.4545454545%;
  }
  .l-6-11 {
    width: 54.5454545455%;
  }
  .l-gap-6-11 {
    margin-left: 54.5454545455%;
  }
  .l-7-11 {
    width: 63.6363636364%;
  }
  .l-gap-7-11 {
    margin-left: 63.6363636364%;
  }
  .l-8-11 {
    width: 72.7272727273%;
  }
  .l-gap-8-11 {
    margin-left: 72.7272727273%;
  }
  .l-9-11 {
    width: 81.8181818182%;
  }
  .l-gap-9-11 {
    margin-left: 81.8181818182%;
  }
  .l-10-11 {
    width: 90.9090909091%;
  }
  .l-gap-10-11 {
    margin-left: 90.9090909091%;
  }
  .l-11-11 {
    width: 100.0000000000%;
  }
  .l-gap-11-11 {
    margin-left: 100.0000000000%;
  }
  .l-1-12 {
    width: 8.3333333333%;
  }
  .l-gap-1-12 {
    margin-left: 8.3333333333%;
  }
  .l-2-12 {
    width: 16.6666666667%;
  }
  .l-gap-2-12 {
    margin-left: 16.6666666667%;
  }
  .l-3-12 {
    width: 25.0000000000%;
  }
  .l-gap-3-12 {
    margin-left: 25.0000000000%;
  }
  .l-4-12 {
    width: 33.3333333333%;
  }
  .l-gap-4-12 {
    margin-left: 33.3333333333%;
  }
  .l-5-12 {
    width: 41.6666666667%;
  }
  .l-gap-5-12 {
    margin-left: 41.6666666667%;
  }
  .l-6-12 {
    width: 50.0000000000%;
  }
  .l-gap-6-12 {
    margin-left: 50.0000000000%;
  }
  .l-7-12 {
    width: 58.3333333333%;
  }
  .l-gap-7-12 {
    margin-left: 58.3333333333%;
  }
  .l-8-12 {
    width: 66.6666666667%;
  }
  .l-gap-8-12 {
    margin-left: 66.6666666667%;
  }
  .l-9-12 {
    width: 75.0000000000%;
  }
  .l-gap-9-12 {
    margin-left: 75.0000000000%;
  }
  .l-10-12 {
    width: 83.3333333333%;
  }
  .l-gap-10-12 {
    margin-left: 83.3333333333%;
  }
  .l-11-12 {
    width: 91.6666666667%;
  }
  .l-gap-11-12 {
    margin-left: 91.6666666667%;
  }
  .l-12-12 {
    width: 100.0000000000%;
  }
  .l-gap-12-12 {
    margin-left: 100.0000000000%;
  }
  .l-gap-0 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .xl-hide {
    display: none !important;
  }
  .xl-show {
    display: inline-block !important;
  }
  .xl-1-1 {
    width: 100.0000000000%;
  }
  .xl-gap-1-1 {
    margin-left: 100.0000000000%;
  }
  .xl-1-2 {
    width: 50.0000000000%;
  }
  .xl-gap-1-2 {
    margin-left: 50.0000000000%;
  }
  .xl-2-2 {
    width: 100.0000000000%;
  }
  .xl-gap-2-2 {
    margin-left: 100.0000000000%;
  }
  .xl-1-3 {
    width: 33.3333333333%;
  }
  .xl-gap-1-3 {
    margin-left: 33.3333333333%;
  }
  .xl-2-3 {
    width: 66.6666666667%;
  }
  .xl-gap-2-3 {
    margin-left: 66.6666666667%;
  }
  .xl-3-3 {
    width: 100.0000000000%;
  }
  .xl-gap-3-3 {
    margin-left: 100.0000000000%;
  }
  .xl-1-4 {
    width: 25.0000000000%;
  }
  .xl-gap-1-4 {
    margin-left: 25.0000000000%;
  }
  .xl-2-4 {
    width: 50.0000000000%;
  }
  .xl-gap-2-4 {
    margin-left: 50.0000000000%;
  }
  .xl-3-4 {
    width: 75.0000000000%;
  }
  .xl-gap-3-4 {
    margin-left: 75.0000000000%;
  }
  .xl-4-4 {
    width: 100.0000000000%;
  }
  .xl-gap-4-4 {
    margin-left: 100.0000000000%;
  }
  .xl-1-5 {
    width: 20.0000000000%;
  }
  .xl-gap-1-5 {
    margin-left: 20.0000000000%;
  }
  .xl-2-5 {
    width: 40.0000000000%;
  }
  .xl-gap-2-5 {
    margin-left: 40.0000000000%;
  }
  .xl-3-5 {
    width: 60.0000000000%;
  }
  .xl-gap-3-5 {
    margin-left: 60.0000000000%;
  }
  .xl-4-5 {
    width: 80.0000000000%;
  }
  .xl-gap-4-5 {
    margin-left: 80.0000000000%;
  }
  .xl-5-5 {
    width: 100.0000000000%;
  }
  .xl-gap-5-5 {
    margin-left: 100.0000000000%;
  }
  .xl-1-6 {
    width: 16.6666666667%;
  }
  .xl-gap-1-6 {
    margin-left: 16.6666666667%;
  }
  .xl-2-6 {
    width: 33.3333333333%;
  }
  .xl-gap-2-6 {
    margin-left: 33.3333333333%;
  }
  .xl-3-6 {
    width: 50.0000000000%;
  }
  .xl-gap-3-6 {
    margin-left: 50.0000000000%;
  }
  .xl-4-6 {
    width: 66.6666666667%;
  }
  .xl-gap-4-6 {
    margin-left: 66.6666666667%;
  }
  .xl-5-6 {
    width: 83.3333333333%;
  }
  .xl-gap-5-6 {
    margin-left: 83.3333333333%;
  }
  .xl-6-6 {
    width: 100.0000000000%;
  }
  .xl-gap-6-6 {
    margin-left: 100.0000000000%;
  }
  .xl-1-7 {
    width: 14.2857142857%;
  }
  .xl-gap-1-7 {
    margin-left: 14.2857142857%;
  }
  .xl-2-7 {
    width: 28.5714285714%;
  }
  .xl-gap-2-7 {
    margin-left: 28.5714285714%;
  }
  .xl-3-7 {
    width: 42.8571428571%;
  }
  .xl-gap-3-7 {
    margin-left: 42.8571428571%;
  }
  .xl-4-7 {
    width: 57.1428571429%;
  }
  .xl-gap-4-7 {
    margin-left: 57.1428571429%;
  }
  .xl-5-7 {
    width: 71.4285714286%;
  }
  .xl-gap-5-7 {
    margin-left: 71.4285714286%;
  }
  .xl-6-7 {
    width: 85.7142857143%;
  }
  .xl-gap-6-7 {
    margin-left: 85.7142857143%;
  }
  .xl-7-7 {
    width: 100.0000000000%;
  }
  .xl-gap-7-7 {
    margin-left: 100.0000000000%;
  }
  .xl-1-8 {
    width: 12.5000000000%;
  }
  .xl-gap-1-8 {
    margin-left: 12.5000000000%;
  }
  .xl-2-8 {
    width: 25.0000000000%;
  }
  .xl-gap-2-8 {
    margin-left: 25.0000000000%;
  }
  .xl-3-8 {
    width: 37.5000000000%;
  }
  .xl-gap-3-8 {
    margin-left: 37.5000000000%;
  }
  .xl-4-8 {
    width: 50.0000000000%;
  }
  .xl-gap-4-8 {
    margin-left: 50.0000000000%;
  }
  .xl-5-8 {
    width: 62.5000000000%;
  }
  .xl-gap-5-8 {
    margin-left: 62.5000000000%;
  }
  .xl-6-8 {
    width: 75.0000000000%;
  }
  .xl-gap-6-8 {
    margin-left: 75.0000000000%;
  }
  .xl-7-8 {
    width: 87.5000000000%;
  }
  .xl-gap-7-8 {
    margin-left: 87.5000000000%;
  }
  .xl-8-8 {
    width: 100.0000000000%;
  }
  .xl-gap-8-8 {
    margin-left: 100.0000000000%;
  }
  .xl-1-9 {
    width: 11.1111111111%;
  }
  .xl-gap-1-9 {
    margin-left: 11.1111111111%;
  }
  .xl-2-9 {
    width: 22.2222222222%;
  }
  .xl-gap-2-9 {
    margin-left: 22.2222222222%;
  }
  .xl-3-9 {
    width: 33.3333333333%;
  }
  .xl-gap-3-9 {
    margin-left: 33.3333333333%;
  }
  .xl-4-9 {
    width: 44.4444444444%;
  }
  .xl-gap-4-9 {
    margin-left: 44.4444444444%;
  }
  .xl-5-9 {
    width: 55.5555555556%;
  }
  .xl-gap-5-9 {
    margin-left: 55.5555555556%;
  }
  .xl-6-9 {
    width: 66.6666666667%;
  }
  .xl-gap-6-9 {
    margin-left: 66.6666666667%;
  }
  .xl-7-9 {
    width: 77.7777777778%;
  }
  .xl-gap-7-9 {
    margin-left: 77.7777777778%;
  }
  .xl-8-9 {
    width: 88.8888888889%;
  }
  .xl-gap-8-9 {
    margin-left: 88.8888888889%;
  }
  .xl-9-9 {
    width: 100.0000000000%;
  }
  .xl-gap-9-9 {
    margin-left: 100.0000000000%;
  }
  .xl-1-10 {
    width: 10.0000000000%;
  }
  .xl-gap-1-10 {
    margin-left: 10.0000000000%;
  }
  .xl-2-10 {
    width: 20.0000000000%;
  }
  .xl-gap-2-10 {
    margin-left: 20.0000000000%;
  }
  .xl-3-10 {
    width: 30.0000000000%;
  }
  .xl-gap-3-10 {
    margin-left: 30.0000000000%;
  }
  .xl-4-10 {
    width: 40.0000000000%;
  }
  .xl-gap-4-10 {
    margin-left: 40.0000000000%;
  }
  .xl-5-10 {
    width: 50.0000000000%;
  }
  .xl-gap-5-10 {
    margin-left: 50.0000000000%;
  }
  .xl-6-10 {
    width: 60.0000000000%;
  }
  .xl-gap-6-10 {
    margin-left: 60.0000000000%;
  }
  .xl-7-10 {
    width: 70.0000000000%;
  }
  .xl-gap-7-10 {
    margin-left: 70.0000000000%;
  }
  .xl-8-10 {
    width: 80.0000000000%;
  }
  .xl-gap-8-10 {
    margin-left: 80.0000000000%;
  }
  .xl-9-10 {
    width: 90.0000000000%;
  }
  .xl-gap-9-10 {
    margin-left: 90.0000000000%;
  }
  .xl-10-10 {
    width: 100.0000000000%;
  }
  .xl-gap-10-10 {
    margin-left: 100.0000000000%;
  }
  .xl-1-11 {
    width: 9.0909090909%;
  }
  .xl-gap-1-11 {
    margin-left: 9.0909090909%;
  }
  .xl-2-11 {
    width: 18.1818181818%;
  }
  .xl-gap-2-11 {
    margin-left: 18.1818181818%;
  }
  .xl-3-11 {
    width: 27.2727272727%;
  }
  .xl-gap-3-11 {
    margin-left: 27.2727272727%;
  }
  .xl-4-11 {
    width: 36.3636363636%;
  }
  .xl-gap-4-11 {
    margin-left: 36.3636363636%;
  }
  .xl-5-11 {
    width: 45.4545454545%;
  }
  .xl-gap-5-11 {
    margin-left: 45.4545454545%;
  }
  .xl-6-11 {
    width: 54.5454545455%;
  }
  .xl-gap-6-11 {
    margin-left: 54.5454545455%;
  }
  .xl-7-11 {
    width: 63.6363636364%;
  }
  .xl-gap-7-11 {
    margin-left: 63.6363636364%;
  }
  .xl-8-11 {
    width: 72.7272727273%;
  }
  .xl-gap-8-11 {
    margin-left: 72.7272727273%;
  }
  .xl-9-11 {
    width: 81.8181818182%;
  }
  .xl-gap-9-11 {
    margin-left: 81.8181818182%;
  }
  .xl-10-11 {
    width: 90.9090909091%;
  }
  .xl-gap-10-11 {
    margin-left: 90.9090909091%;
  }
  .xl-11-11 {
    width: 100.0000000000%;
  }
  .xl-gap-11-11 {
    margin-left: 100.0000000000%;
  }
  .xl-1-12 {
    width: 8.3333333333%;
  }
  .xl-gap-1-12 {
    margin-left: 8.3333333333%;
  }
  .xl-2-12 {
    width: 16.6666666667%;
  }
  .xl-gap-2-12 {
    margin-left: 16.6666666667%;
  }
  .xl-3-12 {
    width: 25.0000000000%;
  }
  .xl-gap-3-12 {
    margin-left: 25.0000000000%;
  }
  .xl-4-12 {
    width: 33.3333333333%;
  }
  .xl-gap-4-12 {
    margin-left: 33.3333333333%;
  }
  .xl-5-12 {
    width: 41.6666666667%;
  }
  .xl-gap-5-12 {
    margin-left: 41.6666666667%;
  }
  .xl-6-12 {
    width: 50.0000000000%;
  }
  .xl-gap-6-12 {
    margin-left: 50.0000000000%;
  }
  .xl-7-12 {
    width: 58.3333333333%;
  }
  .xl-gap-7-12 {
    margin-left: 58.3333333333%;
  }
  .xl-8-12 {
    width: 66.6666666667%;
  }
  .xl-gap-8-12 {
    margin-left: 66.6666666667%;
  }
  .xl-9-12 {
    width: 75.0000000000%;
  }
  .xl-gap-9-12 {
    margin-left: 75.0000000000%;
  }
  .xl-10-12 {
    width: 83.3333333333%;
  }
  .xl-gap-10-12 {
    margin-left: 83.3333333333%;
  }
  .xl-11-12 {
    width: 91.6666666667%;
  }
  .xl-gap-11-12 {
    margin-left: 91.6666666667%;
  }
  .xl-12-12 {
    width: 100.0000000000%;
  }
  .xl-gap-12-12 {
    margin-left: 100.0000000000%;
  }
  .xl-gap-0 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1366px) {
  .xxl-hide {
    display: none !important;
  }
  .xxl-show {
    display: inline-block !important;
  }
  .xxl-1-1 {
    width: 100.0000000000%;
  }
  .xxl-gap-1-1 {
    margin-left: 100.0000000000%;
  }
  .xxl-1-2 {
    width: 50.0000000000%;
  }
  .xxl-gap-1-2 {
    margin-left: 50.0000000000%;
  }
  .xxl-2-2 {
    width: 100.0000000000%;
  }
  .xxl-gap-2-2 {
    margin-left: 100.0000000000%;
  }
  .xxl-1-3 {
    width: 33.3333333333%;
  }
  .xxl-gap-1-3 {
    margin-left: 33.3333333333%;
  }
  .xxl-2-3 {
    width: 66.6666666667%;
  }
  .xxl-gap-2-3 {
    margin-left: 66.6666666667%;
  }
  .xxl-3-3 {
    width: 100.0000000000%;
  }
  .xxl-gap-3-3 {
    margin-left: 100.0000000000%;
  }
  .xxl-1-4 {
    width: 25.0000000000%;
  }
  .xxl-gap-1-4 {
    margin-left: 25.0000000000%;
  }
  .xxl-2-4 {
    width: 50.0000000000%;
  }
  .xxl-gap-2-4 {
    margin-left: 50.0000000000%;
  }
  .xxl-3-4 {
    width: 75.0000000000%;
  }
  .xxl-gap-3-4 {
    margin-left: 75.0000000000%;
  }
  .xxl-4-4 {
    width: 100.0000000000%;
  }
  .xxl-gap-4-4 {
    margin-left: 100.0000000000%;
  }
  .xxl-1-5 {
    width: 20.0000000000%;
  }
  .xxl-gap-1-5 {
    margin-left: 20.0000000000%;
  }
  .xxl-2-5 {
    width: 40.0000000000%;
  }
  .xxl-gap-2-5 {
    margin-left: 40.0000000000%;
  }
  .xxl-3-5 {
    width: 60.0000000000%;
  }
  .xxl-gap-3-5 {
    margin-left: 60.0000000000%;
  }
  .xxl-4-5 {
    width: 80.0000000000%;
  }
  .xxl-gap-4-5 {
    margin-left: 80.0000000000%;
  }
  .xxl-5-5 {
    width: 100.0000000000%;
  }
  .xxl-gap-5-5 {
    margin-left: 100.0000000000%;
  }
  .xxl-1-6 {
    width: 16.6666666667%;
  }
  .xxl-gap-1-6 {
    margin-left: 16.6666666667%;
  }
  .xxl-2-6 {
    width: 33.3333333333%;
  }
  .xxl-gap-2-6 {
    margin-left: 33.3333333333%;
  }
  .xxl-3-6 {
    width: 50.0000000000%;
  }
  .xxl-gap-3-6 {
    margin-left: 50.0000000000%;
  }
  .xxl-4-6 {
    width: 66.6666666667%;
  }
  .xxl-gap-4-6 {
    margin-left: 66.6666666667%;
  }
  .xxl-5-6 {
    width: 83.3333333333%;
  }
  .xxl-gap-5-6 {
    margin-left: 83.3333333333%;
  }
  .xxl-6-6 {
    width: 100.0000000000%;
  }
  .xxl-gap-6-6 {
    margin-left: 100.0000000000%;
  }
  .xxl-1-7 {
    width: 14.2857142857%;
  }
  .xxl-gap-1-7 {
    margin-left: 14.2857142857%;
  }
  .xxl-2-7 {
    width: 28.5714285714%;
  }
  .xxl-gap-2-7 {
    margin-left: 28.5714285714%;
  }
  .xxl-3-7 {
    width: 42.8571428571%;
  }
  .xxl-gap-3-7 {
    margin-left: 42.8571428571%;
  }
  .xxl-4-7 {
    width: 57.1428571429%;
  }
  .xxl-gap-4-7 {
    margin-left: 57.1428571429%;
  }
  .xxl-5-7 {
    width: 71.4285714286%;
  }
  .xxl-gap-5-7 {
    margin-left: 71.4285714286%;
  }
  .xxl-6-7 {
    width: 85.7142857143%;
  }
  .xxl-gap-6-7 {
    margin-left: 85.7142857143%;
  }
  .xxl-7-7 {
    width: 100.0000000000%;
  }
  .xxl-gap-7-7 {
    margin-left: 100.0000000000%;
  }
  .xxl-1-8 {
    width: 12.5000000000%;
  }
  .xxl-gap-1-8 {
    margin-left: 12.5000000000%;
  }
  .xxl-2-8 {
    width: 25.0000000000%;
  }
  .xxl-gap-2-8 {
    margin-left: 25.0000000000%;
  }
  .xxl-3-8 {
    width: 37.5000000000%;
  }
  .xxl-gap-3-8 {
    margin-left: 37.5000000000%;
  }
  .xxl-4-8 {
    width: 50.0000000000%;
  }
  .xxl-gap-4-8 {
    margin-left: 50.0000000000%;
  }
  .xxl-5-8 {
    width: 62.5000000000%;
  }
  .xxl-gap-5-8 {
    margin-left: 62.5000000000%;
  }
  .xxl-6-8 {
    width: 75.0000000000%;
  }
  .xxl-gap-6-8 {
    margin-left: 75.0000000000%;
  }
  .xxl-7-8 {
    width: 87.5000000000%;
  }
  .xxl-gap-7-8 {
    margin-left: 87.5000000000%;
  }
  .xxl-8-8 {
    width: 100.0000000000%;
  }
  .xxl-gap-8-8 {
    margin-left: 100.0000000000%;
  }
  .xxl-1-9 {
    width: 11.1111111111%;
  }
  .xxl-gap-1-9 {
    margin-left: 11.1111111111%;
  }
  .xxl-2-9 {
    width: 22.2222222222%;
  }
  .xxl-gap-2-9 {
    margin-left: 22.2222222222%;
  }
  .xxl-3-9 {
    width: 33.3333333333%;
  }
  .xxl-gap-3-9 {
    margin-left: 33.3333333333%;
  }
  .xxl-4-9 {
    width: 44.4444444444%;
  }
  .xxl-gap-4-9 {
    margin-left: 44.4444444444%;
  }
  .xxl-5-9 {
    width: 55.5555555556%;
  }
  .xxl-gap-5-9 {
    margin-left: 55.5555555556%;
  }
  .xxl-6-9 {
    width: 66.6666666667%;
  }
  .xxl-gap-6-9 {
    margin-left: 66.6666666667%;
  }
  .xxl-7-9 {
    width: 77.7777777778%;
  }
  .xxl-gap-7-9 {
    margin-left: 77.7777777778%;
  }
  .xxl-8-9 {
    width: 88.8888888889%;
  }
  .xxl-gap-8-9 {
    margin-left: 88.8888888889%;
  }
  .xxl-9-9 {
    width: 100.0000000000%;
  }
  .xxl-gap-9-9 {
    margin-left: 100.0000000000%;
  }
  .xxl-1-10 {
    width: 10.0000000000%;
  }
  .xxl-gap-1-10 {
    margin-left: 10.0000000000%;
  }
  .xxl-2-10 {
    width: 20.0000000000%;
  }
  .xxl-gap-2-10 {
    margin-left: 20.0000000000%;
  }
  .xxl-3-10 {
    width: 30.0000000000%;
  }
  .xxl-gap-3-10 {
    margin-left: 30.0000000000%;
  }
  .xxl-4-10 {
    width: 40.0000000000%;
  }
  .xxl-gap-4-10 {
    margin-left: 40.0000000000%;
  }
  .xxl-5-10 {
    width: 50.0000000000%;
  }
  .xxl-gap-5-10 {
    margin-left: 50.0000000000%;
  }
  .xxl-6-10 {
    width: 60.0000000000%;
  }
  .xxl-gap-6-10 {
    margin-left: 60.0000000000%;
  }
  .xxl-7-10 {
    width: 70.0000000000%;
  }
  .xxl-gap-7-10 {
    margin-left: 70.0000000000%;
  }
  .xxl-8-10 {
    width: 80.0000000000%;
  }
  .xxl-gap-8-10 {
    margin-left: 80.0000000000%;
  }
  .xxl-9-10 {
    width: 90.0000000000%;
  }
  .xxl-gap-9-10 {
    margin-left: 90.0000000000%;
  }
  .xxl-10-10 {
    width: 100.0000000000%;
  }
  .xxl-gap-10-10 {
    margin-left: 100.0000000000%;
  }
  .xxl-1-11 {
    width: 9.0909090909%;
  }
  .xxl-gap-1-11 {
    margin-left: 9.0909090909%;
  }
  .xxl-2-11 {
    width: 18.1818181818%;
  }
  .xxl-gap-2-11 {
    margin-left: 18.1818181818%;
  }
  .xxl-3-11 {
    width: 27.2727272727%;
  }
  .xxl-gap-3-11 {
    margin-left: 27.2727272727%;
  }
  .xxl-4-11 {
    width: 36.3636363636%;
  }
  .xxl-gap-4-11 {
    margin-left: 36.3636363636%;
  }
  .xxl-5-11 {
    width: 45.4545454545%;
  }
  .xxl-gap-5-11 {
    margin-left: 45.4545454545%;
  }
  .xxl-6-11 {
    width: 54.5454545455%;
  }
  .xxl-gap-6-11 {
    margin-left: 54.5454545455%;
  }
  .xxl-7-11 {
    width: 63.6363636364%;
  }
  .xxl-gap-7-11 {
    margin-left: 63.6363636364%;
  }
  .xxl-8-11 {
    width: 72.7272727273%;
  }
  .xxl-gap-8-11 {
    margin-left: 72.7272727273%;
  }
  .xxl-9-11 {
    width: 81.8181818182%;
  }
  .xxl-gap-9-11 {
    margin-left: 81.8181818182%;
  }
  .xxl-10-11 {
    width: 90.9090909091%;
  }
  .xxl-gap-10-11 {
    margin-left: 90.9090909091%;
  }
  .xxl-11-11 {
    width: 100.0000000000%;
  }
  .xxl-gap-11-11 {
    margin-left: 100.0000000000%;
  }
  .xxl-1-12 {
    width: 8.3333333333%;
  }
  .xxl-gap-1-12 {
    margin-left: 8.3333333333%;
  }
  .xxl-2-12 {
    width: 16.6666666667%;
  }
  .xxl-gap-2-12 {
    margin-left: 16.6666666667%;
  }
  .xxl-3-12 {
    width: 25.0000000000%;
  }
  .xxl-gap-3-12 {
    margin-left: 25.0000000000%;
  }
  .xxl-4-12 {
    width: 33.3333333333%;
  }
  .xxl-gap-4-12 {
    margin-left: 33.3333333333%;
  }
  .xxl-5-12 {
    width: 41.6666666667%;
  }
  .xxl-gap-5-12 {
    margin-left: 41.6666666667%;
  }
  .xxl-6-12 {
    width: 50.0000000000%;
  }
  .xxl-gap-6-12 {
    margin-left: 50.0000000000%;
  }
  .xxl-7-12 {
    width: 58.3333333333%;
  }
  .xxl-gap-7-12 {
    margin-left: 58.3333333333%;
  }
  .xxl-8-12 {
    width: 66.6666666667%;
  }
  .xxl-gap-8-12 {
    margin-left: 66.6666666667%;
  }
  .xxl-9-12 {
    width: 75.0000000000%;
  }
  .xxl-gap-9-12 {
    margin-left: 75.0000000000%;
  }
  .xxl-10-12 {
    width: 83.3333333333%;
  }
  .xxl-gap-10-12 {
    margin-left: 83.3333333333%;
  }
  .xxl-11-12 {
    width: 91.6666666667%;
  }
  .xxl-12-12 {
    width: 100.0000000000%;
  }
  .xxl-gap-12-12 {
    margin-left: 100.0000000000%;
  }
  .xxl-gap-0 {
    margin-left: 0;
  }
}
/* Clear fix */
.group:before,
.group:after {
  content: " ";
  display: table;
}
.group:after {
  clear: both;
}
/* Border box */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* Force scrollbar */
html {
  overflow: -moz-scrollbars-vertical;
  /* For FF */
  -ms-overflow-y: scroll;
  /* For IE */
  overflow-y: scroll;
  position: relative;
}
body {
  overflow: visible !important;
}
/* Grid wrappers */
.wrapper {
  width: 970px;
  margin: 0 auto;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
.col {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 480px) {
  .col {
    padding-left: 1%;
    padding-right: 1%;
  }
  .col .row {
    margin-left: -1%;
    margin-right: -1%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .col .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 1366px) {
  .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.pad {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 480px) {
  .pad {
    padding-left: 1%;
    padding-right: 1%;
  }
  .pad .row {
    margin-left: -1%;
    margin-right: -1%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .pad {
    padding-left: 5px;
    padding-right: 5px;
  }
  .pad .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .pad {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pad .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .pad {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pad .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .pad {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pad .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 1366px) {
  .pad {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pad .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.formrow {
  margin-left: -5px;
  margin-right: -5px;
}
.formrow:before,
.formrow:after {
  content: " ";
  display: table;
}
.formrow:after {
  clear: both;
}
.formrow .col {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
.formrow .col .row {
  margin-left: -5px;
  margin-right: -5px;
}
.formpad {
  padding-left: 5px;
  padding-right: 5px;
}
.formpad .row {
  margin-left: -5px;
  margin-right: -5px;
}
.break {
  clear: left;
}
.center-align {
  text-align: center;
  width: 100%;
}
.center-align *:first-child {
  display: inline-block;
}
#overlay {
  z-index: 99999;
  position: fixed;
  width: 100%;
  pointer-events: none;
}
#overlay .wrapper {
  min-height: 800px;
}
#overlay .col {
  background: rgba(200, 80, 110, 0.1);
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 480px) {
  #overlay .col {
    padding-left: 1%;
    padding-right: 1%;
  }
  #overlay .col .row {
    margin-left: -1%;
    margin-right: -1%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  #overlay .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  #overlay .col .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  #overlay .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  #overlay .col .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  #overlay .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  #overlay .col .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  #overlay .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  #overlay .col .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 1366px) {
  #overlay .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  #overlay .col .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#overlay .col > p {
  background: rgba(255, 100, 140, 0.3);
  padding-top: 1020px;
  padding-bottom: 20px;
}
.current-port {
  font-weight: bold;
}
.current-port:after {
  content: "default";
}
@media only screen and (max-width: 480px) {
  .current-port:after {
    content: "xs";
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .current-port:after {
    content: "s";
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .current-port:after {
    content: "m";
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .current-port:after {
    content: "l";
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .current-port:after {
    content: "xl";
  }
}
@media only screen and (min-width: 1366px) {
  .current-port:after {
    content: "xxl";
  }
}
@media only screen and (max-width: 480px) {
  .wrapper {
    width: 98%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .wrapper {
    width: 96%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .wrapper {
    width: 96%;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .wrapper {
    width: 1040px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .wrapper {
    width: 1238px;
  }
}
@media only screen and (min-width: 1366px) {
  .wrapper {
    width: 1320px;
  }
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
.owl-wrapper-outer {
  overflow: hidden;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  height: calc(100% + 40px);
  top: 50px;
  width: 90px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:before,
.owl-carousel .owl-controls .owl-nav .owl-next:before {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  padding-top: 200%;
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 40px;
  color: rgba(255, 255, 255, 0);
  text-align: center;
  text-indent: 0px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover:before,
.owl-carousel .owl-controls .owl-nav .owl-next:hover:before {
  color: #ffffff;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: -90px;
  text-align: left;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:before {
  content: "\75";
}
.owl-carousel .owl-controls .owl-nav .owl-next {
  right: -90px;
  text-align: right;
}
.owl-carousel .owl-controls .owl-nav .owl-next:before {
  content: "\66";
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: inline-block;
  vertical-align: middle;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-item h2 {
  width: 70.0000000000%;
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .owl-item h2 {
    width: 60.0000000000%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .owl-item h2 {
    width: 100.0000000000%;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px), only screen and (min-width: 1366px) {
  .owl-item h2 {
    width: 66.6666666667%;
  }
}
/* Normilizes box-sizing  */
#pbOverlay *,
#pbOverlay *:before,
#pbOverlay *:after {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#pbOverlay.show {
  opacity: 1;
  pointer-events: auto;
}
#pbOverlay {
  opacity: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  text-align: center;
  pointer-events: none;
  -moz-user-select: none;
  background: rgba(0, 0, 0, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2000000', endColorstr='#e2000000');
  /* background:radial-gradient(rgba(0,0,0,.6) 0%, rgba(0,0,0,.9) 100%); */
  -webkit-transform: translate3d(0);
  transition: opacity 300ms ease;
}
#pbOverlay.msie {
  background-color: rgba(0, 0, 0, 0.6);
}
.msie.pbLoading .pbWrapper {
  background: url('../images/loading.gif') no-repeat center center;
}
@keyframes pbLoaderFrames {
  50% {
    height: 5px;
  }
}
@-webkit-keyframes pbLoaderFrames {
  50% {
    height: 5px;
  }
}
.pbLoader {
  display: none;
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  border-radius: 100%;
  box-shadow: 15px 32px 60px -20px #ffffff inset, 1px 1px 3px 1px #ffffff inset, 0 0 20px;
  transition: .3s;
}
.thumbs .pbLoader {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
.pbLoading:not(.msie):not(.error) .pbLoader {
  display: block;
}
.pbLoader b {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  width: 8px;
  height: 60px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-animation: .9s pbLoaderFrames infinite linear;
  animation: .9s pbLoaderFrames infinite linear;
}
.pbLoader b:nth-child(2) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
.pbLoader b:nth-child(3) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
.mobile.pbLoading .pbLoader {
  transform: none;
  transition: 0s;
}
.pbWrapper:after,
#pbCaption .pbThumbs ul:after,
#pbOverlay .prevNext:after,
#pbOverlay .pbLoader:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
}
/* Animation when image was not loaded */
@keyframes deadImage {
  50% {
    text-shadow: 0 0 25px rgba(255, 255, 255, 0.5);
    transform: scale(0.85);
  }
}
@-webkit-keyframes deadImage {
  50% {
    text-shadow: 0 0 25px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(0.85);
  }
}
.pbWrapper {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transform: rotate(0deg);
  vertical-align: middle;
  height: 100%;
  perspective: 1200px;
  position: relative;
}
.video > .pbWrapper {
  z-index: 11;
  display: inline-block;
}
/*#pbOverlay.error .pbWrapper{ display:inline-block; width:100%; }*/
.pbLoading .pbWrapper {
  display: inline-block;
  width: 100%;
}
/* ie8+9 hack */
.pbWrapper:before {
  content: '\2716';
  color: transparent;
  text-shadow: 0 2px 35px rgba(255, 255, 255, 0);
  font-size: 0;
  vertical-align: middle;
  cursor: default;
  transition: text-shadow 0.7s ease-out;
}
.error .pbWrapper:before {
  font-size: 22em;
  text-shadow: 0 0 0 #FFF;
  -webkit-animation: 2s 1s deadImage infinite linear;
  animation: 2s 1s deadImage infinite linear;
}
.thumbs .pbWrapper {
  padding: 0;
  margin: 0;
}
.error .pbWrapperr img {
  width: 0;
}
.pbWrapper > div {
  display: none;
  width: 624px;
  height: 351px;
  vertical-align: middle;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
}
.video > .pbWrapper > div {
  display: inline-block;
}
#pbOverlay iframe,
#pbOverlay embed,
#pbOverlay object {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: .5s;
}
.pbWrapper .pbHide iframe {
  opacity: 0;
}
.pbWrapper > div,
.pbWrapper > img {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-backface-visibility: hidden;
  box-shadow: 0 0 20px #000;
}
/* FOR MOBILE */
.mobile.show .pbWrapper > div,
.mobile.show .pbWrapper > img {
  transition: 30ms;
}
/* Content effects */
.pbWrapper > *,
.pbHide .pbWrapper > .prepare {
  opacity: 1;
  vertical-align: middle;
  transform: scale(0) rotateX(80deg);
  -webkit-transform: scale(0) rotateX(80deg);
  -ms-transform: scale(0) rotateX(80deg);
  border-radius: 6px;
  border: none;
  max-height: 95%;
  max-width: 100%;
}
.on .pbWrapper > * {
  transition-delay: 0s;
}
.pbWrapper .zoomable {
  -webkit-transition: 0s;
  transition: 0s;
  position: relative;
  z-index: 9;
}
.pbHide .pbWrapper > * {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transform: none\9;
  opacity: 0;
  transition: 0.4s ease-out;
}
/*-- close button --*/
#pbCloseBtn,
#pbAutoplayBtn {
  position: absolute;
  top: -50px;
  right: -50px;
  z-index: 999;
  display: block;
  padding: 0 0 20px 20px;
  text-align: center;
  cursor: pointer;
  color: #FFF;
  transition: 0.3s 0.3s ease-out;
}
.pbHide #pbCloseBtn {
  top: -50px;
  right: -50px;
}
.on #pbCloseBtn {
  top: -2px;
  right: -2px;
}
#pbCloseBtn:before {
  content: '\00D7';
  font: bold 1em/1 arial;
}
#pbCloseBtn:before,
#pbAutoplayBtn:before {
  display: inline-block;
  height: 35px;
  width: 35px;
  padding: 8px 8px 12px 12px;
  font-size: 2em;
  opacity: .8;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0 0 0 70px;
  transition: 0.1s ease-out;
}
#pbCloseBtn:hover:before {
  padding: 15px 10px 24px 24px;
  background: rgba(0, 77, 144, 0.4);
}
/*-- autoplay controller --*/
#pbAutoplayBtn {
  display: none;
  right: auto;
  left: -50px;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 13px;
}
.hasAutoplay #pbAutoplayBtn {
  display: block;
}
#pbAutoplayBtn:hover {
  width: 60px;
  height: 60px;
}
.on #pbAutoplayBtn {
  top: 0px;
  left: 0px;
  transition: 0.1s ease-out;
}
#pbAutoplayBtn:before {
  content: '\2016';
  width: 100%;
  height: 100%;
  border-radius: 0 0 70px 0;
  font-weight: bold;
  padding: 0;
  text-indent: -6px;
  line-height: 1.6;
}
#pbAutoplayBtn:active:before {
  text-shadow: 0 0 3px #FFF, 0 0 6px #FFF;
}
#pbAutoplayBtn.play:before {
  content: '\25BA';
}
#pbAutoplayBtn .pbProgress {
  display: none\9;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  padding: 6px;
  top: 0;
  left: 0;
  opacity: .2;
  transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: .3s;
  transition: .3s;
}
.mobile #pbAutoplayBtn .pbProgress {
  -webkit-transition: 0s;
  transition: 0s;
}
#pbAutoplayBtn.playing .pbProgress {
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
#pbAutoplayBtn .pbProgress:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #FFF inset;
}
#pbCaption,
.pbHide #pbCaption {
  position: absolute;
  z-index: 999;
  margin-bottom: 5px;
  bottom: -120px;
  width: 100%;
  overflow: hidden;
  transition: .4s;
}
.show.on #pbCaption {
  bottom: 0;
  transition-delay: .5s;
}
#pbOverlay.thumbs #pbCaption label {
  display: block;
}
#pbCaption label {
  display: none;
  position: relative;
  z-index: 1;
  top: -5px;
  float: right;
  width: 60px;
  margin-right: 10px;
  color: #FFF;
  opacity: .3;
  transition: .2s;
  cursor: pointer;
}
#pbCaption label:after {
  background: #FFF;
  box-shadow: 12px 0 #ffffff, -12px 0 #ffffff;
  content: "";
  display: inline-block;
  height: 0;
  padding: 10px 5px;
  text-align: right;
  vertical-align: top;
  width: 0;
}
#pbCaption label:hover {
  opacity: 1;
}
#pbCaption .title,
#pbCaption .counter {
  display: inline-block;
  color: #FFF;
  margin: 0 6px;
}
#pbCaption .counter {
  display: none;
  opacity: .55;
}
.hasCounter #pbCaption .counter {
  display: inline-block;
}
.pbCaptionText {
  transition: .3s;
  opacity: .9;
  font-weight: bold;
  font-size: .9em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  padding-left: 60px;
}
/* padding-left from <label> */
.pbCaptionText.change {
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0;
}
.mobile #pbCaption label {
  display: none;
  z-index: -1;
  color: red;
}
.mobile .pbCaptionText {
  padding: 0;
}
/* hide thumbnails */
#pbThumbsToggler:checked ~ #pbCaption .pbThumbs {
  margin: 0;
}
#pbThumbsToggler:checked ~ .pbWrapper {
  margin-top: -50px;
  padding: 50px 0;
}
.pbThumbs {
  display: none;
  transition: .35s;
  -webkit-overflow-scrolling: touch;
}
.thumbs .pbThumbs {
  display: block;
  width: 100%;
  padding: 5px 0 2px;
  margin-bottom: -100px;
  overflow: hidden;
}
.mobile .pbThumbs {
  overflow: auto;
}
.pbThumbs:hover {
  clear: both;
}
.pbThumbs ul {
  display: inline-block;
  position: relative;
  list-style: none;
  height: 80px;
  padding: 0 5px;
  margin: 0;
  white-space: pre;
  transition: .2s;
}
.pbThumbs ul:after {
  vertical-align: bottom;
}
.pbThumbs li {
  display: inline-block;
  vertical-align: bottom;
  height: 70%;
  opacity: .6;
  text-align: center;
  position: relative;
  transition: .15s;
}
.pbThumbs li.active {
  height: 100%;
  opacity: 1;
}
.pbThumbs li:hover {
  height: 100%;
  opacity: 1;
}
.pbThumbs li.video::before {
  content: '\25BA';
  color: #FFF;
  font-size: 20px;
  height: 20px;
  width: 20px;
  line-height: .9;
  position: absolute;
  bottom: 4px;
  left: 7px;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.4);
  border-radius: 0 3px 0 0;
  pointer-events: none;
}
.pbThumbs a {
  height: 100%;
  padding: 0 2px;
  display: block;
  -moz-user-select: none;
}
.pbThumbs img {
  height: 96%;
  min-height: 95.9%;
  border: 2px solid #FFF;
  max-width: none;
  border-radius: 0;
  transition: .15s;
}
.pbThumbs li:hover img {
  min-height: 96%;
}
/* fix a bug in Chrome and Opera */
.pbThumbs li.fast a img {
  transition: none;
}
.pbThumbs li.active a img {
  border-color: #004d90;
  min-height: 96%;
}
#pbOverlay .prevNext {
  display: none;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 35%;
  padding: 80px 0;
  opacity: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  top: 0;
  transition: 0.2s ease-out;
  text-shadow: 0 0 12px #000, 0 0 10px #FFF;
  user-select: none;
  filter: alpha(opacity=0);
  cursor: pointer;
}
#pbOverlay.hasArrows .prevNext {
  display: block;
}
#pbOverlay .prevNext.pbHide {
  display: none;
}
#pbOverlay.on .prevNext:hover {
  opacity: .5;
  filter: alpha(opacity=50);
}
#pbOverlay.on .prevNext:hover:active {
  transition: 80ms;
  opacity: 1;
  filter: alpha(opacity=100);
  text-shadow: 0 0 16px #FFF, 0 0 10px #000;
}
.prevNext b {
  display: inline-block;
  vertical-align: middle;
  transition: 0.2s ease-in;
}
.prevNext:hover b {
  transition: 0.2s cubic-bezier(0.095, 0.87, 0.485, 0.985);
}
#pbPrevBtn b {
  transform: scale(0.8) translateX(350px);
  -webkit-transform: scale(0.8) translateX(350px);
}
#pbNextBtn b {
  transform: scale(0.8) translateX(-350px);
  -webkit-transform: scale(0.8) translateX(-350px);
}
/* */
#pbPrevBtn b:before,
#pbNextBtn b:after {
  font-family: pvib;
  vertical-align: middle;
  display: inline;
  line-height: .3;
  font-size: 7em;
  font-weight: normal;
  color: #FFF;
}
#pbPrevBtn b:before {
  content: 'u';
}
#pbNextBtn b:after {
  content: 'f';
}
/* */
.on #pbPrevBtn:hover b {
  transform: scale(1) translateX(20px);
  -webkit-transform: scale(1) translateX(20px);
}
.on #pbNextBtn:hover b {
  transform: scale(1) translateX(-20px);
  -webkit-transform: scale(1) translateX(-20px);
}
.show #pbPrevBtn {
  left: 0;
  text-align: left;
}
.show #pbNextBtn {
  right: 0;
  text-align: right;
}
/*------- media queries (for small screens) -----------*/
@media all and (max-width: 700px) {
  .pbWrapper img,
  .pbHide .pbWrapper img.prepare {
    max-height: 100%;
  }
  .thumbs .pbWrapper {
    padding: 0;
    margin: 0;
  }
  .pbThumbs {
    margin-bottom: -60px;
  }
  .pbThumbs.show {
    margin: 0;
  }
  .pbThumbs ul {
    height: 50px;
  }
  .pbThumbs li {
    height: 100%;
    opacity: 1;
  }
  .pbThumbs li img {
    min-height: 96.5%;
  }
}
/* fix for Chrome */
@media all and (max-width: 710px) {
  .pbThumbs li.active a img {
    min-height: 96%;
  }
}
/* Alle kleuren die gebruikt worden */
/* Typografie */
.stack1-300 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.stack1-400 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.stack1-600 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.stack1-800 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-style: normal;
}
.stack2-300 {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-style: normal;
}
.stack2-400 {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-style: normal;
}
.stack2-700 {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-style: normal;
}
/* Basis elementen met styles van fonts erop */
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.6em;
  margin: 0 0 .5em 0;
  color: #373738;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  body {
    font-size: 13px;
    line-height: 1.5em;
  }
}
h1,
.h1 {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 1.25em;
  margin: 0 0 0.4em 0;
  color: #1b2e54;
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  h1,
  .h1 {
    font-size: 30px;
    line-height: 1.25em;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  h1,
  .h1 {
    font-size: 24px;
    line-height: 1.25em;
  }
}
h2,
.h2 {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  line-height: 1.45em;
  margin: 0 0 0.5em 0;
  color: #1b2e54;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  h2,
  .h2 {
    font-size: 21px;
    line-height: 1.35em;
  }
}
h3,
.h3 {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 23px;
  line-height: 1.45em;
  margin: 0 0 0.5em 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  h3,
  .h3 {
    font-size: 19px;
    line-height: 1.35em;
  }
}
h4,
.h4 {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  line-height: 1.35em;
  margin: 0 0 0.5em 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  h4,
  .h4 {
    font-size: 17px;
    line-height: 1.25em;
  }
}
h5,
.h5 {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  line-height: 1.35em;
  margin: 0 0 0.5em 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  h5,
  .h5 {
    font-size: 15px;
    line-height: 1.25em;
  }
}
.h5-400 {
  font-weight: 300;
  font-size: 17px;
  line-height: 1.35em;
  margin: 0 0 0.5em 0;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .h5-400 {
    font-size: 15px;
    line-height: 1.25em;
  }
}
h6,
.h6 {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  line-height: 1.35em;
  margin: 0 0 0.5em 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  h6,
  .h6 {
    font-size: 13px;
    line-height: 1.25em;
  }
}
.h6-400 {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.35em;
  margin: 0 0 0.5em 0;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .h6-400 {
    font-size: 13px;
    line-height: 1.25em;
  }
}
.t-body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.6em;
  margin: 0 0 .5em 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .t-body {
    font-size: 13px;
    line-height: 1.5em;
  }
}
.t-label {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5em;
  margin: .5em 0 .5em 0;
  color: #495876;
}
.t-label-l {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.6em;
  margin: 8px 0 0 0;
  color: #373738;
}
.t-small {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .t-small {
    font-size: 11px;
    line-height: 1.4em;
  }
}
.t-xsmall {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .t-xsmall {
    font-size: 11px;
    line-height: 1.4em;
  }
}
.t-xxsmall {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .t-xxsmall {
    font-size: 9px;
    line-height: 1.4em;
  }
}
.t-large {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 1.55em;
  margin: 0 0 .5em 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .t-large {
    font-size: 15px;
    line-height: 1.45em;
  }
}
.t-xlarge {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 19px;
  line-height: 1.55em;
  margin: 0 0 .5em 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .t-xlarge {
    font-size: 17px;
    line-height: 1.45em;
  }
}
.t-submenu {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.3em;
  margin: 0 0 0em 0;
  color: #ffffff;
}
.t-kalender {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5em;
  margin: 0 0 .0em 0;
  letter-spacing: 0.02em;
}
.t-kalender-s {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 11px;
  line-height: 1.5em;
  margin: 0 0 .0em 0;
  letter-spacing: 0.02em;
}
.t-dag {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 29px;
  line-height: 1.0em;
  margin: 0 0 .0em 0;
  letter-spacing: 0.02em;
}
.datum {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  color: #7794b8;
  white-space: nowrap;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .datum {
    font-size: 11px;
    line-height: 1.4em;
  }
}
.intro {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 19px;
  line-height: 1.55em;
  margin: 0 0 .5em 0;
  color: #1b2e54;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .intro {
    font-size: 17px;
    line-height: 1.45em;
  }
}
.highlight {
  background: #fbf2cd;
  padding-left: 5px;
  padding-right: 5px;
}
a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
table {
  display: table;
  max-width: 100%;
  border-collapse: collapse;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  table {
    overflow-x: scroll;
  }
}
td,
th {
  vertical-align: top;
  text-align: left;
  border: 1px solid #ccc;
  padding: 5px 10px;
}
@media only screen and (max-width: 480px) {
  td,
  th {
    max-width: 230px;
    overflow-x: scroll;
  }
}
p {
  margin: 0 0 .8em 0;
}
strong {
  font-weight: 600;
}
b,
.t-bold {
  font-weight: 600;
}
hr {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #7794b8;
}
@media only screen and (max-width: 480px) {
  hr {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  hr {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  hr {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  hr {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  hr {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  hr {
    margin-bottom: 25px;
  }
}
mark {
  background-color: #ffefc6;
  padding-left: 3px;
  padding-right: 3px;
}
.capit {
  text-transform: capitalize;
}
.r-float {
  float: right !important;
}
.l-float {
  float: left !important;
}
.t-right {
  text-align: right;
}
.t-center {
  text-align: center;
}
.t-left {
  text-align: left;
}
blockquote p {
  margin: 0;
}
form,
.form {
  float: left;
  display: block;
  position: relative;
  width: 100%;
}
form fieldset,
.form fieldset,
form .fieldset,
.form .fieldset {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 5px;
  border: 0;
  padding: 0;
  clear: both;
}
form label,
.form label,
form .label,
.form .label {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5em;
  margin: .5em 0 .5em 0;
  color: #495876;
  vertical-align: middle;
  display: inline-block;
}
form .nolabel,
.form .nolabel {
  display: none;
}
form input,
.form input,
form select,
.form select,
form .selection .select2-selection,
.form .selection .select2-selection {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid rgba(119, 148, 184, 0.3);
  padding: 2px 10px;
  background: #ffffff;
  height: 36px;
  margin: 0 2px 8px 0;
}
form .inputfile,
.form .inputfile {
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  cursor: pointer;
  border: none;
  padding: 0;
  margin: 0;
}
form .selection .select2-selection,
.form .selection .select2-selection {
  margin: 0 2px 0 0;
}
form .select2-container,
.form .select2-container {
  margin-bottom: 8px;
}
form .select2-search__field,
.form .select2-search__field {
  height: 24px;
}
form .select2-selection__choice,
.form .select2-selection__choice {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  form .select2-selection__choice,
  .form .select2-selection__choice {
    font-size: 11px;
    line-height: 1.4em;
  }
}
form .select2-container .select2-selection--single .select2-selection__rendered,
.form .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
form .select2-selection.select2-selection--multiple,
.form .select2-selection.select2-selection--multiple,
form .selection .select2-selection.select2-selection--multiple,
.form .selection .select2-selection.select2-selection--multiple {
  height: auto;
  line-height: 1.0em;
  padding: 0.5em 0.1em -0.5em !important;
  margin: 0;
}
form .select2-selection.select2-selection--multiple input,
.form .select2-selection.select2-selection--multiple input,
form .selection .select2-selection.select2-selection--multiple input,
.form .selection .select2-selection.select2-selection--multiple input {
  margin: -5px 0 5px 0;
  line-height: 0.5em;
  padding: 0em 0.25em 0em ;
}
form .select2-selection.select2-selection--multiple li,
.form .select2-selection.select2-selection--multiple li,
form .selection .select2-selection.select2-selection--multiple li,
.form .selection .select2-selection.select2-selection--multiple li {
  margin: 0 2px 2px 0;
  line-height: 1em;
  padding: 5px 2px;
}
form .select2-selection.select2-selection--multiple .select2-search--inline,
.form .select2-selection.select2-selection--multiple .select2-search--inline,
form .selection .select2-selection.select2-selection--multiple .select2-search--inline,
.form .selection .select2-selection.select2-selection--multiple .select2-search--inline {
  padding: 0;
  margin: 5px 0 0 0;
}
form input[type=text],
.form input[type=text],
form input[type=tel],
.form input[type=tel],
form input[type=email],
.form input[type=email],
form input[type=password],
.form input[type=password],
form select,
.form select,
form textarea,
.form textarea {
  border: 1px solid rgba(119, 148, 184, 0.3);
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
form textarea,
.form textarea {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 7px;
  padding: 2px 6px;
  resize: vertical;
}
form input:focus,
.form input:focus,
form select:focus,
.form select:focus,
form textarea:focus,
.form textarea:focus {
  border: 1px solid #7794b8;
}
form input[type=file],
.form input[type=file] {
  height: auto;
}
form input[type=placeholder],
.form input[type=placeholder],
form ::-moz-placeholder,
.form ::-moz-placeholder,
form -ms-input-placeholder,
.form -ms-input-placeholder,
form input:-moz-placeholder,
.form input:-moz-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 2.4em;
  margin: 0;
  color: #373738;
}
form .input-l,
.form .input-l {
  height: calc(44px);
  padding: 8px 10px;
}
form .input-linput[type=placeholder],
.form .input-linput[type=placeholder],
form .input-l::-moz-placeholder,
.form .input-l::-moz-placeholder,
form .input-l-ms-input-placeholder,
.form .input-l-ms-input-placeholder,
form .input-linput:-moz-placeholder,
.form .input-linput:-moz-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.6em;
  margin: 0 0 .5em 0;
  padding-top: 8px;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  form .input-linput[type=placeholder],
  .form .input-linput[type=placeholder],
  form .input-l::-moz-placeholder,
  .form .input-l::-moz-placeholder,
  form .input-l-ms-input-placeholder,
  .form .input-l-ms-input-placeholder,
  form .input-linput:-moz-placeholder,
  .form .input-linput:-moz-placeholder {
    font-size: 13px;
    line-height: 1.5em;
  }
}
form .checkboxes,
.form .checkboxes,
form .radiobuttons,
.form .radiobuttons {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 7px;
}
form .checkboxes label,
.form .checkboxes label,
form .radiobuttons label,
.form .radiobuttons label {
  display: inline-block;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.6em;
  margin: 8px 0 0 0;
  color: #373738;
  min-height: 24px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
form .checkboxes label input,
.form .checkboxes label input,
form .radiobuttons label input,
.form .radiobuttons label input {
  position: absolute;
  left: 0;
  background: transparent;
  vertical-align: middle;
  width: auto;
  margin: 0 5px 2px 0;
  height: 24px;
  line-height: 24px;
}
form div.error input,
.form div.error input,
form div.error select,
.form div.error select,
form div.error textarea,
.form div.error textarea,
form div.error .selection .select2-selection,
.form div.error .selection .select2-selection {
  border: 1px solid #d15433 !important;
  -webkit-box-shadow: 0px 1px 3px -2px #000000;
  -moz-box-shadow: 0px 1px 3px -2px #000000;
  box-shadow: 0px 1px 3px -2px #000000;
}
form span.error,
.form span.error {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  top: -3px;
  color: #d15433;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  form span.error,
  .form span.error {
    font-size: 11px;
    line-height: 1.4em;
  }
}
.message {
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 3px;
  background: rgba(249, 236, 182, 0.95);
  color: #bb980f;
  border: 1px solid #eec628;
}
.message.error {
  background: rgba(237, 189, 176, 0.95);
  color: #ab4226;
  border: 1px solid #d15433;
}
.message.success {
  background: rgba(203, 233, 176, 0.95);
  color: #4a7921;
  border: 1px solid #63a12c;
}
.message:last-child {
  margin-bottom: 20px;
}
.flash.messages {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.flash.messages .message {
  margin-left: 20px;
  margin-right: 20px;
  width: calc(100% - 40px);
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .flash.messages .message {
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }
}
.flash.messages .close {
  cursor: pointer;
  font-size: 30px;
  line-height: 0.7em;
  float: right;
  color: inherit;
}
/* icons */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  vertical-align: middle;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  font-size: 1em;
  font-family: pvib;
}
i.slot:before {
  content: "A";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 11px;
  line-height: 0.4em;
  font-style: normal;
  margin: 0 6px 0 0;
  font-size: 16px;
  line-height: 1em;
  vertical-align: baseline;
}
i.iagenda:before {
  content: "D";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  line-height: 1.2em;
  font-style: normal;
  margin: 0 8px 0 0;
  font-size: 18px;
  line-height: 0.6em;
  vertical-align: sub;
}
.block {
  float: left;
  display: block;
  position: relative;
  width: 100%;
}
.basis-block {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
.white-bg {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  padding: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .white-bg {
    padding: 10px 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .white-bg {
    padding: 15px 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .white-bg {
    padding: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .white-bg {
    padding: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .white-bg {
    padding: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .white-bg {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .white-bg {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .white-bg {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .white-bg {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .white-bg {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .white-bg {
    margin-bottom: 25px;
  }
}
.yellow-bg {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  padding: 15px;
  margin-bottom: 20px;
  background: #fdf0d4;
}
@media only screen and (max-width: 480px) {
  .yellow-bg {
    padding: 10px 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .yellow-bg {
    padding: 15px 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .yellow-bg {
    padding: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .yellow-bg {
    padding: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .yellow-bg {
    padding: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .yellow-bg {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .yellow-bg {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .yellow-bg {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .yellow-bg {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .yellow-bg {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .yellow-bg {
    margin-bottom: 25px;
  }
}
.link {
  display: inline-block;
  color: #495876;
}
.link.c-white {
  color: #ffffff;
}
.link.c-white:hover {
  color: #16a5d4;
}
.link:hover {
  color: #004d90;
  text-decoration: underline;
}
.uitklap {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  bottom: -5px;
  margin: 0;
  color: #364156;
  padding: 5px 10px;
  background: #eef0f4;
  text-align: center;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .uitklap {
    font-size: 11px;
    line-height: 1.4em;
  }
}
.uitklap::after {
  content: "f";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 8px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  position: absolute;
  padding: 0px 5px 5px 2px;
}
.uitklap::after:hover {
  text-decoration: none;
}
.uitklap.uitgeklapt::after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1);
  padding: 5px 2px 0px 5px;
}
.uitklap:hover {
  background: #e3f3fd;
}
.uitklap.yellow {
  color: #df9c0c;
  background: #fdf0d4;
}
.uitklap.yellow:hover {
  background: #fadfa3;
}
.expand li:nth-of-type(n+3) {
  display: none;
}
.expand.expanded li {
  display: block;
}
.leesmeer {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: inset 0 0px 0px 25px rgba(255, 255, 255, 0);
  -moz-box-shadow: inset 0 0px 0px 25px rgba(255, 255, 255, 0);
  box-shadow: inset 0 0px 0px 25px rgba(255, 255, 255, 0);
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #165dae;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .leesmeer {
    font-size: 11px;
    line-height: 1.4em;
  }
}
.leesmeer.horiz-padding {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 480px) {
  .leesmeer.horiz-padding {
    padding-right: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .leesmeer.horiz-padding {
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .leesmeer.horiz-padding {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .leesmeer.horiz-padding {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .leesmeer.horiz-padding {
    padding-right: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .leesmeer.horiz-padding {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .leesmeer.horiz-padding {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .leesmeer.horiz-padding {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .leesmeer.horiz-padding {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .leesmeer.horiz-padding {
    padding-left: 35px;
  }
}
.leesmeer::before {
  content: "f";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 8px;
  float: right;
}
.leesmeer.terug::before {
  content: "u";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 8px;
  float: left;
  margin: 2px 5px 0 0;
}
.leesmeer:hover {
  -webkit-box-shadow: inset 0 0px 0px -25px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: inset 0 0px 0px -25px rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 0px 0px -25px rgba(255, 255, 255, 0.8);
  background: rgba(22, 165, 212, 0.05);
  text-decoration: underline;
  color: #1b2e54;
}
.leesverder {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  display: inline-block;
  margin-bottom: 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .leesverder {
    font-size: 11px;
    line-height: 1.4em;
  }
}
.leesverder::before {
  content: "f";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 8px;
  margin-top: 1px;
  float: right;
  padding-left: 5px;
  color: #929497;
}
.leesverder.terug::before {
  content: "u";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 8px;
  padding-left: 0;
  float: left;
  margin: 1px 5px 0 0;
}
.leesverder:hover,
.leesverder:hover::before {
  color: #004d90;
}
.paging {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 10px;
}
.paging .next,
.paging .prev {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 10px 0;
  color: #165dae;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .paging .next,
  .paging .prev {
    font-size: 11px;
    line-height: 1.4em;
  }
}
.paging span.next,
.paging span.prev {
  color: #929497;
}
.paging .next {
  text-align: right;
}
.paging a.next::after {
  content: "f";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 8px;
  margin: 2px 0 0 5px ;
}
.paging a.prev::before {
  content: "u";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 8px;
  float: left;
  margin: 2px 5px 0 0;
}
.paging a:hover {
  -webkit-box-shadow: inset 0 0px 0px -25px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: inset 0 0px 0px -25px rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 0px 0px -25px rgba(255, 255, 255, 0.8);
  background: rgba(22, 165, 212, 0.05);
}
.button {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.6em;
  margin: 0 0 .5em 0;
  cursor: pointer;
  color: #ffffff;
  padding: 5px 15px;
  background: #165dae;
  border: 1px solid #165dae;
  margin-top: 0px;
  margin-right: 5px;
  display: inline-block;
  width: auto;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .button {
    font-size: 13px;
    line-height: 1.5em;
  }
}
.button:hover {
  color: #ffffff;
  -webkit-box-shadow: inset 0 25px 50px -25px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 25px 50px -25px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 25px 50px -25px rgba(0, 0, 0, 0.15);
  background: #135197;
}
.button.b-small {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  padding: 1px 8px;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .button.b-small {
    font-size: 11px;
    line-height: 1.4em;
  }
}
.button.b-xsmall {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  padding: 1px 8px;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .button.b-xsmall {
    font-size: 11px;
    line-height: 1.4em;
  }
}
.button.x-breed {
  float: left;
  display: block;
  position: relative;
  width: 100%;
}
.button.x-center {
  text-align: center;
}
.button.b-large {
  padding: 8px 20px;
}
.button.r-float {
  margin-right: 0px;
  margin-left: 5px;
}
.button.blue {
  background: #004d90;
  border: 1px solid #004d90;
}
.button.blue:hover {
  background: #372847;
  border: 1px solid #2a1f37;
}
.button.cyan {
  background: #16a5d4;
  border: 1px solid #16a5d4;
}
.button.cyan:hover {
  background: #33bdea;
  border: 1px solid #4ac4ec;
}
.button.turq {
  background: #48acb1;
  border: 1px solid #48acb1;
}
.button.turq:hover {
  background: #419a9f;
  border: 1px solid #39898d;
}
.button[disabled],
.button.grey {
  background: #929497;
  border: 1px solid #929497;
}
.button[disabled]:hover,
.button.grey:hover {
  background: #929497;
  border: 1px solid #929497;
}
.button.b-border {
  background: rgba(0, 77, 144, 0);
  border: 1px solid #ffffff;
}
.button.b-border:hover {
  background: rgba(0, 77, 144, 0.2);
}
.button.b-border-red {
  color: #d64538;
  background: rgba(214, 69, 56, 0);
  border: 1px solid rgba(214, 69, 56, 0.5);
}
.button.b-border-red:hover {
  background: rgba(255, 245, 240, 0.2);
}
article {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding: 15px;
  background: #ffffff;
}
@media only screen and (max-width: 480px) {
  article {
    padding: 10px 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  article {
    padding: 15px 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  article {
    padding: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  article {
    padding: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  article {
    padding: 35px;
  }
}
article p.intro + h2 {
  margin-top: 1em;
}
article p + h3 {
  margin-top: 1em;
}
article a:not(.button):not(.tag) {
  color: #004d90;
}
article a:not(.button):not(.tag):hover {
  text-decoration: underline;
}
article p img {
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  float: right;
  margin: 10px 0 25px 25px;
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  article p img {
    width: 40%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  article p img {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  article p img {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}
article > img {
  height: auto !important;
}
img.article-img {
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  float: right;
  margin: 10px 0 25px 25px;
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  img.article-img {
    width: 50%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  img.article-img {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  img.article-img {
    width: 100%;
  }
}
img.article-img-small {
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  float: right;
  margin: 10px 0px 25px 25px;
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  img.article-img-small {
    width: 20%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  img.article-img-small {
    width: 20%;
    margin: 10px 0px 15px 15px;
  }
}
@media only screen and (max-width: 480px) {
  img.article-img-small {
    width: 30%;
    margin: 10px 0px 15px 15px;
  }
}
article ul,
ul.lijst {
  list-style: disc;
}
article ol,
ol.lijst {
  list-style: decimal;
}
article ul,
article ol,
ul.lijst,
ol.lijst,
.agenda article ul,
.agenda article ol {
  padding: 0 0 0 1em;
  margin: 0 0 1em 0;
}
article ul li,
article ol li,
ul.lijst li,
ol.lijst li,
.agenda article ul li,
.agenda article ol li {
  padding: 0 0 0.25em 0.25em;
}
.agenda article ul {
  list-style: disc;
}
.agenda article ul li {
  display: list-item;
}
.agenda article ol {
  list-style: decimal;
}
.agenda article ol li {
  display: list-item;
}
.comments {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 480px) {
  .comments {
    padding-right: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .comments {
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .comments {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .comments {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .comments {
    padding-right: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .comments {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .comments {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .comments {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .comments {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .comments {
    padding-left: 35px;
  }
}
.tab-nav {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #372847;
  text-align: center;
  height: 28px;
}
@media only screen and (max-width: 480px) {
  .tab-nav {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .tab-nav {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .tab-nav {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .tab-nav {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .tab-nav {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .tab-nav {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .tab-nav {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .tab-nav {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .tab-nav {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .tab-nav {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .tab-nav {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .tab-nav {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .tab-nav {
    height: 24px;
  }
}
.tab-nav li {
  float: none;
  display: inline-block;
  margin: 0 5px -5px 5px;
}
.tab-nav li a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  padding: 5px 18px;
  border: 1px solid rgba(146, 148, 151, 0.1);
  border-bottom: 0;
  background: rgba(255, 255, 255, 0.05);
}
.tab-nav li a.active,
.tab-nav li a:hover {
  color: #ffffff;
  border-color: #372847;
  background: #372847;
}
.lijst-resultaten.tab,
.maps-resultaten.tab,
.samenvatting.tab,
.bijlage.tab,
.kaart.tab {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  height: 0px;
  overflow: hidden;
}
.lijst-resultaten.tab.active,
.maps-resultaten.tab.active,
.samenvatting.tab.active,
.bijlage.tab.active,
.kaart.tab.active {
  height: auto;
  overflow: visible;
}
body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #eef1f5;
}
main {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  min-height: 30%;
}
.mainmenu-bg {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  padding-bottom: 15px;
  padding-top: 15px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  position: fixed;
  background: #ffffff;
  z-index: 2000;
}
@media only screen and (max-width: 480px) {
  .mainmenu-bg {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .mainmenu-bg {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .mainmenu-bg {
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .mainmenu-bg {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .mainmenu-bg {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .mainmenu-bg {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .mainmenu-bg {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .mainmenu-bg {
    padding-top: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .mainmenu-bg {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .mainmenu-bg {
    padding-top: 35px;
  }
}
.logo-mainmenu {
  float: left;
  display: block;
  position: relative;
  width: 100%;
}
.logo-mainmenu img.logo {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .logo-mainmenu img.logo {
    max-height: 36px;
    max-width: 140%;
    margin-top: 2px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .logo-mainmenu img.logo {
    max-height: 36px;
  }
}
.english-holder {
  position: relative;
}
.english-holder .english {
  position: absolute;
  right: 0;
  top: -4px;
  font-size: 12px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .english-holder .english {
    top: -14px;
  }
}
.hamburger {
  display: none;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .hamburger {
    display: block;
    content: "a";
    font-family: pvib;
    font-size: 32px;
    vertical-align: middle;
    font-size: 24px;
    line-height: 24px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
    float: right;
    height: 38px;
    width: 40px;
    padding: 6px;
    color: #ffffff;
    background: #165dae;
    border: 1px solid #165dae;
  }
  .hamburger:hover {
    -webkit-box-shadow: inset 0 25px 50px -25px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 25px 50px -25px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 25px 50px -25px rgba(0, 0, 0, 0.15);
    background: #135197;
  }
}
.mainmenu {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  display: flex;
  flex-direction: row-reverse;
  margin-top: 20px;
}
.mainmenu ul li {
  padding-left: 20px;
  padding-bottom: 10px;
  float: left;
}
.mainmenu ul li a,
.mainmenu ul li .pop {
  color: #6d6e70;
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .mainmenu {
    margin: 8px 0 -8px 0;
  }
  .mainmenu ul li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 1.5em;
    margin: 0 0 .5em 0;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) and only screen and (min-width: 481px) and (max-width: 639px), only screen and (min-width: 640px) and (max-width: 989px) and only screen and (max-width: 480px) {
  .mainmenu ul li {
    font-size: 11px;
    line-height: 1.4em;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .mainmenu {
    display: none;
  }
  .mainmenu.show-on-small {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    border-top: 2px solid #004d90;
    top: 36px;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
    z-index: 120;
  }
  .mainmenu.show-on-small ul.hoofdmenu li {
    float: left;
    display: block;
    position: relative;
    width: 100%;
    padding: 0 5px;
  }
  .mainmenu.show-on-small .hoofdmenu {
    float: left;
    display: block;
    position: relative;
    width: 100%;
    margin-top: 5px;
  }
  .mainmenu.show-on-small .hoofdmenu a {
    float: left;
    display: block;
    position: relative;
    width: 100%;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 5px 5px;
  }
  .mainmenu.show-on-small .hoofdmenu a:hover,
  .mainmenu.show-on-small .hoofdmenu a.active {
    color: #004d90;
    background: #f3f8ff;
    border-bottom: 1px solid #004d90;
  }
  .mainmenu.show-on-small .hoofdmenu .s-show,
  .mainmenu.show-on-small .hoofdmenu .xs-show {
    float: left;
    display: block;
    position: relative;
    width: 100%;
  }
  .mainmenu.show-on-small .hoofdmenu .gebruiker {
    float: left;
    display: block;
    position: relative;
    width: 100%;
    padding: 5px 0;
    background: #fdf0d4;
  }
  .mainmenu.show-on-small .hoofdmenu .gebruiker a {
    border-bottom: 1px solid #fdf0d4;
    border-top: 1px solid #fdf0d4;
  }
  .mainmenu.show-on-small .hoofdmenu .gebruiker a:hover,
  .mainmenu.show-on-small .hoofdmenu .gebruiker a.active {
    color: #af7a09;
    background: #f8ce73;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .li_profiel .show-on {
    display: none;
  }
}
.li_search .show-on,
.li_ingelogdals .show-on,
.li_inloggen .show-on {
  display: none;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .li_search .show-on,
  .li_ingelogdals .show-on,
  .li_inloggen .show-on {
    display: inline-block;
    margin-left: 3px;
  }
}
.li_search .show-on-xl,
.hover-gebruiker .show-on-xl,
.li_inloggen .show-on-xl {
  display: none;
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .li_search .show-on-xl,
  .hover-gebruiker .show-on-xl,
  .li_inloggen .show-on-xl {
    display: inline-block;
    margin-right: 3px;
  }
}
.mainmenu-scroll img.logo {
  max-width: 60%;
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .mainmenu-scroll img.logo {
    max-width: 140%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .mainmenu-scroll img.logo {
    max-height: 36px;
    max-width: 100%;
  }
}
.mainmenu-scroll {
  padding-top: 5px;
  padding-bottom: 5px;
}
.mainmenu-scroll .mainmenu {
  margin-top: 0px;
}
.mainmenu-scroll .english {
  top: -30px;
}
.hoofdmenu {
  order: 2;
}
.hoofdmenu a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  display: block;
  border-bottom: 2px solid #ffffff;
  padding: 10px 0 2px 0;
}
.hoofdmenu a:hover,
.hoofdmenu a.active {
  color: #004d90;
  border-bottom: 2px solid #004d90;
}
.icons-menu {
  order: 1;
}
.icons-menu .icon-pop2,
.icons-menu .icon-search-r {
  font-size: 18px;
  line-height: 10px;
}
.icons-menu a,
.icons-menu .pop {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding: 8px 1px 2px 1px;
  margin-top: 2px;
  border-bottom: 2px solid #ffffff;
}
.icons-menu a:hover,
.icons-menu .pop:hover {
  color: #004d90;
  border-bottom: 2px solid #004d90;
}
.dd-gebruiker {
  display: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  height: 0;
}
.mainmenu ul li.hover-gebruiker .pop {
  color: #004d90;
}
.mainmenu ul li.hover-gebruiker .pop:after {
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  content: "";
  z-index: -1;
  position: absolute;
  left: 0.1em;
  top: 0.5em;
  height: 17px;
  width: 17px;
  background: rgba(72, 172, 177, 0.3);
}
.mainmenu ul li.hover-gebruiker {
  border: 1px solid #7794b8;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-left: 6px;
  margin-right: 0px;
  padding: 0px 7px 0 7px;
}
.mainmenu ul li.hover-gebruiker:hover {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border: 1px solid #004d90;
  background: #004d90;
}
.mainmenu ul li.hover-gebruiker:hover .pop {
  color: #ffffff;
}
.mainmenu ul li.hover-gebruiker:hover .dd-gebruiker {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px 0 3px 3px;
  -moz-border-radius: 3px 0 3px 3px;
  border-radius: 3px 0 3px 3px;
  height: auto;
  background: #ffffff;
  position: absolute;
  right: 0;
  width: 270px;
  top: 36px;
  padding: 5px;
  border-top: 5px solid #004d90;
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .mainmenu ul li.hover-gebruiker:hover .dd-gebruiker {
    top: 30px;
  }
}
.mainmenu ul li.hover-gebruiker:hover .dd-gebruiker li {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0;
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 639px), only screen and (min-width: 1099px) and (max-width: 1279px), only screen and (min-width: 1280px) and (max-width: 1365px), only screen and (min-width: 1366px) {
  .mainmenu ul li.hover-gebruiker:hover .dd-gebruiker li {
    padding: 0px;
  }
}
.mainmenu ul li.hover-gebruiker:hover .dd-gebruiker li a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding: 5px;
  background: #ecf0f5;
  border: none;
}
.mainmenu ul li.hover-gebruiker:hover .dd-gebruiker li a .icon-pop2,
.mainmenu ul li.hover-gebruiker:hover .dd-gebruiker li a .icon-search-r,
.mainmenu ul li.hover-gebruiker:hover .dd-gebruiker li a .icon-lock {
  font-size: 16px;
  line-height: 6px;
  margin-right: 5px;
}
.mainmenu ul li.hover-gebruiker:hover .dd-gebruiker li a:hover {
  background: #a9bcd2;
}
.contactform {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  padding: 15px;
  margin-bottom: 20px;
  background: #16a5d4;
}
@media only screen and (max-width: 480px) {
  .contactform {
    padding: 10px 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .contactform {
    padding: 15px 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .contactform {
    padding: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .contactform {
    padding: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .contactform {
    padding: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .contactform {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .contactform {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .contactform {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .contactform {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .contactform {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .contactform {
    margin-bottom: 25px;
  }
}
.contactform label,
.contactform h2 {
  color: #ffffff;
}
.contactform input:not(.button),
.contactform textarea,
.contactform select {
  border: 1px solid #ffffff;
}
.contactform fieldset {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin-top: 15px;
}
.contactform span.error {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  display: inline;
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
  background: #f7e0d9;
  top: -10px;
  border: 1px solid #d15433;
  border-top: 0;
  border-right: 0;
}
.xl-margin-bottom {
  margin-bottom: 200px;
}
.inlogform,
.activeren {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  margin-bottom: 20px;
  padding: 15px;
  background: #372847;
}
@media only screen and (max-width: 480px) {
  .inlogform,
  .activeren {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .inlogform,
  .activeren {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .inlogform,
  .activeren {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .inlogform,
  .activeren {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .inlogform,
  .activeren {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .inlogform,
  .activeren {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .inlogform,
  .activeren {
    padding: 10px 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .inlogform,
  .activeren {
    padding: 15px 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .inlogform,
  .activeren {
    padding: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .inlogform,
  .activeren {
    padding: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .inlogform,
  .activeren {
    padding: 35px;
  }
}
.inlogform label,
.activeren label,
.inlogform h2,
.activeren h2,
.inlogform p,
.activeren p {
  color: #ffffff;
}
.inlogform input[type="text"],
.activeren input[type="text"],
.inlogform input[type="password"],
.activeren input[type="password"] {
  border: 1px solid #ffffff;
}
.nog-geen-lid {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .nog-geen-lid {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .nog-geen-lid {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .nog-geen-lid {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .nog-geen-lid {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .nog-geen-lid {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .nog-geen-lid {
    margin-bottom: 25px;
  }
}
.form-lidworden fieldset,
.form-controle fieldset,
.accoorderen fieldset,
.form-lidworden .fieldset,
.form-controle .fieldset,
.accoorderen .fieldset {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  padding: 15px;
  margin-bottom: 20px;
  background: #e9eef3;
  border: 1px solid rgba(119, 148, 184, 0.1);
}
@media only screen and (max-width: 480px) {
  .form-lidworden fieldset,
  .form-controle fieldset,
  .accoorderen fieldset,
  .form-lidworden .fieldset,
  .form-controle .fieldset,
  .accoorderen .fieldset {
    padding: 10px 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .form-lidworden fieldset,
  .form-controle fieldset,
  .accoorderen fieldset,
  .form-lidworden .fieldset,
  .form-controle .fieldset,
  .accoorderen .fieldset {
    padding: 15px 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .form-lidworden fieldset,
  .form-controle fieldset,
  .accoorderen fieldset,
  .form-lidworden .fieldset,
  .form-controle .fieldset,
  .accoorderen .fieldset {
    padding: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .form-lidworden fieldset,
  .form-controle fieldset,
  .accoorderen fieldset,
  .form-lidworden .fieldset,
  .form-controle .fieldset,
  .accoorderen .fieldset {
    padding: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .form-lidworden fieldset,
  .form-controle fieldset,
  .accoorderen fieldset,
  .form-lidworden .fieldset,
  .form-controle .fieldset,
  .accoorderen .fieldset {
    padding: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .form-lidworden fieldset,
  .form-controle fieldset,
  .accoorderen fieldset,
  .form-lidworden .fieldset,
  .form-controle .fieldset,
  .accoorderen .fieldset {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .form-lidworden fieldset,
  .form-controle fieldset,
  .accoorderen fieldset,
  .form-lidworden .fieldset,
  .form-controle .fieldset,
  .accoorderen .fieldset {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .form-lidworden fieldset,
  .form-controle fieldset,
  .accoorderen fieldset,
  .form-lidworden .fieldset,
  .form-controle .fieldset,
  .accoorderen .fieldset {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .form-lidworden fieldset,
  .form-controle fieldset,
  .accoorderen fieldset,
  .form-lidworden .fieldset,
  .form-controle .fieldset,
  .accoorderen .fieldset {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .form-lidworden fieldset,
  .form-controle fieldset,
  .accoorderen fieldset,
  .form-lidworden .fieldset,
  .form-controle .fieldset,
  .accoorderen .fieldset {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .form-lidworden fieldset,
  .form-controle fieldset,
  .accoorderen fieldset,
  .form-lidworden .fieldset,
  .form-controle .fieldset,
  .accoorderen .fieldset {
    margin-bottom: 25px;
  }
}
.form-lidworden .aanvullend,
.form-controle .aanvullend,
.accoorderen .aanvullend {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  padding: 15px;
  background: #f3f6f9;
}
@media only screen and (max-width: 480px) {
  .form-lidworden .aanvullend,
  .form-controle .aanvullend,
  .accoorderen .aanvullend {
    padding: 10px 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .form-lidworden .aanvullend,
  .form-controle .aanvullend,
  .accoorderen .aanvullend {
    padding: 15px 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .form-lidworden .aanvullend,
  .form-controle .aanvullend,
  .accoorderen .aanvullend {
    padding: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .form-lidworden .aanvullend,
  .form-controle .aanvullend,
  .accoorderen .aanvullend {
    padding: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .form-lidworden .aanvullend,
  .form-controle .aanvullend,
  .accoorderen .aanvullend {
    padding: 35px;
  }
}
.form-lidworden .basis-lidmaatschap,
.form-controle .basis-lidmaatschap,
.accoorderen .basis-lidmaatschap {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .form-lidworden .basis-lidmaatschap,
  .form-controle .basis-lidmaatschap,
  .accoorderen .basis-lidmaatschap {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .form-lidworden .basis-lidmaatschap,
  .form-controle .basis-lidmaatschap,
  .accoorderen .basis-lidmaatschap {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .form-lidworden .basis-lidmaatschap,
  .form-controle .basis-lidmaatschap,
  .accoorderen .basis-lidmaatschap {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .form-lidworden .basis-lidmaatschap,
  .form-controle .basis-lidmaatschap,
  .accoorderen .basis-lidmaatschap {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .form-lidworden .basis-lidmaatschap,
  .form-controle .basis-lidmaatschap,
  .accoorderen .basis-lidmaatschap {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .form-lidworden .basis-lidmaatschap,
  .form-controle .basis-lidmaatschap,
  .accoorderen .basis-lidmaatschap {
    margin-bottom: 25px;
  }
}
.form-lidworden .value em,
.form-controle .value em,
.accoorderen .value em {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  color: #6d6e70;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .form-lidworden .value em,
  .form-controle .value em,
  .accoorderen .value em {
    font-size: 11px;
    line-height: 1.4em;
  }
}
.form-controle .formrow {
  margin-top: 7px;
  margin-bottom: 7px;
}
.zoekbalk-bg {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 0 8px;
}
.zoekbalk-bg .zoekbalk h2 {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 23px;
  line-height: 1.45em;
  margin: 0 0 0.5em 0;
  margin-bottom: 0;
  color: #ffffff;
  line-height: 2em;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .zoekbalk-bg .zoekbalk h2 {
    font-size: 19px;
    line-height: 1.35em;
  }
}
.zoekbalk-bg.kennisbank-zoeken {
  background: #372847;
}
.zoekbalk-bg.kennisbank-zoeken .zoekbalk h2 {
  line-height: 1em;
}
.zoekbalk-bg.kennisbank-zoeken .zoekbalk h2 span {
  color: #929497;
  margin-bottom: 4px;
}
.zoekbalk-bg form.zoeken {
  margin-top: 5px;
}
.zoekbalk-bg form.zoeken input {
  height: 40px;
  line-height: 2em;
  border: 1px solid #ffffff;
}
.zoekbalk-bg form.zoeken .zoekknop {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  border: 0;
  right: 0;
  top: 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  color: #004d90;
  background: #ffffff;
}
.zoekbalk-bg form.zoeken .zoekknop .icon-search-r {
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  font-size: 24px;
  line-height: 24px;
}
.zoekbalk-bg form.zoeken .zoekknop:hover .icon-search-r {
  font-size: 30px;
}
.search-tabs {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  z-index: 900;
}
.search-tabs .tab {
  padding-right: 2px;
  padding-left: 2px;
}
.search-tabs .tab a,
.search-tabs .tab strong {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 0px;
  color: #1b2e54;
  background: rgba(255, 255, 255, 0.3);
  padding-top: 8px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 480px) {
  .search-tabs .tab a,
  .search-tabs .tab strong {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .search-tabs .tab a,
  .search-tabs .tab strong {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .search-tabs .tab a,
  .search-tabs .tab strong {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .search-tabs .tab a,
  .search-tabs .tab strong {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .search-tabs .tab a,
  .search-tabs .tab strong {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .search-tabs .tab a,
  .search-tabs .tab strong {
    padding-right: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .search-tabs .tab a,
  .search-tabs .tab strong {
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .search-tabs .tab a,
  .search-tabs .tab strong {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .search-tabs .tab a,
  .search-tabs .tab strong {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .search-tabs .tab a,
  .search-tabs .tab strong {
    padding-right: 35px;
  }
}
.search-tabs .tab span {
  display: block;
  margin-bottom: 0;
}
.search-tabs .tab a:hover {
  background: #fefaf1;
}
.search-tabs .tab.active a,
.search-tabs .tab.active strong {
  background: #ffffff;
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 639px) {
  .search-tabs .tab.active {
    display: none;
  }
  .search-tabs .tab a,
  .search-tabs .tab strong {
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  .search-tabs .tab span {
    display: inline-block;
  }
}
.extra-margin-top {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin-top: 90px;
}
@media only screen and (min-width: 640px) and (max-width: 989px), only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .extra-margin-top {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) and only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 639px) and only screen and (max-width: 480px), only screen and (max-width: 480px) and only screen and (max-width: 480px) {
  .extra-margin-top {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) and only screen and (min-width: 481px) and (max-width: 639px), only screen and (min-width: 481px) and (max-width: 639px) and only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) and only screen and (min-width: 481px) and (max-width: 639px) {
  .extra-margin-top {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) and only screen and (min-width: 640px) and (max-width: 989px), only screen and (min-width: 481px) and (max-width: 639px) and only screen and (min-width: 640px) and (max-width: 989px), only screen and (max-width: 480px) and only screen and (min-width: 640px) and (max-width: 989px) {
  .extra-margin-top {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) and only screen and (min-width: 1099px) and (max-width: 1279px), only screen and (min-width: 481px) and (max-width: 639px) and only screen and (min-width: 1099px) and (max-width: 1279px), only screen and (max-width: 480px) and only screen and (min-width: 1099px) and (max-width: 1279px) {
  .extra-margin-top {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) and only screen and (min-width: 1280px) and (max-width: 1365px), only screen and (min-width: 481px) and (max-width: 639px) and only screen and (min-width: 1280px) and (max-width: 1365px), only screen and (max-width: 480px) and only screen and (min-width: 1280px) and (max-width: 1365px) {
  .extra-margin-top {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) and only screen and (min-width: 1366px), only screen and (min-width: 481px) and (max-width: 639px) and only screen and (min-width: 1366px), only screen and (max-width: 480px) and only screen and (min-width: 1366px) {
  .extra-margin-top {
    margin-top: 25px;
  }
}
.resultaten {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  margin-bottom: 20px;
  min-height: 210px;
}
@media only screen and (max-width: 480px) {
  .resultaten {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .resultaten {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .resultaten {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .resultaten {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .resultaten {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .resultaten {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .resultaten {
    min-height: auto;
  }
}
header {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  background: #4ab0f2;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4ab0f2 0%, #48acb1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left, color-stop(0%, #4ab0f2), color-stop(100%, #48acb1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #4ab0f2 0%, #48acb1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #4ab0f2 0%, #48acb1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #4ab0f2 0%, #48acb1 100%);
  /* IE10+ */
  background: linear-gradient(to right, #4ab0f2 0%, #48acb1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@start', endColorstr='@stop', GradientType=1);
  margin-bottom: 20px;
  margin-top: 97px;
}
@media only screen and (max-width: 480px) {
  header {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  header {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  header {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  header {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  header {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  header {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 480px) {
  header {
    margin-top: 62px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  header {
    margin-top: 62px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  header {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  header {
    margin-top: 133px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  header {
    margin-top: 144px;
  }
}
@media only screen and (min-width: 1366px) {
  header {
    margin-top: 160px;
  }
}
header.headerlarge-bg,
.headerlarge-bg .kruimelpad,
.headerlarge-bg .slot-bg {
  height: 300px;
  margin-bottom: -245px;
}
@media only screen and (min-width: 1099px) and (max-width: 1279px), only screen and (min-width: 1280px) and (max-width: 1365px) {
  header.headerlarge-bg,
  .headerlarge-bg .kruimelpad,
  .headerlarge-bg .slot-bg {
    margin-bottom: -230px;
  }
}
@media only screen and (min-width: 1366px) {
  header.headerlarge-bg,
  .headerlarge-bg .kruimelpad,
  .headerlarge-bg .slot-bg {
    margin-bottom: -240px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  header.headerlarge-bg,
  .headerlarge-bg .kruimelpad,
  .headerlarge-bg .slot-bg {
    margin-bottom: -247px;
  }
}
@media only screen and (max-width: 480px) {
  header.headerlarge-bg,
  .headerlarge-bg .kruimelpad,
  .headerlarge-bg .slot-bg {
    margin-bottom: -250px;
  }
}
header.kenniscentrum-bg,
header.zoeken-bg {
  height: 300px;
  margin-bottom: -180px;
}
@media only screen and (min-width: 1099px) and (max-width: 1279px), only screen and (min-width: 1280px) and (max-width: 1365px) {
  header.kenniscentrum-bg,
  header.zoeken-bg {
    margin-bottom: -195px;
  }
}
@media only screen and (min-width: 1366px) {
  header.kenniscentrum-bg,
  header.zoeken-bg {
    margin-bottom: -200px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  header.kenniscentrum-bg,
  header.zoeken-bg {
    margin-bottom: -150px;
  }
}
@media only screen and (max-width: 480px) {
  header.kenniscentrum-bg,
  header.zoeken-bg {
    margin-bottom: -140px;
  }
}
header.kenniscentrum-bg {
  background: #7794b8;
  /* Old browsers */
  background: -moz-linear-gradient(left, #7794b8 0%, #372847 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left, color-stop(0%, #7794b8), color-stop(100%, #372847));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #7794b8 0%, #372847 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #7794b8 0%, #372847 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #7794b8 0%, #372847 100%);
  /* IE10+ */
  background: linear-gradient(to right, #7794b8 0%, #372847 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@start', endColorstr='@stop', GradientType=1);
}
header .kruimelpad {
  background: url("/img/slot.svg") 150% 50% no-repeat;
  background-size: 60%;
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  header .kruimelpad {
    background-size: 80%;
    background-position: 280% 50%;
  }
}
.headerlarge-bg .kruimelpad,
.headerlarge-bg .slot-bg {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  background: url("/img/slot.svg") 150% 100% no-repeat;
  background-size: 60%;
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .headerlarge-bg .kruimelpad,
  .headerlarge-bg .slot-bg {
    background-size: 80%;
    background-position: 280% 50%;
  }
}
.kruimelpad {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 22px;
}
@media only screen and (max-width: 480px) {
  .kruimelpad {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .kruimelpad {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .kruimelpad {
    padding-top: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .kruimelpad {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .kruimelpad {
    padding-top: 35px;
  }
}
.kruimelpad ul {
  float: left;
  display: block;
  position: relative;
  width: 100%;
}
.kruimelpad li {
  display: inline-block;
}
.kruimelpad li span {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.3em;
  margin: 0 0 0em 0;
  color: #ffffff;
}
.kruimelpad li a {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.3em;
  margin: 0 0 0em 0;
  color: #92d0f7;
  padding-right: 10px;
}
.kruimelpad li a:hover {
  color: #004d90;
}
.kruimelpad li a:after {
  content: "f";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 8px;
  padding-left: 15px;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .kruimelpad li {
    display: none;
  }
  .kruimelpad li:nth-last-child(2) {
    margin-top: 2px;
    display: inline-block;
  }
  .kruimelpad li:nth-last-child(2) a:after {
    content: '';
    padding-left: 0;
  }
  .kruimelpad li:nth-last-child(2) a:before {
    content: "u";
    font-family: pvib;
    font-size: 32px;
    vertical-align: middle;
    font-size: 8px;
    padding-right: 10px;
  }
}
.feature {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  background: url("/img/slot.svg") 150% 50% no-repeat;
  background-size: 60%;
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .feature {
    background-size: 80%;
    background-position: 280% 50%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .feature {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.feature h2 {
  color: #ffffff;
}
.feature-nav-bg {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #ffffff;
}
.feature-nav li {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  width: auto;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #16a5d4;
  margin-top: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  color: #16a5d4;
}
.feature-nav li:last-child {
  border-right: 0;
}
.feature-nav li.active,
.feature-nav li:hover {
  color: #004d90;
}
.feature-nav li.active:before,
.feature-nav li:hover:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #ffffff;
  position: absolute;
  left: calc(50% - 20px);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
  top: -13px;
}
.lidworden {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  padding: 15px;
  margin-bottom: 20px;
  background: #16a5d4;
}
@media only screen and (max-width: 480px) {
  .lidworden {
    padding: 10px 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .lidworden {
    padding: 15px 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .lidworden {
    padding: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .lidworden {
    padding: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .lidworden {
    padding: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .lidworden {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .lidworden {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .lidworden {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .lidworden {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .lidworden {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .lidworden {
    margin-bottom: 25px;
  }
}
.lidworden * {
  color: #ffffff;
}
.lidworden ul {
  margin-bottom: 10px;
}
.ingelogdzijn {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  padding: 15px;
  margin-bottom: 20px;
  background: #1b2e54;
}
@media only screen and (max-width: 480px) {
  .ingelogdzijn {
    padding: 10px 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .ingelogdzijn {
    padding: 15px 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .ingelogdzijn {
    padding: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .ingelogdzijn {
    padding: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .ingelogdzijn {
    padding: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .ingelogdzijn {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .ingelogdzijn {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .ingelogdzijn {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .ingelogdzijn {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .ingelogdzijn {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .ingelogdzijn {
    margin-bottom: 25px;
  }
}
.ingelogdzijn * {
  color: #ffffff;
}
.tijdschrift {
  float: left;
  display: block;
  position: relative;
  width: 100%;
}
.tijdschrift .titels h4,
.tijdschrift .titels h4 a {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 1.6em;
  color: #7794b8;
}
.tijdschrift .titels h4 .nr,
.tijdschrift .titels h4 a .nr {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  line-height: 1.6em;
  margin-right: 5px;
}
.tijdschrift .titels h2 {
  margin-bottom: 0;
}
.tijdschrift .tijdschrift-bg {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  z-index: 20;
  height: 270px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background-position: center 0 ;
  background-size: auto 400px;
}
@media only screen and (min-width: 1099px) and (max-width: 1279px), only screen and (min-width: 1280px) and (max-width: 1365px), only screen and (min-width: 1366px) {
  .tijdschrift .tijdschrift-bg {
    background-size: auto 510px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .tijdschrift .tijdschrift-bg {
    background-size: auto 450px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .tijdschrift .tijdschrift-bg {
    background-size: auto 580px;
  }
}
@media only screen and (max-width: 480px) {
  .tijdschrift .tijdschrift-bg {
    background-size: auto 476px;
  }
}
.tijdschrift .tijdschrift-bg .positie_overlayer {
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  bottom: -8px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .tijdschrift .tijdschrift-bg .positie_overlayer {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .tijdschrift .tijdschrift-bg .positie_overlayer {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .tijdschrift .tijdschrift-bg .positie_overlayer {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .tijdschrift .tijdschrift-bg .positie_overlayer {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .tijdschrift .tijdschrift-bg .positie_overlayer {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .tijdschrift .tijdschrift-bg .positie_overlayer {
    padding-right: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .tijdschrift .tijdschrift-bg .positie_overlayer {
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .tijdschrift .tijdschrift-bg .positie_overlayer {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .tijdschrift .tijdschrift-bg .positie_overlayer {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .tijdschrift .tijdschrift-bg .positie_overlayer {
    padding-right: 35px;
  }
}
.tijdschrift .tijdschrift-bg .positie_overlayer .overlayer {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  padding-left: 15px;
  padding-right: 15px;
  background: #ffffff;
  padding-top: 10px;
}
@media only screen and (max-width: 480px) {
  .tijdschrift .tijdschrift-bg .positie_overlayer .overlayer {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .tijdschrift .tijdschrift-bg .positie_overlayer .overlayer {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .tijdschrift .tijdschrift-bg .positie_overlayer .overlayer {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .tijdschrift .tijdschrift-bg .positie_overlayer .overlayer {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .tijdschrift .tijdschrift-bg .positie_overlayer .overlayer {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .tijdschrift .tijdschrift-bg .positie_overlayer .overlayer {
    padding-right: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .tijdschrift .tijdschrift-bg .positie_overlayer .overlayer {
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .tijdschrift .tijdschrift-bg .positie_overlayer .overlayer {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .tijdschrift .tijdschrift-bg .positie_overlayer .overlayer {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .tijdschrift .tijdschrift-bg .positie_overlayer .overlayer {
    padding-right: 35px;
  }
}
.tijdschrift article {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  color: #6d6e70;
  padding-bottom: 5px;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .tijdschrift article {
    font-size: 11px;
    line-height: 1.4em;
  }
}
.tijdschrift.hp {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .tijdschrift.hp {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .tijdschrift.hp {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .tijdschrift.hp {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .tijdschrift.hp {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .tijdschrift.hp {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .tijdschrift.hp {
    margin-bottom: 25px;
  }
}
.tijdschrift.ovv {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .tijdschrift.ovv {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .tijdschrift.ovv {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .tijdschrift.ovv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .tijdschrift.ovv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .tijdschrift.ovv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .tijdschrift.ovv {
    margin-bottom: 25px;
  }
}
.tijdschrift.detail {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background: #ffffff;
  padding: 15px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  margin-bottom: 2px;
}
@media only screen and (max-width: 480px) {
  .tijdschrift.detail {
    padding: 10px 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .tijdschrift.detail {
    padding: 15px 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .tijdschrift.detail {
    padding: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .tijdschrift.detail {
    padding: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .tijdschrift.detail {
    padding: 35px;
  }
}
.tijdschrift.detail article {
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.6em;
  margin: 0 0 .5em 0;
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 639px), only screen and (min-width: 1099px) and (max-width: 1279px), only screen and (min-width: 1280px) and (max-width: 1365px), only screen and (min-width: 1366px) {
  .tijdschrift.detail article {
    padding: 0px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .tijdschrift.detail article {
    font-size: 13px;
    line-height: 1.5em;
  }
}
.tijdschrift.sv {
  margin-bottom: 20px;
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 480px) {
  .tijdschrift.sv {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .tijdschrift.sv {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .tijdschrift.sv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .tijdschrift.sv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .tijdschrift.sv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .tijdschrift.sv {
    margin-bottom: 25px;
  }
}
.tijdschrift.sv li {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.tijdschrift.sv li:nth-child(2n+0) {
  background: #f3f8ff;
}
.tijdschrift.sv .titels {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding-left: 40px;
  padding-right: 15px;
}
@media only screen and (max-width: 480px) {
  .tijdschrift.sv .titels {
    padding-right: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .tijdschrift.sv .titels {
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .tijdschrift.sv .titels {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .tijdschrift.sv .titels {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .tijdschrift.sv .titels {
    padding-right: 35px;
  }
}
.tijdschrift.sv .titels h4 {
  margin-bottom: 0 !important;
}
.tijdschrift.sv .titels h4:before {
  content: "f";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 8px;
  float: right;
  color: #929497;
}
.tijdschrift.sv .titels h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.6em;
  margin: 0 0 .5em 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .tijdschrift.sv .titels h2 {
    font-size: 13px;
    line-height: 1.5em;
  }
}
.tijdschrift.sv .titels h2:hover {
  color: #004d90;
}
.tijdschrift.sv img {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  position: absolute;
  left: 0;
  top: 17px;
}
.pagina a:hover {
  color: #004d90;
}
.pagina ul,
.pagina li {
  float: left;
  display: block;
  position: relative;
  width: 100%;
}
.pagina.sv {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .pagina.sv {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .pagina.sv {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .pagina.sv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .pagina.sv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .pagina.sv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .pagina.sv {
    margin-bottom: 25px;
  }
}
.pagina.sv ul {
  border-bottom: 1px solid #f3f8ff;
}
.pagina.sv li {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .pagina.sv li {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .pagina.sv li {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .pagina.sv li {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .pagina.sv li {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .pagina.sv li {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .pagina.sv li {
    padding-right: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .pagina.sv li {
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .pagina.sv li {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .pagina.sv li {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .pagina.sv li {
    padding-right: 35px;
  }
}
.pagina.sv li::before {
  content: "f";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 8px;
  float: right;
  color: #929497;
}
.pagina.sv li h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.6em;
  margin: 0 0 .5em 0;
  color: #495876;
  margin-bottom: 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .pagina.sv li h3 {
    font-size: 13px;
    line-height: 1.5em;
  }
}
.pagina.sv li a {
  display: block;
}
.pagina.sv li:nth-child(2n+0) {
  background: #fdf0d4;
}
.nieuws a:hover {
  color: #004d90;
}
.nieuws ul,
.nieuws li {
  float: left;
  display: block;
  position: relative;
  width: 100%;
}
.nieuws.hp,
.nieuws.sv {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .nieuws.hp,
  .nieuws.sv {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .nieuws.hp,
  .nieuws.sv {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .nieuws.hp,
  .nieuws.sv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .nieuws.hp,
  .nieuws.sv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .nieuws.hp,
  .nieuws.sv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .nieuws.hp,
  .nieuws.sv {
    margin-bottom: 25px;
  }
}
.nieuws.hp ul,
.nieuws.sv ul {
  border-bottom: 1px solid #f3f8ff;
}
.nieuws.hp li.uitgelicht,
.nieuws.sv li.uitgelicht {
  padding: 15px;
}
@media only screen and (max-width: 480px) {
  .nieuws.hp li.uitgelicht,
  .nieuws.sv li.uitgelicht {
    padding: 10px 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .nieuws.hp li.uitgelicht,
  .nieuws.sv li.uitgelicht {
    padding: 15px 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .nieuws.hp li.uitgelicht,
  .nieuws.sv li.uitgelicht {
    padding: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .nieuws.hp li.uitgelicht,
  .nieuws.sv li.uitgelicht {
    padding: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .nieuws.hp li.uitgelicht,
  .nieuws.sv li.uitgelicht {
    padding: 35px;
  }
}
.nieuws.hp li.uitgelicht p,
.nieuws.sv li.uitgelicht p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  color: #6d6e70;
  margin-bottom: 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .nieuws.hp li.uitgelicht p,
  .nieuws.sv li.uitgelicht p {
    font-size: 11px;
    line-height: 1.4em;
  }
}
.nieuws.hp li:not(.uitgelicht),
.nieuws.sv li:not(.uitgelicht) {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .nieuws.hp li:not(.uitgelicht),
  .nieuws.sv li:not(.uitgelicht) {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .nieuws.hp li:not(.uitgelicht),
  .nieuws.sv li:not(.uitgelicht) {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .nieuws.hp li:not(.uitgelicht),
  .nieuws.sv li:not(.uitgelicht) {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .nieuws.hp li:not(.uitgelicht),
  .nieuws.sv li:not(.uitgelicht) {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .nieuws.hp li:not(.uitgelicht),
  .nieuws.sv li:not(.uitgelicht) {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .nieuws.hp li:not(.uitgelicht),
  .nieuws.sv li:not(.uitgelicht) {
    padding-right: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .nieuws.hp li:not(.uitgelicht),
  .nieuws.sv li:not(.uitgelicht) {
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .nieuws.hp li:not(.uitgelicht),
  .nieuws.sv li:not(.uitgelicht) {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .nieuws.hp li:not(.uitgelicht),
  .nieuws.sv li:not(.uitgelicht) {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .nieuws.hp li:not(.uitgelicht),
  .nieuws.sv li:not(.uitgelicht) {
    padding-right: 35px;
  }
}
.nieuws.hp li:not(.uitgelicht)::before,
.nieuws.sv li:not(.uitgelicht)::before {
  content: "f";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 8px;
  float: right;
  color: #929497;
}
.nieuws.hp li:not(.uitgelicht) h3,
.nieuws.sv li:not(.uitgelicht) h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.6em;
  margin: 0 0 .5em 0;
  color: #495876;
  margin-bottom: 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .nieuws.hp li:not(.uitgelicht) h3,
  .nieuws.sv li:not(.uitgelicht) h3 {
    font-size: 13px;
    line-height: 1.5em;
  }
}
.nieuws.hp li:not(.uitgelicht) a,
.nieuws.sv li:not(.uitgelicht) a {
  display: block;
}
.nieuws.hp li:nth-child(2n+0),
.nieuws.sv li:nth-child(2n+0) {
  background: #f3f8ff;
}
.nieuws.ovv {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .nieuws.ovv {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .nieuws.ovv {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .nieuws.ovv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .nieuws.ovv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .nieuws.ovv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .nieuws.ovv {
    margin-bottom: 25px;
  }
}
.nieuws.ovv li {
  padding: 15px;
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .nieuws.ovv li {
    padding: 10px 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .nieuws.ovv li {
    padding: 15px 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .nieuws.ovv li {
    padding: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .nieuws.ovv li {
    padding: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .nieuws.ovv li {
    padding: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .nieuws.ovv li {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .nieuws.ovv li {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .nieuws.ovv li {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .nieuws.ovv li {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .nieuws.ovv li {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .nieuws.ovv li {
    margin-bottom: 25px;
  }
}
.nieuws.ovv li p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  color: #6d6e70;
  margin-bottom: 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .nieuws.ovv li p {
    font-size: 11px;
    line-height: 1.4em;
  }
}
.nieuws.record {
  padding: 15px;
}
@media only screen and (max-width: 480px) {
  .nieuws.record {
    padding: 10px 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .nieuws.record {
    padding: 15px 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .nieuws.record {
    padding: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .nieuws.record {
    padding: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .nieuws.record {
    padding: 35px;
  }
}
.nieuws.record p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  color: #6d6e70;
  margin-bottom: 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .nieuws.record p {
    font-size: 11px;
    line-height: 1.4em;
  }
}
.blog {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .blog {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .blog {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .blog {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .blog {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .blog {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .blog {
    margin-bottom: 25px;
  }
}
.blog.hp {
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
.blog.hp li {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .blog.hp li {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .blog.hp li {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .blog.hp li {
    padding-top: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .blog.hp li {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .blog.hp li {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .blog.hp li {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .blog.hp li {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .blog.hp li {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .blog.hp li {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .blog.hp li {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .blog.hp li {
    padding-right: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .blog.hp li {
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .blog.hp li {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .blog.hp li {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .blog.hp li {
    padding-right: 35px;
  }
}
.blog.hp li p.summary {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  color: #6d6e70;
  margin-bottom: 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .blog.hp li p.summary {
    font-size: 11px;
    line-height: 1.4em;
  }
}
.blog a:hover {
  color: #004d90;
}
.blog .auteur {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.6em;
  margin: 0 0 .5em 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .blog .auteur {
    font-size: 13px;
    line-height: 1.5em;
  }
}
.blog .datum {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  margin-left: 5px;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .blog .datum {
    font-size: 11px;
    line-height: 1.4em;
  }
}
.blog ul,
.blog li {
  float: left;
  display: block;
  position: relative;
  width: 100%;
}
.blog .quote a,
.blog .quote h2,
.blog h1.quote {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 15px;
}
.blog .quote a:before,
.blog .quote h2:before,
.blog h1.quote:before {
  content: "x";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 30px;
  line-height: 0.4em;
  margin-right: 1%;
  color: #48acb1;
}
.blog .quote a:after,
.blog .quote h2:after,
.blog h1.quote:after {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "f";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 8px;
  color: #ffffff;
}
.blog.ovv li {
  padding: 15px;
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .blog.ovv li {
    padding: 10px 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .blog.ovv li {
    padding: 15px 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .blog.ovv li {
    padding: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .blog.ovv li {
    padding: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .blog.ovv li {
    padding: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .blog.ovv li {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .blog.ovv li {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .blog.ovv li {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .blog.ovv li {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .blog.ovv li {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .blog.ovv li {
    margin-bottom: 25px;
  }
}
.blog.ovv li h2 a:hover:after {
  color: #004d90;
}
.blog.ovv li p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  color: #6d6e70;
  margin-bottom: 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .blog.ovv li p {
    font-size: 11px;
    line-height: 1.4em;
  }
}
.blog.sv {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .blog.sv {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .blog.sv {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .blog.sv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .blog.sv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .blog.sv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .blog.sv {
    margin-bottom: 25px;
  }
}
.blog.sv li {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .blog.sv li {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .blog.sv li {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .blog.sv li {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .blog.sv li {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .blog.sv li {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .blog.sv li {
    padding-right: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .blog.sv li {
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .blog.sv li {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .blog.sv li {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .blog.sv li {
    padding-right: 35px;
  }
}
.blog.sv li:before {
  content: "f";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 8px;
  float: right;
  color: #929497;
}
.blog.sv li .quote {
  padding-right: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.6em;
  margin: 0 0 .5em 0;
  color: #495876;
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .blog.sv li .quote {
    padding-right: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .blog.sv li .quote {
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .blog.sv li .quote {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .blog.sv li .quote {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .blog.sv li .quote {
    padding-right: 35px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .blog.sv li .quote {
    font-size: 13px;
    line-height: 1.5em;
  }
}
.blog.sv li .quote a::before {
  font-size: 15px;
}
.blog.sv li .quote a::after {
  display: none;
}
.blog.sv li p {
  float: left;
  display: block;
  position: relative;
  width: 100%;
}
.blog.sv li p,
.blog.sv li p .auteur {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .blog.sv li p,
  .blog.sv li p .auteur {
    font-size: 11px;
    line-height: 1.4em;
  }
}
.blog.sv li:nth-child(2n+0) {
  background: #e9f5f6;
}
.blog.listing {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .blog.listing {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .blog.listing {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .blog.listing {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .blog.listing {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .blog.listing {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .blog.listing {
    margin-bottom: 25px;
  }
}
.blog.listing li {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  padding: 15px;
  background: #48acb1;
}
@media only screen and (max-width: 480px) {
  .blog.listing li {
    padding: 10px 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .blog.listing li {
    padding: 15px 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .blog.listing li {
    padding: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .blog.listing li {
    padding: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .blog.listing li {
    padding: 35px;
  }
}
.blog.listing li h2,
.blog.listing li h2 * {
  color: #ffffff;
}
.blog.listing li h2 a:before,
.blog.listing li h2 * a:before,
.blog.listing li h2 a:hover:after,
.blog.listing li h2 * a:hover:after,
.blog.listing li h2 a:hover,
.blog.listing li h2 * a:hover {
  color: #ffffff;
}
.blog.listing li h2 a:after {
  color: #48acb1;
}
.blog.listing li .datum {
  color: #b2dee0;
}
.blog.listing li p a {
  color: #e9f5f6;
}
.blog.record h1.quote:before {
  content: "x";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 30px;
  line-height: 0.4em;
  font-size: 1.2em;
  margin-right: 10px;
}
.blog.record .auteur {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 19px;
  line-height: 1.55em;
  margin: 0 0 .5em 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .blog.record .auteur {
    font-size: 17px;
    line-height: 1.45em;
  }
}
.blog.record .datum {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.6em;
  margin: 0 0 .5em 0;
  margin-left: 5px;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .blog.record .datum {
    font-size: 13px;
    line-height: 1.5em;
  }
}
.agenda .details {
  margin-right: 10px;
}
.agenda .tijd::before {
  content: "t";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 18px;
  padding-right: 5px;
  color: #929497;
}
.agenda .locatie::before {
  content: "s";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 18px;
  padding-right: 5px;
  color: #929497;
}
.agenda .website::before {
  content: "C";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 18px;
  padding-right: 5px;
  color: #929497;
}
.agenda .kalender {
  position: absolute;
  left: 0;
  text-align: right;
  width: 55px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5em;
  margin: 0 0 .0em 0;
  letter-spacing: 0.02em;
  top: 9px;
  color: #d64538;
}
.agenda .kalender-groot {
  top: 30px;
  background: #d64538;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 639px) {
  .agenda .kalender-groot {
    top: 18px;
    width: 50px;
  }
}
.agenda .kalender-groot .dag {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 29px;
  line-height: 1.0em;
  margin: 0 0 .0em 0;
  letter-spacing: 0.02em;
  text-align: center;
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding-top: 0.5em;
  margin-bottom: 0;
  color: #ffffff;
}
.agenda .kalender-groot .maand {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  color: #ffffff;
  padding-bottom: 0.8em;
}
.agenda a:hover:not(.button) {
  color: #004d90;
}
.agenda h4 {
  text-transform: capitalize;
}
.agenda ul,
.agenda li {
  float: left;
  display: block;
  position: relative;
  width: 100%;
}
.agenda.hp,
.agenda.sv {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .agenda.hp,
  .agenda.sv {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .agenda.hp,
  .agenda.sv {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .agenda.hp,
  .agenda.sv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .agenda.hp,
  .agenda.sv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .agenda.hp,
  .agenda.sv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .agenda.hp,
  .agenda.sv {
    margin-bottom: 25px;
  }
}
.agenda.hp ul,
.agenda.sv ul {
  border-bottom: 1px solid #fff5f0;
}
.agenda.hp .soort,
.agenda.sv .soort {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .agenda.hp .soort,
  .agenda.sv .soort {
    font-size: 11px;
    line-height: 1.4em;
  }
}
.agenda.hp li.uitgelicht,
.agenda.sv li.uitgelicht {
  padding: 15px;
  padding-left: 65px !important;
}
@media only screen and (max-width: 480px) {
  .agenda.hp li.uitgelicht,
  .agenda.sv li.uitgelicht {
    padding: 10px 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .agenda.hp li.uitgelicht,
  .agenda.sv li.uitgelicht {
    padding: 15px 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .agenda.hp li.uitgelicht,
  .agenda.sv li.uitgelicht {
    padding: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .agenda.hp li.uitgelicht,
  .agenda.sv li.uitgelicht {
    padding: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .agenda.hp li.uitgelicht,
  .agenda.sv li.uitgelicht {
    padding: 35px;
  }
}
.agenda.hp li.uitgelicht .soort,
.agenda.sv li.uitgelicht .soort {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.6em;
  margin: 0 0 .5em 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .agenda.hp li.uitgelicht .soort,
  .agenda.sv li.uitgelicht .soort {
    font-size: 13px;
    line-height: 1.5em;
  }
}
.agenda.hp li.uitgelicht h4,
.agenda.sv li.uitgelicht h4 {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  line-height: 1.35em;
  margin: 0 0 0.5em 0;
  margin-top: 5px;
  color: #6d6e70;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .agenda.hp li.uitgelicht h4,
  .agenda.sv li.uitgelicht h4 {
    font-size: 15px;
    line-height: 1.25em;
  }
}
.agenda.hp li.uitgelicht h2:after,
.agenda.sv li.uitgelicht h2:after {
  content: "f";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 8px;
}
.agenda.hp li.uitgelicht p,
.agenda.sv li.uitgelicht p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  color: #6d6e70;
  margin-bottom: 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .agenda.hp li.uitgelicht p,
  .agenda.sv li.uitgelicht p {
    font-size: 11px;
    line-height: 1.4em;
  }
}
.agenda.hp li:nth-child(2n+0),
.agenda.sv li:nth-child(2n+0) {
  background: #fff5f0;
}
.agenda.hp li:not(.uitgelicht),
.agenda.sv li:not(.uitgelicht) {
  padding-right: 15px;
  padding-left: 65px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .agenda.hp li:not(.uitgelicht),
  .agenda.sv li:not(.uitgelicht) {
    padding-right: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .agenda.hp li:not(.uitgelicht),
  .agenda.sv li:not(.uitgelicht) {
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .agenda.hp li:not(.uitgelicht),
  .agenda.sv li:not(.uitgelicht) {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .agenda.hp li:not(.uitgelicht),
  .agenda.sv li:not(.uitgelicht) {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .agenda.hp li:not(.uitgelicht),
  .agenda.sv li:not(.uitgelicht) {
    padding-right: 35px;
  }
}
.agenda.hp li:not(.uitgelicht)::before,
.agenda.sv li:not(.uitgelicht)::before {
  content: "f";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 8px;
  color: #929497;
  float: right;
}
.agenda.hp li:not(.uitgelicht) h3,
.agenda.sv li:not(.uitgelicht) h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.6em;
  margin: 0 0 .5em 0;
  color: #495876;
  margin-bottom: 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .agenda.hp li:not(.uitgelicht) h3,
  .agenda.sv li:not(.uitgelicht) h3 {
    font-size: 13px;
    line-height: 1.5em;
  }
}
.agenda.hp li:not(.uitgelicht) h4,
.agenda.sv li:not(.uitgelicht) h4 {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  line-height: 1.35em;
  margin: 0 0 0.5em 0;
  color: #6d6e70;
  margin-bottom: 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .agenda.hp li:not(.uitgelicht) h4,
  .agenda.sv li:not(.uitgelicht) h4 {
    font-size: 13px;
    line-height: 1.25em;
  }
}
.agenda.hp li:not(.uitgelicht) a,
.agenda.sv li:not(.uitgelicht) a {
  float: left;
  display: block;
  position: relative;
  width: 100%;
}
.agenda.ovv,
.agenda.archief {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .agenda.ovv,
  .agenda.archief {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .agenda.ovv,
  .agenda.archief {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .agenda.ovv,
  .agenda.archief {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .agenda.ovv,
  .agenda.archief {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .agenda.ovv,
  .agenda.archief {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .agenda.ovv,
  .agenda.archief {
    margin-bottom: 25px;
  }
}
.agenda.ovv li,
.agenda.archief li {
  padding: 15px;
  padding-left: 65px !important;
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .agenda.ovv li,
  .agenda.archief li {
    padding: 10px 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .agenda.ovv li,
  .agenda.archief li {
    padding: 15px 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .agenda.ovv li,
  .agenda.archief li {
    padding: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .agenda.ovv li,
  .agenda.archief li {
    padding: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .agenda.ovv li,
  .agenda.archief li {
    padding: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .agenda.ovv li,
  .agenda.archief li {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .agenda.ovv li,
  .agenda.archief li {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .agenda.ovv li,
  .agenda.archief li {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .agenda.ovv li,
  .agenda.archief li {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .agenda.ovv li,
  .agenda.archief li {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .agenda.ovv li,
  .agenda.archief li {
    margin-bottom: 25px;
  }
}
.agenda.ovv li h4,
.agenda.archief li h4 {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  line-height: 1.35em;
  margin: 0 0 0.5em 0;
  margin-top: 5px;
  color: #6d6e70;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .agenda.ovv li h4,
  .agenda.archief li h4 {
    font-size: 15px;
    line-height: 1.25em;
  }
}
.agenda.ovv li h2::after,
.agenda.archief li h2::after {
  content: "f";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 8px;
}
.agenda.ovv li p,
.agenda.archief li p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  color: #6d6e70;
  margin-bottom: 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .agenda.ovv li p,
  .agenda.archief li p {
    font-size: 11px;
    line-height: 1.4em;
  }
}
.agenda.ovv li .soort,
.agenda.archief li .soort {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .agenda.ovv li .soort,
  .agenda.archief li .soort {
    font-size: 11px;
    line-height: 1.4em;
  }
}
.agenda.archief .kalender-groot {
  background: rgba(153, 117, 116, 0.6);
}
.agenda.top-record {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 128px;
}
@media only screen and (max-width: 480px) {
  .agenda.top-record {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .agenda.top-record {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .agenda.top-record {
    padding-top: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .agenda.top-record {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .agenda.top-record {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .agenda.top-record {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .agenda.top-record {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .agenda.top-record {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .agenda.top-record {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .agenda.top-record {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .agenda.top-record {
    padding-right: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .agenda.top-record {
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .agenda.top-record {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .agenda.top-record {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .agenda.top-record {
    padding-right: 35px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .agenda.top-record {
    min-height: 90px;
  }
}
.agenda.top-record .kalender-groot {
  left: -15px;
}
@media only screen and (max-width: 480px) {
  .agenda.top-record .kalender-groot {
    left: -7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .agenda.top-record .kalender-groot {
    left: -12px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .agenda.top-record .kalender-groot {
    left: -15px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .agenda.top-record .kalender-groot {
    left: -25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .agenda.top-record .kalender-groot {
    left: -30px;
  }
}
@media only screen and (min-width: 1366px) {
  .agenda.top-record .kalender-groot {
    left: -35px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .agenda.top-record .kalender-groot {
    top: 8px;
  }
}
.agenda.top-record h4 {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  line-height: 1.35em;
  margin: 0 0 0.5em 0;
  color: #6d6e70;
  padding-left: 40px;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .agenda.top-record h4 {
    font-size: 15px;
    line-height: 1.25em;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px), only screen and (min-width: 1280px) and (max-width: 1365px), only screen and (min-width: 1366px) {
  .agenda.top-record h4 {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .agenda.top-record h4 {
    padding-left: 55px;
  }
}
.agenda.top-record h1 {
  padding-left: 40px;
}
@media only screen and (min-width: 1099px) and (max-width: 1279px), only screen and (min-width: 1280px) and (max-width: 1365px), only screen and (min-width: 1366px) {
  .agenda.top-record h1 {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .agenda.top-record h1 {
    padding-left: 55px;
  }
}
.agenda.top-record h2 {
  padding-left: 40px;
}
@media only screen and (min-width: 1099px) and (max-width: 1279px), only screen and (min-width: 1280px) and (max-width: 1365px), only screen and (min-width: 1366px) {
  .agenda.top-record h2 {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .agenda.top-record h2 {
    padding-left: 55px;
  }
}
.agenda.top-record p {
  color: #6d6e70;
  margin-bottom: 0;
}
.agenda.top-record .soort {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.6em;
  margin: 0 0 .5em 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .agenda.top-record .soort {
    font-size: 13px;
    line-height: 1.5em;
  }
}
.agenda.top-record .tags {
  padding-left: 40px;
}
@media only screen and (min-width: 1099px) and (max-width: 1279px), only screen and (min-width: 1280px) and (max-width: 1365px), only screen and (min-width: 1366px) {
  .agenda.top-record .tags {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .agenda.top-record .tags {
    padding-left: 55px;
  }
}
.agenda.extra-padding-agenda {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
}
@media only screen and (max-width: 480px) {
  .agenda.extra-padding-agenda {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .agenda.extra-padding-agenda {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .agenda.extra-padding-agenda {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .agenda.extra-padding-agenda {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .agenda.extra-padding-agenda {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .agenda.extra-padding-agenda {
    padding-right: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .agenda.extra-padding-agenda {
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .agenda.extra-padding-agenda {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .agenda.extra-padding-agenda {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .agenda.extra-padding-agenda {
    padding-right: 35px;
  }
}
.agenda.extra-padding-agenda .tab-nav {
  border-bottom: 1px solid #1b2e54;
  text-align: left;
}
@media only screen and (min-width: 1099px) and (max-width: 1279px), only screen and (min-width: 1280px) and (max-width: 1365px), only screen and (min-width: 1366px) {
  .agenda.extra-padding-agenda .tab-nav {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) and only screen and (max-width: 480px), only screen and (min-width: 1280px) and (max-width: 1365px) and only screen and (max-width: 480px), only screen and (min-width: 1366px) and only screen and (max-width: 480px) {
  .agenda.extra-padding-agenda .tab-nav {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) and only screen and (min-width: 481px) and (max-width: 639px), only screen and (min-width: 1280px) and (max-width: 1365px) and only screen and (min-width: 481px) and (max-width: 639px), only screen and (min-width: 1366px) and only screen and (min-width: 481px) and (max-width: 639px) {
  .agenda.extra-padding-agenda .tab-nav {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) and only screen and (min-width: 1099px) and (max-width: 1279px), only screen and (min-width: 1280px) and (max-width: 1365px) and only screen and (min-width: 1099px) and (max-width: 1279px), only screen and (min-width: 1366px) and only screen and (min-width: 1099px) and (max-width: 1279px) {
  .agenda.extra-padding-agenda .tab-nav {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) and only screen and (min-width: 1280px) and (max-width: 1365px), only screen and (min-width: 1280px) and (max-width: 1365px) and only screen and (min-width: 1280px) and (max-width: 1365px), only screen and (min-width: 1366px) and only screen and (min-width: 1280px) and (max-width: 1365px) {
  .agenda.extra-padding-agenda .tab-nav {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) and only screen and (min-width: 1366px), only screen and (min-width: 1280px) and (max-width: 1365px) and only screen and (min-width: 1366px), only screen and (min-width: 1366px) and only screen and (min-width: 1366px) {
  .agenda.extra-padding-agenda .tab-nav {
    padding-left: 35px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) and only screen and (max-width: 480px), only screen and (min-width: 1280px) and (max-width: 1365px) and only screen and (max-width: 480px), only screen and (min-width: 1366px) and only screen and (max-width: 480px) {
  .agenda.extra-padding-agenda .tab-nav {
    padding-right: 7px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) and only screen and (min-width: 481px) and (max-width: 639px), only screen and (min-width: 1280px) and (max-width: 1365px) and only screen and (min-width: 481px) and (max-width: 639px), only screen and (min-width: 1366px) and only screen and (min-width: 481px) and (max-width: 639px) {
  .agenda.extra-padding-agenda .tab-nav {
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) and only screen and (min-width: 1099px) and (max-width: 1279px), only screen and (min-width: 1280px) and (max-width: 1365px) and only screen and (min-width: 1099px) and (max-width: 1279px), only screen and (min-width: 1366px) and only screen and (min-width: 1099px) and (max-width: 1279px) {
  .agenda.extra-padding-agenda .tab-nav {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) and only screen and (min-width: 1280px) and (max-width: 1365px), only screen and (min-width: 1280px) and (max-width: 1365px) and only screen and (min-width: 1280px) and (max-width: 1365px), only screen and (min-width: 1366px) and only screen and (min-width: 1280px) and (max-width: 1365px) {
  .agenda.extra-padding-agenda .tab-nav {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) and only screen and (min-width: 1366px), only screen and (min-width: 1280px) and (max-width: 1365px) and only screen and (min-width: 1366px), only screen and (min-width: 1366px) and only screen and (min-width: 1366px) {
  .agenda.extra-padding-agenda .tab-nav {
    padding-right: 35px;
  }
}
.agenda.extra-padding-agenda .tab-nav li {
  display: inline;
  width: auto;
}
.agenda.extra-padding-agenda .tab-nav li a {
  padding: 5px 18px;
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .agenda.extra-padding-agenda .tab-nav li a {
    padding: 6px 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .agenda.extra-padding-agenda .tab-nav li a {
    padding: 7px 13px;
  }
}
@media only screen and (max-width: 480px) {
  .agenda.extra-padding-agenda .tab-nav li a {
    padding: 7px 5px;
  }
}
.agenda.extra-padding-agenda .tab-nav li a.active,
.agenda.extra-padding-agenda .tab-nav li a:hover {
  border-color: #1b2e54;
  border-bottom-color: #ffffff;
  background: #ffffff;
  color: #004d90;
}
.agenda.extra-padding-agenda .kaart iframe,
.agenda.extra-padding-agenda .video iframe {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  height: 430px;
}
@media only screen and (max-width: 480px) {
  .agenda.extra-padding-agenda .kaart iframe,
  .agenda.extra-padding-agenda .video iframe {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .agenda.extra-padding-agenda .kaart iframe,
  .agenda.extra-padding-agenda .video iframe {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .agenda.extra-padding-agenda .kaart iframe,
  .agenda.extra-padding-agenda .video iframe {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .agenda.extra-padding-agenda .kaart iframe,
  .agenda.extra-padding-agenda .video iframe {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .agenda.extra-padding-agenda .kaart iframe,
  .agenda.extra-padding-agenda .video iframe {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .agenda.extra-padding-agenda .kaart iframe,
  .agenda.extra-padding-agenda .video iframe {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .agenda.extra-padding-agenda .kaart iframe,
  .agenda.extra-padding-agenda .video iframe {
    height: 230px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .agenda.extra-padding-agenda .kaart iframe,
  .agenda.extra-padding-agenda .video iframe {
    height: 150px;
  }
}
.agenda.record .tijd,
.agenda.record .locatie,
.agenda.record .website {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 0.7em;
  padding-left: 30px !important;
  color: #6d6e70;
}
.agenda.record .tijd a,
.agenda.record .locatie a,
.agenda.record .website a {
  margin-bottom: 0;
}
.agenda.record .tijd:before,
.agenda.record .locatie:before,
.agenda.record .website:before {
  position: absolute;
  left: 0px;
  top: 2px;
}
.agenda.record .downloaden a {
  clear: both;
  float: right;
}
@media only screen and (min-width: 640px) and (max-width: 989px), only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .agenda.record .downloaden a {
    float: left;
  }
}
.agenda .fotoalbum {
  float: left;
  display: block;
  position: relative;
  width: 100%;
}
.agenda .fotoalbum ul {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .agenda .fotoalbum ul {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .agenda .fotoalbum ul {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .agenda .fotoalbum ul {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .agenda .fotoalbum ul {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .agenda .fotoalbum ul {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .agenda .fotoalbum ul {
    margin-bottom: 25px;
  }
}
.agenda .fotoalbum a {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid #ffffff;
  padding: 2px;
}
.agenda .fotoalbum a:hover {
  border: 1px solid #d7dce7;
}
.agenda .fotoalbum a img {
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  float: left;
}
section.inschrijven {
  float: left;
  display: block;
  position: relative;
  width: 100%;
}
section.inschrijven .tag {
  background: #ffffff;
}
section.inschrijven .tag:hover {
  cursor: default;
}
#evenementen-list section.agenda {
  box-shadow: none;
}
#evenementen-list section.agenda ul {
  border: 0;
}
#evenementen-list section.agenda .pepunten {
  float: right;
  padding: 4px 8px;
  background-color: #004d90;
  color: #fff;
  border-radius: 5px;
}
.submenu {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  background: #16a5d4;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.3em;
  margin: 0 0 0em 0;
  color: #ffffff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .submenu {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .submenu {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .submenu {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .submenu {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .submenu {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .submenu {
    margin-bottom: 25px;
  }
}
.submenu h2 {
  padding: 15px;
  color: #ffffff;
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .submenu h2 {
    padding: 10px 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .submenu h2 {
    padding: 15px 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .submenu h2 {
    padding: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .submenu h2 {
    padding: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .submenu h2 {
    padding: 35px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .submenu h2 {
    cursor: pointer;
  }
}
.submenu ul.menu {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #1d96c1;
}
@media only screen and (max-width: 480px) {
  .submenu ul.menu {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .submenu ul.menu {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .submenu ul.menu {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .submenu ul.menu {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .submenu ul.menu {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .submenu ul.menu {
    margin-bottom: 25px;
  }
}
.submenu li {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  float: left;
  display: block;
  position: relative;
  width: 100%;
  border-top: 1px solid #1d96c1;
  -webkit-box-shadow: inset 0 0 0px 1px #16a5d4;
  -moz-box-shadow: inset 0 0 0px 1px #16a5d4;
  box-shadow: inset 0 0 0px 1px #16a5d4;
}
.submenu li a {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  display: table;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .submenu li a {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .submenu li a {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .submenu li a {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .submenu li a {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .submenu li a {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .submenu li a {
    padding-right: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .submenu li a {
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .submenu li a {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .submenu li a {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .submenu li a {
    padding-right: 35px;
  }
}
.submenu li a::before {
  content: "f";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 8px;
  float: right;
  color: #ffffff;
}
.submenu li.uitgeklapt {
  background: #1074c2;
  -webkit-box-shadow: inset 0 0 0px 1px rgba(22, 165, 212, 0);
  -moz-box-shadow: inset 0 0 0px 1px rgba(22, 165, 212, 0);
  box-shadow: inset 0 0 0px 1px rgba(22, 165, 212, 0);
}
.submenu li.uitgeklapt a {
  -webkit-box-shadow: inset 0 0 0px 1px #16a5d4;
  -moz-box-shadow: inset 0 0 0px 1px #16a5d4;
  box-shadow: inset 0 0 0px 1px #16a5d4;
}
.submenu li.uitgeklapt ul li {
  padding-left: 15px;
  background: #1c8ec8;
}
@media only screen and (max-width: 480px) {
  .submenu li.uitgeklapt ul li {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .submenu li.uitgeklapt ul li {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .submenu li.uitgeklapt ul li {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .submenu li.uitgeklapt ul li {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .submenu li.uitgeklapt ul li {
    padding-left: 35px;
  }
}
.submenu li.uitgeklapt ul li a {
  -webkit-box-shadow: inset 0 0 0px 1px rgba(22, 165, 212, 0);
  -moz-box-shadow: inset 0 0 0px 1px rgba(22, 165, 212, 0);
  box-shadow: inset 0 0 0px 1px rgba(22, 165, 212, 0);
  border-bottom: 0;
}
.submenu li:not(.uitgeklapt):hover,
.submenu li.active li:hover,
.submenu li.uitgeklapt a.firstlink:hover,
.submenu li.uitgeklapt li.active,
.submenu li.active,
.submenu a.active {
  background: #004d90;
}
.icon-dropdown {
  display: none;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .icon-dropdown {
    cursor: pointer;
    display: block;
    float: right;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    padding: 5px 5px 0 0;
  }
  .icon-dropdown::before {
    content: "f";
    font-family: pvib;
    font-size: 32px;
    vertical-align: middle;
    font-size: 16px;
  }
  .submenu ul.menu {
    display: none;
  }
  .submenu.submenu-dd ul.menu {
    display: block;
  }
  .submenu.submenu-dd .icon-dropdown {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1);
    padding: 0 0 10px 15px;
  }
}
.commissies .icon-email {
  content: "B";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 0.4em;
  margin: 0 7px 0 0;
  color: #004d90;
}
.commissies.ovv ul {
  float: left;
  display: block;
  position: relative;
  width: 100%;
}
.commissies.ovv li {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  padding: 15px;
  margin-bottom: 20px;
  border-bottom: 15px solid #f0bcb7;
}
@media only screen and (max-width: 480px) {
  .commissies.ovv li {
    padding: 10px 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .commissies.ovv li {
    padding: 15px 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .commissies.ovv li {
    padding: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .commissies.ovv li {
    padding: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .commissies.ovv li {
    padding: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .commissies.ovv li {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .commissies.ovv li {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .commissies.ovv li {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .commissies.ovv li {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .commissies.ovv li {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .commissies.ovv li {
    margin-bottom: 25px;
  }
}
.commissies.ovv li a {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .commissies.ovv li a {
    height: 140px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px), only screen and (min-width: 1366px) {
  .commissies.ovv li a {
    height: 110px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px), only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .commissies.ovv li a {
    height: auto;
  }
}
.commissies.ovv li .leesverder::before {
  float: inherit;
}
.commissies.ovv li .titel {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  line-height: 1.45em;
  margin: 0 0 0.5em 0;
  color: #1b2e54;
  color: #d64538;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .commissies.ovv li .titel {
    font-size: 21px;
    line-height: 1.35em;
  }
}
.commissies.ovv li:hover {
  background: #fff5f0;
}
.commissies.ovv li:hover .leesverder::before {
  color: #004d90;
}
.commissies.detail .titel {
  color: #d64538;
}
.commissies.sv {
  margin-bottom: 20px;
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 480px) {
  .commissies.sv {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .commissies.sv {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .commissies.sv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .commissies.sv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .commissies.sv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .commissies.sv {
    margin-bottom: 25px;
  }
}
.commissies.sv li {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .commissies.sv li {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .commissies.sv li {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .commissies.sv li {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .commissies.sv li {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .commissies.sv li {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .commissies.sv li {
    padding-right: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .commissies.sv li {
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .commissies.sv li {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .commissies.sv li {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .commissies.sv li {
    padding-right: 35px;
  }
}
.commissies.sv li:nth-child(2n+0) {
  background: #fff5f0;
}
.commissies.sv li .titel {
  color: #d64538;
  margin-bottom: 0;
}
.commissies.sv li .titel:before {
  content: "f";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 8px;
  float: right;
  color: #929497;
}
.faq .titel,
.faq .novraag {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  color: #16a5d4;
}
@media only screen and (max-width: 480px) {
  .faq .titel,
  .faq .novraag {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .faq .titel,
  .faq .novraag {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .faq .titel,
  .faq .novraag {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .faq .titel,
  .faq .novraag {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .faq .titel,
  .faq .novraag {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .faq .titel,
  .faq .novraag {
    padding-right: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .faq .titel,
  .faq .novraag {
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .faq .titel,
  .faq .novraag {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .faq .titel,
  .faq .novraag {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .faq .titel,
  .faq .novraag {
    padding-right: 35px;
  }
}
.faq .titel h4,
.faq .novraag h4 {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  margin: 0;
  padding: 15px 0;
  border-top: 1px solid #a6a8ab;
}
.faq .titel:hover h4,
.faq .novraag:hover h4 {
  color: #004d90;
}
.faq .titel span,
.faq .novraag span {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  border-top: 1px solid #a6a8ab;
}
.faq.categorie .titel h4:before {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "f";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 16px;
  float: right;
  color: #16a5d4;
  margin-right: 10px;
}
.faq.categorie .titel h4:hover:before {
  color: #004d90;
  margin-right: 0px;
  margin-left: 10px;
}
.faq.vragen .titel h4 {
  cursor: pointer;
}
.faq.vragen .titel h4:before {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "z";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 11px;
  line-height: 0.4em;
  margin-right: 10px;
}
.faq.vragen .uitgeklapt .titel h4:before {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "w";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 11px;
  line-height: 0.4em;
  margin-right: 10px;
}
.faq.vragen .antwoord {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding-top: 5px;
}
.faq.sv {
  margin-bottom: 20px;
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 480px) {
  .faq.sv {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .faq.sv {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .faq.sv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .faq.sv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .faq.sv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .faq.sv {
    margin-bottom: 25px;
  }
}
.faq.sv li {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .faq.sv li {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .faq.sv li {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .faq.sv li {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .faq.sv li {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .faq.sv li {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .faq.sv li {
    padding-right: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .faq.sv li {
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .faq.sv li {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .faq.sv li {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .faq.sv li {
    padding-right: 35px;
  }
}
.faq.sv li:nth-child(2n+0) {
  background: #f3f8ff;
}
.faq.sv li h4 {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.6em;
  margin: 0 0 .5em 0;
  color: #004d90;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .faq.sv li h4 {
    font-size: 13px;
    line-height: 1.5em;
  }
}
.faq.sv li h4:before {
  color: #16a5d4;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "z";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 11px;
  line-height: 0.4em;
  margin-right: 10px;
}
.twitter {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .twitter {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .twitter {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .twitter {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .twitter {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .twitter {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .twitter {
    margin-bottom: 25px;
  }
}
.twitter h3 {
  font-weight: 300;
  font-size: 17px;
  line-height: 1.35em;
  margin: 0 0 0.5em 0;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
  padding: 15px;
  color: #7794b8;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .twitter h3 {
    font-size: 15px;
    line-height: 1.25em;
  }
}
@media only screen and (max-width: 480px) {
  .twitter h3 {
    padding: 10px 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .twitter h3 {
    padding: 15px 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .twitter h3 {
    padding: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .twitter h3 {
    padding: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .twitter h3 {
    padding: 35px;
  }
}
.twitter h3::before {
  content: "i";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 22px;
  padding-right: 5px;
}
.twitter ul li {
  border-top: 1px solid #f3f8ff;
  padding: 15px;
}
@media only screen and (max-width: 480px) {
  .twitter ul li {
    padding: 10px 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .twitter ul li {
    padding: 15px 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .twitter ul li {
    padding: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .twitter ul li {
    padding: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .twitter ul li {
    padding: 35px;
  }
}
.twitter ul li p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  color: #6d6e70;
  margin-bottom: 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .twitter ul li p {
    font-size: 11px;
    line-height: 1.4em;
  }
}
.twitter ul li .auteur {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.35em;
  margin: 0 0 0.5em 0;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-style: normal;
  color: #16a5d4;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .twitter ul li .auteur {
    font-size: 13px;
    line-height: 1.25em;
  }
}
.dossier {
  float: left;
  display: block;
  position: relative;
  width: 100%;
}
.dossier .tags {
  margin: -5px 0 10px 0;
}
.dossier .tags .tag {
  color: #7e5807;
  background: #eea60c;
}
.dossier .tags .tag:hover {
  background: #fce7bb;
}
.dossier .map {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding: 15px;
}
@media only screen and (max-width: 480px) {
  .dossier .map {
    padding: 10px 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .dossier .map {
    padding: 15px 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .dossier .map {
    padding: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .dossier .map {
    padding: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .dossier .map {
    padding: 35px;
  }
}
.dossier .map li {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding: 15px;
  -webkit-border-radius: 5px 3px 3px 3px;
  -moz-border-radius: 5px 3px 3px 3px;
  border-radius: 5px 3px 3px 3px;
  background: #ffc42d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffc42d 0%, #f4b42a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left, color-stop(0%, #ffc42d), color-stop(100%, #f4b42a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ffc42d 0%, #f4b42a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ffc42d 0%, #f4b42a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ffc42d 0%, #f4b42a 100%);
  /* IE10+ */
  background: linear-gradient(to right, #ffc42d 0%, #f4b42a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@start', endColorstr='@stop', GradientType=1);
  z-index: 30;
}
@media only screen and (max-width: 480px) {
  .dossier .map li {
    padding: 10px 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .dossier .map li {
    padding: 15px 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .dossier .map li {
    padding: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .dossier .map li {
    padding: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .dossier .map li {
    padding: 35px;
  }
}
.dossier .map li::after {
  content: "r";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 130px;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  overflow: hidden;
  right: 0px;
  top: 6px;
  z-index: -1;
  height: 130px;
  line-height: 130px;
  width: 112px;
}
.dossier .map li h4 {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  line-height: 1.35em;
  margin: 0 0 0.5em 0;
  color: #373738;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .dossier .map li h4 {
    font-size: 15px;
    line-height: 1.25em;
  }
}
.dossier.hp {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .dossier.hp {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .dossier.hp {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .dossier.hp {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .dossier.hp {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .dossier.hp {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .dossier.hp {
    margin-bottom: 25px;
  }
}
.dossier.hp .map {
  padding-bottom: 0 !important;
}
.dossier.ovv {
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .dossier.ovv {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .dossier.ovv {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .dossier.ovv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .dossier.ovv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .dossier.ovv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .dossier.ovv {
    margin-bottom: 25px;
  }
}
.dossier.ovv .map {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .dossier.ovv .map {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .dossier.ovv .map {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .dossier.ovv .map {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .dossier.ovv .map {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .dossier.ovv .map {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .dossier.ovv .map {
    margin-bottom: 25px;
  }
}
.dossier.sv {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 1px;
}
@media only screen and (max-width: 480px) {
  .dossier.sv {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .dossier.sv {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .dossier.sv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .dossier.sv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .dossier.sv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .dossier.sv {
    margin-bottom: 25px;
  }
}
.dossier.sv .map {
  padding: 0px;
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 639px), only screen and (min-width: 1099px) and (max-width: 1279px), only screen and (min-width: 1280px) and (max-width: 1365px), only screen and (min-width: 1366px) {
  .dossier.sv .map {
    padding: 0px;
  }
}
.dossier.sv .map li {
  background: #fff6e0;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fff6e0 0%, #ffe193 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left, color-stop(0%, #fff6e0), color-stop(100%, #ffe193));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #fff6e0 0%, #ffe193 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #fff6e0 0%, #ffe193 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #fff6e0 0%, #ffe193 100%);
  /* IE10+ */
  background: linear-gradient(to right, #fff6e0 0%, #ffe193 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@start', endColorstr='@stop', GradientType=1);
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 1px 1px 0 1px;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .dossier.sv .map li {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .dossier.sv .map li {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .dossier.sv .map li {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .dossier.sv .map li {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .dossier.sv .map li {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .dossier.sv .map li {
    padding-right: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .dossier.sv .map li {
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .dossier.sv .map li {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .dossier.sv .map li {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .dossier.sv .map li {
    padding-right: 35px;
  }
}
.dossier.sv .map li::before {
  content: "f";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 8px;
  float: right;
  color: #929497;
}
.dossier.sv .map li h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 1.55em;
  margin: 0 0 .5em 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .dossier.sv .map li h2 {
    font-size: 15px;
    line-height: 1.45em;
  }
}
.dossier.sv .map li h2 a:hover {
  color: #004d90;
}
.dossier.sv .map li .type {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .dossier.sv .map li .type {
    font-size: 11px;
    line-height: 1.4em;
  }
}
.dossier.sv .map li .tags {
  margin: -5px 0 10px 0;
}
.dossier.sv .map li .tags .tag {
  color: #936a00;
  background: #ffdc84;
}
.dossier.sv .map li .tags .tag:hover {
  background: #f3ab12;
}
.dossier.detail .map {
  padding: 0px;
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 639px), only screen and (min-width: 1099px) and (max-width: 1279px), only screen and (min-width: 1280px) and (max-width: 1365px), only screen and (min-width: 1366px) {
  .dossier.detail .map {
    padding: 0px;
  }
}
.dossier.detail .map li {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.dossier.detail .map .dossier-details-tekst {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 480px) {
  .dossier.detail .map .dossier-details-tekst {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .dossier.detail .map .dossier-details-tekst {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .dossier.detail .map .dossier-details-tekst {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .dossier.detail .map .dossier-details-tekst {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .dossier.detail .map .dossier-details-tekst {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .dossier.detail .map .dossier-details-tekst {
    padding-right: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .dossier.detail .map .dossier-details-tekst {
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .dossier.detail .map .dossier-details-tekst {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .dossier.detail .map .dossier-details-tekst {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .dossier.detail .map .dossier-details-tekst {
    padding-right: 35px;
  }
}
.dossier.detail .white-bg {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 15px;
}
@media only screen and (max-width: 480px) {
  .dossier.detail .white-bg {
    padding: 10px 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .dossier.detail .white-bg {
    padding: 15px 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .dossier.detail .white-bg {
    padding: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .dossier.detail .white-bg {
    padding: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .dossier.detail .white-bg {
    padding: 35px;
  }
}
.kenniscentrum.ovv {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  padding: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .kenniscentrum.ovv {
    padding: 10px 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .kenniscentrum.ovv {
    padding: 15px 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .kenniscentrum.ovv {
    padding: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .kenniscentrum.ovv {
    padding: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .kenniscentrum.ovv {
    padding: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .kenniscentrum.ovv {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .kenniscentrum.ovv {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .kenniscentrum.ovv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .kenniscentrum.ovv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .kenniscentrum.ovv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .kenniscentrum.ovv {
    margin-bottom: 25px;
  }
}
.extra-padding {
  padding: 15px;
}
@media only screen and (max-width: 480px) {
  .extra-padding {
    padding: 0px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .extra-padding {
    padding: 5px;
  }
}
.documenten {
  float: left;
  display: block;
  position: relative;
  width: 100%;
}
.documenten .titel {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.6em;
  margin: 0 0 .5em 0;
  color: #495876;
  margin-bottom: 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .documenten .titel {
    font-size: 13px;
    line-height: 1.5em;
  }
}
.documenten .grootte {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  color: #7794b8;
  white-space: nowrap;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .documenten .grootte {
    font-size: 11px;
    line-height: 1.4em;
  }
}
.documenten a:hover {
  color: #004d90;
}
.documenten ul {
  float: left;
  display: block;
  position: relative;
  width: 100%;
}
.documenten ul li {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding-left: 45px;
  padding-right: 15px;
  min-height: 56px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .documenten ul li {
    padding-right: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .documenten ul li {
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .documenten ul li {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .documenten ul li {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .documenten ul li {
    padding-right: 35px;
  }
}
.documenten ul li::before {
  content: "f";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 8px;
  float: right;
  color: #929497;
}
.documenten.kennisovv {
  float: left;
  display: block;
  position: relative;
  width: 100%;
}
.documenten.kennisovv li {
  padding-left: 40px;
  padding-right: 0;
}
.documenten.kennisovv .soortdoc {
  left: 0;
}
.documenten.sv {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .documenten.sv {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .documenten.sv {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .documenten.sv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .documenten.sv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .documenten.sv {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .documenten.sv {
    margin-bottom: 25px;
  }
}
.soortdoc {
  position: absolute;
  top: 15px;
  left: 5px;
  color: #495876;
}
.soortdoc.icondocx::before {
  content: "b";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
}
.soortdoc.iconvideo::before {
  content: "c";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
}
.soortdoc.iconnieuws::before {
  content: "d";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
}
.soortdoc.iconpowerpoint::before {
  content: "e";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
}
.soortdoc.iconpage::before {
  content: "k";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
}
.soortdoc.iconaudio::before {
  content: "l";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
}
.soortdoc.iconcode::before {
  content: "m";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
}
.soortdoc.iconzip::before {
  content: "n";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
}
.soortdoc.iconjpg::before {
  content: "p";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
}
.soortdoc.iconpdf::before {
  content: "q";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
}
ul.lijstsoorten {
  float: left;
  display: block;
  position: relative;
  width: 100%;
}
ul.lijstsoorten li a {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  margin-bottom: 0;
  padding: 10px 0;
  border-bottom: 1px solid #a6a8ab;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  ul.lijstsoorten li a {
    font-size: 11px;
    line-height: 1.4em;
  }
}
ul.lijstsoorten li a:hover {
  color: #004d90;
  border-bottom: 1px solid #495876;
}
ul.lijstsoorten li a:hover::after {
  content: "f";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 8px;
  float: right;
}
.tags {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}
.tags.cloud {
  border: 1px solid #cbd6e4;
  padding: 15px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
@media only screen and (max-width: 480px) {
  .tags.cloud {
    padding: 10px 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .tags.cloud {
    padding: 15px 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .tags.cloud {
    padding: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .tags.cloud {
    padding: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .tags.cloud {
    padding: 35px;
  }
}
.tag {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 2px 8px;
  margin: 0 1px 2px 0;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  color: #495876;
  background: #ecf0f5;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .tag {
    font-size: 11px;
    line-height: 1.4em;
  }
}
.tag.xl {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 1.55em;
  margin: 0 0 .5em 0;
  margin-right: 5px;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .tag.xl {
    font-size: 15px;
    line-height: 1.45em;
  }
}
.tag:hover {
  text-decoration: none;
  background: #88a1c1;
  color: #222937;
}
.partners-bg {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  background: #ffffff;
}
@media only screen and (max-width: 480px) {
  .partners-bg {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .partners-bg {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .partners-bg {
    padding-top: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .partners-bg {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .partners-bg {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .partners-bg {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .partners-bg {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .partners-bg {
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .partners-bg {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .partners-bg {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .partners-bg {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .partners-bg {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .partners-bg {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .partners-bg {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .partners-bg {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .partners-bg {
    margin-bottom: 25px;
  }
}
.partner {
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  float: left;
  display: block;
  position: relative;
  width: 100%;
  height: 160px;
  border-left: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
}
.partner .soort-partner {
  border-top: 1px solid #a6a8ab;
  position: absolute;
  background: #ffffff;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  padding: 5px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  text-align: center;
  text-transform: uppercase;
  color: #6d6e70;
  margin: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .partner .soort-partner {
    font-size: 11px;
    line-height: 1.4em;
  }
}
.partner a {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  height: 150px;
  line-height: 130px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .partner a {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .partner a {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .partner a {
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .partner a {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .partner a {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .partner a {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .partner a {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .partner a {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .partner a {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .partner a {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .partner a {
    padding-right: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .partner a {
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .partner a {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .partner a {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .partner a {
    padding-right: 35px;
  }
}
.partner a:hover .soort-partner {
  height: 40px;
  color: #004d90;
}
.partnerworden {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  padding: 15px;
  background: #ffffff;
  height: 150px;
}
@media only screen and (max-width: 480px) {
  .partnerworden {
    padding: 10px 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .partnerworden {
    padding: 15px 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .partnerworden {
    padding: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .partnerworden {
    padding: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .partnerworden {
    padding: 35px;
  }
}
.partnerworden:hover {
  background: rgba(0, 77, 144, 0.1);
}
@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 639px) {
  .partnerworden {
    height: auto;
    margin-top: 20px;
  }
}
.partnerworden .leesverder {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.6em;
  margin: 0 0 .5em 0;
  display: table;
  margin-top: 20px;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .partnerworden .leesverder {
    font-size: 13px;
    line-height: 1.5em;
  }
}
.partnerworden:hover .leesverder {
  color: #004d90;
}
.partnerworden:hover .leesverder::before {
  color: #004d90;
}
.advertenties {
  float: left;
  display: block;
  position: relative;
  width: 100%;
}
.advertenties .advertentie {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  text-align: center;
  background: #ffffff;
  padding: 2px;
}
@media only screen and (max-width: 480px) {
  .advertenties .advertentie {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .advertenties .advertentie {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .advertenties .advertentie {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .advertenties .advertentie {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .advertenties .advertentie {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .advertenties .advertentie {
    margin-bottom: 25px;
  }
}
.advertenties .advertentie a {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  min-height: 200px;
  border: 1px solid #ffffff;
  padding: 15px 5px;
}
.advertenties .advertentie a.placeholder:before {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  content: "";
  height: 80px;
  background: url("/img/logo.svg") 50% 50% no-repeat;
  background-size: auto 50%;
}
@media only screen and (min-width: 640px) and (max-width: 989px), only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .advertenties .advertentie a {
    max-width: 100%;
  }
}
.advertenties .advertentie a:hover {
  border: 1px solid #d7dce7;
}
.advertenties .advertentie .soort {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  -webkit-border-radius: 5px 0 5px 0;
  -moz-border-radius: 5px 0 5px 0;
  border-radius: 5px 0 5px 0;
  margin: 0;
  padding: 2px 5px;
  position: absolute;
  right: -4px;
  bottom: -4px;
  color: #ffffff;
  background: #7794b8;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .advertenties .advertentie .soort {
    font-size: 11px;
    line-height: 1.4em;
  }
}
.commissielijst {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding-left: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .commissielijst {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .commissielijst {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .commissielijst {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .commissielijst {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .commissielijst {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .commissielijst {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .commissielijst {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .commissielijst {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .commissielijst {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .commissielijst {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .commissielijst {
    margin-bottom: 25px;
  }
}
.commissielijst li {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  .commissielijst li {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .commissielijst li {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .commissielijst li {
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .commissielijst li {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .commissielijst li {
    padding-bottom: 35px;
  }
}
.commissielijst .member {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 19px;
  line-height: 1.55em;
  margin: 0 0 .5em 0;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .commissielijst .member {
    font-size: 17px;
    line-height: 1.45em;
  }
}
.commissielijst .functie {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  color: #929497;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .commissielijst .functie {
    font-size: 11px;
    line-height: 1.4em;
  }
}
.zoek-leden-bg {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  background: #16a5d4;
  z-index: 1200;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  top: 0;
  position: fixed;
  padding: 120px 0 10px;
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .zoek-leden-bg {
    padding: 155px 0 15px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .zoek-leden-bg {
    padding: 170px 0 15px;
  }
}
@media only screen and (min-width: 1366px) {
  .zoek-leden-bg {
    padding: 180px 0 15px;
  }
}
.zoek-leden-bg.mainmenu-scroll,
.zoek-leden-bg.zoek-leden-scroll {
  padding: 77px 0 10px;
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .zoek-leden-bg.mainmenu-scroll,
  .zoek-leden-bg.zoek-leden-scroll {
    padding: 85px 0 15px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .zoek-leden-bg.mainmenu-scroll,
  .zoek-leden-bg.zoek-leden-scroll {
    padding: 90px 0 15px;
  }
}
@media only screen and (min-width: 1366px) {
  .zoek-leden-bg.mainmenu-scroll,
  .zoek-leden-bg.zoek-leden-scroll {
    padding: 190px 0 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px), only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .zoek-leden-bg {
    padding-bottom: 15px;
    position: relative;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) and only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 639px) and only screen and (max-width: 480px), only screen and (max-width: 480px) and only screen and (max-width: 480px) {
  .zoek-leden-bg {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) and only screen and (min-width: 481px) and (max-width: 639px), only screen and (min-width: 481px) and (max-width: 639px) and only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) and only screen and (min-width: 481px) and (max-width: 639px) {
  .zoek-leden-bg {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) and only screen and (min-width: 1099px) and (max-width: 1279px), only screen and (min-width: 481px) and (max-width: 639px) and only screen and (min-width: 1099px) and (max-width: 1279px), only screen and (max-width: 480px) and only screen and (min-width: 1099px) and (max-width: 1279px) {
  .zoek-leden-bg {
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) and only screen and (min-width: 1280px) and (max-width: 1365px), only screen and (min-width: 481px) and (max-width: 639px) and only screen and (min-width: 1280px) and (max-width: 1365px), only screen and (max-width: 480px) and only screen and (min-width: 1280px) and (max-width: 1365px) {
  .zoek-leden-bg {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) and only screen and (min-width: 1366px), only screen and (min-width: 481px) and (max-width: 639px) and only screen and (min-width: 1366px), only screen and (max-width: 480px) and only screen and (min-width: 1366px) {
  .zoek-leden-bg {
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .zoek-leden-bg {
    margin-top: -15px;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .zoek-leden-bg {
    margin-top: -15px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .zoek-leden-bg {
    margin-top: -15px;
    padding-top: 30px;
  }
}
form.zoek-leden input[type=text],
form.zoek-leden .selection .select2-selection {
  border-color: #ffffff;
}
form.zoek-leden .selection .select2-selection {
  padding: 2px 0px;
}
form.zoek-leden h3 {
  color: #ffffff;
}
.leden-resultaten {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  padding: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .leden-resultaten {
    padding: 10px 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .leden-resultaten {
    padding: 15px 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .leden-resultaten {
    padding: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .leden-resultaten {
    padding: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .leden-resultaten {
    padding: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .leden-resultaten {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .leden-resultaten {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .leden-resultaten {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .leden-resultaten {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .leden-resultaten {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .leden-resultaten {
    margin-bottom: 25px;
  }
}
.lijst-resultaten.tab .titel,
.maps-resultaten.tab .titel {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 19px;
  line-height: 1.55em;
  margin: 0 0 .5em 0;
  color: #419a9f;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .lijst-resultaten.tab .titel,
  .maps-resultaten.tab .titel {
    font-size: 17px;
    line-height: 1.45em;
  }
}
.lijst-resultaten.tab .titel .icon,
.maps-resultaten.tab .titel .icon {
  line-height: 1em;
}
.lijst-resultaten.tab .vakgebied,
.maps-resultaten.tab .vakgebied {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  color: #004d90;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .lijst-resultaten.tab .vakgebied,
  .maps-resultaten.tab .vakgebied {
    font-size: 11px;
    line-height: 1.4em;
  }
}
.lijst-resultaten.tab .t-tab,
.maps-resultaten.tab .t-tab {
  color: #48acb1;
  width: 10px;
  display: inline-block;
}
.lijst-resultaten ul {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .lijst-resultaten ul {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .lijst-resultaten ul {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .lijst-resultaten ul {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .lijst-resultaten ul {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .lijst-resultaten ul {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .lijst-resultaten ul {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .lijst-resultaten ul {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .lijst-resultaten ul {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .lijst-resultaten ul {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .lijst-resultaten ul {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .lijst-resultaten ul {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .lijst-resultaten ul {
    margin-bottom: 25px;
  }
}
.lijst-resultaten li {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .lijst-resultaten li {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .lijst-resultaten li {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .lijst-resultaten li {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .lijst-resultaten li {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .lijst-resultaten li {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .lijst-resultaten li {
    padding-right: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .lijst-resultaten li {
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .lijst-resultaten li {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .lijst-resultaten li {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .lijst-resultaten li {
    padding-right: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .lijst-resultaten li {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .lijst-resultaten li {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .lijst-resultaten li {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .lijst-resultaten li {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .lijst-resultaten li {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .lijst-resultaten li {
    margin-bottom: 25px;
  }
}
.maps-resultaten {
  margin-bottom: 20px;
  /* GOOGLE MAPS */
}
@media only screen and (max-width: 480px) {
  .maps-resultaten {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .maps-resultaten {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .maps-resultaten {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .maps-resultaten {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .maps-resultaten {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .maps-resultaten {
    margin-bottom: 25px;
  }
}
.maps-resultaten #map {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  height: 400px;
}
@media only screen and (min-width: 1099px) and (max-width: 1279px), only screen and (min-width: 1280px) and (max-width: 1365px), only screen and (min-width: 1366px) {
  .maps-resultaten #map {
    height: 500px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .maps-resultaten #map {
    height: 300px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .maps-resultaten #map {
    height: 250px;
  }
}
.maps-resultaten .marker {
  display: none;
}
.maps-resultaten .maps-marker,
.maps-resultaten .cluster {
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.6em;
  margin: 0 0 .5em 0;
  line-height: 1.7em;
  width: 30px;
  height: 30px;
  background: #372847;
  border: 1px solid #443157;
  color: #ffffff;
  text-align: center;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  .maps-resultaten .maps-marker,
  .maps-resultaten .cluster {
    font-size: 13px;
    line-height: 1.5em;
  }
}
.maps-resultaten .cluster {
  background: #6a4d88;
  border: 1px solid #765699;
}
.maps-resultaten .maps-marker {
  width: 20px;
  height: 20px;
}
.profiel {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .profiel {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .profiel {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .profiel {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .profiel {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .profiel {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .profiel {
    padding-right: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .profiel {
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .profiel {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .profiel {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .profiel {
    padding-right: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .profiel {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .profiel {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  .profiel {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .profiel {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .profiel {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .profiel {
    margin-bottom: 25px;
  }
}
.profiel-img-position {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  .profiel-img-position {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .profiel-img-position {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .profiel-img-position {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .profiel-img-position {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .profiel-img-position {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .profiel-img-position {
    padding-right: 7px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .profiel-img-position {
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .profiel-img-position {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .profiel-img-position {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .profiel-img-position {
    padding-right: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .profiel-img-position {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  .profiel-img-position {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  .profiel-img-position {
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .profiel-img-position {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .profiel-img-position {
    padding-bottom: 35px;
  }
}
.profiel-img,
.noprofiel-img {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  background: #929497;
  /* Old browsers */
  background: -moz-linear-gradient(left, #929497 0%, #7794b8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left, color-stop(0%, #929497), color-stop(100%, #7794b8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #929497 0%, #7794b8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #929497 0%, #7794b8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #929497 0%, #7794b8 100%);
  /* IE10+ */
  background: linear-gradient(to right, #929497 0%, #7794b8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@start', endColorstr='@stop', GradientType=1);
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  width: 60px;
  height: 60px;
  margin: 0 15px 10px 0;
}
.noprofiel-img:before {
  content: "g";
  font-family: pvib;
  font-size: 32px;
  vertical-align: middle;
  font-size: 44px;
  color: #ffffff;
  padding: 18px 0 0 7px;
  position: absolute;
}
#evenementen-list .agenda.hp li:not(.uitgelicht)::before {
  content: "";
}
footer {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  background: #4ab0f2;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4ab0f2 0%, #48acb1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(left, color-stop(0%, #4ab0f2), color-stop(100%, #48acb1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #4ab0f2 0%, #48acb1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #4ab0f2 0%, #48acb1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #4ab0f2 0%, #48acb1 100%);
  /* IE10+ */
  background: linear-gradient(to right, #4ab0f2 0%, #48acb1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@start', endColorstr='@stop', GradientType=1);
}
footer p.socials a {
  font-size: 28px;
}
footer p.socials a i {
  transition: .3s;
}
footer p.socials a:hover i {
  color: #ffffff;
}
footer .watermerk {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding: 25px 0;
  background: url("/img/footer-watermerk.png") -250px 100% no-repeat;
}
footer .adresgegevens {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
footer .adresgegevens .tab {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  width: 35px;
}
footer .footermenu {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  min-height: 235px;
}
@media only screen and (max-width: 480px) {
  footer .footermenu {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  footer .footermenu {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 989px) {
  footer .footermenu {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) and (max-width: 1279px) {
  footer .footermenu {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  footer .footermenu {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  footer .footermenu {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  footer .footermenu {
    min-height: 150px;
  }
}
@media only screen and (max-width: 480px) {
  footer .footermenu {
    min-height: auto;
    text-align: center;
  }
}
footer .footermenu li {
  float: left;
  display: block;
  position: relative;
  width: 100%;
}
footer .footermenu li a {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  padding: 2px 0;
}
footer * {
  color: #004d90;
}
footer a:hover {
  color: #1b2e54;
}
footer .kvk p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  text-align: center;
  color: #ffffff;
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (max-width: 480px) {
  footer .kvk p {
    font-size: 11px;
    line-height: 1.4em;
  }
}
.callout {
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 14px;
}
/* SITEMAP */
section.sitemap li {
  list-style-type: disc;
  margin-left: 20px;
}
/* TOEGEVOEGD DOOR GUIDO */
fieldset.warning {
  padding: 20px;
  border-radius: 3px;
  background: #f3dd7f;
  border: 1px solid rgba(119, 148, 184, 0.1);
}
div.warning {
  margin-top: 5px;
  padding: 10px;
  border-radius: 3px;
  background: #f3dd7f;
  border: 1px solid rgba(119, 148, 184, 0.1);
}
.profielfoto {
  position: relative;
  cursor: pointer;
}
.profielfoto-error {
  color: #d15433;
  padding: 5px;
  border: 1px solid #d15433;
  border-radius: 5px;
}
.youtube {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: all 200ms ease-out;
  cursor: pointer;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}
.youtube .play {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAERklEQVR4nOWbTWhcVRTHb1IJVoxGtNCNdal2JYJReC6GWuO83PM/59yUS3FRFARdFlwYP1CfiojQWt36sRCUurRIdVFXIn41lAoVdRGrG1M01YpKrWjiYmaSl8ybZJL3cd+YA//NLObd3++eO8x79z5jSq5Gw+8kov0AP8vMR5l1BtBZQM4B8ks75wCdZdYZZj5qLZ4hov2Nht9Z9vhKKSIaB/gI4M4w62KeAO6Mte4lYOq20FxrlqqOibhHmeWbvNC9ZfDX1mLae391aN6limO/gwgvAPJbWeAZuSDingdwXTBw7/0IsyaA/Fkh+KqOkD+YNfHej1QKD+y7iVlOhgLvFqFfNJvNGyuBJ+KDAF8MDd0tgS8y64OlgSdJMsysL4cG7SOHkyQZLhTee7+d2R2rAVy/S+Jd7/32ouBHAP4gNNRGQyTHc/84NhqNywZp5rvjjnnvt21aABFeCQ+RLwAf2hQ8s7sv9OCLk6AHNgQvIrvbfzKCD76g/O6cu7lf/iER/aQGgy448pExZmhdegAPhR9sObFWH1gT3lp7DaA/5bkIgJhZPgsNmz02novj+KqeApj1ubwXWe4kdyeznAgNvTpE/HQmvKqOMeuFogTUVQSRno+iaLRLAJF7uIgL9O4ubgL8aWgB7S44mNX+35YpICUiAvS9sBLkq1WzT+NFffl6AuoiApi6NT37h6sWkBIRZGkQ8YtLgyji6e1mBYTqCEBPG2Naz+0BWQgtoGoRgCzEsd9hAN1X5BfnFZASUfrSAFQNsyZ1FJASUVpHiLinDJG8U2cBZYogkrcNs5waBAGdstbeU9zdqpw0gPwwSAI6VUxHyFlDpOcHUUBBIuYNs14aZAE5RVwyzPr3/0EAEY0TyfGNjBWQvwZ +CTSbehfAH29mrID8bET0+0EUkAd8WYDOmqJ3ecsG30yr9wqRfm6Y+a1BEFDEjHfHvWmY9ck6CygHvBVr8Xhtb4ZE5HZA3y8DvBNA1TjnrmXWf+sioMwZX5V/VHXMGGMMoKdDCxCRvRWBdzKzdHEO+EisilbPyopHYqp6S9UCAsz4iojI7hUDAtyXVQgIDd6KnOoaWNkbI6FaPSuZGyMArsi7MZoloB4zviI/Nhr3X95jltwTRQmoIfgisy5ai+me67OI7fE4nrqjrqfK1t0eby0FPRB6oGVlchL3rgnfrq19RKbVBdhV9IOSwJmfmJi4vi/4ThERitwyCxVAFqydshuCX5awhQ9KtmuIWd8IDZED/nXT77rvVVv6sHRKwjYi91poqP7Dr+Y6JJ1VSZIMA3wkPNy6bX+o8Bcm0sXMdwM8Fxo0A3xORPaWBp6uPXsmbxCRD0NDL0dOANhVCXy6iAjMcjbcrMt3RITKwdMVRdFo+y5yvkL4eWZ+zHt/ZVD4dEVRNGotpst+dZZZH8k86lqn2pIvT/eqrNfn2xuyqYPZ8mv7s8pfn/8Pybm4TIjanscAAAAASUVORK5CYII=") no-repeat center center;
  background-size: 64px 64px;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: .8;
  filter: alpha(opacity=80);
  transition: all 0.2s ease-out;
}
.youtube .play:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.agenda.ovv li.prioriteit {
  background: #fff5f0;
}
table[border="0"] {
  border: none;
}
table[border="0"] tr {
  border: none;
}
table[border="0"] tr td,
table[border="0"] tr th {
  border: none;
}
