@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --max-width: 1540px;
}

@media (min-width: 567px) {
  :root {
    --max-width: 540px;
  }
}
@media (min-width: 768px) {
  :root {
    --max-width: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --max-width: 960px;
  }
}
@media (min-width: 1200px) {
  :root {
    --max-width: 1140px;
  }
}
@media (min-width: 1540px) {
  :root {
    --max-width: 1500px;
  }
}
.corner-ribbon {
  width: 200px;
  background: rgb(255, 132, 0);
  position: absolute;
  top: 25px;
  left: -55px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 1px;
  color: #f0f0f0;
  font-size: 1.8rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  background: #f2f2f2;
  line-height: 1.6;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

img {
  display: block;
}

p, .section-alpha-grid .content ul li {
  font-size: 1.6rem;
  line-height: 1.4;
  color: rgb(91, 91, 91);
}
p strong, .section-alpha-grid .content ul li strong {
  font-weight: bold;
}

.section-alpha-grid .content ul {
  list-style: disc;
  margin-left: 2em;
  margin-bottom: 2em;
}

h1, h2, h3, h4 {
  line-height: 1.2;
}

h1 {
  /* Oranje balk bovenaan pagina */
  font-size: 3rem;
  font-weight: 600;
  color: rgb(31, 31, 31);
}

.home .section-main-content h1 {
  text-shadow: none;
  text-transform: none;
  font-size: 4rem;
  letter-spacing: 0;
  padding-bottom: 2rem;
}

h2 {
  /* Product title */
  color: rgb(31, 31, 31);
  font-size: 3rem;
  margin-block-end: 1.5rem;
  font-weight: 600;
}

h3 {
  /* Subkopjes */
  font-size: 2.2rem;
  color: rgb(31, 31, 31);
  margin-bottom: 2rem;
  line-height: 1.2;
}
h3 p {
  font-size: 2.8rem;
}

h4 {
  font-size: 1.6rem;
  font-weight: 700;
}

h5 {
  /* Single product kopje boven the_content */
  font-size: 1.6rem;
  color: rgb(255, 132, 0);
  font-weight: 700;
}

h6 {
  /* Widget titles */
  font-size: 2rem;
  text-transform: uppercase;
  color: #ffffff;
}

p {
  margin-bottom: 2rem;
}

a {
  cursor: pointer;
  color: rgb(255, 132, 0);
  text-decoration: none;
}
a:hover {
  color: rgba(255, 132, 0, 0.7);
}

.btn-primary, .su-button {
  padding: 0.5em 2em;
  font-size: 1.6rem;
  text-transform: uppercase;
  background: rgb(255, 132, 0);
  color: black;
  border: none;
  font-weight: 600;
}
.btn-primary:hover, .su-button:hover {
  background: rgba(255, 132, 0, 0.7);
}

.btn-secondary {
  padding: 0.5em 2em;
  font-size: 1.6rem;
  text-transform: uppercase;
  background: rgb(51, 51, 51);
  color: #ffffff;
  border: none;
  font-weight: 600;
}
.btn-secondary:hover {
  background: rgba(51, 51, 51, 0.7);
}

.btn-wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(0.8rem, 10vw, 1.5rem);
  max-width: 300px;
}

.su-button span {
  font-size: 1.6rem !important;
}
.su-button:hover span {
  color: #000000;
}

/* Text colors */
.text-light {
  color: #ffffff;
}

.text-primary {
  color: rgb(255, 132, 0) !important;
}

/* Text weight */
.text-bold {
  font-weight: bold;
}

.text-uppercase {
  text-transform: uppercase;
}

/* Backgrounds */
.bg-light {
  background: #ffffff !important;
}

.bg-dark {
  background: #000000 !important;
  color: #ffffff;
}

/* Borders */
.border-light {
  border-color: rgb(220, 220, 220) !important;
}

/* Pages */
#breadcrumbs {
  font-size: 1.4rem;
  color: rgb(140, 140, 140);
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 20px;
}
#breadcrumbs span.fa {
  margin-left: 1rem;
  margin-right: 1rem;
}

