/**
* Main stylesheet
*
* Imports all necessary styles here.
*
* @project Marlies Claasen 2019
* @version 1.0
* @author Wim Jurriaans
* @copyright 2019
* @license MIT
*
* @date 10-05-2019
* @modified
* 
*/
/**
* SCSS Function
*
* Basic functions to manipulate.
*
* @project Marlies Claasen 2019
* @version 1.0
* @author Wim Jurriaans
* @copyright 2019
* @license MIT
*
* @date 10-05-2019
* @modified
* 
*/
/**
* Global stylesheet
*
* Global style settings.
*
* @project Marlies Claasen 2019
* @version 1.0
* @author Wim Jurriaans
* @copyright 2019
* @license MIT
*
* @date 10-05-2019
* @modified
* 
*/
/*-------------------------------------------------------------COLORS-*/
/*-------------------------------------------------------------VARIABLES --*/
/* ---------------------------------------------------------- MEDIAQUERYS MOBILE FIRST --*/
/* Extra Small Devices               */
/* Small Small Devices, Phones       */
/* Small Devices, Phones             */
/* Medium Devices, Tablets           */
/* Large Devices, Desktops           */
/* Extra Large Devices, Wide Screens */
/**
* CSS resets
*
* Resets only if needed!.
*
* @project Marlies Claasen 2019
* @version 1.0
* @author Wim Jurriaans
* @copyright 2019
* @license MIT
*
* @date 10-05-2019
* @modified
* 
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

a, img {
  border: none;
  outline: none; }

ol {
  list-style-type: none; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

::-ms-expand {
  display: none; }

/**
* SCSS mixins
*
* handy mixins
*
* @project Marlies Claasen 2019
* @version 1.0
* @author Wim Jurriaans
* @copyright 2019
* @license MIT
*
* @date 10-05-2019
* @modified
* 
*/
/**
* B-Lazy
*
* B-Lazy styling.
*
* @project Marlies Claasen 2019
* @version 1.0
* @author Wim Jurriaans
* @copyright 2019
* @license MIT
*
* @date 10-05-2019
* @modified
* 
*/
.b-lazy {
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  opacity: 0; }

.b-lazy.b-loaded {
  opacity: 1; }

.b-error {
  opacity: 1; }

/**
* Webfonts
*
* font-family: 'Quicksand', sans-serif;
*
* @project Marlies Claasen 2019
* @version 1.0
* @author Wim Jurriaans
* @copyright 2019
* @license MIT
*
* @date 10-05-2019
* @modified
* 
*/
strong, b {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500; }

/**
* HTML
*
* Basic HTML styling.
*
* @project Marlies Claasen 2019
* @version 1.0
* @author Wim Jurriaans
* @copyright 2019
* @license MIT
*
* @date 10-05-2019
* @modified
*
* 
*/
body,
html {
  height: 100%; }

html {
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    html {
      -webkit-font-smoothing: subpixel-antialiased; } }

body {
  position: relative;
  background-color: #FFF;
  color: #666;
  font-size: 18px;
  line-height: 1.6;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400; }

main {
  float: left;
  width: 100%; }
  main:before, main:after {
    content: "";
    display: table; }
  main:after {
    clear: both; }
  main {
    *zoom: 1; }

/**
* Typo
*
* Typo styling.
*
* @project Marlies Claasen 2019
* @version 1.0
* @author Wim Jurriaans
* @copyright 2019
* @license MIT
*
* @date 10-05-2019
* @modified
* 
*/
h1, h2, h3, h4, h5, h6, .h2-as-h1 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  padding-bottom: .2rem;
  padding-top: 1.2rem;
  color: #6D6384; }

h1,
.h2-as-h1 {
  font-size: 1.5em; }
  @media only screen and (min-width: 480px) {
    h1,
    .h2-as-h1 {
      font-size: 1.5em; } }
  @media only screen and (min-width: 768px) {
    h1,
    .h2-as-h1 {
      font-size: 1.5em; } }
  @media only screen and (min-width: 1024px) {
    h1,
    .h2-as-h1 {
      font-size: 1.5em; } }
  @media only screen and (min-width: 1280px) {
    h1,
    .h2-as-h1 {
      font-size: 1.5em; } }

