/*
Theme Name: TGM
Theme URI: http://www.tgm.nl
Version: 1.0
Description: Maatwerk WordPress thema.
Author: Spits
Author URI: http://www.spits.online
Tags: Spits
*/
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active, a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit;
}
/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
}
/**
 * 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;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
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;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button, [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;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
  /* 1 */
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Coding by Spits.nl 
======================================== */
/* VARIABLES 
======================================== */
/* GENERAL
======================================== */
html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: "Roboto", sans-serif;
}
body.menu-open {
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media screen and (min-width: 1500px) {
  .container {
    width: 100%;
    position: relative;
    max-width: 1400px;
  }
}
a {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
a[href^="tel"] {
  text-decoration: none;
}
.logo img {
  width: 100%;
}
*:focus {
  outline: 0;
}
.nogutter {
  padding: 0;
  margin: 0 auto;
}
.clear {
  clear: both;
}
#melding {
  border-radius: 0;
}
#swipebox-bottom-bar {
  bottom: 0px !important;
  transform: translate3d(0, 0, 0) !important;
}
#swipebox-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}
#grid {
  margin: 0 -15px;
  overflow: hidden;
}
#grid[data-columns]::before {
  content: "3 .column.size-1of3";
  opacity: 0;
}
#grid.grid-4[data-columns]::before {
  content: "4 .column.size-1of4";
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #grid {
    flex-flow: wrap;
  }
}
.column:before {
  display: none;
}
.column {
  float: left;
}
#grid .column > div, #grid > div {
  padding: 0 15px;
  min-height: 285px;
}
#grid .column > div img, #grid > div img {
  width: 100%;
}
#grid .column > div h3, #grid > div h3 {
  font-size: 22px;
}
#grid .column > div .column-item--inner, #grid > div .column-item--inner {
  background: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.03);
  position: relative;
}
#grid .column > .column-item-open-sollicitation {
  background: #af1280;
  color: #fff;
}
#grid .column > .column-item-open-sollicitation p {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
#grid .column > .column-item-open-sollicitation a.btn-text {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .size-1of3, .size-1of4, .size-2of3 {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .size-1of3 {
    width: 33.333%;
  }
  .size-1of4 {
    width: 25%;
  }
  .size-2of3 {
    width: 66.666%;
  }
}
.btn-custom {
  border: 2px solid #656565;
  border-radius: 0;
  color: #000;
  transition: 0.3s ease;
}
.btn-custom:hover {
  background: #656565;
  color: #fff;
}
.color-light-grey {
  color: rgba(45, 45, 45, 0.7);
}
.btn-custom.btn-custom-purple {
  border: 2px solid #af1280;
  border-radius: 0;
  color: #af1280;
  transition: 0.3s ease;
}
.btn-custom.btn-custom-purple:hover {
  background: #af1280;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .btn-custom {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .btn-custom {
    font-size: 18px;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .search__form {
    display: none !important;
  }
  .bottom_container_search_menu {
    max-width: 100% !important;
  }
}
/* IE SVG Fix
======================================== */
.ie9 img[src*=".svg"] {
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%;
  }
}
h1 {
  color: #af1280;
  margin: 0;
}
h2 {
  font-size: 28px;
}
span.subtitle {
  font-size: 1.25rem;
  display: block;
}
.admin-bar header {
  top: 32px;
}
header {
  border-bottom: 1px solid rgba(240, 240, 240, 0.5);
}
#btn-search, .btn--search-close {
  background: none;
  padding: 0;
  cursor: pointer;
  height: 27px;
}
#btn-search svg {
  width: 25px;
  fill: #af1280;
}
.btn--search-close svg {
  fill: #fff;
  width: 25px;
}
/* MENU / ZOEKEN
======================================== */
.search__inner--up {
  background: #af1280;
}
.search__inner--down {
  background: #fff;
}
.search__form {
  color: #af1280;
}
ul#menu-hoofdmenu, #menu-hoofdmenu-english {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul#menu-hoofdmenu li, #menu-hoofdmenu-english li {
  position: relative;
  transition: 0.3s ease;
}
ul#menu-hoofdmenu li a, #menu-hoofdmenu-english li a {
  font-size: 22px;
  padding: 0;
  position: relative;
  transition: 0.3s ease;
}
ul#menu-hoofdmenu li ul.sub-menu, #menu-hoofdmenu-english li ul.sub-menu {
  left: 0;
}
ul#menu-hoofdmenu ul.sub-menu, #menu-hoofdmenu-english ul.sub-menu {
  padding: 0;
  margin-left: -17px;
  width: 200px;
}
ul#menu-hoofdmenu ul.sub-menu li, #menu-hoofdmenu-english ul.sub-menu li {
  display: block;
  width: 100%;
}
ul#menu-hoofdmenu ul.sub-menu li:before, #menu-hoofdmenu-english ul.sub-menu li:before {
  display: none;
}
ul#menu-hoofdmenu li:hover a, ul#menu-hoofdmenu-english li:hover a, ul#menu-hoofdmenu li.current-menu-item a {
  color: #f9aee7;
}
ul#menu-hoofdmenu li ul.sub-menu li a, ul#menu-hoofdmenu-english li ul.sub-menu li a {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
ul#menu-hoofdmenu ul.sub-menu li:hover a, #menu-hoofdmenu-english ul.sub-menu li:hover a {
  color: #f9aee7 !important;
}
.contact-buttons {
  color: #fff;
  width: 100%;
  border-top: 1px solid #92096d;
  padding-top: 15px;
}
.contact-buttons a {
  color: #fff;
}
.bottom_container_search_menu {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .bottom_container_search_menu {
    width: 100%;
  }
  ul#menu-hoofdmenu, #menu-hoofdmenu-english {
    padding: 0 15px;
  }
  ul#menu-hoofdmenu > li, #menu-hoofdmenu-english > li {
    display: flex;
    text-align: left;
    justify-content: space-between;
    border-bottom: 1px solid #92096d;
  }
  ul#menu-hoofdmenu > li:last-child, #menu-hoofdmenu-english > li:last-child {
    border: 0;
  }
  ul#menu-hoofdmenu li a, #menu-hoofdmenu-english li a {
    font-size: 19px;
  }
  ul#menu-hoofdmenu, #menu-hoofdmenu-english {
    width: 100%;
  }
  ul#menu-hoofdmenu li ul.sub-menu, #menu-hoofdmenu-english li ul.sub-menu {
    padding: 0;
    margin-left: 0;
    text-align: left;
    line-height: 32px;
  }
  ul#menu-hoofdmenu li ul.sub-menu li a, #menu-hoofdmenu-english li ul.sub-menu li a {
    color: #f9aee7 !important;
  }
  ul#menu-hoofdmenu li ul.sub-menu li, #menu-hoofdmenu-english li ul.sub-menu li {
    display: block;
    margin: 0;
  }
  .bottom_container_search_menu {
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  #menu-hoofdmenu-english {
    display: flex;
    list-style: none;
  }
  ul#menu-hoofdmenu, #menu-hoofdmenu-english {
    display: flex;
    list-style: none;
  }
  ul#menu-hoofdmenu.menu li, #menu-hoofdmenu-english.menu li {
    display: flex;
    align-items: center;
  }
  ul#menu-hoofdmenu li ul.sub-menu, #menu-hoofdmenu-english li ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
  }
  ul#menu-hoofdmenu li:hover ul.sub-menu, #menu-hoofdmenu-english li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
  }
  ul#menu-hoofdmenu li:hover a, ul#menu-hoofdmenu-english li:hover a, ul#menu-hoofdmenu li.current-menu-item a {
    color: #f9aee7;
  }
}
header.header-bg {
  background: #fff;
}
header.header-bg #btn-search svg {
  fill: #af1280;
}
#btn-search:hover svg, .btn--search-close:hover svg {
  fill: #333333;
}
header.header-bg .text-menu:before {
  display: none;
}
header.header-bg #btn-search svg {
  opacity: 1;
}
header a.nav-link {
  font-size: 1.2rem;
}
header nav.navbar {
  padding: 0;
  position: relative;
  z-index: 2;
}
header .icon-bars {
  cursor: pointer;
  width: 35px;
}
header .icon-bar {
  height: 2px;
  background: #af1280;
  display: block;
  float: right;
  transition: 0.3s ease;
}
header .icon-bar:first-child {
  width: 30px;
}
header .icon-bar:nth-child(2) {
  margin: 7px 0;
  width: 25px;
}
header .icon-bar:last-child {
  width: 35px;
}
header .icon-bars:hover .icon-bar {
  background: #333333;
  transition: 0.3s ease;
}
header .icon-bar:first-child {
  width: 30px;
}
header .icon-bar:nth-child(2) {
  margin: 7px 0;
  width: 25px;
}
header .icon-bar:last-child {
  width: 35px;
}
header .icon-bars:hover .icon-bar:first-child {
  width: 25px;
}
header .icon-bars:hover .icon-bar:nth-child(2) {
  width: 35px;
}
header .icon-bars:hover .icon-bar:last-child {
  width: 30px;
}
header .text-menu {
  display: block;
  font-size: 14px;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
.home header .text-menu:before {
  content: "";
  height: 1px;
  width: 60px;
  position: absolute;
  top: 50%;
  left: -70px;
  background: #fff;
}
.home header .text-menu {
  left: 100px;
  position: relative;
}
.home header .menu-btn {
  position: relative;
}
.home header.header-bg .text-menu {
  color: #808080;
  left: 0;
  transform: rotate(-90deg);
}
header.subpage #btn-search svg {
  fill: #af1280;
  opacity: 1;
}
header.subpage .text-menu {
  color: #808080;
  transform: rotate(-90deg);
}
header.front {
  background: rgba(255, 255, 255, 0.85);
}
header.header-bg.fixed {
  background: #fff;
}
.language_selector img {
  width: 25px;
  display: none;
}
.language_selector a img {
  display: block;
}
@media screen and (max-width: 768px) {
  header .navbar-brand {
    width: 150px;
  }
  header nav.navbar {
    flex-direction: row;
    align-items: center;
  }
  .menu li + li:before {
    display: none;
  }
  ul#menu-hoofdmenu li, ul#menu-hoofdmenu-english li {
    margin-bottom: 7px;
  }
  #btn-search svg {
    fill: #af1280;
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  header.front {
    z-index: 1030;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    min-height: 120px;
  }
  .admin-bar header.fixed {
    top: 32px;
  }
  header .navbar-brand {
    width: 270px;
  }
}
/* Home - video
======================================== */
#company-video video {
  object-fit: cover;
  width: 100%;
}
#company-video .social-media {
  background: #fff;
  padding: 15px;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
  right: 0;
  margin-top: -53px;
}
@media screen and (max-width: 768px) {
  #company-video video {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  #company-video {
    height: 100vh;
  }
  #company-video video {
    height: 100vh;
  }
}
@media screen and (min-width: 769px) {
  .row-type-text-image-3 {
    overflow: hidden;
  }
  .row-type-text-image-3 .image-wrapper {
    position: relative;
  }
  .row-type-text-image-3 .image-wrapper img {
    position: absolute;
    left: 0;
    height: 100%;
    width: calc(100% + ((100vw - 1400px) / 2) + 30px);
    top: 0;
    max-width: none;
    object-fit: cover;
  }
  .row-type-text-image-3 .image-wrapper.order-lg-start img {
    left: auto;
    right: 0;
  }
  .order-lg-start {
    order: 1;
  }
  .order-lg-end {
    order: 2;
  }
}
@media screen and (max-width: 769px) {
  .row-type-text-image-3 .image-wrapper img {
    width: calc(100% + 30px);
    margin-left: -15px;
    max-width: none;
    object-fit: cover;
  }
}
.row-type-text-image-1 ul, .row-type-text-image-1 ol, .row-type-text-image-2 ul, .row-type-text-image-2 ol, .row-type-text-image-3 ul, .row-type-text-image-3 ol, .row-type-text ul, .row-type-text ol, .row-type-text-card ul, .row-type-text-card ol {
  padding-left: 1rem;
}
.row-type-text-image-1 ul li, .row-type-text-image-1 ol li, .row-type-text-image-2 ul li, .row-type-text-image-2 ol li, .row-type-text-image-3 ul li, .row-type-text-image-3 ol li, .row-type-text ul li, .row-type-text ol li, .row-type-text-card ul li, .row-type-text-card ol li {
  margin-bottom: 0.35rem;
}
.row-type-text-image-1 ul li::marker, .row-type-text-image-1 ol li::marker, .row-type-text-image-2 ul li::marker, .row-type-text-image-2 ol li::marker, .row-type-text-image-3 ul li::marker, .row-type-text-image-3 ol li::marker, .row-type-text ul li::marker, .row-type-text ol li::marker, .row-type-text-card ul li::marker, .row-type-text-card ol li::marker {
  color: #af1280;
}
.text-primary {
  color: #af1280 !important;
}
.scrolldown {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  bottom: 30px;
  left: 50%;
  margin-left: -15px;
  color: #fff;
  font-size: 14px;
  opacity: 0.9;
  cursor: pointer;
}
.scrolldown .text {
  order: 2;
  margin-left: 10px;
}
.scrolldown i {
  order: 1;
  line-height: 32px;
  -webkit-animation: bounce 800ms cubic-bezier(0.7, 0, 0.3, 1) infinite alternate;
  -moz-animation: bounce 800ms cubic-bezier(0.7, 0, 0.3, 1) infinite alternate;
  animation: bounce 800ms cubic-bezier(0.7, 0, 0.3, 1) infinite alternate;
}
.scrolldown i svg {
  fill: #fff;
}
.scrolldown:hover {
  opacity: 0.4;
}
.scroll .scrolldown {
  opacity: 0;
}
@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateX(0px);
  }
  to {
    -webkit-transform: translateX(5px);
  }
}
@-moz-keyframes bounce {
  from {
    -moz-transform: translateX(0px);
  }
  to {
    -moz-transform: translateX(5px);
  }
}
@keyframes bounce {
  from {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  to {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
  }
}
/* Home - intro
======================================== */
#intro {
  position: relative;
}
#intro .pand {
  position: relative;
}
#intro .pand:after {
  content: "";
  background: url("images/beeldmerk.png");
  background-position: right bottom;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}