.page-content {
  font-size: 1.6rem;
}
.page-content .page-header {
  padding: 2rem 0;
  background: url(../images/bg-pageheader.png) no-repeat center center;
  background-size: cover;
}
.page-content .page-body {
  color: rgb(140, 140, 140);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.page-content .page-body ul {
  margin-left: 0;
  padding-left: 17px;
  list-style: disc;
}

/* Carousels */
.carousel .carousel-indicators {
  bottom: -4rem;
}
.carousel .carousel-indicators li {
  width: 1.3rem;
  height: 1.3rem;
  background: #ffffff;
  border: 1px solid rgb(240, 240, 240);
}
.carousel .carousel-indicators li.active {
  background: rgb(200, 200, 200);
}

@media (min-width: 992px) {
  h1 {
    font-size: 5rem;
  }
  .page-content .page-header {
    padding: 4rem 0;
  }
  .page-content .page-body {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.gform_wrapper form .gform_body ul.gform_fields {
  padding: 0;
}
.gform_wrapper form .gform_body ul.gform_fields .gfield {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 1.5rem 0 0;
  list-style: none;
}
.gform_wrapper form .gform_body ul.gform_fields .gfield.half {
  width: 50%;
}
.gform_wrapper form .gform_body ul.gform_fields .gfield .ginput_container {
  padding-bottom: 1.5rem;
}
.gform_wrapper form .gform_body ul.gform_fields .gfield .ginput_container input, .gform_wrapper form .gform_body ul.gform_fields .gfield .ginput_container textarea {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid rgb(220, 220, 220);
  border-radius: 2px;
}
.gform_wrapper form .gform_body ul.gform_fields .gfield .ginput_container input::placeholder, .gform_wrapper form .gform_body ul.gform_fields .gfield .ginput_container textarea::placeholder {
  color: rgb(200, 200, 200);
}
.gform_wrapper form .gform_body ul.gform_fields .gfield .gfield_description.validation_message {
  position: absolute;
  z-index: 2;
  top: -10px;
  right: 30px;
  font-size: 0.9rem;
  color: #ffffff;
  padding: 3px 10px;
  background: rgb(255, 132, 0);
  text-align: center;
}
.gform_wrapper form .gform_body ul.gform_fields .gfield .gfield_description.validation_message:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 100%;
  left: 20%;
  content: "";
  border-top: 6px solid rgb(255, 132, 0);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.gform_wrapper form .gform_body ul.gform_fields .gfield.icon-person input, .gform_wrapper form .gform_body ul.gform_fields .gfield.person textarea {
  background: url(../images/icon-person.png) 5px center no-repeat #ffffff;
}
.gform_wrapper form .gform_body ul.gform_fields .gfield.icon-company input, .gform_wrapper form .gform_body ul.gform_fields .gfield.icon-company textarea {
  background: url(../images/icon-company.png) 5px center no-repeat #ffffff;
}
.gform_wrapper form .gform_body ul.gform_fields .gfield.icon-email input, .gform_wrapper form .gform_body ul.gform_fields .gfield.icon-email textarea {
  background: url(../images/icon-email.png) 5px center no-repeat #ffffff;
}
.gform_wrapper form .gform_body ul.gform_fields .gfield.icon-phone input, .gform_wrapper form .gform_body ul.gform_fields .gfield.icon-phone textarea {
  background: url(../images/icon-phone.png) 5px center no-repeat #ffffff;
}
.gform_wrapper form .gform_body ul.gform_fields .gfield.icon-chat input, .gform_wrapper form .gform_body ul.gform_fields .gfield.icon-chat textarea {
  background: url(../images/icon-chat.png) 5px 10px no-repeat #ffffff;
}
.gform_wrapper form .gform_body ul.gform_fields .gfield.icon-marker input, .gform_wrapper form .gform_body ul.gform_fields .gfield.icon-marker textarea {
  background: url(../images/icon-marker.png) 10px 8px no-repeat #ffffff;
}
.gform_wrapper form .gform_footer {
  clear: both;
}
.gform_wrapper form .gform_footer button[type=submit] {
  margin-right: 1.5rem;
}
.gform_wrapper form.contactform .gform_body .gfield .gfield_label {
  display: none;
}
.gform_wrapper form.contactform .gform_body .gfield .ginput_container input, .gform_wrapper form.contactform .gform_body .gfield .ginput_container textarea {
  padding-left: 4rem !important;
}
.gform_wrapper form.staal-aanvragen-form-productpagina .gform_footer {
  margin-bottom: 3rem;
}

#header {
  background: #ffffff;
  padding-inline: clamp(1rem, 3vw, 3rem);
}
#header .container {
  position: relative;
  max-width: 1540px;
}
#header .container .navbar {
  z-index: 1;
  position: relative;
  background: #ffffff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-inline: 0;
}
#header .container .navbar .navbar-brand {
  width: 206px;
  height: 44px;
  background-image: url(../images/logo-artifax.png);
  background-repeat: no-repeat;
}
#header .container .navbar .navbar-toggler {
  border: none;
}
#header .container .navbar .collapse, #header .container .navbar .collapsing {
  position: relative;
}
#header .container .navbar .collapse ul.navbar-nav li, #header .container .navbar .collapsing ul.navbar-nav li {
  padding: 1rem 0;
}
#header .container .navbar .collapse ul.navbar-nav li a, #header .container .navbar .collapsing ul.navbar-nav li a {
  position: relative;
  color: rgb(31, 31, 31);
  font-size: 1.3rem;
  letter-spacing: 0.07rem;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