h4 {
  color: #666; }

p {
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  padding-bottom: .8rem;
  font-size: .8em;
  color: #666; }
  @media only screen and (min-width: 480px) {
    p {
      font-size: .8em; } }
  @media only screen and (min-width: 768px) {
    p {
      font-size: .9em; } }
  @media only screen and (min-width: 1024px) {
    p {
      font-size: 1em; } }
  @media only screen and (min-width: 1280px) {
    p {
      font-size: 1em; } }

ul {
  padding-bottom: .8rem;
  list-style: none; }
  ul li {
    padding-left: 1em; }
    @media only screen and (min-width: 480px) {
      ul li {
        font-size: .8em; } }
    @media only screen and (min-width: 768px) {
      ul li {
        font-size: .9em; } }
    @media only screen and (min-width: 1024px) {
      ul li {
        font-size: 1em; } }
    @media only screen and (min-width: 1280px) {
      ul li {
        font-size: 1em; } }
    ul li:before {
      content: '\2022';
      color: #6D6384;
      margin-left: -.5em;
      display: block;
      float: left;
      font-size: 2em;
      line-height: .7; }

a {
  color: #6D6384; }
  @media only screen and (min-width: 480px) {
    a {
      font-size: .8em; } }
  @media only screen and (min-width: 768px) {
    a {
      font-size: .9em; } }
  @media only screen and (min-width: 1024px) {
    a {
      font-size: 1em; } }
  @media only screen and (min-width: 1280px) {
    a {
      font-size: 1em; } }
  a:hover {
    color: #666;
    text-decoration: underline; }

.typo__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 100%;
  height: 45px;
  padding-top: 30px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .typo__social--fb, .typo__social--ln, .typo__social--t, .typo__social--in {
    width: 45px;
    height: 45px;
    margin-left: 5px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    fill: #FFF;
    opacity: .7; }
    .typo__social--fb:hover, .typo__social--ln:hover, .typo__social--t:hover, .typo__social--in:hover {
      opacity: 1; }
  .typo__social--fb {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNDhweCIgaGVpZ2h0PSI0OHB4IiB2aWV3Qm94PSIwIDAgNDggNDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4IDQ4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTAsNmMtMi4yLDAtNCwxLjgtNCw0djI4YzAsMi4yLDEuOCw0LDQsNGgxMy4yaDUuNkgzOGMyLjIsMCw0LTEuOCw0LTRWMTBjMC0yLjItMS44LTQtNC00SDEweiBNMTAsMTBoMjhsMCwyOGgtOS4ydi03LjloNC43bDAuNy01LjRoLTUuNHYtMy41YzAtMS42LDAuNC0yLjYsMi43LTIuNmgyLjl2LTQuOWMtMS40LTAuMS0yLjgtMC4yLTQuMi0wLjJjLTQuMSwwLTcsMi41LTcsNy4ydjRoLTQuN3Y1LjRoNC43VjM4SDEwVjEweiIvPjwvc3ZnPg==); }
  .typo__social--ln {
    background-size: 110%;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY0IDY0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48ZyBpZD0ic3VyZmFjZTEiPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNSwxMGMtMi43LDAtNSwyLjMtNSw1djM0YzAsMi43LDIuMyw1LDUsNWgzNGMyLjcsMCw1LTIuMyw1LTVWMTVjMC0yLjctMi4zLTUtNS01SDE1eiBNMTUsMTRoMzRjMC42LDAsMSwwLjQsMSwxdjM0YzAsMC42LTAuNCwxLTEsMUgxNWMtMC42LDAtMS0wLjQtMS0xVjE1QzE0LDE0LjQsMTQuNCwxNCwxNSwxNHogTTIwLjksMTcuNGMtMS45LDAtMy40LDEuNS0zLjQsMy40czEuNSwzLjQsMy40LDMuNHMzLjQtMS41LDMuNC0zLjRTMjIuOCwxNy40LDIwLjksMTcuNHogTTM4LjksMjYuNmMtMi45LDAtNC44LDEuNi01LjYsMy4xaC0wLjFWMjdoLTUuNnYxOWg1Ljl2LTkuNGMwLTIuNSwwLjUtNC45LDMuNi00LjljMywwLDMuMSwyLjgsMy4xLDVWNDZINDZWMzUuNkM0NiwzMC41LDQ0LjksMjYuNiwzOC45LDI2LjZ6IE0xOCwyN3YxOWg1LjlWMjdIMTh6Ii8+PC9nPjwvc3ZnPg==); }
  .typo__social--t {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSI1MHB4IiB2aWV3Qm94PSIwIDAgNTAgNTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwIDUwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48ZyBpZD0ic3VyZmFjZTEiPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00NCwxNC4yYy0xLjQsMC42LTIuOSwxLTQuNSwxLjJjMS42LTEsMi44LTIuNSwzLjQtNC4zYy0xLjUsMC45LTMuMiwxLjUtNSwxLjljLTEuNC0xLjUtMy40LTIuNS01LjctMi41Yy00LjMsMC03LjgsMy41LTcuOCw3LjhjMCwwLjYsMC4xLDEuMiwwLjIsMS44Yy02LjUtMC4zLTEyLjItMy40LTE2LjEtOC4xYy0wLjcsMS4yLTEuMSwyLjUtMS4xLDMuOWMwLDIuNywxLjQsNS4xLDMuNSw2LjVjLTEuMywwLTIuNS0wLjQtMy41LTFjMCwwLDAsMC4xLDAsMC4xYzAsMy44LDIuNyw2LjksNi4zLDcuNmMtMC43LDAuMi0xLjMsMC4zLTIuMSwwLjNjLTAuNSwwLTEsMC0xLjUtMC4xYzEsMy4xLDMuOSw1LjQsNy4zLDUuNGMtMi43LDIuMS02LDMuMy05LjcsMy4zYy0wLjYsMC0xLjIsMC0xLjktMC4xYzMuNCwyLjIsNy41LDMuNSwxMS45LDMuNWMxNC4zLDAsMjIuMi0xMS45LDIyLjItMjIuMmMwLTAuMywwLTAuNywwLTFDNDEuNiwxNy4xLDQzLDE1LjgsNDQsMTQuMnoiLz48L2c+PC9zdmc+); }
  .typo__social--in {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNDhweCIgaGVpZ2h0PSI0OHB4IiB2aWV3Qm94PSIwIDAgNDggNDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4IDQ4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTYsNkMxMC41LDYsNiwxMC41LDYsMTZ2MTZjMCw1LjUsNC41LDEwLDEwLDEwaDE2YzUuNSwwLDEwLTQuNSwxMC0xMFYxNmMwLTUuNS00LjUtMTAtMTAtMTBIMTZ6IE0xNiwxMGgxNmMzLjMsMCw2LDIuNyw2LDZ2MTZjMCwzLjMtMi43LDYtNiw2SDE2Yy0zLjMsMC02LTIuNy02LTZWMTZDMTAsMTIuNywxMi43LDEwLDE2LDEweiBNMzQsMTJjLTEuMSwwLTIsMC45LTIsMnMwLjksMiwyLDJzMi0wLjksMi0yUzM1LjEsMTIsMzQsMTJ6IE0yNCwxNGMtNS41LDAtMTAsNC41LTEwLDEwczQuNSwxMCwxMCwxMHMxMC00LjUsMTAtMTBTMjkuNSwxNCwyNCwxNHogTTI0LDE4YzMuMywwLDYsMi43LDYsNnMtMi43LDYtNiw2cy02LTIuNy02LTZTMjAuNywxOCwyNCwxOHoiLz48L3N2Zz4=); }

