/*
 * ! normalize.css v1.1.3 | MIT License | git.io/normalize
 */
/*
 * ==========================================================================
 * HTML5 display definitions
 * ==========================================================================
 */
/*
 * *
 * * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

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

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

/*
 * *
 * * Address `font-family` inconsistency between `textarea` and other form
 * * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  -webkit-appearance: none;
  border-radius: 0;
  resize: none; }

/*
 * *
 * * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/*
 * ==========================================================================
 * Links
 * ==========================================================================
 */
/*
 * *
 * * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

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

h2,
.field-name-field-title {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

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

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

blockquote {
  margin: 1em 40px; }

/*
 * *
 * * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * *
 * * Address differences between Firefox and other browsers.
 * * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * *
 * * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: yellow;
  color: black; }

/*
 * *
 * * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

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

/*
 * *
 * * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * *
 * * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/*
 * *
 * * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/*
 * *
 * * 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; }

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

dd {
  margin: 0 0 0 40px; }

/*
 * *
 * * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * *
 * * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

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

/*
 * *
 * * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

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

/*
 * ==========================================================================
 * Forms
 * ==========================================================================
 */
/*
 * *
 * * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/*
 * *
 * * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

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

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

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

/*
 * *
 * * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 * *    and `video` controls.
 * * 2. Correct inability to style clickable `input` types in iOS.
 * * 3. Improve usability and consistency of cursor style between image-type
 * *    `input` and others.
 * * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 * *    Known issue: inner spacing remains in IE 6.
 */

input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
    /*
   * 2
   */
  cursor: pointer;
    /*
   * 3
   */
  *overflow: visible;
    /*
   * 4
   */ }

/*
 * *
 * * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

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

/*
 * *
 * * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 * *    (include `-moz` to future-proof).
 */
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 5 and Chrome
 * * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * *
 * * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

/*
 * ==========================================================================
 * Tables
 * ==========================================================================
 */
/*
 * *
 * * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 * ==========================================================================
 * Drupal 7
 * ==========================================================================
 */
/*
 * reset list styles
 */
ul,
li,
ul.menu li,
ul.inline li,
.item-list ul,
.item-list ul li,
li.expanded,
li.collapsed,
li.leaf,
.item-list .pager li {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none; }

/*
 * reset to a few more elements
 */
.breadcrumb,
#comments,
.form-item,
.form-actions,
.filter-wrapper,
.book-navigation ul.menu,
.book-navigation .page-links {
  border: 0;
  margin: 0;
  padding: 0; }

.field .field-label {
  font-weight: normal;
  font-style: normal; }

/*
 * reset zebra table style
 */
tr.even,
tr.odd {
  background-color: white;
  border-bottom: 0;
  padding: 0; }

/*
 * reset administration tabs
 */
ul.primary,
ul.primary li a,
ul.primary li a.active,
ul.primary li a:hover {
  border: 0;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0); }

/*
 * view-filter
 */
.views-exposed-form .views-exposed-widget {
  padding: 0; }

.views-exposed-form .views-exposed-widget .form-submit {
  margin: 0; }

/*
 * remove comments website field and grippie
 */
.comment-form .form-item-homepage,
.comment-form .grippie {
  display: none; }

.element-invisible {
  display: none; }

/*
 * responsive videos
 */
.media_embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px; }

.media_embed iframe,
.media_embed object,
.media_embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*
 * apply a natural box layout model to all elements
 */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*
 * 
 * * Remove text-shadow in selection highlight: h5bp.com/i
 * * These selection rule sets have to be separate.
 * * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * 
 * * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

/*
 * 
 * * Remove the gap between images, videos, audio and canvas and the bottom of
 * * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * 
 * * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * 
 * * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/*
 * ==========================================================================
 * Helper classes
 * ==========================================================================
 */
/*
 * 
 * * Image replacement
 */