#intro .social-media {
  right: inherit;
  padding: 15px;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
  background: #fff;
  z-index: 2;
  transition: 0.3s ease;
}
#intro .social-media a:hover {
  opacity: 0.5;
}
#intro .cta-buttons {
  position: absolute;
  bottom: -27px;
  left: calc((100vw - 1400px) / 2);
  display: flex;
  z-index: 2;
}
#intro .cta-buttons a {
  color: #575656;
  border: 0;
  border-bottom: 2px solid #cdcdcd;
  border-radius: 0;
}
#intro .cta-buttons a.btn-tel {
  background: #f4f4f4;
}
#intro .cta-buttons a.btn-mail {
  background: #e1e1e1;
}
.bim-ready {
  color: #fff;
  border-radius: 100%;
  text-align: center;
  background: #af1280;
  align-items: center;
  justify-content: center;
  display: flex;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  line-height: 22px;
  font-size: 18px;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50px;
  left: -50px;
}
@media screen and (max-width: 768px) {
  #intro .pand {
    padding-bottom: 50%;
  }
  #intro .social-media {
    top: 0;
    left: 50%;
    transform: rotate(90deg);
    margin-left: -22px;
    margin-top: -31px;
  }
  #intro .social-media a {
    transform: rotate(-90deg);
  }
}
@media screen and (min-width: 769px) {
  #intro .pand {
    padding-bottom: 100%;
  }
  #intro .one-liner {
    padding-left: calc((100vw - 1600px) / 2) !important;
  }
  #intro .social-media {
    margin-top: -53px;
    left: 0;
  }
}
#services-news {
  background: #f0f0f0;
}
#services-news .block {
  height: 100%;
}
.block-services {
  background: #f7f7f7;
}
.block-services ul.services-list {
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.block-services ul.services-list li {
  background: #af1280;
  width: 40%;
  float: left;
}
.block-services #accordion {
  border-left: 4px solid #c12392;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  margin-bottom: 1px;
}
.block-services #accordion .card {
  background: #af1280;
  border-radius: 0;
  border: 0;
}
.block-services #accordion .card .card-header {
  padding: 0;
  border-radius: 0;
  border: 0;
}
.block-services #accordion .card .card-header a {
  padding: 15px 20px;
  display: block;
  background: #af1280;
  color: #fcd8f2;
  font-weight: 600;
  transition: 0.3s ease;
}
.block-services #accordion .card .card-header a:hover, .block-services #accordion .card .card-header a:focus {
  text-decoration: none;
  background: #c12392;
}
.block-services #accordion .card .card-block {
  background: #eee;
}
.block-services #accordion .card .card-block p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 28px;
  color: #676767;
}
.block-services #accordion .card .card-block ul li {
  font-size: 1rem;
  font-weight: 600;
  line-height: 28px;
  color: #676767;
}
@media screen and (max-width: 768px) {
  .block-services ul.services-list li {
    width: 45%;
  }
}
@media screen and (min-width: 769px) {
  .block-services {
    padding-left: calc((100vw - 1400px) / 2) !important;
  }
  .block-services ul.services-list li {
    width: 40%;
  }
}
.block-news {
  background: #f0f0f0;
}
.block-news p {
  color: #676767;
  line-height: 28px;
}
.block-news .block-news-bottom {
  border-top: 1px solid #dbdbdb;
}
.block-news .block-news-bottom time {
  color: #4f4f4f;
  text-transform: lowercase;
}
.block-news .block-news-bottom a {
  color: #4f4f4f;
  transition: 0.3s ease;
}
.block-news .block-news-bottom a:hover {
  color: #000;
}
@media screen and (min-width: 769px) {
  .block-news {
    padding-right: calc((100vw - 1400px) / 2) !important;
  }
}
#projects {
  overflow: hidden;
}
#projects .title {
  padding-bottom: 500px;
  background: #af1280;
}
#projects .title h2 {
  color: #fff;
  font-size: 40px;
  position: relative;
  display: inline-block;
}
#projects .title h2:after {
  background: #620045;
}
#projects .projects-inner {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #projects .title {
    padding-bottom: 100px;
  }
  #projects .projects-inner {
    margin-top: -50px;
  }
}
@media screen and (min-width: 769px) {
  #projects .title {
    padding-bottom: 500px;
  }
  #projects .projects-inner {
    margin-top: -400px;
  }
}
@media screen and (max-width: 1500px) {
  #projects .projects-inner .small-container {
    max-width: 1200px;
  }
}
.title-borer-after:after {
  content: "";
  height: 1px;
  width: 2000px;
  position: absolute;
  top: 50%;
}
.title-borer-after-right:after {
  left: 100%;
  margin-left: 40px;
}
.title-borer-after-left:after {
  right: 100%;
  margin-right: 40px;
}
#grid .column .single-project {
  padding: 0;
}
.single-project {
  margin-bottom: 30px;
}
.single-project .single-project--inner {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  position: relative;
}
.single-project .single-project--inner:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.7;
  background-position: top;
  transition: 0.3s ease;
  background: rgba(255, 255, 255, 0);
  background: -webkit-linear-gradient(top, rgba(33, 33, 33, 0) 0%, #000 100%);
  background: linear-gradient(to bottom, rgba(33, 33, 33, 0) 0%, #000 100%);
}
.single-project .single-project--info {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
.single-project .single-project--info h4 {
  color: #ededed;
}
.single-project .single-project--info h4 a {
  color: #ededed;
  font-size: 24px;
  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  font-family: "Roboto", sans-serif;
}
.single-project .single-project--info h4:hover a {
  color: #fff;
}
.single-project .single-project--info .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.single-project .single-project--info a {
  font-size: 15px;
  color: #ededed;
  font-family: "Roboto", sans-serif;
}
.single-project .single-project--info a i {
  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}
.single-project .single-project--info a:hover i {
  margin-right: 15px !important;
}
.single-project .single-project--info .place {
  color: #ededed;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .single-project .single-project--inner:after {
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .single-project .single-project--inner:after {
    height: 60%;
  }
}
#content, .bg-light {
  background: #f7f7f7;
}
#content h1 {
  position: relative;
  display: inline-block;
}
#content h1:after {
  background: #af1280;
}
#content p {
  line-height: 30px;
  font-size: 17px;
}
#content .content-small {
  max-width: 1000px;
  margin: 0 auto;
}
#content .content-small p {
  color: #676767;
}
@media screen and (min-width: 769px) {
  .columns-2 {
    columns: 2;
    -moz-columns: 2;
    -webkit-columns: 2;
    column-gap: 40px;
  }
  #content .content-small {
    text-align: justify;
  }
}
footer {
  position: relative;
  border-top: 1px solid rgba(240, 240, 240, 0.8);
}
footer address a {
  color: #000;
  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}