/**
* CTA
*
* Button styling.
*
* @project Marlies Claasen 2019
* @version 1.0
* @author Wim Jurriaans
* @copyright 2019
* @license MIT
*
* @date 10-05-2019
* @modified
* 
*/
.button-primary {
  position: relative;
  height: 50px;
  line-height: 47px;
  display: inline-block;
  padding: 0 25px;
  margin-top: 15px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 25px;
  border: 2px solid #6D6384;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  color: #6D6384;
  font-size: 1em;
  text-align: center;
  white-space: nowrap;
  background-color: #f1f0f3;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); }
  .button-primary:hover {
    background-color: #cbcacf;
    text-decoration: none; }
  .button-primary--underpara {
    margin-top: 35px; }

/**
* Header
*
* Header styling.
*
* @project Marlies Claasen 2019
* @version 1.0
* @author Wim Jurriaans
* @copyright 2019
* @license MIT
*
* @date 10-05-2019
* @modified
* 
*/
.header-wrapper {
  position: fixed;
  z-index: 200000;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px; }
  @media only screen and (min-width: 480px) {
    .header-wrapper {
      height: 90px; } }
  @media only screen and (min-width: 768px) {
    .header-wrapper {
      height: 130px; } }
  @media only screen and (min-width: 1024px) {
    .header-wrapper {
      height: 155px; } }
  @media only screen and (min-width: 1280px) {
    .header-wrapper {
      height: 175px; } }
  .header-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    border-bottom: 1px solid #e2e0e6;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out; }
  .header-wrapper--scrolled:before {
    opacity: .9; }

.header__content {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  width: 100%;
  max-width: 1280px;
  z-index: 10; }

.header__branding {
  position: absolute;
  left: 10px;
  bottom: 10px; }
  .header__branding img {
    display: block;
    height: 40px; }
  @media only screen and (min-width: 480px) {
    .header__branding {
      left: auto;
      right: calc(50% - 50px); }
      .header__branding img {
        height: 50px; } }
  @media only screen and (min-width: 768px) {
    .header__branding {
      right: calc(50% - 70px); }
      .header__branding img {
        height: 80px; } }
  @media only screen and (min-width: 1024px) {
    .header__branding {
      right: calc(50% - 120px); }
      .header__branding img {
        height: 110px; } }
  @media only screen and (min-width: 1280px) {
    .header__branding {
      right: 40%;
      left: auto; }
      .header__branding img {
        height: 110px; } }

/**
* Menu
*
* Menu styling.
*
* @project Marlies Claasen 2019
* @version 1.0
* @author Wim Jurriaans
* @copyright 2019
* @license MIT
*
* @date 10-05-2019
* @modified
* 
*/
.menu__opener {
  position: absolute;
  right: 10px;
  bottom: 5px;
  display: block;
  width: 40px;
  height: 45px;
  cursor: pointer;
  font-size: .9rem;
  line-height: 0;
  text-align: center;
  padding-top: 45px;
  text-decoration: none;
  text-indent: -3000px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .menu__opener:hover {
    text-decoration: none; }
  .menu__opener .menu__opener-line {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background-color: #6D6384;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .menu__opener .menu__opener-line:nth-child(1) {
      top: 25%; }
    .menu__opener .menu__opener-line:nth-child(1) {
      opacity: 1; }
    .menu__opener .menu__opener-line:nth-child(3) {
      top: 75%; }
  @media only screen and (min-width: 480px) {
    .menu__opener {
      right: 30px;
      height: 60px;
      text-indent: 0;
      bottom: 0; }
      .menu__opener .menu__opener-line {
        top: calc(50% - 10px); }
        .menu__opener .menu__opener-line:nth-child(1) {
          top: calc(30% - 10px); }
        .menu__opener .menu__opener-line:nth-child(1) {
          opacity: 1; }
        .menu__opener .menu__opener-line:nth-child(3) {
          top: calc(70% - 10px); } }
  @media only screen and (min-width: 1280px) {
    .menu__opener {
      bottom: 5px; } }
  .menu__opener--open .menu__opener-line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 0; }
  .menu__opener--open .menu__opener-line:nth-child(2) {
    opacity: 0; }
  .menu__opener--open .menu__opener-line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
    left: 0; }
  @media only screen and (min-width: 480px) {
    .menu__opener--open .menu__opener-line:nth-child(1) {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: calc(50% - 10px);
      left: 0; }
    .menu__opener--open .menu__opener-line:nth-child(2) {
      opacity: 0; }
    .menu__opener--open .menu__opener-line:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: calc(50% - 10px);
      left: 0; } }

