/*Z-index overzicht
 *Plaats hier alle z-index values met een logische naam, hou ongeveer 10 tussen elk item.
 *Dit is zodat er genoeg speling is om er later 1 tussen te stoppen (als dat nodig is)
 */
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* =WordPress Core
 -------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/*filter voor IE*/
/*centreren met margin. optioneel top en bottom*/
/*Placeholder stijling (per input/alle inputs)*/
/*z-index mixin functie, werkt samen met $z-index array in _variables.scss
 *
 * Op de volgende manier te gebruiken:
 *   .henk{
 *        @include z-index(voorbeeld_item);
 *    }
 */
/* Cookie styling AVG */
body #cn-notice-text span {
  font-weight: 700;
}
body .cookie-notice-container {
  text-align: left;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  align-items: center;
}
body .cookie-notice-container #cn-notice-text {
  line-height: 20px;
}
body #cookie-notice .button.wp-default {
  background: transparent;
  color: #fff;
  text-shadow: none;
  border-radius: 20px;
  padding: 10px 22px;
}
body #cookie-notice .button.wp-default#cn-more-info {
  border: none;
  text-decoration: underline;
  font-size: 13px;
}
body .gform_wrapper a {
  color: inherit;
  text-decoration: underline;
}
@media (max-width: 768px) {
  body .cookie-notice-container {
    display: block;
  }
  body .cookie-notice-container #cn-notice-text {
    display: block;
    padding: 0 0 15px 0;
  }
}
@media (max-width: 680px) {
  body .cookie-notice-container {
    font-size: 11px;
  }
  body #cookie-notice .button.wp-default {
    padding: 5px 15px;
  }
}
/* Einde cookie styling AVG */
.scss_errors {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000000;
  background: #f00;
  text-align: center;
}
.scss_errors pre {
  color: #fff;
}
body {
  font-family: 'spoof-light', sans-serif;
}
body.overflow {
  overflow: hidden;
}
body.overflow main, body.overflow header, body.overflow footer {
  opacity: 0;
}
body.page-template-contact {
  background-color: #f39200;
}
body.page-template-contact #head .d-flex .social ul li a i {
  color: #fff;
}
body.fixed #logo {
  top: 28px;
}
body.fixed #logo img {
  max-width: 50%;
}
p {
  font-size: 3rem;
}
main, header, footer {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
strong {
  font-family: 'spoof-medium', sans-serif;
}
@font-face {
  font-family: 'spoof-regular';
  src: url("../fonts/Spoof-Regular.otf") format('otf'), url("../fonts/Spoof-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: 'spoof-medium';
  src: url("../fonts/Spoof-Medium.otf") format('otf'), url("../fonts/Spoof-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: 'spoof-light';
  src: url("../fonts/Spoof-Light.otf") format('otf'), url("../fonts/Spoof-Light.ttf") format("truetype");
  font-display: swap;
}
html {
  font-size: 62.5%;
}
#head {
  padding: 28px 0;
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
}
#head .d-flex {
  align-items: center;
  justify-content: flex-end;
}
#head .d-flex .social ul {
  display: flex;
}
#head .d-flex .social ul li {
  margin: 0 5px;
}
#head .d-flex .social ul li a {
  text-decoration: none;
}
#head .d-flex .social ul li a i {
  color: #f39761;
  font-size: 20px;
}
#head .d-flex .togglemenu {
  margin: 0 0 0 15px;
  cursor: pointer;
}
#head .d-flex .togglemenu span {
  background-color: #1d1d1b;
  margin: 3px 0;
  display: block;
  width: 30px;
  height: 4px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#menu {
  background-color: transparent;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 0;
  z-index: -999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#menu.toon {
  z-index: 9;
  top: 0;
  visibility: visible;
  opacity: 1;
  background-color: #210c35;
  overflow-y: scroll;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#menu.toon .menu_titel {
  left: 0;
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#menu.toon .menu {
  right: 0;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#menu.toon .sluiten {
  -webkit-transform: rotate(720deg);
  transform: rotate(720deg);
  transition-duration: 1s;
}
#menu .sluiten {
  display: inline-block;
  cursor: pointer;
  width: 45px;
  height: 45px;
  position: relative;
  float: right;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#menu .sluiten .bar {
  background-color: #f39761;
  width: 40px;
  height: 2px;
  position: absolute;
  top: 22px;
  left: 3px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#menu .sluiten .bar:first-of-type {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu .sluiten .bar:last-of-type {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu .menu_titel {
  font-family: 'spoof-light', sans-serif;
  position: relative;
  left: -1000px;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#menu .menu_titel p {
  font-size: 45rem;
  color: #f39761;
  text-transform: uppercase;
  line-height: 40rem;
}
#menu .menu {
  position: relative;
  right: -1500px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#menu .menu ul li {
  position: relative;
}
#menu .menu ul li:hover a {
  color: #fff;
}
#menu .menu ul li a {
  color: #b1cfc4;
  font-size: 3.8rem;
  text-transform: lowercase;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  font-family: 'spoof-medium', sans-serif;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#menu .menu ul li:hover ul.sub-menu {
  left: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
