@import url(font-awesome.css);


@media only screen and (max-width: 500px) {
    .iphone {
        min-width: 16px !important;
        min-height: 16px !important;
    }
}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }



/* line 22, ../../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, ../../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, ../../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, ../../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* line 18, ../components/sass/_mixins.scss */
.layout, .layout .formulier, .layout .formulier form .opeenregel {
  *zoom: 1; }
  /* line 20, ../components/sass/_mixins.scss */
  .layout:before, .layout .formulier:before, .layout .formulier form .opeenregel:before, .layout:after, .layout .formulier:after, .layout .formulier form .opeenregel:after {
    content: " ";
    display: table; }
  /* line 24, ../components/sass/_mixins.scss */
  .layout:after, .layout .formulier:after, .layout .formulier form .opeenregel:after {
    clear: both; }

/* line 2, ../components/sass/_base.scss */
body {
  font-family: "Trebuchet MS", serif;
  line-height: 160%; }


.grijs {
  background-color: #cccccc;
  border-top: 7px solid #333333; 
}


.info {
    border-left: 25px;
    background-position: right;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-right: 5px;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z'/%3E%3C/svg%3E");
}




/* line 10, ../components/sass/_base.scss */
.blauw {
  /* background: url('images/achtergrond_blauw.png?1416255522'); */
  border-top: 7px solid #333333; }

/* line 14, ../../../../.rvm/gems/ruby-2.1.1/gems/susy-2.1.3/sass/susy/language/susy/_box-sizing.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 20, ../components/sass/_layout.scss */
.layout {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 3%; }
  /* line 12, ../../../../.rvm/gems/ruby-2.1.1/gems/susy-2.1.3/sass/susy/output/support/_clearfix.scss */
  .layout:after {
    content: " ";
    display: block;
    clear: both; }
  /* line 26, ../components/sass/_layout.scss */
  .layout .features {
    position: static; }
    /* line 2, ../components/sass/_mixins.scss */
    .layout .features:after {
      content: "";
      display: table;
      clear: both; }
    /* line 31, ../components/sass/_layout.scss */
    .layout .features .features_item {
      margin-bottom: 1.69492%;
      min-height: 225px;
      height: 100%;
      border: 1px solid #333333;
      border-color: rgb(134,188,53);
      -moz-border-radius: 15px / 15px;
      -webkit-border-radius: 15px 15px;
      border-radius: 15px / 15px;
      /* background: url('images/achtergrond_panel.png?1416860890'); */
      padding: 20px; }
      @media (min-width: 600px) {
        /* line 31, ../components/sass/_layout.scss */
        .layout .features .features_item {
          width: 49.15254%;
          float: left; }
          /* line 66, ../../../../.rvm/gems/ruby-2.1.1/gems/susy-2.1.3/sass/susy/language/susy/_gallery.scss */
          .layout .features .features_item:nth-child(2n + 1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both;
            margin-left: 0; }
          /* line 66, ../../../../.rvm/gems/ruby-2.1.1/gems/susy-2.1.3/sass/susy/language/susy/_gallery.scss */
          .layout .features .features_item:nth-child(2n + 2) {
            margin-left: 50.84746%;
            margin-right: -100%;
            clear: none; } }
      @media (min-width: 900px) {
        /* line 31, ../components/sass/_layout.scss */
        .layout .features .features_item {
          width: 32.20339%;
          float: left; }
          /* line 66, ../../../../.rvm/gems/ruby-2.1.1/gems/susy-2.1.3/sass/susy/language/susy/_gallery.scss */
          .layout .features .features_item:nth-child(3n + 1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both;
            margin-left: 0; }
          /* line 66, ../../../../.rvm/gems/ruby-2.1.1/gems/susy-2.1.3/sass/susy/language/susy/_gallery.scss */
          .layout .features .features_item:nth-child(3n + 2) {
            margin-left: 33.89831%;
            margin-right: -100%;
            clear: none; }
          /* line 66, ../../../../.rvm/gems/ruby-2.1.1/gems/susy-2.1.3/sass/susy/language/susy/_gallery.scss */
          .layout .features .features_item:nth-child(3n + 3) {
            margin-left: 67.79661%;
            margin-right: -100%;
            clear: none; } }
      /* line 50, ../components/sass/_layout.scss */
      .layout .features .features_item h5 {
        font-size: 1.2em; }
      /* line 54, ../components/sass/_layout.scss */
      .layout .features .features_item h5, .layout .features .features_item i {
        color: #333333;
        font-weight: bold;
        text-decoration: none;
        display: block;
        width: 100%;
        text-align: center; }
      /* line 63, ../components/sass/_layout.scss */
      .layout .features .features_item p {
        font-family: "Trebuchet MS", sans-serif;
        font-size: .8em;
        font-weight: lighter;
        color: #333333;
        text-align: center;
        margin-top: 15px;
        line-height: 1.3em; }
      @media (min-width: 900px) {
        /* line 77, ../components/sass/_layout.scss */
        .layout .features .features_item p {
          font-family: "Trebuchet MS", sans-serif;
          font-size: .8em;
          font-weight: lighter;
          color: #333333;
          text-align: center;
          margin-top: 15px;
          line-height: 1.3em;
          /*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0;*/ }
          /* line 88, ../components/sass/_layout.scss */
          .layout .features .features_item p:nth-of-type(1) {
            line-height: 1.3em;
            filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
            opacity: 1; }
        /* line 94, ../components/sass/_layout.scss */
        .layout .features .features_item .meer {
          color: #333333;
          text-decoration: underline; }
        /* line 101, ../components/sass/_layout.scss */
        .layout .features .features_item:hover p {
          font-family: "Trebuchet MS", sans-serif;
          font-size: .8em;
          font-weight: lighter;
          color: #333333;
          text-align: center;
          margin-top: 15px;
          line-height: 1.3em;
          /*filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1;
          -moz-transition-duration: 0.5s;
          -o-transition-duration: 0.5s;
          -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
          -moz-transition-timing-function: ease-in;
          -o-transition-timing-function: ease-in;
          -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;*/ }
        /* line 117, ../components/sass/_layout.scss */
        .layout .features .features_item:hover span.meer {
          line-height: 1.3em;
          /*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0;*/ } }
  @media (min-width: 600px) {
    /* line 134, ../components/sass/_layout.scss */
    .layout .main {
      width: 66.10169%;
      float: left;
      margin-right: 1.69492%; }
    /* line 138, ../components/sass/_layout.scss */
    .layout .sub {
      width: 32.20339%;
      float: right;
      margin-right: 0; } }

/* line 1, ../components/sass/_modules.scss */
#bigfoto {
  background: #333333 url('images/header5a.jpg?1416480415') no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  min-height: 650px;
  height: max-content;
  width: 100%;
  display: block;
  margin: 0 auto;
  border-bottom: solid 7px #333333;
  top: 1px;
  left: 0px;
}