.menu-inpage-wrapper {
  position: absolute;
  top: -8px;
  left: 12px;
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  @media only screen and (min-width: 375px) {
    .menu-inpage-wrapper {
      top: -4px;
      left: 30px;
      width: 160px; } }
  @media only screen and (min-width: 480px) {
    .menu-inpage-wrapper {
      top: 0;
      left: auto;
      right: calc(50% + 42px);
      width: 160px; } }
  @media only screen and (min-width: 768px) {
    .menu-inpage-wrapper {
      top: 10px;
      right: calc(50% + 80px);
      width: 250px; } }
  @media only screen and (min-width: 1024px) {
    .menu-inpage-wrapper {
      top: 30px;
      right: calc(50% + 180px); } }
  @media only screen and (min-width: 1280px) {
    .menu-inpage-wrapper {
      top: 50px;
      left: 220px; } }
  .menu-inpage-wrapper h1 {
    height: 18px;
    font-size: 2.2em;
    white-space: nowrap; }

.menu-inpage__item {
  display: block;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  height: 18px;
  font-size: .65em; }
  .menu-inpage__item:hover {
    padding-left: 2px;
    text-decoration: none; }
  @media only screen and (min-width: 480px) {
    .menu-inpage__item {
      height: 28px;
      line-height: 30px;
      font-size: .85em; } }
  @media only screen and (min-width: 768px) {
    .menu-inpage__item {
      height: 38px;
      line-height: 38px;
      font-size: 1.1em; } }
  @media only screen and (min-width: 1280px) {
    .menu-inpage__item {
      height: 45px;
      line-height: 45px;
      font-size: 1.3em; } }

.menu-main-wrapper,
.menu-footer-wrapper {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.menu-main-wrapper {
  position: absolute;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 0;
  top: -420px;
  right: 3.7rem;
  background-color: rgba(109, 99, 132, 0.85);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  width: 250px;
  padding: 20px 10px;
  -webkit-transition: top 0.3s cubic-bezier(0.1, 0.8, 0.7, 1.2), opacity 0.4s;
  transition: top 0.3s cubic-bezier(0.1, 0.8, 0.7, 1.2), opacity 0.4s; }
  @media only screen and (min-width: 480px) {
    .menu-main-wrapper {
      right: 5rem; } }
  @media only screen and (min-width: 768px) {
    .menu-main-wrapper {
      right: 5rem; } }
  @media only screen and (min-width: 1024px) {
    .menu-main-wrapper {
      right: 5rem; } }
  @media only screen and (min-width: 1280px) {
    .menu-main-wrapper {
      right: 5rem; } }
  .menu-main-wrapper--open {
    top: 12px;
    opacity: 1; }
    @media only screen and (min-width: 480px) {
      .menu-main-wrapper--open {
        top: 30px; } }
    @media only screen and (min-width: 768px) {
      .menu-main-wrapper--open {
        top: 70px; } }
    @media only screen and (min-width: 1024px) {
      .menu-main-wrapper--open {
        top: 95px; } }
    @media only screen and (min-width: 1280px) {
      .menu-main-wrapper--open {
        top: 110px; } }

.menu-main__item {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #FFF;
  text-decoration: none;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400; }
  .menu-main__item:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    color: #FFF;
    text-decoration: none; }

.menu-footer-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: none; }
  @media only screen and (min-width: 768px) {
    .menu-footer-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .menu-footer-wrapper .menu-main__item {
    display: inline-block;
    color: #FFF;
    padding: 0 10px;
    font-size: .85em;
    width: auto; }
    @media only screen and (min-width: 1024px) {
      .menu-footer-wrapper .menu-main__item {
        font-size: .9em; } }
    @media only screen and (min-width: 1280px) {
      .menu-footer-wrapper .menu-main__item {
        font-size: .9em; } }

/**
* Content
*
* Content styling.
*
* @project Marlies Claasen 2019
* @version 1.0
* @author Wim Jurriaans
* @copyright 2019
* @license MIT
*
* @date 10-05-2019
* @modified
* 
*/
.content-wrapper {
  position: relative;
  width: 100%; }
  .content-wrapper:before, .content-wrapper:after {
    content: "";
    display: table; }
  .content-wrapper:after {
    clear: both; }
  .content-wrapper {
    *zoom: 1; }
  .content-wrapper--overflowfix {
    overflow: hidden;
    padding-top: 60px; }
    @media only screen and (min-width: 480px) {
      .content-wrapper--overflowfix {
        padding-top: 90px; } }
    @media only screen and (min-width: 768px) {
      .content-wrapper--overflowfix {
        padding-top: 130px; } }
    @media only screen and (min-width: 1024px) {
      .content-wrapper--overflowfix {
        padding-top: 155px; } }
    @media only screen and (min-width: 1280px) {
      .content-wrapper--overflowfix {
        padding-top: 175px; } }

.content__section {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; }

.content-wrapper .content__section:first-child {
  height: 220px; }
  .content-wrapper .content__section:first-child:before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform-origin: 0 bottom;
    transform-origin: 0 bottom;
    -webkit-transform: rotate(-6deg) translateX(-50%);
    transform: rotate(-6deg) translateX(-50%);
    width: 550px;
    height: 145px;
    bottom: 0;
    display: block;
    background-color: #e2e0e6;
    z-index: -1; }
  @media only screen and (min-width: 480px) {
    .content-wrapper .content__section:first-child {
      height: 240px; }
      .content-wrapper .content__section:first-child:before {
        width: 900px;
        height: 130px; } }
  @media only screen and (min-width: 768px) {
    .content-wrapper .content__section:first-child {
      height: 420px; }
      .content-wrapper .content__section:first-child:before {
        width: 1100px;
        height: 260px; } }
  @media only screen and (min-width: 1024px) {
    .content-wrapper .content__section:first-child {
      height: 520px; }
      .content-wrapper .content__section:first-child:before {
        width: 1400px;
        height: 315px; } }
  @media only screen and (min-width: 1280px) {
    .content-wrapper .content__section:first-child {
      height: 600px; }
      .content-wrapper .content__section:first-child:before {
        width: 3000px;
        height: 365px; } }

