/**
 * Theme Name:   123zakelijk
 */

/* 
	CSS RESET
======================== */

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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

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,
q:before,
q:after {
  content: none;
}

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

/* 
	DEFAULTS
======================== */

:root {
}

::-moz-selection {
}

::selection {
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
}

html.no-js {
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'HelveticaNeueLT Com 55 Roman';
  color: #4D4C4B;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  padding-top: 10rem;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: #C00D0D;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

a:hover,
a:focus {
}

.container {
    max-width: 80em;
}


/* 
	WORDPRESS
======================== */

.logged-in {
}

.wp-custom-logo {
}

p img.alignnone,
p img.aligncenter,
p img.alignleft,
p img.alignright {
  display: block;
  margin-bottom: 2rem;
}

img.alignnone {
  float: none;
  margin-left: 0;
  margin-right: 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft {
  float: left;
  margin-right: 2rem;
}

img.alignright {
  float: right;
  margin-left: 2rem;
}

/* 
	FONTS
======================== */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('media/fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('media/fonts/HelveticaNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeueLT Com 45 Lt';
    src: url('media/fonts/HelveticaNeueLTCom-Lt.woff2') format('woff2'),
        url('media/fonts/HelveticaNeueLTCom-Lt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeueLT Com 55 Roman';
    src: url('media/fonts/HelveticaNeueLTCom-Roman.woff2') format('woff2'),
        url('media/fonts/HelveticaNeueLTCom-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeueLT Com 55 Roman';
    src: url('media/fonts/HelveticaNeueLTCom-Bd.woff2') format('woff2'),
        url('media/fonts/HelveticaNeueLTCom-Bd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'HelveticaNeueLT Com 55 Roman';
  font-weight: bold;
  color: #231f20;
}

h1 {
  font-size: 3rem;
  line-height: 4rem;
  margin: 0;
  color: #ffffff;
}

h2 {
  font-size: 2.5rem;
  line-height: 3.375rem;
  margin: 0;
  color: #231f20;
}

h3 {
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin: 0;
  color: #231f20;
}

h4 {
  font-size: 1.25rem;
  line-height: 2.275rem;
  margin: 0;
  color: #231f20;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 0;
  color: #231f20;
}

p,
li {
  font-size: 1.375rem;
  line-height: 2.5rem;
  font-weight: 400;
  line-height: 1.75rem;
}

li {
  margin: 0;
}

p > a {
  display: inline;
  color: #000000;
  text-decoration: underline;
}

p > a:hover {
  color: #C00D0D;
}

ul {
  list-style: disc;
  margin: 1rem 0;
  margin-left: 1.25rem;
}

ol {
  list-style: decimal;
  margin: 1rem 0;
}

ul > li > a {
  display: inline;
}

ul > li > a:hover,
ul > li > a:focus {
}

ol > li > a {
  display: inline;
}

ol > li > a:hover,
ol > li > a:focus {
}

q {
  font-size: 0.875em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  margin: 1rem 0;
}

blockquote {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
  display: inline;
}

em a {
  display: inline;
}

mark {
  background: #000000;
  color: #ffffff;
}

sup {
  font-size: 50%;
  vertical-align: top;
}

sub {
  font-size: 50%;
  vertical-align: bottom;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.white {
  color: #ffffff;
}

.subtitle {
  font-family: 'HelveticaNeueLT Com 55 Roman';
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
  color: #cccccc;
}

/* 
	TOPBAR USPS
======================== */
#usps {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.5rem;
  background: #f2f2f2;
  z-index: 100;
}

#usps .container,
#usps .row {
  height: 100%;
}

#usps .row > .box-md-12 {
  margin-bottom: 0;
}

#usps ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
}

#usps ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 1rem;
}

#usps ul li img {
  height: 1rem;
  width: auto;
  margin-right: 0.625rem;
}

#usps ul li span {
  font-size: 0.875rem;
  color: #9f9d9d;
}

#usps ul li.custom-wpml {
  position: relative;
  flex:0 0 4.5rem;
  display:block;
  margin:0;
  margin-left:auto;
  z-index: 9;
  transition:none;
}

li.custom-wpml .wpml-ls-legacy-dropdown {
  width:4.5rem;
  flex:0 0 4.5rem;
}

li.custom-wpml .wpml-ls-legacy-dropdown ul {
  display: block;
  z-index: 99;
}

li.custom-wpml .wpml-ls-legacy-dropdown.wpml-ls-legacy-dropdown a,
li.custom-wpml .wpml-ls-legacy-dropdown.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, 
li.custom-wpml .wpml-ls-legacy-dropdown.wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
  border:0 !important;
  background:#f2f2f2 !important;
  font-weight:bold !important;
  padding: 0.575rem 0.85rem !important;
  font-size:1rem !important;
  transition:none;
}

li.custom-wpml .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    border: 0.275em solid transparent;
    border-top: 0.275em solid;
    top:13px;
    right:0;
}

li.custom-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border:0 !important;
}


/* 
	MAIN NAVIGATION
======================== */
#navigation {
  position: fixed;
  top: 2.5rem;
  left: 0;
  width: 100%;
  height: 7.5rem;
  padding: 0;
  background: #ffffff;
  border-bottom: 1px solid #dedede;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 99;
}

#navigation.scroll {
  /* top: 0; */
  height: 5rem;
}

#navigation .container,
#navigation .row {
  height: 100%;
}

#navigation .row > .box-md-12 {
  margin-bottom: 0;
}

#navigation .navigation-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#navigation .logo {
  width: auto;
  height: 2.5rem;
}

#navigation .logo img {
  height: 2.5rem;
  width: auto;
}

.navbar-toggle {
  display: none;
}

.navigation-left {
  position: relative;
  z-index: 100;
}

.navigation-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-right .widget {
  margin-left: 1rem;
}

/* MAIN NAVIGATION - FIRST LEVEL*/
nav.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav.header-nav {
  margin-left: auto;
}

nav.header-nav ul {
  padding: 0;
  margin: 0;
}

nav.header-nav ul li {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0 0.75rem;
}