/* line 23, ../components/sass/_modules.scss */
.layout .logo .titel {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  font-size: 1.3em;
  font-weight: bold;
  color: white;
  margin-left: 35px;
  vertical-align: 46%; }
/* line 34, ../components/sass/_modules.scss */
.layout .logo .vervolg-titel {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  font-size: 1em;
  font-weight: bold;
  color: white;
  margin-left: 35px;
  vertical-align: 46%; }
/* line 54, ../components/sass/_modules.scss */
.layout .sub-titel h3 {
  color: #333333;
  font-size: 1.3em; }
/* line 59, ../components/sass/_modules.scss */
.layout .sub-titel h5 {
  color: white;
  font-size: 1em; }
/* line 69, ../components/sass/_modules.scss */
.layout .aanmelden {
  margin-top: 40px;
  /*-moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;*/
  border: 1px solid white;
  border-color: rgba(0,0,0,0.93);
  background-color: rgb(204, 204, 204); 
  -moz-border-radius: 15px / 15px;
  -webkit-border-radius: 15px 15px;
  border-radius: 15px / 15px;
  padding: 20px;

}
  /* line 2, ../components/sass/_mixins.scss */
  .layout .aanmelden:after {
    content: "";
    display: table;
    clear: both; }
  /* line 82, ../components/sass/_modules.scss */
  .layout .aanmelden h4 {
    font-size: 1.4em; }
  /* line 86, ../components/sass/_modules.scss */
  .layout .aanmelden p {
    line-height: 1.1em;
    font-size: .8em; }
  /* line 91, ../components/sass/_modules.scss */
  .layout .aanmelden button {
    height: 40px;
    width: 200px;
    -moz-border-radius: 4px / 4px;
    -webkit-border-radius: 4px 4px;
    border-radius: 4px / 4px;
    border: 0px;
    background-color: #333333;
    float: right;
    margin-right: 1.9vw;
    font-size: 1em;
    font-family: "Trebuchet MS", serif;
    color: white; }
    /* line 105, ../components/sass/_modules.scss */
    .layout .aanmelden button:hover {
      cursor: pointer; }
  /* line 112, ../components/sass/_modules.scss */
  .layout .aanmelden p {
    margin: 15px 0;
    font-size: .9em; }
