@charset "UTF-8";
.tekstveld p {
  padding-bottom: .5rem; }
  .tekstveld p:last-of-type {
    padding-bottom: 0px; }
.tekstveld h2:not(:first-of-type) {
  padding-top: 1rem; }
.tekstveld ul {
  margin: 0 0 .5rem 0; }
.tekstveld .btn {
  text-decoration: none !important; }
.tekstveld img {
  border-radius: 1rem; }

.intro {
  font-size: 1.15rem; }
  .intro p,
  .intro b,
  .intro a,
  .intro li,
  .intro ul,
  .intro i,
  .intro strong,
  .intro b {
    font-size: inherit; }

.head .row * {
  color: white; }

.background {
  background: rgba(139, 139, 138, 0.05); }

.header_slider_holder {
  position: relative;
  padding: 0 !important; }
  .header_slider_holder .swiper-slide.background_image_holder {
    height: 50vh;
    min-height: 28rem;
    background-size: cover;
    background-position: center; }
  .header_slider_holder .header_slider_overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    pointer-events: none; }
  .header_slider_holder * {
    z-index: 3;
    color: white;
    text-shadow: 0 0 1rem rgba(69, 68, 67, 0.25); }

.background_image_holder {
  position: relative;
  background-color: black;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  min-height: 28rem;
  display: flex;
  align-items: center;
  z-index: 1;
  overflow: hidden; }
  .background_image_holder:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(139, 139, 138, 0.05);
    z-index: 2; }
  .background_image_holder * {
    z-index: 3;
    color: white;
    text-shadow: 0 0 1rem rgba(69, 68, 67, 0.25); }

.background_image_holder_smaller {
  height: 25vh;
  min-height: 14rem; }

.image_holder {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 8rem;
  aspect-ratio: 3 / 2; }

.image_holder_high {
  height: 100%;
  aspect-ratio: inherit; }

.image_holder_small {
  aspect-ratio: inherit;
  min-height: 24rem; }

.image_holder_single {
  padding: 1rem;
  background-size: contain;
  background-origin: content-box;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 0 0.75rem rgba(69, 68, 67, 0.25);
  border-radius: 2rem; }

.image_square {
  aspect-ratio: 1 / 1; }