nav.header-nav ul li a {
  position: relative;
  font-family: 'HelveticaNeueLT Com 55 Roman';
  font-size: 1rem;
  font-weight: bold;
  color: #231f20;
  opacity: 0.5;
  padding: 0.875rem 0;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

nav.header-nav li a:hover,
nav.header-nav li:hover a,
nav.header-nav li.current-menu-item a,
nav.header-nav li.current-page-ancestor a,
nav.header-nav ul li:hover div button {
  opacity: 1;
}

nav ul li div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.js-sub-menu-toggle {
  display: block;
}

nav.header-nav ul li div button {
  width: ..75rem;
  height: 0.75rem;
  background: transparent url(media/images/icon-angle-down.svg) no-repeat center
    center;
  outline: none;
  border: none;
  opacity: 0.5;
  margin-left: 0.375rem;
  -webkit-appearance: none;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.menu__item--sub-open button {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

/* MAIN NAVIGATION - SECOND LEVEL*/
nav.header-nav ul li > ul {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  background: #ffffff;
  border: 1px solid #dedede;
  width: 16rem;
  padding: 1rem 0;
  margin-top: 1.125rem;
  top: 70%;
  left: -1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

nav.header-nav ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

nav.header-nav ul li ul li {
  display: block;
  width: calc(100% - 3rem);
  position: relative;
  margin: 0 1.5rem;
  border-left: 1px solid #C00D0D;
}

nav.header-nav ul li:hover > ul li a,
nav.header-nav ul li > ul li a {
  padding: 0.75rem 0 0.75rem 1rem;
  display: block;
  line-height: 1;
  opacity: 0.5;
}

nav.header-nav ul li > ul li:hover,
nav.header-nav ul li > ul li a:hover,
nav.header-nav ul li > ul li.current-menu-item a {
  opacity: 1;
}

/* MAIN NAVIGATION - THIRD LEVEL*/
nav.header-nav ul li ul li > ul {
  left: calc(100% + 1rem);
  top: -1rem;
}

.wpml-mobile {
  display:none;
}


/* 
	LAYOUT BUILDER
======================== */
main {
  width: 100%;
}

.layout {
  position: relative;
}

.layout .container,
.layout .container-full {
  position: relative;
  z-index: 15;
}

.layout .row > [class^="box"] {
  margin-bottom: 0;
}

.layout.padding-top {
  padding-top: 5rem;
}

.layout.padding-bottom {
  padding-bottom: 5rem;
}

.layout.bg-blue {
  background: #f7f7f7;
}

.layout.bg-white {
  background: #ffffff;
}

.layout.bg-gradient-top {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(22%, #f7f7f7),
    color-stop(99%, #ffffff)
  );
  background-image: -o-linear-gradient(top, #f7f7f7 22%, #ffffff 99%);
  background-image: linear-gradient(180deg, #f7f7f7 22%, #ffffff 99%);
}

.layout.bg-gradient-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(22%, #ffffff),
    color-stop(99%, #f7f7f7)
  );
  background-image: -o-linear-gradient(top, #ffffff 22%, #f7f7f7 99%);
  background-image: linear-gradient(180deg, #ffffff 22%, #f7f7f7 99%);
}

/* HERO */
.layout-hero {
  height: 13.5rem;
}

.layout-hero.hero--large {
  height: 32.5rem;
}

.layout-hero .container-full,
.layout-hero .container,
.layout-hero .row {
  height: 100%;
}

.layout-hero .hero--image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.layout-hero.hero--overlay {
  position: relative;
}

.layout-hero.hero--overlay::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  z-index: 1;
  background: rgb(13, 38, 50);
  background: linear-gradient(
    0deg,
    rgba(13, 38, 50, 1) 0%,
    rgba(10, 67, 139, 0) 100%
  );
}

.layout-hero.hero--rounded,
.layout-hero.hero--rounded-blue {
  position: relative;
}

.layout-hero.hero--rounded::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(media/images/shape-hero.svg) no-repeat right bottom -2px;
  z-index: 9;
}

.layout-hero.hero--rounded.hero--rounded-blue::before {
  background: url(media/images/shape-hero-blue.svg) no-repeat right bottom -10px;
}

.layout-hero .button-primary.button-small {
    height: 2.75rem;
    line-height: 2.75rem;
    padding: 0 1rem;
    font-size: 1rem;
    justify-content: center;
    display:inline-flex;
}

.hero--content p {
  font-weight: 300;
  font-size: 1.5rem;
  color: #ffffff;
  margin:1rem 0;
}

.hero--content .hero--scroll {
	margin-top:2rem;
}

.home .hero--content p {
  margin: 2rem 0;
}

.hero--acties {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.actiebutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: #ffffff;
  -webkit-box-shadow: 0.125rem 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0.125rem 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.actiebutton:hover {
  -webkit-transform: translate(0.25rem, 0);
  -ms-transform: translate(0.25rem, 0);
  transform: translate(0.25rem, 0);
  -webkit-box-shadow: 0.5rem 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0.5rem 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.25);
}

.actiebutton:last-child {
  margin: 0;
}

.actiebutton-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 7.5rem;
  flex: 0 0 7.5rem;
  width: 7.5rem;
  height: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.actiebutton-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18rem;
  flex: 0 0 18rem;
}

.actiebutton-content span {
  margin-bottom: 0.25rem;
  font-size: 0.625rem;
}

.actiebutton-content h3 {
  max-width: 11.25rem;
  line-height: 1.375rem;
}

  .actiebutton-content h3 {
	font-family: 'HelveticaNeueLT Com 55 Roman';
	font-weight: bold;
	color: #231f20;
	font-size: 1rem;
	line-height: 1.125rem;
  }

.actiebutton-content img {
  margin-left: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.actiebutton:hover .actiebutton-content img {
  -webkit-animation: arrowPulse 1.5s forwards infinite;
  animation: arrowPulse 1.5s forwards infinite;
}

@-webkit-keyframes arrowPulse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0.25rem, 0);
    transform: translate(0.25rem, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.hero-v2 {
	display:flex;
}

.hero-v2.hero--overlay::after {
	opacity:.99;
}

.hero-v2 .hero-left {
	position: relative;
	flex:0 0 55%;
	padding:5%;
}

.hero-v2 .hero-right {
	position: relative;
	flex:0 0 45%;
	padding:5%;
}

.hero-v2 h1,
.hero-v2 h2 {
	margin-top:3.125rem;
}

.hero-v2 h2 {
	font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 0;
    color: #ffffff;
}

.hero-v2 .buttons {
	justify-content: flex-start;
}

.hero-v2 .buttons .button-primary.has-icon {
	padding-left:4.25rem;
}

.hero-v2 .button-icon {
	position: absolute;
	left:0;
	top:0;
	width:3.375rem;
	height:3.375rem;
	display:flex;
	align-items:center;
	justify-content: center;
	background:#0D2632 url(media/images/icon-cart.svg) no-repeat center center;
	border-radius:.25rem 0 0 .25rem;
}

/* KOFFIE HERO */

.layout-hero-koffie {
  position: relative;
  height: 42rem;
}

.layout-hero-koffie::after {
  content:"";
  position:absolute;
  left:0;
  bottom:-3px;
  width:100%;
  height:12.5rem;
  background:url(media/images/hero-koffie-shape.svg) no-repeat center bottom / 100% auto;
  z-index: 9;
}

.image-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.layout-hero-koffie .image-container {
  position: absolute;
}

.image-container .image-inner {
    position: absolute;
    width: 100%;
    height: 100%;
}

.image-container .image-inner > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.koffie-icon {
  max-height:3.75rem;
  display:block;
  margin:0 auto 1.5rem auto;
}

.layout-hero-koffie .container,
.layout-hero-koffie .row {
  height:100%;
}

.layout-hero-koffie p {
  color:#ffffff;
  font-size:1.5rem;
  font-weight:300;
  margin:1.5rem 0;
}

.layout-hero-koffie .button-primary.transparent {
  color:#ffffff;
}

.koffie-scroll {
  position: absolute;
  bottom:0;
  left:50%;
  transform:translate(-50%, 25%);
  width:3.5rem;
  height:3.5rem;
  border-radius:3.5rem;
  z-index: 30;
  display:flex;
  align-items:center;
  justify-content: center;
  border:3px solid #ffffff;
  cursor:pointer;
}

.koffie-scroll.bruin {
  background:#5A442D;
}

.koffie-scroll.groen {
  background:#44C560;
}

.stacked-images {
  position: relative;
  min-height:30rem;
}

.stacked-images .image-one {
  height:21.875rem;
  width:30rem;
  position: absolute;
  right:0;
  top:0;
  z-index: 1;
  border-radius:.625rem;
  overflow:hidden;
}

.stacked-images .image-two {
  height:14.75rem;
  width:13.5rem;
  position: absolute;
  left:0;
  bottom:2.5rem;
  z-index: 2;
  border-radius:.625rem;
  overflow:hidden;
}

.stacked-images .image-three {
  max-height:5.5rem;
  position: absolute;
  left:16rem;
  bottom:0rem;
  z-index: 3;
}

p.wide {
  max-width:100% !important;
}

.left-right .image-container.image-singular {
  height: 25rem;
  border-radius: .625rem;
}

.bg-bruin {
  position:relative;
  background:#F2EDE8;
}

.bg-groen {
  position:relative;
  background:#E5F0E3;
}

.left-right .container {
  position: relative;
  z-index: 5;
}

.shape-left {
  position: absolute;
  left:0;
  bottom:0;
  width:50%;
  height:100%;
  z-index:1;
  background:url(media/images/shape-left.svg) no-repeat left bottom;
}

.shape-right {
  position: absolute;
  right:0;
  top:0;
  width:50%;
  height:100%;
  z-index:1;
  background:url(media/images/shape-right.svg) no-repeat right top;
}


/* ------ HEROBANNER */
.layout-herobanner {
  height: 24rem;
}

.layout-herobanner .image-container {
  position: absolute;
}

.layout-herobanner .container,
.layout-herobanner .row {
  height:100%;
}

.layout-herobanner .herobanner--content {
  padding:2rem;
  background:rgba(255,255,255,.9);
  border-radius:.5rem;
}

.layout-herobanner .herobanner--content h1,
.layout-herobanner .herobanner--content h2 {
  font-size:2rem;
  line-height:2.5rem;
}

.layout-herobanner .herobanner--content p {
  font-size:1.125rem;
  line-height:1.75rem;
  margin:1rem 0 0 0;
}

.layout-herobanner .herobanner--content .button-primary {
  margin-top:1rem;
}

/* ------ 3xCTA */
.card-3xcta-image {
  height:8.5rem;
  border-radius: .25rem;
  overflow:hidden;
  margin-bottom:1rem;
}

.card-3xcta:hover .image-inner img {
  transform:scale(1.1);
}

.card-3xcta-content h3 {
  font-size:1.25rem;
  line-height:2rem;
  color:#35a8e0;
}

.card-3xcta-content p,
.card-3xcta-content a p {
  font-size:1rem;
  line-height:1.5rem;
  color:#616161;
}

.card-3xcta-content .button-primary {
  height:2.5rem;
  line-height: 2.5rem;
  padding:0 .875rem;
  font-size:.875rem;
  margin-top:1rem;
}


/* CATEGORIE SLIDER */
.layout-categorie-slider {
	padding-top:3.125rem;
	padding-bottom:3.125rem;
}

.layout-categorie-slider .categorie-slide {
	margin:0 1rem;
	text-align:center;
}

.layout-categorie-slider .categorie-slide span {
	color:#231F20;
	font-size:1rem;
	font-weight:700;
	text-align:center;
	margin-top:1.125rem;
	margin-bottom:.25rem;
	display:block;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.layout-categorie-slider .categorie-slide p {
	font-size:.75rem;
	text-align: center;
	color:#4D4C4B;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.layout-categorie-slider .categorie-slide:hover span,
.layout-categorie-slider .categorie-slide:hover p {
	color:#C00D0D;
}

.categorie-slider-navigatie {
		display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
		-ms-flex-align:center;
			align-items:center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	position: absolute;
	top:5.125rem;
	left:0;
	width:100%;
	-webkit-transform:translate(0, -50%);
		-ms-transform:translate(0, -50%);
			transform:translate(0, -50%);
	z-index: 9;
}

.categorie-slider-navigatie .cat-prev,
.categorie-slider-navigatie .cat-next {
	position: absolute;
	width:2.75rem;
	height:2.75rem;
	border-radius:2.75rem;
	background:#ffffff;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
		-ms-flex-align:center;
			align-items:center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	cursor:pointer;
	box-shadow: 0 0 24px 0 rgba(0,0,0,0.07);
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.categorie-slider-navigatie .cat-prev {
	left:0;
}

.categorie-slider-navigatie .cat-next {
	left:auto;
	right:0;
}

.categorie-slider-navigatie .cat-prev:hover,
.categorie-slider-navigatie .cat-next:hover {
	box-shadow: 0 0 24px 0 rgba(0,0,0,0.27);
	transform:scale(1.1);
}

.categorie-slider-navigatie .slick-disabled {
	pointer-events: none;
	opacity:0;
}

.categorie-slide .image-container {
	height:10.25rem;
	border-radius:.25rem;
	overflow:hidden;
}

.categorie-slide:hover .image-container .image-inner {
	background:#C00D0D;
}

.categorie-slide:hover .image-container .image-inner > img {
	opacity:.75;
}


/* PRODUCT SLIDER */
.layout-product-slider {
	padding-top:3.125rem;
	padding-bottom:3.125rem;
	overflow:hidden;
}

.layout-product-slider .box-md-12 {
	position: relative;
}

.layout-product-slider h2 {
	font-size:1.5rem;
	line-height:2.25rem;
	margin-bottom:2rem;
}

.layout-product-slider .slick-list {
	overflow:visible !important;
}

.layout-product-slider .product-slide {
	opacity:0;
	margin:0 1rem;
	height:21.875rem;
	padding:1.25rem 1.75rem;
	border-radius:.25rem;
	background: #FFFFFF;
	box-shadow: 2px 2px 25px 0 rgba(0,0,0,0.15);
    text-align: left;
}

.layout-product-slider .product-slide.slick-active {
	opacity:1;
}

.layout-product-slider .product-slide span.prod-label {
	background:#EDF4F4;
	display:inline-block;
	width:auto;
	height:25px;
	line-height:25px;
	padding:0 1rem;
	border-radius:25px;
	font-weight:700;
	color:#2D3033;
	font-size: .75rem;
	margin-bottom:1rem;
}

.layout-product-slider .product-slide .prod-image {
	width:100%;
	height:8.75rem;
	display:flex;
	align-items:center;
	justify-content: center;
	margin-bottom:1rem;
}

.layout-product-slider .product-slide .prod-image > img {
	max-height:8rem;
	height:auto;
	width:auto;
}

.layout-product-slider .product-slide span.subtitle {
	font-size:.725rem;
}

.layout-product-slider .product-slide span.title {
	color:#231F20;
	font-size:.875rem;
	line-height:1.25rem;
	font-weight:700;
	min-height:2.5rem;
	text-align:left;
	margin-top:.25rem;
	margin-bottom:1.25rem;
	display:block;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}


.layout-product-slider .product-slide span.price {
	font-weight:400;
	font-style: italic;
	font-size: .875rem;
	color: #C00D0D;
}

.product-slider-navigatie {
		display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
		-ms-flex-align:center;
			align-items:center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	position: absolute;
	top:50%;
	left:0;
	width:100%;
	-webkit-transform:translate(0, -50%);
		-ms-transform:translate(0, -50%);
			transform:translate(0, -50%);
	z-index: 9;
}

.product-slider-navigatie .prod-prev,
.product-slider-navigatie .prod-next {
	position: absolute;
	width:2.75rem;
	height:2.75rem;
	border-radius:2.75rem;
	background:#C00D0D;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
		-ms-flex-align:center;
			align-items:center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	cursor:pointer;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.product-slider-navigatie .prod-prev {
	left:0;
}

.product-slider-navigatie .prod-next {
	left:auto;
	right:0;
}

.product-slider-navigatie .prod-prev:hover,
.product-slider-navigatie .prod-next:hover {
	background:#0D2632;
	transform:scale(1.1);
}

.product-slider-navigatie .slick-disabled {
	pointer-events: none;
	opacity:0;
}


.image-container {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.image-container .image-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.image-container .image-inner > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}


/* ACTIEBLOKKEN */
.layout-actieblokken {
	padding:0;
}

.layout-actieblokken.padding-top {
	padding-top:3.125rem;
}

.layout-actieblokken.padding-bottom {
	padding-bottom:3.125rem;
}

.layout-actieblokken h2 {
	font-size:1.5rem;
	line-height:2.25rem;
	margin-bottom:2rem;
}

.layout-actieblokken .actieblok {
	border-radius:.25rem;
	overflow:hidden;
	display:flex;
	padding:2rem;
	align-items:center;
}

.layout-actieblokken .actieblok .actieblok-left {
	flex:auto;
}

.layout-actieblokken .actieblok .actieblok-left h3 {
	font-size:2rem;
	color:#ffffff;
}

.layout-actieblokken .actieblok .actieblok-left p {
	font-size:1rem;
	color:#ffffff;
	opacity:.75;
	margin:1rem 0 1.5rem 0;
	max-width:90%;
}

.layout-actieblokken .actieblok .actieblok-left .wit-outline {
	background:transparent;
	border:1px solid #ffffff;
	color:#ffffff;
	font-size:.875rem;
	height:2.75rem;
	line-height:2.75rem;
}

.layout-actieblokken .actieblok .actieblok-left .wit-outline:hover {
	background:rgba(255,255,255,.1);
}


.layout-actieblokken .actieblok .actieblok-right {
	flex:0 0 13.75rem;
	display:flex;
	align-items:center;
	justify-content: center;
}

.layout-actieblokken .actieblok .actieblok-right img {
	max-height:11.5rem;
	height:11.25rem;
	min-height:11.25rem;
	width:auto;
}

.layout-hero-v3 {
	position: relative;
	padding:5rem 0 10rem 0;
	height:auto;
	min-height:32.5rem;
}

.layout-hero-v3 h1,
.layout-hero-v3 p {
	text-shadow: 0 0 2rem #0d2632;
}

/*
.layout-hero-v3 .rounded-hero-image {
	position: absolute;
	right:0;
	bottom:0;
	width:28rem;
	height:28rem;
	border-radius:28rem;
	z-index: 3;
	transform:translate(3.125rem, 3.125rem);
	  -webkit-box-shadow: 0.125rem 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0.125rem 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.15);
}
*/

.hero-columns {
	height:15rem;
	background:#f7f7f7;
}

.hero-column {
	position: relative;
	z-index: 9;
	transform:translate(0, -11rem);
	width:100%;
	background:#ffffff;
	border-radius:.5rem;
  -webkit-box-shadow: 0.125rem 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0.125rem 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.15);
  display:flex;
  align-items:center;
  justify-content: center;
  flex-direction: column;
 }
 
 .hero-column-icon {
	 display:flex;
	 align-items:center;
	 justify-content: center;
	 width:100%;
	 height:9.375rem;
	 border-radius:.25rem;
	 padding:.875rem .875rem 0 .875rem;
	 overflow:hidden;
 }
 
.hero-column-icon .image-container,
.hero-column-icon .image-container .image-inner {
    border-radius:.25rem;
    overflow:hidden;
}

 .hero-column-content {
 	padding:0 1rem 1rem 1rem;
 }
 
 .hero-column h3 {
	 font-size:1.25rem;
	 margin-top:1rem;
 }
 
 .hero-column p {
	 font-size:1rem;
	 line-height:1.5rem;
	 color:#4D4C4B;
 }
 
  .hero-column .button-primary {
	  height:2.75rem;
	  line-height:2.75rem;
	  padding:0 1rem;
	  font-size:1rem;
	  width:100%;
	  margin-top:1.5rem;
	  justify-content: center;
  }

/* .page-id-3206 .layout-hero {
    height: auto;
    padding: 2.5rem 0;
} */

.infographic {
	width:120%;
	max-width:120%;
	transform:translate(-10%,0);
	display:block;
}

/* INTRO */
.layout-intro {
  position: relative;
}

.layout.layout-intro.padding-top {
  padding-top: 6.25rem;
}

.layout.layout-intro.padding-bottom {
  padding-bottom: 6.25rem;
}

.layout-intro p {
  line-height: 2.5rem;
  margin-top: 0.5rem;
}

.intro-image {
  position: absolute;
  overflow: hidden;
  -webkit-box-shadow: 0.125rem 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0.125rem 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.15);
}

.intro-image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0c242f;
  opacity: 0.05;
  z-index: 2;
}

.intro-image-1 {
  left: 0;
  top: 0;
  width: 11.875rem;
  height: 11.875rem;
  border-radius: 11.875rem;
  z-index: 1;
  -webkit-transform: translate(-30%, -15%);
  -ms-transform: translate(-30%, -15%);
  transform: translate(-30%, -15%);
}

.intro-image-2 {
  left: 0;
  top: 0;
  width: 8.375rem;
  height: 8.375rem;
  border-radius: 8.375rem;
  z-index: 2;
  -webkit-transform: translate(25%, 95%);
  -ms-transform: translate(25%, 95%);
  transform: translate(25%, 95%);
}

.intro-image-3 {
  right: 0;
  top: 0;
  width: 8.375rem;
  height: 8.375rem;
  border-radius: 8.375rem;
  z-index: 1;
  -webkit-transform: translate(-20%, 95%);
  -ms-transform: translate(-20%, 95%);
  transform: translate(-20%, 95%);
}

/* BLOKKEN */
.layout-blokken::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(media/images/shape-rounded-left.svg) no-repeat left top -2px;
  z-index: 9;
}

.layout-blok {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0.25rem;
  overflow: hidden;
  background: #ffffff;
  -webkit-box-shadow: 0.125rem 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0.125rem 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin: 1rem 0;
}

.layout-blok:hover {
  -webkit-box-shadow: 0.5rem 0.5rem 2rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0.5rem 0.5rem 2rem 0 rgba(0, 0, 0, 0.25);
}

.layout-blok-image {
  position: relative;
  height: 8.125rem;
}

.blok-image-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.blok-image-inner > img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.blok-image-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: #0c242f;
  opacity: 0.2;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.layout-blok:hover .blok-image-inner::before {
  opacity: 0;
}

.layout-blok-content {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout-blok-content span {
  font-size: 0.625rem;
  margin-bottom: 0.5rem;
}

.layout-blok-content h3 {
  line-height: 1.875rem;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.layout-blok:hover .layout-blok-content h3 {
  color: #C00D0D;
}

.layout-blok-content svg {
  width: 1rem;
  height: 0.75rem;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.layout-blok:hover .layout-blok-content svg {
  -webkit-animation: arrowPulse 1.5s forwards infinite;
  animation: arrowPulse 1.5s forwards infinite;
}

.layout-blok:hover .layout-blok-content svg path {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.layout-blok:hover .layout-blok-content svg path {
  stroke: #C00D0D;
}

.layout-blokken-content p {
  margin: 1.5rem 0;
  line-height: 2.25rem;
}

/* UITGELICHT */
.layout-uitgelicht {
  overflow: hidden;
}

.layout-uitgelicht .slick-list {
  overflow: visible !important;
}

.printer-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.25rem;
  overflow: hidden;
  background: #ffffff;
  -webkit-box-shadow: 0.125rem 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0.125rem 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin: 2rem 0 3.125rem 0;
}

.printer-card:hover {
  -webkit-box-shadow: 0.5rem 0.5rem 2rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0.5rem 0.5rem 2rem 0 rgba(0, 0, 0, 0.25);
}

.printer-card .printer-card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2rem auto;
  width: 16.25rem;
  height: 14.375rem;
}

.printer-card .printer-card__image img {
  max-width: 16.25rem;
  width: auto;
  max-height: 14.375rem;
  height: auto;
}

.printer-card .printer-card__content {
  padding: 0 2rem 2.5rem 2rem;
  min-height: 12.25rem;
  min-height: 6.25rem;
}

.printer-card .printer-card__content span.subtitle {
  font-size: 0.5rem;
}

.printer-card .printer-card__content h4 {
}

.printer-card .printer-card__content p {
  font-size: 0.875rem;
  color: #b0b0b0;
  line-height: 1;
  margin-bottom: 1rem;
}

.printers-overzicht {
  padding: 3.75rem 0;
  background: #f7f7f7;
}

.printers-widget-text {
	margin-top:3.125rem;
}

.printers-widget-text p {
	font-size:1rem;
}

.refurbished-label {
  display:inline-flex;
  align-items:center;
  height:1.75rem;
  padding:0 .375rem;
  border:1px solid #44C560;
  border-radius:1.75rem;
  margin-bottom:.5rem;
  color:#44C560;
  font-size:.75rem;
  font-weight:700;
  position: absolute;
  left: 50%;
  top: 12.25rem;
  transform: translate(-50%,0);
}

.printer-card .refurbished-label,
.single-printer .refurbished-label {
  position: relative;
  left:auto;
  top:auto;
  transform: none;
}

.refurbished-label img {
  margin-right:.25rem;
}

.refurbished .printer-card,
.remis-a-neuf-fr .printer-card {
  background-image: linear-gradient(214deg, #FFFFFF 42%, #D9F7D4 91%) !important;
}

.refurbished .printer-card .button-primary.geel {
  color:#ffffff;
  background:#44C560;
}

.type-small {
  color: #999999;
  font-size: 0.875rem;
  min-height: 2.5rem;
  margin-top: 0.375rem;
  display: block;
}

.filter-toggle-mobile {
  display: none;
}

.printers-overzicht .printer-card {
  margin: 0;
}

.printers-overzicht .printer-card__image,
.printers-overzicht .printer-card__image img {
  height: 9.375rem;
}

.printers-overzicht .printer-card__content h4 {
  font-size: 1.125rem;
  line-height: 1.375rem;
  height: 4rem;
  padding-top:1rem;
}

.printers-overzicht .printer-card__content p {
  height: 2rem;
}

.filters h5 {
  font-family: 'HelveticaNeueLT Com 55 Roman';
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  letter-spacing: 1px;
}

#clear-filters {
  cursor: pointer;
}

.filters ul.checkboxes li.checkbox {
  margin: 0 0 0.5rem 0;
  width: 100%;
  height: 1.25rem;
  line-height: 1.25rem;
}

.filters ul.checkboxes li.checkbox input[type="checkbox"]:checked + label,
.filters
  ul.checkboxes
  li.checkbox
  input[type="checkbox"]:not(:checked)
  + label {
  border: none;
  min-height: 0;
  color: #000000;
  padding-left: 1.5rem;
  padding-right: 0;
  font-weight: 600;
}

.filters ul.checkboxes li.checkbox input[type="checkbox"]:checked + label {
  border: none;
  box-shadow: none;
}

.filters
  ul.checkboxes
  li.checkbox
  input[type="checkbox"]:checked
  + label:before,
.filters
  ul.checkboxes
  li.checkbox
  input[type="checkbox"]:not(:checked)
  + label:before {
  transform: translate(0, -50%);
}

.filters ul.checkboxes li.checkbox input[type="checkbox"]:checked + label:after,
.filters
  ul.checkboxes
  li.checkbox
  input[type="checkbox"]:not(:checked)
  + label:after {
  transform: translate(0, -50%);
}

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

.isotope-pager a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2.25rem;
  margin: 0 0.125rem;
  border-radius: 0.25rem;
  background: #ffffff;
  color: #36a8e0;
  font-size: 0.75rem;
  font-weight: bold;
}

.isotope-pager a:hover {
  color: #ffffff;
  background: #36a8e0;
}

/* ARTIKELEN */
.layout-artikelen {
  position: relative;
  overflow: hidden;
}

.layout-artikelen .box-md-6 {
  position: relative;
}

.layout-artikelen::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(media/images/shape-rounded-right.svg) no-repeat right bottom;
  z-index: 9;
}

.layout-artikelen-content p {
  margin: 1.5rem 0;
  line-height: 2.25rem;
}

.layout-artikelen .slick-list {
  overflow: visible !important;
}

.layout-artikelen .slick-slide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.layout-artikelen .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}

.article-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.25rem;
  overflow: hidden;
  background: #ffffff;
  -webkit-box-shadow: 0.125rem 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0.125rem 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin: 2rem 0;
}

.article-card:hover {
  -webkit-box-shadow: 0.5rem 0.5rem 2rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0.5rem 0.5rem 2rem 0 rgba(0, 0, 0, 0.25);
}

.article-card .article-card__image {
  position: relative;
  width: 100%;
  height: 8.375rem;
}

.article-card .article-card__image--inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.article-card .article-card__image--inner > img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.article-card .article-card__content {
  padding: 1.5rem;
}

span.tag {
  position: relative;
  display: inline-block;
  height: 1.625rem;
  line-height: 1.625rem;
  border-radius: 1rem;
  padding: 0 0.5rem;
  background: #edf4f4;
  color: #2d3033;
  font-family: 'HelveticaNeueLT Com 55 Roman';
  font-size: 0.75rem;
  font-weight: bold;
  min-width: 5.725rem;
  margin-bottom: 0.875rem;
  text-align: center;
}

span.tag a {
  color: #2d3033;
}

.article-card .article-card__content span.subtitle {
  font-size: 0.5rem;
}

.article-card .article-card__content h5 {
  max-width: 100%;
  font-size:1.1rem;
}

.article-card .article-card__content p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #b0b0b0;
  margin: 0.75rem 0rem;
}

.article-navigation {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate(-150%, 0);
  -ms-transform: translate(-150%, 0);
  transform: translate(-150%, 0);
  z-index: 9;
}

.article-navigation .article-next {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 4.25rem;
  border: 1px solid #8d8d8e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* CALL TO ACTION */
.layout-cta {
  position: relative;
}

.layout.layout-cta.padding-top {
  padding-top:10rem;
}

.layout.layout-cta.padding-bottom {
	padding-bottom:8.5rem;
}

.layout-cta .box-md-4 {
  position: relative;
}

.layout-cta h2 {
  font-size: 2.5rem;
  line-height: 3.25rem;
  max-width: 65%;
  margin: 0 17.5%;
}

.layout-cta .persoon {
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 17.5rem;
  height: 100%;
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
}

.layout-cta .intro-image-1 {
  -webkit-transform: translate(0%, -15%);
  -ms-transform: translate(0%, -15%);
  transform: translate(0%, -15%);
}

.intro-image-2 {
  -webkit-transform: translate(65%, 95%);
  -ms-transform: translate(65%, 95%);
  transform: translate(65%, 95%);
}

.layout-cta .button-primary.phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout-cta .button-primary.phone svg {
  margin-right: 0.625rem;
}

/* NIEUWSBRIEF */
.layout-nieuwsbrief {
  position: relative;
  background: #01579b;
  padding: 6.25rem 0;
}

.layout-nieuwsbrief::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.1%;
  width: 100%;
  height: 101%;
  background: url(media/images/shape-rounded-left.svg) no-repeat left top -1px;
  z-index: 9;
}

.layout-nieuwsbrief .background-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 1;
}

.layout-nieuwsbrief .background-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0d2632;
  z-index: 10;
  opacity: 0.5;
}

.layout-nieuwsbrief img {
  -webkit-box-shadow: 0.125rem 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0.125rem 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.layout-nieuwsbrief h2 {
  display: block;
  margin: 0.5rem 0 1rem 0;
  max-width: 80%;
}

.layout-nieuwsbrief p {
  color: #c3d5e2;
  max-width: 80%;
  line-height: 2.25rem;
}

.layout-nieuwsbrief form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2rem;
  max-width: 90%;
  position: relative;
}

.layout-nieuwsbrief form input {
  height: 3.375rem;
  line-height: 3.375rem;
  font-size: 0.875rem;
  color: #9e9e9e;
  background: #ffffff;
  border-radius: 0.25rem 0 0 0.25rem;
  outline: none;
}

.layout-nieuwsbrief form button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  border: none;
  -webkit-appearance: none;
  border-radius: 0 0.25rem 0.25rem 0;
}

.layout-nieuwsbrief form button svg {
  margin-left: 1.25rem;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.layout-nieuwsbrief form button:hover svg {
  -webkit-animation: arrowPulse 1.5s forwards infinite;
  animation: arrowPulse 1.5s forwards infinite;
}

.response {
  position: absolute;
  width: 20rem;
  left: 0;
  bottom: -4rem;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* LEFTRIGHT */
.left-right p {
  margin-top: 1.5rem;
  line-height: 2.25rem;
  max-width: 90%;
}

.left-right .buttons {
  justify-content: flex-start;
}

.left-right .image img {
  border-radius: 1rem;
  overflow: hidden;
}

/* 1COLUMN */
.one-column h2 {
  margin-bottom: 1.5rem;
}

.one-column p {
  line-height: 2.25rem;
  margin-bottom: 2rem;
}

.one-column p:last-child {
  margin-bottom: 0;
}

.one-column li {
  line-height: 2.25rem;
}

.one-column .button-primary {
  margin-top: 1.5rem;
}

/* 2COLUMNS */
.two-columns h2 {
  margin-bottom: 1.5rem;
}

.two-columns p {
  font-size: 1.5rem;
  color: #4D4C4B;
  line-height: 2.25rem;
  margin-top: 1rem;
}

.two-columns ul {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}

.two-columns li {
  padding-left: 1rem;
  border-left: 1px solid #C00D0D;
  margin: 1rem 0;
}

/* 3COL ICONS */
.icon-columns .banner-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-columns .banner-icon img {
  height: 3.25rem;
  width: auto;
  margin: 2.5rem 0;
}

.icon-columns p {
  line-height: 2.25rem;
  padding: 0 1rem;
}

/* BANNER */
.layout-banner {
  position: relative;
  min-height: 24rem;
}

span.spanh2 {
  font-family: 'HelveticaNeueLT Com 55 Roman';
  font-weight: bold;
  color: #231f20;
  font-size: 2.5rem;
  line-height: 3.375rem;
  margin: 0;
  color: #231f20;	
}

.layout-banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 1;
  background: rgb(13, 38, 50);
  background: linear-gradient(
    0deg,
    rgba(13, 38, 50, 1) 0%,
    rgba(10, 67, 139, 0) 100%
  );
}

.banner-content-inner {
  position: relative;
  z-index: 9;
  background: #ffffff;
  border-radius: 0.3125rem;
  padding: 3.125rem 2rem;
  box-shadow: 0.125rem 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.05);
}

.banner-content-inner p {
  margin: 1.5rem 0;
  line-height: 2.25rem;
}

.layout-faqs .filters h5 {
  margin-top: 0.625rem;
}

.faq {
  position: relative;
  width: 100%;
  padding: 1rem 1rem 0.75rem 1rem;
  background: #ffffff;
  background: #ffffff;
  box-shadow: 0.125rem 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.05);
  margin-top: 0.625rem;
  border-radius: 0.25rem;
}