footer address a:hover {
  color: #af1280;
}
footer .copyright {
  font-family: "Roboto", sans-serif;
}
footer .copyright a {
  color: #000;
}
@media screen and (max-width: 768px) {
  footer address {
    text-align: center;
    width: 100%;
  }
  footer nav ul.navbar-nav {
    flex-direction: row;
    justify-content: center;
    white-space: nowrap;
  }
  footer nav ul.navbar-nav li {
    margin: 0 10px;
  }
  footer .social-media {
    position: relative;
    width: 100%;
    margin-top: 0;
    right: 0;
    top: 0;
  }
  footer .social-media a {
    display: inline-block;
    font-size: 20px;
    margin: 0 5px;
  }
}
.social-media {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -38px;
  text-align: center;
}
.social-media a {
  display: block;
  color: #000;
  font-size: 17px;
}
.social-media a i {
  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}
.social-media a:hover i {
  color: #989898;
}
/* Subpage
======================================== */
main.page {
  background: #f7f7f7;
}
article p {
  line-height: 32px;
  margin-bottom: 25px;
  font-size: 17px;
}
article p a:hover {
  color: #83136f;
}
article p:last-child {
  margin: 0;
}
/* Breadcrumbs
======================================== */
p#breadcrumbs {
  color: #292b2c;
  font-size: 15px;
}
p#breadcrumbs a, p#breadcrumbs i {
  color: #808080;
  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}