#menu .menu ul li:hover ul.sub-menu li a {
  color: #b1cfc4;
}
#menu .menu ul li ul.sub-menu {
  white-space: nowrap;
  visibility: hidden;
  position: absolute;
  z-index: -9;
  opacity: 0;
  left: 0%;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#menu .menu ul li ul.sub-menu li a {
  color: #b1cfc4;
  font-size: 3rem;
}
#menu .menu ul li ul.sub-menu li a:hover {
  color: #fff;
}
#logo {
  position: fixed;
  z-index: 100;
  top: 105px;
  left: 305px;
}
#logo img {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#intro {
  margin: 80px 0 70px 0;
}
#intro.sub .blok.oranje {
  padding: 300px 30px 30px 100px;
  display: block;
}
#intro.sub .blok.oranje .titel {
  align-self: center;
  margin: 0 0 50px 0;
}
#intro.sub .blok.oranje .titel h1 {
  color: #210b35;
  font-size: 4.4rem;
  font-family: 'spoof-medium', sans-serif;
}
#intro.sub .blok.oranje .tekst {
  margin: 0 0 0 -40px;
  position: relative;
  z-index: 1;
}
#intro.sub .blok.oranje .tekst p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin: 0 0 30px 0;
  padding: 0 120px 0 0;
}
#intro.sub .blok.oranje .tekst blockquote p {
  font-family: 'spoof-light', sans-serif;
  line-height: 5rem;
  font-size: 4.4rem;
  color: #f39200;
  padding: 0 0 0 120px;
}
#intro.sub figure:nth-of-type(2) {
  position: relative;
  left: -20px;
  margin: -70px 0 30px 0;
}
#intro.sub figure:nth-of-type(3) {
  text-align: right;
}
#intro.sub figure img {
  position: initial;
  height: auto;
}
#intro figure img {
  position: absolute;
  right: 15px;
  top: 0;
}
#intro .blok.oranje {
  display: flex;
  align-content: flex-end;
  width: 100%;
  min-height: 695px;
  padding: 30px 50px;
  margin: 115px 0 0 0;
  position: relative;
}
#intro .blok.oranje:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 870px;
  height: 100%;
  max-height: 695px;
  background-color: #f39761;
}
#intro .blok .titel {
  align-self: flex-end;
  position: relative;
  z-index: 1;
}
#intro .blok .titel h1 {
  /*text-transform:uppercase;*/
  letter-spacing: 0;
  font-size: 8rem;
  color: #fff;
}
#intro.video-intro {
  margin: 110px 0 0 0;
}
#intro.video-intro .video {
  position: relative;
  margin: 0 0 20px 0;
}
#intro.video-intro .video iframe {
  width: 1100px;
  height: 640px;
  max-width: 100%;
}
#intro.video-intro .video .titel {
  position: absolute;
  bottom: 25px;
  left: 0;
  max-width: 40%;
  margin-left: 10.666667%;
}
#intro.video-intro .video .titel h1 {
  font-family: 'spoof-medium', sans-serif;
  letter-spacing: 0;
  line-height: 4.8rem;
  font-size: 4.4rem;
  color: #fff;
}
#intro.video-intro figure:first-of-type {
  margin: -50px 0 30px 0;
}
#intro.video-intro figure:nth-of-type(2) {
  text-align: right;
  left: 0;
  margin: 0;
}
#sub {
  padding: 60px 0;
}
#sub .youtube_video:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50px;
  z-index: -1;
  width: 1125px;
  height: 795px;
  background-color: #f39761;
}
#sub .titel {
  padding: 0 0 0 15px;
  margin: 20px 0 50px 0;
}
#sub .titel h1 {
  font-family: 'spoof-medium', sans-serif;
  line-height: 8rem;
  font-size: 7rem;
  color: #210b35;
}
#sub figure {
  padding: 0 0 0 15px;
}
#sub figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50px;
  z-index: -1;
  width: 1125px;
  height: 795px;
  background-color: #f39761;
}
#sub blockquote {
  font-family: 'spoof-light', sans-serif;
  color: #f39200;
  font-size: 4.5rem;
  line-height: 5rem;
}
#sub .tekst h4 {
  font-family: 'spoof-regular', sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #210b35;
}
#sub .tekst p {
  color: #210b35;
  font-size: 1.6rem;
  margin: 0 0 30px 0;
  line-height: 2rem;
  font-family: 'spoof-regular', sans-serif;
}
#sub_vervolg {
  padding: 60px 0;
}
#sub_vervolg figure {
  margin: 0 0 30px 0;
}
#sub_vervolg .titel {
  margin: 0 0 50px 0;
}
#sub_vervolg .titel h2 {
  font-family: 'spoof-medium', sans-serif;
  line-height: 5rem;
  font-size: 4.4rem;
  color: #210b35;
}
#vervolg .col-lg-7 {
  position: relative;
}
#vervolg .col-lg-7:after {
  background-color: rgba(29, 29, 27, .2);
  height: calc(100% - 160px);
  position: absolute;
  right: -40px;
  content: '';
  width: 1px;
  top: 50px;
}
#vervolg .titel h3 {
  margin: 0 0 40px 0;
  letter-spacing: 2px;
}
#vervolg .item {
  margin: 0 0 80px 0;
}
#vervolg .item figure {
  display: flex;
  position: relative;
  align-items: flex-end;
}
#vervolg .item figure .titel {
  align-self: flex-end;
  padding: 0 14.33333% 15px;
  position: absolute;
  bottom: 0;
}
#vervolg .item figure .titel h2 {
  font-family: 'spoof-regular', sans-serif;
  text-transform: uppercase;
  font-size: 6.2rem;
  color: #fff;
}
#vervolg .item .tekst {
  padding: 0 14.33333% 10px;
  margin: 10px 0 0 0;
}
#vervolg .item .tekst p {
  font-family: 'spoof-regular', sans-serif;
  line-height: 2rem;
  font-size: 1.6rem;
  color: #210b35;
}
#vervolg .item.rechts figure {
  justify-content: flex-end;
}
#vervolg .inspiratie_laatste {
  max-width: 250px;
  margin: 0 auto 30px auto;
}
#vervolg .inspiratie {
  max-width: 250px;
  margin: 0 auto 60px auto;
}
#vervolg .inspiratie figure img {
  margin: 0 0 10px 0;
}
#vervolg .inspiratie .tekst h3 {
  color: #f39200;
  font-size: 3.6rem;
  line-height: 4rem;
  margin: 0 0 10px 0;
  font-family: 'spoof-regular', sans-serif;
}
#vervolg .inspiratie .tekst p {
  margin: 0 0 10px 0;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #f39200;
}
#vervolg .inspiratie .tekst h6 a {
  color: #f39200;
  padding: 6px 10px;
  font-size: 1.4rem;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #f39200;
  background-color: transparent;
  font-family: 'spoof-regular', sans-serif;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#vervolg .inspiratie .tekst h6 a:hover {
  background-color: #f39200;
  color: #fff;
}
#figure {
  padding: 50px 0;
  background-color: #f29200;
  text-align: center;
}
#figure figure {
  margin: 0 0 20px 0;
}
#figure .nummer {
  font-family: 'spoof-medium', sans-serif;
  font-size: 5.5rem;
  color: #210b35;
}
#figure .nummer a {
  text-decoration: none;
  position: relative;
  color: #210b35;
}
#figure .nummer a:after {
  content: '';
  background-color: #210b35;
  height: 2px;
  width: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#figure .nummer a:hover:after {
  width: 100%;
}
#quotes {
  padding: 50px 0 50px 150px;
}
#quotes .titel {
  margin: 0 0 50px 0;
}
#quotes .quotes {
  padding: 0 0 0 100px;
}
#quotes .quotes .slickbutton {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  border-radius: 100px;
  background-color: #fff;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#quotes .quotes .slickbutton:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
}
#quotes .quotes .slickbutton.next {
  right: 0;
  left: auto;
}
#quotes .quotes .slickbutton i {
  font-size: 2.5rem;
  color: #210b35;
}
#quotes .quotes .slick-slide {
  margin: 0 20px;
}
#quotes .quotes .slick-slide:nth-of-type(1n) .quote .quoteblok {
  background-color: #b1cfc3;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#quotes .quotes .slick-slide:nth-of-type(2n) .quote .quoteblok {
  background-color: #ea504f;
}
#quotes .quotes .slick-slide:nth-of-type(2n) .quote .quoteblok p {
  color: #210b35;
}
#quotes .quotes .slick-slide:nth-of-type(3n) .quote .quoteblok {
  background-color: #eacb85;
}
#quotes .quotes .slick-slide:nth-of-type(3n) .quote .quoteblok p {
  color: #fff;
}
#quotes .quotes .slick-slide .quote a {
  text-decoration: none;
}
#quotes .quotes .slick-slide .quote .quoteblok {
  min-height: 575px;
  display: flex;
  padding: 10px 25px;
  align-items: center;
  background-color: #b1cfc3;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#quotes .quotes .slick-slide .quote .quoteblok p {
  font-family: 'spoof-medium', sans-serif;
  line-height: 6rem;
  font-size: 5rem;
  color: #fff;
}
#quotes .quotes .slick-slide .quote .tekst {
  padding: 10px;
}
#quotes .quotes .slick-slide .quote .tekst p {
  font-size: 2rem;
  line-height: 3rem;
  color: #1d1d1d;
}
#team {
  padding: 50px 0;
}
#team .titel {
  margin: 0 0 50px 0;
}
#team .quote {
  margin: 0 0 100px 0;
}
#team .quote p {
  font-size: 8.4rem;
  font-family: 'spoof-light', sans-serif;
  color: #210b35;
}
#team .tekst_afbeelding {
  padding: 0 0 0 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#team .tekst_afbeelding .tekst {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 40px 0 0;
}
#team .tekst_afbeelding .tekst p {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #210b35;
  margin: 0 0 50px 0;
}
#team .tekst_afbeelding .tekst h6 a {
  display: inline-block;
  font-size: 2rem;
  border-radius: 2px;
  font-family: 'spoof-regular', sans-serif;
  padding: 15px 25px;
  color: #fff;
  text-decoration: none;
  background-color: #f39200;
  border: 2px solid #f39200;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#team .tekst_afbeelding .tekst h6 a:hover {
  background-color: transparent;
  color: #f39200;
}
#team .tekst_afbeelding figure {
  flex: 0 0 50%;
  max-width: 50%;
}
#tekstpagina {
  padding: 50px 0;
}
#meer_inspiratie {
  padding: 0 0 60px 0;
}
#meer_inspiratie .titel {
  margin: 0 0 45px 0;
}
#meer_inspiratie figure {
  padding: 0 0 15px 0;
}
#meer_inspiratie .tekst h3 {
  font-family: 'spoof-medium', sans-serif;
  padding: 0 0 10px 0;
  font-size: 3.6rem;
  line-height: 4rem;
  color: #f39200;
}
#meer_inspiratie .tekst h3 a {
  color: inherit;
  text-decoration: none;
}
#meer_inspiratie .tekst p {
  line-height: 2rem;
  font-size: 1.6rem;
  color: #f39200;
}
#meer_inspiratie .tekst p a {
  color: inherit;
  text-decoration: none;
}
#meer_inspiratie .tekst p a:after {
  background-color: #f39200;
  height: 1px;
}
#contact {
  padding: 100px 0 60px 0;
}
#contact .titel h1 {
  color: #fff;
  font-size: 34rem;
  margin: 0 0 80px 0;
  text-transform: uppercase;
  font-family: 'spoof-regular', sans-serif;
}
#contact .tekst {
  margin: 0 0 100px 0;
}
#contact .tekst p {
  color: #210b35;
  font-size: 4.2rem;
  line-height: 5rem;
  margin: 0 0 10px 0;
  font-family: 'spoof-regular';
}
#contact .copyright {
  padding: 0 0 0 40px;
}
#contact .copyright p {
  font-family: 'spoof-medium', sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin: 0 0 10px 0;
  color: #fff;
}
#contact .copyright p a {
  color: inherit;
  text-decoration: underline;
}
#blogintro {
  margin: 190px 0 0 0;
  position: relative;
}
#blogintro:after {
  content: '';
  background-color: #f8bbaa;
  position: absolute;
  height: 700px;
  width: 1200px;
  left: 230px;
  top: 0;
}
#titel {
  padding: 190px 0;
}
#titel.casustitel {
  padding: 190px 0 80px 0;
}
#titel .titel h1 {
  font-family: 'spoof-medium', sans-serif;
  font-size: 8.6rem;
  color: #210b35;
}
#casusfilter {
  padding: 0 0 50px 0;
}
#casusfilter .filter {
  justify-content: center;
  align-items: center;
  margin: 0 0 50px 0;
  display: flex;
}
#casusfilter .filter a.filter_button {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-family: 'spoof-regular', sans-serif;
  background-color: transparent;
  border: 1px solid #210b35;
  text-decoration: none;
  display: inline-block;
  font-size: 1.4rem;
  padding: 6px 10px;
  color: #210b35;
  margin: 0 5px;
}
#casusfilter .filter a.filter_button:hover, #casusfilter .filter a.filter_button.filter_active {
  background-color: #210b35;
  color: #fff;
}
#blogs {
  padding: 0 0 50px 0;
}
#blogs .blog {
  margin: 0 0 50px 0;
}
#blogs .blog figure {
  padding: 0 0 15px 0;
}
#blogs .blog .tags {
  font-size: 16px;
  margin: 0 0 10px 0;
  display: block;
  color: #210c35;
  font-weight: bold;
}
#blogs .blog .tekst h3 {
  font-family: 'spoof-regular', sans-serif;
  padding: 0 0 10px 0;
  font-size: 3.6rem;
  line-height: 4rem;
  color: #f39200;
}
#blogs .blog .tekst h3 a {
  color: inherit;
  text-decoration: none;
}
#blogs .blog .tekst p {
  line-height: 2rem;
  font-size: 1.6rem;
  color: #f39200;
}
#blogs .blog .tekst p a {
  color: inherit;
  text-decoration: none;
}
#blogs .blog .tekst p a:after {
  background-color: #f39200;
}
.home #topfooter {
  background-color: #f39761;
}
#topfooter {
  background-color: #ffed00;
  padding: 70px 0 20px 0;
}
#topfooter .footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
#topfooter .footer .beeldmerk {
  position: relative;
}
#topfooter .footer .beeldmerk img {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#topfooter .footer .beeldmerk .contactgegevens {
  transform: translateY(-50%);
  position: absolute;
  right: -70%;
  top: 60%;
}
#topfooter .footer .beeldmerk .contactgegevens p a {
  color: #210b35;
  font-size: 4rem;
  margin: 0 0 3px 0;
  position: relative;
  line-height: 4.8rem;
  text-decoration: none;
  font-family: 'spoof-medium', sans-serif;
}
#topfooter .footer .beeldmerk .contactgegevens p a:hover:after {
  width: 100%;
}
#topfooter .footer .beeldmerk .contactgegevens p a:after {
  content: '';
  background-color: #210b35;
  height: 2px;
  width: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#topfooter .adres {
  text-align: center;
}
#topfooter .adres p {
  padding: 20px 0 0 0;
  font-size: 2rem;
  color: #210b35;
  font-family: 'spoof-medium', sans-serif;
}
#bottomfooter {
  padding: 25px 0;
}
#bottomfooter .privacy {
  text-align: center;
}
#bottomfooter .privacy p {
  font-size: 1.4rem;
  color: #210b35;
}
#bottomfooter .privacy p a {
  color: inherit;
}
body #contact ._form_3 {
  max-width: 670px;
}
body #contact ._form-label {
  display: none;
}
body #contact ._error-inner {
  font-size: 1.6rem;
  color: #210c35;
  font-family: 'spoof-regular', sans-serif;
  padding: 5px 10px;
}
body #contact ._form-thank-you {
  color: #210b35;
  font-size: 3.2rem;
  line-height: 4rem;
  margin: 0 0 10px 0;
  font-family: 'spoof-medium';
}
body #contact input[type=text], body #contact textarea {
  font-family: 'spoof-medium', sans-serif;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  line-height: 7.2rem;
  padding: 0 0 5px 0;
  font-size: 4.2rem;
  margin: 15px 0 0;
  outline: none;
  color: #fff;
  width: 100%;
}
body #contact input[type=text]::placeholder, body #contact textarea::placeholder {
  color: #fff;
}
body #contact textarea {
  margin: 0 0 20px 0;
  height: 200px;
  resize: none;
  width: 100%;
}
body #contact button {
  font-family: 'spoof-medium', sans-serif;
  padding: 15px 30px !important;
  text-transform: lowercase;
  background-color: #fff;
  font-size: 4.2rem;
  color: #f39200;
  border: none;
}
body #contact .gform_confirmation_message {
  font-family: 'spoof-medium', sans-serif;
  font-size: 4.2rem;
  line-height: 1.3;
  color: #fff;
}
body #contact .gform_wrapper {
  margin: 0;
}
body #contact .gform_wrapper .gform_body .gform_fields .gfield {
  margin: 0 0 10px 0;
  padding: 0;
}
body #contact .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
  margin: 0;
  padding: 0;
}
body #contact .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=text], body #contact .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
  font-size: 4.2rem;
  border: none;
  padding: 0 0 5px 0;
  font-family: 'spoof-medium', sans-serif;
  background-color: transparent;
  color: #fff;
  outline: none;
  border-bottom: 2px solid #fff;
}
body #contact .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=text]::placeholder, body #contact .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea::placeholder {
  color: #fff;
}
body #contact .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
  height: 200px;
}
body #contact .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}
body #contact .gform_wrapper .gform_footer input[type=submit] {
  font-family: 'spoof-medium', sans-serif;
  padding: 15px 30px !important;
  text-transform: lowercase;
  background-color: #fff;
  font-size: 4.2rem;
  color: #f39200;
  border: none;
}
#_form_7_._form {
  background-color: transparent !important;
}
#_form_7_._form ._form-content ._form-title {
  color: #210b35;
  font-size: 2.6rem;
  line-height: 5rem;
  margin: 0 0 10px 0;
  font-family: 'spoof-regular';
}
#_form_7_._form ._form-content ._form_element {
  margin: 15px 0 0;
}
#_form_7_._form ._form-content ._form_element._inline-style {
  margin: 0 !important;
  float: none;
}
#_form_7_._form ._form-content ._form_element ._form-label {
  display: none;
}
#_form_7_._form ._form-content ._form_element input[type=text], #_form_7_._form ._form-content ._form_element textarea {
  border: none;
  font-family: 'spoof-medium', sans-serif;
  border-bottom: 2px solid #210b35;
  background-color: transparent;
  color: #210b35 !important;
  line-height: 4.2rem;
  padding: 0 0 5px 0;
  font-size: 2.2rem;
  border-radius: 0;
  outline: none;
  width: 100%;
}
#_form_7_._form ._form-content ._form_element input[type=text]::-webkit-input-placeholder, #_form_7_._form ._form-content ._form_element textarea::-webkit-input-placeholder {
  color: #210b35;
}
#_form_7_._form ._form-content ._form_element input[type=text]::-moz-placeholder, #_form_7_._form ._form-content ._form_element textarea::-moz-placeholder {
  color: #210b35;
}
#_form_7_._form ._form-content ._form_element input[type=text]:-ms-input-placeholder, #_form_7_._form ._form-content ._form_element textarea:-ms-input-placeholder {
  color: #210b35;
}
#_form_7_._form ._form-content ._form_element input[type=text]:-moz-placeholder, #_form_7_._form ._form-content ._form_element textarea:-moz-placeholder {
  color: #210b35;
}
#_form_7_._form ._form-content ._form_element ._row {
  display: inline-block;
  margin: 15px 20px 0 0;
}
#_form_7_._form ._form-content ._form_element ._row span {
  font-family: 'spoof-medium', sans-serif;
  color: #210b35 !important;
  font-size: 2.2rem;
}
#_form_7_._form ._form-content ._button-wrapper {
  margin: 0 !important;
}
#_form_7_._form ._form-content ._button-wrapper ._submit {
  font-family: 'spoof-medium', sans-serif;
  padding: 15px 30px !important;
  text-transform: lowercase;
  background-color: #f39200;
  font-size: 4.2rem;
  border: none;
  color: #fff;
}
._form-content ._form-title {
  color: #210b35;
  font-size: 2.6rem;
  line-height: 5rem;
  margin: 0 0 10px 0;
  font-family: 'spoof-regular';
}
._form-content ._form_element {
  margin: 15px 0 0;
}
._form-content ._form_element._inline-style {
  margin: 0 !important;
  float: none;
}
._form-content ._form_element ._form-label {
  font-family: 'spoof-medium', sans-serif;
  color: #210b35 !important;
  margin: 15px 0;
  font-size: 2.2rem;
}
._form-content ._form_element input[type=text], ._form-content ._form_element textarea {
  border: 1px solid #210b35;
  font-family: 'spoof-medium', sans-serif;
  border-bottom: 2px solid #210b35;
  background-color: transparent;
  color: #210b35 !important;
  line-height: 2.2rem;
  padding: 20px 15px;
  font-size: 1.6rem;
  border-radius: 0;
  outline: none;
  width: 100%;
}
._form-content ._form_element input[type=text]::-webkit-input-placeholder, ._form-content ._form_element textarea::-webkit-input-placeholder {
  color: #210b35;
}
._form-content ._form_element input[type=text]::-moz-placeholder, ._form-content ._form_element textarea::-moz-placeholder {
  color: #210b35;
}
._form-content ._form_element input[type=text]:-ms-input-placeholder, ._form-content ._form_element textarea:-ms-input-placeholder {
  color: #210b35;
}
._form-content ._form_element input[type=text]:-moz-placeholder, ._form-content ._form_element textarea:-moz-placeholder {
  color: #210b35;
}
._form-content ._form_element .textarea {
  max-width: 100%;
  min-height: 150px;
  max-height: 350px;
  width: 100%;
}
._form-content ._form_element ._row {
  display: flex;
  align-items: center;
  margin: 15px 20px 0 0;
}
._form-content ._form_element ._row input[type=checkbox] {
  margin: 0 10px 0;
}
._form-content ._form_element ._row span {
  font-family: 'spoof-regular', sans-serif;
  color: #210b35 !important;
  font-size: 1.6rem;
}
._form-content ._button-wrapper {
  margin: 0 !important;
}
._form-content ._button-wrapper ._submit {
  font-family: 'spoof-medium', sans-serif;
  padding: 15px 30px !important;
  text-transform: lowercase;
  background-color: #f39200;
  font-size: 4.2rem;
  border: none;
  color: #fff;
}
#tips {
  padding: 50px 0;
}
#tips ._form_7 div:first-of-type {
  text-align: left !important;
}
#tips ._form-content ._form_element {
  margin: 0 0 15px 0 !important;
}
#tips ._form-content ._form_element ._form-label {
  display: none;
}
blockquote {
  font-family: 'spoof-light', sans-serif;
  color: #f39200;
  font-size: 4.5rem;
  line-height: 5rem;
}
.tekst h1 {
  color: #210b35;
  font-size: 4.4rem;
  font-family: 'spoof-medium', sans-serif;
}
.tekst h2 {
  font-family: 'spoof-medium', sans-serif;
  margin: 0 0 10px 0;
  font-size: 3.4rem;
  color: #210b35;
}
.tekst h3 {
  font-family: 'spoof-regular', sans-serif;
  margin: 0 0 5px 0;
  font-size: 2.8rem;
  color: #210b35;
}
.tekst h4 {
  font-family: 'spoof-regular', sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #210b35;
}
.tekst p {
  color: #210b35;
  font-size: 1.6rem;
  margin: 0 0 30px 0;
  line-height: 2rem;
  font-family: 'spoof-regular', sans-serif;
}
.tekst p a {
  color: inherit;
  position: relative;
  text-decoration: none;
}
.tekst p a:after {
  content: '';
  background-color: #210b35;
  position: absolute;
  height: 2px;
  width: 0px;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.tekst p a:hover:after {
  width: 100%;
}
.tekst h6 {
  margin: 0 0 30px 0;
}
.tekst h6 a {
  color: #fff;
  font-size: 2rem;
  border-radius: 2px;
  padding: 13px 20px;
  display: inline-block;
  text-decoration: none;
  background-color: #f39200;
  border: 2px solid #f39200;
  font-family: 'spoof-regular', sans-serif;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.tekst h6 a:hover {
  background-color: transparent;
  color: #f39200;
}
.tekst ul {
  margin: -30px 0 30px 0;
  padding: 0 0 0 20px;
}
.tekst ul li {
  font-family: 'spoof-regular', sans-serif;
  list-style-type: disc;
  line-height: 3rem;
  font-size: 1.6rem;
  color: #210b35;
}
.tekst ol {
  margin: -30px 0 30px 0;
  padding: 0 0 0 20px;
}
.tekst ol li {
  font-family: 'spoof-regular', sans-serif;
  list-style-type: decimal;
  line-height: 3rem;
  font-size: 1.6rem;
  color: #210b35;
}
.titel h3 {
  color: #210b35;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-family: 'spoof-medium', sans-serif;
}
.container {
  max-width: 1400px;
}
@media (max-width: 1700px) {
  #quotes .quotes .slick-slide .quote .quoteblok p {
    font-size: 4.5rem;
  }
  #topfooter .footer .beeldmerk .contactgegevens {
    right: -50%;
  }
  #topfooter .footer .beeldmerk .contactgegevens p a {
    font-size: 3.5rem;
  }
}
@media (max-width: 1500px) {
  #logo {
    left: 120px;
    top: 80px;
  }
  #logo img {
    max-width: 75%;
  }
  #titel .titel h1 {
    font-size: 6.6rem;
  }
  #blogintro:after {
    max-width: 100%;
    left: auto;
    right: 0;
  }
  #quotes {
    padding: 50px 0 50px 50px;
  }
  #quotes .quotes .slick-slide .quote .quoteblok p {
    font-size: 4.5rem;
    line-height: 1.3;
  }
  body #contact .gform_wrapper .gform_footer input[type=submit], body #contact .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=text], body #contact .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
    font-size: 3.2rem;
  }
  #contact .titel {
    margin: 0 0 30px 0;
  }
  #contact .titel h1 {
    font-size: 20rem;
  }
  #contact .tekst {
    margin: 0 0 50px 0;
  }
  #contact .tekst p {
    font-size: 3.2rem;
    line-height: 4rem;
  }
  #menu {
    overflow-y: scroll;
  }
  #menu .menu ul li a {
    font-size: 3.2rem;
  }
  #menu .menu_titel p {
    font-size: 35rem;
    line-height: 35rem;
  }
  #bottomfooter .offset-xl-1 {
    margin: 0;
  }
  #topfooter .offset-xl-1 {
    margin: 0;
  }
  #topfooter .footer .beeldmerk img {
    max-width: 75%;
  }
  #topfooter .footer .beeldmerk .contactgegevens {
    right: -25%;
  }
  #topfooter .footer .beeldmerk .contactgegevens p a {
    font-size: 3rem;
  }
}
@media (max-width: 1280px) {
  #logo {
    left: 15px;
  }
  #menu .menu_titel p {
    font-size: 20rem;
    line-height: 20rem;
  }
  #intro.sub figure img {
    max-width: 100%;
  }
  #intro .blok .titel h1 {
    font-size: 6rem;
  }
  #vervolg .col-lg-7:after {
    right: -25px;
  }
  #vervolg .item figure .titel h2 {
    font-size: 4rem;
  }
  #vervolg .inspiratie .tekst h3 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
  #quotes {
    padding: 50px 0;
  }
  #quotes .quotes {
    padding: 0;
  }
  #quotes .quotes .slick-slide .quote .quoteblok {
    height: 350px;
    display: flex;
    align-items: center;
  }
  #quotes .quotes .slick-slide .quote .quoteblok p {
    font-size: 4rem;
    line-height: 1.3;
  }
  #team .tekst_afbeelding {
    padding: 0;
  }
  #team .quote p {
    font-size: 4.4rem;
  }
  #sub .embed-container {
    max-width: 80%;
    margin: 0 0 0 auto;
    padding-bottom: 45%;
  }
  #sub figure {
    text-align: right;
  }
  #sub figure img {
    max-width: 80%;
  }
  #sub figure:after {
    width: 90%;
    height: 500px;
  }
  #sub .youtube_video:after {
    width: 90%;
    height: 500px;
  }
  #sub .titel h1 {
    line-height: 5rem;
    font-size: 4rem;
  }
}
@media (max-width: 992px) {
  #intro.video-intro .video iframe {
    height: 420px;
  }
  #sub, #sub_vervolg {
    padding: 0 0 50px 0;
  }
  #sub .youtube_video, #sub_vervolg .youtube_video {
    margin: 60px 0 0 0;
  }
  #sub .youtube_video:after, #sub_vervolg .youtube_video:after {
    height: 350px;
  }
  #sub figure:after, #sub_vervolg figure:after {
    height: 350px;
  }
  #sub blockquote, #sub_vervolg blockquote {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  #contact .titel {
    text-align: right;
  }
  #contact .titel h1 {
    font-size: 15rem;
  }
  #contact .col-lg-4 {
    order: 2;
  }
  #blogs .blog .tekst h3 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
  #titel .titel h1 {
    font-size: 4.6rem;
  }
  #intro.video-intro figure:first-of-type {
    margin: 0 0 30px 0;
  }
  #intro.sub .blok.oranje {
    margin: 45px 0 0 0;
    padding: 225px 30px 30px 100px;
  }
  #intro.sub .blok.oranje:after {
    max-height: 520px;
  }
  #intro.sub figure {
    text-align: center;
  }
  #intro.sub figure img {
    max-width: 100%;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #intro figure img {
    max-width: 75%;
  }
  #intro .blok .titel h1 {
    font-size: 5rem;
  }
  #intro .blok.oranje {
    padding: 30px 15px;
    min-height: 650px;
  }
  #intro .blok.oranje:after {
    max-width: 100%;
  }
  #logo {
    top: 35px;
  }
  #meer_inspiratie .inspiratieblok {
    max-width: 450px;
    margin: 0 auto;
  }
  #vervolg .item {
    margin: 0;
  }
  #vervolg .item figure .titel {
    padding: 0 10.33333% 15px;
    width: auto;
  }
  #vervolg .item figure .titel h2 {
    -webkit-text-shadow: 0 0 10px rgba(0, 0, 0, .5);
    text-shadow: 0 0 10px rgba(0, 0, 0, .5);
    font-size: 3rem;
  }
  #vervolg .item .tekst {
    padding: 0 5.33333% 10px;
  }
  #figure .nummer {
    font-size: 3rem;
  }
  #quotes .quotes {
    padding: 0;
  }
  #quotes .quotes .slick-slide .quote .quoteblok {
    padding: 30px 25px;
    min-height: auto;
    height: auto;
  }
  #quotes .quotes .slick-slide .quote .quoteblok p {
    font-size: 3rem;
    line-height: 1.3;
  }
  #quotes .quotes .slick-slide .quote .tekst p {
    font-size: 1.8rem;
  }
  #topfooter .footer .adres {
    text-align: left;
  }
  #topfooter .footer .beeldmerk img {
    max-width: 100%;
  }
  #topfooter .footer .beeldmerk .contactgegevens {
    right: 0;
    position: relative;
    top: 0;
    transform: none;
  }
  #topfooter .footer .beeldmerk .contactgegevens p a {
    font-size: 3rem;
  }
  #team figure, #team .quote {
    margin: 0 0 25px 0;
  }
  #menu .menu {
    padding: 0 0 0 25px;
    max-width: 100%;
    display: block;
    width: auto;
  }
  #menu .menu ul li a {
    font-size: 2.4rem;
  }
  #menu .menu ul li.menu-item-has-children {
    position: relative;
  }
  #menu .menu ul li.menu-item-has-children a:after {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro', sans-serif;
    color: #b1cfc4;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 1.5rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #menu .menu ul li.menu-item-has-children ul.sub-menu li a {
    white-space: pre-wrap;
    font-size: 1.8rem;
  }
  #menu .menu ul li.menu-item-has-children ul.sub-menu li a:after {
    content: '';
  }
  #menu .menu ul li a {
    font-size: 3.2rem;
  }
  #menu .menu ul li ul.sub-menu {
    left: 0;
    height: 0;
    position: relative;
    padding: 8px 0 0 30px;
  }
  #menu .menu ul li ul.sub-menu li a {
    font-size: 2rem;
  }
  #menu .menu ul li:hover ul.sub-menu {
    height: auto;
    left: 0;
  }
  #menu .menu_titel p {
    line-height: 24rem;
  }
  body #contact .gform_wrapper {
    margin: 0 0 50px 0;
  }
  .tekst img {
    max-width: 100%;
    height: 100%;
  }
  #contact .copyright {
    display: none;
    padding: 0;
  }
}
@media (max-width: 768px) {
  #quotes {
    padding: 50px 0 0 0;
  }
  #quotes .quotes .slickbutton {
    top: 50px;
    height: 35px;
    width: 35px;
    -webkit-transform: none;
    transform: none;
  }
  #logo {
    top: 35px;
  }
  #logo img {
    max-width: 50%;
  }
  #menu .menu ul li.menu-item-has-children a:after {
    top: 14px;
  }
  #blogintro {
    margin: 0;
  }
  #titel {
    padding: 85px 0 50px 0;
  }
  #blogs .blog {
    max-width: 435px;
    margin: 0 auto 30px auto;
  }
  #sub .youtube_video:after, #sub_vervolg .youtube_video:after {
    height: 250px;
  }
  #sub figure:after, #sub_vervolg figure:after {
    height: 250px;
  }
  #sub blockquote, #sub_vervolg blockquote {
    margin: 0 0 30px 0;
  }
  #sub .titel h2, #sub_vervolg .titel h2 {
    line-height: 4rem;
    font-size: 3.4rem;
  }
  body #contact {
    padding: 120px 0 20px 0;
  }
  body #contact .titel h1 {
    font-size: 10rem;
    text-align: left;
    margin: 0 0 30px 0;
  }
  body #contact .tekst {
    padding: 0 25px;
  }
  body #contact .tekst p {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  body #contact input[type=text], body #contact textarea {
    font-size: 2.2rem;
    line-height: 3rem;
  }
  body #contact button {
    font-size: 1.6rem;
  }
  body #contact .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=text], body #contact .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea, body #contact .gform_wrapper .gform_footer input[type=submit] {
    font-size: 2.2rem;
  }
  body #contact .gform_wrapper .gform_footer input[type=submit] {
    width: auto;
  }
  #intro.video-intro .video .titel h1 {
    line-height: 2.8rem;
    font-size: 2.4rem;
  }
  #intro.sub {
    margin: 0 0 50px 0;
  }
  #intro.sub .blok.oranje {
    padding: 100px 30px 30px 25px;
  }
  #intro.sub .blok.oranje .tekst {
    margin: 0;
  }
  #intro.sub .blok.oranje .tekst p {
    padding: 0;
  }
  #intro.sub .blok.oranje .tekst blockquote p {
    font-size: 3rem;
    line-height: 4rem;
  }
  #intro.sub .blok.oranje:after {
    max-height: 450px;
  }
  #intro.sub .blok.oranje .titel {
    margin: 0 0 30px 0;
  }
  #intro.sub .blok.oranje .titel h1 {
    font-size: 3.4rem;
    letter-spacing: 1px;
  }
  #intro figure img {
    max-width: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #intro .blok .titel h1 {
    font-size: 3rem;
  }
  #intro .blok.oranje {
    padding: 30px 15px;
    min-height: 420px;
    margin: 0;
  }
  #intro .blok.oranje:after {
    max-width: 100%;
  }
  #meer_inspiratie {
    padding: 50px 0;
  }
  #vervolg.inspiratieteksten .inspiratie_laatste .tekst h6 {
    display: block;
  }
  #vervolg .col-lg-7:after {
    display: none;
  }
  #vervolg .inspiratie .tekst p {
    display: none;
  }
  #vervolg .item {
    margin: 0 0 30px 0;
  }
  #vervolg .item .tekst {
    display: none;
  }
  #vervolg .item figure img {
    height: 100%;
    width: 100%;
  }
  #team .quote {
    margin: 25px 0;
  }
  #team .tekst_afbeelding figure {
    flex: 0 0 40%;
    max-width: 40%;
  }
  #team .tekst_afbeelding .tekst {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0 20px 0 0;
  }
  #team .tekst_afbeelding .tekst p {
    margin: 0 0 30px 0;
  }
  #menu .menu_titel p {
    font-size: 14rem;
    line-height: 14rem;
  }
  #menu .menu ul li a {
    font-size: 2rem;
  }
  #menu .menu ul li a.menu-item-has-children:after {
    top: 14px;
  }
  #menu .menu ul li ul.sub-menu {
    padding: 2px 0 0 15px;
  }
  #menu .menu ul li ul.sub-menu li a {
    font-size: 1.8rem;
  }
  #topfooter .adres {
    text-align: left;
  }
  #topfooter .adres p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  #topfooter .footer .beeldmerk .contactgegevens p a {
    font-size: 2rem;
    line-height: 3rem;
  }
  #blogintro:after {
    width: 100%;
    height: 300px;
  }
  #sub .titel h1 {
    line-height: 4rem;
    font-size: 3rem;
  }
  #sub .tekst p {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  #sub .tekst ul li {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
@media (max-width: 576px) {
  #intro .blok.oranje {
    padding: 30px 15px;
    min-height: 300px;
  }
  #team .tekst_afbeelding {
    flex-wrap: wrap;
  }
  #team .tekst_afbeelding figure {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #team .tekst_afbeelding .tekst {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
  body.fixed #logo img {
    max-width: 30%;
  }
  body #logo img {
    max-width: 30%;
  }
  body #contact {
    padding: 75px 0 20px 0;
  }
  body #contact input[type=text], body #contact textarea {
    font-size: 1.6rem;
  }
  body #contact textarea {
    height: auto;
  }
}
@media (max-width: 410px) {
  #menu .menu_titel p {
    font-size: 10rem;
    line-height: 10rem;
  }
  body #contact .g-recaptcha div {
    width: auto !important;
  }
  body #contact iframe {
    max-width: 100%;
  }
  body #contact .tekst {
    padding: 0 0 0 50px;
  }
  body #contact .titel h1 {
    font-size: 9.5rem;
    font-family: 'spoof-light', sans-serif;
  }
}