.faq .faq-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq .faq-title:focus {
  outline: 0;
}

.faq .faq-title h4 {
  display: flex;
  max-width: 90%;
  font-size: 1.125rem;
  line-height: 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.faq .faq-title h4 span {
  min-width: 6.25rem;
  width: 6.25rem;
  text-align: center;
  margin-right: 1.5rem;
  margin-bottom: 0;
}

.faq .faq-title img {
  margin-top: 0.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.faq:hover .faq-title h4 {
  color: #C00D0D;
}

.faq .faq-content {
  display: none;
}

.faq .faq-content p {
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  max-width: 95%;
  padding-left: 7.75rem;
}

.faq .faq-content p > a {
  color: #C00D0D;
}

.faq .faq-content p > a:hover {
  color: #000000;
}

.faq .faq-title[aria-selected="true"] + .faq-content {
  display: block;
}

.faq .faq-title[aria-selected="true"] img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq .faq-title[aria-selected="true"] h4 {
  color: #C00D0D;
}

/*
	PRINTER DETAIL
========================== */
.single-printer {
  margin-top: 10rem;
  padding: 5rem 0 0 0;
  background: #f7f7f7;
}

.arrow-vorige {
  display: flex;
  align-items: center;
}

.arrow-vorige svg {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.arrow-vorige:hover svg {
  transform: translate(-0.25rem, 0);
}

.arrow-vorige span {
  font-family: 'HelveticaNeueLT Com 55 Roman';
  font-size: 0.875rem;
  color: #918f90;
  margin-left: 0.5rem;
  font-weight: bold;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.arrow-vorige:hover span {
  color: #231f20;
}

.single-printer-hero {
  margin-top: 0.5rem;
}

.single-printer-thumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0.125rem 0.125rem 1.5rem rgba(0, 0, 0, 0.15);
  border-radius: 0.3125rem;
}

.single-printer-thumb::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.single-printer-thumb img {
  min-height: 24rem;
  width: auto;
}

span.badge {
  display: inline-block;
  height: 2.125rem;
  line-height: 2.125rem;
  width: auto;
  padding: 0 0.875rem;
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: bold;
  font-family: 'HelveticaNeueLT Com 55 Roman';
  background: #C00D0D;
  border-radius: 1rem;
  margin-bottom: 1rem;
}

.single-printer-intro h1 {
  color: #231f20;
}

.single-printer-intro p {
  color: #a8abab;
  font-size: 1rem;
  margin: 1.5rem 0;
  line-height: 1.875rem;
}

.single-printer-intro .buttons {
  justify-content: flex-start;
}

.single-printer-intro .buttons .button-primary {
  margin-left: 0;
  margin-right: 0.625rem;
}

.single-printer-intro .buttons .transparent {
  display: flex;
  align-items: center;
}

.single-printer-intro .buttons .transparent svg {
  margin-left: 0.625rem;
}

.single-printer-intro .buttons .transparent:hover svg {
  animation: arrowDown 2s forwards infinite ease-in-out;
}

#specificaties {
  padding: 5rem 0;
}

#specificaties h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ebebeb;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

#specificaties h3:hover {
  border-bottom: 1px solid #cecece;
}

#specificaties h3.specificaties-toggle-open {
  border-bottom: 1px solid transparent;
}