#header .container .navbar .collapse ul.navbar-nav li a:after, #header .container .navbar .collapsing ul.navbar-nav li a:after {
  position: absolute;
  display: block;
  height: 2px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: transparent;
  bottom: -5px;
  transition: background 0.2s ease-in-out;
}
#header .container .navbar .collapse ul.navbar-nav li a:hover:after, #header .container .navbar .collapsing ul.navbar-nav li a:hover:after {
  background: rgb(255, 132, 0);
}
#header .container .navbar .collapse ul.navbar-nav li.current-menu-item a:after, #header .container .navbar .collapsing ul.navbar-nav li.current-menu-item a:after {
  background: rgb(255, 132, 0);
}
#header .container .navbar .collapse form input, #header .container .navbar .collapsing form input {
  border: 1px solid rgb(240, 240, 240);
  transition: top 0.3s;
}
#header .container .navbar .collapse form input:focus, #header .container .navbar .collapsing form input:focus {
  outline: none;
}
#header .container .navbar .collapse form button, #header .container .navbar .collapsing form button {
  color: inherit;
}

/* LG + XL */
@media (min-width: 992px) {
  #header .container .navbar .collapse ul.navbar-nav li a {
    padding: 0 1rem;
  }
  #header .container .navbar .collapse form input {
    position: absolute;
    top: -60px;
    left: 0;
    width: 94%;
  }
  #header .container .navbar .collapse form input.active {
    top: 0;
  }
}
.section-footer {
  font-size: 1.4rem;
}
.section-footer ul {
  padding: 0;
}
.section-footer ul li a {
  color: inherit !important;
}
.section-footer ul li a:hover {
  color: rgb(255, 132, 0) !important;
}
.section-footer p {
  margin-bottom: 2rem;
  color: #ffffff;
}
.section-footer a:not(.btn) {
  text-decoration: none;
  color: rgb(255, 132, 0);
}
.section-footer a:not(.btn):hover {
  color: rgb(180, 180, 180);
}
.section-footer a.btn {
  width: 100%;
}
.section-footer .copyright {
  font-size: 1.2rem;
  color: rgb(140, 140, 140);
}
.section-footer .copyright a {
  color: inherit;
}

body:not(.page-template-page-landing-new, .single-products, .page-template-branches, .post-type-archive-products, .page-template-default, .page-template-page-contact) {
  /* LG + XL */
}
body:not(.page-template-page-landing-new, .single-products, .page-template-branches, .post-type-archive-products, .page-template-default, .page-template-page-contact) .slideshow {
  position: relative;
  display: block;
}
body:not(.page-template-page-landing-new, .single-products, .page-template-branches, .post-type-archive-products, .page-template-default, .page-template-page-contact) .slideshow .tagline {
  font-size: 1.6rem;
  background: rgb(255, 132, 0);
  color: white;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  body:not(.page-template-page-landing-new, .single-products, .page-template-branches, .post-type-archive-products, .page-template-default, .page-template-page-contact) .slideshow .tagline {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.4rem;
  }
}
body:not(.page-template-page-landing-new, .single-products, .page-template-branches, .post-type-archive-products, .page-template-default, .page-template-page-contact) .slideshow .tagline a {
  color: #fff;
  text-decoration: none !important;
}
body:not(.page-template-page-landing-new, .single-products, .page-template-branches, .post-type-archive-products, .page-template-default, .page-template-page-contact) .metaslider {
  margin: 0 auto;
  width: 100%;
}
body:not(.page-template-page-landing-new, .single-products, .page-template-branches, .post-type-archive-products, .page-template-default, .page-template-page-contact) .metaslider img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  body:not(.page-template-page-landing-new, .single-products, .page-template-branches, .post-type-archive-products, .page-template-default, .page-template-page-contact) .slideshow {
    display: block;
    width: 100%;
  }
}