p#breadcrumbs a:hover {
  color: #000;
}
/* Single project
======================================== */
.gallery {
  padding: 0;
  list-style: none;
}
/* Archive medewerkers
======================================== */
.column-item h3 {
  color: #af1280;
  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}
.column-item h3:hover a {
  color: #5d0044;
}
.column-item .function {
  color: rgba(45, 45, 45, 0.4);
  font-size: 15px;
}
.column-item hr {
  opacity: 0.5;
}
.post-type-archive-medewerkers .column-item img.image_color {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.post-type-archive-medewerkers .column-item img.wp-post-image {
  position: relative;
  z-index: 2;
  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}
.post-type-archive-medewerkers .column-item .column-item--inner:hover img.wp-post-image {
  opacity: 0;
}
/* Nieuws archive
======================================== */
#grid.newsItems .column .column-item {
  padding: 0;
}
#grid.newsItems > div img {
  object-fit: cover;
}
.column-item p {
  color: rgba(45, 45, 45, 0.7);
  line-height: 27px;
}
.column-item a.btn-text {
  color: rgba(115, 117, 117, 0.7);
  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}
.column-item a.btn-text:hover {
  color: #545454;
}
.pagination {
  border-radius: 0;
}
.pagination span {
  color: #000;
}
.pagination a {
  color: #808080;
}
.pagination .page-numbers {
  padding: 15px;
  background: #b0aeae;
  display: inline-block;
  color: #fff;
  line-height: 12px;
  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  font-size: 14px;
  margin: 0 2px;
}
.pagination a.page-numbers {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
}
.pagination .page-numbers:hover {
  opacity: 0.5;
}
.pagination .page-numbers.dots {
  background: none;
  color: #8a8a8a;
  padding: 15px 5px;
}
.pagination .page-numbers.dots:hover {
  opacity: 1;
}
.pagination .current {
  opacity: 0.5;
}
/* Nieuws single
======================================== */
#related-news {
  background: #f0f0f0;
}
#related-news h2 {
  font-size: 34px;
}
#related-news #grid.newsItems .column-item {
  width: auto;
}
/* Projecten archive
======================================== */
.cd-fail-message {
  opacity: 0;
  transition: 0.3s ease;
}
.mixitup-container-failed .cd-fail-message {
  opacity: 1;
}
.mixitup .controls {
  background: #f0f0f0;
}
.mixitup .control.mixitup-control-active {
  background: #af1280;
  color: #fff;
}
.mixitup .control {
  background: #fff;
  border: 0;
  padding: 15px;
  cursor: pointer;
  border-radius: 0;
  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}