#specificaties h3 img {
  transition: all 0.25s ease-in-out;
  margin-righ: 0.25rem;
}

#specificaties h3.specificaties-toggle-open img {
  transform: rotate(180deg);
}

.table {
  border: 1px solid #dee4e4;
  margin-bottom: 3.75rem;
  border-radius: 0.5rem;
  overflow: hidden;
  display: none;
}

.table.show {
  display: block;
}

.table .table-row {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #dee4e4;
}

.table .table-row:nth-child(odd) {
  background: rgba(255, 255, 255, 0.5);
}

.table .table-row:last-child {
  border: none;
}

.table .table-row .table-column {
  padding: 0.625rem 0.75rem;
}

.table .table-row .table-column span.label {
  display: flex;
  font-weight: bold;
  color: #231f20;
  flex: 0 0 18rem;
  width: 18rem;
  font-size: 0.875rem;
  line-height: 1.75rem;
}

.table .table-row .table-column span.value {
  font-size: 0.875rem;
  line-height: 1.75rem;
}

.extra-printer-content iframe {
  width: 100%;
  height: 26rem;
  margin: 1rem 0;
}

.extra-printer-content p {
  font-size: 1.125rem;
  margin: 1rem 0;
}

/*
	ARTICLES
========================== */
.artikelen-overzicht {
  padding: 3.75rem 0;
  background: #f7f7f7;
}

.artikelen-overzicht .article-card {
  margin: 0;
}

.artikelen-overzicht .filters h5 {
  margin-top: 0;
}

.categories-list {
  list-style: none;
  margin: 0 0 3.75rem 0;
  padding: 0;
}

.categories-list li {
  line-height: 2.25rem;
  font-size: 1.25rem;
}

.categories-list li a {
  color: #b4b4b4;
}

.categories-list li a:hover,
.categories-list li.current-cat a {
  color: #231f20;
}