body.page-template-page-landing-new, body.single-products, body.page-template-branches, body.post-type-archive-products, body.page-template-default, body.page-template-page-contact {
  /* LG + XL */
}
body.page-template-page-landing-new .slideshow, body.single-products .slideshow, body.page-template-branches .slideshow, body.post-type-archive-products .slideshow, body.page-template-default .slideshow, body.page-template-page-contact .slideshow {
  position: relative;
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  padding-block: 25px;
  width: 100%;
}
body.page-template-page-landing-new .slideshow .slide, body.single-products .slideshow .slide, body.page-template-branches .slideshow .slide, body.post-type-archive-products .slideshow .slide, body.page-template-default .slideshow .slide, body.page-template-page-contact .slideshow .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #EFBF87;
  background: linear-gradient(90deg, rgb(239, 191, 135) 0%, rgba(249, 150, 34, 0.8) 100%);
}
body.page-template-page-landing-new .slideshow img, body.single-products .slideshow img, body.page-template-branches .slideshow img, body.post-type-archive-products .slideshow img, body.page-template-default .slideshow img, body.page-template-page-contact .slideshow img {
  height: 100%;
  object-fit: cover;
  opacity: 0.08;
  width: 100%;
}
body.page-template-page-landing-new .slideshow .tagline, body.single-products .slideshow .tagline, body.page-template-branches .slideshow .tagline, body.post-type-archive-products .slideshow .tagline, body.page-template-default .slideshow .tagline, body.page-template-page-contact .slideshow .tagline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(0.8rem, 10vw, 1.5rem);
  align-items: center;
  justify-content: center;
  text-align: center;
}
body.page-template-page-landing-new .slideshow .tagline h1, body.single-products .slideshow .tagline h1, body.page-template-branches .slideshow .tagline h1, body.post-type-archive-products .slideshow .tagline h1, body.page-template-default .slideshow .tagline h1, body.page-template-page-contact .slideshow .tagline h1 {
  font-size: 2.6rem;
  text-shadow: none;
  line-height: 1.1;
}
body.page-template-page-landing-new .slideshow .tagline a, body.single-products .slideshow .tagline a, body.page-template-branches .slideshow .tagline a, body.post-type-archive-products .slideshow .tagline a, body.page-template-default .slideshow .tagline a, body.page-template-page-contact .slideshow .tagline a {
  color: black;
  font-size: 1.5rem;
  text-decoration: none !important;
  border: 1px solid black;
  padding-inline: 0.8em;
  padding-block: 0.4em;
  border-radius: 5px;
}
body.page-template-page-landing-new .slideshow .tagline a:hover, body.single-products .slideshow .tagline a:hover, body.page-template-branches .slideshow .tagline a:hover, body.post-type-archive-products .slideshow .tagline a:hover, body.page-template-default .slideshow .tagline a:hover, body.page-template-page-contact .slideshow .tagline a:hover {
  background: rgb(255, 132, 0);
  color: rgb(91, 91, 91);
}
body.page-template-page-landing-new .metaslider, body.single-products .metaslider, body.page-template-branches .metaslider, body.post-type-archive-products .metaslider, body.page-template-default .metaslider, body.page-template-page-contact .metaslider {
  margin: 0 auto;
  width: 100%;
}
body.page-template-page-landing-new .metaslider img, body.single-products .metaslider img, body.page-template-branches .metaslider img, body.post-type-archive-products .metaslider img, body.page-template-default .metaslider img, body.page-template-page-contact .metaslider img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  body.page-template-page-landing-new .slideshow, body.single-products .slideshow, body.page-template-branches .slideshow, body.post-type-archive-products .slideshow, body.page-template-default .slideshow, body.page-template-page-contact .slideshow {
    display: flex;
    width: 100%;
  }
  body.page-template-page-landing-new.page-id-2 .slideshow, body.single-products.page-id-2 .slideshow, body.page-template-branches.page-id-2 .slideshow, body.post-type-archive-products.page-id-2 .slideshow, body.page-template-default.page-id-2 .slideshow, body.page-template-page-contact.page-id-2 .slideshow {
    height: 440px;
  }
  body.page-template-page-landing-new.page-id-2 .tagline, body.single-products.page-id-2 .tagline, body.page-template-branches.page-id-2 .tagline, body.post-type-archive-products.page-id-2 .tagline, body.page-template-default.page-id-2 .tagline, body.page-template-page-contact.page-id-2 .tagline {
    transform: translateY(-9rem);
    max-width: 600px;
    left: unset;
    top: unset;
  }
  body.page-template-page-landing-new h1, body.single-products h1, body.page-template-branches h1, body.post-type-archive-products h1, body.page-template-default h1, body.page-template-page-contact h1 {
    font-size: 4.5rem !important;
  }
}

