@charset "UTF-8";
/*!
Theme Name: Grondbalans
Theme URI: http://underscores.me/
Author: Leroy Davidson Descelles
Author URI: http://www.brutcommunicatie.nl
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: grondbalans
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.

Grondbalans is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*, *::before, *::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body, button, input, select, optgroup, textarea {
  color: #9C9B9B;
  font-family: "Poppins", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
.content__intro h1 {
  hyphens: auto;
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/* Elements
--------------------------------------------- */
body {
  background: #fff;
}
.button__block {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-direction: row;
}
@media screen and (max-width: calc(550px + 5px)) {
  .button__block {
    flex-direction: column;
    gap: 0;
  }
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/* Forms
--------------------------------------------- */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
.extra-button-green a {
  display: flex;
  padding: 15px 35px 15px 30px;
  width: fit-content;
  box-sizing: border-box;
  font-size: 18px;
  background-color: #92c01f;
  color: #fff !important;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  clip-path: polygon(0px 0px, 100% 0%, 95% 100%, 0% 100%);
  text-transform: uppercase;
  transition: filter 0.25s ease;
  filter: brightness(100%);
  font-size: 16px;
}
.extra-button-green a:hover {
  background-color: #adc912 !important;
  color: #fff;
}
.contactgegevens a {
  color: #4a4a4a;
}
.contactgegevens a:hover {
  text-decoration: underline;
  color: #4a4a4a;
}
.bottom-buttons {
  width: 100%;
  display: flex;
  gap: 20px;
  padding-bottom: 10rem;
}
@media screen and (max-width: calc(550px + 5px)) {
  .bottom-buttons {
    flex-direction: column;
  }
}
.bottom-buttons a.button-left {
  display: flex;
  padding: 15px 35px 15px 30px;
  width: fit-content;
  box-sizing: border-box;
  font-size: 18px;
  background-color: #92c01f;
  color: #fff !important;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  clip-path: polygon(0px 0px, 100% 0%, 95% 100%, 0% 100%);
  text-transform: uppercase;
  transition: filter 0.25s ease;
  filter: brightness(100%);
  font-size: 16px;
}
.bottom-buttons a.button-left:hover {
  background-color: #adc912 !important;
  color: #fff;
}
.bottom-buttons a.button-right {
  display: flex;
  padding: 15px 35px 15px 30px;
  width: fit-content;
  box-sizing: border-box;
  font-size: 18px;
  background-color: #E30613;
  color: #fff !important;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  clip-path: polygon(0px 0px, 100% 0%, 95% 100%, 0% 100%);
  text-transform: uppercase;
  transition: filter 0.25s ease;
  filter: brightness(100%);
  font-size: 16px;
}
.bottom-buttons a.button-right:hover {
  filter: brightness(110%);
  color: #fff;
}
.intro__container .intro__block {
  display: flex;
  flex-direction: column;
}
.intro__container .intro__block .vacature-button {
  padding: 12px 35px 12px 30px;
  width: fit-content;
  box-sizing: border-box;
  font-size: 18px;
  background-color: #e30412;
  color: #fff;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: background-color 0.25s ease;
}
.intro__container .intro__block .projecten-button {
  padding: 12px 35px 12px 30px;
  width: fit-content;
  box-sizing: border-box;
  font-size: 18px;
  background-color: #92c01f;
  color: #fff;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: background-color 0.25s ease;
  margin-bottom: 20px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.header__container a {
  display: flex;
  align-self: center;
}
.sticky-header {
  position: -webkit-sticky;
  /* Safari */
  position: sticky !important;
  top: 0;
  z-index: 999;
}
.sticky-header .menu-hoofdmenu-container li#menu-item-26982 a {
  padding: 20px 15px !important;
  background: #e30613;
  width: fit-content;
}
.sticky-header .menu-hoofdmenu-container li#menu-item-26982 {
  display: none;
}
@media screen and (max-width: calc(750px + 5px)) {
  .sticky-header .menu-hoofdmenu-container li#menu-item-26982 {
    display: block;
  }
}
.sticky-header .menu-hoofdmenu-container span.vacature-count {
  left: 95px;
  background: #e30412;
}
@media screen and (max-width: calc(550px + 5px)) {
  .sticky-header .menu-hoofdmenu-container span.vacature-count {
    left: 110px;
  }
}
.header {
  padding: 0 !important;
  left: 0;
  width: 100%;
  z-index: 999;
  /*max-height: 105px;*/
}
.header__container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__container h2 {
  margin: 0;
}
.header__logo {
  width: 100%;
}
.header__logo img {
  min-width: 250px !important;
}
@media screen and (max-width: calc(550px + 5px)) {
  .header__logo img {
    min-width: 175px;
  }
}
.header__nav {
  justify-content: flex-start;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
}
.header__nav--show {
  display: flex !important;
  height: 85vh;
  z-index: 99;
}
.header__nav ul {
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: calc(1330px + 5px)) {
  .wp-menu-container {
    background-color: transparent !important;
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    padding: 2rem;
    overflow-y: scroll;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    display: none;
  }
}
@media screen and (max-width: calc(550px + 5px)) {
  .header__nav ul {
    top: 94px;
  }
}
.header__nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
}
@media screen and (min-width: 991px) {
  .header__nav ul li {
    height: 86px;
  }
}
@media screen and (max-width: calc(1330px + 5px)) {
  .header__nav ul li {
    padding: 0 0;
    width: 100%;
  }
  .header__nav ul li.button-sec-menu a {
    background-color: #e30412;
    line-height: 1 !important;
    padding: 1.25rem 1.5rem !important;
  }
  .header__nav ul li > a, .header__nav ul li > a:active, .header__nav ul li > a:visited, .header__nav ul li > a:link {
    display: flex !important;
    font-weight: 900 !important;
  }
  .header__nav ul li > a:hover, .header__nav ul li > a:active:hover, .header__nav ul li > a:visited:hover, .header__nav ul li > a:link:hover {
    color: #b5b2b1 !important;
  }
}
.header__nav ul li ul {
  display: none;
  opacity: 0;
}
@media screen and (max-width: calc(1330px + 5px)) {
  .header__nav ul li ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    opacity: 1;
    position: relative;
    margin: 0;
    padding: 0;
    top: 0;
    margin-left: 2rem;
  }
}
.header__nav ul li ul li {
  width: 100%;
}
.header__nav ul li:hover .mega-menu-container {
  opacity: 1;
  display: flex;
  justify-content: center;
}
.header__nav ul li:hover ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 0;
  margin: 0;
  animation: fadeIn 0.2s forwards;
  top: 78px;
  width: 330px;
  color: #fff;
  padding: 1.25rem 1.75rem;
  opacity: 1;
  position: absolute;
  background: #000000a6;
  height: auto;
}
@media screen and (max-width: calc(1330px + 5px)) {
  .header__nav ul li:hover ul {
    padding: 0;
    width: 100%;
    margin: 0;
    background-color: unset;
    position: relative;
    top: 0;
    animation: none;
    opacity: 1;
    margin-left: 2rem;
  }
}
.header__nav ul li:hover ul li {
  margin: 0px;
}
@media screen and (max-width: calc(1330px + 5px)) {
  .header__nav ul li:hover ul li {
    margin: 0;
  }
}
.header__nav ul li:hover ul li > a, .header__nav ul li:hover ul li > a:active, .header__nav ul li:hover ul li > a:visited, .header__nav ul li:hover ul li > a:link {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  transition: color 0.25s ease;
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0;
  word-wrap: none;
}
.header__nav ul li:hover ul li > a:hover, .header__nav ul li:hover ul li > a:active:hover, .header__nav ul li:hover ul li > a:visited:hover, .header__nav ul li:hover ul li > a:link:hover {
  color: #cdcdcd;
}
.header__nav ul li > a, .header__nav ul li > a:active, .header__nav ul li > a:visited, .header__nav ul li > a:link {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14.5px;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.header__nav ul li > a:hover {
  color: #92c01f;
  opacity: 0.8;
}
.header__nav--hamburger {
  display: none;
}
@media screen and (max-width: calc(1330px + 5px)) {
  .header__nav--hamburger {
    width: 100px;
    height: 50px;
    display: flex !important;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header__nav--hamburger:hover {
    cursor: pointer;
  }
}
.header__nav--hamburger svg {
  height: 30px;
}
.header__nav--hamburger svg path {
  fill: #fff;
  transition: all 0.25s ease;
}
.footer {
  width: 100%;
  background-color: #4A4A4A;
  padding: 6rem 0;
}
.footer__container {
  width: 1180px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .footer__container {
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: calc(750px + 5px)) {
  .footer__container {
    flex-wrap: wrap;
  }
}
.footer__left {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: calc(1080px + 5px)) {
  .footer__left {
    flex-wrap: wrap;
    margin-top: 12px;
  }
}
@media screen and (max-width: calc(750px + 5px)) {
  .footer__left {
    width: 100%;
    margin-top: 12px;
    gap: 20px;
  }
}
.footer__left--item {
  width: calc(100% / 4 - 8px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: calc(1080px + 5px)) {
  .footer__left--item {
    width: calc(100% / 2 - 8px);
  }
}
@media screen and (max-width: calc(450px + 5px)) {
  .footer__left--item {
    width: 100%;
  }
}
.footer__left--item h5 {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff !important;
  font-size: 16px;
  margin-bottom: 0.5rem;
  margin-top: 0 !important;
}
.footer__left--item ul {
  padding: 0;
  margin: 0;
}
.footer__left--item ul li {
  list-style: none;
  margin-bottom: 2.5px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 16px;
  color: #a3a3a3;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .footer__left--item ul li {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.footer__left--item ul li span {
  color: #a3a3a3;
  font-weight: 600;
}
.footer__left--item ul li > a, .footer__left--item ul li > a:active, .footer__left--item ul li > a:visited, .footer__left--item ul li > a:link {
  margin-left: 5px;
  text-decoration: none;
  color: #a3a3a3;
}
.footer__left--item ul li > a:hover, .footer__left--item ul li > a:active:hover, .footer__left--item ul li > a:visited:hover, .footer__left--item ul li > a:link:hover {
  text-decoration: underline;
}
.footer__left--socials {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.footer__left--socials-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.footer__left--socials-item svg {
  width: 18px;
  height: 18px;
  fill: #b5b2b1;
}
.footer__left--socials-item svg path {
  fill: #b5b2b1;
}
.footer__left--socials-item:not(:last-child) {
  margin-right: 8px;
}
.footer__left--brochure > a {
  background-color: #e4170e;
  padding: 5px 10px 5px 10px;
  transition: background-color 0.25s ease;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14.5px;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.footer__left--brochure > a:hover {
  background-color: #fff;
  color: #e4170e;
  opacity: 0.8;
}
.footer__right {
  width: 100%;
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}
@media screen and (max-width: calc(750px + 5px)) {
  .footer__right {
    margin-top: 4rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    align-items: center;
  }
}
.footer__right p {
  text-transform: uppercase;
  color: black;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.footer__right h5 {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff !important;
  margin: 10px 0 20px;
  text-align: center;
}
.footer__disclaimer {
  background-color: #3e4141;
  width: 100%;
  display: grid;
  align-items: center;
  text-align: center;
  padding: 5px 0;
}
.footer__disclaimer p {
  margin: 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
.footer__disclaimer p > a, .footer__disclaimer p > a:active, .footer__disclaimer p > a:visited, .footer__disclaimer p > a:link {
  color: #fff;
  text-decoration: none;
}
.footer__disclaimer p > a:hover, .footer__disclaimer p > a:active:hover, .footer__disclaimer p > a:visited:hover, .footer__disclaimer p > a:link:hover {
  text-decoration: underline;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.secondary_header__container {
  padding: 0px !important;
}
.secondary_header__container .header__nav {
  padding: 0px;
}
.secondary_header__container .header__nav ul li a {
  font-size: 11px;
  color: #fff !important;
}
.secondary_header__container .header__nav ul li a:visited {
  color: #fff !important;
}
.secondary_header__container li.button-sec-menu a {
  background: #e30412;
  padding: 10px 20px 10px 30px;
  color: #fff !important;
  overflow: hidden !important;
  position: relative;
}
.secondary_header__container li.button-sec-menu a:hover {
  background: #92c01f;
  color: #fff !important;
}

@media (max-width: 800px) {
  .desktop-header {
    display: none;
  }
}
@media (min-width: 799px) {
  .mobile-header {
    display: none;
  }
}
ul.subnav li {
  height: 46px !important;
}
.footer__right {
  gap: 20px !important;
}
.header__container {
  width: 100%;
  z-index: 999;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1336px) {
  .header__container {
    padding: 0 20px;
  }
}
.header__logo img {
  height: 100%;
}
@media screen and (max-width: calc(555px)) {
  .header__nav ul {
    top: 94px;
  }
}
@media screen and (min-width: calc(1335px)) {
  .header__nav ul li button {
    display: none;
  }
}
@media screen and (max-width: calc(1335px)) {
  .header__nav ul {
    gap: 1rem;
    align-items: flex-start;
  }
  .header__nav ul.menu {
    flex-direction: column;
  }
  .header__nav ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
  .header__nav ul li:hover > ul {
    display: none;
  }
  .header__nav ul li a {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 80vw;
  }
  .header__nav ul li button {
    padding: 0;
    color: #fff;
    cursor: pointer;
    background-color: transparent;
    border: none;
    transition: 0.5s ease-in-out all;
  }
  .header__nav ul li button.open {
    transform: rotate(90deg);
  }
  .header__nav ul li ul {
    margin-top: 10px !important;
    flex: 1 0 100%;
    display: none;
    background-color: transparent;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }
  .header__nav ul li ul.sub-menu {
    margin: 0 0 1rem !important;
  }
  .header__nav ul li ul.sub-menu a {
    font-size: 20px !important;
    font-weight: 400 !important;
  }
  .header__nav ul li ul.fade-in {
    opacity: 1;
    transform: translateY(0);
  }
}
.secondary_header__container li {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}
.header__nav ul.sub-menu li {
  height: 20px !important;
}
@media screen and (max-width: calc(750px + 5px)) {
  .secondary_header__container .secondary-menu-class {
    display: none;
  }
  .header__nav ul.sub-menu li {
    height: 29px !important;
  }
}
.secondary_header__container a {
  color: #fff !important;
}
.secondary_header__container a:hover {
  color: #92c01f !important;
}
a.filter-item {
  color: #000 !important;
}
a.filter-item.active-item {
  color: #fff !important;
}
span.vacature-count {
  background: #3e4141;
  padding: 0px 3px;
  border-radius: 250%;
  font-size: 10px;
  position: absolute;
  color: #fff;
}
span.vacature-count:hover {
  color: #fff !important;
}
@media screen and (max-width: calc(550px + 5px)) {
  span.vacature-count {
    background:red
  }
}
#privacy .entry-header {
  display: none;
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
.secondary_header__container ul {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style-type: none;
}
.secondary_header__container li {
  margin-right: 20px;
  overflow: hidden;
}
.secondary_header__container li :last-child {
  margin-right: 0px !important;
}
.secondary_header__container li:last-child {
  margin-right: 0px !important;
}
.secondary_header__container a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14.5px;
  letter-spacing: 0.5px;
  font-weight: 600;
  z-index: 3;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}
.post, .page {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.content__bagger--right-onderliggend {
  width: 30%;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__bagger--right-onderliggend {
    width: 100%;
  }
}
/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* 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;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}
/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.intro {
  width: 100%;
  position: relative;
  height: 650px;
  overflow: hidden;
}
@media screen and (max-width: calc(870px + 5px)) {
  .intro {
    height: auto;
    padding: 4rem 0;
  }
}
.intro video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: calc(690px + 5px)) {
  .intro video {
    height: 100%;
    object-fit: cover;
  }
}
.intro__container {
  width: 1180px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  z-index: 9;
  height: 100%;
}
@media screen and (max-width: 1180px) {
  .intro__container {
    width: calc(100% - 2rem);
  }
}
.intro__block {
  width: fit-content;
  border-right: 0;
  position: relative;
  z-index: 1;
  padding-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: calc(550px + 5px)) {
  .intro__block {
    padding: 2rem 1rem;
  }
}
.intro__block h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.5rem;
  margin: 0;
  margin-bottom: 0.7rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
@media screen and (max-width: calc(1180px + 5px)) {
  .intro__block h4 {
    font-size: clamp(2vw, 20px, 1.5rem);
    line-height: clamp(2vw, 20px, 1.5rem);
  }
}
.intro__block h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0;
  margin-bottom: 2.5rem;
  color: #fff;
  font-size: 4rem;
  line-height: 64px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
@media screen and (max-width: calc(1180px + 5px)) {
  .intro__block h3 {
    font-size: clamp(3vw, 36px, 2rem);
    line-height: clamp(3vw, 32px, 3rem);
  }
}
.intro__block > a, .intro__block > a:active, .intro__block > a:visited, .intro__block > a:link {
  padding: 12px 35px 12px 30px;
  width: fit-content;
  box-sizing: border-box;
  font-size: 18px;
  background-color: #92c01f;
  color: #4A4A4A;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: background-color 0.25s ease;
}
@media screen and (max-width: calc(600px + 5px)) {
  .intro__block > a, .intro__block > a:active, .intro__block > a:visited, .intro__block > a:link {
    width: 100%;
    font-size: 15px;
  }
}
.intro__block > a:hover {
  background-color: #a3d623;
  opacity: 1 !important;
  opacity: 0.8;
}
.content__container {
  width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .content__container {
    width: calc(100% - 2rem);
  }
}
.content__intro {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: calc(700px + 5px)) {
  .content__intro {
    margin-bottom: 4rem;
  }
}
.content__intro h1 {
  font-family: "Poppins", sans-serif;
  font-size: 3.8rem;
  text-transform: uppercase;
  line-height: 60px;
  margin: 0;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__intro h1 {
    font-size: clamp(4.5vw, 30px, 54px);
    line-height: clamp(4.5vw, 30px, 54px);
  }
}
.content__intro h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  color: #E30613;
  margin: 0;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__intro h2 {
    font-size: clamp(2vw, 20px, 30px);
    line-height: clamp(2vw, 20px, 30px);
  }
}
.content__intro p {
  margin: 0 200px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__intro p {
    font-size: clamp(1vw, 16px, 18px);
  }
}
@media screen and (max-width: calc(980px + 5px)) {
  .content__intro p {
    margin: 0;
  }
}
.content__intro a {
  color: #92c01f;
  transition: opacity 0.2s ease;
}
.content__intro a:hover {
  opacity: 0.8;
}
.content__line {
  display: block;
  width: 100px;
  height: 4px;
  background-color: #E30613;
  margin: 0 auto;
  margin-top: 2rem;
}
.content__section, .content__section--last {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 4rem;
  margin: 4rem 0;
  text-align: center;
}
.content__section h3, .content__section--last h3 {
  font-family: "Poppins", sans-serif;
  font-size: 39px;
  color: black;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__section h3, .content__section--last h3 {
    font-size: clamp(3vw, 25px, 39px);
    line-height: clamp(3vw, 25px, 39px);
    margin-bottom: 1rem;
  }
}
.content__section > a, .content__section--last > a, .content__section > a:active, .content__section--last > a:active, .content__section > a:visited, .content__section--last > a:visited, .content__section > a:link, .content__section--last > a:link {
  display: flex;
  padding: 15px 35px 15px 30px;
  width: fit-content;
  box-sizing: border-box;
  font-size: 18px;
  background-color: #E30613;
  color: #fff !important;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  clip-path: polygon(0px 0px, 100% 0%, 95% 100%, 0% 100%);
  text-transform: uppercase;
  transition: filter 0.25s ease;
  filter: brightness(100%);
}
.content__section > a:hover, .content__section--last > a:hover, .content__section > a:active:hover, .content__section--last > a:active:hover, .content__section > a:visited:hover, .content__section--last > a:visited:hover, .content__section > a:link:hover, .content__section--last > a:link:hover {
  filter: brightness(110%);
}
@media screen and (max-width: calc(600px + 5px)) {
  .content__section > a, .content__section--last > a, .content__section > a:active, .content__section--last > a:active, .content__section > a:visited, .content__section--last > a:visited, .content__section > a:link, .content__section--last > a:link {
    width: 100%;
    font-size: 15px;
  }
}
.content__section h4, .content__section--last h4 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  color: #E30613;
  margin: 0;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__section h4, .content__section--last h4 {
    font-size: clamp(2vw, 20px, 30px);
    line-height: clamp(2vw, 20px, 30px);
  }
}
.content__section p, .content__section--last p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin: 0;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__section p, .content__section--last p {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.content__section--last {
  border-bottom: 0;
  margin-bottom: 0;
}
.content__expertises {
  width: 100%;
  margin: 3rem 0;
}
.content__expertises--container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__expertises--container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.content__expertises--item {
  width: calc(100% / 5 - 8px);
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #000 !important;
  background-color: #ececec;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  text-decoration: none;
  transition: all 0.25s ease;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__expertises--item {
    width: calc(100% / 3 - 8px);
    margin-right: 8px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: calc(740px + 5px)) {
  .content__expertises--item {
    width: calc(100% / 2 - 8px);
  }
}
@media screen and (max-width: calc(500px + 5px)) {
  .content__expertises--item {
    width: 100%;
  }
}
.content__expertises--item:last-child .st0 {
  fill: #E30613;
}
.content__expertises--item .st0 {
  transition: all 0.25s ease;
  fill: #E30613;
}
.content__expertises--item:hover {
  margin-top: -8px;
  margin-bottom: 8px;
}
.content__expertises--item p {
  margin: 0;
  margin-top: 2rem;
}
.content__projecten {
  width: 100%;
  margin: 2rem 0;
}
.content__projecten--container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.content__projecten--item {
  width: calc(100% / 2 - 8px);
  height: 350px;
  margin-bottom: 16px;
  display: flex;
  background-color: black;
  object-fit: cover;
  position: relative;
}
@media screen and (max-width: calc(650px + 5px)) {
  .content__projecten--item {
    width: 100%;
    margin-bottom: 8px;
  }
}
.content__projecten--item img {
  object-fit: cover;
  display: flex;
  flex-grow: 1;
}
.content__projecten--item-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.content__projecten--item-hover h4 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #fff;
  margin: 0;
  transform: translateY(1rem);
  transition: all 0.25s ease;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__projecten--item-hover h4 {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.content__projecten--item-hover p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #fff;
  margin: 0;
  transform: translateY(1.5rem);
  transition: all 0.25s ease;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__projecten--item-hover p {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.content__projecten--item:hover .content__projecten--item-hover {
  opacity: 1;
}
.content__projecten--item:hover .content__projecten--item-hover h4 {
  transform: translateY(0);
}
.content__projecten--item:hover .content__projecten--item-hover p {
  transform: translateY(0);
}
.content__block {
  width: 100%;
}
.content__block--container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: calc(870px + 5px)) {
  .content__block--container {
    flex-direction: column;
    padding: 1rem;
    background-color: #ececec;
  }
}
.content__block--left, .content__block--right, .portfolio__block--left, .portfolio__block--left-two {
  width: calc(100% / 2 - 8px);
  display: flex;
}
@media screen and (max-width: calc(870px + 5px)) {
  .content__block--left, .content__block--right, .portfolio__block--left, .portfolio__block--left-two {
    width: 100%;
  }
}
.content__block--right {
  position: relative;
  background: #ececec;
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem 4rem 0;
}
@media screen and (max-width: calc(870px + 5px)) {
  .content__block--right {
    padding: 0;
    width: 100%;
    margin-top: 1rem;
  }
}
.content__block--right-content {
  text-align: left;
}
.content__block--right-content h3 {
  font-size: 28px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__block--right-content h3 {
    font-size: clamp(2vw, 20px, 28px);
    line-height: clamp(2vw, 20px, 28px);
  }
}
.content__block--right-content h4 {
  margin: 0.5rem 0 1rem 0;
  font-size: 23px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__block--right-content h4 {
    font-size: clamp(2vw, 20px, 23px);
    line-height: clamp(2vw, 20px, 23px);
  }
}
.content__block--right-content p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 16px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__block--right-content p {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.content__block--right-content > a, .content__block--right-content > a:active, .content__block--right-content > a:visited, .content__block--right-content > a:link {
  margin-top: 2rem;
  display: flex;
  padding: 15px 35px 15px 30px;
  width: fit-content;
  box-sizing: border-box;
  font-size: 18px;
  background-color: #E30613;
  color: #fff !important;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  clip-path: polygon(0px 0px, 100% 0%, 95% 100%, 0% 100%);
  text-transform: uppercase;
  transition: filter 0.25s ease;
  filter: brightness(100%);
  font-size: 16px;
}
.content__block--right-content > a:hover, .content__block--right-content > a:active:hover, .content__block--right-content > a:visited:hover, .content__block--right-content > a:link:hover {
  filter: brightness(110%);
}
@media screen and (max-width: calc(600px + 5px)) {
  .content__block--right-content > a, .content__block--right-content > a:active, .content__block--right-content > a:visited, .content__block--right-content > a:link {
    width: 100%;
    font-size: 15px;
  }
}
.content__block--right:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 100px;
  z-index: -1;
  background: #ececec;
  transform-origin: bottom left;
  -ms-transform: skew(13deg, 0deg);
  -webkit-transform: skew(13deg, 0deg);
  transform: skew(13deg, 0deg);
}
@media screen and (max-width: calc(870px + 5px)) {
  .content__block--right:before {
    display: none;
  }
}
.content__inline-link {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  position: relative;
  color: #92c01f !important;
  background-color: transparent !important;
  clip-path: unset !important;
  padding: 0 !important;
  text-transform: unset !important;
  font-weight: 400 !important;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__inline-link {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.content__inline-link:after {
  display: none;
}
.content__banner {
  width: 100%;
}
.content__banner--container {
  width: 100%;
  overflow: hidden;
}
.content__banner--img {
  width: 100%;
  height: 261px;
  animation: scrollBackground 25s infinite linear;
  background-size: 2700px auto;
}
.content__banner--img-show {
  background: url("./content/images/grondbanner.jpg");
}
.content-blue h1 {
  text-transform: unset;
}
.content-blue h2 {
  color: #E30613;
}
.content-blue .content__line {
  background-color: #E30613;
}
@keyframes scrollBackground {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -2700px 0%;
  }
}
.page {
  margin: 0;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .contact__image {
    margin-top: 3rem;
  }
}
.contact__image img {
  width: 200px;
  animation: spin 8s linear infinite;
  animation-play-state: paused;
}
.contact__image img:hover {
  animation-play-state: running;
}
.contact__image--two {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-top: 3rem;
}
.contact__image--two img {
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .contact__image--two img {
    width: 100%;
  }
}
.contact__form {
  margin-top: 5rem;
  width: 100%;
  padding: 4rem 0;
  background-size: cover;
  scroll-margin-top: 7rem;
}
.contact__form h4 {
  text-transform: uppercase;
  font-weight: 700 !important;
}
.contact__form h5 {
  color: #4A4A4A !important;
  text-transform: uppercase;
  font-weight: 700 !important;
}
.contact__form--container {
  width: 1180px;
  margin: 0 auto;
  height: 100%;
  background: #9C9B9B;
}
@media screen and (max-width: 1180px) {
  .contact__form--container {
    width: calc(100% - 2rem);
  }
}
.contact__map {
  width: 600px;
}
@media screen and (max-width: calc(1200px + 5px)) {
  .contact__map {
    width: 100%;
  }
}
.contact__map svg {
  width: 100%;
}
.contact__map svg path {
  transition: fill 0.4s ease;
}
.contact__map svg a:hover path {
  fill: #999;
}
.contact__intro {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  width: 100%;
  margin: 2rem 0;
}
@media screen and (max-width: calc(750px + 5px)) {
  .contact__intro {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}
.contact__intro--left, .contact__intro--left-circ {
  width: calc(100% / 2 - 5px);
}
@media screen and (max-width: calc(750px + 5px)) {
  .contact__intro--left, .contact__intro--left-circ {
    width: 100% !important;
  }
}
.contact__intro--left h2, .contact__intro--left-circ h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #3f4141;
  line-height: 40px;
  margin: 0 0 3rem 0;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .contact__intro--left h2, .contact__intro--left-circ h2 {
    font-size: clamp(3.2vw, 30px, 40px);
    line-height: clamp(3.2vw, 30px, 40px);
  }
}
.contact__intro--left h3, .contact__intro--left-circ h3 {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 1.77em;
}
.contact__intro--left p, .contact__intro--left-circ p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .contact__intro--left p, .contact__intro--left-circ p {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.contact__intro--left p strong, .contact__intro--left-circ p strong {
  font-weight: 600;
}
.contact__intro--left ul, .contact__intro--left-circ ul {
  margin: 0;
  padding: 0;
  padding-left: 0rem;
}
.contact__intro--left ul li, .contact__intro--left-circ ul li {
  list-style: none;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .contact__intro--left ul li, .contact__intro--left-circ ul li {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.contact__intro--left ul li:before, .contact__intro--left-circ ul li:before {
  content: "✓";
  color: #5a8b7a;
  padding-right: 5px;
}
.contact__intro--left-circ {
  width: calc(60%);
}
.contact__intro--left-circ > a, .contact__intro--left-circ > a:active, .contact__intro--left-circ > a:visited, .contact__intro--left-circ > a:link {
  display: flex;
  padding: 15px 35px 15px 30px;
  width: fit-content;
  box-sizing: border-box;
  font-size: 18px;
  background-color: #E30613;
  color: #fff !important;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  clip-path: polygon(0px 0px, 100% 0%, 95% 100%, 0% 100%);
  text-transform: uppercase;
  transition: filter 0.25s ease;
  filter: brightness(100%);
}
.contact__intro--left-circ > a:hover, .contact__intro--left-circ > a:active:hover, .contact__intro--left-circ > a:visited:hover, .contact__intro--left-circ > a:link:hover {
  filter: brightness(110%);
}
@media screen and (max-width: calc(600px + 5px)) {
  .contact__intro--left-circ > a, .contact__intro--left-circ > a:active, .contact__intro--left-circ > a:visited, .contact__intro--left-circ > a:link {
    width: 100%;
    font-size: 15px;
  }
}
.contact__intro--left-circ p span {
  color: #E30613;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.contact__intro--right, .contact__intro--right-circ {
  width: calc(100% / 2 - 5px);
}
@media screen and (max-width: calc(750px + 5px)) {
  .contact__intro--right, .contact__intro--right-circ {
    width: 100% !important;
  }
}
.contact__intro--right-circ {
  width: calc(30%);
}
.contact__intro--right-circ .contact__map {
  width: 100%;
}
.contact__cards {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.contact__cards--container {
  width: 1180px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}
@media screen and (max-width: 1180px) {
  .contact__cards--container {
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: calc(1180px + 5px)) {
  .contact__cards--container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: calc(1140px + 5px)) {
  .contact__cards--container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: calc(600px + 5px)) {
  .contact__cards--container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact__cards--item {
  padding: 25px 12px;
  width: 100%;
  scroll-margin-top: 7rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .contact__cards--item {
    width: calc(100% / 2 - 15px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: calc(720px + 5px)) {
  .contact__cards--item {
    width: 100%;
  }
}
.contact__cards--item h3 {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 31px;
  margin: 0;
  color: #9C9B9B;
  margin-bottom: 20px;
}
.contact__cards--grondbank {
  background: rgba(52, 148, 114, 0.14);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom: 2px solid #3c7460 !important;
}
.contact__cards--info {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1rem 0;
  margin-bottom: 15px;
  border-radius: 3px;
  min-height: 165px;
}
.contact__cards--info:last-child {
  border-bottom: 0;
}
.contact__cards--details {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.contact__cards--details h4 {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin: 0;
}
.contact__cards--details p {
  color: red;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  margin: 0;
}
.contact__cards--details p:last-of-type {
  margin-top: 15px;
  color: #9C9B9B;
}
.contact__cards--details h5 {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  margin: 0;
  margin-top: 15px;
  margin-bottom: -15px;
}
.contact__cards--details > a, .contact__cards--details > a:active, .contact__cards--details > a:visited, .contact__cards--details > a:link {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #92c01f;
  text-decoration: none;
}
.contact__cards--details > a:hover, .contact__cards--details > a:active:hover, .contact__cards--details > a:visited:hover, .contact__cards--details > a:link:hover {
  text-decoration: underline;
}
.contact__cards--details > a:nth-of-type(2), .contact__cards--details > a:active:nth-of-type(2), .contact__cards--details > a:visited:nth-of-type(2), .contact__cards--details > a:link:nth-of-type(2) {
  margin-top: 20px;
}
.contact__cards--image {
  min-width: 25px;
  margin-right: 10px;
  margin-left: 5px;
}
.contact__cards--image img {
  border-radius: 50%;
  min-width: 25px;
}
.banner {
  width: 100%;
  height: 450px;
  margin-bottom: 7rem;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .banner {
    margin-bottom: 2rem;
  }
}
.banner__container {
  width: 1180px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1180px) {
  .banner__container {
    width: calc(100% - 2rem);
  }
}
.banner__block {
  width: 800px;
  display: flex;
  background-color: rgba(229, 18, 17, 0.7);
  clip-path: polygon(0px 0px, 80% 0%, 70% 100%, 0% 100%);
  padding: 1rem 2rem 2rem 0rem;
}
@media screen and (max-width: calc(700px + 5px)) {
  .banner__block {
    clip-path: unset;
    width: 100%;
  }
}
.banner__block--content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.banner__block--content h1 {
  text-shadow: 2px 2px #00000072;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 54px;
  margin: 0;
  line-height: normal;
  max-width: 100%;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .banner__block--content h1 {
    word-break: break-word;
    font-size: clamp(34px, 4vw, 54px);
    line-height: clamp(58px, 4vw, 54px);
    margin-bottom: 10px;
  }
}
@media screen and (max-width: calc(670px + 5px)) {
  .banner__block--content h1 {
    font-size: 30px !important;
    line-height: 30px !important;
  }
}
.banner__block--content p {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  font-size: 18px;
  width: 90%;
}
.banner__block--content > a, .banner__block--content > a:active, .banner__block--content > a:visited, .banner__block--content > a:link {
  margin-top: 2rem;
  display: flex;
  padding: 15px 35px 15px 30px;
  width: fit-content;
  box-sizing: border-box;
  font-size: 18px;
  background-color: #E30613;
  color: #fff !important;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  clip-path: polygon(0px 0px, 100% 0%, 95% 100%, 0% 100%);
  text-transform: uppercase;
  transition: filter 0.25s ease;
  filter: brightness(100%);
}
.banner__block--content > a:hover, .banner__block--content > a:active:hover, .banner__block--content > a:visited:hover, .banner__block--content > a:link:hover {
  filter: brightness(110%);
}
@media screen and (max-width: calc(600px + 5px)) {
  .banner__block--content > a, .banner__block--content > a:active, .banner__block--content > a:visited, .banner__block--content > a:link {
    width: 100%;
    font-size: 15px;
  }
}
.banner__block--content-blue p {
  text-transform: unset;
}
.banner__block--content-blue > a, .banner__block--content-blue > a:active, .banner__block--content-blue > a:visited, .banner__block--content-blue > a:link {
  background-color: #fff;
  color: #E30613;
}
.banner__block--content-blue > a:hover, .banner__block--content-blue > a:active:hover, .banner__block--content-blue > a:visited:hover, .banner__block--content-blue > a:link:hover {
  background-color: #fff;
  color: #E30613;
}
.banner__block-blue {
  background-color: rgba(0, 102, 153, 0.7);
}
.portfolio--noshadow img {
  box-shadow: unset !important;
}
.portfolio__block {
  width: 100%;
  margin-bottom: 3rem;
  scroll-margin-top: 7rem;
}
.portfolio__block--container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: calc(870px + 5px)) {
  .portfolio__block--container {
    flex-direction: column;
    padding: 1rem;
    background-color: #ececec;
  }
}
.portfolio__block--buttons {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
}
.portfolio__block--buttons > a, .portfolio__block--buttons > a:active, .portfolio__block--buttons > a:visited, .portfolio__block--buttons > a:link {
  display: flex;
  padding: 15px 35px 15px 30px;
  width: fit-content;
  box-sizing: border-box;
  font-size: 18px;
  background-color: #E30613;
  color: #fff !important;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  clip-path: polygon(0px 0px, 100% 0%, 95% 100%, 0% 100%);
  text-transform: uppercase;
  transition: filter 0.25s ease;
  filter: brightness(100%);
  font-size: 16px;
}
.portfolio__block--buttons > a:hover, .portfolio__block--buttons > a:active:hover, .portfolio__block--buttons > a:visited:hover, .portfolio__block--buttons > a:link:hover {
  filter: brightness(110%);
}
@media screen and (max-width: calc(600px + 5px)) {
  .portfolio__block--buttons > a, .portfolio__block--buttons > a:active, .portfolio__block--buttons > a:visited, .portfolio__block--buttons > a:link {
    width: 100%;
    font-size: 15px;
  }
}
.portfolio__block--buttons > a:first-child, .portfolio__block--buttons > a:active:first-child, .portfolio__block--buttons > a:visited:first-child, .portfolio__block--buttons > a:link:first-child {
  clip-path: unset;
  background-color: #E30613 !important;
  margin-right: 10px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .portfolio__block--buttons > a:last-child, .portfolio__block--buttons > a:active:last-child, .portfolio__block--buttons > a:visited:last-child, .portfolio__block--buttons > a:link:last-child {
    margin-top: 15px;
  }
}
@media screen and (max-width: calc(1180px + 5px)) {
  .portfolio__block--buttons {
    flex-wrap: wrap;
  }
}
.portfolio__block--right {
  width: calc(100% / 2 - 8px);
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: calc(870px + 5px)) {
  .portfolio__block--right {
    width: 100%;
    order: 1;
  }
}
.portfolio__block--right img {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.portfolio__block--left, .portfolio__block--left-two {
  position: relative;
  background: #ececec;
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem 4rem 2rem;
}
@media screen and (max-width: calc(870px + 5px)) {
  .portfolio__block--left, .portfolio__block--left-two {
    padding: 0;
    width: 100%;
    margin-top: 1rem;
    order: 2;
  }
}
.portfolio__block--left-content {
  text-align: left;
  width: 100%;
}
.portfolio__block--left-content svg {
  width: 70px;
}
.portfolio__block--left-content svg path {
  fill: #E30613;
}
.portfolio__block--left-content h3 {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: black;
  margin: 0;
  line-height: 28px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .portfolio__block--left-content h3 {
    font-size: clamp(2vw, 20px, 28px);
    line-height: clamp(2vw, 20px, 28px);
  }
}
.portfolio__block--left-content h4 {
  font-family: "Poppins", sans-serif;
  margin: 0.5rem 0 0rem 0;
  font-size: 23px;
  font-weight: 800;
  color: #E30613;
  line-height: 30px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .portfolio__block--left-content h4 {
    font-size: clamp(2vw, 20px, 23px);
    line-height: clamp(2vw, 20px, 23px);
  }
}
.portfolio__block--left-content ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .portfolio__block--left-content ul {
    flex-wrap: wrap;
  }
}
.portfolio__block--left-content ul li {
  font-family: "Montserrat", sans-serif;
  list-style: none;
  font-size: 16px;
  color: #757575;
}
.portfolio__block--left-content ul li:not(:first-child):before {
  content: " | ";
}
.portfolio__block--left-content p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 16px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .portfolio__block--left-content p {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.portfolio__block--left-content > a, .portfolio__block--left-content > a:active, .portfolio__block--left-content > a:visited, .portfolio__block--left-content > a:link {
  margin-top: 2rem;
  display: flex;
  padding: 15px 35px 15px 30px;
  width: fit-content;
  box-sizing: border-box;
  font-size: 18px;
  background-color: #E30613;
  color: #fff !important;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  clip-path: polygon(0px 0px, 100% 0%, 95% 100%, 0% 100%);
  text-transform: uppercase;
  transition: filter 0.25s ease;
  filter: brightness(100%);
  font-size: 16px;
}
.portfolio__block--left-content > a:hover, .portfolio__block--left-content > a:active:hover, .portfolio__block--left-content > a:visited:hover, .portfolio__block--left-content > a:link:hover {
  filter: brightness(110%);
}
@media screen and (max-width: calc(600px + 5px)) {
  .portfolio__block--left-content > a, .portfolio__block--left-content > a:active, .portfolio__block--left-content > a:visited, .portfolio__block--left-content > a:link {
    width: 100%;
    font-size: 15px;
  }
}
.portfolio__block--left:before, .portfolio__block--left-two:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100px;
  z-index: -1;
  background: #ececec;
  transform-origin: bottom left;
  -ms-transform: skew(-13deg, 0deg);
  -webkit-transform: skew(-13deg, 0deg);
  transform: skew(-13deg, 0deg);
}
@media screen and (max-width: calc(870px + 5px)) {
  .portfolio__block--left:before, .portfolio__block--left-two:before {
    display: none;
  }
}
.portfolio__block--left-two:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100px;
  z-index: -1;
  background: #ececec;
  transform-origin: bottom left;
  -ms-transform: skew(13deg, 0deg);
  -webkit-transform: skew(13deg, 0deg);
  transform: skew(13deg, 0deg);
}
@media screen and (max-width: calc(870px + 5px)) {
  .portfolio__block--left-two:before {
    display: none;
  }
}
.portfolio__block-blue .portfolio__block--left-content h4 {
  color: #E30613;
  margin-bottom: 1rem;
  margin-top: 0;
}
.portfolio__block-blue .portfolio__block--left-content > a, .portfolio__block-blue .portfolio__block--left-content > a:active, .portfolio__block-blue .portfolio__block--left-content > a:visited, .portfolio__block-blue .portfolio__block--left-content > a:link {
  background-color: #92c01f;
  color: #fff;
}
.portfolio__block-blue .portfolio__block--left-content > a:hover, .portfolio__block-blue .portfolio__block--left-content > a:active:hover, .portfolio__block-blue .portfolio__block--left-content > a:visited:hover, .portfolio__block-blue .portfolio__block--left-content > a:link:hover {
  background-color: #92c01f;
  color: #fff;
}
.portfolio__block-blue .portfolio__block--right img {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.content__expertises--item {
  gap: 20px;
}
.content__expertises--item p {
  margin: 0;
  margin-top: 0px !important;
}
.page-id-25 .content__werken--container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .page-id-25 .content__werken--container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}
.page-id-25 .content__werken--left {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .page-id-25 .content__werken--left {
    width: 100%;
  }
}
.page-id-25 .content__werken--left p {
  margin: 0px;
}
.page-id-25 .content__werken--left h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 40px;
  margin: 0;
  font-weight: 700;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .page-id-25 .content__werken--left h1 {
    word-break: break-word;
    font-size: clamp(4.5vw, 24px, 40px);
    line-height: clamp(4.5vw, 24px, 40px);
  }
}
.page-id-25 .content__werken--left h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  color: #E30613;
  margin: 0 0 20px 0;
  font-weight: 700;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .page-id-25 .content__werken--left h2 {
    font-size: clamp(2vw, 20px, 30px);
    line-height: clamp(2vw, 20px, 30px);
  }
}
.page-id-25 .content__werken--left p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .page-id-25 .content__werken--left p {
    font-size: clamp(1vw, 16px, 18px);
  }
}
@media screen and (max-width: calc(980px + 5px)) {
  .page-id-25 .content__werken--left p {
    margin: 0;
  }
}
.page-id-25 .content__werken--left h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 60px;
  margin: 0;
  font-weight: 700;
  margin-top: 2rem;
}
/*@media screen and (max-width: calc(1180px + 5px)) {*/
/*  .page-id-25 .content__werken--left h3 {*/
/*    font-size: clamp(4.5vw, 25px, 30px);*/
/*    line-height: clamp(4.5vw, 25px, 30px);*/
/*    margin: 0 0 20px 0;*/
/*  }*/
/*}*/
.page-id-25 .content__werken--left--cta {
  background: #ececec;
  border-left: 5px solid #5a8b7a;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.05);
  font-size: 0.8em;
  padding: 45px;
  margin: 2rem 0;
}
.page-id-25 .content__werken--left--cta h3 {
  margin: 0;
}
.page-id-25 .content__werken--left--cta p {
  font-size: 14px;
  margin: 0;
  font-style: italic;
}
.page-id-25 .content__werken--left--cta p > a, .page-id-25 .content__werken--left--cta p > a:active, .page-id-25 .content__werken--left--cta p > a:visited, .page-id-25 .content__werken--left--cta p > a:link {
  color: #92c01f;
  text-decoration: none;
}
.page-id-25 .content__werken--left--cta p > a:hover, .page-id-25 .content__werken--left--cta p > a:active:hover, .page-id-25 .content__werken--left--cta p > a:visited:hover, .page-id-25 .content__werken--left--cta p > a:link:hover {
  text-decoration: underline;
}
.page-id-25 .content__werken--left .video-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
.page-id-25 .content__werken--left .video-section .block-v {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: calc(100% / 2 - 10px);
}
.page-id-25 .content__werken--right {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .page-id-25 .content__werken--right {
    width: 100%;
  }
}
.page-id-25 .content__werken--quote {
  margin-top: 2rem;
  background-color: #fff;
  padding: 45px 30px 55px;
  border: 2px solid #ececec;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.page-id-25 .content__werken--quote p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  text-align: center;
  margin-top: 0;
  font-size: 15px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .page-id-25 .content__werken--quote p {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.page-id-25 .content__werken--quote p:first-child() {
  font-size: 64px;
  font-weight: 700;
  color: #b5b2b1;
  padding: 0;
  margin: 0;
}
.page-id-25 .content__werken--quote-bio p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1;
  margin: 0;
  font-size: 15px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .page-id-25 .content__werken--quote-bio p {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.page-id-25 .content__werken--quote-bio strong {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: black;
  margin: 0;
  line-height: 0;
  font-size: 15px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .page-id-25 .content__werken--quote-bio strong {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.page-id-25 .content__werken--block {
  margin-top: 2rem;
  background-color: #fff;
  padding: 45px 30px 55px;
  border: 2px solid #5a8b7a;
  width: 100%;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .page-id-25 .content__werken--block {
    margin-bottom: 2rem;
  }
}
.page-id-25 .content__werken--block h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 200;
  text-transform: uppercase;
}
.page-id-25 .content__werken--block p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 15px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .page-id-25 .content__werken--block p {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.page-id-25 .content__werken--block p > a, .page-id-25 .content__werken--block p > a:active, .page-id-25 .content__werken--block p > a:visited, .page-id-25 .content__werken--block p > a:link {
  text-decoration: none;
  color: #92c01f;
}
.page-id-25 .content__werken--block p > a:hover, .page-id-25 .content__werken--block p > a:active:hover, .page-id-25 .content__werken--block p > a:visited:hover, .page-id-25 .content__werken--block p > a:link:hover {
  text-decoration: underline;
}
.page-id-25 .content__werken--socials {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.page-id-25 .content__werken--socials > a, .page-id-25 .content__werken--socials > a:active, .page-id-25 .content__werken--socials > a:visited, .page-id-25 .content__werken--socials > a:link {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 0.5em 0;
  border-radius: 0.25em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: #969696;
}
.page-id-25 .content__werken--socials > a:not(:last-child), .page-id-25 .content__werken--socials > a:active:not(:last-child), .page-id-25 .content__werken--socials > a:visited:not(:last-child), .page-id-25 .content__werken--socials > a:link:not(:last-child) {
  margin-right: 10px;
}
.page-id-25 .content__werken--socials > a:hover, .page-id-25 .content__werken--socials > a:active:hover, .page-id-25 .content__werken--socials > a:visited:hover, .page-id-25 .content__werken--socials > a:link:hover {
  background-color: #b0b0b0;
}
.page-id-25 .content__werken--socials > a svg, .page-id-25 .content__werken--socials > a:active svg, .page-id-25 .content__werken--socials > a:visited svg, .page-id-25 .content__werken--socials > a:link svg {
  fill: #fff;
}
.page-id-25 .content__werken--socials > a svg path, .page-id-25 .content__werken--socials > a:active svg path, .page-id-25 .content__werken--socials > a:visited svg path, .page-id-25 .content__werken--socials > a:link svg path {
  fill: #fff;
}
.page-id-25 .werken__menu--item:not(:last-child) {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 10px;
}
@media screen and (max-width: calc(1320px + 5px)) {
  .page-id-25 .werken__menu--item {
    padding: 10px 0 5px !important;
  }
}
.page-id-25 .werken__opsomming {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  margin-bottom: 4rem;
}
.page-id-25 .werken__opsomming a {
  width: 100%;
}
.page-id-25 .werken__opsomming--item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: calc(100% / 2 - 10px);
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
@media screen and (max-width: calc(1180px + 5px)) {
  .page-id-25 .werken__opsomming--item {
    width: 100%;
  }
}
.page-id-25 .werken__opsomming--item img {
  width: 100%;
  max-height: 280px;
  object-fit: cover;
}
.page-id-25 .werken__opsomming--details {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 15px;
}
.page-id-25 .werken__opsomming--details a {
  text-decoration: none;
}
.page-id-25 .werken__opsomming--details h3 {
  font-size: 18px !important;
  line-height: 20px !important;
  margin-top: 0px !important;
  color: #404040 !important;
  text-decoration: none !important;
}
.page-id-25 .werken__opsomming--details h3:hover {
  color: #e4170e !important;
}
.page-id-25 .werken__opsomming--details p {
  margin: 10px 0;
}
.page-id-25 .werken__opsomming--details .lees-meer-button {
  background-color: #e4170e;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  width: fit-content;
  padding: 10px 15px;
  text-decoration: none;
}
.page-id-25 .werken__opsomming--details .lees-meer-button:hover {
  background-color: #92c01f;
}
@media screen and (max-width: calc(1185px)) {
  .page-id-25 .content__bagger--right-onderliggend {
    width: 100%;
  }
}
@media screen and (min-width: calc(1186px)) {
  .page-id-25 .content__bagger--right-onderliggend {
    width: 27%;
  }
}
.page-id-25 .download-button a {
  display: flex;
  padding: 15px 35px 15px 30px;
  width: fit-content;
  box-sizing: border-box;
  font-size: 18px;
  background-color: #92c01f;
  color: #fff !important;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  clip-path: polygon(0px 0px, 100% 0%, 95% 100%, 0% 100%);
  text-transform: uppercase;
  transition: filter 0.25s ease;
  filter: brightness(100%);
  border: 0;
  margin-top: 1rem;
  text-align: center;
}
.page-id-25 .download-button a:hover {
  background-color: #E30613;
}
.page-id-25 .contact__intro--left p, .page-id-25 .contact__intro--left-circ p, .page-id-25 .contact__intro--left-circ p {
  margin-bottom: 1.5em;
}
.page-id-25 .portfolio__block--left-content h3 {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: black;
  margin: 0 0 20px 0;
  line-height: 28px;
}
.page-id-25 .content__bagger--container {
  flex-direction: row-reverse;
  align-items: stretch;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .page-id-25 .content__bagger--container {
    flex-direction: column-reverse;
    gap: 1rem;
  }
}
.page-id-25 .content__bagger--quote {
  margin: 0;
  height: 100%;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .page-id-25 .content__bagger--quote {
    flex-direction: column-reverse;
    gap: 1rem;
  }
}
.page-id-25 .content__bagger--quote .content__bagger--quote-left {
  display: flex;
  align-items: center;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .page-id-25 .content__bagger--quote .content__bagger--quote-left {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: calc(1180px + 5px)) {
  .page-id-25 .content__bagger--quote .content__bagger--quote-right {
    width: 100%;
  }
}
.page-id-25 .content__werken--block {
  margin: 0;
}
.page-id-25 .content__bagger {
  margin-top: 1rem;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .page-id-25 .content__bagger {
    margin: 0;
  }
}
.page-id-25 .content__bagger--right-onderliggend {
  width: 33%;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .page-id-25 .content__bagger--right-onderliggend {
    width: 100%;
  }
}
.single-vacature .content__werken--container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .single-vacature .content__werken--container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}
.single-vacature .content__werken--left {
  width: 65%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .single-vacature .content__werken--left {
    width: 100%;
  }
}
.single-vacature .content__werken--left h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 40px;
  margin: 0;
  font-weight: 700;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .single-vacature .content__werken--left h1 {
    word-break: break-word;
    font-size: clamp(4.5vw, 24px, 40px);
    line-height: clamp(4.5vw, 24px, 40px);
  }
}
.single-vacature .content__werken--left h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  color: #E30613;
  margin: 0;
  font-weight: 700;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .single-vacature .content__werken--left h2 {
    font-size: clamp(2vw, 20px, 30px);
    line-height: clamp(2vw, 20px, 30px);
  }
}
.single-vacature .content__werken--left p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .single-vacature .content__werken--left p {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.single-vacature .content__werken--left li {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .single-vacature .content__werken--left li {
    font-size: clamp(1vw, 16px, 18px);
  }
}
@media screen and (max-width: calc(980px + 5px)) {
  .single-vacature .content__werken--left li {
    margin: 0;
  }
}
.single-vacature .content__werken--left h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 60px;
  margin: 0;
  font-weight: 700;
  margin-top: 2rem;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .single-vacature .content__werken--left h3 {
    font-size: clamp(4.5vw, 25px, 30px);
    line-height: clamp(4.5vw, 25px, 30px);
  }
}
.single-vacature .content__werken--left ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.single-vacature .content__werken--left ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.single-vacature .content__werken--left ul li::before {
  content: "•";
  color: #E30613;
  font-size: 30px !important;
  line-height: 4px;
}
.single-vacature .content__werken--left--cta {
  background: #ececec;
  border-left: 5px solid #5a8b7a;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.05);
  font-size: 0.8em;
  padding: 45px;
  margin: 2rem 0;
}
.single-vacature .content__werken--left--cta h3 {
  margin: 0;
}
.single-vacature .content__werken--left--cta p {
  font-size: 14px;
  font-style: italic;
}
.single-vacature .content__werken--left--cta p > a, .single-vacature .content__werken--left--cta p > a:active, .single-vacature .content__werken--left--cta p > a:visited, .single-vacature .content__werken--left--cta p > a:link {
  color: #92c01f;
  text-decoration: none;
}
.single-vacature .content__werken--left--cta p > a:hover, .single-vacature .content__werken--left--cta p > a:active:hover, .single-vacature .content__werken--left--cta p > a:visited:hover, .single-vacature .content__werken--left--cta p > a:link:hover {
  text-decoration: underline;
}
.single-vacature .content__werken--right {
  width: 30%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .single-vacature .content__werken--right {
    width: 100%;
  }
}
.single-vacature .content__werken--vacatures {
  background-color: #ececec;
  padding: 30px 30px 55px;
  width: 100%;
}
.single-vacature .content__werken--vacatures h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .single-vacature .content__werken--vacatures h3 {
    font-size: clamp(4.5vw, 25px, 30px);
    line-height: clamp(4.5vw, 25px, 30px);
  }
}
.single-vacature .content__werken--vacatures p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 15px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .single-vacature .content__werken--vacatures p {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.single-vacature .content__werken--vacatures > a, .single-vacature .content__werken--vacatures > a:active, .single-vacature .content__werken--vacatures > a:visited, .single-vacature .content__werken--vacatures > a:link {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #92c01f;
  text-decoration: none;
  font-size: 14.4px;
  margin-top: 10px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .single-vacature .content__werken--vacatures > a, .single-vacature .content__werken--vacatures > a:active, .single-vacature .content__werken--vacatures > a:visited, .single-vacature .content__werken--vacatures > a:link {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.single-vacature .content__werken--vacatures--line {
  margin-top: 20px;
  border-top: 3px solid rgba(0, 0, 0, 0.12);
  width: 40%;
}
.single-vacature .content__werken--vacatures a {
  display: block;
}
.single-vacature .content__werken--quote {
  margin-top: 2rem;
  background-color: #fff;
  padding: 45px 30px 55px;
  border: 2px solid #ececec;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.single-vacature .content__werken--quote p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  text-align: center;
  margin-top: 0;
  font-size: 15px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .single-vacature .content__werken--quote p {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.single-vacature .content__werken--quote p:first-child() {
  font-size: 64px;
  font-weight: 700;
  color: #b5b2b1;
  padding: 0;
  margin: 0;
}
.single-vacature .content__werken--quote-bio p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1;
  margin: 0;
  font-size: 15px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .single-vacature .content__werken--quote-bio p {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.single-vacature .content__werken--quote-bio strong {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: black;
  margin: 0;
  line-height: 0;
  font-size: 15px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .single-vacature .content__werken--quote-bio strong {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.single-vacature .content__werken--block {
  margin-top: 2rem;
  background-color: #fff;
  padding: 45px 30px 55px;
  border: 2px solid #5a8b7a;
  width: 100%;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .single-vacature .content__werken--block {
    margin-bottom: 2rem;
  }
}
.single-vacature .content__werken--block h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 200;
  text-transform: uppercase;
}
.single-vacature .content__werken--block p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 15px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .single-vacature .content__werken--block p {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.single-vacature .content__werken--block p > a, .single-vacature .content__werken--block p > a:active, .single-vacature .content__werken--block p > a:visited, .single-vacature .content__werken--block p > a:link {
  text-decoration: none;
  color: #92c01f;
}
.single-vacature .content__werken--block p > a:hover, .single-vacature .content__werken--block p > a:active:hover, .single-vacature .content__werken--block p > a:visited:hover, .single-vacature .content__werken--block p > a:link:hover {
  text-decoration: underline;
}
.single-vacature .content__werken--socials {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.single-vacature .content__werken--socials > a, .single-vacature .content__werken--socials > a:active, .single-vacature .content__werken--socials > a:visited, .single-vacature .content__werken--socials > a:link {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 0.5em 0;
  border-radius: 0.25em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: #969696;
}
.single-vacature .content__werken--socials > a:not(:last-child), .single-vacature .content__werken--socials > a:active:not(:last-child), .single-vacature .content__werken--socials > a:visited:not(:last-child), .single-vacature .content__werken--socials > a:link:not(:last-child) {
  margin-right: 10px;
}
.single-vacature .content__werken--socials > a:hover, .single-vacature .content__werken--socials > a:active:hover, .single-vacature .content__werken--socials > a:visited:hover, .single-vacature .content__werken--socials > a:link:hover {
  background-color: #b0b0b0;
}
.single-vacature .content__werken--socials > a svg, .single-vacature .content__werken--socials > a:active svg, .single-vacature .content__werken--socials > a:visited svg, .single-vacature .content__werken--socials > a:link svg {
  fill: #fff;
}
.single-vacature .content__werken--socials > a svg path, .single-vacature .content__werken--socials > a:active svg path, .single-vacature .content__werken--socials > a:visited svg path, .single-vacature .content__werken--socials > a:link svg path {
  fill: #fff;
}
.single-vacature .werken__menu--item:not(:last-child) {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 10px;
}
@media screen and (max-width: calc(1320px + 5px)) {
  .single-vacature .werken__menu--item {
    padding: 10px 0 5px !important;
  }
}
.single-vacature .werken__opsomming--item {
  list-style: none;
  margin-top: 10px;
}
.single-vacature .werken__opsomming--item:not(:last-of-type) {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 10px;
}
.single-vacature .werken__opsomming--item a, .single-vacature .werken__opsomming--item a:active, .single-vacature .werken__opsomming--item a:visited, .single-vacature .werken__opsomming--item a:link {
  color: #3f4141;
  text-decoration: none;
  font-size: 15px;
}
.single-vacature .werken__opsomming--item a:hover, .single-vacature .werken__opsomming--item a:active:hover, .single-vacature .werken__opsomming--item a:visited:hover, .single-vacature .werken__opsomming--item a:link:hover {
  text-decoration: underline;
}
.postid-27478 .content__vacature--details {
  display: none;
}
a.button-green {
  background: #92c01f !important;
  width: auto;
}
.vakgroep {
  background: #f0f0f0;
  padding: 2rem 0 3rem 0rem;
  margin: 6rem 0 0 0;
}
.vakgroep .contact__intro {
  display: flex;
  align-items: center;
}
.vakgroep .contact__intro h3 {
  color: #4a4a4a;
}
.expertise__container {
  width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 1180px) {
  .expertise__container {
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: calc(1200px + 5px)) {
  body {
    background-image: unset;
  }
}
.grondbank__container {
  width: 1180px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}
@media screen and (max-width: 1180px) {
  .grondbank__container {
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: calc(1180px + 5px)) {
  .grondbank__container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: calc(1140px + 5px)) {
  .grondbank__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: calc(600px + 5px)) {
  .grondbank__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grondbank__image {
  margin-bottom: 1rem;
  width: 100%;
}
.grondbank__image img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.grondbank__item {
  background: #ececec;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-bottom: 3px solid #e4170e;
  padding: 25px 12px;
  width: 100%;
  scroll-margin-top: 7rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.grondbank__details {
  width: 100%;
}
.grondbank__details p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 14px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .grondbank__details p {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.grondbank__details--top {
  width: 100%;
  margin-bottom: 2rem;
}
.grondbank__details--top h3 {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin: 0;
}
.grondbank__details--mid {
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e5e4e4;
}
.grondbank__details--mid p:first-child {
  color: #E30613;
  margin-bottom: 10px;
}
.grondbank__details--mid > a, .grondbank__details--mid > a:active, .grondbank__details--mid > a:visited, .grondbank__details--mid > a:link {
  text-decoration: none;
  color: #92c01f;
}
.grondbank__details--mid > a:hover, .grondbank__details--mid > a:active:hover, .grondbank__details--mid > a:visited:hover, .grondbank__details--mid > a:link:hover {
  text-decoration: underline;
}
.grondbank__details--onder {
  width: 100%;
}
.grondbank__details--onder h4 {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin: 20px 0;
}
.grondbank__details--onder img {
  height: 50px;
}
.content__summary p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin: 0 0 10px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__summary p {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.content__summary p strong {
  font-size: 16px;
}
.content__summary ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.content__summary ul li {
  list-style: inside !important;
  padding-left: 1rem;
  margin-bottom: 5px;
  color: black;
}
.content__summary ul li:before {
  display: none !important;
}
.content__bagger {
  margin-top: 10rem;
  background-color: #E30613;
  padding: 6rem 0 4rem;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__bagger {
    margin-top: 5rem;
  }
}
.content__bagger--container {
  width: 1180px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1180px) {
  .content__bagger--container {
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__bagger--container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}
.content__bagger--container:before {
  content: "";
  background-image: url("https://grondbalans.nl/wp-content/uploads/2020/07/Baggerbalans-swoop-03.svg");
  width: 1180px;
  background-repeat: no-repeat;
  height: 300px;
  display: block;
  position: absolute;
  top: -160px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__bagger--container:before {
    display: none;
  }
}
.content__bagger--left {
  width: 65%;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__bagger--left {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.content__bagger--left h3 {
  color: #4a4a4a;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__bagger--left h3 {
    font-size: clamp(2vw, 20px, 28px);
    line-height: clamp(2vw, 20px, 28px);
  }
}
.content__bagger--left p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #4a4a4a;
  margin: 0;
  font-size: 15px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__bagger--left p {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.content__bagger--right {
  width: 27%;
  padding: 2rem;
  background-color: #ececec;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-bottom: 3px solid #4a4a4a;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__bagger--right {
    width: 100%;
  }
}
.content__bagger--right h3 {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0;
}
.content__bagger--right > a, .content__bagger--right > a:active, .content__bagger--right > a:visited, .content__bagger--right > a:link {
  display: flex;
  padding: 15px 35px 15px 30px;
  width: fit-content;
  box-sizing: border-box;
  font-size: 18px;
  background-color: #E30613;
  color: #fff !important;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  clip-path: polygon(0px 0px, 100% 0%, 95% 100%, 0% 100%);
  text-transform: uppercase;
  transition: filter 0.25s ease;
  filter: brightness(100%);
  background-color: #E30613;
  color: #4a4a4a;
}
.content__bagger--right > a:hover, .content__bagger--right > a:active:hover, .content__bagger--right > a:visited:hover, .content__bagger--right > a:link:hover {
  filter: brightness(110%);
}
@media screen and (max-width: calc(600px + 5px)) {
  .content__bagger--right > a, .content__bagger--right > a:active, .content__bagger--right > a:visited, .content__bagger--right > a:link {
    width: 100%;
    font-size: 15px;
  }
}
.content__bagger--right > a:hover, .content__bagger--right > a:active:hover, .content__bagger--right > a:visited:hover, .content__bagger--right > a:link:hover {
  background-color: #E30613;
  color: #4a4a4a;
}
.content__bagger--right .contact__form--general {
  padding: 0;
}
.content__bagger--right .contact__form--general h5 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 15px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__bagger--right .contact__form--general h5 {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.content__bagger--right .contact__form--general h4 {
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
}
.content__bagger--right .contact__form--general p {
  color: #000;
}
.content__bagger--right .contact__form--general label {
  color: #000;
  line-height: 0;
}
.content__bagger--right .contact__form--general input[type="submit"] {
  background-color: #E30613 !important;
}
.content__bagger--right .contact__form--general input[type="submit"]:hover {
  background-color: #E30613 !important;
}
.content__bagger--right .contact__form--general .wpcf7-acceptance label {
  line-height: 15px !important;
}
.content__bagger--quote {
  padding: 1rem;
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border: 2px solid #4a4a4a;
}
.content__bagger--quote-left {
  width: 20%;
}
.content__bagger--quote-right {
  width: 75%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.content__bagger--quote-right p strong {
  color: #4a4a4a;
}
.content__bagger--quote-right p:last-child {
  color: #4a4a4a;
}
.content__bagger--quote-right p:first-child {
  margin-bottom: 10px;
}
.content__bagger--quote-right p:first-child:before {
  content: "“";
  font-size: 64px;
  position: relative;
  top: -10px;
  line-height: 1;
  float: left;
  margin-right: 9px;
  color: #4a4a4a;
  margin-bottom: -0.8em;
}
.content__opener {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.content__opener-minus i:after {
  content: "-" !important;
}
.content__opener > a, .content__opener > a:active, .content__opener > a:visited, .content__opener > a:link {
  background-color: grey !important;
  clip-path: unset !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 1rem;
  color: #fff;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  font-size: 16px;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
}
.content__opener > a i, .content__opener > a:active i, .content__opener > a:visited i, .content__opener > a:link i {
  margin-left: auto;
  font-style: normal;
  font-size: 25px;
  font-weight: 700;
}
.content__opener > a i:after, .content__opener > a:active i:after, .content__opener > a:visited i:after, .content__opener > a:link i:after {
  content: "+";
}
.content__opener > a:hover, .content__opener > a:active:hover, .content__opener > a:visited:hover, .content__opener > a:link:hover {
  opacity: 0.8;
}
.content__opener--about {
  display: block;
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s ease, padding 0.25s ease;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__opener--about {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.content__opener--about p {
  margin: 1rem;
}
.content__opener--show {
  display: block;
  max-height: 1400px;
  transition: max-height 0.7s ease, padding 1s cubic-bezier(1, 0, 0, 1);
}
@keyframes spin {
  0% {
    transform: rotateZ(0turn);
  }
  100% {
    transform: rotateZ(2turn);
  }
}
.content__full {
  width: 100%;
  height: 40rem;
  margin-bottom: 4rem;
  background-size: cover;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__full {
    height: 15rem;
  }
}
.content__full--span {
  background: #e4170e;
  position: relative;
  width: 50%;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__full--span {
    width: 100%;
  }
}
.content__full--span p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  position: relative;
  color: #fff;
  margin: 0;
  padding: 1rem;
  font-style: italic;
  z-index: 22;
  width: 550px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__full--span p {
    font-size: clamp(1vw, 16px, 18px);
  }
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__full--span p {
    width: 100%;
  }
}
.content__full--span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e4170e;
  transform-origin: 100% -45px;
  transform: skew(-22deg);
  transform-origin: right top;
  z-index: 0;
}
.content__skewed {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  padding: 3rem;
  margin-bottom: 2rem;
  box-shadow: inset 3px 3px 0px 0px #e4170e, inset 0px -3px 0px 0px #e4170e;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__skewed {
    box-shadow: unset;
    border: 3px solid #e4170e;
  }
}
.content__skewed h4 {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  margin: 0 0 2rem;
}
.content__skewed ul {
  padding: 0;
  margin: 0;
}
.content__skewed ul li {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__skewed ul li {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.content__skewed ul li svg {
  width: 20px;
  min-width: 20px;
  margin-right: 10px;
  animation: spin 3s linear infinite;
  animation-play-state: paused;
}
.content__skewed ul li svg path {
  fill: #E30613;
}
.content__skewed ul li:hover svg {
  animation-play-state: running;
}
.content__skewed:after {
  border-top: 3px solid #e4170e;
  border-right: 3px solid #e4170e;
  border-bottom: 3px solid #e4170e;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
  transform: skew(-22deg);
  transform-origin: left bottom;
  z-index: -1;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__skewed:after {
    display: none;
  }
}
.content__form {
  background: #ececec;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-bottom: 3px solid #e4170e;
  padding: 4rem;
  width: 100%;
  margin-top: 4rem;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__form {
    font-size: clamp(1vw, 16px, 18px);
  }
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__form {
    padding: 2rem;
  }
}
.content__form--item {
  margin-bottom: 1rem;
}
.content__form--item input[type="text"] {
  margin-bottom: 10px;
}
.content__form--item label {
  line-height: 31px;
}
.content__form--column {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.content__form--radio {
  margin: 10px 0;
}
.content__form--radio input[type="radio"] {
  display: none;
}
.content__form--radio input[type="radio"] + span {
  background-color: #fff;
  border: 1px solid #c2c2c2;
  padding: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 14px;
  transition: all 0.25s ease;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__form--radio input[type="radio"] + span {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.content__form--radio input[type="radio"] + span:hover {
  background-color: #c2c2c2;
  cursor: pointer;
}
.content__form--radio .first .wpcf7-list-item-label {
  border-right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.content__form--radio .last .wpcf7-list-item-label {
  border-left: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.content__form--radio input[type="radio"]:checked + span {
  color: #fff;
  background-color: #92c01f;
}
.content__form form {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  text-align: left;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__form form {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}
.content__form form p {
  margin: 0;
}
.content__form form h5 {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  margin: 0;
  margin-bottom: 2rem;
}
.content__form form label {
  font-size: 14px;
}
.content__form form .wpcf7-radio {
  margin-bottom: 2rem;
}
.content__form--right {
  width: 40%;
  padding-left: 2rem;
}
.content__form--right input[type="text"], .content__form--right input[type="email"], .content__form--right input[type="name"], .content__form--right input[type="tel"] {
  width: 100%;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__form--right {
    width: 100%;
    padding-left: 0;
  }
  .content__form--right input[type="text"], .content__form--right input[type="email"], .content__form--right input[type="name"], .content__form--right input[type="tel"] {
    width: 100%;
  }
}
.content__form--right .wpcf7-submit {
  display: flex;
  padding: 15px 35px 15px 30px;
  width: fit-content;
  box-sizing: border-box;
  font-size: 18px;
  background-color: #E30613;
  color: #fff !important;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  clip-path: polygon(0px 0px, 100% 0%, 95% 100%, 0% 100%);
  text-transform: uppercase;
  transition: filter 0.25s ease;
  filter: brightness(100%);
}
.content__form--right .wpcf7-submit:hover {
  filter: brightness(110%);
}
@media screen and (max-width: calc(600px + 5px)) {
  .content__form--right .wpcf7-submit {
    width: 100%;
    font-size: 15px;
  }
}
.content__form--right .wpcf7-list-item {
  margin: 0;
}
.content__form--left {
  width: 18%;
  border-right: 1px solid #c2c2c2;
  min-height: 100%;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__form--left {
    width: 100%;
    border: 0;
  }
}
.content__form--left p {
  margin: 0;
}
.content__form--left .wpcf7-radio {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.content__form--left .wpcf7-list-item {
  margin: 0;
}
.contact__form--general {
  padding: 4rem;
}
.contact__form--general h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 30px;
  margin: 0;
}
.contact__form--general h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 24px;
  margin: 0;
}
.contact__form--general p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .contact__form--general p {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.contact__form--general input {
  width: 100%;
}
.contact__form--general input[type="submit"] {
  display: flex;
  padding: 15px 35px 15px 30px;
  width: fit-content;
  box-sizing: border-box;
  font-size: 18px;
  background-color: #E30613;
  color: #fff !important;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  clip-path: polygon(0px 0px, 100% 0%, 95% 100%, 0% 100%);
  text-transform: uppercase;
  transition: filter 0.25s ease;
  filter: brightness(100%);
  border: 0;
  margin-top: 1rem;
}
.contact__form--general input[type="submit"]:hover {
  filter: brightness(110%);
}
@media screen and (max-width: calc(600px + 5px)) {
  .contact__form--general input[type="submit"] {
    width: 100%;
    font-size: 15px;
  }
}
.contact__form--general label {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .contact__form--general label {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.contact__form--item {
  margin-bottom: 1rem;
}
.contact__form--item input {
  margin-top: -2rem;
}
.contact__form--item br {
  margin-top: -1rem;
}
.contact__form--item:last-child {
  margin-bottom: 0;
}
.contact__form--item input[type="checkbox"] {
  margin-right: 10px;
  margin-left: 0;
  margin-top: 0;
  width: auto;
}
.contact__form--item label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.contact__form--item .wpcf7-list-item {
  margin: 0;
}
body {
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  .aos-animate {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}
.wpcf7-not-valid-tip {
  font-size: 15px;
}
.wpcf7-response-output {
  background-color: #4A4A4A;
  color: black;
  border: 0 !important;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
  padding: 2rem !important;
}
.contact__form--general .wpcf7-not-valid-tip {
  color: #fff;
}
.content__bagger--right .wpcf7-not-valid-tip {
  color: red;
}
.nieuws {
  width: 100%;
}
.nieuws__pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  margin-top: 1rem;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .nieuws__pagination {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.nieuws__pagination > a, .nieuws__pagination > a:active, .nieuws__pagination > a:visited, .nieuws__pagination > a:link {
  margin: 0 5px;
  color: #92c01f;
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #92c01f;
}
.nieuws__pagination > a:hover, .nieuws__pagination > a:active:hover, .nieuws__pagination > a:visited:hover, .nieuws__pagination > a:link:hover {
  background-color: #92c01f;
  color: #fff;
}
.nieuws__pagination span {
  margin: 0 5px;
  background-color: #4A4A4A;
  color: black;
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #4A4A4A;
}
.nieuws__container {
  width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .nieuws__container {
    width: calc(100% - 2rem);
  }
}
.nieuws__row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.nieuws__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: calc(100% / 3 - 10px);
  margin-right: 15px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-bottom: 15px;
}
@media screen and (max-width: calc(1105px + 5px)) {
  .nieuws__item {
    width: calc(100% / 2 - 10px);
    margin-right: 20px;
  }
}
@media screen and (max-width: calc(705px + 5px)) {
  .nieuws__item {
    width: 100%;
    margin-right: 0px;
  }
}
.nieuws__item:nth-child(3n+3) {
  margin-right: 0px;
}
@media screen and (max-width: calc(1105px + 5px)) {
  .nieuws__item:nth-child(3n+3) {
    margin-right: 20px;
  }
}
@media screen and (max-width: calc(705px + 5px)) {
  .nieuws__item:nth-child(3n+3) {
    margin-right: 0px;
  }
}
@media screen and (max-width: calc(1105px + 5px)) {
  .nieuws__item:nth-child(2n+2) {
    margin-right: 0px;
  }
}
.nieuws__item--content {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.nieuws__item--content--title {
  margin-top: 15px;
  text-align: center;
}
.nieuws__item--content--title > a, .nieuws__item--content--title > a:active, .nieuws__item--content--title > a:visited, .nieuws__item--content--title > a:link {
  color: #E30613;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}
.nieuws__item--content--date {
  font-size: 14px;
  color: #757575;
  font-family: "Poppins", sans-serif;
  margin-top: 15px;
}
.nieuws__item--content--line {
  width: 35px;
  height: 1px;
  background: #aaa;
  display: block;
  text-align: center;
  margin: 10px auto;
}
.nieuws__item--content--summary {
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.nieuws__item--content--summary p {
  margin-bottom: 20px;
}
.nieuws__item--content--button {
  margin-bottom: 45px;
  margin-top: auto;
}
.nieuws__item--content--button > a, .nieuws__item--content--button > a:active, .nieuws__item--content--button > a:visited, .nieuws__item--content--button > a:link {
  display: flex;
  padding: 15px 35px 15px 30px;
  width: fit-content;
  box-sizing: border-box;
  font-size: 18px;
  background-color: #E30613;
  color: #fff !important;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  clip-path: polygon(0px 0px, 100% 0%, 95% 100%, 0% 100%);
  text-transform: uppercase;
  transition: filter 0.25s ease;
  filter: brightness(100%);
  font-size: 15px;
}
.nieuws__item--content--button > a:hover, .nieuws__item--content--button > a:active:hover, .nieuws__item--content--button > a:visited:hover, .nieuws__item--content--button > a:link:hover {
  filter: brightness(110%);
}
@media screen and (max-width: calc(600px + 5px)) {
  .nieuws__item--content--button > a, .nieuws__item--content--button > a:active, .nieuws__item--content--button > a:visited, .nieuws__item--content--button > a:link {
    width: 100%;
    font-size: 15px;
  }
}
.nieuws__item--thumb {
  width: 100%;
  height: 250px;
  background-size: cover;
  margin-bottom: 1rem;
}
.nieuws__item--thumb:hover .nieuws__item--thumb-title {
  opacity: 1;
}
.nieuws__item--thumb-title {
  opacity: 0;
  transition: all 0.4s ease;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.508);
  display: flex;
  justify-content: center;
  align-items: center;
}
.nieuws__item--thumb-title h4 {
  margin: 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 18px;
  width: 80%;
  text-align: center;
  text-transform: uppercase;
}
.nieuws__item--thumb-title h4:hover {
  text-decoration: underline;
}
.nieuws__page {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  width: 1180px;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1180px) {
  .nieuws__page {
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: calc(1180px + 5px)) {
  .nieuws__page {
    flex-wrap: wrap;
  }
}
.nieuws__page--breadcrumbs {
  width: 1180px;
  margin: 0 auto;
  margin-top: 5rem;
}
@media screen and (max-width: 1180px) {
  .nieuws__page--breadcrumbs {
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: calc(1180px + 5px)) {
  .nieuws__page--breadcrumbs {
    margin-top: 2rem;
  }
}
.nieuws__page--breadcrumbs p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 12px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .nieuws__page--breadcrumbs p {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.nieuws__page--breadcrumbs p > a, .nieuws__page--breadcrumbs p > a:active, .nieuws__page--breadcrumbs p > a:visited, .nieuws__page--breadcrumbs p > a:link {
  color: #92c01f;
  text-decoration: none;
}
.nieuws__page--content {
  width: 65%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .nieuws__page--content {
    width: 100%;
  }
}
.nieuws__page--content h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 25px 0 12px !important;
  font-size: 38px;
  line-height: 38px;
}
.nieuws__page--content img {
  width: 100%;
}
.nieuws__page--content p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin: 0 0 10px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .nieuws__page--content p {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.nieuws__page--content p strong {
  font-weight: 700;
}
.nieuws__page--content p > a, .nieuws__page--content p > a:active, .nieuws__page--content p > a:visited, .nieuws__page--content p > a:link {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #92c01f;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .nieuws__page--content p > a, .nieuws__page--content p > a:active, .nieuws__page--content p > a:visited, .nieuws__page--content p > a:link {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.nieuws__page--content p > a:hover, .nieuws__page--content p > a:active:hover, .nieuws__page--content p > a:visited:hover, .nieuws__page--content p > a:link:hover {
  text-decoration: underline;
}
.nieuws__page--sidebar {
  width: 32%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #ececec;
  padding: 30px 30px 55px;
  height: 100%;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .nieuws__page--sidebar {
    width: 100%;
    margin-top: 2rem;
  }
}
.nieuws__page--sidebar > a, .nieuws__page--sidebar > a:active, .nieuws__page--sidebar > a:visited, .nieuws__page--sidebar > a:link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  margin-bottom: 15px;
  color: #92c01f;
  text-decoration: none;
}
.nieuws__page--sidebar > a h5, .nieuws__page--sidebar > a:active h5, .nieuws__page--sidebar > a:visited h5, .nieuws__page--sidebar > a:link h5 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 16px;
  margin: 0;
  font-weight: 200;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .nieuws__page--sidebar > a h5, .nieuws__page--sidebar > a:active h5, .nieuws__page--sidebar > a:visited h5, .nieuws__page--sidebar > a:link h5 {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.nieuws__page--sidebar > a p, .nieuws__page--sidebar > a:active p, .nieuws__page--sidebar > a:visited p, .nieuws__page--sidebar > a:link p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin: 0;
  font-size: 14px;
  color: #999;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .nieuws__page--sidebar > a p, .nieuws__page--sidebar > a:active p, .nieuws__page--sidebar > a:visited p, .nieuws__page--sidebar > a:link p {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.nieuws__page--sidebar--content {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.nieuws__page--sidebar--img {
  width: 50px;
  height: 50px;
  background-size: cover;
  display: block;
  padding: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.nieuws__page--sidebar h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 0;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
}
.nieuws__page--buttons {
  width: 100%;
  border-bottom: 1px solid #ececec;
  margin-top: 30px;
  padding-bottom: 2rem;
  margin-bottom: 10px;
}
.nieuws__page--buttons > a, .nieuws__page--buttons > a:active, .nieuws__page--buttons > a:visited, .nieuws__page--buttons > a:link {
  display: flex;
  padding: 15px 35px 15px 30px;
  width: fit-content;
  box-sizing: border-box;
  font-size: 18px;
  background-color: #E30613;
  color: #fff !important;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  clip-path: polygon(0px 0px, 100% 0%, 95% 100%, 0% 100%);
  text-transform: uppercase;
  transition: filter 0.25s ease;
  filter: brightness(100%);
}
.nieuws__page--buttons > a:hover, .nieuws__page--buttons > a:active:hover, .nieuws__page--buttons > a:visited:hover, .nieuws__page--buttons > a:link:hover {
  filter: brightness(110%);
}
@media screen and (max-width: calc(600px + 5px)) {
  .nieuws__page--buttons > a, .nieuws__page--buttons > a:active, .nieuws__page--buttons > a:visited, .nieuws__page--buttons > a:link {
    width: 100%;
    font-size: 15px;
  }
}
.nieuws__page--buttons p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #E30613;
  font-weight: 700;
  margin-top: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .nieuws__page--buttons p {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.nieuws__page--line {
  width: 90px;
  height: 4px;
  display: block;
  background-color: #E30613;
}
.nieuws__page--navigation {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin: 0;
}
.nieuws__page--navigation > a, .nieuws__page--navigation > a:active, .nieuws__page--navigation > a:visited, .nieuws__page--navigation > a:link {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  text-decoration: none;
  font-size: 14px;
  color: #92c01f;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .nieuws__page--navigation > a, .nieuws__page--navigation > a:active, .nieuws__page--navigation > a:visited, .nieuws__page--navigation > a:link {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.nieuws__page--navigation > a:hover, .nieuws__page--navigation > a:active:hover, .nieuws__page--navigation > a:visited:hover, .nieuws__page--navigation > a:link:hover {
  text-decoration: underline;
}
.content__vacature--content {
  margin-top: 2rem;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 14px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__vacature--content {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.content__vacature--content p {
  font-size: 14px;
  margin: 0 0 1rem;
}
.content__vacature--content p > a, .content__vacature--content p > a:active, .content__vacature--content p > a:visited, .content__vacature--content p > a:link {
  color: #92c01f;
  font-weight: 600;
}
.content__vacature--details {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  margin: 2rem 0 0;
}
.content__vacature--row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (max-width: calc(500px + 5px)) {
  .content__vacature--row {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.content__vacature--item {
  width: calc(100% / 2 - 10px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: calc(500px + 5px)) {
  .content__vacature--item {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.content__vacature--item svg {
  margin-right: 25px;
}
@media screen and (max-width: calc(500px + 5px)) {
  .content__vacature--item svg {
    width: 20px;
  }
}
.content__vacature--item svg path {
  color: #E30613;
}
.content__vacature--specifics {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.content__vacature--specifics h4 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin: 0;
  color: #4A4A4A;
  font-weight: 100;
  font-size: 14px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__vacature--specifics h4 {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.content__vacature--specifics p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__vacature--specifics p {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.content__vacature--contact {
  background-color: #ececec;
  padding: 65px 45px 85px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-bottom: 3px solid #E30613;
  width: 100%;
  margin: 2rem 0;
}
.content__vacature--contact .contact__form--general {
  padding: 0;
}
.content__vacature--contact .contact__form--general h4, .content__vacature--contact .contact__form--general h5, .content__vacature--contact .contact__form--general p, .content__vacature--contact .contact__form--general label {
  color: black;
}
.content__vacature--contact .contact__form--general p {
  font-size: 14px;
}
.content__vacature--contact .contact__form--general p > a, .content__vacature--contact .contact__form--general p > a:active, .content__vacature--contact .contact__form--general p > a:visited, .content__vacature--contact .contact__form--general p > a:link {
  color: #92c01f;
  font-weight: 600;
}
.content__vacature--sidebar > a, .content__vacature--sidebar > a:active, .content__vacature--sidebar > a:visited, .content__vacature--sidebar > a:link {
  display: flex;
  padding: 15px 35px 15px 30px;
  width: fit-content;
  box-sizing: border-box;
  font-size: 18px;
  background-color: #E30613;
  color: #fff !important;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  clip-path: polygon(0px 0px, 100% 0%, 95% 100%, 0% 100%);
  text-transform: uppercase;
  transition: filter 0.25s ease;
  filter: brightness(100%);
}
.content__vacature--sidebar > a:hover, .content__vacature--sidebar > a:active:hover, .content__vacature--sidebar > a:visited:hover, .content__vacature--sidebar > a:link:hover {
  filter: brightness(110%);
}
@media screen and (max-width: calc(600px + 5px)) {
  .content__vacature--sidebar > a, .content__vacature--sidebar > a:active, .content__vacature--sidebar > a:visited, .content__vacature--sidebar > a:link {
    width: 100%;
    font-size: 15px;
  }
}
.content__vacature--sidebar--line {
  margin: 20px auto;
  border-top: 3px solid #E30613;
  width: 30%;
}
.content__vacature--sidebar ul {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .content__vacature--sidebar ul {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.content__vacature--sidebar ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.content__vacature--sidebar ul li::before {
  content: "•";
  color: #E30613;
  font-size: 30px !important;
  line-height: 0;
}
.grecaptcha-badge {
  display: none !important;
}
.popup {
  position: fixed;
  bottom: 55px;
  right: 25px;
  opacity: 0;
  transform: translateY(5rem);
  display: flex;
  width: 400px;
  height: 160px;
  background-color: #ececec;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.12), 0 16px 16px rgba(0, 0, 0, 0.12);
  z-index: 999;
  transition: height 0.25s ease, width 0.25s ease;
}
@media screen and (max-width: calc(500px + 5px)) {
  .popup {
    left: 0;
    right: unset;
    bottom: 25px;
    width: 100%;
  }
}
.popup:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 50px;
  z-index: -2;
  background: #ececec;
  transform-origin: bottom left;
  transform: skew(-13deg, 0deg);
}
.popup__container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-top: 3rem;
}
.popup__container p {
  color: #E30613;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 21px;
  line-height: 21px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .popup__container p {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.popup__left {
  width: 60%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: calc(250px + 5px)) {
  .popup__left {
    width: 100%;
  }
}
.popup__left > a, .popup__left > a:active, .popup__left > a:visited, .popup__left > a:link {
  background-color: #E30613;
  padding: 10px 20px;
  border-radius: 40px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .popup__left > a, .popup__left > a:active, .popup__left > a:visited, .popup__left > a:link {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.popup__left > a:hover, .popup__left > a:active:hover, .popup__left > a:visited:hover, .popup__left > a:link:hover {
  background-color: #b1050f;
}
.popup__right {
  width: 40%;
}
@media screen and (max-width: calc(250px + 5px)) {
  .popup__right {
    display: none;
  }
}
.popup__right img {
  margin-bottom: 2rem;
  width: 90%;
}
.popup__close {
  position: absolute;
  right: 5px;
  top: 5px;
  line-height: 0;
  background-color: #fff;
  padding: 10px;
}
.popup__close img {
  width: 10px;
}
.popup__close:hover {
  cursor: pointer;
  background-color: #92c01f;
}
.popup__close:hover img {
  filter: invert(100%);
}
.popup--show {
  animation: showPopUp 0.5s ease forwards;
}
.popup__form {
  top: 40px;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.popup__form .wpcf7-response-output {
  margin-bottom: 1rem;
}
.popup__form--item {
  margin: 1rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.popup__form--item .wpcf7-checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .popup__form--item .wpcf7-checkbox {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.popup__form--item p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: unset;
}
.popup__form--item input[type="email"] {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  width: 100%;
  padding: 5px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .popup__form--item input[type="email"] {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.popup__form--item input[type="tel"] {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  width: 100%;
  padding: 5px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .popup__form--item input[type="tel"] {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.popup__form--item input[type="submit"] {
  display: flex;
  padding: 15px 35px 15px 30px;
  width: fit-content;
  box-sizing: border-box;
  font-size: 18px;
  background-color: #E30613;
  color: #fff !important;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  clip-path: polygon(0px 0px, 100% 0%, 95% 100%, 0% 100%);
  text-transform: uppercase;
  transition: filter 0.25s ease;
  filter: brightness(100%);
}
.popup__form--item input[type="submit"]:hover {
  filter: brightness(110%);
}
@media screen and (max-width: calc(600px + 5px)) {
  .popup__form--item input[type="submit"] {
    width: 100%;
    font-size: 15px;
  }
}
.popup__form--block {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  z-index: 999;
  position: relative;
  overflow: auto;
  transform: translateY(-15px);
}
@media screen and (max-width: calc(700px + 5px)) {
  .popup__form--block {
    width: 100%;
  }
}
.popup__form--block-heading p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #E30613;
  font-weight: 900;
  margin: 0;
  font-size: 21px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .popup__form--block-heading p {
    font-size: clamp(1vw, 16px, 18px);
  }
}
.popup__form--block .wpcf7 {
  width: 100%;
}
.popup__form--block form {
  width: 100%;
}
.popup__form--block form p {
  margin: 0;
}
.popup__form--block form input[type="text"] {
  width: 100%;
}
.popup__form--block form .content__form--right {
  width: 100%;
  padding-left: 0;
}
.popup__form--block form span.wpcf7-list-item {
  margin: 0 !important;
}
.popup__form--block-close {
  position: absolute;
  right: 5px;
  top: 5px;
  line-height: 0;
  background-color: #fff;
  padding: 10px;
}
.popup__form--block-close img {
  width: 10px;
}
.popup__form--block-close:hover {
  cursor: pointer;
  background-color: #92c01f;
}
.popup__form--block-close:hover img {
  filter: invert(100%);
}
.popup__form--show {
  display: flex;
}
.popup__hide {
  display: none !important;
}
.popup__grow {
  height: auto;
  z-index: 1000;
  width: 420px;
}
@media screen and (max-width: calc(505px + 5px)) {
  .popup__grow {
    width: 100%;
    max-height: 100%;
    bottom: 0;
  }
}
.popup__grow:before {
  display: none !important;
}
.popup .wpcf7-response-output {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.popup .wpcf7-list-item-label {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 16px;
}
@media screen and (max-width: calc(1180px + 5px)) {
  .popup .wpcf7-list-item-label {
    font-size: clamp(1vw, 16px, 18px);
  }
}
@keyframes showPopUp {
  0% {
    transform: translateY(5rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
#case-gallery {
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1180px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1180px) {
  #case-gallery {
    width: calc(100% - 2rem);
  }
}
#case-gallery article {
  max-height: 250px;
}
#case-gallery article button {
  position: relative;
  top: 20%;
  left: 5%;
  background-color: #E30613;
  border: none;
  color: white;
  padding: 10px;
  z-index: 3;
}
#case-gallery article a {
  text-decoration: none;
}
#case-gallery article a h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: white;
  text-transform: uppercase;
  position: relative;
  width: 50%;
  top: -150px;
  padding: 5%;
  text-shadow: 2px 2px 3px #505050;
}
