/*
 * *
 * * @file
 * * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 * *
 * * When you turn on CSS aggregation at admin/config/development/performance, all
 * * of these @include files will be combined into a single file.
 */
/*
 * Google lettertype: "Roboto en Roboto Condensed"
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet");
/*
 * 
 * @mixin linear-gradient($fromColor, $toColor) {
 * background-color: $toColor;
 * background-image: -webkit-gradient(linear, left top, left bottom, from($fromColor), to($toColor));
 * background-image: -webkit-linear-gradient(top, $fromColor, $toColor);
 * background-image:    -moz-linear-gradient(top, $fromColor, $toColor);
 * background-image:     -ms-linear-gradient(top, $fromColor, $toColor);
 * background-image:      -o-linear-gradient(top, $fromColor, $toColor);
 * background-image:         linear-gradient(top, $fromColor, $toColor);
 * filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#{$fromColor}', EndColorStr='#{$toColor}');
 * }
 */
/*
 * 
 * @mixin box-shadow($top, $left, $blur, $color, $inset: false) {
 * @if $inset {
 * -webkit-box-shadow:inset $top $left $blur $color;
 * -moz-box-shadow:inset $top $left $blur $color;
 * box-shadow:inset $top $left $blur $color;
 * } @else {
 * -webkit-box-shadow: $top $left $blur $color;
 * -moz-box-shadow: $top $left $blur $color;
 * box-shadow: $top $left $blur $color;
 * }
 * }
 */
@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'59';}}
html,
body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #333333;
  background: white;
  -webkit-overflow-scrolling: touch; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'72';}}
body.large-font {
  text-transform: uppercase;
  font-weight: bold; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'75';}}
  body.large-font h1,
  body.large-font h2,
  body.large-font h3,
  body.large-font h4,
  body.large-font h5,
  body.large-font h6,
  body.large-font a,
  body.large-font button,
  body.large-font li,
  body.large-font .node__bericht.node__bericht--teaser .field__title h3,
  .node__bericht.node__bericht--teaser .field__title body.large-font h3,
  body.large-font .node__page.node__bericht--teaser .field__title h3,
  .node__page.node__bericht--teaser .field__title body.large-font h3,
  body.large-font .node__bedrijf.node__bericht--teaser .field__title h3,
  .node__bedrijf.node__bericht--teaser .field__title body.large-font h3,
  body.large-font .node__home.node__bericht--teaser .field__title h3,
  .node__home.node__bericht--teaser .field__title body.large-font h3,
  body.large-font .profiel__complete.node__bericht--teaser .field__title h3,
  .profiel__complete.node__bericht--teaser .field__title body.large-font h3,
  body.large-font footer .footer h3,
  footer .footer body.large-font h3,
  body.large-font .page-search .content__content h2,
  .page-search .content__content body.large-font h2 {
    font-weight: bold;
    text-transform: uppercase; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'82';}}
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'83';}}
  @media (min-width: 1024px) {
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'82';}}
@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'82';}}
html body.admin-menu,
body.adminimal-menu.admin-menu.menu-render-newline {
  margin-top: 58px !important; } }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'87';}}
body.admin-menu.adminimal-menu:before {
  height: 0px; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'91';}}
.row {
  margin: 0px; }

/*
 * Maak alle inputs maximaal 100% breed, zodat ze de layout niet breken
 */
@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'96';}}
input {
  max-width: 100%;
  margin: 0; }

/*
 * Overschrijf Drupals standaard css voor Jquery UI
 */
@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'101';}}
#ui-datepicker-div {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  border: 1px solid #bbbbbb; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'105';}}
  #ui-datepicker-div .ui-datepicker table {
    margin: 0 0 3px 0; }

/*
 * Overschrijf de styling van de tooltips
 */
@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'111';}}
.tooltipster-default {
  border-radius: 4px;
  border: none;
  background: #bbbbbb;
  color: white; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'116';}}
  .tooltipster-default .tooltipster-content {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
    padding: 3px 8px;
    border: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'128';}}
picture,
.field__afbeelding,
.field__slider {
  position: relative;
  vertical-align: top;
  display: block; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'132';}}
  picture img,
  .field__afbeelding img,
  .field__slider img {
    max-width: 100%;
    display: block; }

/*
 * Animeer alle images die in een imagefill block staan
 */
@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'139';}}
.blok-image-holder img {
  vertical-align: top;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  max-width: inherit; }

/*
 * Geef alle block elementen een relative position
 */
@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'160';}}
header,
main,
section,
aside,
footer,
.container,
.row,
.region,
.block,
.blockgroup {
  position: relative; }
  @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ethos\/domains\/ethos-europe\.eu\/private_html\/sites\/all\/themes\/standaard\/scss\/mixins\.scss;}line{font-family:'94';}}
  header:before,
  main:before,
  section:before,
  aside:before,
  footer:before,
  .container:before,
  .row:before,
  .region:before,
  .block:before,
  .blockgroup:before,
  header:after,
  main:after,
  section:after,
  aside:after,
  footer:after,
  .container:after,
  .row:after,
  .region:after,
  .block:after,
  .blockgroup:after {
    content: "";
    display: table; }
  @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ethos\/domains\/ethos-europe\.eu\/private_html\/sites\/all\/themes\/standaard\/scss\/mixins\.scss;}line{font-family:'98';}}
  header:after,
  main:after,
  section:after,
  aside:after,
  footer:after,
  .container:after,
  .row:after,
  .region:after,
  .block:after,
  .blockgroup:after {
    clear: both; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'165';}}
main {
  z-index: 5;
  padding-top: 22px;
  box-shadow: 0px 10px 30px -10px rgba(51, 51, 51, 0.6); }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'170';}}
.section__bottom {
  z-index: 1; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'183';}}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
.node__bericht.node__bericht--teaser .field__title h3,
.node__page.node__bericht--teaser .field__title h3,
.node__bedrijf.node__bericht--teaser .field__title h3,
.node__home.node__bericht--teaser .field__title h3,
.profiel__complete.node__bericht--teaser .field__title h3,
footer .footer h3,
.page-search .content__content h2 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Open Sans", sans-serif;
  color: #ec6408;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.4em;
  padding-bottom: 0.4em; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'195';}}
h1 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'200';}}
h2,
.node__bericht.node__bericht--teaser .field__title h3,
.node__page.node__bericht--teaser .field__title h3,
.node__bedrijf.node__bericht--teaser .field__title h3,
.node__home.node__bericht--teaser .field__title h3,
.profiel__complete.node__bericht--teaser .field__title h3,
footer .footer h3 {
  font-size: 26px;
  line-height: 28px;
  font-weight: 400; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'205';}}
h3 {
  font-size: 17px;
  line-height: 22px;
  font-weight: 700; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'210';}}
h4,
.page-search .content__content h2 {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'215';}}
h5 {
  font-size: 15px;
  line-height: 15px;
  font-weight: 400; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'220';}}
p {
  margin-bottom: 22px;
  font-family: "Open Sans", sans-serif; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'225';}}
ul {
  margin-bottom: 22px;
  font-family: "Open Sans", sans-serif; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'228';}}
  ul .fa-ul {
    margin-left: 22px; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'230';}}
    ul .fa-ul .fa-li {
      top: 3px;
      left: -28px; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'236';}}
a {
  color: #155a9b;
  text-decoration: none; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'239';}}
  a:hover {
    color: #333333; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'242';}}
  a:focus,
  a:active {
    text-decoration: underline; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'247';}}
hr.dark {
  border-color: #cccccc; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'250';}}
hr.invert {
  border-color: #fefefe; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'254';}}
.no-padding {
  padding: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'257';}}
.no-margin {
  margin: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'261';}}
.text-right {
  text-align: right; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'264';}}
.text-center {
  text-align: center; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'267';}}
.text-bold,
strong,
b {
  font-weight: 700; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'270';}}
.text-upper {
  text-transform: uppercase; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'274';}}
ul.social {
  display: block;
  list-style-type: none; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'277';}}
  ul.social li {
    display: block;
    float: left;
    height: 28px;
    margin-bottom: 10px;
    width: 50%;
    text-align: center; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'285';}}
  ul.social a {
    display: inline-block;
    line-height: 28px;
    font-size: 12px;
    color: white;
    border: 1px solid #efefef;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    text-align: center; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'296';}}
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'297';}}
    ul.social .facebook a {
      color: #677fb5;
      border-color: #677fb5; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'300';}}
      ul.social .facebook a:hover {
        color: white;
        background-color: #677fb5; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'306';}}
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'307';}}
    ul.social .twitter a {
      color: #70c2e9;
      border-color: #70c2e9; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'310';}}
      ul.social .twitter a:hover {
        color: white;
        background-color: #70c2e9; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'316';}}
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'317';}}
    ul.social .linkedin a {
      color: #3daccf;
      border-color: #3daccf; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'320';}}
      ul.social .linkedin a:hover {
        color: white;
        background-color: #3daccf; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'326';}}
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'327';}}
    ul.social .website a {
      color: #0d65a0;
      border-color: #0d65a0; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'330';}}
      ul.social .website a:hover {
        color: white;
        background-color: #0d65a0; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'341';}}
.invisible {
  visibility: hidden; }

/*
 * Responsive mixins * /
 * @media (min-width: 320px) {
 * Kleine telefoons
 * }
 * @media (min-width: 520px) {
 * Grotere telefoons tot kleine tablets
 * }
 * @media (min-width: 768px) {
 * Grootste telefoons en kleine tablets grote tablets
 * }
 * @media (min-width: 992px) {
 * Grotere tablets tot kleine laptops
 * }
 * @media (min-width: 1200px) {
 * Grootste tablets en grotere laptops
 * }
 * @media (min-width: 1600px) {
 * Grootste schermen
 * }
 */
/*
 * ALgemende styles
 */
@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'367';}}
.nopad {
  padding: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'387';}}