.home h1 {
  display: inline-block;
  text-align: center;
  text-shadow: none;
  color: black;
  font-size: 3rem;
  margin-bottom: 2rem;
  border-bottom: 4px solid rgb(255, 132, 0);
}
.home .blokkenmenu .row {
  margin-left: -30px;
  margin-right: -30px;
}
.home .blokkenmenu .row .menuitem .image {
  min-height: 260px;
  background-repeat: no-repeat;
  background-size: cover;
}
.home .blokkenmenu .row .menuitem .title {
  background: white;
  color: black;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.section-main-content {
  font-size: 2rem;
  color: rgb(140, 140, 140);
}

.section-reviews {
  padding-block: clamp(6rem, 10vw, 12rem);
  display: flex;
  flex-direction: column;
  gap: clamp(3rem, 10vw, 6rem);
}
.section-reviews .review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(3rem, 10vw, 6rem);
}
@media screen and (max-width: 768px) {
  .section-reviews .review-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.section-reviews .review-grid .review-item {
  padding: clamp(1.5rem, 10vw, 3rem);
  background: #ffffff;
  border-radius: 5px;
}
.section-reviews #carousel-reviews {
  text-transform: uppercase;
}
.section-reviews #carousel-reviews .review-wrapper {
  position: relative;
  font-size: 2rem;
  padding: 0 5rem;
  color: rgb(180, 180, 180);
}
.section-reviews #carousel-reviews .review-wrapper:before {
  position: absolute;
  display: block;
  content: "";
  width: 2rem;
  height: 2rem;
  left: 0;
  background: url(../images/sprite-quotes.png);
  background-position: left top;
  background-size: 20px;
}
.section-reviews #carousel-reviews .review-wrapper:after {
  position: absolute;
  display: block;
  content: "";
  width: 2rem;
  height: 2rem;
  right: 0;
  bottom: 0;
  background: url(../images/sprite-quotes.png);
  background-position: center 20px;
  background-size: 20px;
}
.section-reviews #carousel-reviews .review-title {
  color: rgb(140, 140, 140);
  font-size: 1.6rem;
}
.section-reviews #carousel-reviews .review-title .company {
  color: rgb(255, 132, 0);
}

.section-bestellen {
  position: relative;
  text-transform: uppercase;
  font-size: 2rem;
  background: url(../images/bg-pageheader.png) no-repeat center center;
  background-size: cover;
}
.section-bestellen:before {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  top: 0;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f2f2f2;
  transform: translateX(-50%);
}
.section-bestellen h3 {
  font-weight: bold !important;
}
.section-bestellen p {
  color: #fff;
  font-size: 2rem;
}

.section-banner {
  background: #EFBF87;
  background: linear-gradient(90deg, rgb(239, 191, 135) 0%, rgba(249, 150, 34, 0.8) 100%);
  font-size: 2rem;
  padding-block: clamp(6rem, 10vw, 12rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-inline: 15px;
}
.section-banner h2 {
  max-width: 650px;
}
.section-banner h2 p {
  color: rgb(31, 31, 31);
  font-size: 3rem;
}

.section-contact {
  position: relative;
  font-size: 2rem;
  background: url(../images/bg-contact.png) no-repeat center center;
  background-size: cover;
}
.section-contact p {
  color: #ffffff;
}
.section-contact:before {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  top: 0;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f2f2f2;
  transform: translateX(-50%);
}

#page {
  margin-top: 2rem;
}

@media (min-width: 992px) {
  #page {
    margin-top: -7rem;
  }
}
@media (min-width: 992px) {
  #page {
    margin-top: -18rem;
  }
}
.page-template-page-landing .section-contact:before {
  border-top: 20px solid rgb(255, 132, 0);
}

.subpagemenu {
  padding: 0 !important;
}
.subpagemenu li {
  list-style: none;
}
.subpagemenu li a {
  display: block;
  margin-bottom: 5px;
  background: #333;
  color: white;
  padding: 6px 12px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}
.subpagemenu li.active a {
  background-color: rgb(255, 132, 0);
}