.content-wrapper .content__section:not(:first-child):not(:last-child):nth-child(odd) .grid-row div.grid-unit-beta:first-of-type,
.content-wrapper .content__section:not(:first-child):not(:last-child):nth-child(odd) .grid-row div.grid-unit-alpha:first-of-type {
  float: right !important; }

.content-wrapper .content__section:not(:first-child):not(:last-child):nth-child(odd) .grid-row div.grid-unit-beta:nth-of-type(2),
.content-wrapper .content__section:not(:first-child):not(:last-child):nth-child(odd) .grid-row div.grid-unit-alpha:nth-of-type(2) {
  float: left !important; }
  .content-wrapper .content__section:not(:first-child):not(:last-child):nth-child(odd) .grid-row div.grid-unit-beta:nth-of-type(2) .images__column,
  .content-wrapper .content__section:not(:first-child):not(:last-child):nth-child(odd) .grid-row div.grid-unit-alpha:nth-of-type(2) .images__column {
    float: right; }

.content-wrapper .content__section:not(:last-child):nth-child(4n+3):before,
.content-wrapper .content__section:not(:last-child):nth-child(4n+5):before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform-origin: 0 top;
  transform-origin: 0 top;
  -webkit-transform: rotate(6deg) translateX(-50%);
  transform: rotate(6deg) translateX(-50%);
  width: 550px;
  height: 100%;
  top: 0;
  display: block;
  background-color: #e2e0e6;
  z-index: -1; }
  @media only screen and (min-width: 480px) {
    .content-wrapper .content__section:not(:last-child):nth-child(4n+3):before,
    .content-wrapper .content__section:not(:last-child):nth-child(4n+5):before {
      width: 1500px;
      height: 100%; } }
  @media only screen and (min-width: 768px) {
    .content-wrapper .content__section:not(:last-child):nth-child(4n+3):before,
    .content-wrapper .content__section:not(:last-child):nth-child(4n+5):before {
      width: 2000px;
      height: 100%; } }
  @media only screen and (min-width: 1024px) {
    .content-wrapper .content__section:not(:last-child):nth-child(4n+3):before,
    .content-wrapper .content__section:not(:last-child):nth-child(4n+5):before {
      width: 3000px;
      height: 100%; } }
  @media only screen and (min-width: 1280px) {
    .content-wrapper .content__section:not(:last-child):nth-child(4n+3):before,
    .content-wrapper .content__section:not(:last-child):nth-child(4n+5):before {
      width: 4000px;
      height: 100%; } }

.content-wrapper .content__section:not(:last-child):nth-child(4n+5):before {
  -webkit-transform: rotate(-6deg) translateX(-50%);
  transform: rotate(-6deg) translateX(-50%); }

.content-wrapper .content__section:not(:nth-child(4n+4)):last-child:before,
.content-wrapper .content__section:not(:nth-child(4n+6)):last-child:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  width: 3000px;
  height: 1100px;
  display: block;
  background-color: #6D6384;
  z-index: -1;
  -webkit-transform-origin: 0 top;
  transform-origin: 0 top;
  -webkit-transform: rotate(-6deg) translateX(-50%);
  transform: rotate(-6deg) translateX(-50%); }

.content-wrapper .content__section:not(:nth-child(4n+6)):last-child:before {
  -webkit-transform: rotate(6deg) translateX(-50%);
  transform: rotate(6deg) translateX(-50%); }

.content__topimg {
  position: absolute;
  top: -15px;
  right: -42px; }
  .content__topimg img {
    height: 240px; }
  @media only screen and (min-width: 480px) {
    .content__topimg {
      top: -55px;
      right: -15px; }
      .content__topimg img {
        height: 300px; } }
  @media only screen and (min-width: 768px) {
    .content__topimg {
      top: -120px;
      right: -55px; }
      .content__topimg img {
        height: 550px; } }
  @media only screen and (min-width: 1024px) {
    .content__topimg {
      top: -145px;
      right: -85px; }
      .content__topimg img {
        height: 675px; } }
  @media only screen and (min-width: 1280px) {
    .content__topimg {
      top: -160px;
      right: -100px; }
      .content__topimg img {
        height: 760px; } }

/**
* Grid stylesheet
*
*
* @project Marlies Claasen 2019
* @version 1.0
* @author Wim Jurriaans
* @copyright 2019
* @license MIT
*
* @date 10-05-2019
* @modified
* 
*/
.grid--pull {
  float: left !important; }

.grid--push {
  float: right !important; }