.btn {
  background-color: #0d65a0;
  border: 1px solid #0c5c92;
  border-radius: 4px;
  color: white; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'377';}}
  .btn:hover,
  .btn:focus {
    background-color: #0c5c92;
    border-color: #0b5688;
    color: white; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'382';}}
  .btn.active {
    background-color: #0b5688;
    border-color: #0d65a0; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'405';}}
.btn-invert {
  background-color: #3ab7f7;
  border: 1px solid #49bcf8;
  border-radius: 4px;
  color: white; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'395';}}
  .btn-invert:hover,
  .btn-invert:focus {
    background-color: #49bcf8;
    border-color: #53c0f8;
    color: white; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'400';}}
  .btn-invert.active {
    background-color: #53c0f8;
    border-color: #3ab7f7; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'415';}}
.block--link {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: transparent; }

/*
 * ALgemende styles
 */
@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'442';}}
.disable-selection,
.disable-selection * {
  -moz-user-select: none;
    /*
   * Firefox
   */
  -ms-user-select: none;
    /*
   * Internet Explorer
   */
  -khtml-user-select: none;
    /*
   * KHTML browsers (e.g. Konqueror)
   */
  -webkit-user-select: none;
    /*
   * Chrome, Safari, and Opera
   */
  -webkit-touch-callout: none;
    /*
   * Disable Android and iOS callouts
   */ }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'450';}}
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'451';}}
  form .form-item {
    max-width: 100%;
    margin: 5px 0 15px 0; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'454';}}
    form .form-item label {
      display: block;
      color: #333333;
      font-weight: 700;
      margin: 0 0 5px 0; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'459';}}
      form .form-item label .form-required {
        color: #cc0000; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'462';}}
      form .form-item label.option {
        display: inline-block;
        margin-left: 5px; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'467';}}
    form .form-item .description {
      margin: 5px 0px;
      padding-left: 5px; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'472';}}
    form .form-item input[type="text"],
    form .form-item input[type="password"],
    form .form-item input[type="datetime"],
    form .form-item input[type="datetime-local"],
    form .form-item input[type="date"],
    form .form-item input[type="month"],
    form .form-item input[type="time"],
    form .form-item input[type="week"],
    form .form-item input[type="number"],
    form .form-item input[type="email"],
    form .form-item input[type="url"],
    form .form-item input[type="search"],
    form .form-item input[type="tel"],
    form .form-item input[type="color"],
    form .form-item .uneditable-input,
    form .form-item textarea,
    form .form-item select {
      display: block;
      height: 34px;
      width: 100%;
      max-width: 100%;
      padding: 6px 12px;
      line-height: 1.4;
      color: #333333;
      border: 1px solid #333333;
      border-radius: 4px; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'482';}}
      form .form-item input[type="text"].error,
      form .form-item input[type="password"].error,
      form .form-item input[type="datetime"].error,
      form .form-item input[type="datetime-local"].error,
      form .form-item input[type="date"].error,
      form .form-item input[type="month"].error,
      form .form-item input[type="time"].error,
      form .form-item input[type="week"].error,
      form .form-item input[type="number"].error,
      form .form-item input[type="email"].error,
      form .form-item input[type="url"].error,
      form .form-item input[type="search"].error,
      form .form-item input[type="tel"].error,
      form .form-item input[type="color"].error,
      form .form-item .uneditable-input.error,
      form .form-item textarea.error,
      form .form-item select.error {
        background-color: #ffbebe;
        border-color: #940000; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'488';}}
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'492';}}
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'496';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'497';}}
      form .form-item.webform-component-textarea textarea,
      form .form-item.form-type-textarea textarea {
        min-height: 93px; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'502';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'503';}}
      form .form-item.webform-component-date input,
      form .form-item.webform-component-date select,
      form .form-item.form-type-date input,
      form .form-item.form-type-date select {
        width: inherit; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'508';}}
    form .form-item.webform-component-radios,
    form .form-item.form-type-radios {
      padding-left: 0px; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'510';}}
      form .form-item.webform-component-radios .form-type-radio,
      form .form-item.form-type-radios .form-type-radio {
        margin: 0; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'512';}}
        form .form-item.webform-component-radios .form-type-radio input,
        form .form-item.webform-component-radios .form-type-radio label,
        form .form-item.form-type-radios .form-type-radio input,
        form .form-item.form-type-radios .form-type-radio label {
          display: inline-block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'518';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'519';}}
      form .form-item.webform-component-checkbox input,
      form .form-item.webform-component-checkbox label,
      form .form-item.form-type-checkbox input,
      form .form-item.form-type-checkbox label {
        vertical-align: top;
        display: inline-block; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'523';}}
      form .form-item.webform-component-checkbox label,
      form .form-item.form-type-checkbox label {
        width: 95%; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'528';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'529';}}
      form .form-item.form-item-captcha-response .description {
        display: none; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'533';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'536';}}
      form .form-item.form-type-password-confirm div.password-strength,
      form .form-item.form-type-password-confirm div.password-suggestions,
      form .form-item.form-type-password-confirm div.password-confirm {
        width: auto;
        margin: 0; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'539';}}
        form .form-item.form-type-password-confirm div.password-strength ul,
        form .form-item.form-type-password-confirm div.password-suggestions ul,
        form .form-item.form-type-password-confirm div.password-confirm ul {
          padding-left: 25px; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'543';}}
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'544';}}
        form .form-item.form-type-password-confirm div.password-suggestions ul {
          display: none; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'548';}}
      form .form-item.form-type-password-confirm .description {
        display: none !important; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'554';}}
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'555';}}
    form .form-actions input {
      background-color: #0d65a0;
      border: 1px solid #0c5c92;
      border-radius: 4px;
      color: white;
      padding: 5px 15px;
      font-size: 15px;
      margin-right: 15px; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'377';}}
  form .form-actions input:hover,
  form .form-actions input:focus {
    background-color: #0c5c92;
    border-color: #0b5688;
    color: white; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'382';}}
  form .form-actions input.active {
    background-color: #0b5688;
    border-color: #0d65a0; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'567';}}
  form #edit-field-voornaam,
  form #edit-field-achternaam,
  form #edit-field-bedrijfsnaam,
  form #edit-field-prive-email,
  form #edit-account {
    max-width: 425px; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'571';}}
  form #edit-field-bedrijf,
  form #edit-field-onderdeel {
    max-width: 420px; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'578';}}
  form #edit-field-website,
  form #edit-field-linkedin,
  form #edit-field-facebook,
  form #edit-field-twitter {
    max-width: 340px; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'586';}}
  form #edit-field-postcode,
  form #edit-field-telefoon,
  form #edit-field-prive-telefoon,
  form #edit-field-telefoon-mobiel,
  form #edit-field-personeelsnummer,
  form #edit-state {
    max-width: 200px; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'590';}}
  form #edit-locale,
  form .registration-who-msg {
    display: none; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'593';}}
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'595';}}
    form #edit-field-bedrijfsinfo .form-item-field-bedrijfsinfo-und-0-summary .description,
    form #edit-field-bedrijfsinfo .ckeditor_links {
      display: none !important; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'599';}}
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'600';}}
    form #edit-field-profielfoto td {
      border-color: #efefef; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'603';}}
    form #edit-field-profielfoto .tabledrag-handle {
      margin-left: 0; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'605';}}
      form #edit-field-profielfoto .tabledrag-handle .handle {
        width: 25px;
        height: 25px; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'610';}}
    form #edit-field-profielfoto .image-widget {
      padding: 15px; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'613';}}
    form #edit-field-profielfoto .image-widget-data {
      padding: 0px 30px 10px 20px; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'615';}}
      form #edit-field-profielfoto .image-widget-data .form-item {
        padding-top: 15px; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'619';}}
    form #edit-field-profielfoto .tabledrag-toggle-weight-wrapper {
      display: none; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'623';}}
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'624';}}
    form .captcha .fieldset-description {
      display: none; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'627';}}
    form .captcha .field-prefix {
      display: inline-block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'630';}}
    form .captcha .form-item input {
      display: inline-block;
      text-align: center;
      max-width: 155px; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'636';}}
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'637';}}
    form .field-widget-options-select #edit-field-commissie-und {
      height: 190px; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'639';}}
      form .field-widget-options-select #edit-field-commissie-und option {
        height: 22px;
        padding: 2px 5px; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'645';}}
  form .field-widget-text-textfield {
    position: relative; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'647';}}
    form .field-widget-text-textfield .tabledrag-toggle-weight-wrapper {
      position: absolute;
      top: 0;
      right: 0; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'652';}}
    form .field-widget-text-textfield table {
      width: 100%; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'654';}}
      form .field-widget-text-textfield table th {
        border-bottom: 0; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'657';}}
      form .field-widget-text-textfield table td.field-multiple-drag {
        position: relative; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'659';}}
        form .field-widget-text-textfield table td.field-multiple-drag .tabledrag-handle {
          margin: 0;
          padding: 10px 0 0 5px;
          display: block;
          width: 100%;
          height: 34px; }
          @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'665';}}
          form .field-widget-text-textfield table td.field-multiple-drag .tabledrag-handle .handle {
            height: 20px;
            width: 100%;
            margin: 0;
            padding: 0;
            background-position: top center;
            overflow: hidden; }
          @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'673';}}
          form .field-widget-text-textfield table td.field-multiple-drag .tabledrag-handle.tabledrag-handle-hover .handle {
            background-position: center center; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'677';}}
        form .field-widget-text-textfield table td.field-multiple-drag .tabledrag-changed {
          position: absolute;
          left: 1px;
          top: 8px; }

/*
 * Header
 */
@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'688';}}
header {
  position: relative;
  z-index: 99;
    /*
   * Logo
   */
    /*
   * Menu
   */ }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'692';}}
  header:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    top: 0;
    left: 0;
    background-color: #f79939;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF79939');
    background-image: -webkit-linear-gradient(left, white 0%, white 40%, #f79939 60%, #f79939 100%);
    background-image: -moz-linear-gradient(left, white 0%, white 40%, #f79939 60%, #f79939 100%);
    background-image: linear-gradient(left, white 0%, white 40%, #f79939 60%, #f79939 100%); }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'708';}}
  header .header__logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'713';}}
    @media (min-width: 768px) {
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'708';}}
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'708';}}
  header .header__logo {
    position: relative; } }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'716';}}
    header .header__logo a {
      display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'719';}}
    header .header__logo img {
      max-height: 115px;
      padding: 8px 0; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'725';}}
  header .header__menu {
    position: relative;
    z-index: 3;
    font-family: "Open Sans", sans-serif; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'727';}}
    @media (max-width: 768px) {
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'725';}}
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'725';}}
  header .header__menu {
    width: 100%; } }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'732';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'733';}}
      header .header__menu .block-menu-block .blok__blok--content #tinynav1 {
        display: block;
        margin: 15px;
        height: 30px;
        line-height: 30px;
        padding: 0px 15px;
        float: right; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'740';}}
        @media (min-width: 768px) {
          @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'733';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'733';}}
      header .header__menu .block-menu-block .blok__blok--content #tinynav1 {
        display: none; } }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'744';}}
      header .header__menu .block-menu-block .blok__blok--content .l_tinynav1 {
        display: none; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'746';}}
        @media (min-width: 768px) {
          @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'744';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'744';}}
      header .header__menu .block-menu-block .blok__blok--content .l_tinynav1 {
        display: block; } }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'751';}}
    header .header__menu ul.menu {
      margin: 0;
      text-align: right; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'754';}}
      header .header__menu ul.menu > li {
        position: relative;
        display: inline-block;
        margin: 0px; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'758';}}
        header .header__menu ul.menu > li > a {
          display: block;
          padding: 0 10px;
          font-size: 14px;
          color: #0d65a0;
          cursor: pointer;
          line-height: 75px;
          background: none;
          text-decoration: none;
          text-transform: uppercase; }
          @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'768';}}
          @media (min-width: 768px) {
            @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'758';}}
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'758';}}
        header .header__menu ul.menu > li > a {
          padding: 0 15px;
          font-size: 15px; } }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'773';}}
        header .header__menu ul.menu > li.expanded > a {
          padding-right: 27px; }
          @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'775';}}
          header .header__menu ul.menu > li.expanded > a:after {
            position: absolute;
            top: -1px;
            right: 7px;
            bottom: auto;
            left: auto;
            font-family: 'FontAwesome';
            content: "\f107"; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'786';}}
        header .header__menu ul.menu > li:hover,
        header .header__menu ul.menu > li:focus,
        header .header__menu ul.menu > li:active,
        header .header__menu ul.menu > li.is-clicked,
        header .header__menu ul.menu > li.active,
        header .header__menu ul.menu > li.active-trail {
          background: none; }
          @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'788';}}
          header .header__menu ul.menu > li:hover > a,
          header .header__menu ul.menu > li:focus > a,
          header .header__menu ul.menu > li:active > a,
          header .header__menu ul.menu > li.is-clicked > a,
          header .header__menu ul.menu > li.active > a,
          header .header__menu ul.menu > li.active-trail > a {
            background: none;
            color: #3ab7f7;
            font-weight: 500; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'796';}}
          @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'797';}}
          header .header__menu ul.menu > li:active ul,
          header .header__menu ul.menu > li:hover ul,
          header .header__menu ul.menu > li:focus ul {
            height: auto;
            min-height: 50px;
            max-height: 900px;
            opacity: 1; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'805';}}
      header .header__menu ul.menu .dropdown-menu {
        margin: 0;
        border-radius: 0;
        border: 1px solid #333333; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'811';}}
      header .header__menu ul.menu ul.menu {
        display: none;
        position: absolute;
        overflow: hidden;
        z-index: 99;
        top: 100%;
        right: 0px;
        width: 260px;
        background: white;
        min-height: 0px;
        max-height: 0px;
        opacity: 0;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'828';}}
        @media (min-width: 768px) {
          @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'811';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'811';}}
      header .header__menu ul.menu ul.menu {
        display: block; } }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'831';}}
        header .header__menu ul.menu ul.menu li {
          display: block;
          margin: 0;
          float: none; }
          @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'835';}}
          header .header__menu ul.menu ul.menu li a {
            padding: 10px 15px;
            color: #0d65a0;
            border: none;
            line-height: 22px;
            font-size: 14px; }
          @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'844';}}
            @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'845';}}
            header .header__menu ul.menu ul.menu li:hover a,
            header .header__menu ul.menu ul.menu li.active a,
            header .header__menu ul.menu ul.menu li.active-trail a {
              padding: 10px 15px;
              background: #0d65a0;
              color: white; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'854';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'855';}}
      header .header__menu .header__menu--login ul.menu > li > a {
        color: white;
        font-size: 16px;
        line-height: 40px; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'859';}}
        header .header__menu .header__menu--login ul.menu > li > a:hover {
          color: white; }