.mixitup .control:hover {
  background: #af1280;
  color: #fff;
}
.mixitup .control:focus {
  box-shadow: none !important;
  outline: none !important;
}
@media screen and (max-width: 768px) {
  .button-wrapper {
    display: block !important;
  }
  .button-wrapper button {
    display: inline-block;
    margin-bottom: 10px;
  }
}
/* Projecten single
======================================== */
.project-carousel ul {
  padding: 0;
}
.project-carousel .slider-for {
  margin-bottom: 10px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}
.project-carousel .slider-for li a {
  display: block;
}
.project-carousel .slider-for li img {
  width: 100%;
  object-fit: cover;
}
.project-carousel .slider-for li .compat-object-fit {
  background-size: cover;
  background-position: center;
  display: block;
}
.project-carousel .slider-nav li {
  margin: 10px;
  opacity: 0.6;
  cursor: pointer;
}
.project-carousel .slider-nav li.slick-current {
  opacity: 1;
}
.project-carousel .slider-nav li.slick-current img {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}
.project-carousel .slider-nav li img, .project-carousel .slider-nav li {
  height: 220px;
  object-fit: cover;
}
.project-carousel .slider-nav .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  list-style: none;
}
.project-carousel .slider-nav .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 5px;
  background: #292b2c;
  opacity: 0.5;
}
.project-carousel .slider-nav .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  padding: 0;
  background: none;
  border: 0;
  text-indent: -9999px;
}
.project-carousel .slider-nav .slick-dots li.slick-active {
  background: #292b2c;
  opacity: 1;
}
.container-small {
  max-width: 750px;
}
.facts {
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(74, 74, 74, 0.1);
}
.facts h2 {
  color: #af1280;
}
.facts dl {
  margin-bottom: 0;
}
.facts dd {
  color: #4f5051;
  border-bottom: 1px solid #eee;
}
.facts dd:last-child {
  border-bottom: 0;
}
.next-prev-buttons {
  position: fixed;
  right: 0;
}
.next-prev-buttons a {
  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}