.grid-row {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 1.5rem .5rem; }
  @media only screen and (min-width: 480px) {
    .grid-row {
      padding: 2rem 0;
      max-width: 80%; } }
  @media only screen and (min-width: 768px) {
    .grid-row {
      padding: 3rem 0;
      max-width: 760px; } }
  @media only screen and (min-width: 1024px) {
    .grid-row {
      padding: 4rem 0;
      max-width: 910px; } }
  @media only screen and (min-width: 1280px) {
    .grid-row {
      max-width: 2000px;
      padding: 5rem 12rem; } }
  .grid-row:before, .grid-row:after {
    content: "";
    display: table; }
  .grid-row:after {
    clear: both; }
  .grid-row {
    *zoom: 1; }
  .grid-row--noheader {
    padding: .25rem .5rem 1.5rem .5rem; }
    @media only screen and (min-width: 480px) {
      .grid-row--noheader {
        padding: .5rem 0 2rem 0; } }
    @media only screen and (min-width: 768px) {
      .grid-row--noheader {
        padding: .75rem 0 2.5rem 0; } }
    @media only screen and (min-width: 1024px) {
      .grid-row--noheader {
        padding: 1rem 0 3rem 0; } }
    @media only screen and (min-width: 1280px) {
      .grid-row--noheader {
        padding: 2rem 12rem 4rem 12rem; } }
  .grid-row--agenda {
    padding-top: 0; }

.grid-row--inner {
  position: relative;
  width: 100%; }
  .grid-row--inner:before, .grid-row--inner:after {
    content: "";
    display: table; }
  .grid-row--inner:after {
    clear: both; }
  .grid-row--inner {
    *zoom: 1; }

[class*="grid-unit"] {
  position: relative;
  text-align: left;
  float: left;
  padding: 0 1rem;
  min-height: 5rem; }
  @media only screen and (min-width: 768px) {
    [class*="grid-unit"] {
      padding: 0 1rem; } }
  @media only screen and (min-width: 1024px) {
    [class*="grid-unit"] {
      padding: 0 1.5rem; } }
  [class*="grid-unit"]:before, [class*="grid-unit"]:after {
    content: "";
    display: table; }
  [class*="grid-unit"]:after {
    clear: both; }
  [class*="grid-unit"] {
    *zoom: 1; }

.grid-unit-alpha {
  width: 100%; }
  .grid-unit-alpha--intro {
    padding-bottom: 1.5rem; }

.grid-unit-beta {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .grid-unit-beta {
      width: 50%; } }