/*
	BUTTONS & LINKS
========================== */
.buttons {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.buttons .button-primary {
  margin: 0.375rem 0.3125rem;
}

.button-primary {
  position: relative;
  height: 3.375rem;
  font-family: 'HelveticaNeueLT Com 55 Roman';
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 3.575rem;
  border-radius: 0.25rem;
  padding: 0 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: none;
  border: none;
  -webkit-appearance: none;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.button-primary:hover {
  box-shadow: 0.25rem 0.25rem 1rem rgba(0, 0, 0, 0.1);
}

.button-primary img {
  width: 1rem;
  margin-left: 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.button-primary:hover img {
  -webkit-transform: translate(0.25rem, 0);
  -ms-transform: translate(0.25rem, 0);
  transform: translate(0.25rem, 0);
}

.button-primary.small {
  height: 2.75rem;
  line-height: 2.75rem;
  padding: 0 1rem;
  font-size: 1rem;
}

.button-primary.large {
  height: 4rem;
  line-height: 4rem;
  padding: 0 1.5rem;
  font-size: 1.125rem;
}

.button-primary.blauw {
  background: #C00D0D;
  color: #ffffff;
}

.button-primary.geel {
  background: #4D4C4B;
  color: #ffffff;
}

.button-primary.bruin {
  background: #5A442D;
  color: #ffffff;
}

.button-primary.groen {
  background: #44C560;
  color: #ffffff;
}

.button-primary.transparent {
  background: transparent;
  color: #231f20;
}

.button-primary.blauw-outline {
  border: 1px solid #C00D0D;
  background: transparent;
  color: #C00D0D;
}

.button-phone {
  font-family: 'HelveticaNeueLT Com 55 Roman';
  font-size: 1.125rem;
  font-weight: bold;
  color: #231f20;
  opacity: 0.5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.375rem;
  line-height: 3.375rem;
  margin-top: 1.25rem;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.button-phone img {
  margin-right: 0.625rem;
}

.button-phone:hover {
  opacity: 1;
}

.link {
  display: inline-flex;
  align-items: center;
  font-family: 'HelveticaNeueLT Com 55 Roman';
  font-size: 1rem;
  font-weight: bold;
  margin-top: 1.25rem;
}

.link.blauw {
  color: #C00D0D;
}

.link.large {
  font-size: 1.125rem;
}

.link.bruin {
  color:#5A442D;
}

.link.groen {
  color:#44C560;
}

.link img {
  margin-left: 1.25rem;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.link:hover img {
  transform: translate(0.25rem, 0);
}

/* DISABLED CLASSES */
.button-primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

ul.checkboxes li.checkbox input[type="checkbox"][disabled],
ul.checkboxes li.checkbox input[type="checkbox"][disabled] + label,
ul.checkboxes li.checkbox input[type="checkbox"][disabled] + label::after,
ul.checkboxes li.checkbox input[type="checkbox"][disabled] + label::before {
  opacity: 0.25 !important;
  cursor: not-allowed !important;
}

/*
	CONTACT
========================== */
.layout-contact h2 {
  max-width: 75%;
}

.layout-contact .contact-tekst {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.layout-contact .contact-tekst p {
  line-height: 2.125rem;
}

.layout-contact .contact-link {
}

.layout-contact .contact-link a {
  position: relative;
  padding: 2rem 1rem 2rem 0;
  border-bottom: 1px solid #dee4e4;
}

.layout-contact .contact-link:last-child a {
  border: 0;
}

.layout-contact .contact-link a,
.layout-contact .contact-link a p {
  color: #4D4C4B;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.layout-contact .contact-link a span {
  color: #231f20;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.layout-contact .contact-link:hover a p {
  color: #C00D0D;
}

.layout-contact .contact-link img {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.layout-contact .contact-link:hover img {
  transform: translate(0.25rem, 0);
}

.layout-contact .contact-link a .flex-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-form {
  position: relative;
  padding: 2rem;
  background: #ffffff;
  box-shadow: 0.125rem 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 0.3125rem;
}

.contact-form h4 {
  margin-bottom: 2.5rem;
}

.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form textarea,
.contact-form select {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #dee4e4;
  padding: 0;
  outline: none;
  height: 2.75rem;
  line-height: 2.75rem;
}

.contact-form select {
  width:100%;
  background:url(media/images/icon-angle-down.svg) no-repeat right center;
}

.contact-form textarea {
  height: 5rem;
  min-height: 5rem;
  resize: none;
}

.contact-form .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
.contact-form .gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type="submit"] {
  background-color: #231f20;
}

.contact-form label {
  font-family: 'HelveticaNeueLT Com 55 Roman';
  font-size: 0.625rem !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  display: block;
  margin-bottom: 0;
  color: #231f20;
  line-height: 1;
  margin-top: 0.625rem;
}

.layout-contact .socials__list {
  margin-top: 3.75rem;
}

/*
	PRINTER SELECTION TOOL
========================== */
.printerkiezer-wrap .flex-to-form {
	display:flex;
	align-items:center;
	justify-content: space-between;
	margin-bottom:2rem;
}

.printerkiezer-wrap .flex-to-form h1 {
	margin:0;
}

.printerkiezer-wrap {
  padding: 3.75rem 0;
}

.keuzehulp-intro {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  margin-bottom: 2rem;
  max-width: 86%;
}

.printerkiezer-wrap a.printerkiezer-terug {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.printerkiezer-wrap a.printerkiezer-terug span {
  font-size: 1rem;
  color: #C00D0D;
  margin-left: 1rem;
  font-family: 'HelveticaNeueLT Com 55 Roman';
  font-weight: bold;
}

.printerkiezer-wrap a.printerkiezer-terug svg {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.printerkiezer-wrap a.printerkiezer-terug:hover svg {
  transform: translate(-0.25rem, 0);
}

.printerkiezer-wrap span.printerkiezer-subtitle {
  font-weight: 600;
  color: #9e9e9e;
  display: block;
  margin-bottom: 0.5rem;
}

.printerkiezer-wrap h1 {
  color: #231f20;
  margin-bottom: 1.5rem;
}

.printerkiezer h5 {
  margin-bottom: 0.25rem;
}

.printerkiezer .button-primary {
  min-width: 0;
  width: auto;
  margin-left: auto;
  cursor: pointer;
}

.form-row {
  margin-bottom: 2rem;
}

.form-row.form-row-button {
  display: flex;
  flex-basis: 100%;
  margin-bottom: 0;
}

ul.checkboxes,
ul.radiobuttons,
ul.gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.checkboxes li.checkbox,
ul.radiobuttons li.radiobutton {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0.5rem 0.875rem 0.5rem 0;
  width: 10rem;
  height: 3.375rem;
  line-height: 3.375rem;
}

ul.checkboxes li.checkbox input[type="checkbox"]:checked,
ul.checkboxes li.checkbox input[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

ul.checkboxes li.checkbox input[type="checkbox"]:checked + label,
ul.checkboxes li.checkbox input[type="checkbox"]:not(:checked) + label {
  position: relative;
  border: 1px solid #d3d3d3;
  border-radius: 0.25rem;
  width: 100%;
  height: 100%;
  min-height: 3.625rem;
  color: #000000;
  padding-left: 3.125rem;
  padding-right: 0.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 0.875rem;
  opacity: 0.65;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

ul.checkboxes li.checkbox input[type="checkbox"]:not(:checked) + label:hover {
  opacity: 1;
}

ul.checkboxes li.checkbox input[type="checkbox"]:checked + label {
  opacity: 1;
  border: 0.666667px solid #C00D0D;
  box-shadow: 0 0 0.5rem rgba(53, 168, 224, 0.24);
}

ul.checkboxes li.checkbox input[type="checkbox"]:checked + label:before,
ul.checkboxes li.checkbox input[type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1rem;
  height: 1rem;
  border-radius: 0.125rem;
  background: #ffffff;
  border: 1px solid #d3d3d3;
  transform: translate(-50%, -50%);
}

ul.checkboxes li.checkbox input[type="checkbox"]:checked + label:after,
ul.checkboxes li.checkbox input[type="checkbox"]:not(:checked) + label:after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #fe0000;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 0.125rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(media/images/icon-check.svg) no-repeat center center #C00D0D;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

ul.checkboxes li.checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

/* RADIO */
ul.radiobuttons li.radiobutton input[type="radio"]:checked,
ul.radiobuttons li.radiobutton input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

ul.radiobuttons li.radiobutton input[type="radio"]:checked + label,
ul.radiobuttons li.radiobutton input[type="radio"]:not(:checked) + label {
  position: relative;
  border: 1px solid #d3d3d3;
  border-radius: 0.25rem;
  width: 100%;
  height: 100%;
  min-height: 3.625rem;
  color: #000000;
  padding-left: 3.125rem;
  padding-right: 0.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 0.875rem;
  opacity: 0.65;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

ul.radiobuttons li.radiobutton input[type="radio"]:not(:checked) + label:hover {
  opacity: 1;
}

ul.radiobuttons li.radiobutton input[type="radio"]:checked + label {
  opacity: 1;
  border: 0.666667px solid #C00D0D;
  box-shadow: 0 0 0.5rem rgba(53, 168, 224, 0.24);
}

ul.radiobuttons li.radiobutton input[type="radio"]:checked + label:before,
ul.radiobuttons
  li.radiobutton
  input[type="radio"]:not(:checked)
  + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  background: #ffffff;
  border: 1px solid #d3d3d3;
  transform: translate(-50%, -50%);
}

ul.radiobuttons li.radiobutton input[type="radio"]:checked + label:after,
ul.radiobuttons li.radiobutton input[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background: #fe0000;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 0.75rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #C00D0D;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

ul.radiobuttons li.radiobutton input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.extras-overig {
  width: 100%;
  margin-top: 0.25rem;
}

input[type="text"]#extras-overig-input {
  background: #ffffff url(media/images/icon-overig.svg) no-repeat left 1.25rem
    center !important;
  font-family: 'HelveticaNeueLT Com 55 Roman';
  width: calc(100% - 2.75rem);
  height: 3.625rem;
  padding: 0 1.5rem 0 3rem;
  line-height: 3.625rem;
  background: #ffffff;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  color: #000000;
  border: 1px solid #d3d3d3;
  opacity: 0.65;
  outline: none;
}

input[type="text"]#extras-overig-input:focus,
input[type="text"]#extras-overig-input:active {
  opacity: 1;
  border: 0.666667px solid #C00D0D;
  box-shadow: 0 0 0.5rem rgba(53, 168, 224, 0.24);
}

input[type="text"]#extras-overig-input::-webkit-input-placeholder {
  font-family: 'HelveticaNeueLT Com 55 Roman';
  font-size: 0.875rem;
  color: #000000;
}

input[type="text"]#extras-overig-input::-moz-placeholder {
  font-family: 'HelveticaNeueLT Com 55 Roman';
  font-size: 0.875rem;
  color: #000000;
}

input[type="text"]#extras-overig-input:-ms-input-placeholder {
  font-family: 'HelveticaNeueLT Com 55 Roman';
  font-size: 0.875rem;
  color: #000000;
}

input[type="text"]#extras-overig-input::-ms-input-placeholder {
  font-family: 'HelveticaNeueLT Com 55 Roman';
  font-size: 0.875rem;
  color: #000000;
}

/* SUMMARY */
.samenvatting {
  position: relative;
  padding: 3.125rem;
  background: #f5f5f5;
  border-radius: 0.25rem;
  margin-bottom: 2rem;
  min-height: 70vh;
}

.samenvatting h3 {
  line-height: 1;
  display: block;
  color: #4D4C4B;
  margin-bottom: 3.125rem;
}

.samenvatting h4 {
  line-height: 1;
  display: block;
  color: #4D4C4B;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e0e0e0;
}

.samenvatting-soort {
  display: flex;
  justify-content: space-between;
}

.samenvatting-left {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 0 0 40%;
}

.samenvatting-left-small {
  flex: 0 0 30%;
}

.samenvatting-right {
  position: relative;
  flex: 0 0 60%;
  height: 24rem;
}

.samenvatting-right-large {
  flex: 0 0 60%;
  height: 24rem;
}

.samenvatting-right img {
  position: absolute;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  max-width: 100%;
}

.samenvatting-right img.hidden {
  opacity: 0;
  visibility: hidden;
}

.samenvatting-right img.visible {
  opacity: 1;
  visibility: visible;
}

.samenvatting p {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.samenvatting-tag {
  position: relative;
  background: transparent;
  border: 1px solid #9e9e9e;
  padding: 0.5rem 0.75rem;
  margin: 0.5rem 0;
}

.samenvatting-tag::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 2rem;
  height: 1px;
  background: #9e9e9e;
  transform: translate(100%, -50%);
}

.samenvatting-tag span {
  display: block;
  color: #231f20;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 0.875rem;
  flex: 0 0 100%;
}

.aanvullingen {
  display: flex;
  flex-wrap: wrap;
}

.aanvullingen span.aanvulling {
  position: relative;
  color: #231f20;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 0.875rem;
  background: transparent;
  border: 1px solid #9e9e9e;
  padding: 0.5rem 0.75rem;
  margin: 0.5rem 0.5rem 0.5rem 0;
}

/* RESULTS */
.printer-card.printer-card--result {
  box-shadow: none;
  border: 1px solid #e0e0e0;
  margin: 0;
}

.printer-card__specs {
  width: 100%;
}

.printer-card__specs--item {
  width: 100%;
  height: 3.5rem;
  border-top: 1px solid #e0e0e0;
  line-height: 3.5rem;
  text-align: center;
}

.printer-card__specs--large {
  height: 7rem;
  line-height: 1.5rem;
  padding: 0 0.5rem;
  padding-top: 1rem;
}

.printer-card__specs--item span {
  font-size: 1rem;
}

.printer-card__specs--item.specs-head {
  background: #f5f5f5;
}

.printer-card__specs--item.specs-hidden {
  display: none;
}

body.specs-visible .printer-card__specs--item.specs-hidden {
  display: block;
}

a.toggle-link {
  font-family: 'HelveticaNeueLT Com 55 Roman';
  font-size: 1rem;
  color: #C00D0D;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.toggle-link span {
  margin-right: 1rem;
}

a.toggle-link svg {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a.toggle-link:hover svg {
  animation: arrowDown 2s forwards infinite ease-in-out;
}

@-webkit-keyframes arrowDown {
  0% {
    transform: translate(0, 0);
  }

  20% {
    transform: translate(0, 0.125rem);
  }

  80% {
    transform: translate(0, -0.125rem);
  }

  100% {
    transform: translate(0, 0);
  }
}

body.specs-visible a.meer-specificaties-toggle svg {
  transform: rotate(180deg);
}

body.specs-visible a.meer-specificaties-toggle:hover svg {
  animation: arrowUp 2s forwards infinite ease-in-out;
}

@-webkit-keyframes arrowUp {
  0% {
    transform: translate(0, 0) rotate(180deg);
  }

  20% {
    transform: translate(0, -0.125rem) rotate(180deg);
  }

  80% {
    transform: translate(0, 0.125rem) rotate(180deg);
  }

  100% {
    transform: translate(0, 0) rotate(180deg);
  }
}

body.resultaten-visible a.alle-resultaten-toggle svg {
  transform: rotate(180deg);
}

body.resultaten-visible a.alle-resultaten-toggle:hover svg {
  animation: arrowUp 2s forwards infinite ease-in-out;
}

.resultaten-hidden {
  display: none;
}

body.resultaten-visible .resultaten-hidden {
  display: flex;
}

.printerkiezer-form-row {
  padding: 5rem 0;
  background: #f7f7f7;
}

.printerkiezer-form-row p {
	display:block;
	margin-bottom:2rem;
}

#gfield_description_1_4 {
	font-size:12px;
	text-align: left;
	font-style:italic;
	line-height:1.25rem;
	margin-top:.25rem;
	display:block;
}

.printerkiezer-form-row h3 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 2.5rem;
}

.printerkiezer-form-row .gform_wrapper {
  padding: 0 4rem;
}

.printerkiezer-form-row .gform_body label {
  font-family: 'HelveticaNeueLT Com 55 Roman';
  font-size: 1rem;
  font-weight: bold;
  color: #231f20;
  margin-bottom: 0.25rem;
}

.single-post .single-content h2:first-of-type {
  margin-top: 0;
}

.single-post .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*
	PAGE / SINGLE 
========================== */
.single-content {
  padding: 5rem 0;
}

.single-content-top-row .box-md-3,
.single-content-top-row .box-md-9 {
  margin-bottom: 0;
}

.single-content .date {
  font-size: 0.875rem;
  color: #918f90;
  margin-bottom: 2.5rem;
  font-weight: 300;
  display: block;
}

.single-content p,
.single-content li {
  font-size: 1.25rem;
  line-height: 2.125rem;
  color: #918f90;
  font-weight: 400;
}

.single-content p {
  margin-bottom: 2.5rem;
}

.single-content p:first-of-type {
  font-size: 1.5rem;
  line-height: 2.375rem;
  color: #231f20;
  font-weight: 400;
  font-family: 'HelveticaNeueLT Com 55 Roman';
}

.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5 {
  color: #231f20;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
}

.single-content h1 {
  margin-top: 0;
}

.single-content h2:first-child {
  margin-top: 0;
}

.single-content figure,
.single-content .wp-block-gallery {
  margin: 2.5rem 0;
  width: calc(100% + 10rem);
  transform: translate(-5rem, 0);
}

.single-content figure img {
  border-radius: 1rem;
  overflow: hidden;
}

.single-content figure figcaption {
  font-size: 0.75rem;
  font-family: 'HelveticaNeueLT Com 55 Roman';
  color: #918f90;
  text-align: right;
  font-weight: bold;
  padding: 0.375rem 1rem;
}

.hrs-row {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.hrs-row .box-md-6 {
  margin-bottom: 0;
}

.related-artikelen {
  margin-top: -1.5rem;
}

.related-artikelen .article-card {
  margin: 0;
}

.no-margin-row .box-md-6 {
  margin-bottom: 0;
}

.single-content span.tag {
  margin-top: 1rem;
  margin-right: 0.625rem;
  transition: all 0.25s ease-in-out;
}

.single-content span.tag:hover {
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
}

.sharing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sharing a {
  width: 3.375rem;
  height: 3.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #C00D0D;
  border-radius: 0.25rem;
  font-size: 1.125rem;
  margin-right: 0.625rem;
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.sharing a:hover {
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
}

/*
	FOOTER
========================== */
footer {
  position: relative;
  padding: 6.25rem 0;
  background: #4D4C4B;
}

footer img {
  height: 2.625rem;
  max-width:12.5rem !important;
  width: auto;
  height:auto;
  margin-bottom: 1.5rem;
}

footer h4,
footer span.footer-title {
	font-family: 'HelveticaNeueLT Com 55 Roman';
	color: #ffffff;
	margin-bottom: 2.5rem;
	font-size: 1.25rem;
	line-height: 2.275rem;
    font-weight: bold;
    display: block;
}

footer p {
  line-height: 1.5rem;
}

footer p,
footer li {
  font-size: 0.875rem;
  color: #c1c7ca;
  font-weight: 400;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-column-count: 2;
  -webkit-column-gap: 1rem;
}

footer a {
  font-family: 'HelveticaNeueLT Com 55 Roman';
  color: #c1c7ca;
  font-weight: bold;
  line-height: 1.5rem;
  text-decoration: underline;
}

footer a:hover {
  color: #ffffff;
}

.socials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-count: 1;
  -webkit-column-gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.socials__list li {
  margin-right: 0.625rem;
}

.socials__list li a {
  width: 3.375rem;
  height: 3.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #C00D0D;
  border-radius: 0.25rem;
  font-size: 1.125rem;
  color: #ffffff;
}

.socials__icon i.icon-phone {
  background: url(media/images/icon-phone-white.svg) no-repeat center center;
  width: 2rem;
  height: 2rem;
  display: block;
}

.socials__icon i.icon-envelope {
  background: url(media/images/icon-envelope-white.svg) no-repeat center center;
  width: 2rem;
  height: 2rem;
  display: block;
}

/* COPYRIGHT */
#copyright {
  padding: 2.5rem 0;
}

#copyright ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

#copyright ul li {
  margin-right: 3.125rem;
}

#copyright a {
  color: #231f20;
  font-size: 0.875rem;
}

#copyright p {
  color: #999999;
  font-size: 0.875rem;
}

#copyright a {
  opacity: 0.5;
}

#copyright a:hover,
#copyright ul li.current-menu-item a {
  opacity: 1;
}