.next-prev-buttons a .arrow {
  display: inline-block;
  width: 55px;
  height: 55px;
  white-space: nowrap;
  background: #c2bfc1;
  color: #fff;
  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}
.next-prev-buttons a .arrow:hover {
  background: #9f9d9e;
}
.next-prev-buttons a.prev_post {
  background: #808080;
}
.next-prev-buttons a.next_post span {
  background: #808080;
  height: 55px;
  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  z-index: -1;
}
.next-prev-buttons a span {
  color: #fff;
}
.next-prev-buttons a i {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .project-carousel .slider-for li img, .project-carousel .slider-for li .compat-object-fit, .project-carousel .slider-for li a {
    height: 250px;
  }
  .project-carousel .slider-nav li img, .project-carousel .slider-nav li {
    height: 60px;
  }
  .next-prev-buttons {
    bottom: 0;
    flex-direction: row !important;
    width: 100%;
    justify-content: space-between;
    z-index: 9999;
  }
}
@media screen and (min-width: 769px) {
  .project-carousel .slider-for li img, .project-carousel .slider-for li .compat-object-fit, .project-carousel .slider-for li a {
    height: 600px;
  }
  .next-prev-buttons {
    top: 50%;
    margin-top: -78px;
  }
  .next-prev-buttons a.next_post:hover span {
    transform: translate(0);
  }
  .next-prev-buttons a.prev_post:hover {
    transform: translate(0);
  }
  .next-prev-buttons a.next_post span {
    transform: translate(100%);
  }
  .next-prev-buttons a.prev_post {
    margin-bottom: 2px;
  }
}
/* Vacatures archive
======================================== */
.page-with-parents .column-item {
  background: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.03);
  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}
.page-with-parents .column-item img {
  height: 200px;
  object-fit: cover;
  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}
.page-with-parents .column-item img:hover {
  opacity: 0.8;
}
.page-with-parents .column-item h2 {
  font-size: 24px;
}
.page-with-parents .column-item h2:hover a {
  color: #841671;
}
.page-with-parents .column-item p {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-with-parents .column-item:hover {
  transform: scale(1.02);
}
.menu-childs {
  background: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.03);
}
.menu-childs ul {
  list-style: none;
  line-height: 38px;
}
.menu-childs ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.menu-childs ul li:last-child {
  border-bottom: 0;
}
.menu-childs ul li a {
  color: rgba(115, 117, 117, 0.7);
  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}