.ir {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  overflow: hidden;
    /*
   * IE 6/7 fallback
   */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * 
 * * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * 
 * * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * 
 * * Extends the .visuallyhidden class to allow the element to be focusable
 * * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * 
 * * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * 
 * * Clearfix: contain floats
 * *
 * * For modern browsers
 * * 1. The space content is one way to avoid an Opera bug when the
 * *    `contenteditable` attribute is included anywhere else in the document.
 * *    Otherwise it causes space to appear at the top and bottom of elements
 * *    that receive the `clearfix` class.
 * * 2. The use of `table` rather than `block` is only necessary if using
 * *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
    /*
   * 1
   */
  display: table;
    /*
   * 2
   */ }

.clearfix:after {
  clear: both; }

/*
 * 
 * * For IE 6/7 only
 * * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/*
 * ==========================================================================
 * Print styles.
 * Inlined to avoid required HTTP connection: h5bp.com/r
 * ==========================================================================
 */
@media print {
  * {
    background: rgba(0, 0, 0, 0) !important;
    color: black !important;
        /*
     * Black prints faster: h5bp.com/s
     */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * 
   * * Don't show links for images, or javascript/internal links
   */  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
        /*
     * h5bp.com/t
     */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

#admin-menu {
  background: false;
  box-shadow: none; }

body {
  color: #222222;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center; }

.main {
  margin: 0 auto;
  max-width: 1000px;
  text-align: left;
  border-radius: 5px;
  background-color: white;
  padding: 40px;
  margin-top: 20px; }
  @media (max-width: 1080px) {
    .main {
  max-width: none;
  padding-left: 40px;
  padding-right: 40px; } }
  @media (max-width: 1080px) {
    .main {
  margin-top: 0; } }
  @media (max-width: 420px) {
    .main {
  padding: 20px; } }

.banner-actief .main {
  position: relative; }

body.iframed {
  background-color: rgba(0, 0, 0, 0); }

body.iframed .main {
  padding-bottom: 0; }

body.iframed .block-views-logos-block {
  display: none !important; }

body.sidebar .main__content {
  float: left;
  padding-right: 20px;
  width: 65%; }
  @media (max-width: 768px) {
    body.sidebar .main__content {
  padding-right: 0;
  width: 100%; } }

.banner-actief .main__content,
.banner-actief .region-sidebar {
  position: relative; }

/*
 * .banner-actief .main__content {
 * margin-top: -250px;
 * 
 * @media (max-width: $milli) {
 * margin-top: 0;
 * }
 * }
 * 
 * .banner-actief .region-sidebar {
 * margin-top: -200px;
 * 
 * @media (max-width: $milli) {
 * margin-top: 0;
 * }
 * }
 */
.region-sidebar {
  float: right;
  padding-left: 20px;
  width: 35%; }
  @media (max-width: 768px) {
    .region-sidebar {
  padding-left: 0;
  padding-top: 20px;
  width: 100%; } }

article {
  overflow: hidden; }

h1,
h2,
h3,
h4,
h5,
.field-name-field-title {
  font-family: 'Roboto', sans-serif;
  margin: 0; }

h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 20px; }
  @media (max-width: 420px) {
    h1 {
  font-size: 1.5rem;
  line-height: 1.75rem; } }

h2,
.field-name-field-title {
  font-size: 1.25rem; }
  @media (max-width: 420px) {
    h2 {
  font-size: 1.25rem;
  line-height: 1.5rem; } }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 16px; }

ul,
ol,
blockquote,
p,
table {
  margin: 0 0 20px 0;
  padding: 0; }

  ul li,
  ol li {
    list-style: square;
    margin-left: 20px; }

  ol li {
    list-style: decimal; }

blockquote {
  font-style: italic;
  overflow: hidden;
  padding: 20px 20px 0 20px; }

a {
  font-weight: 700;
  text-decoration: none; }
  a:hover,
  a:focus {
    text-decoration: underline; }
  a.cta,
  input[type="submit"] {
    border-radius: 5px;
    border: 0;
    color: white;
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center; }
    a.cta:hover,
    a.cta:focus,
    input[type="submit"]:hover,
    input[type="submit"]:focus {
      color: white; }

