@charset "UTF-8";
/*!
Theme Name: PMD
Theme URI: http://wearetrue.nl/
Author: True Communications
Author URI: http://wearetrue.nl/
Description: Thema voor PMD
Version: 1.0
*/
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;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

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

a {
  text-decoration: none;
}

select {
  display: none;
}

textarea, select, input[type=submit], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: transparent;
  color: #000;
  outline: 0;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 1em;
  height: auto;
  vertical-align: middle;
  border: medium none;
}

select {
  background: #fff url();
  background-repeat: no-repeat;
  background-position: 97% center;
}

input[type=submit] {
  cursor: pointer;
}

@font-face {
  font-family: 'sic';
  src: url("fonts/sic.eot?82768690");
  src: url("fonts/sic.eot?82768690#iefix") format("embedded-opentype"), url("fonts/sic.woff2?82768690") format("woff2"), url("fonts/sic.woff?82768690") format("woff"), url("fonts/sic.ttf?82768690") format("truetype"), url("fonts/sic.svg?82768690#sic") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'sic';
    src: url('../font/sic.svg?82768690#sic') format('svg');
  }
}
*/
[class^="sic-"]:before, [class*=" sic-"]:before {
  font-family: "sic";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 0;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.sic-vimeo:before {
  content: '\f306';
}

/* '' */
.sic-vimeo-circled:before {
  content: '\f307';
}

/* '' */
.sic-twitter:before {
  content: '\f309';
}

/* '' */
.sic-twitter-circled:before {
  content: '\f30a';
}

/* '' */
.sic-facebook:before {
  content: '\f30c';
}

/* '' */
.sic-facebook-circled:before {
  content: '\f30d';
}

/* '' */
.sic-facebook-squared:before {
  content: '\f30e';
}

/* '' */
.sic-pinterest:before {
  content: '\f312';
}

/* '' */
.sic-pinterest-circled:before {
  content: '\f313';
}

/* '' */
.sic-tumblr:before {
  content: '\f315';
}

/* '' */
.sic-tumblr-circled:before {
  content: '\f316';
}

/* '' */
.sic-linkedin:before {
  content: '\f318';
}

/* '' */
.sic-linkedin-circled:before {
  content: '\f319';
}

/* '' */
/* blue */
/* green */
/* orange */
/* dark blue */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #666666;
}
@media only screen and (min-width: 48em) {
  html {
    font-size: 15px;
  }
}
@media only screen and (min-width: 60em) {
  html {
    font-size: 16px;
  }
}

body {
  background-color: #eeeeee;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::-moz-selection {
  background: #2daae1;
  color: #fff;
}

::selection {
  background: #2daae1;
  color: #fff;
}

b, strong {
  font-weight: bold;
}

sup {
  position: relative;
  top: -0.5em;
  vertical-align: top;
  font-size: 0.6em;
}

.wrapper {
  width: calc( 100% - 30px );
  margin: 0 auto;
  max-width: 1200px;
}
@media only screen and (min-width: 48em) {
  .wrapper {
    width: calc( 100% - 60px );
  }
}
@media only screen and (min-width: 60em) {
  .wrapper {
    width: calc( 100% - 80px );
  }
}

@media only screen and (min-width: 48em) {
  .wrapper-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

section {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 1.2rem;
}
@media only screen and (min-width: 48em) {
  section {
    margin-bottom: 20px;
  }
}

.column {
  width: 100%;
}
.not-ie .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 48em) {
  .column {
    width: calc( ( 100% - 20px ) / 2 );
  }
}