/*
 * 
 * .slicknav_menu {
 * position: relative;
 * display: block;
 * padding: 0;
 * background: none;
 * .slicknav_btn {
 * display: block;
 * float: none;
 * text-align: right;
 * overflow: hidden;
 * padding: 0;
 * margin: 0;
 * color: $primary_color;
 * background: none;
 * .slicknav_menutxt {
 * display: inline-block;
 * float: none;
 * font-size: 18px;
 * line-height: 75px;
 * font-weight: bold;
 * color: $primary_color;
 * padding-right: 10px;
 * text-shadow: none;
 * @media (min-width: 520px) {
 * //Grotere telefoons tot kleine tablets
 * font-size: 20px;
 * }
 * }
 * .slicknav_icon {
 * display: inline-block;
 * float: none;
 * margin: 11px 0 0 5px;
 * font-size: 23px;
 * .slicknav_icon-bar {
 * background: #fff;
 * }
 * }
 * &.slicknav_open {
 * padding: 0;
 * }
 * }
 * ul {
 * float: none;
 * margin: 0;
 * padding: 5px 0 0 0;
 * border-top: 1px solid $lightgrey;
 * width: 100%;
 * ul {
 * margin: 0 5px;
 * border: none;
 * width: auto;
 * }
 * }
 * li {
 * display: block;
 * float: none;
 * margin: 0;
 * a {
 * margin: 0;
 * padding-right: 30px;
 * border: none;
 * color: $primary_color;
 * font-size: 18px;
 * line-height: 1.25;
 * text-align: right;
 * text-decoration: none;
 * text-transform: uppercase;
 * &:hover,
 * &:active {
 * background: none;
 * }
 * }
 * &:hover,
 * &.active,
 * &.active-trail {
 * > a {
 * padding-right: 15px;
 * &:before {
 * float: right;
 * padding-left: 15px;
 * font-family: "FontAwesome";
 * content: "\f053";
 * font-size: 16px;
 * line-height: 1.4;
 * }
 * }
 * }
 * &.is-expanded,
 * &.dropdown {
 * > .slicknav_item {
 * padding-right: 0;
 * }
 * &:hover {
 * > .slicknav_item {
 * padding-right: 15px;
 * &:before {
 * content: "\f077";
 * }
 * > .menu__link {
 * padding-right: 0;
 * }
 * }
 * }
 * 
 * .slicknav_item.open {
 * content: "\f078";
 * }
 * .slicknav_item.open {
 * content: "\f078";
 * }
 * .dropdown-toggle {
 * padding-right: 0;
 * .caret {
 * display: none;
 * }
 * }
 * .slicknav_arrow {
 * display: none;
 * }
 * .dropdown-menu {
 * position: relative;
 * padding: 0px 15px;
 * background: none;
 * border: none;
 * a {
 * font-size: 15px;
 * }
 * }
 * }
 * }
 * @media (min-width: 768px) {
 * display: none;
 * }
 * }
 */