.product-showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  position: relative;
  padding-inline: 0;
}
.product-showcase .application-wrapper {
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.product-showcase .application-wrapper .application-title {
  background: #000000;
  color: #ffffff;
  font-size: 2.3rem;
  text-transform: capitalize;
  font-weight: 600;
  padding-block: 0.8em;
}
.product-showcase .application-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-showcase .application-wrapper:hover, .product-showcase .application-wrapper.active {
  border-color: rgb(255, 132, 0);
}
.product-showcase .application-wrapper:hover .application-title, .product-showcase .application-wrapper.active .application-title {
  background: rgb(255, 132, 0);
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .product-showcase-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .product-showcase .application-wrapper {
    aspect-ratio: unset;
  }
  .product-showcase .application-wrapper img {
    display: none;
  }
}
.product-showcase .product-filter-result {
  margin-bottom: 3rem;
}
.product-showcase .product-filter-result .product-wrapper {
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.product-showcase .product-filter-result .product-wrapper .product-title {
  background: #ffffff;
  color: rgb(91, 91, 91);
}
.product-showcase .product-filter-result .product-wrapper .product-title .title {
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
}
.product-showcase .product-filter-result .product-wrapper .product-title .price {
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
}
.product-showcase .product-filter-result .product-wrapper .product-title .price .old-price {
  text-align: right;
  font-size: 1.2rem;
  color: #999;
  text-decoration: line-through;
}
.product-showcase .product-filter-result .product-wrapper .product-title .sub-title {
  font-size: 1.2rem;
  color: rgb(200, 200, 200);
  text-transform: uppercase;
}
.product-showcase .product-filter-result .product-wrapper .product-title .help-text {
  text-transform: none;
  font-size: 1.2rem;
  color: #999;
  text-decoration: none;
}
.product-showcase .product-filter-result .product-wrapper:hover .product-title, .product-showcase .product-filter-result .product-wrapper.active .product-title {
  background: rgb(255, 132, 0);
  color: #ffffff;
}
.product-showcase .product-filter-result .product-wrapper:hover .product-title .price, .product-showcase .product-filter-result .product-wrapper.active .product-title .price {
  color: #ffffff !important;
}

.accordion {
  width: 100%;
}
.accordion .card .card-header {
  overflow: hidden;
  background: rgb(255, 132, 0);
  color: #ffffff;
}
.accordion .card .card-header button {
  width: 100%;
  font-size: 1.6rem;
  text-align: left;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}
.accordion .card .card-header button:after {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  font-family: "FontAwesome", sans-serif;
  content: "\f068";
}
.accordion .card .card-header button.collapsed:after {
  content: "\f067";
}
.accordion .card .card-body .list-group a {
  color: inherit;
  text-decoration: none;
  padding-left: 5rem;
}
.accordion .card .card-body .list-group a:before {
  position: absolute;
  left: 1.5rem;
  top: 0.8rem;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 2rem;
  content: "\f0c8";
}
.accordion .card .card-body .list-group a:hover {
  background: rgb(240, 240, 240);
}
.accordion .card .card-body .list-group a.active-filter:before {
  content: "\f14a";
}

.single-product .images .image-gallery {
  overflow: hidden;
  position: relative;
}
.single-product .images a img {
  width: 100%;
}
.single-product .product-info table tr td:first-child {
  padding-left: 0;
}
.single-product .product-info .price-additions {
  font-size: 1.4rem;
  color: rgb(140, 140, 140);
}
.single-product .product-info .swatches .swatch {
  width: 30px;
  height: 30px;
  border: 1px solid white;
  background: #efefef;
}
.single-product .product-info .swatches .swatch.active {
  transform: translate(-1px, -1px);
  box-shadow: 2px 2px 3px #999;
}
.single-product .product-info .swatches .swatch.swatch-rood {
  background: #ce0000;
}
.single-product .product-info .swatches .swatch.swatch-geel {
  background: #f2e943;
}
.single-product .product-info .swatches .swatch.swatch-bruin {
  background: #9e7807;
}
.single-product .product-info .swatches .swatch.swatch-blauw {
  background: #3191ea;
}
.single-product .product-info .swatches .swatch.swatch-grijs {
  background: #aaaaaa;
}
.single-product .product-info .swatches .swatch.swatch-groen {
  background: #53e065;
}
.single-product .specs tr td:first-child {
  width: 50%;
}

.section-product-top {
  padding-block: calc(clamp(6rem, 10vw, 12rem) / 2);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: clamp(3rem, 10vw, 6rem);
}
.product-grid .images {
  grid-column: span 3;
}
.product-grid .product-info {
  grid-column: span 4;
}
@media screen and (max-width: 998px) {
  .product-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .product-grid .images {
    grid-column: span 4;
  }
  .product-grid .product-info {
    grid-column: span 4;
  }
}
@media screen and (max-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .product-grid .images {
    grid-column: span 8;
  }
  .product-grid .product-info {
    grid-column: span 8;
  }
}
.image-gallery-wrapper {
  display: flex;
  gap: clamp(0.8rem, 10vw, 1.5rem);
  flex-direction: column;
}

.image-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.8rem, 10vw, 1.5rem);
}
.image-gallery-thumbs a {
  transition: all 0.3s ease-in-out;
}
.image-gallery-thumbs a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-info-main {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: clamp(1.5rem, 10vw, 3rem);
  border-bottom: 1px solid rgb(240, 240, 240);
  padding-block-end: clamp(1.5rem, 10vw, 3rem);
}
@media screen and (max-width: 998px) {
  .product-info-main {
    grid-template-columns: 1fr;
  }
}
.product-info-main sup {
  font-size: 60%;
}
.product-info-main-price {
  display: flex;
  flex-direction: column;
  gap: clamp(0.8rem, 10vw, 1.5rem);
}
.product-info-main .price {
  font-size: 4rem;
  color: rgb(255, 132, 0);
  font-weight: 700;
  display: flex;
  flex-direction: column;
}
.product-info-main .price p {
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.product-info-main .price .old-price {
  font-size: 2rem;
  color: #999;
  text-decoration: line-through;
}
.product-info-main .price span {
  display: flex;
  align-items: center;
}
.product-info-main-usp {
  display: flex;
  flex-direction: column;
  gap: clamp(0.8rem, 10vw, 1.5rem);
}
.product-info-main-usp span {
  background: #000000;
  color: #ffffff;
  padding: clamp(0.8rem, 10vw, 1.5rem);
  font-weight: 600;
}
.product-info-main-usp .product-usp {
  background: rgba(255, 132, 0, 0.3);
  padding: clamp(0.8rem, 10vw, 1.5rem);
}
.product-info-main-usp .product-usp li {
  display: flex;
  gap: 1rem;
  margin-block-end: 0.4em;
  line-height: 1.3;
}
.product-info-main-usp .product-usp li::before {
  content: "✔";
}

.product-info-omschrijving {
  padding-block-start: clamp(1.5rem, 10vw, 3rem);
  max-width: 700px;
}

.product-info-specificaties {
  background: rgb(240, 240, 240);
  padding: clamp(1.5rem, 10vw, 3rem);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.8rem, 10vw, 1.5rem);
}
.product-info-specificaties div {
  display: flex;
  gap: 0.3rem;
  flex-direction: column;
  border-right: 1px solid #ffffff;
  padding-inline: clamp(0.8rem, 10vw, 1.5rem);
  align-items: center;
  text-align: center;
}
.product-info-specificaties div:last-child {
  border: none;
}
@media screen and (max-width: 998px) {
  .product-info-specificaties {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-info-specificaties div:nth-child(even) {
    border: none;
  }
}
.product-info-specificaties strong {
  font-weight: bold;
}

.product-info-kleuren {
  padding-block-start: clamp(1.5rem, 10vw, 3rem);
}
.product-info-kleuren p {
  font-weight: 700;
  margin-bottom: clamp(0.8rem, 10vw, 1.5rem);
}
.product-info-kleuren .kleuren-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.8rem, 10vw, 1.5rem);
}
.product-info-kleuren .kleuren-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-product-bottom {
  padding-block: calc(clamp(6rem, 10vw, 12rem) / 2);
}
.section-product-bottom .product-grid {
  grid-template-columns: repeat(7, 1fr);
}
.section-product-bottom .product-grid .omschrijving {
  grid-column: span 3;
}
.section-product-bottom .product-grid .specificaties {
  grid-column: span 4;
}
.section-product-bottom .icons {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.8rem, 10vw, 1.5rem);
  flex-shrink: 0;
  flex-grow: 0;
}
.section-product-bottom .icons img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .section-product-bottom .product-grid .omschrijving {
    grid-column: span 7;
  }
  .section-product-bottom .product-grid .specificaties {
    grid-column: span 7;
  }
}