.box {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
}
.box::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 15px;
  width: calc( 100% - 30px );
  height: 17px;
  background: url(images/shadow.png) no-repeat left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.box__inner {
  margin: 1.2rem 1.2rem 0;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.block-title {
  border-radius: 10px 10px 0 0;
  padding: 22px 20px 18px 20px;
  color: #fff;
  text-align: center;
  background-color: #2daae1;
}
.block-title.green {
  background-color: #76b729;
}
.block-title.orange {
  background-color: #f39200;
}

h1, h2, h3, h4 {
  font-family: "Bitter", serif;
  font-weight: 700;
}

p, li, h4 {
  line-height: 1.5rem;
}

h1 {
  font-size: 30px;
  font-size: 1.875rem;
  color: #2daae1;
}

h2 {
  font-size: 26px;
  font-size: 1.625rem;
}

h3 {
  font-size: 16px;
  font-size: 1rem;
}

h4 {
  font-size: 16px;
  font-size: 1rem;
}

p, ul {
  margin-bottom: 1rem;
}
p:last-child, ul:last-child {
  margin-bottom: 0;
}
p a, ul a {
  font-family: "Bitter", serif;
  color: #f39200;
  text-decoration: underline;
}
p a:hover, ul a:hover {
  color: #2daae1;
}
p a:active, ul a:active {
  color: #1e71b8;
}
p.intro, ul.intro {
  font-family: "Bitter", serif;
  color: #2daae1;
}

ul {
  padding-left: 20px;
}
ul li {
  position: relative;
}
ul li::before {
  position: absolute;
  left: -20px;
  top: 0;
  content: '-';
}

.upper {
  text-transform: uppercase;
}

.remark {
  font-family: "Bitter", serif;
}

.dark_blue_text {
  color: #1e71b8;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.menu {
  background-color: #fff;
  margin-bottom: 0;
  border-top: 1px solid #e5e5e5;
  padding: 0;
}
@media only screen and (min-width: 60em) {
  .menu {
    border-top: 0;
  }
}

.menu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
@media only screen and (min-width: 60em) {
  .menu__header {
    display: none;
  }
}
.menu__header:active {
  background-color: #e5e5e5;
}
.menu__header.open .menu__header__icon {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.menu__header__text {
  font-family: "Bitter", serif;
  color: #2daae1;
}

.menu__header__icon {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 8px;
  height: 14px;
  margin-left: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.menu__links {
  display: none;
  padding: 1rem;
  text-align: center;
  background-color: #2daae1;
  color: #fff;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 60em) {
  .menu__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0 1rem;
    text-align: left;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.menu__links__divider {
  display: none;
}
@media only screen and (min-width: 60em) {
  .menu__links__divider {
    display: inline-block;
    opacity: 0.5;
    padding: 1rem 0;
  }
}

.menu__link {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 1rem;
  display: block;
  color: inherit;
}
.menu__link:active {
  background-color: #1e71b8;
}
@media only screen and (min-width: 60em) {
  .menu__link {
    font-size: 16px;
    font-size: 1rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 1rem 0;
  }
  .menu__link:hover {
    text-decoration: underline;
  }
  .menu__link:active {
    color: #1e71b8;
    background-color: transparent;
  }
}
@media only screen and (min-width: 76em) {
  .menu__link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.menu__link:last-child {
  margin-right: 0;
}

section.partners {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: #fff;
  padding: 10px 40px;
  margin-bottom: 0;
}
@media only screen and (min-width: 48em) {
  section.partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 76em) {
  section.partners {
    padding: 10px 120px;
  }
}

.partners__logo {
  display: block;
  width: 100%;
  height: 54px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 20px;
}
.partners__logo:hover, .partners__logo:active {
  opacity: 0.8;
}

section.intro {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  text-align: center;
}
section.intro::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 15px;
  width: calc( 100% - 30px );
  height: 17px;
  background: url(images/shadow.png) no-repeat left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
section.intro h1, section.intro p {
  width: calc( 100% - 30px );
  max-width: 780px;
  z-index: 10;
}
section.intro h1 {
  margin-bottom: 1.2rem;
  margin-top: 0.5rem;
}
@media only screen and (min-width: 60em) {
  section.intro h1 {
    margin-top: -1.875rem;
  }
}
section.intro p {
  font-family: "Bitter", serif;
  margin-bottom: 1.2rem;
}
@media only screen and (min-width: 60em) {
  section.intro p {
    margin-bottom: 36px;
  }
}

.intro__img {
  position: relative;
  width: 100%;
}
.intro__img::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  padding-bottom: 6.7%;
  background: url(images/arc-white.svg) no-repeat bottom left;
  background-size: 100% 100%;
}

.intro__img__aspect-ratio {
  width: 100%;
  height: auto;
}

.intro__img__logo {
  display: block;
  position: absolute;
  bottom: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: auto;
  width: 100px;
}
@media only screen and (min-width: 48em) {
  .intro__img__logo {
    width: 180px;
  }
}
@media only screen and (min-width: 60em) {
  .intro__img__logo {
    width: 243px;
  }
}

section.yesorno h3, section.yesorno ul {
  margin: 0 1.2rem;
}
section.yesorno h3, section.yesorno li:first-child {
  padding-right: 4rem;
}
section.yesorno.allowed h3 {
  color: #f39200;
}
section.yesorno.allowed .yesorno__section__icon {
  background-color: #f39200;
}
section.yesorno.not-allowed h3 {
  color: #2daae1;
}
section.yesorno.not-allowed .yesorno__section__icon {
  background-color: #2daae1;
}

.yesorno__section {
  margin-top: 24px;
}
@media only screen and (min-width: 60em) {
  .yesorno__section {
    margin-top: 36px;
  }
}

.yesorno__section__icon {
  position: relative;
  height: 2px;
  margin-top: 13px;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 60em) {
  .yesorno__section__icon {
    margin-bottom: 1.2rem;
  }
}
@media only screen and (min-width: 76em) {
  .yesorno__section__icon {
    height: 3px;
  }
}
.yesorno__section__icon img {
  position: absolute;
  height: 3.5rem;
  width: auto;
  top: calc( ( 3.5rem - 2px ) / 2 * -1 );
  right: 1.2rem;
}
@media only screen and (min-width: 76em) {
  .yesorno__section__icon img {
    height: 4rem;
    top: calc( ( 4rem - 3px ) / 2 * -1 );
  }
}

section.instruction {
  padding: 0;
  margin: 0;
}

.instruction__title {
  position: relative;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 1.2rem 1.2rem 0;
  text-align: center;
  max-height: calc( 2 * 1.2rem + 50px );
}
@media only screen and (min-width: 48em) {
  .instruction__title {
    margin-bottom: -0.5rem;
  }
}
@media only screen and (min-width: 76em) {
  .instruction__title {
    margin-bottom: -1.5rem;
  }
}
.instruction__title h2 {
  font-size: 40px;
  font-size: 2.5rem;
  position: relative;
  color: #2daae1;
  z-index: 11;
}
@media only screen and (min-width: 48em) {
  .instruction__title h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.instruction__steps {
  position: relative;
}

.instruction__steps__arc {
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 10;
}

.instruction__step {
  position: relative;
  position: relative;
  width: 100%;
  height: 450px;
  margin-bottom: 1.2rem;
  border-radius: 10px;
}
.instruction__step::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 15px;
  width: calc( 100% - 30px );
  height: 17px;
  background: url(images/shadow.png) no-repeat left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media only screen and (min-width: 48em) {
  .instruction__step {
    border-radius: 0 0 10px 10px;
    width: calc( ( 100% - 2 * 1.2rem ) / 3 );
  }
}
.instruction__step:first-child {
  border-radius: 0 0 10px 10px;
}

.instruction__step__text {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  font-family: "Bitter", serif;
  line-height: 1.2;
  font-style: italic;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  border-radius: 0 0 10px 10px;
  padding: 50px 38px 1.2rem;
}

.faq__item {
  padding: 1rem 0;
  border-top: 2px solid #e5e5e5;
}
.faq__item:first-child {
  border-top: 0;
}

.faq__item__question {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  position: relative;
  color: #2daae1;
  font-family: "Bitter", serif;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-left: 30px;
  line-height: 1.25rem;
  cursor: pointer;
}
.faq__item__question:hover {
  color: #1e71b8;
}
.faq__item__question span {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 22px;
  height: 14px;
}
.faq__item__question img {
  width: 8px;
  height: 14px;
  margin-left: 7px;
}
.faq__item__question.open span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq__item__answer {
  font-size: 14px;
  display: none;
  margin-top: 1rem;
  margin-bottom: 1.2rem;
  overflow: hidden;
}
@media only screen and (min-width: 48em) {
  .faq__item__answer {
    -webkit-columns: 100px 2;
            columns: 100px 2;
    -webkit-column-gap: 1.2rem;
            column-gap: 1.2rem;
    -webkit-column-fill: auto;
            column-fill: auto;
  }
}

section.articles, section.main-article {
  position: relative;
}
section.articles h4, section.main-article h4 {
  color: #1e71b8;
}
section.articles p, section.main-article p {
  font-size: 14px;
}

.articles__title {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (min-width: 60em) {
  .articles__title {
    padding-left: 66px;
    padding-right: 66px;
  }
}

.articles__slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: calc( 100% - 26px );
  height: 4.7rem;
  left: 10px;
  z-index: 20;
}
@media only screen and (min-width: 48em) {
  .articles__slider-nav {
    height: 4.5rem;
  }
}
@media only screen and (min-width: 60em) {
  .articles__slider-nav {
    top: 0;
    left: 13px;
    height: 4.2rem;
  }
}

.articles__slider-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 10px;
  cursor: pointer;
}
@media only screen and (min-width: 60em) {
  .articles__slider-nav__link {
    width: 40px;
    height: 40px;
  }
}
.articles__slider-nav__link img {
  width: 8px;
  height: auto;
}
@media only screen and (min-width: 60em) {
  .articles__slider-nav__link img {
    width: 13px;
    height: 23px;
  }
}
.articles__slider-nav__link:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.articles__slider-nav__link:active {
  background-color: rgba(0, 0, 0, 0.5);
}

.article__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.article__image__content {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .article__image__content {
    border-radius: 0;
  }
}
.article__image__icon {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.article__image:hover .article__image__icon, .article__image:active .article__image__icon {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
@media only screen and (min-width: 48em) {
  .article__image {
    height: 263px;
  }
}

.main-article__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px 10px 0 0;
  height: 329px;
}
.main-article__image img {
  width: 320px;
  height: auto;
}

.articles-shadow {
  position: relative;
  width: 100%;
}
.articles-shadow::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 15px;
  width: calc( 100% - 30px );
  height: 17px;
  background: url(images/shadow.png) no-repeat left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media only screen and (min-width: 60em) {
  section.form {
    padding: 0 1.2rem;
  }
}
section.form h3 {
  text-align: center;
  color: #1e71b8;
  margin-bottom: 1rem;
}
section.form p {
  margin-bottom: 0.5rem;
}
section.form p:last-of-type {
  margin-bottom: 0;
}
section.form input[type=text], section.form input[type=email], section.form textarea {
  display: block;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  background-color: #fff;
  border: 2px solid #e5e5e5;
  width: 100%;
  padding: 1.2rem;
}
section.form input[type=text], section.form input[type=email] {
  padding: 6px 1.2rem;
  margin-top: 0.5rem;
}
section.form textarea {
  resize: none;
}
section.form label {
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  left: 9px;
  color: #2daae1;
  font-family: "Bitter", serif;
  cursor: pointer;
}
section.form label input, section.form label span.wpcf7-not-valid-tip {
  position: relative;
  left: -9px;
}
section.form input[type=submit] {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Bitter", serif;
  color: #fff;
  background-color: #f39200;
  border-radius: 10px;
  padding: 6px 59px;
  margin-top: 0.25rem;
}
section.form input[type=submit]:hover, section.form input[type=submit]:focus {
  background-color: #2daae1;
}
section.form input[type=submit]:active {
  background-color: #1e71b8;
}

div.wpcf7 span.ajax-loader {
  width: 33px;
  height: 33px;
  background-image: url(images/icon-loader.svg);
  background-size: contain;
  margin-left: 1rem;
}
div.wpcf7 span.wpcf7-not-valid-tip, div.wpcf7 div.wpcf7-response-output {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  margin-top: 0.5rem;
}
div.wpcf7 div.wpcf7-response-output {
  padding: 10px 1.2rem;
  margin: 1rem 0 0;
  color: #fff;
  border-radius: 10px;
  border: 0;
}
div.wpcf7 div.wpcf7-response-output.wpcf7-validation-errors {
  background-color: red;
}
div.wpcf7 div.wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #76b729;
}
div.wpcf7 .wpcf7-not-valid {
  border: 0 !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  border-left: 3px solid red !important;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666666;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666666;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666666;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666666;
}

.contact p {
  font-size: 14px;
}
.contact p a {
  font-family: "Lato", sans-serif;
}

section.feiten_weetjes {
  position: relative;
}
section.feiten_weetjes h4 {
  color: #76b729;
}
section.feiten_weetjes p, section.feiten_weetjes ul {
  font-size: 14px;
}
section.feiten_weetjes img {
  width: 100%;
  height: auto;
}
section.feiten_weetjes .intro {
  color: #76b729;
}
.not-ie section.feiten_weetjes {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.suggestions {
  padding-bottom: 0;
}

.suggestions__intro {
  color: #f39200 !important;
  margin-bottom: 1.5rem;
  text-align: center;
}

.suggestions__partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.2rem;
}
.suggestions__partner:last-child {
  margin-bottom: calc( 2 * 1.2rem );
}

.suggestions__partner__column--logo {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 40%;
  margin: 0 10%;
}

.suggestions__partner__text__link {
  display: block;
  color: #2daae1;
  font-family: "Bitter", serif;
  line-height: 1.5;
}
.suggestions__partner__text__link:hover {
  text-decoration: underline;
}
.suggestions__partner__text__link:active {
  color: #1e71b8;
}

.suggestions__img {
  display: block;
  width: 100%;
  border-radius: 0 0 10px 10px;
}

.lightbox {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  opacity: 1;
}
.lightbox.hidden {
  opacity: 0;
}

.lightbox__image {
  width: 100%;
  height: auto;
  max-width: 800px;
  -webkit-box-shadow: 0px 10px 56px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 10px 56px 0px rgba(0, 0, 0, 0.75);
}

.lightbox_trigger {
  cursor: pointer;
}
.lightbox_trigger:hover, .lightbox_trigger:active {
  opacity: 0.8;
}

.footer {
  background-color: #1e71b8;
  border-radius: 10px 10px 0 0;
  padding: 0 1.2rem;
  color: #fff;
  text-align: center;
}

.footer__intro {
  display: inline-block;
  padding: 27px 0;
  font-family: "Bitter", serif;
}

.footer__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 48em) {
  .footer__wrapper {
    display: block;
  }
}

.footer__logos, .footer__links {
  position: relative;
  padding: 1rem 0;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .footer__logos, .footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 60em) {
  .footer__logos, .footer__links {
    padding: 1rem 98px;
  }
}

.footer__logo, .footer__link {
  height: 80px;
  padding: 1rem 0;
}
@media only screen and (min-width: 48em) {
  .footer__logo, .footer__link {
    height: 64px;
    padding: 0 15px;
    border-top: 0;
  }
}

@media only screen and (min-width: 48em) {
  .footer__logos {
    border-top: 1px solid #fff;
  }
}

.footer__logo {
  display: block;
  position: relative;
  width: 50%;
  margin: 0 auto;
}
.footer__logo:hover, .footer__logo:active {
  opacity: 0.8;
}

.footer__logo__img {
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.footer__link {
  width: 100%;
  text-align: left;
  padding-left: 1rem;
}
@media only screen and (min-width: 48em) {
  .footer__link {
    text-align: center;
    padding-top: 19px;
    padding-bottom: 27px;
    padding-left: 0;
    height: auto;
  }
}

.footer__link a {
  display: block;
  width: 100%;
  color: #fff;
  font-family: "Bitter", serif;
  font-size: 13px;
}
.footer__link a.url {
  margin-bottom: 10px;
}
.footer__link a.url:hover {
  color: #f39200;
}
.footer__link a.url:active {
  color: #76b729;
}
.footer__link a.tel:hover {
  color: #76b729;
}
.footer__link a.tel:active {
  color: #f39200;
}

/*# sourceMappingURL=style.css.map */