/* line 118, ../components/sass/_modules.scss */
.layout .inloggen {
  margin-top: 15px;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  border: 5px solid rgba(255, 255, 255, 0.4);
  -moz-border-radius: 15px / 15px;
  -webkit-border-radius: 15px 15px;
  border-radius: 15px / 15px;
  margin-top: 25px;
  padding: 20px;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Trebuchet MS", sans-serif; }
  /* line 2, ../components/sass/_mixins.scss */
  .layout .inloggen:after {
    content: "";
    display: table;
    clear: both; }
  /* line 134, ../components/sass/_modules.scss */
  .layout .inloggen h4 {
    font-size: 1.4em; }
  /* line 139, ../components/sass/_modules.scss */
  .layout .inloggen label {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%; }
  /* line 146, ../components/sass/_modules.scss */
  .layout .inloggen .inloggen_field {
    display: block;
    width: 90%;
    height: 40px;
    -moz-border-radius: 4px / 4px;
    -webkit-border-radius: 4px 4px;
    border-radius: 4px / 4px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 1em;
    padding-left: 15px;
    background: rgba(255, 255, 255, 0.4); }
  /* line 162, ../components/sass/_modules.scss */
  .layout .inloggen button {
    height: 40px;
    width: 200px;
    -moz-border-radius: 4px / 4px;
    -webkit-border-radius: 4px 4px;
    border-radius: 4px / 4px;
    border: 3px solid rgba(255, 255, 255, 0.4);
    background-color: transparent;
    float: right;
    margin-right: 1.9vw;
    margin-top: 10px;
    font-size: 1em;
    font-family: "Trebuchet MS", serif;
    color: rgba(255, 255, 255, 0.4); }
    /* line 175, ../components/sass/_modules.scss */
    .layout .inloggen button:hover {
      cursor: pointer; }
/* line 183, ../components/sass/_modules.scss */
.layout .testimonial {
  width: 100%;
  min-height: 500px;
  margin-top: 25px; }
  /* line 2, ../components/sass/_mixins.scss */
  .layout .testimonial:after {
    content: "";
    display: table;
    clear: both; }
  /* line 190, ../components/sass/_modules.scss */
  .layout .testimonial .vrouw, .layout .testimonial .man {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMWU1YSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNzhiNDFlIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYzhkMjFlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(50%, #333333), color-stop(100%, #c8d21e));
    background-image: -moz-linear-gradient(#333333, #333333, #c8d21e);
    background-image: -webkit-linear-gradient(#333333, #333333, #c8d21e);
    background-image: linear-gradient(#333333, #333333, #c8d21e);
    padding: 4vw;
    min-height: inherit;
    -moz-border-radius-bottomleft: 15px;
    -webkit-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px; }
    /* line 200, ../components/sass/_modules.scss */
    .layout .testimonial .vrouw p, 
    .layout .testimonial .man p {
      color: #333333;
      text-align: center;
      font-family: "Trebuchet MS", sans-serif;
      font-weight: 200;
      margin-top: 25px;
      font-style: italic; }
    /* line 209, ../components/sass/_modules.scss */
    .layout .testimonial .vrouw cite, 
    .layout .testimonial .man cite {
      color: white;
      text-align: center;
      font-family: "Trebuchet MS", serif;
      font-weight: 200;
      width: 100%;
      display: block; }
    /* line 218, ../components/sass/_modules.scss */
    .layout .testimonial .vrouw img, 
    .layout .testimonial .man img {
      -moz-border-radius: 8%;
      -webkit-border-radius: 8%;
      border-radius: 8%;
      width: 40%;
      display: block;
      margin: 15px auto;
      border: solid 4px white; }
/* line 233, ../components/sass/_modules.scss */
.layout .howitworks {
  margin-top: 25px;
  padding: 2vw;
  font-family: "Trebuchet MS", serif; }
  /* line 2, ../components/sass/_mixins.scss */
  .layout .howitworks:after {
    content: "";
    display: table;
    clear: both; }
  /* line 245, ../components/sass/_modules.scss */
  .layout .howitworks h1 {
    color: #333333;
    font-size: 2em;
    font-weight: bold;
    font-family: "Trebuchet MS", serif; }
  /* line 252, ../components/sass/_modules.scss */
  .layout .howitworks hr {
    color: #333333;
    background-color: #333333;
    height: 3px;
    border: none;
    margin-top: 22px; }
  /* line 261, ../components/sass/_modules.scss */
  .layout .howitworks img {
    display: block;
    width: 250px;
    margin: 15px; }
  /* line 270, ../components/sass/_modules.scss */
  .layout .howitworks article h3 {
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #2d5a64; }
  /* line 279, ../components/sass/_modules.scss */
  
  
 
  .layout .howitworks article i {
    display: inline-block;
    color: #2d5a64;
    min-width: 30px;
    font-weight: bold;
  }


  /* line 285, ../components/sass/_modules.scss */
  .layout .howitworks article p {
    margin-bottom: 25px;
    color: #333333; }
  /* line 290, ../components/sass/_modules.scss */
  .layout .howitworks article li {
    display: block;
    line-height: 30px;
    color: white; }
/* line 308, ../components/sass/_modules.scss */
.layout .hoewerkt article h3 {
  color: #333333;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px; }
/* line 318, ../components/sass/_modules.scss */
.layout .hoewerkt article i {
  display: inline-block;
  color: white;
  min-width: 30px; }
/* line 324, ../components/sass/_modules.scss */
.layout .hoewerkt article p {
  margin-bottom: 25px;
  color: white; }
/* line 329, ../components/sass/_modules.scss */
.layout .hoewerkt article li {
  display: block;
  line-height: 30px;
  color: white; }
/* line 341, ../components/sass/_modules.scss */
.layout .footer {
  margin-top: 25px;
  min-height: 500px;
  color: rgb(51,51,51); }
  /* line 2, ../components/sass/_mixins.scss */
  .layout .footer:after {
    content: "";
    display: table;
    clear: both; }
  /* line 349, ../components/sass/_modules.scss */
  .layout .footer .adres a:link, .layout .footer .adres a:visited {
   /* color: white; */}
  /* line 355, ../components/sass/_modules.scss */
  .layout .footer .adres ul li:nth-of-type(5) {
    margin-top: 30px; }
  /* line 363, ../components/sass/_modules.scss */
  .layout .footer h3 {
    font-size: 1.3em;
    /*color: white; */
    margin-bottom: 30px; }
  /* line 369, ../components/sass/_modules.scss */
  .layout .footer hr {
    background-color: #FFF;
    height: 2px;
    border: none;
    margin-top: 20px;
    margin-bottom: 15px; }
  /* line 2, ../components/sass/_mixins.scss */
  .layout .footer .contactform:after {
    content: "";
    display: table;
    clear: both; }
  /* line 380, ../components/sass/_modules.scss */
  .layout .footer .contactform label {
    display: block;
    color: white; }
  /* line 386, ../components/sass/_modules.scss */
  .layout .footer .contactform input {
    display: block;
    min-width: 100%;
    height: 40px;
    -moz-border-radius: 4px / 4px;
    -webkit-border-radius: 4px 4px;
    border-radius: 4px / 4px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #333333;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 1em;
    padding-left: 15px; 
    color: #000;
  }
  /* line 405, ../components/sass/_modules.scss */
  .layout .footer .contactform textarea {
    min-width: 100%;
    font-size: 1em;
    font-family: "Trebuchet MS", sans-serif;
    -moz-border-radius: 4px / 4px;
    -webkit-border-radius: 4px 4px;
    border-radius: 4px / 4px;
    border: 1px solid #333333;
    padding-left: 15px;
    color: #000;
  }
  /* line 415, ../components/sass/_modules.scss */
  .layout .footer .contactform form button {
    height: 40px;
    width: 200px;
    -moz-border-radius: 4px / 4px;
    -webkit-border-radius: 4px 4px;
    border-radius: 4px / 4px;
    border: 0px;
    background-color: #333333;
    float: right;
    margin-top: 10px;
    font-size: 1em;
    font-family: "Trebuchet MS", serif;
    color: white; }
    /* line 427, ../components/sass/_modules.scss */
    .layout .footer .contactform form button:hover {
      cursor: pointer; }
  /* line 437, ../components/sass/_modules.scss */
  .layout .footer .footerlink {
    clear: both;
    display: block;
    min-width: 100%;
    margin-top: 1vw; }
    /* line 443, ../components/sass/_modules.scss */
    .layout .footer .footerlink a {
      color: #333333; }

/* line 453, ../components/sass/_modules.scss */
.kleineletters {
  font-size: 0.7em; }

@media (min-width: 600px) {
  /* line 464, ../components/sass/_modules.scss */
  #bigfoto {
    min-height: 500px;
    height: max-content; } }
@media (min-width: 900px) {
  /* line 474, ../components/sass/_modules.scss */
  #bigfoto {
    min-height: 650px;
    height: max-content; }

  /* line 483, ../components/sass/_modules.scss */
  .layout .logo .titel {
    font-size: 2.7em; }
  /* line 487, ../components/sass/_modules.scss */
  .layout .logo .vervolg-titel {
    font-size: 1.3em; }
  /* line 495, ../components/sass/_modules.scss */
  .layout .aanmelden {
    /*clear: both;
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;*/ }
    /* line 499, ../components/sass/_modules.scss */
    .layout .aanmelden p {
      line-height: 1.5em;
      font-size: 1em; }
  /* line 506, ../components/sass/_modules.scss */
  .layout .inloggen {
    width: 49.15254%;
    float: right;
    margin-right: 0; }
  /* line 511, ../components/sass/_modules.scss */
  .layout .vrouw {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%; }
  /* line 516, ../components/sass/_modules.scss */
  .layout .man {
    width: 49.15254%;
    float: right;
    margin-right: 0; }
  /* line 521, ../components/sass/_modules.scss */
  .layout .testimonial {
    min-height: 565px; }
  /* line 2, ../components/sass/_mixins.scss */
  .layout .howitworks:after {
    content: "";
    display: table;
    clear: both; }
  /* line 528, ../components/sass/_modules.scss */
  .layout .howitworks h1 {
    font-size: 2em; }
  /* line 532, ../components/sass/_modules.scss */
  .layout .howitworks h3 {
    font-size: 1.3em; }
  /* line 537, ../components/sass/_modules.scss */
  .layout .footer {
    margin-top: 40px; }
    /* line 541, ../components/sass/_modules.scss */
    .layout .footer h3 {
      margin-top: 40px; }
    /* line 545, ../components/sass/_modules.scss */
    .layout .footer .adres {
      width: 32.20339%;
      float: left;
      margin-right: 1.69492%; }
    /* line 549, ../components/sass/_modules.scss */
    .layout .footer .contactform {
      width: 66.10169%;
      float: right;
      margin-right: 0; }
    /* line 553, ../components/sass/_modules.scss */
    .layout .footer .textarea {
      min-width: 50%; } }
@media (min-width: 1250px) {
  /* line 576, ../components/sass/_modules.scss */
  .layout .testimonial {
    min-height: 600px; }
  /* line 580, ../components/sass/_modules.scss */
  .layout .inloggen {
    margin-top: 55px; }
  /* line 584, ../components/sass/_modules.scss */
  .layout .aanmelden {
    margin-top: 55px; } }
/* line 4, ../components/sass/_vervolg.scss */
.vervolg {
  background: url('images/header5a.jpg?1416480415');
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #333333;
  min-height: 80px;
  color: white;
  font-size: 2em; }
  /* line 23, ../components/sass/_vervolg.scss */
  .vervolg .layout p {
    line-height: 1.7em; }

/* line 32, ../components/sass/_vervolg.scss */
.layout ul.menu-list {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1; }
  /* line 35, ../components/sass/_vervolg.scss */
  .layout ul.menu-list li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    white-space: nowrap;
    background-color: #c8d21e;
    min-height: 35px;
    line-height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 5px;
    margin-bottom: 3px; }
    /* line 45, ../components/sass/_vervolg.scss */
    .layout ul.menu-list li:hover {
      -moz-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      -webkit-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -moz-transition-timing-function: ease-in;
      -o-transition-timing-function: ease-in;
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      background-color: #333333; }
      /* line 50, ../components/sass/_vervolg.scss */
      .layout ul.menu-list li:hover a, .layout ul.menu-list li:hover a:visited {
        color: #333333; }
    /* line 56, ../components/sass/_vervolg.scss */
    .layout ul.menu-list li.active {
      border-bottom: 5px solid #333333;
      background-color: #333333; }
      /* line 59, ../components/sass/_vervolg.scss */
      .layout ul.menu-list li.active a, .layout ul.menu-list li.active a:visited {
        color: white; }
    /* line 64, ../components/sass/_vervolg.scss */
    .layout ul.menu-list li a, .layout ul.menu-list li a:visited {
      color: #333333;
      text-decoration: none; }
    /* line 69, ../components/sass/_vervolg.scss */
    .layout ul.menu-list li.nosmall {
      display: none; }
/* line 76, ../components/sass/_vervolg.scss */
.layout .content-header {
  min-width: 100%;
  margin-top: 45px;
  margin-bottom: 35px;
  line-height: 1.3em;
  border-bottom: 4px solid #333333;
  color: #333333;
  font-size: 1.3em; }
/* line 86, ../components/sass/_vervolg.scss */
.layout footer.footer {
  clear: both;
  min-width: 100%;
  margin-bottom: 2vw;
  border-top: 4px solid #333333; }
/* line 93, ../components/sass/_vervolg.scss */
.layout footer#footertje {
  min-height: 50px;
  max-height: 75px; }
/* line 98, ../components/sass/_vervolg.scss */
.layout .content {
  min-height: 550px;
  margin-bottom: 3vw; }
  /* line 102, ../components/sass/_vervolg.scss */
  .layout .content p {
    margin-bottom: 15px; }
  /* line 106, ../components/sass/_vervolg.scss */
  .layout .content h4 {
    font-size: 1.1em;
    color: #333333;
    font-weight: bold; }

@media (min-width: 900px) {
  /* line 127, ../components/sass/_vervolg.scss */
  .layout ul.menu-list li.nosmall {
    display: inline-block; }
  /* line 134, ../components/sass/_vervolg.scss */
  .layout .rightside {
    width: 32.20339%;
    float: right;
    margin-right: 0; }
  /* line 138, ../components/sass/_vervolg.scss */
  .layout .content {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%; } }
/* line 1, ../components/sass/_aanmelden.scss */
.layout {
  color: #333333; }
  /* line 13, ../components/sass/_aanmelden.scss */
  .layout .formulier form input {
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 25px;
    -moz-border-radius: 4px / 4px;
    -webkit-border-radius: 4px 4px;
    border-radius: 4px / 4px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #333333;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 1em;
    padding-left: 15px; }
  /* line 29, ../components/sass/_aanmelden.scss */
  .layout .formulier form .checkbox {
    font-size: 0.8em;
    line-height: 1.2em; }
    /* line 34, ../components/sass/_aanmelden.scss */
    .layout .formulier form .checkbox p {
      min-height: 20px; }
    /* line 38, ../components/sass/_aanmelden.scss */
    .layout .formulier form .checkbox input {
      display: inline-block;
      width: 20px;
      margin-bottom: 0px;
      padding: none;
      height: 15px; }
  /* line 48, ../components/sass/_aanmelden.scss */
  .layout .formulier form .helptext {
    font-size: .7em;
    color: #333333;
    font-style: italic; }
  /* line 54, ../components/sass/_aanmelden.scss */
  .layout .formulier form button {
    height: 40px;
    min-width: 300px;
    -moz-border-radius: 4px / 4px;
    -webkit-border-radius: 4px 4px;
    border-radius: 4px / 4px;
    border: 0px;
    background-color: #333333;
    margin-top: 2vw;
    font-size: 1em;
    font-family: "Trebuchet MS", serif;
    color: white; }
    /* line 65, ../components/sass/_aanmelden.scss */
    .layout .formulier form button:hover {
      cursor: pointer; }
    /* line 71, ../components/sass/_aanmelden.scss */
    .layout .formulier form button label {
      display: block;
      color: #333333;
      margin-top: 30px; }
  /* line 80, ../components/sass/_aanmelden.scss */
  .layout .formulier form .readonly label {
    color: #aaa; }
  /* line 84, ../components/sass/_aanmelden.scss */
  .layout .formulier form .readonly input {
    border-color: #aaa;
    background-color: #efefef;
    color: #aaa; }
  /* line 94, ../components/sass/_aanmelden.scss */
  .layout .formulier .footnote {
    margin-top: 8vw;
    font-size: .8em;
    line-height: 1.2em; }
    /* line 102, ../components/sass/_aanmelden.scss */
    .layout .formulier .footnote .superscript {
      color: #2d5a64;
      vertical-align: super; }
  /* line 109, ../components/sass/_aanmelden.scss */
  .layout .sideblock {
    display: none; }
    /* line 113, ../components/sass/_aanmelden.scss */
    .layout .sideblock .promo {
      -moz-border-radius: 15px / 15px;
      -webkit-border-radius: 15px 15px;
      border-radius: 15px / 15px;
      margin-top: 25px;
      margin-bottom: 25px;
      border: 4px solid #333333;
      padding: 25px; }
      /* line 120, ../components/sass/_aanmelden.scss */
      .layout .sideblock .promo h4 {
        font-size: 1.6em;
        padding-bottom: 10px;
        color: #333333;
        border-bottom: 2px solid #333333; }
      /* line 127, ../components/sass/_aanmelden.scss */
      .layout .sideblock .promo p {
        padding-top: 10px; }
  /* line 135, ../components/sass/_aanmelden.scss */
  .layout header#formpage {
    margin-top: 3vw;
    font-size: 1em; }

@media (min-width: 900px) {
  /* line 154, ../components/sass/_aanmelden.scss */
  .layout header#formpage {
    margin-top: 2vw;
    margin-bottom: 2vw;
    font-size: 2em; }
  /* line 163, ../components/sass/_aanmelden.scss */
  .layout .formulier form {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%; }
    /* line 165, ../components/sass/_aanmelden.scss */
    .layout .formulier form input {
      width: 90%;
      margin-left: 0px;
      margin-right: 0px; }
    /* line 171, ../components/sass/_aanmelden.scss */
    .layout .formulier form .opeenregel {
      width: 90%; }
    /* line 180, ../components/sass/_aanmelden.scss */
    .layout .formulier form .opeenregel .postcode {
      width: 66.10169%;
      float: left;
      margin-right: 1.69492%; }
    /* line 184, ../components/sass/_aanmelden.scss */
    .layout .formulier form .opeenregel .huisnummer {
      width: 32.20339%;
      float: right;
      margin-right: 0; }
  /* line 192, ../components/sass/_aanmelden.scss */
  .layout .formulier .sideblock {
    display: block;
    width: 32.20339%;
    float: right;
    margin-right: 0; } }












/*.fullbg {
  background: url('images/header5a.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

header {
  padding-top: 20px;
}

header .sub-titel h3 {
  color: #333333;
  font-size: 1.3em; 
}

header .sub-titel h5 {
  color: white;
  font-size: 1em; 
}

.form-container {
   box-shadow: 0px 0px 3px 1px #888888;
  margin-top: 40px;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  border: 5px solid white;
  -moz-border-radius: 15px / 15px;
  -webkit-border-radius: 15px 15px;
  border-radius: 15px / 15px;
  padding: 20px;
  color: white;
  background-color: #333333;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 1;
}

.btn {
  height: 40px !important;
  width: 125px !important;
  padding: 6px 12px 6px 12px !important;
  background-color: rgb(255,153,51) !important;
  border-color: rgb(255,153,51) !important;
  box-shadow: 0 6px 0 0 #ff8000, inset -2px 1px 6px 5px #f93;
  font-size: 1em;
  color: white !important; 
}

    .btn:hover {
        color: white !important; 
        /*box-shadow: 0 3px 6px rgba(0, 0, 0, .4);*/
        box-shadow: 0 6px 0 0 #ff8000, inset 0px 1px 6px 0px #f93 !important;
        background-color: rgba(255,153,51,0.75) !important;
    }

    .btn:active {
          box-shadow: 0 2px 0 0 #ff8000, inset 0px 1px 6px 0px #f93 !important;
    }



.form-content {
  margin-top: 20px;
}

.form-container p {
  line-height: 1.5em;
  font-size: 1em; 
}
.form-container p {
  margin: 15px 0;
}

small {
  font-size: 80%;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #ccc;
}

.error {
  color: gray !important;
  display: block;
}

.form-container .inlinesection .col-xs-6,
.form-container .inlinesection .col-sm-6,
.form-container .inlinesection .col-md-4 {
  padding-left: 0px;
}

label {
  font-weight: normal;
}

h4 {
  font-size: 1.4em !important; 
 }

a {
  color: rgba(134,188,53,1) !important;
  text-decoration: underline;
}

a:hover {
  color: rgba(134,188,53,1) !important;
  text-decoration: underline;
}

/*p {
  margin: 20px 0px 20px 0px;
}*/

/* pop-up */
.bubbleInfo {
  position: relative;
  display: inline-block;
}

.bubbleInfo img {
  margin-bottom: -4px;
}

.popup {
  position: absolute;
  display: none;
  z-index: 50;
  border-collapse: collapse;
  background-color: #FFF;
  border: 1px solid #CCC;
  padding: 10px;
  width: 220px;
  font-weight: normal;
  line-height: 120%;
  color: #333;
  
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  border-radius: 5px !important;
  
  -webkit-box-shadow: #F5F5F5 0px 2px 5px;
  -moz-box-shadow: #F5F5F5 0px 2px 5px;
  -ms-box-shadow: #F5F5F5 0px 2px 5px;
  box-shadow: #F5F5F5 0px 2px 5px;
}

.disclaimer #bigfoto {
  min-height: 230px !important;
  height: 230px !important;
}

#privacy strong {
  font-weight: bold;
}

#privacy ul {
  padding-left: 20px;
}

.info-blok {
  
}

.info-blok >p {
  
  margin-top:-2px !important;
}


.tekst-menu-item {
  background: #ff9933;
  
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  float:right;  
  text-decoration:none;
}

.tekst-menu-item:hover {
  color: #ffffff;
  background:  #ff9933;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .4);
  text-decoration:none;
}



@media screen and (max-width: 480px) {

  .layout .features .features_item {
    margin-bottom: 1.69492%;
    min-height: 125px;
    height: 100%;
}

  #bigfoto {
    min-height: 500px;
    height: max-content; } 

  .form-container h4 {
   font-size: 2.0em !important;
  }

  .form-container .noroom {
   display: none;
  }

  .form-container .form-group {
   font-size: 0.8em;
  }


  header .sub-titel h3 {
    color: #333333;
    font-size: 0.9em;
  }

  header .sub-titel h5 {
    color: white;
    font-size: 0.9em;
  }


  pnlForm {
    font-size: 0.7em;
  }

  .tekst-menu-item {
    font-size: 14px;
    padding: 1px 2px 1px 2px;
  }
}



.float-menu {
   font-family: "Trebuchet MS", serif;
   padding-right:8%;
   padding-left:8%;
   position: fixed; 
   float:right;
   top: 0px; 
   left: 0; 
   right: 0; 
   z-index: 50;
   background-color: rgba(204, 204, 204, 0.9); 
   text-transform: uppercase;
   max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: solid 1px #333333;

  -moz-box-shadow:    0px -1px 2px 2px rgba(00, 30, 90, 0.9);
  -webkit-box-shadow: 0px -1px 2px 2px rgba(00, 30, 90, 0.9);
  box-shadow:         0px -1px 2px 2px rgba(00, 30, 90, 0.9);
}


.float-menu-items {
    color: rgba(51,51,51,1) !important;
    float: right;
}



  .float-menu a {
    color:  rgba(51, 51, 51, 1.0) !important;
    text-decoration: none;
    padding-left: 5px;
    padding-right:5px;
    padding-bottom:3px;
    padding-top:5px;
  }

   .float-menu a:hover {
    background-color:  rgba(120, 180, 30, 0.7);  
  }


  @media screen and (max-width: 480px) {
    .layout {
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding: 2%;
  padding-top:20px;
}

    .layout .sub-titel h3 {
  font-size: 1.0em;
}

    .layout .howitworks h1 {
  font-size: 1.2em;
}

    .float-menu {
   padding-right:2%;
   padding-left:2%;
   }


    .float-menu a {
        padding-left: 3px;
        font-size: 65%;
        padding-right:3px;
        padding-bottom:7px;
        padding-top:8px;
    }
}

.sos_paars {
  color: rgb(86,35,142)
}

.sos_blauw {
    color: rgb(56,153,221);
}

.sos_groen {
    color: rgb(134,188,53);
}


div[space] {
  padding-right:10px;
}


div[form] {
    overflow-y: auto;
    padding: 10px 20px 10px 20px;
    width: 90vw;
    max-width: 800px;
    border-radius: 25px;
    border: 1px solid;
    border-color: rgba(0,0,0,0.93);
    background-color: rgb(204, 204, 204);
}


.checkboxinput {
    display: flex;
    flex: 1;
    flex-direction: row;
}

.checkboxinputsub {
    display: flex;
    flex-direction: column;
}

div[pageheader] h2 {
    color: white;
    font-size: 1em;
}

div[form] {
    border-style: solid;
    border-color: rgba(134,188,53,1);
    border-width: 1px;
}

.dialog-backdrop {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}

.overlay-wrapper {
    display: flex;
    position: absolute;
    z-index: 1000;
    justify-content: center;
    align-items: flex-start;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.ps-main-dialog {
    width: 100%;
    max-width: 450px;
    position: static;
    margin-top: 32px;
}


.ps-dialog {
    box-shadow: 0px 11px 15px -7px rgb(0 0 0 / 20%), 0px 24px 38px 3px rgb(0 0 0 / 14%), 0px 9px 46px 8px rgb(0 0 0 / 12%);
    background: #fff;
    color: rgba(0,0,0,.87);
}

.ps-dialog-header-background {
    font-size: 1.25rem;
    color: #FFF;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
    background-color: rgb(134, 188, 53);
}

.ps-dialog-content-main {
    padding: 24px;
    display: flex;
    flex-direction: column;
}

.ps-dialog-actions {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 10px 16px;
}

.ps-dialog-action-row {
    display: flex;
    flex-direction: row;
    flex: 1;
}

.ps-dialog-action-btns {
    place-content: flex-end;
    display: flex;
    flex: 1;
}

.ps-dialog-btn {
    font-size: 16px !important;
    height: unset !important;
    width: 80px !important;
}

.aanmeld-logo {
    max-height: 115px;
}

@media only screen and (max-width: 768px) {
    .aanmeld-logo {
        max-height: 3em !important;
    }
}

.logo {
    display: flex;
    width: 50%;
}

.sosps-img-responsive {
    width: 100%;
    max-width: 250px;
}

#bigfoto .layout {
    padding-top: 30px;
}