.menu-childs ul li a:hover {
  color: #545454;
}
/* Vacatures archive Stage
======================================== */
.bg-primary {
  background-color: #af1280 !important;
  color: #fff;
}
.row-type-text-card .card {
  border-radius: 0;
}
.row-type-text-card .card .card-body {
  padding: 50px;
}
.vacatures-top {
  position: relative;
}
.vacatures-top .row .img {
  background-image: url("images/de-Rotterdam.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.vacatures-top .row .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vacatures-top .row .inner {
  height: 100%;
  width: 100%;
  background-color: #af1280;
  height: 430px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vacatures-top .row .inner p {
  max-width: 430px;
}
.vacatures-top .col-lg-6 {
  max-height: 430px;
  overflow: hidden;
}
.vacatures-top video {
  object-fit: cover;
}
.vacatures-top .slogan {
  background-color: #fff;
  position: absolute;
  left: 28%;
  top: 44%;
  font-size: 35px;
  padding: 10px 25px;
  border-radius: 15px 0 0 0;
  background-color: #FFFFFF;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.13);
  -ms-transform: skew(-12deg);
  -webkit-transform: skew(-12deg);
  transform: skew(-12deg);
  -webkit-box-shadow: 15px 15px 0px 0px #8a1065;
  -moz-box-shadow: 15px 15px 0px 0px #8a1065;
  box-shadow: 15px 15px 0px 0px #8a1065;
}
.vacatures-top .slogan span {
  color: #af1280;
  -ms-transform: skew(20deg);
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
}
.vacatures .first-col-block, .row-type-text-image-2 .first-col-block {
  background-color: #af1280;
  color: #fff;
  padding: 50px;
  position: relative;
  z-index: 2;
  min-height: 240px;
  max-width: 85%;
}
.vacatures .second-col-img, .row-type-text-image-2 .second-col-img {
  position: relative;
  right: 0px;
  top: -35px;
  z-index: 1;
  margin-left: 15%;
  height: 240px;
  width: 85%;
}
@media screen and (max-width: 1200px) {
  .vacatures .first-col-block, .row-type-text-image-2 .first-col-block {
    padding: 18px;
  }
  .reviewblock.vast .inner span, .row-type-text-image-2 .second-col-img {
    right: -450px;
  }
}
.vacature .inner {
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  flex: 1;
  display: flex;
  flex-direction: column;
}
.vacature .inner .content {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 350px;
}
.vacature .inner .content .vac-h2 {
  position: absolute;
  top: -32px;
  left: -5px;
  font-size: 17px;
  background-color: #af1280;
  border-radius: 6px 0 6px 0;
  color: #fff;
  padding: 8px 15px;
  -ms-transform: skew(-12deg);
  -webkit-transform: skew(-12deg);
  transform: skew(-12deg);
}
.vacature .inner .content .vac-h2 h2 {
  margin: 0;
  -ms-transform: skew(0deg);
  -webkit-transform: skew(0deg);
  transform: skew(0deg);
  font-size: 20px;
}
.vacatures .vacature .inner .header-image {
  background-size: cover;
  height: 150px;
  width: 100%;
  min-height: 200px;
}
.vacatures .vacature .vac-icon {
  background-color: #af1280;
  border-radius: 6px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 40px;
  height: 40px;
  float: left;
}
.vacatures .vacature .points p {
  line-height: 21px;
  margin: 0 0 0 50px;
}
.btn-vacature-button {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  margin-top: auto;
  margin-right: auto;
}
.vacatures .vacature.vast .points p {
  margin: 0 0 0 10px;
}
.stage-formulier-modal {
  background-color: #ffff;
}
.close-button-stage {
  position: absolute;
  right: -25px;
  top: -25px;
}
.close {
  text-shadow: 0 0px 0 #fff;
  opacity: 1;
}
.form-image {
  background-image: url("images/tekening.jpg");
  background-color: #af1280;
  background-blend-mode: multiply;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.modal-content {
  border: 0;
  border-radius: 0;
}
.modal-content h3 {
  max-width: 450px;
  color: #af1280;
  font-size: 34px;
  line-height: 38px;
}
.modal-content h4 {
  color: #505050;
  font-size: 22px;
  line-height: 28px;
}
.reviewblock .inner {
  background-color: #af1280;
  padding: 80px;
}
.reviewblock .inner span {
  position: absolute;
  right: -370px;
  top: 50px;
  color: #AF1280;
  font-size: 28px;
  font-weight: bold;
  line-height: 33px;
}
.reviewblock.vast .inner span {
  right: -490px;
}
.reviewblock .inner h4 {
  line-height: 31px;
  font-size: 19px;
}
.btn-secondary {
  border-radius: 0;
  border: 0;
  padding: 15px;
}
.period-text {
  line-height: 21px;
  margin: 0 0 0 50px;
}
.review-slider {
  margin-top: -180px;
}
.review-slider .slide {
  background-color: #fff;
  padding: 50px;
}
.review-slider .slide h2 {
  color: #AF1280;
  font-size: 35px;
  line-height: 25px;
  display: inline-block;
}
.vast .review-slider .slide h2 {
  margin: 0;
}
.vast .review-slider .slide .portret {
  margin-right: 15px;
}
.vast .review-slider .slide .portret img {
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
.review-slider .slide .period .vac-icon {
  background-color: #af1280;
  border-radius: 6px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 40px;
  height: 40px;
  float: left;
}
.review-slider .slide .period p {
  line-height: 21px;
  margin: 0 0 0 50px;
}
.slider-buttons {
  width: 100%;
  position: absolute;
  top: 0%;
}
.slider-buttons .button-prev {
  position: absolute;
  left: -33px;
  border: 0;
  background-color: #676767;
  padding: 5px 10px;
}
.slider-buttons .button-next {
  position: absolute;
  right: -3px;
  border: 0;
  background-color: #676767;
  padding: 5px 10px;
}
@media screen and (max-width: 992px) {
  .review-slider {
    margin-top: 0;
  }
  .slider-buttons {
    width: 100%;
    position: absolute;
    top: 48%;
  }
  .slider-buttons .button-prev {
    position: absolute;
    left: 0px;
    border: 0;
    background-color: #676767;
    padding: 5px 10px;
  }
  .slider-buttons .button-next {
    position: absolute;
    right: 29px;
    border: 0;
    background-color: #676767;
    padding: 5px 10px;
  }
  .vacatures-top .row .inner {
    height: 100%;
    width: 100%;
    background-color: #af1280;
    padding: 25px 30px;
  }
  .vacatures .first-col-block {
    padding: 20px 30px 25px;
    background-color: #f7f7f7 !important;
    color: #000;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .reviewblock .inner {
    padding: 30px;
  }
  .second-col-img {
    display: none;
  }
  .reviewblock .inner h4 {
    line-height: 29px;
  }
  .review-slider .slide {
    padding: 20px;
  }
  .studname {
    display: block !important;
    margin-bottom: 15px;
  }
  .close-button-stage {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000 !important;
    z-index: 9999;
  }
  .modal-content h3 {
    font-size: 26px;
    line-height: 33px;
  }
  .modal-content h4 {
    font-size: 17px;
  }
  .modal-open {
    position: fixed;
  }
  .vacatures-top .col-lg-6 {
    max-height: 100%;
  }
}
.btn-solicitation {
  float: right;
}
.form-image {
  position: relative;
}
.form-image-logo {
  background-color: #fff;
  max-width: 65%;
  padding: 15px;
  top: 20px;
  position: absolute;
}
@media screen and (max-width: 1550px) {
  .vacatures-top .slogan {
    left: 21%;
  }
}
@media screen and (max-width: 1330px) {
  .vacatures-top .slogan {
    left: 17%;
  }
}
@media screen and (max-width: 1230px) {
  .vacatures-top .slogan {
    left: 14%;
  }
}
@media screen and (max-width: 1170px) {
  .vacatures-top .slogan {
    left: 4%;
  }
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
@media screen and (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
}
@media screen and (min-width: 992px) {
  .modal-lg {
    max-width: 1000px;
  }
}
.btn.btn-primary, .btn.btn-primary:focus {
  background-color: #fff;
  color: #676767;
  border: 2px solid #676767;
  border-radius: 0;
  font-weight: bold;
  transition: 0.2s;
}
.btn.btn-primary:hover {
  background-color: #676767;
  color: #fff;
}
/* Vacatures single
======================================== */
.facts.solicitation {
  padding: 25px 35px;
}
@media screen and (max-width: 768px) {
  .facts.solicitation {
    margin-top: 25px;
  }
}
.facts.solicitation h3 {
  color: #af1280;
}
.solicitation .btn-custom.btn-solicitation {
  background: #af1280;
  border: 2px solid #af1280;
  color: #fff !important;
}
.solicitation .btn-custom.btn-solicitation:hover {
  color: #af1280 !important;
  background: none;
  border-color: #af1280;
}
#solicitation-form-wrapper .your-cv > input {
  width: 100%;
}
/* Employee single 
======================================== */
.menu-childs.menu-childs-employee {
  padding: 25px 25px 50px 25px;
}
.menu-childs-employee ul li a {
  color: #af1280;
}
.menu-childs-employee > span {
  display: block;
}
/* page styling 
======================================== */
.image-gallery-page {
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(74, 74, 74, 0.1);
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .image-gallery-page {
    margin-top: 25px;
  }
}
.image-gallery-page .project-carousel .slider-for li img, .image-gallery-page .project-carousel .slider-for li .compat-object-fit, .image-gallery-page .project-carousel .slider-for li a {
  height: 300px;
}
.image-gallery-page .project-carousel .slider-nav li img, .image-gallery-page .project-carousel .slider-nav .slick-list li {
  height: 120px;
}
/* Contactpage  
======================================== */
#map_canvas {
  width: 100%;
}
.wrapper {
  position: relative;
}
.contact_title {
  padding-left: calc((100vw - 1370px) / 2);
  background-color: #af1280;
  height: 100%;
}
.contact_title .inner {
  height: 500px;
}
.contact_title h1 {
  color: #fff;
  font-size: 4rem;
}
.contact_title #breadcrumbs, .contact_title #breadcrumbs a, .contact_title #breadcrumbs i {
  color: #db88c9;
}
.contact_title #breadcrumbs a:hover {
  color: #fff;
}
.bedrijfsgegevens {
  background-color: #af1280;
  color: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}
.bedrijfsgegevens a {
  color: #fff;
  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}
.bedrijfsgegevens a:hover {
  color: #db88c9;
}
.bedrijfsgegevens span strong {
  display: inline-block;
  min-width: 50px;
}
.contactform {
  background-color: #fff;
  padding: 3rem;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.03);
}
.social-media-contact i {
  display: inline-block;
  min-width: 25px;
}
.openingstijden_part dl {
  flex-flow: wrap;
}
.openingstijden_part dt {
  flex: 0 50%;
  position: relative;
}
.openingstijden_part dd {
  flex: 0 50%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .contact_title {
    padding: 15px;
  }
  .contact_title h1 {
    font-size: 2em;
  }
  .contact_title p#breadcrumbs {
    margin: 0;
  }
  #map_canvas {
    height: 150px;
  }
  .contactform {
    padding: 1rem;
  }
  .page-id-192 .container-mobile {
    margin: 0 !important;
    padding: 0 !important;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .title-wrapper {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .contact_title h1 {
    padding-top: 9rem;
  }
  #map_canvas {
    height: 500px;
  }
  .contact_page {
    margin-top: -10rem;
  }
  .bedrijfsgegevens {
    margin-left: -20px;
  }
}
#scrolltotop.visible {
  opacity: 1;
  visibility: visible;
}
#scrolltotop {
  z-index: 2;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  visibility: hidden;
  opacity: 0;
  transition: all 300ms;
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #af1280;
  color: #fff;
  transition: 0.3s ease;
}
#scrolltotop:hover {
  color: #890a67;
}
@media screen and (min-width: 769px) {
  .row-type-logos .row {
    gap: 1.5rem;
  }
}
.row-type-logos img.logo {
  width: 100%;
  max-height: 5rem;
  object-fit: contain;
  margin-bottom: 1rem;
}
section p:last-child {
  margin-bottom: 0;
}
/* Search results
======================================== */
.search-results .column-item {
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(74, 74, 74, 0.1);
}
/* Standard Contact Form
========================================= */
.wpcf7-form .form-group {
  margin-bottom: 20px;
}
.wpcf7-form p {
  margin: 0;
}
.wpcf7-form label {
  font-size: 1em;
  color: #000;
}
.wpcf7-form .form-control {
  background-color: #f9f9f9;
  border: 1px solid #e8e8e8 !important;
  outline: 0;
  box-shadow: none;
  border: 0;
  padding: 10px;
  min-height: 50px;
}
.wpcf7-form .form-control:focus {
  outline: 0;
  border-color: #000;
}
.wpcf7-submit {
  background: none;
  text-decoration: none;
  border: 2px solid #656565;
  border-radius: 0;
  font-size: 18px;
  padding: 20px 30px;
  color: #000 !important;
  margin-top: 2rem;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  transition: 0.3s ease;
}
.wpcf7-submit:hover, .wpcf7-submit:focus {
  color: #fff !important;
  background: #656565;
}
#wpcf7-f4-o1 p {
  text-align: center !important;
}
.wpcf7-form span.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form .wpcf7-response-output {
  margin: 20px 0 0 0;
  padding: 20px;
  background-color: #eee;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
div.wpcf7-validation-errors {
  border: 0px solid #af1280;
}
.wpcf7-form .wpcf7-response-output {
  background-color: #f8f8f8;
  border-radius: 0.3rem;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}
span, p {
  font-weight: 400 !important;
}