.usp-banner {
  background: #e9e9e9;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  padding-block: 15px;
  padding-inline: 0;
}
.usp-banner .usp-banner-wrapper {
  max-width: 1540px;
  margin: 0 auto;
  padding-inline: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.usp-banner .usps {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 20px;
}
.usp-banner .call-2-action {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
}
.usp-banner .btn {
  font-size: inherit;
}

.page-template-default .usp-banner,
.post-type-archive-products .usp-banner {
  background: white !important;
}

.home .usp-banner {
  background: #e9e9e9 !important;
}

.question-mark {
  position: absolute;
  top: 10px;
  right: 10px;
  color: rgb(255, 132, 0);
}
.question-mark span {
  font-size: 20px;
}
.question-mark .question-mark-content {
  display: none;
  position: absolute;
  min-width: 300px;
  top: 100%;
  right: 0;
  background: white;
  z-index: 999;
  box-shadow: 0 0 20px #666;
}
.question-mark:hover .question-mark-content {
  display: block;
}

.section-alpha {
  background-color: #ffffff;
  padding-block: clamp(4rem, 10vw, 9rem);
  padding-inline: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-alpha-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(3rem, 10vw, 6rem);
  max-width: 1510px;
  max-width: var(--max-width);
  position: relative;
}
.section-alpha .content {
  min-height: 600px;
}
.section-alpha .content h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-block-start: 3rem;
  margin-block-end: 1rem;
}
.section-alpha figure.section-image {
  position: absolute;
  width: calc(50vw - clamp(3rem, 10vw, 6rem) / 2);
  left: calc(50% + clamp(3rem, 10vw, 6rem) / 2);
  bottom: 0;
  height: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
}
.section-alpha figure.section-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-alpha .alpha-usp {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 80%;
  transform: translateY(20%);
  background-color: rgb(255, 132, 0);
  gap: clamp(0.8rem, 10vw, 1.5rem);
  padding: clamp(1.5rem, 10vw, 3rem);
  display: flex;
  flex-direction: column;
}
.section-alpha .alpha-usp h4 {
  font-size: 2rem;
}
.section-alpha .alpha-usp ul {
  font-size: 1.8rem;
}
.section-alpha .alpha-usp ul li {
  display: flex;
  gap: 1rem;
}
.section-alpha .alpha-usp ul li::before {
  content: "✔";
}
@media screen and (max-width: 991px) {
  .section-alpha-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .section-alpha .content {
    min-height: auto;
  }
  .section-alpha figure.section-image {
    position: relative;
    width: 100%;
    left: 0;
    height: auto;
    aspect-ratio: 4/3;
  }
  .section-alpha .alpha-usp {
    position: relative;
    display: flex;
    flex-direction: column;
    order: 2;
    max-width: none;
    transform: translateY(0);
  }
}