footer .row > [class^="box"],
#copyright .row > [class^="box"] {
  margin-bottom: 0;
}

#copyright p a {
  display: inline;
}

#copyright span {
  margin-left: 2.5rem;
}

/*
	FORMS
========================== */
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type="submit"] {
  position: relative;
  height: 3.375rem;
  font-family: 'HelveticaNeueLT Com 55 Roman';
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 3.375rem;
  border-radius: 0.25rem;
  padding: 0 4rem 0 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: none;
  border: none;
  color: #ffffff;
  background: #C00D0D url(media/images/icon-arrow-right-white.svg) no-repeat
    right 1.5rem center;
  -webkit-appearance: none;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type="submit"]:hover {
  background: #C00D0D url(media/images/icon-arrow-right-white.svg) no-repeat
    right 1.25rem center;
}

.gform_wrapper label a {
  display: inline !important;
}

.gform_body label {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 1rem;
}

.gform_footer {
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-start;
}

.gform_footer .gform_button {
  border: none;
}

.gform_fields {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gform_fields .gfield {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  list-style: none;
  margin: 0 0 1.25rem 0;
}

.gform_fields .gfield.half {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: 'HelveticaNeueLT Com 55 Roman';
  font-size: 1rem;
  color: #4D4C4B;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: 'HelveticaNeueLT Com 55 Roman';
  font-size: 1rem;
  color: #4D4C4B;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: 'HelveticaNeueLT Com 55 Roman';
  font-size: 1rem;
  color: #4D4C4B;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-family: 'HelveticaNeueLT Com 55 Roman';
  font-size: 1rem;
  color: #4D4C4B;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: 'HelveticaNeueLT Com 55 Roman';
  font-size: 1rem;
  color: #4D4C4B;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: 'HelveticaNeueLT Com 55 Roman';
  font-size: 1rem;
  color: #4D4C4B;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: 'HelveticaNeueLT Com 55 Roman';
  font-size: 1rem;
  color: #4D4C4B;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-family: 'HelveticaNeueLT Com 55 Roman';
  font-size: 1rem;
  color: #4D4C4B;
}

input::placeholder,
textarea::placeholder {
  font-family: 'HelveticaNeueLT Com 55 Roman';
  font-size: 1rem;
  color: #4D4C4B;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  font-family: 'HelveticaNeueLT Com 55 Roman';
  width: 100%;
  height: 3rem;
  padding: 0 1rem;
  line-height: 3rem;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 0.25rem;
  font-size: 1rem;
  color: #4D4C4B;
}

textarea {
  padding: 1rem;
  min-height: 8rem;
}

.gform_fields .gfield.gfield_error,
.validation_error {
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  border: 1px dashed #e22424;
  text-align: left;
  line-height: 1.25rem;
}

h2.gform_submission_error {
  color: #ffffff !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  max-width: 100% !important;
}

.validation_error {
  background: #e22424;
  color: #ffffff;
}

.gform_wrapper .validation_message {
  font-size: 0.625rem;
  font-style: italic;
  color: #e22424;
}

.gform_confirmation_message {
  line-height: 1.75rem;
}

.gform_fields .gfield .ginput_container .gfield_checkbox > li {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0.25rem 0;
  width: auto;
  height: 1.25rem;
  line-height: 1.25rem;
  border: none;
  outline: none;
}

.gfield--type-captcha label {
  display:none !important;
}

.gform_fields
  .gfield
  .ginput_container
  .gfield_checkbox
  > li
  input[type="checkbox"]:checked,
.gform_fields
  .gfield
  .ginput_container
  .gfield_checkbox
  > li
  input[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.gform_fields
  .gfield
  .ginput_container
  .gfield_checkbox
  > li
  input[type="checkbox"]:checked
  + label,
.gform_fields
  .gfield
  .ginput_container
  .gfield_checkbox
  > li
  input[type="checkbox"]:not(:checked)
  + label {
  position: relative;
  border: none;
  width: 100%;
  height: 100%;
  min-height: 1.25rem;
  color: #000000;
  padding-left: 1.625rem;
  padding-right: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 400;
  opacity: 0.65;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.gform_fields
  .gfield
  .ginput_container
  .gfield_checkbox
  > li
  input[type="checkbox"]:not(:checked)
  + label:hover {
  opacity: 1;
}

.gform_fields
  .gfield
  .ginput_container
  .gfield_checkbox
  > li
  input[type="checkbox"]:checked
  + label {
  opacity: 1;
  border: none;
  box-shadow: none;
}

.gform_fields
  .gfield
  .ginput_container
  .gfield_checkbox
  > li
  input[type="checkbox"]:checked
  + label:before,
.gform_fields
  .gfield
  .ginput_container
  .gfield_checkbox
  > li
  input[type="checkbox"]:not(:checked)
  + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1rem;
  height: 1rem;
  border-radius: 0.125rem;
  background: #ffffff;
  border: 1px solid #d3d3d3;
  transform: translate(0%, -50%);
}

.gform_fields
  .gfield
  .ginput_container
  .gfield_checkbox
  > li
  input[type="checkbox"]:checked
  + label:after,
.gform_fields
  .gfield
  .ginput_container
  .gfield_checkbox
  > li
  input[type="checkbox"]:not(:checked)
  + label:after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #fe0000;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 0.125rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(media/images/icon-check.svg) no-repeat center center #C00D0D;
  opacity: 0;
  -webkit-transform: translate(0%, -50%) scale(0);
  transform: translate(0%, -50%) scale(0);
}

.gform_fields
  .gfield
  .ginput_container
  .gfield_checkbox
  > li
  input[type="checkbox"]:checked
  + label:after {
  opacity: 1;
  -webkit-transform: translate(0%, -50%) scale(1);
  transform: translate(0%, -50%) scale(1);
}

.gform_hidden {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(media/images/icon-select.png) no-repeat right 1rem center;
  background-size: 0.75rem auto;
  margin: 0.125rem 0;
}

textarea {
  padding: 1rem;
  min-height: 8rem;
}

/*
	RESPONSIVE MEDIA QUERIES
============================== */

@media all and (max-width: 52em),
  only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  body {
    padding-top: 4.125rem;
  }

  h1 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }

  h4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  #usps {
    display: none;
  }

  #navigation {
    top: 0;
    height: auto;
    padding: 1rem 0;
  }

  #navigation .logo,
  #navigation .logo img {
    height: 2rem;
  }

  .button-primary.small {
    height: 2.125rem;
    line-height: 2.125rem;
    padding: 0 0.625rem;
    font-size: 0.75rem;
  }

  .menu-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 1rem;
  }

  .menu-icon .navbar-toggle {
    width: 1.5rem;
    height: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.25s 0s cubic-bezier(0.76, 0.17, 0.27, 0.88);
    -o-transition: all 0.25s 0s cubic-bezier(0.76, 0.17, 0.27, 0.88);
    transition: all 0.25s 0s cubic-bezier(0.76, 0.17, 0.27, 0.88);
    outline: none;
    -webkit-appearance: none;
    border: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    z-index: 99999;
  }

  .menu-icon .navbar-toggle:focus,
  .menu-icon .navbar-toggle:active {
    outline: none;
    background: transparent;
  }

  .navbar-toggle .icon-bar {
    display: block;
    border-radius: 0.125rem;
    height: 0.125rem;
    width: 1.5rem;
    background: #231f20;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 0.25s 0s cubic-bezier(0.76, 0.17, 0.27, 0.88);
    -o-transition: all 0.25s 0s cubic-bezier(0.76, 0.17, 0.27, 0.88);
    transition: all 0.25s 0s cubic-bezier(0.76, 0.17, 0.27, 0.88);
    outline: none;
  }

  .navbar-toggle.active .icon-bar {
    -webkit-transition: all 0.25s 0.25s cubic-bezier(0.76, 0.17, 0.27, 0.88);
    -o-transition: all 0.25s 0.25s cubic-bezier(0.76, 0.17, 0.27, 0.88);
    transition: all 0.25s 0.25s cubic-bezier(0.76, 0.17, 0.27, 0.88);
  }

  .nav-open .navbar-toggle.active span.icon-bar.bar-1 {
    -webkit-transform: translate(0, 8px) rotate(45deg);
    -ms-transform: translate(0, 8px) rotate(45deg);
    transform: translate(0, 8px) rotate(45deg);
  }

  .nav-open .navbar-toggle.active span.icon-bar.bar-2 {
    -webkit-transform: translate(200%, 0);
    -ms-transform: translate(200%, 0);
    transform: translate(200%, 0);
    opacity: 0;
  }

  .nav-open .navbar-toggle.active span.icon-bar.bar-3 {
    -webkit-transform: translate(0, -8px) rotate(-45deg);
    -ms-transform: translate(0, -8px) rotate(-45deg);
    transform: translate(0, -8px) rotate(-45deg);
  }

  nav.header-nav {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    background: #ffffff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 7.5rem 1rem 1rem 1rem;
    z-index: -1;
    -webkit-transition: all 0.5s 0.2s cubic-bezier(0.76, 0.17, 0.27, 0.88);
    -o-transition: all 0.5s 0.2s cubic-bezier(0.76, 0.17, 0.27, 0.88);
    transition: all 0.5s 0.2s cubic-bezier(0.76, 0.17, 0.27, 0.88);
  }

  .nav-open nav.header-nav {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  /* MAIN NAVIGATION - FIRST LEVEL*/
  nav.header-nav ul {
    width: 100%;
  }

  nav.header-nav ul li > ul {
    width: 100%;
    z-index: 99999;
    background: transparent;
    margin-top: 2rem;
  }

  nav.header-nav ul li {
    width: 100%;
    display: block;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #efefef;
  }

  nav.header-nav ul li:last-child {
    border-bottom: 0;
  }

  .menu__item--sub-open button {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
  }

  nav.header-nav ul li a {
    width: 100%;
  }

  nav.header-nav ul li:hover a,
  nav.header-nav ul li.current-menu-item a {
  }

  /* MAIN NAVIGATION - SECOND LEVEL*/
  nav.header-nav ul li > ul {
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    display: none;
  }

  nav.header-nav ul li.menu__item--sub-open > .menu--sub {
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    width: 100%;
    max-width: 100%;
    margin: 0 0 2rem 0;
    padding: 0;
    height: auto;
    position: relative;
    border: none;
    left: auto;
    top: auto;
  }

  nav.header-nav ul .menu__item--sub-open > .menu--sub li {
    border-bottom: 0;
  }

  nav.header-nav ul .menu__item--sub-open ul .menu__item--has-sub button {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  nav.header-nav ul .menu__item--sub-open ul .menu__item--sub-open button {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
  }

  .socials__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .socials__list li {
    margin-bottom: 0.625rem;
  }

  .layout-hero.hero--rounded::before {
    background-size: auto 12.5rem;
  }

  .hero--scroll {
    display: none;
  }
  
  .hero-v2 .hero-left,
  .hero-v2 .hero-right {
	  padding:2.5%;
  }
  
 .layout-hero.hero-v2 h1,
 .layout-hero.hero-v2 h2 {
	  font-size:2.125rem; 
	  line-height:2.875rem;
  }

  /* INTRO */
  .layout-intro {
    overflow: hidden;
  }

  .layout.layout-intro.padding-top {
    padding-top: 6.25rem;
  }

  .layout.layout-intro.padding-bottom {
    padding-bottom: 6.25rem;
  }

  .intro-image-1 {
    top: 3.125rem;
    width: 9.375rem;
    height: 9.375rem;
    border-radius: 9.375rem;
    -webkit-transform: translate(-40%, 0%);
    -ms-transform: translate(-40%, 0%);
    transform: translate(-40%, 0%);
  }

  .intro-image-2 {
    top: 3.125rem;
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 6.25rem;
    -webkit-transform: translate(10%, 120%);
    -ms-transform: translate(10%, 120%);
    transform: translate(10%, 120%);
  }

  .intro-image-3 {
    top: 3.125rem;
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 6.25rem;
    -webkit-transform: translate(20%, 120%);
    -ms-transform: translate(20%, 120%);
    transform: translate(20%, 120%);
  }

  .layout-blokken::before {
    height: 5rem;
    background: url(media/images/shape-rounded-left.svg) no-repeat left top /
      contain;
  }

  .layout-blokken-content {
    margin-bottom: 3.75rem;
  }

  .layout-blokken .layout-blok-content h3 {
    max-width: 80%;
  }

  .printer-card .printer-card__image {
    margin: 1rem auto;
    width: 100%;
    height: 8.75rem;
    padding: 0 2rem;
  }

  .printer-card .printer-card__image img {
    max-height: 8.75rem;
    max-width: 9rem;
  }

  .printer-card .printer-card__content h4 {
    min-height: 3.25rem;
  }

  .printer-card .printer-card__content p {
    min-height: 2.25rem;
    line-height: 1.125rem;
  }

  .layout-cta span.spanh2 {
	max-width: 90%;
	margin: 0 5%;
	font-size: 2.5rem;
	line-height: 3.375rem;
	color: #231f20;	
  }

  .layout-cta .persoon {
    width: 14.5rem;
    -webkit-transform: translate(170%, 0);
    -ms-transform: translate(170%, 0);
    transform: translate(170%, 0);
  }

  .layout-nieuwsbrief {
    padding: 5rem 0;
  }

  .layout-nieuwsbrief::before {
    background: url(media/images/shape-rounded-left.svg) no-repeat left top -1px /
      contain;
  }

  .layout-nieuwsbrief img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .layout-nieuwsbrief h2 {
    max-width: 100%;
  }

  .samenvatting {
    padding: 2.5rem;
  }

  .printerkiezer-wrap h1,
  .samenvatting h3 {
    margin-bottom: 2.5rem;
  }

  .form-row {
    margin-bottom: 1.5rem;
  }

  .single-printer {
    margin-top: 0;
    padding: 6.25rem 0 0 0;
  }

  .single-printer-thumb img {
    min-height: 18rem;
  }

  #specificaties {
    padding: 3.75rem 0;
  }

  .single-printer-hero .buttons .button-primary.small {
    height: 2.75rem;
    line-height: 2.75rem;
    padding: 0 1rem;
    font-size: 1rem;
  }

  .single-post .arrow-vorige {
    margin-left: 3.75rem;
  }

  .single-content figure,
  .single-content .wp-block-gallery {
    margin: 2.5rem 0;
    width: 100%;
    transform: none;
  }

  .layout.left-right .image {
    margin-top: 2.5rem;
  }

  .layout-contact h2 {
    max-width: 100%;
  }

  .layout-contact .contact-link a p {
    font-size: 1.125rem;
  }

  .layout-hero.hero--rounded::before {
    height: 101%;
  }
  
  .layout-categorie-slider .categorie-slide,
  .layout-product-slider .product-slide {
	margin:0 .5rem;
}

.categorie-slider-navigatie .cat-prev,
.product-slider-navigatie .prod-prev {
	left:.5rem;
}

.categorie-slider-navigatie .cat-next,
.product-slider-navigatie .prod-next {
	right:.5rem;
}

.actieblok {
	margin-bottom:1rem;
}

.layout-product-slider .product-slide {
	opacity:1;
}

.hero-column .button-primary {
	font-size:.875rem;
}

.stacked-images,
.image-singular {
  margin-top:5rem;
}

  
}