img {
  height: auto;
  max-width: 100%; }

  img.responsive {
    height: auto !important;
    max-width: 100%; }

  figure.align-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px; }
  figure.align-right {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px; }
  figure > figcaption {
    font-size: 14px;
    padding: 20px 20px;
    text-align: center; }

.table-wrap {
  _overflow: auto;
  overflow-y: auto;
  margin: 0 0 1em;
  width: 100%; }
  .table-wrap::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 14px;
    width: 14px; }
  .table-wrap::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border: 3px solid white;
    border-radius: 8px; }

table {
  clear: both;
  border: none !important;
  border-spacing: 0 !important;
  width: 100% !important; }
  table th,
  table td {
    padding: 20px 20px;
    vertical-align: top; }
  table th {
    background: #aaaaaa;
    border: 1px solid #aaaaaa;
    border-right-color: rgba(0, 0, 0, 0.1);
    color: white; }
    table th a {
      color: white; }
    table th:last-child {
      border-right-color: #aaaaaa; }
  table td {
    border: 1px solid #c7c7c7; }
    table tr:nth-child(even) td {
      background-color: #f8f8f8; }

.cke_editable {
  margin: 0 auto;
  max-width: 1000px;
  text-align: left;
  background: white;
  padding: 20px;
  text-align: left; }
  @media (max-width: 1080px) {
    .cke_editable {
  max-width: none;
  padding-left: 40px;
  padding-right: 40px; } }

.comment {
  overflow: hidden;
  margin-bottom: 20px; }
  .comment .user-picture {
    float: left;
    padding-right: 20px;
    width: 10%; }
    .comment .user-picture img {
      height: auto;
      width: 100%; }
  .comment .content {
    float: right;
    width: 90%; }
  .comment.indented {
    margin-left: 20px; }

.views-exposed-widgets {
  display: flex;
  flex-flow: row wrap;
  margin: -10px;
  padding-bottom: 20px; }
  .views-exposed-widgets .views-exposed-widget {
    flex: 1;
    float: none;
    padding: 0 10px; }
    .views-exposed-widgets .views-exposed-widget.views-submit-button {
      max-width: 20%; }

  .footer ul.menu {
    text-align: center; }
    @media (max-width: 768px) {
      .footer ul.menu {
    padding-bottom: 20px; } }
      @media (max-width: 768px) {
        .footer ul.menu li.leaf {
      display: block; } }
    .footer ul.menu li.leaf a,
    .footer ul.menu li.leaf .nolink {
      font-size: 14px; }
      @media (max-width: 768px) {
        .footer ul.menu li.leaf a,
    .footer ul.menu li.leaf .nolink {
      padding-bottom: 0; } }
    .footer ul.menu li.vmn-logo {
      background: url(/sites/all/themes/vakmedianet/img/vmn-logo.png) no-repeat;
      background-position: 20px;
      background-size: 50% auto;
      text-indent: -99999px; }
      @media (max-width: 768px) {
        .footer ul.menu li.vmn-logo {
      background-position: center 15px;
      display: inline-block; } }

.form {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 10px 10px 10px; }

.banner-actief .form {
  margin-top: 170px; }
  @media (max-width: 768px) {
    .banner-actief .form {
  margin-top: 0;
  position: static; } }

.banner-actief .logos--top + .form {
  margin-top: 0; }

.banner-actief .logos--top {
  min-height: 170px; }

.form__title {
  font-size: 16px;
  margin-bottom: 5px; }

.form-item {
  overflow: hidden;
  margin-bottom: 10px; }
  .form-item.webform-component-checkboxes,
  .form-item.form-type-checkbox {
    padding: 0; }
  .form-item .description {
    clear: both;
    font-size: 12px;
    margin-top: 10px;
    padding: 5px;
    text-align: center; }

label {
  font-size: 11px;
  margin-bottom: 0; }

input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
  border-color: #e2e1de !important;
  border-radius: 3px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  outline: none;
  padding: 5px 10px;
  resize: none;
  width: 100%; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  select:focus,
  textarea:focus {
    border-color: #222222 !important; }

.webform-container-inline input[type="text"],
.webform-container-inline input[type="email"],
.webform-container-inline input[type="password"],
.webform-container-inline select,
.webform-container-inline textarea {
  float: right;
  width: 60%; }

.webform-component--Gender,
.webform-component--Firstname,
.webform-component--Middlename,
.webform-component--Housenumber,
.webform-component--HousenumberAddition,
.webform-component--Zipcode {
  float: left;
  width: 33.333%; }

.webform-component--Gender {
  width: 30%; }

.webform-component--Middlename {
  width: 36.6%; }

.webform-component--Lastname,
.webform-component--City {
  clear: both; }

.webform-component--Gender,
.webform-component--Housenumber {
  padding-right: 10px; }

.webform-component--Middlename,
.webform-component--Zipcode {
  padding-left: 10px; }

.webform-component.nieuwsbrief {
  clear: both; }

textarea {
  float: none;
  resize: none;
  width: 100%; }

input[type="checkbox"] {
  -webkit-appearance: checkbox; }

input[type="radio"] {
  -webkit-appearance: radio; }

.webform-component-radios label,
.webform-component-checkboxes label {
  width: 100%; }

.form-checkboxes .form-item,
.form-radios .form-item {
  margin: 0; }

.form-type-radio,
.form-type-checkbox {
  display: flex; }
  .form-type-radio input,
  .form-type-checkbox input {
    margin: 3px 0 0 0; }
  .form-type-radio label,
  .form-type-checkbox label {
    padding-left: 5px; }

input:focus,
select:focus,
textarea:focus {
  border-color: #222222 !important;
  color: #222222 !important; }

.grippie,
.webform-component-textarea .grippie {
  display: none; }

input[type="submit"] {
  float: none;
  font-size: 16px;
  width: 100%; }
  input[type="submit"].webform-previous {
    background: none;
    border: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 10px;
    width: auto; }

  .webform-container-inline .form-item {
    margin-bottom: 0; }
    .webform-container-inline .form-item select {
      width: auto; }
    .webform-container-inline .form-item:last-child {
      margin-right: 0; }

.confirm-parent,
.password-parent,
div.password-confirm {
  width: auto; }

.password-strength,
div.password-confirm {
  float: none; }

input.password-confirm,
input.password-field {
  margin-bottom: 0; }

.webform-component--landingspagina {
  display: none; }

.velden-naast-elkaar .fieldset-wrapper {
  display: flex;
  justify-content: space-between; }

  .velden-naast-elkaar--twee .webform-component {
    width: 49%; }

  @media (max-width: 1080px) {
    .grid {
  padding-left: 40px;
  padding-right: 40px; } }

.grid__row {
  display: flex;
  margin-top: 40px; }
  @media (max-width: 768px) {
    .grid__row {
  display: block; } }
  .grid__row.grid__row--first {
    margin-top: 0; }

.grid__column {
  float: left;
  margin-right: 40px; }
  .grid__column.grid__column--last {
    margin-right: 0; }

  .grid--two-columns .grid__column {
    width: 48%; }
    @media (max-width: 768px) {
      .grid--two-columns .grid__column {
    margin-bottom: 40px;
    width: 100%; } }
    @media (max-width: 768px) {
      .grid--two-columns .grid__column--last {
    margin-bottom: 0; } }

  .grid--three-columns .grid__column {
    width: 30.667%; }
    @media screen and (max-width: 768px) {
      .grid--three-columns .grid__column {
    margin-bottom: 40px;
    width: 100%; } }
    @media (max-width: 768px) {
      .grid--three-columns .grid__column--last {
    margin-bottom: 0; } }

  .grid--four-columns .grid__column {
    width: 22%; }
    @media screen and (max-width: 768px) {
      .grid--four-columns .grid__column {
    margin-bottom: 40px;
    width: 100%; } }

  .grid--five-columns .grid__column {
    width: 16.8%; }

.node-type-landing-page .action-links {
  display: none; }

.field-name-field-title {
  font-weight: 700; }

  .field-name-field-bullet-point .field-item:before {
    color: false;
    margin-right: 5px; }

  .checkmarks .field-name-field-bullet-point .field-item:before {
    content: "✔"; }

  .bullets .field-name-field-bullet-point .field-item:before {
    content: "•"; }

  .squares .field-name-field-bullet-point .field-item:before {
    content: "■"; }

.logos {
  font-size: 12px;
  text-align: center; }
  .logos a {
    display: block;
    margin: 10px 0; }

.logo-text {
  display: block;
  margin-bottom: 10px; }

.logos--top {
  padding: 0 0 20px 0; }
  .logos--top .logo img {
    max-width: 200px; }

.logos--bottom {
  clear: both;
  padding: 40px 0 0 0;
  text-align: left; }
  .logos--bottom .view-content > div {
    display: inline-block; }

.logo {
  padding: 10px; }
  .logo img {
    max-width: 100px; }

.block--banner {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .block--banner img {
    border-radius: 5px 5px 0 0;
    width: 100%; }
  @media (max-width: 768px) {
    .block--banner {
  position: static; } }

div.messages {
  border-radius: 5px;
  background-image: none;
  color: white;
  border: none;
  padding: 10px 20px;
  margin: 0 0 20px 0; }
  div.messages a {
    color: rgba(255, 255, 255, 0.85);
    font-weight: bold;
    text-decoration: none; }
    div.messages a:hover,
    div.messages a:focus {
      color: white; }
  div.messages.status {
    background-color: #2ecc40; }
  div.messages.warning {
    background-color: #ff851b; }
  div.messages.error {
    background-color: #ff4136; }

.header {
  background: #222222; }
  .admin-menu .header {
    top: 29px; }
  @media (max-width: 768px) {
    .header {
  overflow: visible;
  position: static; } }
  .header .logo {
    border: none;
    float: left;
    margin-right: 20px; }
    .header .logo img {
      max-height: 75px; }
  .header .region-navigation {
    float: right; }


ul.menu {
  font-size: 0;
  margin: 0; }
  ul.menu li.leaf {
    display: inline-block; }
    ul.menu li.leaf a,
    ul.menu li.leaf .nolink {
      transition: all 0.15s linear;
      border: none;
      display: block;
      font-family: 'Roboto', sans-serif;
      font-size: 16px;
      opacity: 0.75;
      padding: 20px; }
      ul.menu li.leaf a:hover,
      ul.menu li.leaf .nolink:hover,
      ul.menu li.leaf a:focus,
      ul.menu li.leaf .nolink:focus {
        opacity: 1; }
    ul.menu li.leaf .active,
    ul.menu li.leaf .active-trail {
      font-weight: bold;
      opacity: 1;
      text-transform: uppercase; }

.menu .leaf .menu {
  display: none; }

#sidr-0-button {
  border: none;
  color: white;
  display: block;
  padding: 20px; }

.sidr {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'Roboto', sans-serif;
  font-size: 16px; }
  .sidr .sidr-inner {
    padding: 0; }
  .sidr ul {
    margin: 0;
    border: none; }
    .sidr ul li {
      border: none;
      line-height: inherit; }
      .sidr ul li a {
        border: none;
        line-height: inherit;
        padding: 20px; }
    .sidr ul li:hover > a {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .sidr ul li:hover {
      line-height: inherit; }

ul.pager {
  padding-bottom: 20px;
  position: relative; }
  ul.pager a {
    border: none; }
  ul.pager li.pager-next,
  ul.pager li.pager-previous {
    left: 0;
    position: absolute; }
  ul.pager li.pager-next {
    left: auto;
    right: 0; }

.paragraphs-item-image,
.paragraphs-item-video,
.paragraphs-item-bullet-points {
  margin-bottom: 20px; }

.paragraphs-item-titel {
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .paragraphs-item-titel {
  margin: 20px 0; } }

.paragraphs-item-titel .field-items {
  display: flex;
  align-items: flex-end;
  height: 232px; }
  @media (max-width: 768px) {
    .paragraphs-item-titel .field-items {
  height: auto; } }

.paragraphs-item-titel .field-item {
  background: white;
  padding: 15px;
  margin: 30px; }
  @media (max-width: 768px) {
    .paragraphs-item-titel .field-item {
  margin: 0;
  padding: 0; } }

.paragraphs-item-titel .field-item > *:last-child {
  margin-bottom: 0; }

.paragraphs-item-naast-elkaar .field-name-field-paragrafen > .field-items {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .paragraphs-item-naast-elkaar .field-name-field-paragrafen > .field-items {
  display: block; } }

.paragraphs-item-naast-elkaar .field-name-field-paragrafen > .field-items > .field-item {
  flex-grow: 1; }

.paragraphs-item-naast-elkaar .field-name-field-paragrafen > .field-items > .field-item img {
  max-width: 200px; }
  @media (max-width: 768px) {
    .paragraphs-item-naast-elkaar .field-name-field-paragrafen > .field-items > .field-item img {
  max-width: 100%; } }

.paragraphs-item-naast-elkaar .field-name-field-paragrafen > .field-items > .field-item:first-child {
  padding-right: 20px; }
  @media (max-width: 768px) {
    .paragraphs-item-naast-elkaar .field-name-field-paragrafen > .field-items > .field-item:first-child {
  padding-right: 0;
  padding-bottom: 20px; } }

.paragraphs-item-naast-elkaar .field-name-field-paragrafen > .field-items > .field-item:last-child {
  padding-left: 20px; }
  @media (max-width: 768px) {
    .paragraphs-item-naast-elkaar .field-name-field-paragrafen > .field-items > .field-item:last-child {
  padding-left: 0;
  padding-top: 20px; } }

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
  /*
   * Style adjustments for high resolution devices
   */ }

  @media print {
    .header {
  text-align: center; } }
    @media print {
      .header .navbar,
  .header .block {
    display: none; } }
    @media print {
      .header a.logo {
    float: none;
    margin: 0 auto; } }
      @media print {
        .header a.logo:after {
      display: none; } }

  @media print {
    article {
  display: block;
  clear: both; } }
    @media print {
      article .field-name-field-delen {
    display: none; } }

  @media print {
    .comments {
  display: none; } }

  @media print {
    .footer {
  display: none; } }

.block-search input {
  float: none;
  width: 100%; }

.search-form {
  overflow: hidden; }
  .search-form .form-item-keys {
    float: left;
    padding-right: 20px;
    width: 70%; }
    .search-form .form-item-keys label {
      float: left;
      width: 40%; }
    .search-form .form-item-keys input {
      float: right;
      padding-left: 20px;
      width: 60%; }
  .search-form input.form-submit {
    float: left;
    width: 30%; }

.tabs {
  background-color: #e8e8e8; }
  .tabs .primary {
    margin: 0 auto;
    max-width: 1000px;
    text-align: left;
    font-size: 0; }
  @media (max-width: 1080px) {
    .tabs .primary {
    max-width: none;
    padding-left: 40px;
    padding-right: 40px; } }
    .tabs .primary li {
      margin-left: 0; }
      .tabs .primary li a,
      .tabs .primary li .active {
        display: inline-block;
        font-size: 14px;
        padding: 20px; }
        .tabs .primary li a:hover,
        .tabs .primary li .active:hover,
        .tabs .primary li a:focus,
        .tabs .primary li .active:focus {
          background-color: #dddddd;
          padding: 20px; }
        .tabs .primary li a.active,
        .tabs .primary li .active.active {
          background-color: #d2d2d2; }