#collectie {
  max-width: 1540px !important;
}

.section-collectie {
  padding-block: clamp(6rem, 10vw, 12rem);
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: clamp(3rem, 10vw, 6rem);
}
.section-collectie h2 {
  text-align: center;
}
.section-collectie-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.5rem, 10vw, 3rem);
}
@media (min-width: 768px) {
  .section-collectie-grid {
    margin-block-start: 40px;
  }
}
.section-collectie .product-showcase {
  grid-column: span 3;
}
@media (min-width: 768px) {
  .section-collectie .product-showcase {
    margin-block-start: -34px !important;
  }
}
.section-collectie .filter-container {
  padding: 10px;
  background-color: #ffffff;
}
.section-collectie .filter-container a {
  font-size: 1.5rem;
  color: rgb(140, 140, 140);
}
.section-collectie .product-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 10vw, 3rem);
}
.section-collectie .product-showcase-grid-card {
  background-color: #ffffff;
}
.section-collectie .product-showcase-grid-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-collectie .product-showcase-grid.collectie-grid-collecties {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px) {
  .section-collectie .product-showcase-grid.collectie-grid-collecties {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 769px) {
  .section-collectie .product-showcase, .section-collectie .filter {
    grid-column: span 4;
  }
}
@media screen and (max-width: 998px) {
  .section-collectie .product-showcase-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.sorter {
  display: flex;
  width: 100;
  flex-direction: row;
  align-items: center;
  gap: clamp(0.8rem, 10vw, 1.5rem);
  margin-left: auto;
  justify-content: flex-end;
  padding-bottom: clamp(0.8rem, 10vw, 1.5rem);
}
.sorter h5 {
  font-size: 1.2rem;
  font-weight: 500;
  color: rgb(140, 140, 140);
}
.sorter ul {
  display: flex;
  flex-direction: row;
  display: flex;
  gap: 0.6em;
}
.sorter ul li {
  border: 0;
  padding: 0;
  background: none;
}
.sorter ul li a {
  padding: 0.5em;
  background-color: #ffffff;
  text-decoration: none;
  font-size: 1.2rem;
}
.sorter ul li a.active-filter {
  background-color: rgb(255, 132, 0);
  color: #ffffff;
}

.section-uitgelicht {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-uitgelicht .uitgelicht-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: clamp(5rem, 10vw, 10rem);
  padding-inline: 15px;
}
.section-uitgelicht .uitgelicht-row .uitgelicht-row-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(3rem, 10vw, 6rem);
  max-width: 1540px;
}
.section-uitgelicht .uitgelicht-row .uitgelicht-content {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 10vw, 3rem);
  align-items: flex-start;
  max-width: 650px;
}
.section-uitgelicht .uitgelicht-row figure {
  aspect-ratio: 4/3;
}
.section-uitgelicht .uitgelicht-row figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-uitgelicht .uitgelicht-row:nth-child(even) {
  background: #ffffff;
}
.section-uitgelicht .uitgelicht-row:nth-child(even) .uitgelicht-content {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media (max-width: 1240px) {
  .section-uitgelicht .uitgelicht-row .uitgelicht-row-grid {
    gap: clamp(1.5rem, 10vw, 3rem);
  }
}
@media (max-width: 1023px) {
  .section-uitgelicht .uitgelicht-row .uitgelicht-row-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

body.page-template-page-artifax {
  background: #fff;
}
body.page-template-page-artifax h2 {
  color: #000000;
}
body.page-template-page-artifax h3 {
  color: rgb(255, 132, 0);
}
body.page-template-page-artifax #header .container .navbar .navbar-brand {
  background-image: url(../images/logo-artifax.png);
}
body.page-template-page-artifax .breadcrumbs {
  background: #f2f2f2;
}
body.page-template-page-artifax .breadcrumbs a {
  color: #ccc;
}
body.page-template-page-artifax .page-content .page-header {
  background: url(../images/bg-pageheader-artifax.png);
}

.container {
  max-width: var(--max-width);
}

.container-fluid {
  padding-inline: 0;
}

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