/* Card */
.card {
  background: black;
  border-radius: 2rem;
  transition: background-color 250ms ease-in-out;
  overflow: hidden;
  padding: 2rem 2rem 2rem 2rem;
  box-shadow: 0 0 0.75rem rgba(69, 68, 67, 0.25);
  text-decoration: none !important; }
  .card * {
    color: #bcbcbb; }
  .card b,
  .card strong {
    color: white; }
  .card .image_holder {
    aspect-ratio: 4 / 3; }
  .card .card_top * {
    color: #bcbcbb; }
  .card .card_top h2,
  .card .card_top h3 {
    color: #ce0e2d !important;
    font-weight: 400;
    font-size: 1.8rem;
    padding-top: 0 !important; }
  .card .card_body * {
    color: #bcbcbb; }
  .card .card_footer {
    color: white !important;
    font-weight: 400;
    margin-top: 1.5rem; }
    .card .card_footer .btn {
      width: 100%;
      background: white;
      color: black !important; }
      .card .card_footer .btn:hover {
        background: #bcbcbb; }
    .card .card_footer h2,
    .card .card_footer h3 {
      color: #ce0e2d !important;
      font-weight: 400;
      font-size: 1.8rem;
      padding-top: 0 !important; }
  .card:hover {
    opacity: .75 !important; }

.card_zonder {
  padding: 0 !important; }
  .card_zonder .card_footer {
    padding: 2rem 2rem 2rem 2rem;
    margin-top: 0; }

.dealer_item .image_holder {
  background-color: white;
  padding: 1rem;
  background-size: contain;
  background-origin: content-box;
  background-repeat: no-repeat;
  background-position: center; }

.instagram,
.facebook,
.linkedin {
  background-image: url("../assets/images/icon_instagram.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: inline-block;
  height: 2.75rem;
  width: 2.75rem; }
  .instagram:not(:first-of-type),
  .facebook:not(:first-of-type),
  .linkedin:not(:first-of-type) {
    margin-left: .25rem; }

.facebook {
  background-image: url("../assets/images/icon_facebook.svg"); }

.linkedin {
  background-image: url("../assets/images/icon_linkedin.svg"); }

.instagram:hover,
.facebook:hover,
.linkedin:hover {
  opacity: .5; }

/* Pagina edits */
.slogan {
  display: inline;
  text-transform: uppercase;
  font-size: 1.2rem; }

.slogan_dot {
  display: inline;
  height: auto;
  width: .75rem !important;
  margin-bottom: .125rem; }

.slogan_dot_ {
  color: transparent !important;
  background-image: url("../assets/images/visual_dot.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 1.5rem;
  margin: 0 .5rem;
  display: inline-block; }

.filter_button {
  background: linear-gradient(90deg, #bcbcbb 0%, #bcbcbb 100%) !important;
  margin-bottom: .5rem !important;
  display: inline-block !important; }
  .filter_button:hover {
    background: linear-gradient(90deg, #e78796 0%, #ce0e2d 100%) !important; }

.is_active {
  background: linear-gradient(90deg, #e78796 0%, #ce0e2d 100%) !important; }
  .is_active:hover {
    background: linear-gradient(90deg, #ce0e2d 0%, #ce0e2d 100%) !important; }

/* Animaties */
a.animate_in,
.animate_in {
  opacity: 0;
  transform: translateY(48px);
  transition-property: opacity, transform;
  transition-duration: 750ms;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1); }
  a.animate_in.is-visible,
  .animate_in.is-visible {
    transform: translateY(0);
    opacity: 1; }

/* Swiper */
.content_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover; }
.content_swiper:hover .swiper-button-prev,
.content_swiper:hover .swiper-button-next {
  opacity: 1;
  color: white !important; }

.swiper-button-prev,
.swiper-button-next {
  background: black;
  border-radius: 1rem;
  opacity: .25;
  height: 2.75rem !important;
  width: 2.75rem !important;
  transition: all 250ms ease; }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    content: '<' !important;
    color: #bcbcbb;
    font-family: inherit !important;
    font-size: 1.3rem !important;
    font-weight: 500 !important; }

.swiper-button-next {
  transform: scale(-1, -1); }

.swiper-pagination .swiper-pagination-bullet {
  background: #bcbcbb; }
.swiper-pagination .swiper-pagination-bullet-active {
  background: #ce0e2d; }

.logo_swiper .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center; }
  .logo_swiper .swiper-slide img {
    width: auto;
    height: auto;
    max-height: 120px;
    max-width: 100%;
    display: block;
    margin: 0 auto; }

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.75); }
  .lightbox.is_open {
    display: flex; }
  .lightbox_image {
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain; }
  .lightbox_close, .lightbox_prev, .lightbox_next {
    position: absolute;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    transition: background 250ms ease; }
    .lightbox_close:hover, .lightbox_prev:hover, .lightbox_next:hover {
      opacity: .75; }
  .lightbox_close {
    top: 1.5rem;
    right: 2rem;
    font-size: 3rem; }
  .lightbox_prev, .lightbox_next {
    top: 50%;
    transform: translateY(-50%);
    font-size: 4rem;
    padding: 0 1.5rem; }
  .lightbox_prev {
    left: 0; }
  .lightbox_next {
    right: 0; }

.lightbox_figure {
  display: flex;
  flex-direction: column;
  align-items: center; }

.lightbox_caption {
  color: white;
  margin-top: 1rem;
  text-align: center;
  display: block; }

/* CookieBanner */
.cky-btn {
  border-color: #ce0e2d !important;
  background-color: #ce0e2d !important; }

.cky-btn:after,
.cky-btn-revisit:after {
  display: none !important; }

.cky-btn-revisit-wrapper {
  background-color: #ce0e2d !important; }

/* Opties */
.border_top {
  border-top: 1px solid #ce0e2d; }

.vertical_center {
  display: flex;
  align-items: center;
  justify-content: center; }

.align_bottom {
  align-self: end; }

.align_center {
  align-items: center; }

.align_right {
  margin-left: auto;
  margin-right: 0; }

.text_left {
  text-align: left; }

.text_center {
  text-align: center; }

.text_right {
  text-align: right; }

.center_object {
  display: table !important;
  margin-left: auto !important;
  margin-right: auto !important; }

@media all and (max-width: 992px) {
  .image_holder {
    aspect-ratio: 1 / 1 !important;
    min-height: auto;
    width: 100%; } }
@media all and (max-width: 576px) {
  .background_image_holder {
    min-height: 300px; }

  .margin_bottom {
    margin-bottom: 1rem; }

  .extra_margin_bottom {
    margin-bottom: 2rem; } }
footer {
  background: black;
  position: relative;
  z-index: 1;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M0,8 C25,0 75,0 100,8 L100,100 L0,100 Z" fill="black"/></svg>') top/100% 100% no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M0,8 C25,0 75,0 100,8 L100,100 L0,100 Z" fill="black"/></svg>') top/100% 100% no-repeat; }
  footer .container [class^="col-"] {
    color: white !important; }
    footer .container [class^="col-"] * {
      line-height: 200%;
      color: inherit; }
    footer .container [class^="col-"] .wp-block-paragraph {
      margin: 1rem 0; }
    footer .container [class^="col-"] span b,
    footer .container [class^="col-"] span strong,
    footer .container [class^="col-"] .wp-block-heading b,
    footer .container [class^="col-"] .wp-block-heading strong,
    footer .container [class^="col-"] p b,
    footer .container [class^="col-"] p strong {
      font-size: 1.1em;
      color: inherit;
      padding-left: 1rem;
      padding-right: .25rem; }
    footer .container [class^="col-"] span em,
    footer .container [class^="col-"] .wp-block-heading em,
    footer .container [class^="col-"] p em {
      font-style: normal;
      display: inline-block; }
    footer .container [class^="col-"] a {
      text-decoration: none;
      transition: color 250ms ease; }
      footer .container [class^="col-"] a:hover {
        opacity: .75;
        color: inherit; }
  footer .container #footer_logo {
    transition: opacity 250ms ease;
    display: inline-block; }
    footer .container #footer_logo img {
      height: auto;
      width: 13rem; }
    footer .container #footer_logo:hover {
      text-decoration: none !important;
      opacity: .5; }

.footer_wrap {
  position: relative; }
  .footer_wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    top: -.4rem;
    height: 100%;
    background: #ce0e2d;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M0,8 C25,0 75,0 100,8 L100,100 L0,100 Z" fill="black"/></svg>') top/100% 100% no-repeat;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M0,8 C25,0 75,0 100,8 L100,100 L0,100 Z" fill="black"/></svg>') top/100% 100% no-repeat;
    z-index: 0; }

@media all and (max-width: 992px) {
  footer {
    padding-top: 2rem !important; }
    footer .row {
      row-gap: .5rem;
      padding-bottom: 2rem; }
      footer .row .col-12 .wp-block-heading {
        margin-top: 0 !important; }
    footer .my-4 {
      margin-block: 1rem !important; } }
@media all and (max-width: 768px) {
  footer .pt-4 {
    padding-top: 0 !important; } }
.btn,
button:not(.submenu-toggle, .nav-toggle, .lightbox_close, .lightbox_prev, .lightbox_next) {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: .4rem 2.75rem .55rem 2.75rem;
  margin: 0;
  background: linear-gradient(90deg, #e78796 0%, #ce0e2d 100%);
  transition: all 250ms ease;
  cursor: pointer;
  width: auto;
  float: none;
  border-radius: 2rem;
  border: 0px solid #ce0e2d;
  font-size: inherit;
  min-width: 165px;
  text-align: center;
  color: white !important;
  font-weight: 400;
  text-transform: uppercase;
  box-shadow: 0 0 0.75rem rgba(69, 68, 67, 0.25);
  text-decoration: none !important;
  line-height: 180%; }
  .btn:hover,
  button:not(.submenu-toggle, .nav-toggle, .lightbox_close, .lightbox_prev, .lightbox_next):hover {
    background: linear-gradient(90deg, #ce0e2d 0%, #ce0e2d 100%); }

/* Contactform 7 */
form {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  background-color: black;
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 0 0 0.75rem rgba(69, 68, 67, 0.25);
  /* Inputs */
  /* Checkbox */
  /* Submit */ }
  form h3 {
    margin-top: 0 !important;
    color: white; }
  form p {
    display: block;
    color: white; }
    form p label {
      display: block;
      width: 100%;
      color: inherit;
      padding: .25rem 0 .5rem 0; }
    form p span {
      display: block; }
    form p b, form p strong {
      display: inline-block;
      color: inherit;
      padding: .25rem 0 .5rem 0; }
  form input,
  form textarea {
    width: 100%;
    padding: .375rem 1rem .5rem 1rem;
    border-radius: 1rem;
    border: 0px solid #ce0e2d;
    background: white;
    outline: none;
    color: #454443;
    transition: opacity 250ms ease-in-out;
    margin-bottom: .75rem; }
    form input::placeholder,
    form textarea::placeholder {
      color: #454443; }
    form input:hover,
    form textarea:hover {
      opacity: .8; }
  form textarea {
    border-radius: 1rem;
    height: 8rem;
    padding: .375rem 1rem .5rem 1rem;
    resize: none; }
  form input[type=checkbox] {
    display: inline-block;
    height: 1rem;
    width: 1rem;
    margin: 0 !important;
    padding: 0.5rem !important; }
  form input[type=submit] {
    position: relative;
    display: inline-block;
    z-index: 1;
    padding: .4rem 2.75rem .55rem 2.75rem;
    margin: 0 0 .5rem 0;
    background: linear-gradient(90deg, #e78796 0%, #ce0e2d 100%);
    transition: all 250ms ease;
    cursor: pointer;
    width: auto;
    float: none;
    border-radius: 2rem;
    border: 0px solid #ce0e2d;
    font-size: inherit;
    min-width: 165px;
    text-align: center;
    color: white !important;
    font-weight: 400;
    text-transform: uppercase;
    box-shadow: 0 0 0.75rem rgba(69, 68, 67, 0.25); }
    form input[type=submit]:hover {
      background: linear-gradient(90deg, #ce0e2d 0%, #ce0e2d 100%); }

/* Response messages */
.wpcf7-response-output {
  border: 0 !important;
  margin: 0 !important;
  padding: 1rem !important;
  color: white;
  background-color: #ff6d6b; }

.wpcf7-mail-sent-ok {
  background-color: #76aa00 !important; }

.wpcf7-not-valid-tip {
  display: block !important;
  padding-top: 5px;
  color: #ff6d6b !important;
  font-weight: 600 !important; }

/* Radio buttons */
.wpcf7-radio {
  display: block;
  width: 100%; }
  .wpcf7-radio .wpcf7-list-item,
  .wpcf7-radio label {
    display: inline-block;
    width: 100%;
    margin: 0 10px 0 0; }
    .wpcf7-radio .wpcf7-list-item input,
    .wpcf7-radio label input {
      display: inline-block;
      width: auto;
      margin: 5px 5px 5px 0; }
    .wpcf7-radio .wpcf7-list-item span,
    .wpcf7-radio label span {
      display: inline-block;
      width: auto; }

@media all and (max-width: 991px) {
  .menu-navigatie-menu-container li:not(.sub-menu li, footer li) a {
    width: 100%; }

  #menu-hoofdmenu > li:last-of-type {
    text-align: center;
    margin-top: 10px; } }
html {
  box-sizing: border-box;
  scroll-behavior: smooth; }

:target {
  scroll-margin-top: 0px; }

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

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

header {
  margin: 0 !important; }

.content:not(#home) {
  margin-top: 10rem; }

.container {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 2rem; }
  .container .container {
    padding-inline: 2rem; }

.full_width {
  max-width: 100% !important;
  padding-inline: 2rem; }

.row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 2rem;
  row-gap: 2rem; }

.col {
  grid-column: span 12; }

.col-1 {
  grid-column: span 1; }
  .col-1 *,
  .col-1 *::before,
  .col-1 *::after {
    box-sizing: border-box; }

.col-2 {
  grid-column: span 2; }
  .col-2 *,
  .col-2 *::before,
  .col-2 *::after {
    box-sizing: border-box; }

.col-3 {
  grid-column: span 3; }
  .col-3 *,
  .col-3 *::before,
  .col-3 *::after {
    box-sizing: border-box; }

.col-4 {
  grid-column: span 4; }
  .col-4 *,
  .col-4 *::before,
  .col-4 *::after {
    box-sizing: border-box; }

.col-5 {
  grid-column: span 5; }
  .col-5 *,
  .col-5 *::before,
  .col-5 *::after {
    box-sizing: border-box; }

.col-6 {
  grid-column: span 6; }
  .col-6 *,
  .col-6 *::before,
  .col-6 *::after {
    box-sizing: border-box; }

.col-7 {
  grid-column: span 7; }
  .col-7 *,
  .col-7 *::before,
  .col-7 *::after {
    box-sizing: border-box; }

.col-8 {
  grid-column: span 8; }
  .col-8 *,
  .col-8 *::before,
  .col-8 *::after {
    box-sizing: border-box; }

.col-9 {
  grid-column: span 9; }
  .col-9 *,
  .col-9 *::before,
  .col-9 *::after {
    box-sizing: border-box; }

.col-10 {
  grid-column: span 10; }
  .col-10 *,
  .col-10 *::before,
  .col-10 *::after {
    box-sizing: border-box; }

.col-11 {
  grid-column: span 11; }
  .col-11 *,
  .col-11 *::before,
  .col-11 *::after {
    box-sizing: border-box; }

.col-12 {
  grid-column: span 12; }
  .col-12 *,
  .col-12 *::before,
  .col-12 *::after {
    box-sizing: border-box; }

.offset-1 {
  grid-column: 1 / span 12; }

.offset-2 {
  grid-column: 2 / span 11; }

.offset-3 {
  grid-column: 3 / span 10; }

.offset-4 {
  grid-column: 4 / span 9; }

.offset-5 {
  grid-column: 5 / span 6; }

.offset-6 {
  grid-column: 6 / span 5; }

.offset-7 {
  grid-column: 7 / span 4; }

.offset-8 {
  grid-column: 8 / span 3; }

.offset-9 {
  grid-column: 9 / span 2; }

.offset-10 {
  grid-column: 10 / span 1; }

.offset-11 {
  grid-column: 11 / span 0; }

.offset-12 {
  grid-column: 12 / span 0; }

.m-1 {
  margin: 0.25rem; }

.mt-1 {
  margin-top: 0.25rem; }

.mb-1 {
  margin-bottom: 0.25rem; }

.ml-1 {
  margin-left: 0.25rem; }

.mr-1 {
  margin-right: 0.25rem; }

.mx-1 {
  margin-inline: 0.25rem; }

.my-1 {
  margin-block: 0.25rem; }

.p-1 {
  padding: 0.25rem; }

.pt-1 {
  padding-top: 0.25rem; }

.pb-1 {
  padding-bottom: 0.25rem; }

.pl-1 {
  padding-left: 0.25rem; }

.pr-1 {
  padding-right: 0.25rem; }

.px-1 {
  padding-inline: 0.25rem; }

.py-1 {
  padding-block: 0.25rem; }

.m-2 {
  margin: 0.5rem; }

.mt-2 {
  margin-top: 0.5rem; }

.mb-2 {
  margin-bottom: 0.5rem; }

.ml-2 {
  margin-left: 0.5rem; }

.mr-2 {
  margin-right: 0.5rem; }

.mx-2 {
  margin-inline: 0.5rem; }

.my-2 {
  margin-block: 0.5rem; }

.p-2 {
  padding: 0.5rem; }

.pt-2 {
  padding-top: 0.5rem; }

.pb-2 {
  padding-bottom: 0.5rem; }

.pl-2 {
  padding-left: 0.5rem; }

.pr-2 {
  padding-right: 0.5rem; }

.px-2 {
  padding-inline: 0.5rem; }

.py-2 {
  padding-block: 0.5rem; }

.m-3 {
  margin: 1rem; }

.mt-3 {
  margin-top: 1rem; }

.mb-3 {
  margin-bottom: 1rem; }

.ml-3 {
  margin-left: 1rem; }

.mr-3 {
  margin-right: 1rem; }

.mx-3 {
  margin-inline: 1rem; }

.my-3 {
  margin-block: 1rem; }

.p-3 {
  padding: 1rem; }

.pt-3 {
  padding-top: 1rem; }

.pb-3 {
  padding-bottom: 1rem; }

.pl-3 {
  padding-left: 1rem; }

.pr-3 {
  padding-right: 1rem; }

.px-3 {
  padding-inline: 1rem; }

.py-3 {
  padding-block: 1rem; }

.m-4 {
  margin: 2rem; }

.mt-4 {
  margin-top: 2rem; }

.mb-4 {
  margin-bottom: 2rem; }

.ml-4 {
  margin-left: 2rem; }

.mr-4 {
  margin-right: 2rem; }

.mx-4 {
  margin-inline: 2rem; }

.my-4 {
  margin-block: 2rem; }

.p-4 {
  padding: 2rem; }

.pt-4 {
  padding-top: 2rem; }

.pb-4 {
  padding-bottom: 2rem; }

.pl-4 {
  padding-left: 2rem; }

.pr-4 {
  padding-right: 2rem; }

.px-4 {
  padding-inline: 2rem; }

.py-4 {
  padding-block: 2rem; }

.m-5 {
  margin: 4rem; }

.mt-5 {
  margin-top: 4rem; }

.mb-5 {
  margin-bottom: 4rem; }

.ml-5 {
  margin-left: 4rem; }

.mr-5 {
  margin-right: 4rem; }

.mx-5 {
  margin-inline: 4rem; }

.my-5 {
  margin-block: 4rem; }

.p-5 {
  padding: 4rem; }

.pt-5 {
  padding-top: 4rem; }

.pb-5 {
  padding-bottom: 4rem; }

.pl-5 {
  padding-left: 4rem; }

.pr-5 {
  padding-right: 4rem; }

.px-5 {
  padding-inline: 4rem; }

.py-5 {
  padding-block: 4rem; }

@media (max-width: 1440px) {
  .container .container {
    padding-inline: 0; } }
@media (max-width: 992px) {
  .col-1 {
    display: none; }

  .col-2 {
    grid-column: span 2; }

  .col-3 {
    grid-column: span 6; }

  .col-5 {
    grid-column: span 6; }

  header .col-3 {
    grid-column: span 3 !important; } }
@media (max-width: 768px) {
  .col-2 {
    display: none; }

  .col-3 {
    grid-column: span 6; }

  .col-4 {
    grid-column: span 6; }

  .col-5 {
    grid-column: span 6; }

  .col-6 {
    grid-column: span 6; }

  .col-7 {
    grid-column: span 12; }

  .col-8 {
    grid-column: span 12; }

  .col-9 {
    grid-column: span 12; }

  .col-10 {
    grid-column: span 12; }

  .col-11 {
    grid-column: span 12; }

  header .col-3 {
    grid-column: span 6 !important; }
  header .col-9 {
    grid-column: span 6 !important; }

  .offset-1 {
    grid-column-start: inherit; }

  .offset-2 {
    grid-column-start: inherit; }

  .offset-3 {
    grid-column-start: inherit; }

  .offset-4 {
    grid-column-start: inherit; }

  .offset-5 {
    grid-column-start: inherit; }

  .offset-6 {
    grid-column-start: inherit; }

  .offset-7 {
    grid-column-start: inherit; }

  .offset-8 {
    grid-column-start: inherit; }

  .offset-9 {
    grid-column-start: inherit; }

  .offset-10 {
    grid-column-start: inherit; }

  .offset-11 {
    grid-column-start: inherit; }

  .offset-12 {
    grid-column-start: inherit; }

  .row {
    column-gap: 2rem; }

  .m-1 {
    margin: 0.25rem; }

  .mt-1 {
    margin-top: 0.25rem; }

  .mb-1 {
    margin-bottom: 0.25rem; }

  .ml-1 {
    margin-left: 0.25rem; }

  .mr-1 {
    margin-right: 0.25rem; }

  .mx-1 {
    margin-inline: 0.25rem; }

  .my-1 {
    margin-block: 0.25rem; }

  .p-1 {
    padding: 0.25rem; }

  .pt-1 {
    padding-top: 0.25rem; }

  .pb-1 {
    padding-bottom: 0.25rem; }

  .pl-1 {
    padding-left: 0.25rem; }

  .pr-1 {
    padding-right: 0.25rem; }

  .px-1 {
    padding-inline: 0.25rem; }

  .py-1 {
    padding-block: 0.25rem; }

  .m-2 {
    margin: 0.5rem; }

  .mt-2 {
    margin-top: 0.5rem; }

  .mb-2 {
    margin-bottom: 0.5rem; }

  .ml-2 {
    margin-left: 0.5rem; }

  .mr-2 {
    margin-right: 0.5rem; }

  .mx-2 {
    margin-inline: 0.5rem; }

  .my-2 {
    margin-block: 0.5rem; }

  .p-2 {
    padding: 0.5rem; }

  .pt-2 {
    padding-top: 0.5rem; }

  .pb-2 {
    padding-bottom: 0.5rem; }

  .pl-2 {
    padding-left: 0.5rem; }

  .pr-2 {
    padding-right: 0.5rem; }

  .px-2 {
    padding-inline: 0.5rem; }

  .py-2 {
    padding-block: 0.5rem; }

  .m-3 {
    margin: 1rem; }

  .mt-3 {
    margin-top: 1rem; }

  .mb-3 {
    margin-bottom: 1rem; }

  .ml-3 {
    margin-left: 1rem; }

  .mr-3 {
    margin-right: 1rem; }

  .mx-3 {
    margin-inline: 1rem; }

  .my-3 {
    margin-block: 1rem; }

  .p-3 {
    padding: 1rem; }

  .pt-3 {
    padding-top: 1rem; }

  .pb-3 {
    padding-bottom: 1rem; }

  .pl-3 {
    padding-left: 1rem; }

  .pr-3 {
    padding-right: 1rem; }

  .px-3 {
    padding-inline: 1rem; }

  .py-3 {
    padding-block: 1rem; }

  .m-4 {
    margin: 1.5rem; }

  .mt-4 {
    margin-top: 1.5rem; }

  .mb-4 {
    margin-bottom: 1.5rem; }

  .ml-4 {
    margin-left: 1.5rem; }

  .mr-4 {
    margin-right: 1.5rem; }

  .mx-4 {
    margin-inline: 1.5rem; }

  .my-4 {
    margin-block: 1.5rem; }

  .p-4 {
    padding: 1.5rem; }

  .pt-4 {
    padding-top: 1.5rem; }

  .pb-4 {
    padding-bottom: 1.5rem; }

  .pl-4 {
    padding-left: 1.5rem; }

  .pr-4 {
    padding-right: 1.5rem; }

  .px-4 {
    padding-inline: 1.5rem; }

  .py-4 {
    padding-block: 1.5rem; }

  .m-5 {
    margin: 3rem; }

  .mt-5 {
    margin-top: 3rem; }

  .mb-5 {
    margin-bottom: 3rem; }

  .ml-5 {
    margin-left: 3rem; }

  .mr-5 {
    margin-right: 3rem; }

  .mx-5 {
    margin-inline: 3rem; }

  .my-5 {
    margin-block: 3rem; }

  .p-5 {
    padding: 3rem; }

  .pt-5 {
    padding-top: 3rem; }

  .pb-5 {
    padding-bottom: 3rem; }

  .pl-5 {
    padding-left: 3rem; }

  .pr-5 {
    padding-right: 3rem; }

  .px-5 {
    padding-inline: 3rem; }

  .py-5 {
    padding-block: 3rem; } }
@media (max-width: 576px) {
  .col-3 {
    grid-column: span 12; }

  .col-4 {
    grid-column: span 12; }

  .col-5 {
    grid-column: span 12; }

  .col-6 {
    grid-column: span 12; }

  header .col-3,
  header .col-9 {
    grid-column: span 6 !important; }

  .row {
    row-gap: 0 !important; }

  .no_top_padding {
    padding-top: 0 !important; }

  .no_top_margin {
    margin-top: 0 !important; } }
header {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  padding: 0 2rem;
  background: rgba(0, 0, 0, 0.6);
  transition: background-color 250ms ease;
  box-shadow: 0 0 0.75rem rgba(69, 68, 67, 0.25); }
  header .container {
    padding: 0; }
    header .container .row #header_logo {
      transform: opacity 250ms ease; }
      header .container .row #header_logo img {
        height: 65px;
        width: auto; }
      header .container .row #header_logo:hover {
        text-decoration: none !important;
        opacity: .75; }
    header .container .row .col-9 {
      display: flex !important; }

#header.scrolled, #header.hovered {
  background: black; }

header a,
header button span,
header #menu-hoofdmenu > li:last-of-type > a {
  font-size: 1.1rem;
  font-weight: 300; }
@media (max-width: 768px) {
  header {
    overflow: hidden; } }

#header_logo img {
  display: block; }

.toggleButton {
  display: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto; }
  .toggleButton .nav-toggle {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0 0 0 auto !important;
    color: #ce0e2d;
    cursor: pointer;
    transition: opacity 250ms ease-in-out;
    width: 40px;
    min-width: 40px !important;
    max-width: 40px !important;
    z-index: 1000; }
    .toggleButton .nav-toggle:hover {
      opacity: 0.5; }
    .toggleButton .nav-toggle:after {
      display: none; }

.nav-desktop {
  margin-left: auto; }
  .nav-desktop .menu,
  .nav-desktop .primary-menu,
  .nav-desktop ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .nav-desktop ul {
    display: flex;
    gap: 2.25rem;
    align-items: center;
    justify-content: flex-end;
    height: 100%; }
    .nav-desktop ul li {
      position: relative;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .nav-desktop ul li a {
        display: block;
        text-decoration: none;
        color: white; }
        .nav-desktop ul li a:hover {
          color: #ce0e2d;
          opacity: 1; }
  .nav-desktop li.menu-item-has-children > a {
    position: relative; }
  .nav-desktop li.menu-item-has-children > a::after {
    content: "›";
    display: inline-block;
    margin-left: 6px;
    transform: rotate(90deg);
    color: #454443; }
  .nav-desktop .sub-menu {
    position: absolute;
    top: calc(100%);
    left: 0;
    width: 25vw;
    padding: 1.5rem;
    background-color: #ccd6ec;
    display: none;
    z-index: 2000;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    grid-template-columns: 200px 1fr;
    gap: 1.5rem;
    align-items: stretch; }
    .nav-desktop .sub-menu .submenu-heading {
      font-weight: 600;
      margin: 0 0 .5rem 0; }
    .nav-desktop .sub-menu li {
      display: block;
      padding: 0; }
      .nav-desktop .sub-menu li a {
        display: block;
        padding: .5rem;
        border-radius: 0.5rem;
        color: #ce0e2d; }
        .nav-desktop .sub-menu li a:hover {
          color: black;
          background-color: rgba(255, 255, 255, 0.4); }
    .nav-desktop .sub-menu .submenu-intro p {
      color: white;
      font-size: 1.1em;
      font-style: italic;
      padding-left: .5rem;
      margin-bottom: .5rem; }
  .nav-desktop li:hover > .sub-menu {
    display: inline-table; }
  .nav-desktop .current-menu-item > a {
    color: #bcbcbb !important; }

.nav-mobile {
  display: none; }
  .nav-mobile .current_page_item a {
    color: #ce0e2d; }

body.menu-open {
  overflow: hidden; }
  body.menu-open::after {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(69, 68, 67, 0.25);
    z-index: 990; }

@media (max-width: 992px) {
  .nav-desktop {
    display: none; }

  .toggleButton {
    display: flex;
    z-index: 999999; }

  .nav-mobile {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 360px;
    height: 100vh;
    background: #fff;
    padding: 100px 30px;
    transition: right 250ms ease-in-out;
    overflow-y: auto;
    z-index: 99999; }
    .nav-mobile.is-open {
      right: 0; }
    .nav-mobile ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .nav-mobile ul li {
        padding: 10px 0; }
        .nav-mobile ul li a {
          display: block;
          text-align: left;
          color: #454443;
          text-decoration: none; }
          .nav-mobile ul li a:hover {
            color: #ce0e2d; }
    .nav-mobile .sub-menu {
      display: none;
      padding-top: 4px; }
    .nav-mobile .menu-item-has-children {
      position: relative; }
      .nav-mobile .menu-item-has-children.is-open > .sub-menu {
        display: block; }
        .nav-mobile .menu-item-has-children.is-open > .sub-menu li {
          padding: 8px 0; }
          .nav-mobile .menu-item-has-children.is-open > .sub-menu li a:before {
            content: '• ';
            display: inline;
            padding: 0 4px;
            color: #ce0e2d; }
        .nav-mobile .menu-item-has-children.is-open > .sub-menu .current_menu_item a {
          color: #ce0e2d !important; }
      .nav-mobile .menu-item-has-children button {
        margin: 0 !important;
        border: 0px;
        /* line-height: normal; */
        position: absolute;
        right: 0;
        top: 11px;
        cursor: pointer;
        background-color: transparent; }
        .nav-mobile .menu-item-has-children button:hover span {
          color: #ce0e2d; }

  #menu-hoofdmenu > li:last-of-type > a {
    color: #ce0e2d !important; } }
* {
  font-family: "din-2014", sans-serif;
  font-optical-sizing: auto;
  font-style: normal; }

h1,
h2,
h3,
h4,
h5,
p,
td,
a,
b,
i,
em,
b,
strong,
input,
textarea,
span,
div,
btn,
li {
  line-height: 180%;
  color: #454443;
  font-size: 1rem;
  font-weight: 300; }

h1,
h1 span,
h2,
h2 span,
h3,
h3 span,
h4,
h4 span,
h5,
h5 span {
  line-height: 110%;
  color: #ce0e2d;
  padding: 0rem;
  margin: 0;
  letter-spacing: .5px; }
  h1 em,
  h1 span em,
  h2 em,
  h2 span em,
  h3 em,
  h3 span em,
  h4 em,
  h4 span em,
  h5 em,
  h5 span em {
    font-weight: inherit;
    font-style: italic; }

h1,
h1 span {
  font-size: 3.2rem;
  font-weight: 400;
  text-transform: inherit;
  text-transform: uppercase; }

h2,
h2 span {
  font-size: 2.2rem;
  line-height: 110%;
  padding-bottom: .5rem;
  text-transform: uppercase; }

h3,
h3 span {
  font-size: 1.2rem;
  line-height: 130%;
  padding-top: .75rem;
  padding-bottom: .5rem;
  text-transform: uppercase; }

h4,
h4 span {
  font-size: 1.2rem;
  line-height: 130%;
  padding-top: .75rem;
  padding-bottom: .5rem; }

h5,
h5 span {
  color: #454443;
  font-size: 1.1rem;
  line-height: 130%;
  font-weight: 400; }

p,
i,
em,
b,
strong,
a,
li {
  margin: 0;
  padding: 0; }
  p i,
  p em,
  p b,
  p strong,
  i i,
  i em,
  i b,
  i strong,
  em i,
  em em,
  em b,
  em strong,
  b i,
  b em,
  b b,
  b strong,
  strong i,
  strong em,
  strong b,
  strong strong,
  a i,
  a em,
  a b,
  a strong,
  li i,
  li em,
  li b,
  li strong {
    color: inherit; }

i,
em {
  font-style: italic; }
  i *,
  em * {
    font-style: inherit; }

b,
strong {
  color: #454443;
  font-weight: 600; }

u {
  font-size: inherit;
  font-weight: inherit; }

a,
a:link,
a:visited {
  text-decoration: underline; }
  a:hover,
  a:link:hover,
  a:visited:hover {
    color: #ce0e2d; }

hr {
  background: white;
  border: 0px;
  height: 1px;
  width: 100%;
  padding: 0;
  margin: 0; }

img {
  max-width: 100%;
  transition: opacity 250ms ease-in-out; }

.alignright {
  float: right;
  padding: 10px; }

#sitemap ul {
  padding: 0;
  padding-inline-start: 0; }
  #sitemap ul .row {
    gap: .25rem !important; }
    #sitemap ul .row .text_right {
      text-align: right; }

table {
  width: 100%;
  table-layout: fixed;
  overflow: scroll;
  margin-top: 1.25rem; }
  table tr td,
  table tr th {
    padding: .25rem .75rem;
    border: 2px solid #ce0e2d; }
  table tbody tr:nth-of-type(even) {
    background-color: rgba(139, 139, 138, 0.05); }
  table tbody tr:last-of-type td {
    position: relative; }
  table tbody tr:last-of-type td:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #ce0e2d; }

iframe {
  width: 100%;
  overflow: hidden; }

h1 span,
h2 span,
h3 span,
h4 span,
h1 a,
h2 a,
h3 a,
h4 a,
h1 b,
h2 b,
h3 b,
h4 b {
  font-size: 1em !important;
  font-weight: inherit !important;
  font-family: inherit !important;
  color: inherit !important;
  text-decoration: inherit !important;
  line-height: inherit !important; }

h1 b,
h2 b,
h3 b,
h4 b,
h1 strong,
h2 strong,
h3 strong,
h4 strong {
  font-size: inherit;
  font-weight: bold; }

h1 i,
h2 i,
h3 i,
h4 i,
h1 em,
h2 em,
h3 em,
h4 em {
  font-size: inherit;
  font-style: italic; }

span strong {
  font-size: inherit;
  font-family: inherit; }

@media all and (max-width: 768px) {
  h1,
  h1 span,
  .titel_overlay .row h1 {
    font-size: 2.4rem; }

  h2,
  h2 span,
  .titel_overlay .row h2 {
    font-size: 1.8rem; } }
@media (max-width: 576px) {
  h1 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; } }

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