@media all and (max-width: 32rem) {
  body {
    padding: 3.5rem 0 0 0;
  }

  h1 {
    font-size: 1.875rem;
    line-height: 2.625rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 2.875rem;
  }

  h5 {
    font-size: 1rem;
  }

  p,
  li {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }

  .buttons {
    margin-top: 1.25rem;
  }

  .buttons .button-primary {
    margin: 0.3125rem 0;
  }

  .button-primary {
    height: 2.75rem;
    font-size: 1rem;
    line-height: 2.75rem;
    padding: 0 1.25rem;
    min-width: 13.5rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .button-phone {
    height: 2.75rem;
    font-size: 1rem;
    line-height: 2.75rem;
    margin-top: 1rem;
  }

  #navigation,
  #navigation.scroll {
    height: 3.5rem;
    padding: 0;
  }

  #navigation .navigation-right .widget-nav:nth-child(2) {
    display: none;
  }

  .button-primary.small {
    min-width: 0;
  }

  .layout-hero {
    height: 8.75rem;
  }

  .home .layout-hero {
    padding-top: 5rem;
    height: auto;
  }

  .layout-hero.hero--large {
    height: auto;
  }

  .layout-hero.hero--rounded::before {
    background: url(media/images/shape-hero.svg) no-repeat right bottom /
      contain;
  }

  .layout-hero.hero--rounded.hero--rounded-blue::before {
    background: url(media/images/shape-hero-blue.svg) no-repeat right bottom -10px /
      contain;
  }

  .layout-hero.hero--overlay::after {
    opacity: 0.8;
  }

  .layout-hero p {
    font-size: 1.125rem;
    line-height: 2.125rem;
  }

  .home .layout-hero p {
    margin: 1.25rem 0;
  }

  .hero--scroll {
    display: none;
  }

  .hero--acties {
    margin-top: 1.25rem;
  }

  .actiebutton {
    margin-bottom: 0.625rem;
  }

  .actiebutton-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5rem;
    flex: 0 0 5rem;
    width: 5rem;
    height: 5rem;
  }

  .actiebutton-icon img {
    height: 1.75rem;
    width: auto;
  }

  .actiebutton-content {
    padding: 0 1.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 5rem);
    flex: 0 0 calc(100% - 5rem);
  }

  .actiebutton-content span {
    font-size: 0.5rem;
  }

  .layout.layout-intro.padding-bottom {
    padding-bottom: 3.75rem;
  }

  .layout.layout-intro.padding-top {
    padding-top: 3.75rem;
  }

  .layout-intro h2 {
    padding: 0 5%;
  }

  .layout-intro p {
    line-height: 1.875rem;
  }

  .intro-image {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    display: block;
    margin: 0 auto;
  }

  .intro-image-1 {
    -webkit-transform: translate(-15%, 30%);
    -ms-transform: translate(-15%, 30%);
    transform: translate(-15%, 30%);
  }

  .intro-image-2 {
    -webkit-transform: translate(45%, -40%);
    -ms-transform: translate(45%, -40%);
    transform: translate(45%, -40%);
  }

  .intro-image-3 {
    display: none;
  }

  .layout-blokken::before {
    height: 2.5rem;
  }

  .layout-blokken-content {
    margin-bottom: 2rem;
    max-width: 80%;
  }

  .layout-blokken-content h2 {
    line-height: 2.25rem;
  }

  .layout-blokken-content p {
    margin: 1rem 0;
  }

  .layout-blok-content span {
    font-size: 0.5rem;
  }

  .layout-blokken .layout-blok-content h3 {
    font-size: 1.125rem;
    line-height: 1.375rem;
    max-width: 100%;
  }

  .layout-uitgelicht .title-row {
    text-align: center;
  }

  .layout-artikelen-content {
    margin-bottom: 1rem;
  }

  .layout-artikelen-content .subtitle {
    margin-bottom: 0.5rem;
  }

  .layout-artikelen-content p {
    margin: 1rem 0;
    line-height: 1.875rem;
  }

  .layout-artikelen .slick-slide {
    opacity: 1;
    visibility: visible;
  }

  .article-navigation {
    left: 65%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .article-navigation .article-next {
    background: #C00D0D;
    border: 1px solid #C00D0D;
  }

  .article-navigation .article-next svg path {
    stroke: #ffffff;
  }

  .layout-artikelen::before {
    background: url(media/images/shape-rounded-right.svg) no-repeat right bottom /
      contain;
  }

  .article-card {
    margin: 2rem 2rem 2rem -2rem;
  }

  .layout.padding-bottom {
    padding-bottom: 3.75rem;
  }

  .layout.padding-top {
    padding-top: 3.75rem;
  }

  .layout-cta .intro-image-1,
  .layout-cta .intro-image-2,
  .layout-cta .persoon {
    display: none;
  }

  .layout-cta h2 {
    font-size: 2rem;
    line-height: 2.625rem;
  }

  .layout-cta .buttons .button-primary {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .layout-nieuwsbrief {
    padding: 3.75rem 0;
  }

  .layout-nieuwsbrief::before {
    background: url(media/images/shape-rounded-left.svg) no-repeat left top 0px /
      contain;
    height: 3.75rem;
  }

  .layout-nieuwsbrief img {
    margin-bottom: 2.5rem;
  }

  .layout-nieuwsbrief p {
    max-width: 90%;
    line-height: 1.875rem;
  }

  .layout-nieuwsbrief form {
    margin-bottom: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    margin-top: 1rem;
  }

  .layout-nieuwsbrief form input,
  .layout-nieuwsbrief form button {
    border-radius: 0.25rem;
    margin-top: 0.625rem;
    height: 2.75rem;
    line-height: 2.75rem;
    width: 100%;
  }

  .two-columns .center,
  .icon-columns .center {
    text-align: left;
  }

  .icon-columns .banner-icon img {
    margin: 3.75rem 0 1.5rem 0;
  }

  .icon-columns .banner-icon {
    justify-content: flex-start;
  }

  .two-columns p,
  .icon-columns p,
  .banner-content-inner p,
  .one-column p {
    font-size: 1.125rem;
    line-height: 1.875rem;
    margin-top: 0;
    padding: 0;
  }

  .banner-content-inner p {
    margin-top: 1.25rem;
  }

  .two-columns .buttons {
    justify-content: flex-start;
  }

  footer {
    padding: 3.75rem 0;
  }

  footer .row > [class^="box"] {
    margin-bottom: 2.5rem;
  }

  footer .row > [class^="box"]:last-child {
    margin-bottom: 0;
  }

  #copyright {
    padding: 1.875rem 0;
  }

  #copyright ul li {
    margin-right: 2rem;
  }

  #copyright .right {
    text-align: left;
  }

  ul.checkboxes li.checkbox,
  ul.radiobuttons li.radiobutton {
    width: 100%;
    margin-right: 0;
  }

  .samenvatting-box {
    display: none;
  }

  .printerkiezer-wrap span.printerkiezer-subtitle {
    font-size: 0.75rem;
  }

  #specificaties h3 {
    margin-bottom: 1rem;
  }

  .table {
    margin-bottom: 2.5rem;
  }

  .table .table-row {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .table .table-row .table-column:first-child {
    padding-bottom: 0;
  }

  .table .table-row .table-column:last-child {
    padding-top: 0;
  }

  .table .table-row .table-column span.label {
    flex: 0 0 100%;
  }

  .specs-hidden-mobile {
    display: none;
  }

  body.specs-visible .printer-card__specs--item.specs-hidden-mobile {
    display: block;
  }

  .printer-card.printer-card--result {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .printer-card .printer-card__image {
    height: 8.75rem;
    padding: 0;
    flex: 0 0 45%;
    width: 45%;
  }

  .printer-card .printer-card__content {
    padding: 2rem 1rem 2rem 1rem;
    flex: 0 0 55%;
    text-align: left;
  }

  .printerkiezer-wrap h1,
  .samenvatting h3 {
    margin-bottom: 0;
  }

  .printerkiezer-form-row {
    padding: 3.75rem 0;
  }

  .printerkiezer-form-row .gform_wrapper {
    padding: 0 1rem;
  }

  .gform_fields
    .gfield
    .ginput_container
    .gfield_checkbox
    > li
    input[type="checkbox"]:checked
    + label,
  .gform_fields
    .gfield
    .ginput_container
    .gfield_checkbox
    > li
    input[type="checkbox"]:not(:checked)
    + label {
    text-align: left;
  }

  input[type="text"]#extras-overig-input {
    width: 100%;
  }

  .printers-overzicht,
  .artikelen-overzicht,
  .faq-overzicht {
    padding: 2rem 0 !important;
  }

  .filter-toggle-mobile {
    display: flex;
    justify-content: center;
  }

  .filter-toggle-mobile a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.375rem 0.75rem 0.25rem 0.75rem;
    background: #ffffff;
    box-shadow: 0.125rem 0.125rem 1.25rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 2rem;
  }

  .filter-toggle-mobile a span {
    font-family: 'HelveticaNeueLT Com 55 Roman';
    font-size: 0.5rem;
    color: #231f20;
    letter-spacing: 0.5px;
    line-height: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 0.375rem;
  }

  .filters {
    position: fixed;
    left: 0;
    top: 0;
    padding: 5rem 1.5rem;
    opacity: 0;
    visibility: hidden;
    width: 100vw;
    height: 100vh;
    overflow: scroll;
    background: #f7f7f7;
    transform: translate(-100%, 0);
    z-index: 29;
    transition: all 0.5s ease-in-out;
  }

  .close-filters-mobile {
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 1.5rem;
    top: 5.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .close-filters-mobile span {
    position: absolute;
    width: 1.625rem;
    height: 0.125rem;
    background: #231f20;
  }

  .close-filters-mobile span:first-child {
    transform: rotate(45deg);
  }

  .close-filters-mobile span:last-child {
    transform: rotate(-45deg);
  }

  .printer-filters-open .filters {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }

  #printer-grid .box-md-4 {
    width: 100% !important;
  }

  .filters h5 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
  }

  .printer-card .printer-card__content h4,
  .printer-card .printer-card__content p {
    min-height: 0;
  }

  .printer-card .printer-card__content.center {
    text-align: center;
  }

  .single-post .arrow-vorige {
    margin-left: 0;
    margin-bottom: 1.25rem;
  }

  .layout.left-right p {
    line-height: 1.875rem;
  }

  .faq .faq-title h4 {
    flex-direction: column;
    font-size: 1rem;
    line-height: 1.625rem;
  }

  .faq .faq-title h4 span {
    margin-bottom: 0.625rem;
  }

  .faq .faq-content p {
    padding-left: 0;
  }

  .layout.layout-faqs .row > [class^="box"] {
    margin-bottom: 1.5rem !important;
  }

  .contact-form {
    margin-top: 2.5rem;
  }

  .extra-printer-content iframe {
    max-width: 100%;
    height: 12rem;
  }
  
  .hero-v2 {
	  flex-direction: column;
  }
    
  .hero-v2 .hero-left,
  .hero-v2 .hero-right {
	  padding:7.5% 2.5%;
  }
  
	.layout-hero.hero-v2 h1,
	.layout-hero.hero-v2 h2 {
	  margin:0;
	  font-size:1.875rem; 
	  line-height:2.25rem;
	}
	
	.hero-v2 .button-icon {
	width: 2.75rem;
	height: 2.75rem;
	}
	
	.hero-v2 .buttons .button-primary.has-icon {
		padding-left: 3.375rem;
	}
	
	.layout-categorie-slider {
		overflow:hidden;
	}
	
	.layout-categorie-slider .slick-list {
		overflow:visible !important;
	}
	
	.layout-hero-v3 {
		height:auto;
		min-height:0;
		padding-bottom:5rem;
	}
	
	.hero-columns {
		height:auto;
		margin-bottom:-2.5rem;
	}
	
	.hero-column {
    	transform: translate(0, -5rem);
    	flex-direction: row;
    }
    
    .hero-columns .box-md-3 {
	    margin-bottom:1rem !important;
    }
    
    .hero-column-content {
	    padding:.75rem;
    }
    
    .hero-column-content h3,
    .hero-column-content p {
	    text-align:left;
    }
    
    .hero-column-icon {
	    flex:0 0 9.375rem;
	    padding:.75rem;
	    height:9.375rem;
    }
    
    .hero-column .button-primary {
	    min-width:0;
	    font-size:.75rem;
	    margin-top:.625rem;
	    padding:0 .75rem;
	    height:2.5rem;
	    line-height:2.5rem;
    }
    
    .hero-column .button-primary img {
	    width:.75rem;
	    margin-left:1rem;
    }
    
    .hero-column-content h3 {
    	font-size:1rem;
    	margin-top:0;
    	line-height:1.875rem;
    }
    
    .hero-column-content p {
	    font-size:.875rem;
	    line-height:1.25rem;
    }
	
	.actieblok {
		flex-direction: column-reverse;
	}
		
	.infographic {
		width:100%;
		max-width:100%;
		transform:translate(0,0);
	}
  
  .layout-hero-koffie .button-primary {
    justify-content: center;
  }
  
  .stacked-images, .image-singular {
      margin-top: 2.5rem;
  } 
  
  .stacked-images {
    min-height:22rem;
  }
  
  .stacked-images .image-one {
    height: 15rem;
    width: 18rem;
  }
  
  .stacked-images .image-two {
    height: 10.75rem;
    width: 9.5rem;
  }
  
  .stacked-images .image-three {
    max-height: 4.5rem;
    left: 12rem;
  }
  
  .shape-left,
  .shape-right {
    background-size:contain;
  }
  
  .left-right .image-container.image-singular {
    height:18rem;
  }
  
  .wpml-mobile {
    display:block;
    list-style:none;
    padding:0;
  }
  
  li.custom-wpml .wpml-ls-legacy-dropdown {
    width: 3.125rem;
  }
  
  li.custom-wpml .wpml-ls-legacy-dropdown.wpml-ls-legacy-dropdown a, li.custom-wpml .wpml-ls-legacy-dropdown.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, li.custom-wpml .wpml-ls-legacy-dropdown.wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
      font-size: .75rem !important;
      background:#ffffff !important;
  }
  
  li.custom-wpml .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    right:6px;
    top:11px;
    border: 0.375em solid transparent;
    border-top: 0.375em solid;
  }
  
}