@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1004';}}

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1006';}}
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1007';}}
  .header__menu--login .usage {
    float: right; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1009';}}
    .header__menu--login .usage .fa {
      color: #155a9b;
      cursor: pointer;
      margin: 12px 10px;
      font-size: 20px; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1018';}}
.banner {
  position: relative;
  z-index: 3;
  width: 100%; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1022';}}
  .banner .banner__content {
    position: relative;
    max-height: 200px;
    z-index: 2;
    background-size: cover;
    background-position: center center; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1028';}}
    .banner .banner__content .container {
      padding-top: 95px;
      padding-bottom: 55px; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1031';}}
      .banner .banner__content .container h1 {
        display: block;
        margin: 0;
        padding: 0;
        color: white;
        text-transform: uppercase;
        font-size: 40px;
        line-height: 50px;
        text-shadow: 2px 2px 0px rgba(13, 101, 160, 0.3); }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1042';}}
    .banner .banner__content img {
      display: block;
      width: 100%; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1047';}}
  .banner .banner__content--slider {
    position: relative;
    z-index: 2;
    overflow: hidden; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1051';}}
    .banner .banner__content--slider ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1056';}}
    .banner .banner__content--slider li {
      display: block;
      height: 545px;
      width: 100%;
      background-size: cover;
      background-position: center center; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1062';}}
      .banner .banner__content--slider li img {
        width: 100%;
        display: block; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1066';}}
      .banner .banner__content--slider li .banner__content--title {
        position: absolute;
        top: 15%;
        left: 0;
        width: 100%; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1071';}}
        .banner .banner__content--slider li .banner__content--title h3 {
          color: white;
          font-size: 36px;
          line-height: 45px;
          text-transform: uppercase;
          text-shadow: 2px 2px 0px rgba(13, 101, 160, 0.3); }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1078';}}
        .banner .banner__content--slider li .banner__content--title p {
          color: white;
          font-size: 18px;
          line-height: 24px;
          text-shadow: 2px 1px 0px rgba(13, 101, 160, 0.5); }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1086';}}
    .banner .banner__content--slider .banner__content--buttondown {
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -153px;
      cursor: pointer; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1093';}}
    .banner .banner__content--slider .flickity-prev-next-button {
      width: 45px;
      height: 45px;
      border-radius: 0; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1097';}}
      .banner .banner__content--slider .flickity-prev-next-button svg {
        width: 50%;
        height: 50%;
        top: 25%;
        left: 25%;
        color: #0d65a0; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1106';}}
    .banner .banner__content--slider .news-block {
      position: absolute;
      right: 90px;
      top: 75px;
      background: white;
      padding: 15px 30px;
      width: 25%; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1113';}}
      .banner .banner__content--slider .news-block img {
        max-width: 100%; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1120';}}
#search {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(13, 101, 160, 0.6); }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1127';}}
  #search form .form-item {
    position: relative;
    z-index: 1;
    margin: 0; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1131';}}
    #search form .form-item .form-text {
      height: 45px;
      line-height: 45px;
      padding: 0 60px 0 15px;
      color: white !important;
      border: none;
      background: none;
      text-align: right; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1140';}}
      #search form .form-item .form-text::-webkit-input-placeholder {
                /*
         * WebKit, Blink, Edge
         */
        color: #eeeeee; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1143';}}
      #search form .form-item .form-text:-moz-placeholder {
                /*
         * Mozilla Firefox 4 to 18
         */
        color: #eeeeee;
        opacity: 1; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1147';}}
      #search form .form-item .form-text::-moz-placeholder {
                /*
         * Mozilla Firefox 19+
         */
        color: #eeeeee;
        opacity: 1; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1151';}}
      #search form .form-item .form-text:-ms-input-placeholder {
                /*
         * Internet Explorer 10-11
         */
        color: #eeeeee; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1154';}}
      #search form .form-item .form-text::-ms-clear {
        width: 0;
        height: 0;
        display: none; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1159';}}
      #search form .form-item .form-text::-ms-reveal {
        width: 0;
        height: 0;
        display: none; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1166';}}
  #search form .form-actions {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 2; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1171';}}
    #search form .form-actions input {
      position: relative;
      display: block;
      margin: 0;
      padding: 0;
      width: 45px;
      z-index: 2;
      background: none;
      border: none;
      line-height: 45px;
      text-indent: -9999px; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1183';}}
    #search form .form-actions:before {
      position: absolute;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      width: 100%;
      line-height: 45px;
      font-size: 18px;
      z-index: 1;
      font-family: 'FontAwesome';
      content: "\f002";
      color: #eeeeee;
      text-align: center;
      background: #f7993a; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1195';}}
    #search form .form-actions:hover {
      background: #0d65a0;
      color: white; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1203';}}
.section__info {
  z-index: 2;
  padding: 15px 0;
  background: white; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1207';}}
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1208';}}
    .section__info .alert ul {
      padding-left: 25px; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1213';}}
  .section__info ul.tabs-primary,
  .section__info ul.action-links {
    margin: 15px 5px 15px 0px;
    background: none;
    border: none;
    float: left; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1218';}}
    .section__info ul.tabs-primary li,
    .section__info ul.action-links li {
      display: inline-block;
      margin: 0 5px 0 0;
      border-radius: 0;
      border: 1px solid #333333; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1223';}}
      .section__info ul.tabs-primary li a,
      .section__info ul.action-links li a {
        display: block;
        margin: 0;
        padding: 0px 15px;
        background: none;
        border: none;
        border-radius: 0;
        line-height: 30px;
        text-shadow: none;
        color: #333333; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1233';}}
        .section__info ul.tabs-primary li a:hover,
        .section__info ul.action-links li a:hover {
          background: #3ab7f7;
          color: white; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1241';}}
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1242';}}
  .page-user-register .section__info {
    display: none; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1245';}}
  .page-user-register main .section__info {
    display: block; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1251';}}
.content__content {
  padding: 15px 0; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1254';}}
  .content__content .node h1.page__title {
    display: inline-block;
    margin-bottom: 15px;
    border-bottom: 2px solid #3ab7f7;
    padding: 5px 0; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1259';}}
    .content__content .node h1.page__title.no-border {
      border: none; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1264';}}
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1265';}}
    .content__content .registreren p {
      margin: 0; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1268';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1269';}}
      .content__content .registreren .field-registratie .registration-who-msg {
        display: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1277';}}
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1278';}}
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1279';}}
    .node-publication .field-afbeelding img,
    .node-newsletter .field-afbeelding img {
      max-width: 100%;
      margin-bottom: 30px; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1285';}}
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1286';}}
    .node-publication .content .btn,
    .node-newsletter .content .btn {
      margin: 15px 0; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1289';}}
    .node-publication .content .field-wp,
    .node-newsletter .content .field-wp {
      position: absolute;
      right: 0;
      padding: 15px; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1301';}}
.node__bericht,
.node__page,
.node__bedrijf,
.node__home,
.profiel__complete {
  overflow: hidden; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1304';}}
  .node__bericht .field__content,
  .node__page .field__content,
  .node__bedrijf .field__content,
  .node__home .field__content,
  .profiel__complete .field__content {
    position: relative;
    background: #efefef;
    overflow: hidden;
    max-height: 310px;
    padding: 22px 15px; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1310';}}
    .node__bericht .field__content h2,
    .node__page .field__content h2,
    .node__bedrijf .field__content h2,
    .node__home .field__content h2,
    .profiel__complete .field__content h2,
    .node__bericht .field__content .node__bericht.node__bericht--teaser .field__title h3,
    .node__bericht.node__bericht--teaser .field__title .node__bericht .field__content h3,
    .node__bericht .field__content .node__page.node__bericht--teaser .field__title h3,
    .node__page.node__bericht--teaser .field__title .node__bericht .field__content h3,
    .node__bericht .field__content .node__bedrijf.node__bericht--teaser .field__title h3,
    .node__bedrijf.node__bericht--teaser .field__title .node__bericht .field__content h3,
    .node__bericht .field__content .node__home.node__bericht--teaser .field__title h3,
    .node__home.node__bericht--teaser .field__title .node__bericht .field__content h3,
    .node__bericht .field__content .profiel__complete.node__bericht--teaser .field__title h3,
    .profiel__complete.node__bericht--teaser .field__title .node__bericht .field__content h3,
    .node__bericht .field__content footer .footer h3,
    footer .footer .node__bericht .field__content h3,
    .node__page .field__content .node__bericht.node__bericht--teaser .field__title h3,
    .node__bericht.node__bericht--teaser .field__title .node__page .field__content h3,
    .node__page .field__content .node__page.node__bericht--teaser .field__title h3,
    .node__page.node__bericht--teaser .field__title .node__page .field__content h3,
    .node__page .field__content .node__bedrijf.node__bericht--teaser .field__title h3,
    .node__bedrijf.node__bericht--teaser .field__title .node__page .field__content h3,
    .node__page .field__content .node__home.node__bericht--teaser .field__title h3,
    .node__home.node__bericht--teaser .field__title .node__page .field__content h3,
    .node__page .field__content .profiel__complete.node__bericht--teaser .field__title h3,
    .profiel__complete.node__bericht--teaser .field__title .node__page .field__content h3,
    .node__page .field__content footer .footer h3,
    footer .footer .node__page .field__content h3,
    .node__bedrijf .field__content .node__bericht.node__bericht--teaser .field__title h3,
    .node__bericht.node__bericht--teaser .field__title .node__bedrijf .field__content h3,
    .node__bedrijf .field__content .node__page.node__bericht--teaser .field__title h3,
    .node__page.node__bericht--teaser .field__title .node__bedrijf .field__content h3,
    .node__bedrijf .field__content .node__bedrijf.node__bericht--teaser .field__title h3,
    .node__bedrijf.node__bericht--teaser .field__title .node__bedrijf .field__content h3,
    .node__bedrijf .field__content .node__home.node__bericht--teaser .field__title h3,
    .node__home.node__bericht--teaser .field__title .node__bedrijf .field__content h3,
    .node__bedrijf .field__content .profiel__complete.node__bericht--teaser .field__title h3,
    .profiel__complete.node__bericht--teaser .field__title .node__bedrijf .field__content h3,
    .node__bedrijf .field__content footer .footer h3,
    footer .footer .node__bedrijf .field__content h3,
    .node__home .field__content .node__bericht.node__bericht--teaser .field__title h3,
    .node__bericht.node__bericht--teaser .field__title .node__home .field__content h3,
    .node__home .field__content .node__page.node__bericht--teaser .field__title h3,
    .node__page.node__bericht--teaser .field__title .node__home .field__content h3,
    .node__home .field__content .node__bedrijf.node__bericht--teaser .field__title h3,
    .node__bedrijf.node__bericht--teaser .field__title .node__home .field__content h3,
    .node__home .field__content .node__home.node__bericht--teaser .field__title h3,
    .node__home.node__bericht--teaser .field__title .node__home .field__content h3,
    .node__home .field__content .profiel__complete.node__bericht--teaser .field__title h3,
    .profiel__complete.node__bericht--teaser .field__title .node__home .field__content h3,
    .node__home .field__content footer .footer h3,
    footer .footer .node__home .field__content h3,
    .profiel__complete .field__content .node__bericht.node__bericht--teaser .field__title h3,
    .node__bericht.node__bericht--teaser .field__title .profiel__complete .field__content h3,
    .profiel__complete .field__content .node__page.node__bericht--teaser .field__title h3,
    .node__page.node__bericht--teaser .field__title .profiel__complete .field__content h3,
    .profiel__complete .field__content .node__bedrijf.node__bericht--teaser .field__title h3,
    .node__bedrijf.node__bericht--teaser .field__title .profiel__complete .field__content h3,
    .profiel__complete .field__content .node__home.node__bericht--teaser .field__title h3,
    .node__home.node__bericht--teaser .field__title .profiel__complete .field__content h3,
    .profiel__complete .field__content .profiel__complete.node__bericht--teaser .field__title h3,
    .profiel__complete.node__bericht--teaser .field__title .profiel__complete .field__content h3,
    .profiel__complete .field__content footer .footer h3,
    footer .footer .profiel__complete .field__content h3 {
      font-size: 30px;
      line-height: 36px;
      padding: 0 0 22px 0; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1316';}}
  .node__bericht .field__link,
  .node__page .field__link,
  .node__bedrijf .field__link,
  .node__home .field__link,
  .profiel__complete .field__link {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    height: 62px;
    width: 100%;
    padding: 22px 0 0 0; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1322';}}
    .node__bericht .field__link a,
    .node__page .field__link a,
    .node__bedrijf .field__link a,
    .node__home .field__link a,
    .profiel__complete .field__link a {
      display: inline-block;
      padding-left: 15px;
      line-height: 40px;
      color: white;
      background: #0d65a0; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1328';}}
      .node__bericht .field__link a .fa,
      .node__page .field__link a .fa,
      .node__bedrijf .field__link a .fa,
      .node__home .field__link a .fa,
      .profiel__complete .field__link a .fa {
        display: block;
        margin-left: 15px;
        float: right;
        width: 40px;
        line-height: 40px;
        text-align: center;
        background: #3ab7f7; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1337';}}
      .node__bericht .field__link a:hover,
      .node__page .field__link a:hover,
      .node__bedrijf .field__link a:hover,
      .node__home .field__link a:hover,
      .profiel__complete .field__link a:hover {
        text-decoration: none;
        background: #0b5688; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1340';}}
        .node__bericht .field__link a:hover .fa,
        .node__page .field__link a:hover .fa,
        .node__bedrijf .field__link a:hover .fa,
        .node__home .field__link a:hover .fa,
        .profiel__complete .field__link a:hover .fa {
          background: #21aef6; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1346';}}
    .node__bericht .field__link.field__link--terug,
    .node__page .field__link.field__link--terug,
    .node__bedrijf .field__link.field__link--terug,
    .node__home .field__link.field__link--terug,
    .profiel__complete .field__link.field__link--terug,
    .node__bericht .field__link.field__link--block,
    .node__page .field__link.field__link--block,
    .node__bedrijf .field__link.field__link--block,
    .node__home .field__link.field__link--block,
    .profiel__complete .field__link.field__link--block {
      position: relative;
      float: left;
      width: auto;
      height: auto;
      background: none;
      padding: 0; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1353';}}
      .node__bericht .field__link.field__link--terug a,
      .node__page .field__link.field__link--terug a,
      .node__bedrijf .field__link.field__link--terug a,
      .node__home .field__link.field__link--terug a,
      .profiel__complete .field__link.field__link--terug a,
      .node__bericht .field__link.field__link--block a,
      .node__page .field__link.field__link--block a,
      .node__bedrijf .field__link.field__link--block a,
      .node__home .field__link.field__link--block a,
      .profiel__complete .field__link.field__link--block a {
        padding-left: 0;
        padding-right: 15px; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1356';}}
        .node__bericht .field__link.field__link--terug a .fa,
        .node__page .field__link.field__link--terug a .fa,
        .node__bedrijf .field__link.field__link--terug a .fa,
        .node__home .field__link.field__link--terug a .fa,
        .profiel__complete .field__link.field__link--terug a .fa,
        .node__bericht .field__link.field__link--block a .fa,
        .node__page .field__link.field__link--block a .fa,
        .node__bedrijf .field__link.field__link--block a .fa,
        .node__home .field__link.field__link--block a .fa,
        .profiel__complete .field__link.field__link--block a .fa {
          float: left;
          margin-left: 0;
          margin-right: 15px; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1363';}}
    .node__bericht .field__link.field__link--update,
    .node__page .field__link.field__link--update,
    .node__bedrijf .field__link.field__link--update,
    .node__home .field__link.field__link--update,
    .profiel__complete .field__link.field__link--update {
      position: relative;
      float: right;
      width: auto;
      height: auto;
      background: none;
      padding: 0; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1371';}}
    .node__bericht .field__link.field__link--block,
    .node__page .field__link.field__link--block,
    .node__bedrijf .field__link.field__link--block,
    .node__home .field__link.field__link--block,
    .profiel__complete .field__link.field__link--block {
      float: none;
      margin-bottom: 30px; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1374';}}
      .node__bericht .field__link.field__link--block a,
      .node__page .field__link.field__link--block a,
      .node__bedrijf .field__link.field__link--block a,
      .node__home .field__link.field__link--block a,
      .profiel__complete .field__link.field__link--block a {
        display: block;
        line-height: 50px;
        font-size: 17px; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1378';}}
        .node__bericht .field__link.field__link--block a .fa,
        .node__page .field__link.field__link--block a .fa,
        .node__bedrijf .field__link.field__link--block a .fa,
        .node__home .field__link.field__link--block a .fa,
        .profiel__complete .field__link.field__link--block a .fa {
          line-height: 50px;
          width: 50px; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1385';}}
  .node__bericht .field__afbeelding,
  .node__page .field__afbeelding,
  .node__bedrijf .field__afbeelding,
  .node__home .field__afbeelding,
  .profiel__complete .field__afbeelding {
    position: relative; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1387';}}
    .node__bericht .field__afbeelding img,
    .node__page .field__afbeelding img,
    .node__bedrijf .field__afbeelding img,
    .node__home .field__afbeelding img,
    .profiel__complete .field__afbeelding img {
      display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1390';}}
    .node__bericht .field__afbeelding .field__datum,
    .node__page .field__afbeelding .field__datum,
    .node__bedrijf .field__afbeelding .field__datum,
    .node__home .field__afbeelding .field__datum,
    .profiel__complete .field__afbeelding .field__datum {
      position: absolute;
      top: 0px;
      right: auto;
      bottom: auto;
      left: 0px;
      line-height: 40px;
      height: 40px;
      padding: 0px 15px;
      color: white;
      background: rgba(13, 101, 160, 0.8); }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1400';}}
  .node__bericht .field__slider,
  .node__bericht .field__profielfoto,
  .node__page .field__slider,
  .node__page .field__profielfoto,
  .node__bedrijf .field__slider,
  .node__bedrijf .field__profielfoto,
  .node__home .field__slider,
  .node__home .field__profielfoto,
  .profiel__complete .field__slider,
  .profiel__complete .field__profielfoto {
    padding-top: 10px; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1402';}}
    .node__bericht .field__slider a,
    .node__bericht .field__profielfoto a,
    .node__page .field__slider a,
    .node__page .field__profielfoto a,
    .node__bedrijf .field__slider a,
    .node__bedrijf .field__profielfoto a,
    .node__home .field__slider a,
    .node__home .field__profielfoto a,
    .profiel__complete .field__slider a,
    .profiel__complete .field__profielfoto a {
      display: block;
      border: 5px solid white;
      box-shadow: 2px 2px 4px rgba(51, 51, 51, 0.3);
      margin-bottom: 30px; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1407';}}
      .node__bericht .field__slider a:hover,
      .node__bericht .field__profielfoto a:hover,
      .node__page .field__slider a:hover,
      .node__page .field__profielfoto a:hover,
      .node__bedrijf .field__slider a:hover,
      .node__bedrijf .field__profielfoto a:hover,
      .node__home .field__slider a:hover,
      .node__home .field__profielfoto a:hover,
      .profiel__complete .field__slider a:hover,
      .profiel__complete .field__profielfoto a:hover {
        box-shadow: 2px 2px 6px rgba(51, 51, 51, 0.4); }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1411';}}
    .node__bericht .field__slider img,
    .node__bericht .field__profielfoto img,
    .node__page .field__slider img,
    .node__page .field__profielfoto img,
    .node__bedrijf .field__slider img,
    .node__bedrijf .field__profielfoto img,
    .node__home .field__slider img,
    .node__home .field__profielfoto img,
    .profiel__complete .field__slider img,
    .profiel__complete .field__profielfoto img {
      display: block; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1415';}}
  .node__bericht.node__bericht--uitgelicht,
  .node__page.node__bericht--uitgelicht,
  .node__bedrijf.node__bericht--uitgelicht,
  .node__home.node__bericht--uitgelicht,
  .profiel__complete.node__bericht--uitgelicht {
    margin-bottom: 30px; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1417';}}
    .node__bericht.node__bericht--uitgelicht .field__afbeelding,
    .node__page.node__bericht--uitgelicht .field__afbeelding,
    .node__bedrijf.node__bericht--uitgelicht .field__afbeelding,
    .node__home.node__bericht--uitgelicht .field__afbeelding,
    .profiel__complete.node__bericht--uitgelicht .field__afbeelding {
      min-height: 200px;
      max-height: 310px; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1421';}}
    @media screen and (min-width: 768px) {
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1415';}}
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1415';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1422';}}
      .node__bericht.node__bericht--uitgelicht .first,
      .node__page.node__bericht--uitgelicht .first,
      .node__bedrijf.node__bericht--uitgelicht .first,
      .node__home.node__bericht--uitgelicht .first,
      .profiel__complete.node__bericht--uitgelicht .first {
        padding-right: 0; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1425';}}
      .node__bericht.node__bericht--uitgelicht .last,
      .node__page.node__bericht--uitgelicht .last,
      .node__bedrijf.node__bericht--uitgelicht .last,
      .node__home.node__bericht--uitgelicht .last,
      .profiel__complete.node__bericht--uitgelicht .last {
        float: right;
        padding-left: 0; } }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1431';}}
  .node__bericht.node__bericht--teaser,
  .node__page.node__bericht--teaser,
  .node__bedrijf.node__bericht--teaser,
  .node__home.node__bericht--teaser,
  .profiel__complete.node__bericht--teaser {
    margin-bottom: 30px; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1433';}}
    .node__bericht.node__bericht--teaser .field__datum,
    .node__page.node__bericht--teaser .field__datum,
    .node__bedrijf.node__bericht--teaser .field__datum,
    .node__home.node__bericht--teaser .field__datum,
    .profiel__complete.node__bericht--teaser .field__datum {
      height: 30px;
      line-height: 30px;
      font-size: 14px; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1438';}}
    .node__bericht.node__bericht--teaser .field__title,
    .node__page.node__bericht--teaser .field__title,
    .node__bedrijf.node__bericht--teaser .field__title,
    .node__home.node__bericht--teaser .field__title,
    .profiel__complete.node__bericht--teaser .field__title {
      display: block;
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: 15px;
      background: #0d65a0;
      padding: 0px 15px; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1445';}}
      .node__bericht.node__bericht--teaser .field__title h3,
      .node__page.node__bericht--teaser .field__title h3,
      .node__bedrijf.node__bericht--teaser .field__title h3,
      .node__home.node__bericht--teaser .field__title h3,
      .profiel__complete.node__bericht--teaser .field__title h3 {
        color: white; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1450';}}
    .node__bericht.node__bericht--teaser .field__content,
    .node__page.node__bericht--teaser .field__content,
    .node__bedrijf.node__bericht--teaser .field__content,
    .node__home.node__bericht--teaser .field__content,
    .profiel__complete.node__bericht--teaser .field__content {
      min-height: 225px;
      padding-top: 0; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1452';}}
      @media screen and (min-width: 768px) {
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1450';}}
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1450';}}
    .node__bericht.node__bericht--teaser .field__content,
    .node__page.node__bericht--teaser .field__content,
    .node__bedrijf.node__bericht--teaser .field__content,
    .node__home.node__bericht--teaser .field__content,
    .profiel__complete.node__bericht--teaser .field__content {
      max-height: 240px;
      min-height: 185px; } }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1461';}}
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1462';}}
  .node__bedrijf h1 {
    color: #3ab7f7; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1466';}}
  .node__bedrijf.node__bedrijf--teaser {
    margin-bottom: 30px; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1468';}}
    .node__bedrijf.node__bedrijf--teaser a {
      display: block;
      padding: 10px 30px;
      border: 1px solid #efefef; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1472';}}
      .node__bedrijf.node__bedrijf--teaser a img {
        opacity: 0.6; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1476';}}
      .node__bedrijf.node__bedrijf--teaser a:hover,
      .node__bedrijf.node__bedrijf--teaser a.active {
        border-color: #333333; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1478';}}
        .node__bedrijf.node__bedrijf--teaser a:hover img,
        .node__bedrijf.node__bedrijf--teaser a.active img {
          opacity: 1; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1483';}}
    @media screen and (max-width: 520px) {
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1466';}}
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1466';}}
  .node__bedrijf.node__bedrijf--teaser {
    width: 50%; } }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1489';}}
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1490';}}
  .node-33 p {
    margin-bottom: 15px; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1493';}}
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1494';}}
    .node-33 .node__partners--teaser a {
      display: inline-block;
      height: 100px;
      margin: 0 30px 30px 0;
      padding: 15px 30px;
      border: 1px solid #efefef;
      line-height: 70px;
      vertical-align: middle; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1502';}}
      .node-33 .node__partners--teaser a img {
        max-height: 70px;
        max-width: 250px; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1506';}}
      .node-33 .node__partners--teaser a:hover {
        border-color: #333333; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1513';}}
.node__home {
  margin-top: 15px;
  margin-bottom: 45px; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1516';}}
  .node__home .node__home--title {
    text-align: left; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1518';}}
    .node__home .node__home--title h3 {
      font-size: 30px;
      line-height: 40px;
      display: block;
      margin: 0;
      padding: 0.6em 0;
      border: none;
      font-weight: 500; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1528';}}
  .node__home .node__home--content {
    position: relative;
    padding: 30px;
    background-position: center center;
    background-size: cover; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1533';}}
    .node__home .node__home--content .blok__berichten--content {
      position: relative;
      z-index: 2; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1537';}}
    .node__home .node__home--content .field__link {
      background: none; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1541';}}
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1542';}}
    .node__home .node__home--nieuws .blok__berichten--title {
      display: none; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1545';}}
    .node__home .node__home--nieuws .node__bericht--uitgelicht {
      margin: 0; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1552';}}
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1553';}}
  .blok__overvhs--content .taxonomie .taxonomie__title {
    display: none; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1557';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1558';}}
      .blok__overvhs--content .taxonomie--1 .taxonomie__title--1 {
        display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1557';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1558';}}
      .blok__overvhs--content .taxonomie--2 .taxonomie__title--2 {
        display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1557';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1558';}}
      .blok__overvhs--content .taxonomie--3 .taxonomie__title--3 {
        display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1557';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1558';}}
      .blok__overvhs--content .taxonomie--4 .taxonomie__title--4 {
        display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1557';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1558';}}
      .blok__overvhs--content .taxonomie--5 .taxonomie__title--5 {
        display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1557';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1558';}}
      .blok__overvhs--content .taxonomie--6 .taxonomie__title--6 {
        display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1557';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1558';}}
      .blok__overvhs--content .taxonomie--7 .taxonomie__title--7 {
        display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1557';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1558';}}
      .blok__overvhs--content .taxonomie--8 .taxonomie__title--8 {
        display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1557';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1558';}}
      .blok__overvhs--content .taxonomie--9 .taxonomie__title--9 {
        display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1557';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1558';}}
      .blok__overvhs--content .taxonomie--10 .taxonomie__title--10 {
        display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1557';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1558';}}
      .blok__overvhs--content .taxonomie--11 .taxonomie__title--11 {
        display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1557';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1558';}}
      .blok__overvhs--content .taxonomie--12 .taxonomie__title--12 {
        display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1557';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1558';}}
      .blok__overvhs--content .taxonomie--13 .taxonomie__title--13 {
        display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1557';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1558';}}
      .blok__overvhs--content .taxonomie--14 .taxonomie__title--14 {
        display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1557';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1558';}}
      .blok__overvhs--content .taxonomie--15 .taxonomie__title--15 {
        display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1557';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1558';}}
      .blok__overvhs--content .taxonomie--16 .taxonomie__title--16 {
        display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1557';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1558';}}
      .blok__overvhs--content .taxonomie--17 .taxonomie__title--17 {
        display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1557';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1558';}}
      .blok__overvhs--content .taxonomie--18 .taxonomie__title--18 {
        display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1557';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1558';}}
      .blok__overvhs--content .taxonomie--19 .taxonomie__title--19 {
        display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1557';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1558';}}
      .blok__overvhs--content .taxonomie--20 .taxonomie__title--20 {
        display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1557';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1558';}}
      .blok__overvhs--content .taxonomie--21 .taxonomie__title--21 {
        display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1557';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1558';}}
      .blok__overvhs--content .taxonomie--22 .taxonomie__title--22 {
        display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1557';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1558';}}
      .blok__overvhs--content .taxonomie--23 .taxonomie__title--23 {
        display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1557';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1558';}}
      .blok__overvhs--content .taxonomie--24 .taxonomie__title--24 {
        display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1557';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1558';}}
      .blok__overvhs--content .taxonomie--25 .taxonomie__title--25 {
        display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1557';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1558';}}
      .blok__overvhs--content .taxonomie--26 .taxonomie__title--26 {
        display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1557';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1558';}}
      .blok__overvhs--content .taxonomie--27 .taxonomie__title--27 {
        display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1557';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1558';}}
      .blok__overvhs--content .taxonomie--28 .taxonomie__title--28 {
        display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1557';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1558';}}
      .blok__overvhs--content .taxonomie--29 .taxonomie__title--29 {
        display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1557';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1558';}}
      .blok__overvhs--content .taxonomie--30 .taxonomie__title--30 {
        display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1557';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1558';}}
      .blok__overvhs--content .taxonomie--31 .taxonomie__title--31 {
        display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1557';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1558';}}
      .blok__overvhs--content .taxonomie--32 .taxonomie__title--32 {
        display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1557';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1558';}}
      .blok__overvhs--content .taxonomie--33 .taxonomie__title--33 {
        display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1557';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1558';}}
      .blok__overvhs--content .taxonomie--34 .taxonomie__title--34 {
        display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1557';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1558';}}
      .blok__overvhs--content .taxonomie--35 .taxonomie__title--35 {
        display: block; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1567';}}
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1570';}}
  .blok__berichten .blok__berichten--title,
  .blok__berichten .blok__wordlid--title,
  .blok__berichten .blok__partners--title,
  .section__blok--wordlid .blok__berichten--title,
  .section__blok--wordlid .blok__wordlid--title,
  .section__blok--wordlid .blok__partners--title,
  .blok__partners .blok__berichten--title,
  .blok__partners .blok__wordlid--title,
  .blok__partners .blok__partners--title {
    display: block;
    text-align: center; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1573';}}
    .blok__berichten .blok__berichten--title h3,
    .blok__berichten .blok__wordlid--title h3,
    .blok__berichten .blok__partners--title h3,
    .section__blok--wordlid .blok__berichten--title h3,
    .section__blok--wordlid .blok__wordlid--title h3,
    .section__blok--wordlid .blok__partners--title h3,
    .blok__partners .blok__berichten--title h3,
    .blok__partners .blok__wordlid--title h3,
    .blok__partners .blok__partners--title h3 {
      font-size: 30px;
      line-height: 36px;
      padding: 0;
      margin-bottom: 30px;
      display: inline-block;
      border-bottom: 2px solid #3ab7f7; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1581';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1582';}}
      .blok__berichten .blok__berichten--title.no-border h3,
      .blok__berichten .blok__wordlid--title.no-border h3,
      .blok__berichten .blok__partners--title.no-border h3,
      .section__blok--wordlid .blok__berichten--title.no-border h3,
      .section__blok--wordlid .blok__wordlid--title.no-border h3,
      .section__blok--wordlid .blok__partners--title.no-border h3,
      .blok__partners .blok__berichten--title.no-border h3,
      .blok__partners .blok__wordlid--title.no-border h3,
      .blok__partners .blok__partners--title.no-border h3 {
        border: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1588';}}
.blok__partners .blok__partners--content .view-header {
  padding: 0 15px;
  text-align: center; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1593';}}
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1595';}}
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1596';}}
    .section__bottom .section__blok.section__blok--light {
      background: #efefef; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1599';}}
    .section__bottom .section__blok.section__blok--dark {
      background: #0d65a0; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1601';}}
      .section__bottom .section__blok.section__blok--dark .block__title {
        color: white; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1604';}}
      .section__bottom .section__blok.section__blok--dark .section__blok--content {
        color: white; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1608';}}
    .section__bottom .section__blok.section__blok--wordlid {
      background: url(/sites/all/themes/standaard/img/bg/footer.jpg) no-repeat top center;
      background-size: cover;
      padding-top: 60px;
      padding-bottom: 30px;
      min-height: 240px; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1614';}}
      .section__bottom .section__blok.section__blok--wordlid .block__title {
        color: #0d65a0;
        padding: 0 30px; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1618';}}
      .section__bottom .section__blok.section__blok--wordlid .section__blok--content {
        padding-top: 22px;
        background: rgba(255, 255, 255, 0.9);
        color: #0d65a0;
        text-align: center; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1623';}}
        .section__bottom .section__blok.section__blok--wordlid .section__blok--content ul {
          display: block;
          margin-bottom: 10px;
          list-style-type: none; }
  @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ethos\/domains\/ethos-europe\.eu\/private_html\/sites\/all\/themes\/standaard\/scss\/mixins\.scss;}line{font-family:'94';}}
  .section__bottom .section__blok.section__blok--wordlid .section__blok--content ul:before,
  .section__bottom .section__blok.section__blok--wordlid .section__blok--content ul:after {
    content: "";
    display: table; }
  @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ethos\/domains\/ethos-europe\.eu\/private_html\/sites\/all\/themes\/standaard\/scss\/mixins\.scss;}line{font-family:'98';}}
  .section__bottom .section__blok.section__blok--wordlid .section__blok--content ul:after {
    clear: both; }
          @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1628';}}
          .section__bottom .section__blok.section__blok--wordlid .section__blok--content ul li {
            position: relative;
            padding: 5px 0 5px 45px;
            line-height: 22px;
            text-align: left; }
            @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1633';}}
            .section__bottom .section__blok.section__blok--wordlid .section__blok--content ul li:before {
              position: absolute;
              left: 10px;
              top: 5px;
              width: 35px;
              color: #0d65a0;
              line-height: 24px;
              font-size: 17px;
              font-family: 'FontAwesome';
              content: "\f058";
              text-align: center;
              vertical-align: top; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1648';}}
        .section__bottom .section__blok.section__blok--wordlid .section__blok--content a.btn {
          display: inline-block;
          margin-bottom: 30px; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1654';}}
    .section__bottom .section__blok.blok--cijfers {
      padding-top: 45px;
      padding-bottom: 30px; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1657';}}
      .section__bottom .section__blok.blok--cijfers .cijfers__cijfer {
        position: relative;
        display: block; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1660';}}
        .section__bottom .section__blok.blok--cijfers .cijfers__cijfer .cijfers__cijfer--icon {
          display: block;
          margin: 0px auto;
          width: 200px;
          border-radius: 50% 50%;
          background: white;
          color: #3ab7f7; }
          @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1667';}}
          .section__bottom .section__blok.blok--cijfers .cijfers__cijfer .cijfers__cijfer--icon span {
            display: block;
            height: 125px;
            width: 100%;
            background-position: center 25px;
            background-repeat: no-repeat;
            background-size: 90px auto; }
            @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1674';}}
            .section__bottom .section__blok.blok--cijfers .cijfers__cijfer .cijfers__cijfer--icon span.icon--leden {
              background-image: url(/sites/all/themes/standaard/img/icons/cijfers-leden.png); }
            @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1677';}}
            .section__bottom .section__blok.blok--cijfers .cijfers__cijfer .cijfers__cijfer--icon span.icon--bedrijven {
              background-image: url(/sites/all/themes/standaard/img/icons/cijfers-bedrijven.png); }
            @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1680';}}
            .section__bottom .section__blok.blok--cijfers .cijfers__cijfer .cijfers__cijfer--icon span.icon--organisatie {
              background-image: url(/sites/all/themes/standaard/img/icons/cijfers-organisatie.png); }
            @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1683';}}
            .section__bottom .section__blok.blok--cijfers .cijfers__cijfer .cijfers__cijfer--icon span.icon--partners {
              background-image: url(/sites/all/themes/standaard/img/icons/cijfers-partners.png);
              background-size: 95px auto; }
          @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1688';}}
          .section__bottom .section__blok.blok--cijfers .cijfers__cijfer .cijfers__cijfer--icon i {
            padding-top: 25px;
            line-height: 100px;
            font-size: 80px; }
          @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1693';}}
          .section__bottom .section__blok.blok--cijfers .cijfers__cijfer .cijfers__cijfer--icon p {
            margin: 0;
            padding-bottom: 30px;
            font-size: 28px;
            line-height: 45px;
            font-weight: 400; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1701';}}
        .section__bottom .section__blok.blok--cijfers .cijfers__cijfer h3 {
          font-size: 30px;
          line-height: 36px;
          font-weight: 300; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1706';}}
        .section__bottom .section__blok.blok--cijfers .cijfers__cijfer .block__link {
          position: absolute;
          top: 0px;
          right: auto;
          bottom: auto;
          left: 0px;
          z-index: 2;
          width: 100%;
          height: 100%;
          background: transparent; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1711';}}
    .section__bottom .section__blok.section__blok--partners {
      box-shadow: 0px -10px 50px rgba(51, 51, 51, 0.1);
      padding-top: 45px;
      padding-bottom: 15px; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1715';}}
      .section__bottom .section__blok.section__blok--partners .node__bedrijf--teaser {
        width: 20%; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1723';}}
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1724';}}
  .page-registration-edit #registration-form {
    padding: 0px 15px;
    max-width: 465px; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1727';}}
    .page-registration-edit #registration-form #edit-delete {
      display: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1734';}}
#ledenslider {
  position: relative;
  display: block;
  clear: left; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1739';}}
  #ledenslider .slider {
    padding-bottom: 40px; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1741';}}
    #ledenslider .slider .show_all {
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1747';}}
    #ledenslider .slider .link {
      position: relative;
      z-index: 3;
      display: inline-block;
      padding: 0px 15px;
      border-left: 15px solid #f1f1f1;
      border-right: 15px solid #f1f1f1;
      height: 40px;
      cursor: pointer;
      line-height: 30px;
      background: #f1f1f1;
      -webkit-transition: all 0.3s linear 0s;
      -moz-transition: all 0.3s linear 0s;
      -ms-transition: all 0.3s linear 0s;
      -o-transition: all 0.3s linear 0s;
      transition: all 0.3s linear 0s;
      -webkit-backface-visibility: hidden; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1759';}}
      #ledenslider .slider .link:hover {
        background: #f1f1f1 url(/sites/all/themes/standaard/img/bg/pattern.gif);
        line-height: 16px;
        color: white; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1764';}}
      #ledenslider .slider .link span {
        vertical-align: middle;
        padding-left: 10px;
        font-size: 16px;
        line-height: 40px; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1771';}}
    #ledenslider .slider .flickity-prev-next-button.previous {
      left: -55px; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1774';}}
    #ledenslider .slider .flickity-prev-next-button.next {
      right: -55px; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1778';}}
    #ledenslider .slider hr {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1787';}}
.view-personen {
  padding-bottom: 45px; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1789';}}
  @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ethos\/domains\/ethos-europe\.eu\/private_html\/sites\/all\/themes\/standaard\/scss\/mixins\.scss;}line{font-family:'94';}}
  .view-personen .view-filters:before,
  .view-personen .view-filters:after {
    content: "";
    display: table; }
  @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ethos\/domains\/ethos-europe\.eu\/private_html\/sites\/all\/themes\/standaard\/scss\/mixins\.scss;}line{font-family:'98';}}
  .view-personen .view-filters:after {
    clear: both; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1791';}}
    .view-personen .view-filters .views-exposed-widget {
      width: 25%;
      padding: 0px 15px 30px 15px; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1795';}}
      .view-personen .view-filters .views-exposed-widget.views-submit-button,
      .view-personen .view-filters .views-exposed-widget.views-reset-button {
        padding-top: 27px;
        width: auto; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1799';}}
        .view-personen .view-filters .views-exposed-widget.views-submit-button #edit-submit-personen,
        .view-personen .view-filters .views-exposed-widget.views-submit-button #edit-reset,
        .view-personen .view-filters .views-exposed-widget.views-reset-button #edit-submit-personen,
        .view-personen .view-filters .views-exposed-widget.views-reset-button #edit-reset {
          background-color: #0d65a0;
          border: 1px solid #0c5c92;
          border-radius: 4px;
          color: white;
          margin: 0;
          padding: 0px 10px;
          line-height: 32px; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'377';}}
  .view-personen .view-filters .views-exposed-widget.views-submit-button #edit-submit-personen:hover,
  .view-personen .view-filters .views-exposed-widget.views-submit-button #edit-reset:hover,
  .view-personen .view-filters .views-exposed-widget.views-reset-button #edit-submit-personen:hover,
  .view-personen .view-filters .views-exposed-widget.views-reset-button #edit-reset:hover,
  .view-personen .view-filters .views-exposed-widget.views-submit-button #edit-submit-personen:focus,
  .view-personen .view-filters .views-exposed-widget.views-submit-button #edit-reset:focus,
  .view-personen .view-filters .views-exposed-widget.views-reset-button #edit-submit-personen:focus,
  .view-personen .view-filters .views-exposed-widget.views-reset-button #edit-reset:focus {
    background-color: #0c5c92;
    border-color: #0b5688;
    color: white; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'382';}}
  .view-personen .view-filters .views-exposed-widget.views-submit-button #edit-submit-personen.active,
  .view-personen .view-filters .views-exposed-widget.views-submit-button #edit-reset.active,
  .view-personen .view-filters .views-exposed-widget.views-reset-button #edit-submit-personen.active,
  .view-personen .view-filters .views-exposed-widget.views-reset-button #edit-reset.active {
    background-color: #0b5688;
    border-color: #0d65a0; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1805';}}
        .view-personen .view-filters .views-exposed-widget.views-submit-button #edit-reset,
        .view-personen .view-filters .views-exposed-widget.views-reset-button #edit-reset {
          background-color: #3ab7f7;
          border: 1px solid #49bcf8;
          border-radius: 4px;
          color: white; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'395';}}
  .view-personen .view-filters .views-exposed-widget.views-submit-button #edit-reset:hover,
  .view-personen .view-filters .views-exposed-widget.views-reset-button #edit-reset:hover,
  .view-personen .view-filters .views-exposed-widget.views-submit-button #edit-reset:focus,
  .view-personen .view-filters .views-exposed-widget.views-reset-button #edit-reset:focus {
    background-color: #49bcf8;
    border-color: #53c0f8;
    color: white; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'400';}}
  .view-personen .view-filters .views-exposed-widget.views-submit-button #edit-reset.active,
  .view-personen .view-filters .views-exposed-widget.views-reset-button #edit-reset.active {
    background-color: #53c0f8;
    border-color: #3ab7f7; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1813';}}
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1814';}}
  .profiel .alert ul {
    padding-left: 15px; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1817';}}
  .profiel .field-profielfoto {
    padding: 0;
    min-height: 165px; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1820';}}
    .profiel .field-profielfoto a {
      display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1823';}}
    .profiel .field-profielfoto img {
      display: block;
      max-width: 100%; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1828';}}
  .profiel .no-image {
    text-align: center;
    min-height: 165px; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1831';}}
    .profiel .no-image .fa {
      display: block;
      font-size: 80px;
      line-height: 165px; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1836';}}
    .profiel .no-image a:hover {
      letter-spacing: 1:;
      text-decoration: none;
      font-weight: bold;
      transition: all 0.5s; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1843';}}
  .profiel.profiel__teaser {
    position: relative;
    margin-bottom: 30px;
    padding: 10px;
    border: 1px solid #efefef; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1849';}}
    .profiel.profiel__teaser .field-profielfoto,
    .profiel.profiel__teaser .no-image {
      margin-bottom: 20px;
      min-height: 180px; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1852';}}
      .profiel.profiel__teaser .field-profielfoto .fa,
      .profiel.profiel__teaser .no-image .fa {
        line-height: 180px;
        color: #0d65a0; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1856';}}
      @media screen and (min-width: 768px) {
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1849';}}
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1849';}}
    .profiel.profiel__teaser .field-profielfoto,
    .profiel.profiel__teaser .no-image {
      min-height: 200px; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1858';}}
        .profiel.profiel__teaser .field-profielfoto .fa,
        .profiel.profiel__teaser .no-image .fa {
          line-height: 200px; } }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1862';}}
      @media screen and (min-width: 1200px) {
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1849';}}
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1849';}}
    .profiel.profiel__teaser .field-profielfoto,
    .profiel.profiel__teaser .no-image {
      min-height: 245px; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1864';}}
        .profiel.profiel__teaser .field-profielfoto .fa,
        .profiel.profiel__teaser .no-image .fa {
          line-height: 245px; } }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1869';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1870';}}
      .profiel.profiel__teaser .profiel__content a {
        position: relative;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        z-index: 3; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1878';}}
    .profiel.profiel__teaser .profiel__link {
      position: absolute;
      top: 0px;
      right: auto;
      bottom: auto;
      left: 0px;
      z-index: 2;
      width: 100%;
      height: 100%;
      background: transparent; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1880';}}
      .profiel.profiel__teaser .profiel__link .fa {
        position: absolute;
        top: auto;
        right: 0px;
        bottom: 0px;
        left: auto;
        width: 35px;
        height: 35px;
        line-height: 35px;
        color: white;
        background: #3ab7f7; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1889';}}
    .profiel.profiel__teaser:hover {
      border-color: #0d65a0; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1891';}}
      .profiel.profiel__teaser:hover .fa {
        background: #0d65a0;
        color: white; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1897';}}
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1898';}}
    .profiel.profiel__complete .profiel__complete--info {
      margin-bottom: 30px; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1901';}}
    .profiel.profiel__complete p.no-margin {
      margin-bottom: 10px; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1904';}}
    .profiel.profiel__complete .field-profielfoto {
      display: block;
      margin-right: 15px; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1908';}}
    .profiel.profiel__complete .profiel__complete--downloads {
      margin-bottom: 30px; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1911';}}
      .profiel.profiel__complete .profiel__complete--downloads p.commissie__title,
      .profiel.profiel__complete .profiel__complete--downloads .taxonomy-term-description {
        margin: 0; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1914';}}
      .profiel.profiel__complete .profiel__complete--downloads p {
        margin-bottom: 10px; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1917';}}
      .profiel.profiel__complete .profiel__complete--downloads .commissie {
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-bottom: 1px solid #efefef; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1921';}}
        .profiel.profiel__complete .profiel__complete--downloads .commissie:last-child {
          border: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1930';}}
.evenementen {
  background: #f1f1f1 url(/sites/all/themes/standaard/img/bg/pattern.gif);
  padding: 15px;
  color: #efefef; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1934';}}
  .evenementen .evenement--algemeen {
    font-size: 15px;
    line-height: 26px;
    padding: 5px; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1939';}}
  .evenementen .evenement--teaser {
    position: relative;
    display: block;
    margin-bottom: 15px;
    background: black;
    border-radius: 4px; }
  @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ethos\/domains\/ethos-europe\.eu\/private_html\/sites\/all\/themes\/standaard\/scss\/mixins\.scss;}line{font-family:'94';}}
  .evenementen .evenement--teaser:before,
  .evenementen .evenement--teaser:after {
    content: "";
    display: table; }
  @media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ethos\/domains\/ethos-europe\.eu\/private_html\/sites\/all\/themes\/standaard\/scss\/mixins\.scss;}line{font-family:'98';}}
  .evenementen .evenement--teaser:after {
    clear: both; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1946';}}
    .evenementen .evenement--teaser h3 {
      float: left;
      font-weight: 400;
      line-height: 40px;
      padding: 0px 15px; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1952';}}
    .evenementen .evenement--teaser a {
      color: white; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1954';}}
      .evenementen .evenement--teaser a:hover {
        color: white; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1958';}}
    .evenementen .evenement--teaser .btn {
      float: right;
      line-height: 26px;
      font-weight: bold; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1963';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1964';}}
      .evenementen .evenement--teaser:hover .btn {
        background-color: #0c5c92;
        border-color: #0b5688; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1968';}}
      .evenementen .evenement--teaser:hover .btn-invert {
        background-color: #49bcf8;
        border-color: #53c0f8; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1977';}}
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1978';}}
  footer .footer__top {
    background-position: center center;
    background-size: cover;
    padding: 45px 0 80px 0; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1982';}}
    footer .footer__top h3 {
      font-size: 30px;
      line-height: 40px;
      padding: 0 0 30px 0;
      color: white; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1988';}}
    footer .footer__top .footer__top--content {
      padding: 15px; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1990';}}
      footer .footer__top .footer__top--content ul {
        margin-left: 25px; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1994';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'1995';}}
      footer .footer__top .footer__top--contact .footer__top--content {
        background: rgba(13, 101, 160, 0.9);
        color: white; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2000';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2001';}}
      footer .footer__top .footer__top--lidworden .footer__top--content {
        background: rgba(255, 255, 255, 0.8);
        color: #333333; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2007';}}
  footer .footer {
    background: #0d65a0; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2009';}}
    footer .footer p {
      color: white; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2012';}}
    footer .footer a {
      color: #3ab7f7; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2015';}}
    footer .footer h3 {
      color: white;
      text-transform: uppercase; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2021';}}
    footer .footer .footer--info,
    footer .footer .footer--nieuwsbrief {
      padding-top: 15px;
      padding-bottom: 15px; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2025';}}
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2028';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2030';}}
      footer .footer .footer--nieuwsbrief .input-group-addon {
        background-color: #3ab7f7;
        cursor: pointer; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2033';}}
        footer .footer .footer--nieuwsbrief .input-group-addon i {
          color: white; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2036';}}
        footer .footer .footer--nieuwsbrief .input-group-addon:hover {
          background-color: #21aef6; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2040';}}
      @media screen and (min-width: 768px) {
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2028';}}
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2028';}}
    footer .footer .footer--nieuwsbrief {
      padding-left: 45px; } }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2045';}}
  footer .footer__copyright {
    background: white; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2047';}}
    footer .footer__copyright p {
      display: block;
      margin: 0;
      color: #0d65a0;
      line-height: 45px;
      font-size: 12px; }

/*
 * Social share buttons
 */
@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2059';}}
.footer__sharethis {
  padding: 15px 15px 10px 15px;
  border-top: 1px solid #efefef; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2062';}}
  .footer__sharethis .sharethis-wrapper {
    display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2064';}}
    .footer__sharethis .sharethis-wrapper > span {
      display: inline-block; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2068';}}
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2070';}}
    .footer__sharethis .sharethis-buttons .stMainServices,
    .footer__sharethis .sharethis-buttons .stButton_gradient {
      height: 22px; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2081';}}
  .footer__sharethis .st_facebook_hcount,
  .footer__sharethis .st_googleplus_hcount,
  .footer__sharethis .st_pinterest_hcount,
  .footer__sharethis .st_twitter_hcount,
  .footer__sharethis .st_print_hcount,
  .footer__sharethis .st_email_hcount {
    padding: 0 5px 5px 0; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2084';}}
    .footer__sharethis .st_facebook_hcount .stMainServices,
    .footer__sharethis .st_facebook_hcount .stButton_gradient,
    .footer__sharethis .st_googleplus_hcount .stMainServices,
    .footer__sharethis .st_googleplus_hcount .stButton_gradient,
    .footer__sharethis .st_pinterest_hcount .stMainServices,
    .footer__sharethis .st_pinterest_hcount .stButton_gradient,
    .footer__sharethis .st_twitter_hcount .stMainServices,
    .footer__sharethis .st_twitter_hcount .stButton_gradient,
    .footer__sharethis .st_print_hcount .stMainServices,
    .footer__sharethis .st_print_hcount .stButton_gradient,
    .footer__sharethis .st_email_hcount .stMainServices,
    .footer__sharethis .st_email_hcount .stButton_gradient {
      display: none; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2087';}}
    .footer__sharethis .st_facebook_hcount .stArrow,
    .footer__sharethis .st_googleplus_hcount .stArrow,
    .footer__sharethis .st_pinterest_hcount .stArrow,
    .footer__sharethis .st_twitter_hcount .stArrow,
    .footer__sharethis .st_print_hcount .stArrow,
    .footer__sharethis .st_email_hcount .stArrow {
      display: block;
      height: 32px;
      padding: 0px 10px 0px 0px;
      background: #0d65a0;
      border-radius: 4px;
      line-height: 32px; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2094';}}
      .footer__sharethis .st_facebook_hcount .stArrow:before,
      .footer__sharethis .st_googleplus_hcount .stArrow:before,
      .footer__sharethis .st_pinterest_hcount .stArrow:before,
      .footer__sharethis .st_twitter_hcount .stArrow:before,
      .footer__sharethis .st_print_hcount .stArrow:before,
      .footer__sharethis .st_email_hcount .stArrow:before {
        display: inline-block;
        width: 35px;
        color: white;
        line-height: 32px;
        font-size: 15px;
        font-family: 'FontAwesome';
        content: "\f02e";
        text-align: center;
        vertical-align: top; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2106';}}
      .footer__sharethis .st_facebook_hcount .stArrow .stButton_gradient,
      .footer__sharethis .st_facebook_hcount .stArrow .stButton_gradient:hover,
      .footer__sharethis .st_googleplus_hcount .stArrow .stButton_gradient,
      .footer__sharethis .st_googleplus_hcount .stArrow .stButton_gradient:hover,
      .footer__sharethis .st_pinterest_hcount .stArrow .stButton_gradient,
      .footer__sharethis .st_pinterest_hcount .stArrow .stButton_gradient:hover,
      .footer__sharethis .st_twitter_hcount .stArrow .stButton_gradient,
      .footer__sharethis .st_twitter_hcount .stArrow .stButton_gradient:hover,
      .footer__sharethis .st_print_hcount .stArrow .stButton_gradient,
      .footer__sharethis .st_print_hcount .stArrow .stButton_gradient:hover,
      .footer__sharethis .st_email_hcount .stArrow .stButton_gradient,
      .footer__sharethis .st_email_hcount .stArrow .stButton_gradient:hover {
        position: relative;
        z-index: 2;
        margin: 0;
        padding: 0;
        height: 32px;
        color: white;
        border: none;
        font-family: inherit;
        background: none;
        filter: none; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2117';}}
        .footer__sharethis .st_facebook_hcount .stArrow .stButton_gradient .stBubble_hcount,
        .footer__sharethis .st_facebook_hcount .stArrow .stButton_gradient:hover .stBubble_hcount,
        .footer__sharethis .st_googleplus_hcount .stArrow .stButton_gradient .stBubble_hcount,
        .footer__sharethis .st_googleplus_hcount .stArrow .stButton_gradient:hover .stBubble_hcount,
        .footer__sharethis .st_pinterest_hcount .stArrow .stButton_gradient .stBubble_hcount,
        .footer__sharethis .st_pinterest_hcount .stArrow .stButton_gradient:hover .stBubble_hcount,
        .footer__sharethis .st_twitter_hcount .stArrow .stButton_gradient .stBubble_hcount,
        .footer__sharethis .st_twitter_hcount .stArrow .stButton_gradient:hover .stBubble_hcount,
        .footer__sharethis .st_print_hcount .stArrow .stButton_gradient .stBubble_hcount,
        .footer__sharethis .st_print_hcount .stArrow .stButton_gradient:hover .stBubble_hcount,
        .footer__sharethis .st_email_hcount .stArrow .stButton_gradient .stBubble_hcount,
        .footer__sharethis .st_email_hcount .stArrow .stButton_gradient:hover .stBubble_hcount {
          display: inline-block;
          padding: 0 5px;
          height: 32px;
          line-height: 32px;
          font-family: "Open Sans", sans-serif;
          font-size: 14px; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2126';}}
      .footer__sharethis .st_facebook_hcount .stArrow:hover,
      .footer__sharethis .st_googleplus_hcount .stArrow:hover,
      .footer__sharethis .st_pinterest_hcount .stArrow:hover,
      .footer__sharethis .st_twitter_hcount .stArrow:hover,
      .footer__sharethis .st_print_hcount .stArrow:hover,
      .footer__sharethis .st_email_hcount .stArrow:hover {
        background: #0f74b8; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2129';}}
        .footer__sharethis .st_facebook_hcount .stArrow:hover .stButton_gradient,
        .footer__sharethis .st_googleplus_hcount .stArrow:hover .stButton_gradient,
        .footer__sharethis .st_pinterest_hcount .stArrow:hover .stButton_gradient,
        .footer__sharethis .st_twitter_hcount .stArrow:hover .stButton_gradient,
        .footer__sharethis .st_print_hcount .stArrow:hover .stButton_gradient,
        .footer__sharethis .st_email_hcount .stArrow:hover .stButton_gradient,
        .footer__sharethis .st_facebook_hcount .stArrow:hover:before,
        .footer__sharethis .st_googleplus_hcount .stArrow:hover:before,
        .footer__sharethis .st_pinterest_hcount .stArrow:hover:before,
        .footer__sharethis .st_twitter_hcount .stArrow:hover:before,
        .footer__sharethis .st_print_hcount .stArrow:hover:before,
        .footer__sharethis .st_email_hcount .stArrow:hover:before {
          color: #f2f2f2; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2136';}}
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2137';}}
    .footer__sharethis .st_facebook_hcount .stArrow {
      background: #4869b4; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2139';}}
      .footer__sharethis .st_facebook_hcount .stArrow:before {
        content: "\f09a"; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2142';}}
      .footer__sharethis .st_facebook_hcount .stArrow:hover {
        background: #5977bd; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2145';}}
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2151';}}
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2152';}}
    .footer__sharethis .st_googleplus_hcount .stArrow {
      background: #e93f2e; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2154';}}
      .footer__sharethis .st_googleplus_hcount .stArrow:before {
        content: "\f0d5"; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2157';}}
      .footer__sharethis .st_googleplus_hcount .stArrow:hover {
        background: #eb5445; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2160';}}
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2166';}}
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2167';}}
    .footer__sharethis .st_pinterest_hcount .stArrow {
      background: #b81621; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2169';}}
      .footer__sharethis .st_pinterest_hcount .stArrow:before {
        content: "\f231"; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2172';}}
      .footer__sharethis .st_pinterest_hcount .stArrow:hover {
        background: #cf1925; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2175';}}
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2181';}}
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2182';}}
    .footer__sharethis .st_twitter_hcount .stArrow {
      background: #26c4f1; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2184';}}
      .footer__sharethis .st_twitter_hcount .stArrow:before {
        content: "\f099"; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2187';}}
      .footer__sharethis .st_twitter_hcount .stArrow:hover {
        background: #3ecbf3; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2190';}}
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2196';}}
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2197';}}
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2199';}}
      .footer__sharethis .st_print_hcount .stArrow:before {
        content: "\f02f"; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2202';}}
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2205';}}
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2211';}}
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2212';}}
    .footer__sharethis .st_email_hcount .stArrow {
      background: #3ab7f7; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2214';}}
      .footer__sharethis .st_email_hcount .stArrow:before {
        content: "\f003"; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2217';}}
      .footer__sharethis .st_email_hcount .stArrow:hover {
        background: #53c0f8; }
        @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2220';}}

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2230';}}
.page-search .content__content {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 800px; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2234';}}
  .page-search .content__content .search-form {
    margin-bottom: 15px; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2236';}}
    .page-search .content__content .search-form .form-item {
      display: block; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2239';}}
    .page-search .content__content .search-form .form-submit {
      background-color: #3ab7f7;
      border: 1px solid #49bcf8;
      border-radius: 4px;
      color: white;
      padding: 5px 15px; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'395';}}
  .page-search .content__content .search-form .form-submit:hover,
  .page-search .content__content .search-form .form-submit:focus {
    background-color: #49bcf8;
    border-color: #53c0f8;
    color: white; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'400';}}
  .page-search .content__content .search-form .form-submit.active {
    background-color: #53c0f8;
    border-color: #3ab7f7; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2244';}}
  .page-search .content__content h2,
  .page-search .content__content .node__bericht.node__bericht--teaser .field__title h3,
  .node__bericht.node__bericht--teaser .field__title .page-search .content__content h3,
  .page-search .content__content .node__page.node__bericht--teaser .field__title h3,
  .node__page.node__bericht--teaser .field__title .page-search .content__content h3,
  .page-search .content__content .node__bedrijf.node__bericht--teaser .field__title h3,
  .node__bedrijf.node__bericht--teaser .field__title .page-search .content__content h3,
  .page-search .content__content .node__home.node__bericht--teaser .field__title h3,
  .node__home.node__bericht--teaser .field__title .page-search .content__content h3,
  .page-search .content__content .profiel__complete.node__bericht--teaser .field__title h3,
  .profiel__complete.node__bericht--teaser .field__title .page-search .content__content h3,
  .page-search .content__content footer .footer h3,
  footer .footer .page-search .content__content h3 {
    border-bottom: 1px dotted #666666; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2248';}}
  .page-search .content__content .search-results {
    padding: 0; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2250';}}
    .page-search .content__content .search-results li {
      padding: 14px 0;
      margin: 0;
      border-bottom: 1px dotted #666666; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2255';}}
    .page-search .content__content .search-results h3,
    .page-search .content__content .search-results h3 a {
      color: #0d65a0;
      font-size: 15px;
      padding: 0; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2260';}}
    .page-search .content__content .search-results p {
      margin: 0; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2263';}}
    .page-search .content__content .search-results .search-snippet-info {
      margin: 0;
      padding: 0; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2267';}}
    .page-search .content__content .search-results .search-info {
      margin: 0;
      font-style: italic; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2271';}}
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2275';}}

/*
 * Alex -----------
 */
@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2282';}}
header .header__menu ul.menu {
  padding: 0px; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2288';}}
.nav {
  float: right; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2292';}}
header .header__menu ul.menu > li > a {
  color: white;
  transition: all 0.5s; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2302';}}
header .header__menu ul.menu > li:hover > a,
header .header__menu ul.menu > li:focus > a,
header .header__menu ul.menu > li:active > a,
header .header__menu ul.menu > li.is-clicked > a,
header .header__menu ul.menu > li.active > a,
header .header__menu ul.menu > li.active-trail > a {
  color: #ec6408;
  transition: all 0.5s; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2307';}}
header:after {
  background-color: white;
  background-image: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2312';}}
header .header__menu {
  background-color: #1d4e77; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2316';}}
header .header__menu ul.menu {
  text-align: initial; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2320';}}
#search form .form-actions:before {
  background-color: #155a9b; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2324';}}
.field__title {
  background-color: #1d4e77 !important; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2332';}}
.node__bericht .field__link a,
.node__page .field__link a,
.node__bedrijf .field__link a,
.node__home .field__link a,
.profiel__complete .field__link a {
  background-color: #1d4e77; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2340';}}
.node__bericht .field__link a:hover,
.node__page .field__link a:hover,
.node__bedrijf .field__link a:hover,
.node__home .field__link a:hover,
.profiel__complete .field__link a:hover {
  background-color: #1d4e77; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2348';}}
.node__bericht .field__link a .fa,
.node__page .field__link a .fa,
.node__bedrijf .field__link a .fa,
.node__home .field__link a .fa,
.profiel__complete .field__link a .fa {
  background-color: #1d4e77; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2356';}}
.node__bericht .field__link a:hover .fa,
.node__page .field__link a:hover .fa,
.node__bedrijf .field__link a:hover .fa,
.node__home .field__link a:hover .fa,
.profiel__complete .field__link a:hover .fa {
  background-color: #ec6408; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2360';}}
.btn-invert {
  background-color: #1d4e77; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2365';}}
.btn-invert:hover,
.btn-invert:focus {
  background-color: #155a9b; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2377';}}
.blok__berichten .blok__berichten--title h3,
.blok__berichten .blok__wordlid--title h3,
.blok__berichten .blok__partners--title h3,
.section__blok--wordlid .blok__berichten--title h3,
.section__blok--wordlid .blok__wordlid--title h3,
.section__blok--wordlid .blok__partners--title h3,
.blok__partners .blok__berichten--title h3,
.blok__partners .blok__wordlid--title h3,
.blok__partners .blok__partners--title h3 {
  border-bottom-color: #155a9b; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2381';}}
footer .footer a {
  color: white; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2385';}}
footer .footer p {
  color: white;
  margin: 0px;
  padding: 10px 0px;
  font-size: 12px; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2392';}}
footer .footer .footer--nieuwsbrief .input-group-addon {
  background-color: #155a9b; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2396';}}
.section__bottom .section__blok.section__blok--wordlid .section__blok--content {
  background-color: initial;
  color: white; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2401';}}
.section__bottom .section__blok.section__blok--wordlid .section__blok--content h2,
.section__bottom .section__blok.section__blok--wordlid .section__blok--content .node__bericht.node__bericht--teaser .field__title h3,
.node__bericht.node__bericht--teaser .field__title .section__bottom .section__blok.section__blok--wordlid .section__blok--content h3,
.section__bottom .section__blok.section__blok--wordlid .section__blok--content .node__page.node__bericht--teaser .field__title h3,
.node__page.node__bericht--teaser .field__title .section__bottom .section__blok.section__blok--wordlid .section__blok--content h3,
.section__bottom .section__blok.section__blok--wordlid .section__blok--content .node__bedrijf.node__bericht--teaser .field__title h3,
.node__bedrijf.node__bericht--teaser .field__title .section__bottom .section__blok.section__blok--wordlid .section__blok--content h3,
.section__bottom .section__blok.section__blok--wordlid .section__blok--content .node__home.node__bericht--teaser .field__title h3,
.node__home.node__bericht--teaser .field__title .section__bottom .section__blok.section__blok--wordlid .section__blok--content h3,
.section__bottom .section__blok.section__blok--wordlid .section__blok--content .profiel__complete.node__bericht--teaser .field__title h3,
.profiel__complete.node__bericht--teaser .field__title .section__bottom .section__blok.section__blok--wordlid .section__blok--content h3,
.section__bottom .section__blok.section__blok--wordlid .section__blok--content footer .footer h3,
footer .footer .section__bottom .section__blok.section__blok--wordlid .section__blok--content h3 {
  color: white; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2405';}}
.banner .banner__content--slider .banner__content--buttondown {
  display: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2409';}}
div.field-files table.sticky-enabled.tableheader-processed.sticky-table {
  width: 100%; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2413';}}
.file_browser_metadata {
  display: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2417';}}
.dir-listing-status {
  display: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2421';}}
#filebrowser-form-actions input {
  margin: 10px 0px; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2425';}}
#edit-filebrowser-uploads {
  margin: 20px 0px; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2429';}}
#filebrowser-form-create-folder {
  margin: 0px 0px 10px; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2433';}}
.node__home--block img {
  width: 100%; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2437';}}
.node__home--block .field__link {
  left: 15px; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2440';}}
.node__partners {
  margin: 50px 0px; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2444';}}
.node__partners img {
  width: 100%; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2448';}}
.profiel__teaser img {
  width: 100%;
  max-height: 196px; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2453';}}
.node__researchers .row {
  margin: 30px 0px; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2457';}}
.profiel__teaser .btn {
  width: 100%;
  margin: 15px 0px 5px; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2462';}}
.profiel__teaser .well {
  padding: 0px;
  border: 0px;
  background: none; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2468';}}
.profiel__teaser .img-container {
  height: 200px;
  overflow: hidden; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2473';}}
.btn-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  right: 25px;
  margin-top: -2px;
  font-size: 20px; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2482';}}
.eu-com {
  float: right;
  margin: 60px 0px 10px; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2487';}}
.eu-com p {
  position: absolute;
  right: 0px;
  font-size: 10px; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2493';}}
.profiel.profiel__teaser {
  border-color: #0d65a0 !important; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2497';}}
.profiel.profiel__teaser .field-profielfoto,
.profiel.profiel__teaser .no-image {
  min-height: initial !important; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2501';}}
.header-caption {
  position: absolute;
  top: 43%;
  width: 50%;
  left: 12.5%;
  font-weight: bold;
  color: white;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2); }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2511';}}
.node__bericht--uitgelicht .field__content {
  height: 310px !important; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2515';}}
.node__bericht--uitgelicht .field__content .field-body {
  max-height: 110px;
  overflow: hidden; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2520';}}
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2523';}}
  .page-blog .field-blog-image,
  .page-blog .views-field-title,
  .page-blog .field-body {
    width: 50%;
    float: left;
    padding: 0 15px; }
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2529';}}
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2530';}}
    .page-blog .field-blog-image img {
      max-width: 100%; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2536';}}
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2537';}}
  .node-116 ul {
    list-style: none; }
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2539';}}
    .node-116 ul li {
      float: left;
      max-width: 300px;
      height: 250px;
      margin: 30px 45px; }
      @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2544';}}
      .node-116 ul li img {
        max-width: 220px; }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2551';}}
.node-deliverables .field-image img {
  width: 100%; }

/*
 * Webforms * /
 * .block-webform,
 * form.webform-client-form {
 * padding: 0 0 15px 0;
 * 
 * .form-item {
 * max-width: 418px;
 * margin: 10px 0;
 * label {
 * display: block;
 * font-weight: 500;
 * margin-bottom: 3px;
 * .form-required {
 * color: #C00;
 * }
 * &.option {
 * margin-left: 5px;
 * }
 * }
 * .description {
 * margin: 5px 0px;
 * padding-left: 5px;
 * }
 * 
 * 
 * input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"],  input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, textarea, select {
 * display: block;
 * height: 34px;
 * width: 100%;
 * max-width: 100%;
 * padding: 6px 12px;
 * margin-bottom: 0;
 * 
 * &.error {
 * border-color: #C00;
 * }
 * }
 * 
 * &.webform-component-textfield {
 * 
 * }
 * &.webform-component-select {
 * 
 * }
 * &.webform-component-textarea {
 * textarea {
 * min-height: 93px;
 * }
 * 
 * }
 * &.webform-component-date {
 * input, select {
 * width: inherit;
 * }
 * }
 * &.webform-component-radios {
 * margin: 0px;
 * padding-left: 5px;
 * .form-type-radio {
 * margin: 0;
 * input, label {
 * display: inline-block;
 * }
 * }
 * }
 * &.webform-component-checkbox {
 * margin: 0px;
 * padding-left: 5px;
 * }
 * }
 * .form-actions {
 * input {
 * @extend .btn-invert;
 * padding: 6px 15px;
 * border: none;
 * color: $primary_color;
 * }
 * }
 * }
 * form.webform-client-form {
 * padding: 0 0 15p 0;
 * }
 */
@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2640';}}
@media (max-width: 992px) {
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2641';}}
  .banner .banner__content--slider .news-block {
    position: relative;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    top: 0;
    right: 0; } }

@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2651';}}
@media (max-width: 768px) {
  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2652';}}
  header .header__logo {
    position: initial; }

  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2656';}}
  header .header__menu .block-menu-block .blok__blok--content #tinynav1 {
    margin: 15px 0px;
    width: 100%; }

  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2661';}}
  header .header__logo img {
    margin-top: 30px; }

  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2665';}}
  .banner .banner__content .container h1 {
    font-size: 20px;
    line-height: 20px; }

  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2671';}}
  .banner .banner__content--slider .news-block {
    max-width: 100%; }

  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2675';}}
  .header-caption {
    top: 22%; }

  @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2679';}}
    @media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2682';}}
    .page-blog .field-blog-image,
    .page-blog .views-field-title,
    .page-blog .field-body {
      width: 100%;
      float: left; } }

/*
 * -------------------- IPAS EN TABLETS IN PORTRAIT PLUS ALLE TELEFOONS --------------------
 */
@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2692';}}
@media screen and (min-width: 320px) {
  @-ms-viewport {
    width: device-width; } }

/*
 * -------------------- IPADS EN TABLETS IN LANDSCAPE --------------------
 */
@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2701';}}
@media screen and (min-width: 768px) {
   }

/*
 * -------------------- DESKTOPS EN LAPTOPS ZONDER FULL HD --------------------
 */
@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2704';}}
@media screen and (min-width: 992px) {
   }

/*
 * -------------------- DESKTOPS EN LAPTOPS MET FULL HD SCHERM --------------------
 */
@media -sass-debug-info{filename{font-family:file\:\/\/sites\/all\/themes\/standaard\/scss\/style\.scss;}line{font-family:'2708';}}
@media screen and (min-width: 1200px) {
   }

/*
 * Special for Testing * /
 * .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12,
 * header, section, footer, .container,
 * #header-top, #header-content, #menu, #search, #header-bottom,
 * #banner-sidebar-left, #banner-content, #banner-sidebar-right,
 * #help-top, #help-content, #help-bottom,
 * #content-top-first, #content-top-second, #content-top-third, #content-top-fourth,
 * #content-sidebar-left, #content-content, #content-sidebar-right,
 * #featured-top-first, #featured-top-second, #featured-top-third, #featured-top-fourth,
 * #featured-first, #featured-second, #featured-third, #featured-fourth,
 * #featured-bottom-first, #featured-bottom-second, #featured-bottom-third, #featured-bottom-fourth,
 * #footer-top-first, #footer-top-second, #footer-top-third, #footer-top-fourth,
 * #footer-first, #footer-second, #footer-third, #footer-fourth,
 * #footer-bottom-first, #footer-bottom-second, #footer-bottom-third, #footer-bottom-fourth
 * {
 * outline: 1px solid #ddd;
 * }
 * //
 */
