@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:600,600i,700,700i,800,800i,900,900i");
html {
  font-size: 62.5%;
  font-family: "Nunito Sans", sans-serif;
  margin-top: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fafafa; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 100vw;
  overflow-x: hidden;
  min-height: 100vh;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 3rem;
  color: #6a6a6c; }
  @media screen and (max-width: 982px) {
    body {
      padding: 0; } }

/* SELECTIE */
/* ======== */
::-moz-selection {
  /* Code for Firefox */
  color: #6a6a6c;
  background: #fff200; }

::selection {
  color: #6a6a6c;
  background: #fff200; }

a {
  color: #514b4b;
  font-weight: 700;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  a:hover, a:active, a:focus {
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #514b4b;
    text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900; }

h1 {
  font-size: 3rem;
  line-height: 3.4rem;
  margin-top: 3rem;
  margin-bottom: 2.5rem; }

h2 {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 800;
  margin: 4rem 0 0rem 0; }

h3 {
  font-size: 2.2rem;
  line-height: 3rem; }

p {
  margin: 0;
  margin-bottom: 3rem; }

em {
  color: inherit; }

table {
  border-collapse: collapse;
  margin: 0 0 1rem 0;
  padding: 0; }
  table td {
    padding: 0; }

.row.headerbalk {
  background-color: #fff;
  height: 200px;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 100; }
  @media screen and (max-width: 768px) {
    .row.headerbalk {
      height: 160px; } }
  @media screen and (max-width: 660px) {
    .row.headerbalk {
      height: 140px; } }
  @media screen and (max-width: 520px) {
    .row.headerbalk {
      height: 120px; } }
  @media screen and (max-width: 480px) {
    .row.headerbalk {
      height: 100px; } }
  .row.headerbalk .header {
    border-bottom: 1px solid #eee;
    height: 160px; }
    @media screen and (max-width: 768px) {
      .row.headerbalk .header {
        height: 135px;
        border-bottom: 0; } }
    @media screen and (max-width: 660px) {
      .row.headerbalk .header {
        height: 110px; } }
    @media screen and (max-width: 520px) {
      .row.headerbalk .header {
        height: 85px; } }
  .row.headerbalk .main-navigation {
    position: absolute;
    bottom: 0;
    width: 100%; }
    .row.headerbalk .main-navigation .menubalk-inner {
      margin-bottom: 0;
      width: 100%; }
      .row.headerbalk .main-navigation .menubalk-inner .uk-navbar {
        width: 100%; }
      .row.headerbalk .main-navigation .menubalk-inner .uk-container {
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: calc(100% - 3.5rem); }
  .row.headerbalk .uk-offcanvas-bar {
    background: #514b4b; }
    .row.headerbalk .uk-offcanvas-bar .language-switchers {
      padding: 15px; }
    .row.headerbalk .uk-offcanvas-bar .uk-nav-offcanvas {
      border-bottom: 1px solid #797070;
      border-top: 1px solid #797070; }
      .row.headerbalk .uk-offcanvas-bar .uk-nav-offcanvas > li.current_page_item a {
        background: #fff200;
        color: #6a6a6c; }
      .row.headerbalk .uk-offcanvas-bar .uk-nav-offcanvas > li > a:hover, .row.headerbalk .uk-offcanvas-bar .uk-nav-offcanvas > li > a:active, .row.headerbalk .uk-offcanvas-bar .uk-nav-offcanvas > li > a:focus {
        background: #fff200;
        color: #6a6a6c; }

.language-switcher {
  margin: 2rem 2rem; }
  .language-switcher ul {
    list-style-type: none;
    padding: 0; }
    .language-switcher ul li {
      width: 44px; }
      .language-switcher ul li.current-lang {
        filter: grayscale(100%);
        opacity: .6; }
      .language-switcher ul li img {
        float: right; }
      .language-switcher ul li a {
        display: block;
        height: 28px; }

.uk-offcanvas-bar .language-switcher {
  margin: 2.5rem 0 2rem 1.5rem; }
  .uk-offcanvas-bar .language-switcher img {
    float: left; }

.logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 900px;
  height: 300px; }
  .logo .home-link {
    height: 150px;
    width: 90%;
    max-width: 850px;
    background: transparent;
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

img.alignright {
  float: right;
  margin: 0 0 1.5rem 1.5rem; }

img.alignleft {
  float: left;
  margin: 0 1.5rem 1.5rem 0; }

@media screen and (max-width: 480px) {
  .logo img {
    max-width: 140%;
    overflow: hidden; } }

nav.uk-navbar {
  background: transparent; }
  nav.uk-navbar .uk-navbar-toggle {
    background: #fff200;
    font-size: 25px;
    color: #777779;
    float: right;
    margin-right: 0; }

.uk-offcanvas {
  background: rgba(0, 0, 0, 0.15); }

ul.uk-navbar-nav li a {
  color: #010101;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 1.7rem;
  font-family: "Nunito Sans", sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  ul.uk-navbar-nav li a:hover, ul.uk-navbar-nav li a:active, ul.uk-navbar-nav li a:focus {
    color: #514b4b;
    background-color: #fff200;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  @media screen and (max-width: 1300px) {
    ul.uk-navbar-nav li a {
      padding: 0 1.3rem;
      font-size: 1.5rem; } }
  @media screen and (max-width: 1100px) {
    ul.uk-navbar-nav li a {
      padding: 0 1rem;
      font-size: 1.4rem; } }
  @media screen and (max-width: 1000px) {
    ul.uk-navbar-nav li a {
      padding: 0 .95rem;
      font-size: 1.4rem; } }
ul.uk-navbar-nav li:last-of-type > a {
  padding-right: 2rem; }
ul.uk-navbar-nav li.uk-open {
  background-color: #fff200; }
  ul.uk-navbar-nav li.uk-open > a {
    background-color: #fff200;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    ul.uk-navbar-nav li.uk-open > a:hover, ul.uk-navbar-nav li.uk-open > a:active, ul.uk-navbar-nav li.uk-open > a:focus {
      color: #514b4b;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
ul.uk-navbar-nav li.uk-active a {
  color: #514b4b;
  background-color: #fff200; }
  ul.uk-navbar-nav li.uk-active a:hover, ul.uk-navbar-nav li.uk-active a:active, ul.uk-navbar-nav li.uk-active a:focus {
    background-color: #fff200; }
ul.uk-navbar-nav li .uk-dropdown-navbar {
  background: #fff;
  color: #color-orange;
  font-size: 1.8rem;
  padding: 0;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); }
  ul.uk-navbar-nav li .uk-dropdown-navbar ul {
    margin: 0;
    padding: 0; }
    ul.uk-navbar-nav li .uk-dropdown-navbar ul li {
      margin: 0;
      padding: 0;
      height: 5rem; }
      ul.uk-navbar-nav li .uk-dropdown-navbar ul li a {
        margin: 0;
        padding: 0 15px;
        line-height: 4.5rem;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-size: 1.8rem;
        font-weight: 700; }
        ul.uk-navbar-nav li .uk-dropdown-navbar ul li a:hover, ul.uk-navbar-nav li .uk-dropdown-navbar ul li a:active, ul.uk-navbar-nav li .uk-dropdown-navbar ul li a:focus {
          color: #fff200;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }

.uk-nav.uk-nav-navbar li {
  height: 5rem; }
  .uk-nav.uk-nav-navbar li a {
    height: 5rem; }
  .uk-nav.uk-nav-navbar li.uk-active a {
    font-weight: 700;
    color: #fff200; }

.uk-dropdown {
  left: 2.5rem !important; }
  @media screen and (max-width: 768px) {
    .uk-dropdown {
      left: 0 !important; } }

.navbar-wrapper {
  position: relative;
  padding-left: 0; }

.uk-navbar-brand {
  height: 6rem; }
  @media screen and (max-width: 768px) {
    .uk-navbar-brand {
      padding-left: 0; } }
  .uk-navbar-brand img {
    height: 5rem;
    width: auto; }

.rij-content {
  padding: 75px 0px;
  background: #fafafa url(../img/zon-bottom.svg) no-repeat right bottom fixed;
  height: auto;
  min-height: calc(100vh - 400px); }
  .rij-content .inner-div .content-wrap {
    width: 100%;
    height: auto; }
  .rij-content ul, .rij-content ol {
    padding-left: 1.6rem;
    padding-left: 0;
    list-style-type: none; }
    .rij-content ul li, .rij-content ol li {
      padding-left: 3rem;
      background: transparent url(../img/check-mark.svg) 0px 2px no-repeat; }

.form-content {
  background-color: #fff;
  padding: 4rem 0; }

.footer {
  background-color: #514b4b;
  -moz-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 1.4rem;
  line-height: 3rem;
  padding: 1rem 0 1rem 0; }
  @media screen and (max-width: 960px) {
    .footer {
      padding-left: 55px;
      padding-right: 55px; } }
  .footer .divider-blok {
    margin: 0 1.5rem; }
  .footer a {
    color: #fff; }
    .footer a:hover, .footer a:active, .footer a:focus {
      text-decoration: none;
      color: #ccc200; }
  @media screen and (max-width: 660px) {
    .footer .gr-xsmall {
      display: none; } }
  @media screen and (min-width: 661px) {
    .footer .kl-xsmall {
      display: none; } }
  @media screen and (max-width: 450px) {
    .footer .gr-xxsmall {
      display: none; } }
  @media screen and (min-width: 451px) {
    .footer .kl-xxsmall {
      display: none; } }
  .footer .sbd {
    color: #888; }
    .footer .sbd a {
      color: #888; }
      .footer .sbd a:hover, .footer .sbd a:active, .footer .sbd a:focus {
        text-decoration: none;
        color: #ccc200;
        color: #fff; }

.uk-button {
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: .5rem 3rem;
  margin: 2rem 0rem 0rem;
  background: #b7b1b1;
  background: #fff;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  color: #514b4b;
  -webkit-box-shadow: 0 7px 6px -6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 7px 6px -6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 7px 6px -6px rgba(0, 0, 0, 0.25); }
  .uk-button:hover, .uk-button:active, .uk-button:focus {
    background: lightgray;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    color: #514b4b;
    -webkit-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.2); }
  .uk-button:first-of-type {
    margin-left: 0; }
  .uk-button:last-of-type {
    margin-right: 0; }
  .uk-button.uk-button-primary {
    background: #fff200;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-color: #f5e800;
    color: #514b4b; }
    .uk-button.uk-button-primary:hover, .uk-button.uk-button-primary:active, .uk-button.uk-button-primary:focus {
      background: lightgray;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border-color: #ccc; }

.uk-vertical-align-middle {
  font-size: 1.8rem; }

.wpcf7-form {
  background: #fff200;
  background: #fff;
  border: 4px solid #fff200;
  padding: 3rem 4rem 4rem 4rem;
  box-sizing: content-box;
  -webkit-box-shadow: 0 7px 6px -6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 7px 6px -6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 7px 6px -6px rgba(0, 0, 0, 0.25); }
  @media screen and (max-width: 480px) {
    .wpcf7-form {
      padding: 2rem; } }
  .wpcf7-form .checkboxes span > span {
    display: block;
    margin-left: 0;
    font-weight: 400; }
  .wpcf7-form p {
    margin: 0; }
  .wpcf7-form label {
    font-weight: 600;
    font-style: italic;
    font-size: 1.5rem; }
  .wpcf7-form input.wpcf7-text, .wpcf7-form input.wpcf7-email {
    border: 1px solid #ededed;
    background: #ededed;
    width: 100%;
    padding: .6rem 1rem;
    box-sizing: border-box;
    font-family: "Nunito Sans", sans-serif;
    outline: none;
    font-size: 1.5rem;
    margin-top: 0; }
    .wpcf7-form input.wpcf7-text:focus, .wpcf7-form input.wpcf7-email:focus {
      border: 1px solid yellow; }
  .wpcf7-form select {
    border: 1px solid #ededed;
    background: #ededed url(../img/arrow-checkbox2.svg) no-repeat 98% center;
    width: 100%;
    padding: .6rem 1rem;
    box-sizing: border-box;
    font-family: "Nunito Sans", sans-serif;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer; }
    .wpcf7-form select:focus {
      border: 1px solid yellow; }
    .wpcf7-form select option {
      background: #fff;
      margin: 1rem;
      font-family: "Nunito Sans", sans-serif; }
  .wpcf7-form .form-col1 {
    box-sizing: border-box;
    width: 53%;
    padding-right: 5rem;
    float: left;
    margin-bottom: 0rem; }
    .wpcf7-form .form-col1 > div {
      box-sizing: content-box;
      margin-top: 1.3rem; }
    @media screen and (max-width: 768px) {
      .wpcf7-form .form-col1 {
        width: 100%;
        padding-right: 0; } }
  .wpcf7-form .form-col2 {
    width: 47%;
    float: left;
    margin-bottom: 2rem; }
    .wpcf7-form .form-col2 > div {
      box-sizing: content-box;
      margin-top: 1.3rem; }
    @media screen and (max-width: 768px) {
      .wpcf7-form .form-col2 {
        width: 100%;
        margin-top: 2.5rem; } }
    .wpcf7-form .form-col2 div.taaltrainingen {
      margin-top: 3rem; }
  .wpcf7-form .button-row {
    margin-top: 2rem;
    border-top: 1px solid #fff200;
    padding-top: 1rem; }

.wpcf7-form .form-col2 label {
  font-weight: 800; }
  .wpcf7-form .form-col2 label span.wpcf7-list-item-label {
    font-weight: 600;
    font-style: normal; }

p.verplicht {
  font-size: .8em;
  font-style: italic;
  text-align: right;
  margin-bottom: 0; }

span.wpcf7-not-valid-tip {
  font-size: .8em !important;
  color: #e30808 !important; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 2px solid #fff200 !important;
  background: #fff200 !important;
  font-size: 1.6rem;
  font-weight: 800;
  margin: 1rem 0 !important;
  padding: .5rem 1.5rem !important; }

.teller img {
  width: 6px; }

/*# sourceMappingURL=style.css.map */