.grid-unit-gamma {
  width: 100%; }
  @media only screen and (min-width: 480px) {
    .grid-unit-gamma {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media only screen and (min-width: 768px) {
    .grid-unit-gamma {
      width: 40%;
      padding-top: 2rem;
      padding-bottom: 4rem; } }
  @media only screen and (min-width: 1024px) {
    .grid-unit-gamma {
      width: 33.3333%; } }
  .grid-unit-gamma--double {
    width: 100%; }
    @media only screen and (min-width: 480px) {
      .grid-unit-gamma--double {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media only screen and (min-width: 768px) {
      .grid-unit-gamma--double {
        width: 60%;
        padding-top: 2rem;
        padding-bottom: 4rem; } }
    @media only screen and (min-width: 1024px) {
      .grid-unit-gamma--double {
        width: 66.666%; } }

.grid-unit-delta {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .grid-unit-delta {
      width: 50%;
      padding-top: 2rem;
      padding-bottom: 4rem; } }
  @media only screen and (min-width: 1024px) {
    .grid-unit-delta {
      width: 25%; } }
  .grid-unit-delta--triple {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .grid-unit-delta--triple {
        width: 50%;
        padding-top: 2rem;
        padding-bottom: 4rem; } }
    @media only screen and (min-width: 1024px) {
      .grid-unit-delta--triple {
        width: 75%; } }

.grid-unit--push {
  float: right; }

.grid-unit--pull {
  float: left; }

.grid-unit--hide-on-mobile {
  display: none; }
  @media only screen and (min-width: 1024px) {
    .grid-unit--hide-on-mobile {
      display: block; } }

.grid-unit-delta_mod--asym {
  width: 100%; }
  @media only screen and (min-width: 480px) {
    .grid-unit-delta_mod--asym {
      width: 50%; } }
  @media only screen and (min-width: 768px) {
    .grid-unit-delta_mod--asym {
      width: 33.3333%; } }
  @media only screen and (min-width: 1024px) {
    .grid-unit-delta_mod--asym {
      width: 25%; } }
  .grid-unit-delta_mod--asym:last-of-type {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media only screen and (min-width: 768px) {
      .grid-unit-delta_mod--asym:last-of-type {
        margin-left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0); } }

.grid-unit-delta--tripple_mod--asym {
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .grid-unit-delta--tripple_mod--asym {
      width: 75%; } }

.grid-unit-gamma_mod--asym {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 768px) {
    .grid-unit-gamma_mod--asym {
      width: 50%; }
      .grid-unit-gamma_mod--asym:nth-child(odd) {
        padding-left: 0;
        padding-right: 1rem; }
      .grid-unit-gamma_mod--asym:nth-child(even) {
        padding-left: 1rem;
        padding-right: 0; } }

.grid-unit-video {
  width: 100%; }
  @media only screen and (min-width: 1024px) {
    .grid-unit-video {
      width: 75%; } }

[class*="--form"] {
  padding: 0; }

.grid--space-10left {
  padding-left: 10px; }

/**
* Images
*
* Images styling.
*
* @project Marlies Claasen 2019
* @version 1.0
* @author Wim Jurriaans
* @copyright 2019
* @license MIT
*
* @date 10-05-2019
* @modified
* 
*/
.images__column {
  margin-top: 1.4rem;
  width: 100%;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3); }
  @media only screen and (min-width: 768px) {
    .images__column {
      margin-top: 1.8rem;
      width: calc(100% + 1rem); } }
  @media only screen and (min-width: 1024px) {
    .images__column {
      width: calc(100% + 4rem); } }
  @media only screen and (min-width: 1280px) {
    .images__column {
      width: 140%; } }

.img-right {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3); }
  @media only screen and (min-width: 768px) {
    .img-right {
      float: right;
      width: 50%;
      margin-left: 4%;
      margin-right: 0;
      margin-top: 8px; } }
  @media only screen and (min-width: 1280px) {
    .img-right {
      width: 55%;
      margin-left: 2.5%;
      margin-top: 8px; } }

.img-left {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3); }
  @media only screen and (min-width: 768px) {
    .img-left {
      float: left;
      width: 50%;
      margin-left: 0;
      margin-right: 4%;
      margin-top: 8px; } }
  @media only screen and (min-width: 1280px) {
    .img-left {
      width: 55%;
      margin-right: 2.5%;
      margin-top: 8px; } }

.img-top,
.img-bottom {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: .5rem;
  margin-top: .5rem;
  width: 100%; }

/**
*
* Footer styling.
*
* @project Marlies Claasen 2019
* @version 1.0
* @author Wim Jurriaans
* @copyright 2019
* @license MIT
*
* @date 10-05-2019
* @modified
* 
*/
footer.content__section {
  font-size: 1rem;
  padding: 4rem 0 .5rem 0; }
  footer.content__section .grid-row {
    padding-top: 1rem;
    padding-bottom: 0; }
  footer.content__section .button-primary {
    background-color: #6D6384;
    color: #FFF;
    border-color: #FFF; }
    footer.content__section .button-primary:hover {
      background-color: #9992a9; }

.footer__head {
  width: 100%;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  color: #FFF; }
  .footer__head--right {
    text-align: right; }

.footer__branding {
  display: block;
  float: left;
  width: 100%; }
  .footer__branding img {
    float: right;
    width: 250px; }

footer address {
  display: block;
  float: left;
  width: 100%;
  padding-top: 1.2rem;
  padding-right: 8px;
  color: #FFF;
  font-style: normal;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: .9em;
  text-align: right; }

.footer__copyright {
  position: relative;
  width: 100%;
  display: block;
  float: left;
  text-align: center;
  padding: 90px 0 20px 0;
  color: #e2e0e6;
  font-size: .85rem;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400; }

.footer__thanks p {
  font-style: italic;
  font-size: .9em;
  color: #FFF;
  padding-top: 1 em; }

/**
* Form elements
*
*
* @project Marlies Claasen 2019
* @version 1.0
* @author Wim Jurriaans
* @copyright 2019
* @license MIT
*
* @date 10-05-2019
* @modified
* 
*/
form {
  position: relative;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400; }
  form fieldset {
    border: none; }

.form--no-top-margin {
  margin-top: 0; }

::-webkit-input-placeholder {
  color: #a7a1b5; }

:-moz-placeholder {
  color: #a7a1b5; }

::-moz-placeholder {
  color: #a7a1b5; }

:-ms-input-placeholder {
  color: #a7a1b5; }

::-ms-input-placeholder {
  color: #a7a1b5; }

:placeholder-shown {
  color: #a7a1b5; }

label {
  width: 100%;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  color: #e2e0e6;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400; }
  @media only screen and (min-width: 480px) {
    label {
      height: auto;
      padding: .4rem 0 .2rem 3px; } }

.field-required {
  color: #FFF;
  padding-left: 10px; }

.form-text-field {
  position: relative;
  width: 100%;
  padding-bottom: 0.5rem; }
  @media only screen and (min-width: 768px) {
    .form-text-field {
      padding-bottom: 1rem; } }
  .form-text-field input[type='text'],
  .form-text-field input[type='email'] {
    height: 40px;
    line-height: 40px;
    width: 100%;
    border: none;
    padding-left: 6px;
    resize: none;
    color: #6D6384;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    background-color: #e2e0e6; }
    .form-text-field input[type='text']:focus,
    .form-text-field input[type='email']:focus {
      background-color: #f8f7f9;
      border: none;
      outline: none; }

.form-textarea-field {
  position: relative;
  width: 100%; }
  .form-textarea-field textarea {
    resize: none;
    border: none;
    height: 140px;
    width: 100%;
    color: #6D6384;
    padding: 6px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    overflow: auto;
    background-color: #e2e0e6; }
    .form-textarea-field textarea:focus {
      background-color: #f8f7f9;
      border: none;
      outline: none; }

.form-error {
  position: absolute;
  top: calc(100% - 25px);
  right: 10px;
  width: 80%;
  line-height: 1.2;
  color: #FFF;
  padding: .4em 1em;
  margin-top: .5em;
  margin-left: 5%;
  background-color: #1e9e05;
  border-radius: 2px;
  display: block;
  z-index: 10000;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: .8rem; }
  .form-error:after {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    width: 0;
    height: 0;
    bottom: 100%;
    right: 10px;
    border-bottom-color: #1e9e05;
    right: 10px; }

/**
* Table stylesheet
*
*
* @project Marlies Claasen 2019
* @version 1.0
* @author Wim Jurriaans
* @copyright 2019
* @license MIT
*
* @date 10-05-2019
* @modified
* 
*/
.table__agenda {
  float: left;
  width: 100%;
  border-collapse: collapse;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  border: none;
  font-size: .8em;
  border-radius: 5px 5px 0 0;
  overflow-x: auto; }
  .table__agenda td,
  .table__agenda th {
    text-align: left;
    padding: 10px 8px;
    vertical-align: top;
    border: none; }
  .table__agenda tr {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    background-color: #f8f7f9; }
    .table__agenda tr:nth-child(4n+2), .table__agenda tr:nth-child(4n+3) {
      background-color: #FFF; }
    .table__agenda tr:nth-child(2n+3) {
      border-bottom: 1px solid #FFF; }
      .table__agenda tr:nth-child(2n+3) td {
        padding-top: 0;
        font-style: italic; }
  .table__agenda th {
    background-color: #a7a1b5;
    color: #FFF;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500; }
    .table__agenda th:first-child {
      border-radius: 5px 0 0 0; }
    .table__agenda th:last-child {
      border-radius: 0 5px 0 0; }
  .table__agenda td:nth-child(1) {
    width: 25%; }
  .table__agenda td:nth-child(2) {
    width: 35%; }
  .table__agenda td:nth-child(3) {
    width: 40%; }

/**
* Tile
*
* Tile styling.
*
* @project Marlies Claasen 2019
* @version 1.0
* @author Wim Jurriaans
* @copyright 2019
* @license MIT
*
* @date 10-05-2019
* @modified
*
*/
.tiles-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .tiles-wrapper--align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start; }

.tiles__tile {
  position: relative;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 100%;
  font-size: 1em;
  text-decoration: none; }
  @media only screen and (min-width: 768px) {
    .tiles__tile {
      width: 50%; } }
  @media only screen and (min-width: 1024px) {
    .tiles__tile {
      width: 33%; } }

.tiles__tile-content {
  margin: 20px 15px; }

.tiles__tile-logo {
  display: block;
  width: 100%; }
  .tiles__tile-logo img {
    width: 100%; }

.tiles__tile-title {
  width: 100%;
  padding-top: .2em;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: .85em; }

.tiles__tile-text {
  font-size: .75em;
  text-align: left;
  float: left; }

.tiles__tile-video,
.tiles__tile-audio {
  position: relative;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 100%;
  font-size: 1em;
  text-decoration: none;
  padding: 15px; }
  @media only screen and (min-width: 1024px) {
    .tiles__tile-video,
    .tiles__tile-audio {
      width: 50%; } }

.video-container {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3); }

.tiles__tile-audio {
  float: left;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .tiles__tile-audio {
      width: 50%; } }
  @media only screen and (min-width: 1024px) {
    .tiles__tile-audio {
      width: 33.333%; } }
  .tiles__tile-audio .tiles__tile-text {
    width: 100%;
    padding: 0 20px 10px 20px; }

.audio-container a {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  background-color: #FFF;
  border-radius: 25px;
  border: 2px solid #6D6384;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iODYuNHB4IiBoZWlnaHQ9Ijg2LjRweCIgdmlld0JveD0iMCAwIDg2LjQgODYuNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODYuNCA4Ni40OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGRkZGRjt9LnN0MXtmaWxsOiM2RjYzODI7fTwvc3R5bGU+PGc+PGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iNDMuMiIgY3k9IjQzLjIiIHI9IjQwLjciLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNNDMuMiw1YzIxLjEsMCwzOC4yLDE3LjEsMzguMiwzOC4yUzY0LjIsODEuNCw0My4yLDgxLjRTNSw2NC4yLDUsNDMuMlMyMi4xLDUsNDMuMiw1IE00My4yLDBDMTkuMywwLDAsMTkuMywwLDQzLjJzMTkuMyw0My4yLDQzLjIsNDMuMlM4Ni40LDY3LDg2LjQsNDMuMlM2NywwLDQzLjIsMEw0My4yLDB6Ii8+PC9nPjxnPjxwb2x5bGluZSBjbGFzcz0ic3QxIiBwb2ludHM9IjM0LDE4LjEgNjUuOCw0My4yIDM0LDY4LjMgIi8+PC9nPjwvc3ZnPg==);
  background-position: calc(100% - 10px);
  background-repeat: no-repeat;
  background-size: 30px;
  text-decoration: none;
  padding: 0 50px 0 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); }
  .audio-container a:hover {
    background-color: #fefaec; }

.playing {
  background-color: #fcf1d0 !important; }

/**
* Video
*
* Video styling.
*
* @project Marlies Claasen 2019
* @version 1.0
* @author Wim Jurriaans
* @copyright 2019
* @license MIT
*
* @date 10-05-2019
* @modified
* 
*/
.video-container {
  position: relative;
  padding-bottom: 56.5%;
  height: 0;
  overflow: hidden;
  width: 100%;
  float: left;
  margin-right: 5%;
  margin-bottom: 20px; }

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0; }

/**
* Status
*
* Status styling.
*
* @project Marlies Claasen 2019
* @version 1.0
* @author Wim Jurriaans
* @copyright 2019
* @license MIT
*
* @date 10-05-2019
* @modified
*
*/
.status--hide {
  display: none; }

/*# sourceMappingURL=default.min.css.map */
