/*!
 Theme Name: Avocado Media
 Theme URI: https://avocado.media/
 Author: Avocado Media
 Author URI: https://avocado.media/
 Description: Description
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: avo
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 */
/* BREAKPOINTS AS QUERIES */
/* COLORS */
/* COLORS */
/* FONTS */
@font-face {
  font-family: 'Futura-Light';
  src: url('./inc/fonts/FuturaLight.woff2') format('woff2'), url('./inc/fonts/FuturaLight.woff') format('woff'), url('./inc/fonts/FuturaLight.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Futura-Book';
  src: url('./inc/fonts/Futura-Book.woff2') format('woff2'), url('./inc/fonts/Futura-Book.woff') format('woff'), url('./inc/fonts/Futura-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Futura-Book-Italic';
  src: url('./inc/fonts/Futura-BookOblique.woff2') format('woff2'), url('./inc/fonts/Futura-BookOblique.woff') format('woff'), url('./inc/fonts/Futura-BookOblique.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Futura-Medium';
  src: url('./inc/fonts/Futura-Medium.woff2') format('woff2'), url('./inc/fonts/Futura-Medium.woff') format('woff'), url('./inc/fonts/Futura-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Futura-Regular-Italic';
  src: url('./inc/fonts/Futura-Normal-Italic.woff2') format('woff2'), url('./inc/fonts/Futura-Normal-Italic.woff') format('woff'), url('./inc/fonts/Futura-Normal-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Futura-MediumItalic';
  src: url('./inc/fonts/FuturaMediumItalic.ttf') format('truetype');
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'FuturaBold';
  src: url('./inc/fonts/FuturaBold.ttf') format('truetype');
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'FuturaConBold';
  src: url('./inc/fonts/FuturaCondensedExtraBold.ttf') format('truetype');
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'FuturaConMedium';
  src: url('./inc/fonts/FuturaCondensedMedium.ttf') format('truetype');
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'FuturaBolObl';
  src: url('./inc/fonts/FuturaBoldOblique.otf') format('opentype');
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'FuturaBookReg';
  src: url('./inc/fonts/FuturaBookRegular.otf') format('opentype');
  /* Safari, Android, iOS */
}
/* NORMALIZE */
*, html {
  margin: 0;
  padding: 0;
}
html, body {
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  html, body {
    overflow-x: visible;
  }
}
#page {
  margin-top: 87px;
}
@media (min-width: 1024px) {
  #page {
    margin-top: 118px;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
}
a, p, span {
  color: #2c2c2c;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
}
ul {
  list-style: none;
}
img.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
img.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.text-white {
  color: #fff;
}
.text-black {
  color: #000;
}
.text-red {
  color: #fb1818;
}
.text-grey {
  color: #464646;
}
.text-lightgrey {
  color: #999;
}
.text-fit {
  width: fit-content;
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000;
}
.bg-red {
  background-color: #fb1818;
}
.bg-grey {
  background-color: #464646;
}
.bg-offwhite {
  background-color: #f3f3f3;
}
.uppercase {
  text-transform: uppercase;
}
.h2 {
  font-family: 'FuturaBolObl';
  font-size: 24px;
  line-height: 28px;
  word-break: break-word;
}
@media (min-width: 768px) {
  .h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
.h4 {
  font-family: 'FuturaBolObl';
  font-size: 20px;
  line-height: 32px;
  word-break: break-word;
}
@media (min-width: 768px) {
  .h4 {
    font-size: 24px;
    line-height: 36px;
  }
}
.h5 {
  font-family: 'FuturaBold';
  font-size: 18px;
  line-height: 28px;
  word-break: break-word;
}
@media (min-width: 768px) {
  .h5 {
    font-size: 20px;
    line-height: 32px;
  }
}
.text-light {
  font-family: 'Futura-Light';
  font-size: 18px;
}
.text-light p > a {
  color: #fe0000;
}
.text-light p > a:hover {
  text-decoration: underline;
}
.text-regular {
  font-family: 'Futura-Book';
  font-size: 18px;
  line-height: 28px;
}
.text-medium {
  font-family: 'Futura-Medium';
  font-size: 18px;
  line-height: 28px;
}
.text-bold {
  font-family: 'FuturaBold';
  font-size: 18px;
  line-height: 28px;
}
.text-italic {
  font-family: 'Futura-MediumItalic';
  font-size: 18px;
  line-height: 28px;
}
.text-button {
  font-family: 'Futura-MediumItalic';
  font-size: 18px;
}
.bg-ratio {
  padding-bottom: 56.25%;
}
.bg-ratio-large {
  padding-bottom: 66.25%;
}
.bg-ratio-small {
  padding-bottom: 47.25%;
}
.container-max {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 1479px) {
  .container-max {
    padding: 0;
  }
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.y-gap-6 > * {
  margin-bottom: 1.5rem;
}
.y-gap-2 > * {
  margin-bottom: 0.1rem;
}
.y-gap-2 > * {
  margin-bottom: 0.5rem;
}
.x-gap-4 > * + * {
  margin-left: 0.5rem;
}
/* BUTTON */
.button-white {
  font-family: 'Futura-MediumItalic';
  font-size: 18px;
  margin-left: 6px;
  position: relative;
  height: 40px;
  display: inline-block;
  padding: 0 20px;
  border-radius: 0px;
  color: #000;
  background-color: #fff;
  line-height: 40px;
}
.button-white:hover {
  cursor: pointer;
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.button-white:after {
  content: "";
  position: absolute;
  top: 0;
  right: -5px;
  width: 9px;
  transform: rotate(180deg) skew(-10deg);
  -webkit-transform: rotate(180deg) skew(-10deg);
  height: 100%;
  background-color: #fff;
}
.button-white:before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: 9px;
  transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  height: 100%;
  background-color: #fff;
}
.button-white-border {
  width: fit-content;
}
.button-white-border .button-border {
  font-family: 'Futura-MediumItalic';
  font-size: 18px;
  margin-left: 6px;
  position: relative;
  height: 40px;
  display: inline-block;
  padding: 0 20px;
  border-radius: 0px;
  color: #000;
  background-color: #c4c4c4;
  line-height: 40px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.button-white-border .button-border:hover {
  cursor: pointer;
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.button-white-border .button-border:after {
  content: "";
  position: absolute;
  top: 0;
  right: -5px;
  width: 9px;
  transform: rotate(180deg) skew(-10deg);
  -webkit-transform: rotate(180deg) skew(-10deg);
  height: 100%;
  background-color: #c4c4c4;
}
.button-white-border .button-border:before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: 9px;
  transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  height: 100%;
  background-color: #c4c4c4;
}
.button-white-border .button-border:before {
  border-bottom: 42px solid #c4c4c4;
}
.button-white-border .button-border:after {
  border-top: 42px solid #c4c4c4;
}
.button-white-border .button-white {
  margin: 1px -5px 1px 7px;
}
.button-red {
  font-family: 'Futura-MediumItalic';
  font-size: 18px;
  margin-left: 6px;
  position: relative;
  height: 40px;
  display: inline-block;
  padding: 0 20px;
  border-radius: 0px;
  color: #fff;
  background-color: #fb1818;
  line-height: 40px;
}
.button-red:hover {
  cursor: pointer;
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.button-red:after {
  content: "";
  position: absolute;
  top: 0;
  right: -5px;
  width: 9px;
  transform: rotate(180deg) skew(-10deg);
  -webkit-transform: rotate(180deg) skew(-10deg);
  height: 100%;
  background-color: #fb1818;
}
.button-red:before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: 9px;
  transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  height: 100%;
  background-color: #fb1818;
}
.slider-buttons {
  cursor: pointer;
  z-index: 1;
}
.shave-paragraph-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: calc(27px * 2);
}
/* SHAPE */
.label-container {
  max-width: 90%;
}
.label-container .label {
  width: fit-content;
  position: relative;
}
.label-container .label:after {
  content: "";
  position: absolute;
  top: 0;
  width: 22px;
  height: 100%;
  background-color: #fff;
  right: -13px;
  -webkit-transform: skew(-10deg) rotate(180deg);
  transform: skew(-10deg) rotate(180deg);
}
/* FORMS AND INPUTS */
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
  color: #464646;
  font-family: 'Futura-Book';
  font-size: 18px;
  line-height: 28px;
  background-color: #fff;
  width: 100%;
  margin-bottom: 12px;
  padding: 8px 12px;
}
.wpcf7 input[aria-invalid="true"], .wpcf7 textarea[aria-invalid="true"] {
  margin-bottom: 4px;
}
.wpcf7 span[aria-hidden="true"] {
  margin-bottom: 12px;
  color: white;
}
.wpcf7 span.message {
  display: flex;
  flex-direction: column;
}
.wpcf7 form > p:last-of-type {
  position: relative;
  width: fit-content;
  margin-left: 6px;
  width: 108px;
  border-radius: 0px;
}
.wpcf7 form > p:last-of-type:after {
  content: "";
  position: absolute;
  right: -6px;
  top: 0;
  display: block;
  width: 0px;
  height: 0px;
  border-right: 6px solid transparent;
}
.wpcf7 form > p:last-of-type:before {
  content: "";
  position: absolute;
  left: -6px;
  top: 0;
  display: block;
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
}
.wpcf7 form > p:last-of-type input {
  font-family: 'Futura-MediumItalic';
  font-size: 18px;
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  outline: none;
  border-radius: 0px;
}
.wpcf7 form > p:last-of-type input:hover {
  cursor: pointer;
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.wpcf7 form > p:last-of-type .ajax-loader {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.wpcf7 .wpcf7-response-output {
  border: none !important;
  margin: 16px 0 0 0 !important;
  padding: 0 !important;
  color: white;
}
.custom-checkbox {
  float: left;
  position: relative;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #c4c4c4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  overflow: hidden;
  margin-left: -30px;
}
.custom-checkbox.checked span {
  background: #fe0000;
  display: block;
  height: 60%;
  width: 60%;
}
.custom-checkbox input {
  opacity: 0;
  cursor: pointer;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-checkbox span {
  display: none;
  text-align: center;
  line-height: 20px;
  font-size: 90%;
  color: #222;
}
[data-fixed-button] {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
[data-fixed-button].button-fixed {
  position: fixed;
}
/* TEXT */
.h1 {
  color: #fe0000;
  font-family: 'Futura-MediumItalic';
  margin-bottom: 20px;
  font-size: 45px;
}
.h3 {
  font-size: 35px;
  font-family: 'Futura-MediumItalic';
  margin-bottom: 20px;
}
.medium {
  font-family: 'Futura-Medium';
}
.book {
  font-family: 'FuturaBookReg';
}
.header {
  box-shadow: 0px 10px 16px 0px rgba(196, 196, 196, 0.15);
}
.header .logo {
  width: 195px;
  height: 54px;
}
.header #primary-menu-mobile {
  font-family: 'Futura-Book';
  font-size: 18px;
  line-height: 28px;
  color: #464646;
}
.header input {
  font-family: 'Futura-Book-Italic';
  font-size: 16px;
}
.header .search-mobile {
  position: fixed;
  top: 86px;
  left: 0px;
  z-index: -1;
}
@media (min-width: 1024px) {
  .header .search-mobile {
    display: none;
  }
}
.header .search-mobile form {
  transform: translateY(-300px);
  transition: transform 0.3s ease-in;
  width: 100vw;
}
.header .search-mobile.show {
  z-index: -1;
}
.header .search-mobile.show form {
  position: relative;
  z-index: 1;
  transform: translateY(0px);
  transition: transform 0.3s ease-in;
  border-top: 2px solid #fb1818;
}
.header .search-mobile.show .background-overlay {
  position: fixed;
  top: 86px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
}
.header .search-mobile .background-overlay {
  height: 0;
}
@media (max-width: 768px) {
  .header .full-screen-nav > div {
    max-height: calc(100vh - 86px);
    overflow: scroll;
  }
}
.article-container {
  margin: 0 -8px;
}
.article-container .article, .article-container article {
  padding: 0 8px;
}
.article-container .article-label {
  position: relative;
  width: fit-content;
}
.article-container .article-label:after {
  content: "";
  position: absolute;
  top: 0;
  width: 22px;
  height: 100%;
  background-color: #fff;
  right: -13px;
  -webkit-transform: skew(-10deg) rotate(180deg);
  transform: skew(-10deg) rotate(180deg);
}
.intro-header {
  overflow: hidden;
}
.intro-header .intro-header-slider {
  width: 100%;
  height: 500px;
}
.intro-header .intro-header-slider .slick-slide .button-red {
  transition: opacity 0.3s ease-in-out 1s;
  opacity: 0;
}
.intro-header .intro-header-slider .slick-slide .slide-title {
  transition: opacity 0.3s ease-in-out 0.8s;
  opacity: 0;
}
.intro-header .intro-header-slider .slick-slide .slide-category {
  transition: opacity 0.3s ease-in-out 0.5s;
  opacity: 0;
}
.intro-header .intro-header-slider .slick-slide .slide-content-sub {
  transition: opacity 0.3s ease-in-out 1s;
  opacity: 0;
}
.intro-header .intro-header-slider .slick-active .button-red, .intro-header .intro-header-slider .slick-active .slide-content-sub, .intro-header .intro-header-slider .slick-active .slide-title, .intro-header .intro-header-slider .slick-active .slide-category {
  opacity: 1;
}
.intro-header .intro-header-slider .component > div {
  height: 500px;
}
.intro-header .intro-header-slider .component > div .slick-track {
  height: 100%;
}
.intro-header .intro-header-slider .component > div .slick-track .slick-slide > div {
  height: 100%;
}
.intro-header .intro-header-slider .slide-content-container {
  max-width: calc(100% - 40px);
  margin: auto;
  height: 100%;
}
@media (min-width: 768px) {
  .intro-header .intro-header-slider .slide-content-container {
    max-width: calc(100% - 160px);
  }
}
.intro-header .intro-header-slider .slide-content-container .slide-category {
  font-family: 'FuturaBolObl';
  font-size: 24px;
}
.intro-header .intro-header-slider .slide-content-container .slide-category:before, .intro-header .intro-header-slider .slide-content-container .slide-category:after {
  content: "|";
}
.intro-header .intro-header-slider .slide-content-container .slide-category:before {
  margin-right: 8px;
}
.intro-header .intro-header-slider .slide-content-container .slide-category:after {
  margin-left: 8px;
}
.intro-header .intro-header-slider .slide-content-container .slide-title span {
  font-family: 'FuturaBolObl';
  font-size: 20px;
  width: fit-content;
  position: relative;
  margin-left: 10px;
}
@media (min-width: 1024px) {
  .intro-header .intro-header-slider .slide-content-container .slide-title span {
    font-size: 36px;
  }
}
.intro-header .intro-header-slider .slide-content-container .slide-title span:before, .intro-header .intro-header-slider .slide-content-container .slide-title span:after {
  content: "";
  position: absolute;
  top: 0;
  width: 15px;
  height: 100%;
  transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  background-color: #fff;
}
.intro-header .intro-header-slider .slide-content-container .slide-title span:before {
  left: -8px;
}
.intro-header .intro-header-slider .slide-content-container .slide-title span:after {
  right: -8px;
}
.intro-header .intro-header-slider .slide-content-container .slide-title span:not(:last-of-type) {
  margin-bottom: 6px;
}
.intro-header .intro-header-slider .slide-content-container .slide-content-sub div {
  position: relative;
  position: absolute;
  width: calc(50vw - 1rem);
}
.intro-header .intro-header-slider .slide-content-container .slide-content-sub div:before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 33px;
  transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  height: 100%;
  background-color: #fff;
}
.intro-header .intro-header-slider .slide-content-container .slide-content-sub p {
  max-width: calc(100% - 80px);
  font-family: 'Futura-Book-Italic';
  font-size: 18px;
  line-height: 28px;
}
.intro-header .intro-header-slider .slider-buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.intro-header .intro-header-slider .slider-buttons.button-left {
  left: 10px;
}
.intro-header .intro-header-slider .slider-buttons.button-right {
  right: 20px;
}
.intro-header .intro-header-slider .slider-buttons .background {
  position: relative;
  margin-left: 10px;
  background-color: rgba(251, 24, 24, 0.4);
}
.intro-header .intro-header-slider .slider-buttons .background:before, .intro-header .intro-header-slider .slider-buttons .background:after {
  content: "";
  position: absolute;
  top: 0;
  width: 10px;
  height: 100%;
  -webkit-clip-path: polygon(0 100%, 101% 0%, 101% 100%, 0% 100%);
  clip-path: polygon(0 100%, 101% 0%, 101% 100%, 0% 100%);
  background-color: rgba(251, 24, 24, 0.4);
}
.intro-header .intro-header-slider .slider-buttons .background:before {
  left: -10px;
}
.intro-header .intro-header-slider .slider-buttons .background:after {
  right: -10px;
  transform: rotate(180deg);
}
.intro-header .intro-header-slider .slider-buttons img {
  padding: 12px;
}
@media (min-width: 768px) {
  .intro-header .intro-header-slider {
    height: 600px;
  }
  .intro-header .intro-header-slider .component > div {
    height: 600px;
  }
}
.intro-header .intro-header-slider .shape-decoration {
  max-height: 90%;
  left: -150px;
}
.intro-header .mobile-text-container .sub-text:not(:first-of-type) {
  display: none;
  opacity: 0;
}
.intro-header .mobile-text-container .sub-text .content-container {
  padding: 12px 20px;
}
.intro-header .mobile-text-container .sub-text .diagonal-box-bottom {
  -webkit-clip-path: polygon(0 calc(100% - 2px), 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 calc(100% - 2px), 100% 0%, 100% 100%, 0% 100%);
  width: 100%;
  height: 50px;
  background-color: #fff;
  margin-bottom: -1px;
  position: absolute;
  bottom: 0;
}
@media (min-width: 480px) {
  .intro-header .mobile-text-container .sub-text .diagonal-box-bottom {
    height: 75px;
  }
}
@media (min-width: 1024px) {
  .intro-header .mobile-text-container .sub-text .diagonal-box-bottom {
    height: 125px;
  }
}
@media (min-width: 1280px) {
  .intro-header .mobile-text-container .sub-text .diagonal-box-bottom {
    height: 150px;
  }
}
.about .usp-slider .usp-slide {
  max-width: 360px;
  margin: auto;
}
.about .usp-slider .slick-slide {
  margin: 0 10px;
}
.about .usp-slider .slick-slide p.text-light {
  max-width: 240px;
}
@media (min-width: 768px) {
  .about .usp-slider .slick-track {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  .about .usp-slider .slick-track .slick-slide {
    width: auto !important;
  }
}
.slider .slide:nth-child(n+2) {
  display: none;
}
.slider .slick-initialized .slide {
  display: block;
}
.filter-category.active {
  color: #fe0000;
}
.projecten .slick-slide, .actualiteit .slick-slide, .energiemakers .slick-slide, .informatieplein .slick-slide, .vergelijkbaar .slick-slide {
  padding: 0 8px;
}
.projecten .slick-list, .actualiteit .slick-list, .energiemakers .slick-list, .informatieplein .slick-list, .vergelijkbaar .slick-list {
  margin: 0 -8px;
}
.projecten .component, .actualiteit .component, .energiemakers .component, .informatieplein .component, .vergelijkbaar .component {
  opacity: 0;
}
.projecten .component.slick-initialized, .actualiteit .component.slick-initialized, .energiemakers .component.slick-initialized, .informatieplein .component.slick-initialized, .vergelijkbaar .component.slick-initialized {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.video .diagonal-box {
  -webkit-clip-path: polygon(0 calc(100% - 2px), 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 calc(100% - 2px), 100% 0%, 100% 100%, 0% 100%);
  width: 100%;
  height: 50px;
  background-color: #fff;
  margin-bottom: -1px;
  position: absolute;
  bottom: 0;
}
@media (min-width: 480px) {
  .video .diagonal-box {
    height: 75px;
  }
}
@media (min-width: 1024px) {
  .video .diagonal-box {
    height: 125px;
  }
}
@media (min-width: 1280px) {
  .video .diagonal-box {
    height: 150px;
  }
}
.video .video-modal-container .js-modal-btn {
  width: 100vw;
  left: -20px;
}
@media (min-width: 480px) {
  .video .video-modal-container .js-modal-btn {
    width: 100%;
    left: 0;
  }
}
.video .video-modal-container .label-container {
  width: 100vw;
  margin-left: -20px;
  max-width: 90vw;
}
@media (min-width: 480px) {
  .video .video-modal-container .label-container {
    margin-left: 0;
    width: 100%;
    max-width: 90%;
    position: absolute;
  }
}
.video .label .name {
  font-family: 'FuturaBolObl';
  font-size: 20px;
}
@media (min-width: 768px) {
  .video .label .name {
    font-size: 28px;
  }
}
.video .label .function {
  font-family: 'Futura-Book';
  font-size: 18px;
  line-height: 28px;
}
.projecten .diagonal-box {
  -webkit-clip-path: polygon(0 calc(100% - 2px), 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 calc(100% - 2px), 100% 0%, 100% 100%, 0% 100%);
  width: 100%;
  height: 50px;
  background-color: #fff;
  margin-bottom: -1px;
}
@media (min-width: 480px) {
  .projecten .diagonal-box {
    height: 75px;
  }
}
@media (min-width: 1024px) {
  .projecten .diagonal-box {
    height: 125px;
  }
}
@media (min-width: 1280px) {
  .projecten .diagonal-box {
    height: 150px;
  }
}
.projecten .project-slider {
  position: relative;
}
@media (max-width: 1530px) {
  .projecten .project-slider {
    max-width: calc(100% - 40px);
    margin: auto;
  }
}
.projecten .project-slider .slider-buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.projecten .project-slider .slider-buttons.button-left {
  left: -25px;
}
.projecten .project-slider .slider-buttons.button-right {
  right: -25px;
}
.projecten .project-slider .project-label {
  position: relative;
  width: fit-content;
}
.projecten .project-slider .project-label:after {
  content: "";
  position: absolute;
  top: 0;
  width: 22px;
  height: 100%;
  background-color: #fff;
  right: -13px;
  -webkit-transform: skew(-10deg) rotate(180deg);
  transform: skew(-10deg) rotate(180deg);
}
.actualiteit .grid-container:not(.pb-0) {
  padding-bottom: 50px;
}
@media (min-width: 480px) {
  .actualiteit .grid-container:not(.pb-0) {
    padding-bottom: 75px;
  }
}
@media (min-width: 1024px) {
  .actualiteit .grid-container:not(.pb-0) {
    padding-bottom: 125px;
  }
}
@media (min-width: 1280px) {
  .actualiteit .grid-container:not(.pb-0) {
    padding-bottom: 150px;
  }
}
.actualiteit .diagonal-box-top {
  -webkit-clip-path: polygon(0 calc(100% - 2px), 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 calc(100% - 2px), 100% 0%, 100% 100%, 0% 100%);
  width: 100%;
  height: 50px;
  background-color: #f3f3f3;
  margin-bottom: -1px;
}
@media (min-width: 480px) {
  .actualiteit .diagonal-box-top {
    height: 75px;
  }
}
@media (min-width: 1024px) {
  .actualiteit .diagonal-box-top {
    height: 125px;
  }
}
@media (min-width: 1280px) {
  .actualiteit .diagonal-box-top {
    height: 150px;
  }
}
.actualiteit .diagonal-box-bottom {
  -webkit-clip-path: polygon(0 calc(100% - 2px), 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 calc(100% - 2px), 100% 0%, 100% 100%, 0% 100%);
  width: 100%;
  height: 50px;
  background-color: #fff;
  margin-bottom: -1px;
  position: absolute;
  bottom: 0;
}
@media (min-width: 480px) {
  .actualiteit .diagonal-box-bottom {
    height: 75px;
  }
}
@media (min-width: 1024px) {
  .actualiteit .diagonal-box-bottom {
    height: 125px;
  }
}
@media (min-width: 1280px) {
  .actualiteit .diagonal-box-bottom {
    height: 150px;
  }
}
.actualiteit .article-slider {
  position: relative;
}
@media (max-width: 1530px) {
  .actualiteit .article-slider {
    max-width: calc(100% - 50px);
    margin: auto;
  }
}
.actualiteit .article-slider .slider-buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.actualiteit .article-slider .slider-buttons.button-left {
  left: -25px;
}
.actualiteit .article-slider .slider-buttons.button-right {
  right: -25px;
}
@media (min-width: 520px) {
  .actualiteit .article-slider .slick-slide:nth-of-type(even) {
    margin-top: 32px;
  }
}
.energiemakers .grid-content {
  overflow: hidden;
}
@media (min-width: 1456px) {
  .energiemakers .grid-content {
    overflow: visible;
  }
}
.energiemakers .person-slider .person-label, .energiemakers .person-container .person-label {
  position: relative;
  width: fit-content;
}
.energiemakers .person-slider .person-label:after, .energiemakers .person-container .person-label:after {
  content: "";
  position: absolute;
  top: 0;
  width: 22px;
  height: 100%;
  background-color: #fff;
  right: -13px;
  -webkit-transform: skew(-10deg) rotate(180deg);
  transform: skew(-10deg) rotate(180deg);
}
.energiemakers .person-container {
  max-width: calc(100% - 50px);
  margin: auto;
}
.energiemakers .person-container > div:not(:first-of-type) {
  display: none;
  opacity: 0;
}
.energiemakers .person-container .person-label p {
  font-family: 'FuturaBolObl';
  font-size: 16px;
}
@media (min-width: 768px) {
  .energiemakers .person-container .person-label p {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .energiemakers .person-container .person-label p {
    font-size: 24px;
  }
}
.energiemakers .person-container .slick-slide > div > div {
  display: flex !important;
}
@media (max-width: 1023px) {
  .energiemakers .person-container .slider-buttons {
    position: absolute;
  }
  .energiemakers .person-container .slider-buttons.button-left {
    left: -25px;
  }
  .energiemakers .person-container .slider-buttons.button-right {
    right: -25px;
  }
}
@media (min-width: 1024px) {
  .energiemakers .person-container {
    max-width: calc(100% - 100px);
  }
}
.energiemakers .label-container {
  max-width: 90%;
}
.energiemakers .person-details-slider .slider-buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.energiemakers .person-details-slider .slider-buttons.button-left {
  left: -50px;
}
.energiemakers .person-details-slider .slider-buttons.button-right {
  right: -50px;
}
@media (min-width: 1024px) {
  .energiemakers .person-details-slider .slider-buttons.button-left {
    left: -70px;
  }
  .energiemakers .person-details-slider .slider-buttons.button-right {
    right: -60px;
  }
}
.energiemakers .person-details-slider .slider-buttons .background {
  background-color: rgba(251, 24, 24, 0.4);
}
@media (min-width: 1024px) {
  .energiemakers .person-details-slider .slider-buttons .background {
    position: relative;
    margin-left: 10px;
  }
  .energiemakers .person-details-slider .slider-buttons .background:before, .energiemakers .person-details-slider .slider-buttons .background:after {
    content: "";
    position: absolute;
    top: 0;
    width: 10px;
    height: 100%;
    -webkit-clip-path: polygon(0 100%, 101% 0%, 101% 100%, 0% 100%);
    clip-path: polygon(0 100%, 101% 0%, 101% 100%, 0% 100%);
    background-color: rgba(251, 24, 24, 0.4);
  }
  .energiemakers .person-details-slider .slider-buttons .background:before {
    left: -10px;
  }
  .energiemakers .person-details-slider .slider-buttons .background:after {
    right: -10px;
    transform: rotate(180deg);
  }
}
.energiemakers .person-details-slider .slider-buttons img {
  padding: 12px;
}
.energiemakers .person-slider {
  position: relative;
}
@media (max-width: 1530px) {
  .energiemakers .person-slider {
    max-width: calc(100% - 140px);
    margin: auto;
  }
}
.energiemakers .person-slider .person-function {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s;
}
.energiemakers .person-slider .slider-buttons {
  display: none !important;
}
.energiemakers .person-slider .slick-slide:hover .person-function {
  transition: max-height 1s;
  max-height: 1000px;
}
.energiemakers .rectangle-decoration-left {
  width: 30%;
  max-width: 150px;
  left: -3rem;
}
@media (min-width: 768px) {
  .energiemakers .rectangle-decoration-left {
    width: 20%;
    left: -1rem;
    max-width: 344px;
  }
}
@media (min-width: 1280px) {
  .energiemakers .rectangle-decoration-left {
    width: 25%;
    left: -6rem;
  }
}
@media (min-width: 1600px) {
  .energiemakers .rectangle-decoration-left {
    left: -13rem;
  }
}
.energiemakers .rectangle-decoration-right {
  width: 25%;
  max-width: 150px;
  right: -2rem;
  bottom: 1rem;
}
@media (min-width: 700px) {
  .energiemakers .rectangle-decoration-right {
    width: 15%;
    bottom: 3rem;
  }
}
@media (min-width: 900px) {
  .energiemakers .rectangle-decoration-right {
    width: 10%;
    bottom: 2rem;
  }
}
@media (min-width: 1456px) {
  .energiemakers .rectangle-decoration-right {
    width: 10%;
    bottom: 2rem;
  }
}
@media (min-width: 1600px) {
  .energiemakers .rectangle-decoration-right {
    width: 30%;
    max-width: 250px;
    right: -16rem;
    top: 5rem;
  }
}
.informatieplein .diagonal-box {
  -webkit-clip-path: polygon(0 calc(100% - 2px), 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 calc(100% - 2px), 100% 0%, 100% 100%, 0% 100%);
  width: 100%;
  height: 50px;
  background-color: #f3f3f3;
  margin-bottom: -1px;
}
@media (min-width: 480px) {
  .informatieplein .diagonal-box {
    height: 75px;
  }
}
@media (min-width: 1024px) {
  .informatieplein .diagonal-box {
    height: 125px;
  }
}
@media (min-width: 1280px) {
  .informatieplein .diagonal-box {
    height: 150px;
  }
}
.informatieplein .information-slider {
  position: relative;
}
@media (max-width: 1530px) {
  .informatieplein .information-slider {
    max-width: calc(100% - 50px);
    margin: auto;
  }
}
.informatieplein .information-slider .slider-buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.informatieplein .information-slider .slider-buttons.button-left {
  left: -25px;
}
.informatieplein .information-slider .slider-buttons.button-right {
  right: -25px;
}
.project-detail .google-maps .map-part {
  height: 390px;
}
.project-detail .google-maps .map-part .map-item {
  height: 100%;
}
.project-detail .vergelijkbaar .diagonal-box-top {
  -webkit-clip-path: polygon(0 calc(100% - 2px), 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 calc(100% - 2px), 100% 0%, 100% 100%, 0% 100%);
  width: 100%;
  height: 50px;
  background-color: #f3f3f3;
  margin-bottom: -1px;
}
@media (min-width: 480px) {
  .project-detail .vergelijkbaar .diagonal-box-top {
    height: 75px;
  }
}
@media (min-width: 1024px) {
  .project-detail .vergelijkbaar .diagonal-box-top {
    height: 125px;
  }
}
@media (min-width: 1280px) {
  .project-detail .vergelijkbaar .diagonal-box-top {
    height: 150px;
  }
}
.project-detail .vergelijkbaar .diagonal-box-bottom {
  -webkit-clip-path: polygon(0 calc(100% - 2px), 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 calc(100% - 2px), 100% 0%, 100% 100%, 0% 100%);
  width: 100%;
  height: 50px;
  background-color: #fff;
  margin-bottom: -1px;
  position: absolute;
  bottom: 0;
}
@media (min-width: 480px) {
  .project-detail .vergelijkbaar .diagonal-box-bottom {
    height: 75px;
  }
}
@media (min-width: 1024px) {
  .project-detail .vergelijkbaar .diagonal-box-bottom {
    height: 125px;
  }
}
@media (min-width: 1280px) {
  .project-detail .vergelijkbaar .diagonal-box-bottom {
    height: 150px;
  }
}
.project-detail .intro-header .background-image {
  height: 300px;
}
@media (min-width: 768px) {
  .project-detail .intro-header .background-image {
    height: 600px;
  }
}
.project-detail .intro-header .intro-metadata span {
  font-family: 'FuturaBolObl';
  width: fit-content;
  position: relative;
  margin-left: 10px;
  font-size: 16px;
}
.project-detail .intro-header .intro-metadata span:before, .project-detail .intro-header .intro-metadata span:after {
  content: "";
  position: absolute;
  top: 0;
  width: 15px;
  height: 100%;
  transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  background-color: #fff;
}
.project-detail .intro-header .intro-metadata span:before {
  left: -8px;
}
.project-detail .intro-header .intro-metadata span:after {
  right: -8px;
}
@media (min-width: 768px) {
  .project-detail .intro-header .intro-metadata span {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .project-detail .intro-header .intro-metadata span {
    font-size: 48px;
  }
}
.project-detail .intro-header .intro-name {
  font-family: 'FuturaBolObl';
  font-size: 24px;
}
.project-detail .intro-header .intro-name:before, .project-detail .intro-header .intro-name:after {
  content: "|";
}
.project-detail .intro-header .intro-name:before {
  margin-right: 8px;
}
.project-detail .intro-header .intro-name:after {
  margin-left: 8px;
}
.project-detail .project-content .wpcf7-form {
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .project-detail .project-content .wpcf7-form {
    display: inline-flex;
    width: calc(100% + 12px);
  }
}
.project-detail .project-content .wpcf7-form div:nth-of-type(2), .project-detail .project-content .wpcf7-form div:nth-of-type(3) {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .project-detail .project-content .wpcf7-form div:nth-of-type(2), .project-detail .project-content .wpcf7-form div:nth-of-type(3) {
    width: calc(50% - 6px);
  }
}
.project-detail .project-content .wpcf7-form div:nth-of-type(2) span, .project-detail .project-content .wpcf7-form div:nth-of-type(3) span {
  display: block;
}
.project-detail .project-content .wpcf7-form div:nth-of-type(2) {
  order: 2;
}
@media (min-width: 768px) {
  .project-detail .project-content .wpcf7-form div:nth-of-type(2) {
    padding-right: 6px;
    order: 1;
  }
}
.project-detail .project-content .wpcf7-form div:nth-of-type(2) > span {
  height: 100%;
}
.project-detail .project-content .wpcf7-form div:nth-of-type(2) > span textarea {
  height: 100%;
}
.project-detail .project-content .wpcf7-form div:nth-of-type(2) > span textarea[aria-invalid="true"] {
  height: calc(100% - 32px);
}
.project-detail .project-content .wpcf7-form div:nth-of-type(3) {
  order: 1;
}
@media (min-width: 768px) {
  .project-detail .project-content .wpcf7-form div:nth-of-type(3) {
    padding-left: 6px;
    order: 2;
  }
}
.project-detail .project-content .wpcf7-form div:nth-of-type(3) br {
  display: none;
}
.project-detail .project-content .wpcf7-form div:nth-of-type(3) span:first-of-type {
  margin-bottom: 8px;
}
.project-detail .project-content .wpcf7-form p {
  order: 3;
}
.project-detail .project-content .wpcf7-form input[type="text"], .project-detail .project-content .wpcf7-form input[type="email"], .project-detail .project-content .wpcf7-form textarea {
  border: 1px solid #000;
  margin-bottom: 0;
}
.project-detail .project-content .wpcf7-form > p:last-of-type:before {
  border-bottom: 40px solid #fb1818;
}
.project-detail .project-content .wpcf7-form > p:last-of-type:after {
  border-top: 40px solid #fb1818;
}
.project-detail .project-content .wpcf7-form > p:last-of-type input {
  color: #fff;
  background-color: #fb1818;
}
.project-detail .project-content .wpcf7-form span[aria-hidden="true"] {
  color: black;
}
.project-detail .project-content .wpcf7-form .wpcf7-response-output {
  width: 100%;
  border: none !important;
  margin: 0 0 16px 0 !important;
  padding: 0 !important;
  color: black;
}
.project-detail .category-tags a {
  position: relative;
  margin-left: 10px;
  background-color: #c4c4c4;
}
.project-detail .category-tags a:before, .project-detail .category-tags a:after {
  content: "";
  position: absolute;
  top: 0;
  width: 15px;
  height: 100%;
  transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  background-color: #c4c4c4;
}
.project-detail .category-tags a:before {
  left: -8px;
}
.project-detail .category-tags a:after {
  right: -8px;
}
.project-detail .project-slider {
  position: relative;
}
@media (max-width: 1530px) {
  .project-detail .project-slider {
    max-width: calc(100% - 50px);
    margin: auto;
  }
}
.project-detail .project-slider .slider-buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.project-detail .project-slider .slider-buttons.button-left {
  left: -25px;
}
.project-detail .project-slider .slider-buttons.button-right {
  right: -25px;
}
.project-detail .project-slider .project-label {
  position: relative;
  width: fit-content;
}
.project-detail .project-slider .project-label:after {
  content: "";
  position: absolute;
  top: 0;
  width: 22px;
  height: 100%;
  background-color: #fff;
  right: -13px;
  -webkit-transform: skew(-10deg) rotate(180deg);
  transform: skew(-10deg) rotate(180deg);
}
.project-detail .energiemakers .diagonal-box {
  display: none;
}
@media (min-width: 480px) {
  .project-detail .video-modal-container .label-container {
    position: absolute;
  }
}
.page-informatieplein select {
  border: 1px solid #000;
  padding: 4px 8px;
}
@media (min-width: 1024px) {
  .page-informatieplein .forms-container {
    padding-left: 30px;
    display: none;
  }
}
.page-informatieplein .forms-articles-container .skeleton-loading, .page-informatieplein .forms-articles-container .article-container {
  width: 100%;
  margin: 0;
}
.page-informatieplein .forms-articles-container .skeleton-loading .skeleton, .page-informatieplein .forms-articles-container .article-container .skeleton, .page-informatieplein .forms-articles-container .skeleton-loading article, .page-informatieplein .forms-articles-container .article-container article, .page-informatieplein .forms-articles-container .skeleton-loading .article, .page-informatieplein .forms-articles-container .article-container .article {
  width: 100%;
}
@media (min-width: 480px) {
  .page-informatieplein .forms-articles-container .skeleton-loading .skeleton, .page-informatieplein .forms-articles-container .article-container .skeleton, .page-informatieplein .forms-articles-container .skeleton-loading article, .page-informatieplein .forms-articles-container .article-container article, .page-informatieplein .forms-articles-container .skeleton-loading .article, .page-informatieplein .forms-articles-container .article-container .article {
    width: calc((100% / 2));
  }
}
@media (min-width: 768px) {
  .page-informatieplein .forms-articles-container .skeleton-loading .skeleton, .page-informatieplein .forms-articles-container .article-container .skeleton, .page-informatieplein .forms-articles-container .skeleton-loading article, .page-informatieplein .forms-articles-container .article-container article, .page-informatieplein .forms-articles-container .skeleton-loading .article, .page-informatieplein .forms-articles-container .article-container .article {
    width: calc((100% / 3));
  }
}
@media (min-width: 1024px) {
  .page-informatieplein .forms-articles-container .skeleton-loading .skeleton, .page-informatieplein .forms-articles-container .article-container .skeleton, .page-informatieplein .forms-articles-container .skeleton-loading article, .page-informatieplein .forms-articles-container .article-container article, .page-informatieplein .forms-articles-container .skeleton-loading .article, .page-informatieplein .forms-articles-container .article-container .article {
    width: calc((100% / 5));
  }
}
@media (min-width: 1280px) {
  .page-informatieplein .forms-articles-container .skeleton-loading .skeleton, .page-informatieplein .forms-articles-container .article-container .skeleton, .page-informatieplein .forms-articles-container .skeleton-loading article, .page-informatieplein .forms-articles-container .article-container article, .page-informatieplein .forms-articles-container .skeleton-loading .article, .page-informatieplein .forms-articles-container .article-container .article {
    width: calc((100% / 6));
  }
}
@media (min-width: 1024px) {
  .page-informatieplein .forms-articles-container.show-filter .forms-container {
    width: 25%;
    display: inline-block;
  }
  .page-informatieplein .forms-articles-container.show-filter .skeleton-loading, .page-informatieplein .forms-articles-container.show-filter .article-container {
    width: 75%;
    float: right;
    padding-left: 16px;
  }
  .page-informatieplein .forms-articles-container.show-filter .skeleton-loading .skeleton, .page-informatieplein .forms-articles-container.show-filter .article-container .skeleton, .page-informatieplein .forms-articles-container.show-filter .skeleton-loading article, .page-informatieplein .forms-articles-container.show-filter .article-container article, .page-informatieplein .forms-articles-container.show-filter .skeleton-loading .article, .page-informatieplein .forms-articles-container.show-filter .article-container .article {
    width: calc((100% / 3));
  }
}
@media (max-width: 1023px) {
  .page-informatieplein .forms-articles-container .forms-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    overflow: scroll;
    z-index: -100;
    transition: z-index 0s linear 0.3s;
  }
  .page-informatieplein .forms-articles-container .forms-container.show {
    z-index: 999;
    transition: z-index 0s linear;
  }
  .page-informatieplein .forms-articles-container .forms-container.show .filter {
    transform: translateX(0);
    transition: transform 0.3s ease-out;
  }
  .page-informatieplein .forms-articles-container .forms-container.show .background-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: -1;
  }
  .page-informatieplein .forms-articles-container .forms-container .filter {
    display: block;
    transform: translateX(-360px);
    transition: transform 0.3s ease-in;
    padding: 32px 12px 16px 12px;
    height: 100%;
    background-color: #fff;
    max-width: 360px;
    position: relative;
  }
  .page-informatieplein .forms-articles-container .forms-container .filter .forms {
    padding-left: 30px;
    height: calc(100% - 70px);
    overflow: scroll;
  }
  .page-informatieplein .forms-articles-container .forms-container .filter .result-filter-button {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .page-informatieplein .forms-articles-container .forms-container .close-filter-button {
    position: absolute;
    top: 12px;
    right: 12px;
  }
}
.page-informatieplein .actualiteit .diagonal-box-bottom {
  height: 0;
}
.page-informatieplein .actualiteit .grid-container {
  padding-bottom: 0;
}
.page-project-overview .energiemakers .diagonal-box {
  display: none;
}
.page-project-overview .category-tags {
  margin-left: -20px;
}
@media (min-width: 768px) {
  .page-project-overview .category-tags {
    margin-left: 0px;
  }
}
.page-project-overview .category-tags li {
  position: relative;
  margin-left: 10px;
  background-color: #c4c4c4;
  margin-left: 20px;
}
.page-project-overview .category-tags li:before, .page-project-overview .category-tags li:after {
  content: "";
  position: absolute;
  top: 0;
  width: 15px;
  height: 100%;
  transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  background-color: #c4c4c4;
}
.page-project-overview .category-tags li:before {
  left: -8px;
}
.page-project-overview .category-tags li:after {
  right: -8px;
}
@media (min-width: 768px) {
  .page-project-overview .category-tags li {
    margin-left: 30px;
  }
}
.page-project-overview .skeleton-loading .skeleton, .page-project-overview .article-container article {
  width: 100%;
}
@media (min-width: 768px) {
  .page-project-overview .skeleton-loading .skeleton, .page-project-overview .article-container article {
    width: calc(50% - 16px);
  }
}
@media (min-width: 1024px) {
  .page-project-overview .skeleton-loading .skeleton, .page-project-overview .article-container article {
    width: calc(33% - 16px);
  }
}
.page-project-overview .google-maps {
  max-height: 900px;
  overflow: hidden;
}
.page-project-overview .google-maps #map-new {
  height: 400px;
}
@media (min-width: 768px) {
  .page-project-overview .google-maps #map-new {
    height: 500px;
  }
}
@media (min-width: 1024px) {
  .page-project-overview .google-maps #map-new {
    height: 650px;
  }
}
.page-project-overview .google-maps #map-new .gm-style .gm-style-iw-c {
  padding: 0 !important;
  max-width: unset !important;
  border-radius: 0px;
}
.page-project-overview .google-maps #map-new .gm-style .gm-style-iw-c button {
  display: none !important;
}
.page-project-overview .google-maps #map-new .gm-style-iw-d {
  overflow: visible !important;
  width: 280px;
  max-height: none !important;
}
.page-project-overview .google-maps #map-new .gm-style-iw-t:after {
  background: unset;
}
.page-search .sub-heading {
  font-size: 36px;
  line-height: 48px;
  min-height: calc(2 * 48px);
  margin-bottom: 12px;
}
.page-search .all-search-results article {
  max-width: 360px;
}
@media (min-width: 768px) {
  .page-search .all-search-results article {
    max-width: unset;
  }
}
.page-search .all-search-results article:not(:last-of-type) {
  border-bottom: 2px solid rgba(196, 196, 196, 0.5);
}
.page-search .all-search-results article a {
  word-break: break-word;
  hyphens: auto;
}
.page-search .all-search-results article .image {
  width: 100%;
}
@media (min-width: 768px) {
  .page-search .all-search-results article .image {
    width: 200px;
  }
}
.page-search strong {
  text-decoration: underline;
}
.page-about .main-content {
  margin-top: auto;
}
.page-about .video {
  margin-top: 32px;
}
.page-about .energiemakers .grid-container, .page-about .video .grid-container {
  background-color: #fff;
}
.page-about .energiemakers .grid-container h2, .page-about .video .grid-container h2, .page-about .energiemakers .grid-container p, .page-about .video .grid-container p {
  color: #000;
}
.page-about .energiemakers .diagonal-box, .page-about .video .diagonal-box {
  display: none;
}
.page-contact .video .grid-container {
  background-color: #fff;
}
.page-contact .video .grid-container h2, .page-contact .video .grid-container p {
  color: #000;
}
.page-contact .video .diagonal-box {
  display: none;
}
.page-energiemakers .article-container article {
  cursor: pointer;
  width: 100%;
}
@media (min-width: 768px) {
  .page-energiemakers .article-container article {
    width: calc(50% - 16px);
  }
}
@media (min-width: 1024px) {
  .page-energiemakers .article-container article {
    width: calc(33% - 16px);
  }
}
.page-energiemakers .article-container article .label {
  width: auto;
}
.page-energiemakers .article-container article .label p span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-energiemakers .article-container article .details {
  z-index: -1;
  max-height: 0;
  overflow: hidden;
  transform: translateY(-100%);
  transition: transform 0.3s ease, max-height 0.15s linear 0s;
}
.page-energiemakers .article-container article.show .details {
  max-height: 100%;
  transform: translateY(0);
  transition: transform 0.3s ease, max-height 0.3s ease 0.15s;
}
.page-actualiteiten .article-container article {
  width: 100%;
}
@media (min-width: 768px) {
  .page-actualiteiten .article-container article {
    width: calc(50% - 16px);
  }
}
@media (min-width: 1024px) {
  .page-actualiteiten .article-container article {
    width: calc(33% - 16px);
  }
}
.page-actualiteit-detail .intro-header .background-image {
  height: 300px;
}
@media (min-width: 768px) {
  .page-actualiteit-detail .intro-header .background-image {
    height: 600px;
  }
}
.page-actualiteit-detail .intro-header .intro-metadata {
  font-family: 'FuturaBolObl';
  width: fit-content;
  position: relative;
  margin-left: 10px;
  font-size: 16px;
}
.page-actualiteit-detail .intro-header .intro-metadata:before, .page-actualiteit-detail .intro-header .intro-metadata:after {
  content: "";
  position: absolute;
  top: 0;
  width: 15px;
  height: 100%;
  transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  background-color: #fff;
}
.page-actualiteit-detail .intro-header .intro-metadata:before {
  left: -8px;
}
.page-actualiteit-detail .intro-header .intro-metadata:after {
  right: -8px;
}
@media (min-width: 768px) {
  .page-actualiteit-detail .intro-header .intro-metadata {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .page-actualiteit-detail .intro-header .intro-metadata {
    font-size: 48px;
  }
}
.page-actualiteit-detail .iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.page-actualiteit-detail .iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.page-actualiteit-detail .vergelijkbaar .grid-container {
  padding-bottom: 50px;
}
@media (min-width: 480px) {
  .page-actualiteit-detail .vergelijkbaar .grid-container {
    padding-bottom: 75px;
  }
}
@media (min-width: 1024px) {
  .page-actualiteit-detail .vergelijkbaar .grid-container {
    padding-bottom: 125px;
  }
}
@media (min-width: 1280px) {
  .page-actualiteit-detail .vergelijkbaar .grid-container {
    padding-bottom: 150px;
  }
}
.page-actualiteit-detail .vergelijkbaar .diagonal-box-top {
  -webkit-clip-path: polygon(0 calc(100% - 2px), 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 calc(100% - 2px), 100% 0%, 100% 100%, 0% 100%);
  width: 100%;
  height: 50px;
  background-color: #f3f3f3;
  margin-bottom: -1px;
}
@media (min-width: 480px) {
  .page-actualiteit-detail .vergelijkbaar .diagonal-box-top {
    height: 75px;
  }
}
@media (min-width: 1024px) {
  .page-actualiteit-detail .vergelijkbaar .diagonal-box-top {
    height: 125px;
  }
}
@media (min-width: 1280px) {
  .page-actualiteit-detail .vergelijkbaar .diagonal-box-top {
    height: 150px;
  }
}
.page-actualiteit-detail .vergelijkbaar .diagonal-box-bottom {
  -webkit-clip-path: polygon(0 calc(100% - 2px), 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 calc(100% - 2px), 100% 0%, 100% 100%, 0% 100%);
  width: 100%;
  height: 50px;
  background-color: #fff;
  margin-bottom: -1px;
  position: absolute;
  bottom: 0;
}
@media (min-width: 480px) {
  .page-actualiteit-detail .vergelijkbaar .diagonal-box-bottom {
    height: 75px;
  }
}
@media (min-width: 1024px) {
  .page-actualiteit-detail .vergelijkbaar .diagonal-box-bottom {
    height: 125px;
  }
}
@media (min-width: 1280px) {
  .page-actualiteit-detail .vergelijkbaar .diagonal-box-bottom {
    height: 150px;
  }
}
.page-actualiteit-detail p {
  font-family: 'Futura-Light';
  font-size: 18px;
}
.page-actualiteit-detail .informatieplein .diagonal-box {
  display: none;
}
.page-actualiteit-detail .informatieplein .grid-container {
  background-color: #fff;
}
.footer .diagonal-box {
  -webkit-clip-path: polygon(0 calc(100% - 2px), 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 calc(100% - 2px), 100% 0%, 100% 100%, 0% 100%);
  width: 100%;
  height: 50px;
  background-color: #fb1818;
  margin-bottom: -1px;
}
@media (min-width: 480px) {
  .footer .diagonal-box {
    height: 75px;
  }
}
@media (min-width: 1024px) {
  .footer .diagonal-box {
    height: 125px;
  }
}
@media (min-width: 1280px) {
  .footer .diagonal-box {
    height: 150px;
  }
}
.footer .logo {
  max-width: 215px;
}
.footer .footer_menu {
  font-family: 'Futura-Light';
  font-size: 18px;
  color: #fff;
}
.footer .wpcf7-form p:last-of-type {
  border-radius: 0px;
}
.footer .wpcf7-form p:last-of-type:before {
  border-bottom: 40px solid #fff;
}
.footer .wpcf7-form p:last-of-type:after {
  border-top: 40px solid #fff;
}
.footer .wpcf7-form p:last-of-type input {
  color: #000;
  background-color: #fff;
}
.map-item .cluster [aria-label] {
  width: 80%;
  top: 6px;
  right: 0;
}
.map-item .cluster [aria-label] span {
  font-family: 'FuturaBolObl';
  color: #fff;
  font-size: 24px;
}
.js-modal-btn:hover {
  cursor: pointer;
}
.js-modal-btn .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75px;
  height: 75px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* LAYOUT */
.grid-container {
  width: 100%;
  margin: 0 auto;
}
.grid-content {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1450px) {
  .grid-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
a.read-more {
  margin-top: 10px;
  display: block;
  font-family: 'FuturaBookReg';
  font-size: 14px;
  color: #fe0000;
}
@media screen and (max-width: 600px) {
  a.read-more {
    margin-bottom: 30px;
  }
}
a.read-more:hover img {
  margin-left: 10px;
}
a.read-more img {
  width: 13px;
  margin-left: 5px;
  -webkit-transition: margin 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out;
  display: inline-block;
}
.text-center {
  text-align: center;
}
.relative {
  position: relative;
}
.row {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .row {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1280px) {
  .row {
    padding-left: 95px;
    padding-right: 95px;
  }
}
@media (min-width: 768px) {
  .row-small {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1280px) {
  .row-small {
    padding-left: 95px;
    padding-right: 95px;
  }
}
.change-order-m .col-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.change-order-m .col-2 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
@media (min-width: 1024px) {
  .change-order-m div[class*='col'] {
    -webkit-box-ordinal-group: inherit;
    -ms-flex-order: inherit;
    order: inherit;
  }
}
.hide-s {
  display: none;
}
@media (min-width: 768px) {
  .hide-s {
    display: inline;
  }
}
.quote {
  font-family: 'Futura-MediumItalic';
  font-size: 20px;
  color: #fe0000;
  margin-top: 20px;
  line-height: 30px;
}
.image-block {
  position: relative;
  width: 100%;
}
.image-block img {
  width: 100%;
}
.image-block::after {
  content: "";
  width: 30%;
  background-image: url(/wp-content/uploads/2019/04/medium-right-small.svg);
  height: 66%;
  background-size: 100%;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
}
.image-block-small::before {
  content: "";
  width: 15%;
  background-image: url(/wp-content/uploads/2019/04/small-block.svg);
  height: 30%;
  background-size: 100%;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
}
.block-bottom-right::after {
  right: 0;
  bottom: -33%;
  top: auto;
}
@media (min-width: 768px) {
  .block-bottom-right::after {
    right: -10%;
  }
}
.block-home {
  position: absolute;
  bottom: 28%;
  max-width: 370px;
  text-align: center;
  color: #fff;
  padding: 30px;
  font-family: 'FuturaBolObl';
  right: 22%;
  left: 40px;
}
@media (min-width: 768px) {
  .block-home {
    right: 32%;
    left: auto;
  }
}
.block-home h2 {
  text-transform: uppercase;
}
.block-top-left::after {
  left: -19%;
  top: -12%;
  bottom: auto;
}
.smallblock-top-left::before {
  left: -19%;
  top: -12%;
  bottom: auto;
}
.smallblock-bottom-right::before {
  right: 0;
  bottom: -22%;
  top: auto;
}
@media (min-width: 768px) {
  .smallblock-bottom-right::before {
    right: -7%;
  }
}
/* HEADER */
.header {
  z-index: 999;
  border-bottom: 0.5px solid #fe0000;
}
@media (min-width: 480px) {
  .header {
    border-bottom: none;
  }
}
.header .nav-trigger {
  position: absolute;
  z-index: 20;
  right: -15px;
  width: 50px;
  height: 50px;
  background: transparent;
  padding: 6px;
  border: none;
  outline: none;
  -webkit-appearance: none;
}
.header .nav-trigger:focus {
  outline: none;
}
@media (min-width: 768px) {
  .header .nav-trigger:hover::before {
    top: 15px;
  }
  .header .nav-trigger:hover::after {
    bottom: 11px;
  }
}
.header .nav-trigger::before, .header .nav-trigger::after {
  content: "";
  width: 25px;
  height: 3px;
  display: block;
  background-color: #fe0000;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.header .nav-trigger::before {
  top: 19px;
}
.header .nav-trigger::after {
  bottom: 15px;
}
.menu-active {
  position: fixed;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.menu-active .nav-trigger::before, .menu-active .nav-trigger:hover::before, .menu-active .nav-trigger::after, .menu-active .nav-trigger:hover::after {
  height: 4px;
}
.menu-active .nav-trigger::before, .menu-active .nav-trigger:hover::before {
  top: 21px;
  -webkit-transform: rotate(45deg) translate(4px, 4px);
  transform: rotate(45deg) translate(4px, 4px);
}
.menu-active .nav-trigger::after, .menu-active .nav-trigger:hover::after {
  bottom: 15px;
  -webkit-transform: rotate(-45deg) translate(3px, -3px);
  transform: rotate(-45deg) translate(3px, -3px);
}
.full-screen-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: fixed;
  top: 86px;
  z-index: 10;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
}
.full-screen-nav.opened {
  height: auto;
  opacity: 1;
  transition: opacity 0.15s ease-in, height 0s ease-in 0.15s;
}
.full-screen-nav.closed {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.15s ease-out, height 0s ease-out 0.15s;
}
.nav-toggle {
  z-index: 11;
  height: 30px;
  width: 30px;
  padding: 10px;
  display: block;
}
.nav-toggle div {
  width: 30px;
  height: 5px;
  border-radius: 10px;
  background: #fb1818;
  position: absolute;
  right: 0;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.nav-toggle div.one {
  top: 4px;
}
.nav-toggle div.two {
  top: 14px;
}
.nav-toggle div.three {
  top: 24px;
}
.nav-toggle.opened .one {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  top: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-toggle.opened .two {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.nav-toggle.opened .three {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  top: 11px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.filters .title {
  font-size: 13px;
  position: relative;
}
@media (min-width: 768px) {
  .filters .title {
    font-size: 15px;
  }
}
.filters .text {
  font-size: 15px;
}
.filters .text:hover {
  cursor: pointer;
}
@media (min-width: 750px) {
  .filters .hide-startup, .filters .type label:not(.geenkeus) {
    display: none;
  }
}
.filters .results {
  background-color: #f4f4f4;
}
.filters .results .no-result {
  padding-left: 20px;
  display: none;
}
@media (min-width: 768px) {
  .filters .results .no-result {
    padding-left: 0;
  }
}
.filters .results > .title {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .filters .results > .title {
    padding-left: 0;
  }
}
.filters .results > a {
  display: block;
}
.filters .results > a:first-of-type {
  padding-top: 20px;
  border-top: 1px solid #fe0000;
}
.filters .results .result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  flex-wrap: wrap;
  padding: 0 0 10px 20px;
  border-bottom: 1px solid #fe0000;
  cursor: pointer;
}
@media (min-width: 768px) {
  .filters .results .result {
    width: 90%;
    border: 0;
    padding: 0;
    margin-bottom: 20px;
  }
}
.filters .results .result.hide-result {
  display: none !important;
}
.filters .results .result-text {
  width: calc(100% - 90px);
}
@media (min-width: 768px) {
  .filters .results .result-text {
    width: calc(100% - 230px);
  }
}
.filters .results .result .title {
  text-transform: none;
  margin-bottom: 0;
  font-size: 15px;
}
.filters .results .result .text {
  font-size: 15px;
}
.filters .results .result .button {
  width: 120px;
  min-width: auto;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding-left: 10px;
  display: none;
}
@media (min-width: 768px) {
  .filters .results .result .button {
    margin: 0 9px 0 auto;
    display: block;
  }
}
.filters .results .result .button:hover {
  color: #fff;
}
.filters .results .result .button::before {
  border-bottom-width: 30px;
}
.filters .results .result .button::after {
  border-top-width: 30px;
}
.filters .results .result .block {
  width: 61px;
  height: 50px;
  padding: 0;
  margin-right: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.filters .show-more-results {
  color: #fe0000;
  outline: none;
  background: transparent;
  margin-bottom: 20px;
  text-align: left;
  border: 0px;
  -webkit-appearance: none;
  font-family: 'FuturaBookReg', sans-serif;
  width: 100%;
  display: none;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .filters .show-more-results {
    padding-left: 0;
  }
}
.filters .show-more-results.show {
  display: block;
}
.filters .show-more-results img {
  width: 15px;
}
.filters .filters-wrap {
  padding-top: 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1280px) {
  .filters .filters-wrap {
    width: 45%;
    padding-top: 100px;
    display: block;
  }
}
.filters .filters-wrap .title {
  margin-bottom: 20px;
}
.filters .filters-wrap .filter-part {
  margin-bottom: 40px;
  position: relative;
  padding-left: 40px;
  width: 100%;
}
.filters .filters-wrap .filter-part:first-of-type {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .filters .filters-wrap .filter-part {
    width: 50%;
  }
  .filters .filters-wrap .filter-part:first-of-type {
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .filters .filters-wrap .filter-part {
    width: auto;
    padding-left: 0;
  }
}
.filters .filters-wrap .filter-part .block {
  width: 36px;
  height: 31px;
  padding: 0 3px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: -50px;
  top: -4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 1280px) {
  .filters .filters-wrap .filter-part .block {
    left: -80px;
  }
}
.filters .filters-wrap .filter-part .block div {
  font-size: 16px;
  font-family: 'FuturaBolObl';
  color: #fff;
}
@media screen and (max-width: 750px) {
  .filters .filters-wrap .filter-part:not(.gounder-display) {
    z-index: 0;
  }
  .filters .filters-wrap .filter-part.gounder-display {
    z-index: 3;
  }
}
.filters .filters-wrap .dropdown-mobile {
  display: none;
  border: 1px solid lightgrey;
  padding: 5px 10px;
}
@media (max-width: 750px) {
  .filters .filters-wrap .dropdown-mobile {
    display: block;
  }
}
.filters .filters-wrap form {
  max-width: 600px;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.filters .filters-wrap form > * {
  margin-left: 18px;
  width: calc(50% - 30px);
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .filters .filters-wrap form.dropdown-form {
    background-color: #fff;
    border: 1px solid lightgrey;
    color: #fff;
    display: none;
    left: 40px;
    padding: 10px 15px 0px 5px;
    position: absolute;
    top: 70px;
    list-style: none;
    height: 200px;
    overflow: auto;
  }
  .filters .filters-wrap form.dropdown-form.display {
    display: flex;
    z-index: 3;
  }
  .filters .filters-wrap form.dropdown-form > * {
    margin-left: 30px;
    width: 90%;
    margin-bottom: 20px;
  }
}
.filters .filters-wrap .show-more-type, .filters .filters-wrap .show-more-what {
  color: #fe0000;
  outline: none;
  background-color: transparent;
  text-align: left;
  border: 0px;
  -webkit-appearance: none;
  font-family: 'FuturaBookReg', sans-serif;
  width: 100%;
  display: none;
}
.filters .filters-wrap .show-more-type img, .filters .filters-wrap .show-more-what img {
  width: 15px;
}
@media (min-width: 750px) {
  .filters .filters-wrap .show-more-type, .filters .filters-wrap .show-more-what {
    display: block;
  }
}
.filters .results {
  width: calc(100% + 40px);
  padding-top: 20px;
  margin: 0 -20px;
}
@media (min-width: 768px) {
  .filters .results {
    padding-left: 30px;
  }
}
@media (min-width: 1280px) {
  .filters .results {
    width: 100%;
    margin: 0;
    padding-top: 100px;
    width: 55%;
  }
}
.contact-icons, .usp-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
.contact-icons p, .usp-icons p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'FuturaBookReg';
  font-size: 17px;
  margin-bottom: 10px;
  margin-right: 20px;
}
@media (min-width: 480px) {
  .contact-icons p, .usp-icons p {
    font-size: 18px;
  }
}
.contact-icons .icon, .usp-icons .icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.usp-icons p {
  font-family: 'Futura-MediumItalic';
}
/* FOOTER */
.footer .top {
  padding: 45px 0;
}
.footer .top * {
  color: #fff;
}
.footer .top .logo {
  max-width: 215px;
}
.footer .grid-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
}
@media (min-width: 768px) {
  .footer .grid-content {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.footer .grid-content .medium, .footer .grid-content a {
  display: block;
}
@media (min-width: 768px) {
  .footer .grid-content .medium, .footer .grid-content a {
    display: inline-block;
  }
}
.footer .grid-content .copyright {
  text-align: center;
  margin-bottom: 30px;
}
.footer .grid-content .copyright .book:last-of-type {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .footer .grid-content .copyright {
    max-width: 70%;
    text-align: left;
    margin-bottom: 0px;
  }
  .footer .grid-content .copyright .book:last-of-type {
    margin-top: 10px;
  }
}
.footer .grid-content div[class*='col'] {
  text-align: left;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .footer .grid-content div[class*='col'] {
    margin-bottom: 0px;
  }
}
.footer .grid-content div[class*='col'] p {
  font-family: 'Futura-Medium';
  font-size: 19px;
}
.footer .grid-content div[class*='col'] .icon {
  width: 18px;
}
.footer .grid-content .col-1 {
  width: 100%;
}
@media (min-width: 768px) {
  .footer .grid-content .col-1 {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .footer .grid-content .col-1 {
    width: 30%;
  }
}
.footer .grid-content .col-2 {
  width: 100%;
}
.footer .grid-content .col-2 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .grid-content .col-2 p .icon {
  margin-right: 10px;
}
.footer .grid-content .col-2 .h5:last-of-type {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .footer .grid-content .col-2 {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .footer .grid-content .col-2 {
    width: 35%;
  }
}
.footer .grid-content .col-3 {
  width: 100%;
}
.footer .grid-content .col-3 .h5 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .footer .grid-content .col-3 {
    width: 30%;
  }
  .footer .grid-content .col-3 .logo {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .animation-container, .animation-container-intrp-header, .animation-container-fast, .sequenced, .slide-up-delay, .slide-up {
    visibility: hidden;
  }
}
.skeleton-loading {
  display: none;
}
.skeleton-box {
  position: relative;
  overflow: hidden;
  background-color: #e2e8f0;
}
.skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: shimmer 3s infinite;
  content: '';
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
.grecaptcha-badge {
  display: none !important;
}
