/*!
    Theme Name: Searacon Custom Theme
    Theme URI: https://searacon.nl
    Description: Dit is een custom theme gemaakt voor Bart Neyt
    Version: 1.6.0
    Author: Wesley Verheyen @Searacon
    Author URI: https://searacon.nl
    Tags: HTML5, CSS3, Searacon, Custom, Theme, WordPress
*/
/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: "source_sans_pro";
  src: url("webfonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("webfonts/sourcesanspro-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "source_sans_pro";
  src: url("webfonts/sourcesanspro-semibold-webfont.woff2") format("woff2"), url("webfonts/sourcesanspro-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "source_sans_pro";
  src: url("webfonts/sourcesanspro-bold-webfont.woff2") format("woff2"), url("webfonts/sourcesanspro-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "din_pro";
  src: url("webfonts/dinpro_black-webfont.woff2") format("woff2"), url("webfonts/dinpro_black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "din_procondensed";
  src: url("webfonts/dinpro_condensedblack-webfont.woff2") format("woff2"), url("webfonts/dinpro_condensedblack-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/*------------------------------------*\
    FONTS
\*------------------------------------*/
/*------------------------------------*\
    COLOURS
\*------------------------------------*/
/*------------------------------------*\
    INCLUDES
\*------------------------------------*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}
*:after, *:before {
  -webkit-font-smoothing: antialiased;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}
html {
  font-size: 62.5%;
}
body {
  color: #000000;
  font: normal normal 400 1.75rem/2.75rem "source_sans_pro";
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
.wpcf7-list-item {
  margin: 0;
}
ul {
  padding-left: 1.75rem;
}
input:focus {
  border: 1px solid #000000;
  outline: 0;
}
#order-cfcbw-field1163::placeholder {
  color: transparent;
}
/* Clear */
.clear {
  *zoom: 1;
}
.clear:before {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
  content: " ";
  display: table;
}
/*------------------------------------*\
    OVERALL
\*------------------------------------*/
/* OVERALL */
a {
  color: #000000;
  text-decoration: none;
}
a:active, a:focus, a:hover {
  color: #000000;
}
h1 {
  font: 900 4rem/5rem "din_pro";
  text-transform: uppercase;
}
h2 {
  font: 900 4rem/5rem "din_pro";
  text-transform: uppercase;
}
h3 {
  font: 600 1.9rem/2.9rem "source_sans_pro";
  text-transform: uppercase;
}
h4 {
  font: 900 2.5rem/3.5rem "din_pro";
}
h5 {
  font: 900 1.9rem/2.9rem "din_pro";
  text-transform: uppercase;
}
h6 {
  font: 700 2.1rem/3.1rem "source_sans_pro";
}
.uk-container {
  max-width: 200rem;
  width: 90%;
  padding: 0;
}
em {
  color: #E95C2B;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* Wrapper */
.wrapper {
  position: relative;
}
/* Header */
header #topbar {
  padding: 1.35rem 0;
  color: #FFFFFF;
  font: 400 1.5rem/2.5rem "source_sans_pro";
  background-color: #161615;
}
header #topbar b {
  font-weight: 700;
}
header #topbar i {
  padding: 0 0.75rem;
  font-size: 1.4rem;
  color: #E95C2B;
}
header #topbar a {
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
header #topbar a:hover {
  color: #E95C2B;
  text-decoration: none;
}
header #topbar nav#social a i {
  padding: 0;
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
header #topbar nav#social a i:hover {
  color: #E95C2B;
  text-decoration: none;
}
header #navbar {
  padding: 6rem 0;
}
header #navbar .logo-img {
  width: 31rem;
  height: auto;
}
header #navbar nav#main-menu li {
  position: relative;
}
header #navbar nav#main-menu li a {
  padding: 1rem 0;
  margin-right: 4rem;
  color: #000000;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font: 700 2.15rem/3.15rem "din_procondensed";
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
header #navbar nav#main-menu li a i {
  font-size: 1.75rem;
}
header #navbar nav#main-menu li a:hover {
  text-decoration: none;
  color: #E95C2B;
}
header #navbar nav#main-menu li a[aria-current] {
  color: #E95C2B;
}
header #navbar nav#main-menu li ul.sub-menu {
  display: none;
}
header #navbar nav#main-menu li ul.sub-menu li a:hover {
  color: #E95C2B;
}
header #navbar nav#main-menu li:hover ul.sub-menu {
  list-style: none;
  display: block;
  position: absolute;
  z-index: 9;
  top: 4.75rem;
  left: -2rem;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
}
header #navbar nav#main-menu li:hover ul.sub-menu li a {
  padding: 1rem 2rem;
  margin: 0;
  font: 700 1.5rem/2.5rem "din_procondensed";
}
header #navbar nav#main-menu li:hover ul.sub-menu li:last-child a {
  margin: 0;
}
header #navbar nav#main-menu li:last-child a {
  margin-right: 0;
}
header #navbar .cart a {
  color: #000000;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
header #navbar .cart a i {
  font-size: 3.5rem;
  margin-right: 1.5rem;
}
header #navbar .cart a #mini-cart-count {
  font-size: 1.65rem;
  color: #FFFFFF;
  background-color: #E95C2B;
  position: absolute;
  z-index: 5;
  right: 0;
  top: -0.85rem;
  padding: 0.4rem 0.65rem;
  line-height: 1;
  border-radius: 3rem;
}
header #navbar .cart a:hover {
  color: #F7F4F2;
  text-decoration: none;
}
header #navbar a.nav-toggle {
  border-radius: 0.2rem;
  color: #FFFFFF;
  padding: 1.6rem 1.4rem;
  background-color: #E95C2B;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
header #navbar a.nav-toggle img {
  width: 2.2rem;
  height: auto;
}
header #navbar a.nav-toggle:hover {
  text-decoration: none;
  background-color: #161615;
}
/* Footer */
footer section#footer-contact {
  background: white;
  background: linear-gradient(180deg, white 66%, #161615 66%);
}
footer section#footer-contact .uk-container {
  width: 95%;
  max-width: 100%;
  margin-right: 0;
}
footer section#footer-contact .footer-contact-wrap {
  padding: 8rem 5% 8rem 8rem;
  background-color: #E95C2B;
}
footer section#footer-contact .footer-contact-wrap h2, footer section#footer-contact .footer-contact-wrap p {
  color: #FFFFFF;
}
footer section#footer-contact .footer-contact-wrap h2 {
  margin: 0;
}
footer section#footer-contact .footer-contact-wrap p {
  margin-top: 1.5rem;
  font: 400 1.85rem/2.85rem "source_sans_pro";
}
footer section#footer-contact .footer-contact-wrap .footer-contact-links a i {
  color: #FFFFFF;
  background-color: #CC4E22;
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer section#footer-contact .footer-contact-wrap .footer-contact-links a span {
  width: 21rem;
  color: #000000;
  background-color: #FFFFFF;
  text-transform: uppercase;
  font-family: "source_sans_pro";
  font-weight: 600;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
footer section#footer-contact .footer-contact-wrap .footer-contact-links a:hover {
  text-decoration: none;
}
footer section#footer-contact .footer-contact-wrap .footer-contact-links a:hover span {
  color: #FFFFFF;
  background-color: #CC4E22;
}
footer section#footer-contact .footer-contact-wrap .footer-contact-links a.telefoon {
  margin-bottom: 3rem;
}
footer section#footer-content {
  color: #FFFFFF;
  padding: 10rem 0 5rem;
  font-size: 1.65rem;
  background-color: #161615;
}
footer section#footer-content h6 {
  color: #FFFFFF;
  margin-bottom: 1.2rem;
}
footer section#footer-content nav, footer section#footer-content .footer-content {
  line-height: 3.35rem;
}
footer section#footer-content a {
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
footer section#footer-content a:hover {
  color: #E95C2B;
  text-decoration: none;
}
footer section#footer-copy {
  color: #FFFFFF;
  padding: 5rem 0 8rem;
  font-size: 1.4rem;
  background-color: #161615;
}
footer section#footer-copy a {
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
footer section#footer-copy a:hover {
  color: #E95C2B;
  text-decoration: none;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
/* HOME */
main section#intro {
  background: #FFFFFF;
  background: linear-gradient(90deg, white 70%, #e95c2b 70%);
}
main section#intro .intro-content {
  width: 73rem;
  padding: 21rem 5rem 21rem 0;
}
main section#intro .intro-content p#breadcrumbs {
  margin: 0;
  color: #000000;
  font: 500 1.45rem/1.45rem "source_sans_pro";
}
main section#intro .intro-content p#breadcrumbs a {
  color: #000000;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  font: 500 1.45rem/1.45rem "source_sans_pro";
}
main section#intro .intro-content p#breadcrumbs a:hover {
  color: #E95C2B;
  text-decoration: none;
}
main section#intro .intro-content h1, main section#intro .intro-content h3 {
  color: #000000;
}
main section#intro .intro-content h1 {
  margin: 0;
}
main section#intro .intro-content .links {
  margin-top: 1rem;
}
main section#intro .intro-content .links a {
  padding: 1.15rem 2rem;
  font: 600 1.8rem/2.8rem "source_sans_pro";
  border-radius: 0.2rem;
}
main section#intro .intro-content .links a i {
  font-size: 1.5rem;
  margin-right: 1rem;
}
main section#intro .intro-content .links a:nth-child(1) {
  margin-right: 2.5rem;
}
main section#intro .intro-content .links a:nth-child(1) {
  color: #FFFFFF;
  background-color: #E95C2B;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
main section#intro .intro-content .links a:nth-child(1):hover {
  text-decoration: none;
  color: #000000;
  background-color: #F7F4F2;
}
main section#intro .intro-content .links a:nth-child(2) {
  color: #FFFFFF;
  background-color: #161615;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
main section#intro .intro-content .links a:nth-child(2):hover {
  text-decoration: none;
  color: #000000;
  background-color: #F7F4F2;
}
main section#intro .intro-slideshow {
  padding: 9rem 0;
  margin-left: -10rem;
}
main section#intro .intro-slideshow .uk-slideshow-items div {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 15rem 100%);
}
main section#assortiment {
  padding: 12rem 0;
  background-color: #F7F4F2;
}
main section#assortiment a .item {
  background-color: #FFFFFF;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
main section#assortiment a .item .arrow {
  z-index: 9;
  top: 3.5rem;
  right: 3.5rem;
  position: absolute;
  padding: 0.7rem 1rem 0.4rem;
  background-color: #E95C2B;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
main section#assortiment a .item .arrow i {
  rotate: -45deg;
  color: #FFFFFF;
  font-size: 2.1rem;
}
main section#assortiment a .item h5 {
  color: #000000;
  text-align: center;
  margin: 2.5rem;
}
main section#assortiment a .item:hover {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
main section#assortiment a .item:hover .arrow {
  background-color: #161615;
}
main section#assortiment a:hover {
  text-decoration: none;
}
main section#stappenplan {
  padding: 12rem 0;
  background-color: #E95C2B;
}
main section#stappenplan .uk-container-right {
  width: 95%;
  margin-right: 0;
}
main section#stappenplan .stappenplan-intro {
  margin-bottom: 6rem;
}
main section#stappenplan .stappenplan-intro p#breadcrumbs {
  margin: 0;
  color: #000000;
  font: 500 1.45rem/1.45rem "source_sans_pro";
}
main section#stappenplan .stappenplan-intro p#breadcrumbs a {
  color: #000000;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  font: 500 1.45rem/1.45rem "source_sans_pro";
}
main section#stappenplan .stappenplan-intro p#breadcrumbs a:hover {
  color: #E95C2B;
  text-decoration: none;
}
main section#stappenplan .stappenplan-intro p#breadcrumbs {
  color: #FFFFFF;
}
main section#stappenplan .stappenplan-intro p#breadcrumbs a {
  color: #FFFFFF;
}
main section#stappenplan .stappenplan-intro p#breadcrumbs a:hover {
  color: #000000;
}
main section#stappenplan .stappenplan-intro h2, main section#stappenplan .stappenplan-intro h3 {
  color: #FFFFFF;
}
main section#stappenplan .stappenplan-intro h2 {
  margin: 0;
}
main section#stappenplan .stappenplan-content ul.stappenplan-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 4.5rem;
}
main section#stappenplan .stappenplan-content ul.stappenplan-nav li a {
  margin-right: 2.5rem;
  padding: 1.65rem 2.2rem 2rem 2.2rem;
  text-transform: uppercase;
  font: 400 1.85rem/2.85rem "din_procondensed";
  color: #000000;
  background-color: #FFFFFF;
  display: inline-flex;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
main section#stappenplan .stappenplan-content ul.stappenplan-nav li a:last-child a {
  margin-right: 0;
}
main section#stappenplan .stappenplan-content ul.stappenplan-nav li a:hover {
  color: #FFFFFF;
  background-color: #161615;
  text-decoration: none;
}
main section#stappenplan .stappenplan-content ul.stappenplan-nav li.uk-active a {
  color: #FFFFFF;
  background-color: #161615;
}
main section#stappenplan .stappenplan-content .stappenplan-arrow-nav {
  margin-right: 5%;
  margin-bottom: 4.5rem;
}
main section#stappenplan .stappenplan-content .stappenplan-arrow-nav a {
  padding: 2.3rem 2.55rem;
  text-transform: uppercase;
  color: #000000;
  background-color: #FFFFFF;
  display: inline-flex;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
main section#stappenplan .stappenplan-content .stappenplan-arrow-nav a:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #161615;
}
main section#stappenplan .stappenplan-content .uk-slider-items .afbeelding {
  height: 70rem;
  width: 115rem;
  margin-right: 20rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}
main section#stappenplan .stappenplan-content .uk-slider-items .stap {
  width: 42.5rem;
  padding: 6rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10rem;
  margin: auto;
  height: max-content;
  background-color: #FFFFFF;
}
main section#stappenplan .stappenplan-content .uk-slider-items .stap h4 {
  margin: 0;
}
main section#stappenplan .stappenplan-content .uk-slider-items .stap p {
  margin-top: 1.2rem;
}
main section#stappenplan .stappenplan-content .uk-slider-items .stap h4, main section#stappenplan .stappenplan-content .uk-slider-items .stap p {
  color: #000000;
}
main section#stappenplan .stappenplan-content .uk-slider-items .stap .links {
  margin-top: 1rem;
}
main section#stappenplan .stappenplan-content .uk-slider-items .stap .links a {
  padding: 1.15rem 2rem;
  font: 600 1.8rem/2.8rem "source_sans_pro";
  border-radius: 0.2rem;
}
main section#stappenplan .stappenplan-content .uk-slider-items .stap .links a i {
  font-size: 1.5rem;
  margin-right: 1rem;
}
main section#stappenplan .stappenplan-content .uk-slider-items .stap .links a:nth-child(1) {
  margin-right: 2.5rem;
}
main section#stappenplan .stappenplan-content .uk-slider-items .stap .links a:nth-child(1) {
  color: #FFFFFF;
  background-color: #E95C2B;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
main section#stappenplan .stappenplan-content .uk-slider-items .stap .links a:nth-child(1):hover {
  text-decoration: none;
  color: #000000;
  background-color: #F7F4F2;
}
main section#stappenplan .stappenplan-content .uk-slider-items .stap .links a:nth-child(2) {
  color: #FFFFFF;
  background-color: #161615;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
main section#stappenplan .stappenplan-content .uk-slider-items .stap .links a:nth-child(2):hover {
  text-decoration: none;
  color: #000000;
  background-color: #F7F4F2;
}
main section#stappenplan .stappenplan-content .uk-slider-items .stap .links {
  margin-top: 2.5rem;
}
main section#stappenplan .stappenplan-content .uk-slider-items .stap .links a {
  font: 700 1.7rem/2.7rem "din_pro";
}
main section#zoek {
  padding: 12rem 0;
  background-color: #F7F4F2;
}
main section#zoek .zoek-content {
  padding: 10rem 0;
}
main section#zoek .zoek-content p#breadcrumbs {
  margin: 0;
  color: #000000;
  font: 500 1.45rem/1.45rem "source_sans_pro";
}
main section#zoek .zoek-content p#breadcrumbs a {
  color: #000000;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  font: 500 1.45rem/1.45rem "source_sans_pro";
}
main section#zoek .zoek-content p#breadcrumbs a:hover {
  color: #E95C2B;
  text-decoration: none;
}
main section#zoek .zoek-content h2, main section#zoek .zoek-content h3 {
  color: #000000;
}
main section#zoek .zoek-content h2 {
  margin: 0;
}
main section#zoek .zoek-content .links {
  margin-top: 1rem;
}
main section#zoek .zoek-content .links a {
  padding: 1.15rem 2rem;
  font: 600 1.8rem/2.8rem "source_sans_pro";
  border-radius: 0.2rem;
}
main section#zoek .zoek-content .links a i {
  font-size: 1.5rem;
  margin-right: 1rem;
}
main section#zoek .zoek-content .links a:nth-child(1) {
  margin-right: 2.5rem;
}
main section#zoek .zoek-content .links a:nth-child(1) {
  color: #FFFFFF;
  background-color: #E95C2B;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
main section#zoek .zoek-content .links a:nth-child(1):hover {
  text-decoration: none;
  color: #000000;
  background-color: #F7F4F2;
}
main section#zoek .zoek-content .links a:nth-child(2) {
  color: #FFFFFF;
  background-color: #161615;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
main section#zoek .zoek-content .links a:nth-child(2):hover {
  text-decoration: none;
  color: #000000;
  background-color: #F7F4F2;
}
main section#zoek .zoek-content .links a:nth-child(1):hover {
  background-color: #FFFFFF;
}
main section#zoek .zoek-content .links a:nth-child(2):hover {
  background-color: #FFFFFF;
}
main section#penb {
  padding: 12rem 0;
  background-color: #FFFFFF;
}
main section#penb .penb-content {
  padding: 22rem 0 8rem 3rem;
  width: 75rem;
}
main section#penb .penb-content h2, main section#penb .penb-content h3 {
  color: #000000;
}
main section#penb .penb-content h2 {
  margin: 0;
}
main section#penb .penb-content .links {
  margin-top: 1rem;
}
main section#penb .penb-content .links a {
  padding: 1.15rem 2rem;
  font: 600 1.8rem/2.8rem "source_sans_pro";
  border-radius: 0.2rem;
}
main section#penb .penb-content .links a i {
  font-size: 1.5rem;
  margin-right: 1rem;
}
main section#penb .penb-content .links a:nth-child(1) {
  margin-right: 2.5rem;
}
main section#penb .penb-content .links a:nth-child(1) {
  color: #FFFFFF;
  background-color: #E95C2B;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
main section#penb .penb-content .links a:nth-child(1):hover {
  text-decoration: none;
  color: #000000;
  background-color: #F7F4F2;
}
main section#penb .penb-content .links a:nth-child(2) {
  color: #FFFFFF;
  background-color: #161615;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
main section#penb .penb-content .links a:nth-child(2):hover {
  text-decoration: none;
  color: #000000;
  background-color: #F7F4F2;
}
main section#penb .penb-afbeeldingen .afbeelding-1, main section#penb .penb-afbeeldingen .afbeelding-2 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 55%;
  height: 80%;
  position: absolute;
}
main section#penb .penb-afbeeldingen .afbeelding-1 {
  top: 0;
  left: 0;
  z-index: 1;
}
main section#penb .penb-afbeeldingen .afbeelding-2 {
  bottom: 0;
  right: 0;
  z-index: 2;
}
/* FAQ */
main section#faq {
  padding: 10rem 0;
}
main section#faq ul.uk-accordion li a.uk-accordion-title {
  padding: 2rem;
  color: #000000;
  background-color: #F7F4F2;
  font: 600 1.7rem/2.7rem "source_sans_pro";
}
main section#faq ul.uk-accordion li .uk-accordion-content {
  padding: 2rem;
  margin-top: 0;
  background-color: #F7F4F2;
  font: 400 1.6rem/2.6rem "source_sans_pro";
}
main section#faq ul.uk-accordion li .uk-accordion-content a {
  color: #000000;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
main section#faq ul.uk-accordion li .uk-accordion-content a:hover {
  color: #E95C2B;
  text-decoration: none;
}
main section#faq ul.uk-accordion li:nth-child(2) {
  margin-top: 0;
}
/* DOWNLOADS */
main section#downloads {
  padding: 10rem 0;
}
main section#downloads a .download {
  padding: 1.5rem 2.5rem;
  color: #000000;
  background-color: #F7F4F2;
  font: 600 1.7rem/2.7rem "source_sans_pro";
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
main section#downloads a:hover {
  text-decoration: none;
}
main section#downloads a:hover .download {
  color: #FFFFFF;
  background-color: #E95C2B;
}
/* HOE */
.page-template-page-hoe main section#assortiment {
  background-color: #FFFFFF;
}
/* CONTACT */
#map_wrapper {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 15rem 100%);
}
#map_wrapper #map_canvas {
  width: 100%;
  height: 100%;
  background: #EBEBEB;
}
/* STANDAARD PAGINA TEMPLATE */
.page-template-default main section#assortiment {
  background-color: #FFFFFF;
}
/* STANDAARD PAGINA TEMPLATE */
main section#page-extra .page-extra-content p#breadcrumbs {
  margin: 0;
  color: #000000;
  font: 500 1.45rem/1.45rem "source_sans_pro";
}
main section#page-extra .page-extra-content p#breadcrumbs a {
  color: #000000;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  font: 500 1.45rem/1.45rem "source_sans_pro";
}
main section#page-extra .page-extra-content p#breadcrumbs a:hover {
  color: #E95C2B;
  text-decoration: none;
}
main section#page-extra .page-extra-content h1, main section#page-extra .page-extra-content h2, main section#page-extra .page-extra-content h3, main section#page-extra .page-extra-content h4, main section#page-extra .page-extra-content h5, main section#page-extra .page-extra-content h6, main section#page-extra .page-extra-content p {
  color: #000000;
}
main section#page-extra .page-extra-content a {
  font-weight: 600;
  color: #E95C2B;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
main section#page-extra .page-extra-content a:hover {
  color: #000000;
  text-decoration: none;
}
main section#page-extra .page-extra-content .cartmelding p {
  color: #E95C2B;
}
/* CONTACT FORM 7 */
input[type="date"], input[type="email"], input[type="tel"], input[type="text"], textarea, select {
  background: #FAFAFA;
  border: none;
  color: #000000;
  font-family: "source_sans_pro";
  font-size: 1.4rem;
  outline: 0;
  padding: 1.5rem;
  width: 100%;
}
input[type="button"], input[type="submit"] {
  background-color: #161615;
  border: none;
  color: #FFFFFF;
  font-family: "source_sans_pro";
  font-size: 1.4rem;
  padding: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
input[type="button"]:hover, input[type="submit"]:hover {
  background: #E95C2B;
}
.wpcf7 {
  margin: 0;
  padding: 0;
}
.wpcf7 .wpcf7-form p span .wpcf7-select {
  padding-left: 1rem;
}
.wpcf7 .wpcf7-form p span .wpcf7-not-valid-tip {
  color: #C0392b;
  display: block;
  font-size: 1.5rem;
}
.wpcf7 .wpcf7-form .wpcf7-mail-sent-ok {
  background-color: #31CD73;
  border-radius: 3px;
  border: none;
}
.wpcf7 .wpcf7-form .wpcf7-mail-sent-ng {
  background-color: #C0392b;
  border-radius: 3px;
  border: none;
}
.wpcf7 .wpcf7-form .wpcf7-spam-blocked {
  background-color: #C0392b;
  border-radius: 3px;
  border: none;
}
.wpcf7 .wpcf7-form .wpcf7-validation-errors {
  background-color: #F1C40F;
  border-radius: 3px;
  border: none;
}
/*------------------------------------*\
    OFF CANVAS MENU
\*------------------------------------*/
#off-canvas .uk-offcanvas-bar {
  background: #FFFFFF;
  color: #000000;
  line-height: 3.5rem;
  font-size: 1.8rem;
}
#off-canvas .uk-offcanvas-bar .uk-offcanvas-close {
  color: #000000;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
#off-canvas .uk-offcanvas-bar .uk-offcanvas-close:hover {
  color: #E95C2B;
  text-decoration: none;
}
#off-canvas .uk-offcanvas-bar img.logo-off {
  padding: 0 0 1.5rem;
}
#off-canvas .uk-offcanvas-bar a {
  color: #000000;
  font-size: 1.8rem;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
#off-canvas .uk-offcanvas-bar a:hover {
  color: #E95C2B;
  text-decoration: none;
}
#off-canvas .uk-offcanvas-bar h5 {
  color: #000000;
  margin: 2.5rem 0 1rem 0;
}
#off-canvas .uk-offcanvas-bar nav.footer-menu a[aria-current] {
  color: #E95C2B;
}
/*------------------------------------*\
    WOOCOMMERCE
\*------------------------------------*/
main section#page h1 {
  color: #000000;
}
main section#page .product .summary h1, main section#page .product .summary h4 {
  color: #000000;
}
main section#page .product .summary h4 {
  margin-top: 0;
}
main section#page .product .summary p.price {
  color: #E95C2B;
}
main section#page .product .summary .woocommerce-product-details__short-description a {
  color: #000000;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
main section#page .product .summary .woocommerce-product-details__short-description a:hover {
  color: #E95C2B;
  text-decoration: none;
}
main section#page .product .summary form .single_variation_wrap .single_variation {
  margin-bottom: 2rem;
}
main section#page .product .summary form .single_variation_wrap .single_variation .woocommerce-variation-price span.price {
  color: #E95C2B;
}
main section#page .product .summary form .single_variation_wrap .woocommerce-variation-add-to-cart #wcj_product_addons .woocommerce-Price-amount {
  visibility: hidden;
}
main section#page .product .summary form .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  color: #FFFFFF;
  background-color: #161615;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
main section#page .product .summary form .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover {
  background-color: #E95C2B;
  text-decoration: none;
}
main section#page .product .summary form .single_add_to_cart_button {
  color: #FFFFFF;
  background-color: #161615;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
main section#page .product .summary form .single_add_to_cart_button:hover {
  background-color: #E95C2B;
  text-decoration: none;
}
main section#page ul.products li.product-category a h2, main section#page ul.products li.product a h2 {
  color: #000000;
  text-transform: uppercase;
  font: 900 1.75rem/2.75rem "din_pro";
  text-align: center;
}
main section#page ul.products li.product-category a span.price, main section#page ul.products li.product a span.price {
  color: #E95C2B;
  text-align: center;
  font-size: 1.6rem;
}
main section#page ul.products li.product-category a.add_to_cart_button, main section#page ul.products li.product a.add_to_cart_button {
  color: #000000;
  background-color: #F7F4F2;
  width: 100%;
  text-align: center;
  padding: 1.25rem 0;
  border-radius: 0;
  margin-top: 1rem;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
main section#page ul.products li.product-category a.add_to_cart_button:hover, main section#page ul.products li.product a.add_to_cart_button:hover {
  color: #FFFFFF;
  background-color: #000000;
}
.woocommerce-cart main section#page-extra a.wc-block-cart__submit-button, .woocommerce-cart main section#page-extra button.wc-block-components-checkout-place-order-button, .woocommerce-checkout main section#page-extra a.wc-block-cart__submit-button, .woocommerce-checkout main section#page-extra button.wc-block-components-checkout-place-order-button {
  border: 0;
  color: #FFFFFF;
  background-color: #E95C2B;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.woocommerce-cart main section#page-extra a.wc-block-cart__submit-button:hover, .woocommerce-cart main section#page-extra button.wc-block-components-checkout-place-order-button:hover, .woocommerce-checkout main section#page-extra a.wc-block-cart__submit-button:hover, .woocommerce-checkout main section#page-extra button.wc-block-components-checkout-place-order-button:hover {
  color: #FFFFFF;
  background-color: #000000;
}
nav.woocommerce-pagination ul.page-numbers {
  border: 0;
}
nav.woocommerce-pagination ul.page-numbers li {
  border-right: 0;
}
nav.woocommerce-pagination ul.page-numbers li .page-numbers {
  color: #000000 !important;
  background: #F7F4F2 !important;
  margin-right: 1rem;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
nav.woocommerce-pagination ul.page-numbers li .page-numbers:hover {
  color: #FFFFFF !important;
  background: #E95C2B !important;
}
nav.woocommerce-pagination ul.page-numbers li .current {
  color: #FFFFFF !important;
  background: #000000 !important;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media screen and (min-width: 320px) {
  /* Header */
  /* Footer */
  /* HOME */
  /* FAQ */
  html {
    font-size: 52.5%;
  }
  h1 {
    font: 900 3.1rem/4.1rem "din_pro";
  }
  h2 {
    font: 900 3.1rem/4.1rem "din_pro";
  }
  h3 {
    font: 600 1.75rem/2.75rem "source_sans_pro";
  }
  header #navbar {
    padding: 4.5rem 0;
  }
  header #navbar .logo-img {
    width: 24rem;
  }
  header #navbar a.nav-toggle {
    padding: 1.5rem 1.3rem;
  }
  header #navbar a.nav-toggle img {
    width: 2rem;
  }
  footer section#footer-contact {
    background: linear-gradient(180deg, white 50%, #161615 50%);
  }
  footer section#footer-contact .footer-contact-wrap {
    padding: 4rem;
  }
  footer section#footer-contact .footer-contact-wrap p {
    width: 100%;
    margin-top: 1.75rem;
    font: 400 1.85rem/2.85rem "source_sans_pro";
  }
  footer section#footer-content {
    padding: 5rem 0 2.5rem;
    font-size: 1.65rem;
  }
  footer section#footer-copy {
    padding: 2.5rem 0 4rem;
    font-size: 1.4rem;
  }
  main section#intro {
    padding: 0 0 6rem;
    background: #FFFFFF;
    background: linear-gradient(90deg, white 100%, #e95c2b 100%);
  }
  main section#intro .intro-content {
    width: 100%;
    padding: 2.5rem 0rem;
  }
  main section#intro .intro-slideshow {
    padding: 0;
    margin-left: 0;
  }
  main section#intro .intro-slideshow .uk-slideshow-items div {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  main section#assortiment {
    padding: 6rem 0;
  }
  main section#stappenplan {
    padding: 6rem 0;
  }
  main section#stappenplan .stappenplan-intro {
    margin-bottom: 4rem;
  }
  main section#stappenplan .stappenplan-content .stappenplan-arrow-nav {
    margin-bottom: 4.5rem;
  }
  main section#stappenplan .stappenplan-content .uk-slider-items .afbeelding {
    height: 32rem;
    width: 37rem;
    margin-right: 0;
  }
  main section#stappenplan .stappenplan-content .uk-slider-items .stap {
    width: 100%;
    padding: 3.5rem;
    right: 0;
    height: 32rem;
  }
  main section#zoek {
    padding: 6rem 0;
  }
  main section#zoek .zoek-content {
    padding: 0;
  }
  main section#zoek .zoek-content h2 {
    font: 900 3.1rem/4.1rem "din_pro";
  }
  main section#penb {
    padding: 6rem 0;
  }
  main section#penb .penb-content {
    padding: 0;
    width: 100%;
  }
  main section#penb .penb-content h2 {
    font: 900 3.1rem/4.1rem "din_pro";
  }
  main section#penb .penb-afbeeldingen .afbeelding-1, main section#penb .penb-afbeeldingen .afbeelding-2 {
    width: 100%;
    height: 35rem;
    position: relative;
  }
  .page-template-page-faq main section#faq .category-content {
    padding: 3rem 0 0;
  }
  .page-template-page-faq main section#faq ul.uk-accordion li a.uk-accordion-title {
    padding: 1.5rem;
  }
  .page-template-page-faq main section#faq ul.uk-accordion li .uk-accordion-content {
    padding: 1.5rem;
  }
  .page-template-page-faq main section#faq ul.uk-accordion li:nth-child(2) {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 640px) {
  /* Header */
  /* Footer */
  /* HOME */
  /* FAQ */
  html {
    font-size: 55%;
  }
  h1 {
    font: 900 3.4rem/4.4rem "din_pro";
  }
  h2 {
    font: 900 3.4rem/4.4rem "din_pro";
  }
  h3 {
    font: 600 1.9rem/2.9rem "source_sans_pro";
  }
  header #navbar {
    padding: 5rem 0;
  }
  header #navbar .logo-img {
    width: 26rem;
  }
  header #navbar a.nav-toggle {
    padding: 1.5rem 1.3rem;
  }
  header #navbar a.nav-toggle img {
    width: 2rem;
  }
  footer section#footer-contact {
    background: linear-gradient(180deg, white 50%, #161615 50%);
  }
  footer section#footer-contact .footer-contact-wrap {
    padding: 4rem;
  }
  footer section#footer-contact .footer-contact-wrap p {
    width: 100%;
    margin-top: 1.75rem;
    font: 400 1.85rem/2.85rem "source_sans_pro";
  }
  footer section#footer-content {
    padding: 5rem 0 2.5rem;
    font-size: 1.65rem;
  }
  footer section#footer-copy {
    padding: 2.5rem 0 4rem;
    font-size: 1.4rem;
  }
  main section#intro {
    padding: 0 0 6rem;
    background: #FFFFFF;
    background: linear-gradient(90deg, white 100%, #e95c2b 100%);
  }
  main section#intro .intro-content {
    width: 100%;
    padding: 3.5rem 0rem;
  }
  main section#intro .intro-slideshow {
    padding: 0;
    margin-left: 0;
  }
  main section#intro .intro-slideshow .uk-slideshow-items div {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  main section#assortiment {
    padding: 6rem 0;
  }
  main section#stappenplan {
    padding: 6rem 0;
  }
  main section#stappenplan .stappenplan-intro {
    margin-bottom: 4rem;
  }
  main section#stappenplan .stappenplan-content .stappenplan-arrow-nav {
    margin-bottom: 4.5rem;
  }
  main section#stappenplan .stappenplan-content .uk-slider-items .afbeelding {
    height: 50rem;
    width: 46rem;
    margin-right: 10rem;
  }
  main section#stappenplan .stappenplan-content .uk-slider-items .stap {
    width: 34rem;
    padding: 2.5rem;
    right: 2rem;
    height: max-content;
  }
  main section#zoek {
    padding: 6rem 0;
  }
  main section#zoek .zoek-content {
    padding: 0;
  }
  main section#zoek .zoek-content h2 {
    font: 900 3.4rem/4.4rem "din_pro";
  }
  main section#penb {
    padding: 6rem 0;
  }
  main section#penb .penb-content {
    padding: 0;
    width: 100%;
  }
  main section#penb .penb-content h2 {
    font: 900 3.4rem/4.4rem "din_pro";
  }
  main section#penb .penb-afbeeldingen .afbeelding-1, main section#penb .penb-afbeeldingen .afbeelding-2 {
    width: 100%;
    height: 40rem;
    position: relative;
  }
  .page-template-page-faq main section#faq .category-content {
    padding: 3rem 0 0;
  }
  .page-template-page-faq main section#faq ul.uk-accordion li a.uk-accordion-title {
    padding: 1.5rem;
  }
  .page-template-page-faq main section#faq ul.uk-accordion li .uk-accordion-content {
    padding: 1.5rem;
  }
  .page-template-page-faq main section#faq ul.uk-accordion li:nth-child(2) {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 960px) {
  /* Header */
  /* Footer */
  /* HOME */
  /* FAQ */
  html {
    font-size: 57.5%;
  }
  h1 {
    font: 900 4rem/5rem "din_pro";
  }
  h2 {
    font: 900 4rem/5rem "din_pro";
  }
  header #navbar {
    padding: 5rem 0;
  }
  header #navbar .logo-img {
    width: 26rem;
  }
  header #navbar a.nav-toggle {
    padding: 1.6rem 1.4rem;
  }
  header #navbar a.nav-toggle img {
    width: 2.2rem;
  }
  footer section#footer-contact {
    background: linear-gradient(180deg, white 50%, #161615 50%);
  }
  footer section#footer-contact .footer-contact-wrap {
    padding: 5rem;
  }
  footer section#footer-contact .footer-contact-wrap p {
    width: 100%;
    margin-top: 1.75rem;
    font: 400 1.85rem/2.85rem "source_sans_pro";
  }
  footer section#footer-content {
    padding: 6rem 0 3rem;
    font-size: 1.65rem;
  }
  footer section#footer-copy {
    padding: 3rem 0 5rem;
    font-size: 1.4rem;
  }
  main section#intro {
    padding: 0 0 8rem;
    margin-bottom: 0;
    background: #FFFFFF;
    background: linear-gradient(90deg, white 100%, #e95c2b 100%);
  }
  main section#intro .intro-content {
    width: 100%;
    padding: 3.5rem 0rem;
  }
  main section#intro .intro-slideshow {
    padding: 0;
    margin-left: 0;
  }
  main section#intro .intro-slideshow .uk-slideshow-items div {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  main section#assortiment {
    padding: 8rem 0;
  }
  main section#stappenplan {
    padding: 8rem 0;
  }
  main section#stappenplan .stappenplan-intro {
    margin-bottom: 4rem;
  }
  main section#stappenplan .stappenplan-content .stappenplan-arrow-nav {
    margin-bottom: 4.5rem;
  }
  main section#stappenplan .stappenplan-content .uk-slider-items .afbeelding {
    height: 54rem;
    width: 62rem;
    margin-right: 15rem;
  }
  main section#stappenplan .stappenplan-content .uk-slider-items .stap {
    width: 37.5rem;
    padding: 3.5rem;
    right: 5rem;
  }
  main section#zoek {
    padding: 8rem 0;
  }
  main section#zoek .zoek-content {
    padding: 3rem 0;
  }
  main section#zoek .zoek-content h2 {
    font: 900 3.2rem/4.2rem "din_pro";
  }
  main section#penb {
    padding: 8rem 0;
  }
  main section#penb .penb-content {
    padding: 3.5rem 0;
    width: 51.5rem;
  }
  main section#penb .penb-content h2 {
    font: 900 3.2rem/4.2rem "din_pro";
  }
  main section#penb .penb-afbeeldingen .afbeelding-1, main section#penb .penb-afbeeldingen .afbeelding-2 {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .page-template-page-faq main section#faq .category-content {
    padding: 4rem 0 1rem;
  }
  .page-template-page-faq main section#faq ul.uk-accordion li a.uk-accordion-title {
    padding: 1.5rem;
  }
  .page-template-page-faq main section#faq ul.uk-accordion li .uk-accordion-content {
    padding: 1.5rem;
  }
  .page-template-page-faq main section#faq ul.uk-accordion li:nth-child(2) {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  /* Header */
  /* Footer */
  /* HOME */
  /* FAQ */
  html {
    font-size: 60%;
  }
  h1 {
    font: 900 3.2rem/4.2rem "din_pro";
  }
  h2 {
    font: 900 3.2rem/4.2rem "din_pro";
  }
  header #navbar {
    padding: 6rem 0;
  }
  header #navbar .logo-img {
    width: 26rem;
  }
  header #navbar nav#main-menu li a {
    padding: 1rem 0;
    margin-right: 2.25rem;
    font: 700 2rem/3rem "din_procondensed";
  }
  footer section#footer-contact {
    background: linear-gradient(180deg, white 50%, #161615 50%);
  }
  footer section#footer-contact .footer-contact-wrap {
    padding: 6rem 5% 6rem 6rem;
  }
  footer section#footer-contact .footer-contact-wrap p {
    width: 100%;
    margin-top: 1.5rem;
    font: 400 1.85rem/2.85rem "source_sans_pro";
  }
  footer section#footer-content {
    padding: 8rem 0 4rem;
    font-size: 1.65rem;
  }
  footer section#footer-copy {
    padding: 4rem 0 6rem;
    font-size: 1.4rem;
  }
  main section#intro {
    padding: 0;
    margin-bottom: 10rem;
    background: #FFFFFF;
    background: linear-gradient(90deg, white 75%, #e95c2b 75%);
  }
  main section#intro .intro-content {
    width: 61rem;
    padding: 14rem 2rem 14rem 0;
  }
  main section#intro .intro-slideshow {
    padding: 7rem 0;
    margin-left: -10rem;
  }
  main section#intro .intro-slideshow .uk-slideshow-items div {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 15rem 100%);
  }
  main section#assortiment {
    padding: 10rem 0;
  }
  main section#stappenplan {
    padding: 10rem 0;
  }
  main section#stappenplan .stappenplan-intro {
    margin-bottom: 4.5rem;
  }
  main section#stappenplan .stappenplan-content .uk-slider-items .afbeelding {
    height: 60rem;
    width: 74.5rem;
    margin-right: 20rem;
  }
  main section#stappenplan .stappenplan-content .uk-slider-items .stap {
    width: 40rem;
    padding: 5rem;
    right: 5rem;
  }
  main section#zoek {
    padding: 10rem 0;
  }
  main section#zoek .zoek-content {
    padding: 6rem 0;
  }
  main section#zoek .zoek-content h2 {
    font: 900 3.2rem/4.2rem "din_pro";
  }
  main section#penb {
    padding: 10rem 0;
  }
  main section#penb .penb-content {
    padding: 8rem 0;
    width: 67rem;
  }
  main section#penb .penb-content h2 {
    font: 900 3.8rem/4.8rem "din_pro";
  }
  main section#penb .penb-afbeeldingen .afbeelding-1, main section#penb .penb-afbeeldingen .afbeelding-2 {
    width: 100%;
    height: 100%;
  }
  .page-template-page-faq main section#faq .category-content {
    padding: 5rem 0 2rem;
  }
  .page-template-page-faq main section#faq ul.uk-accordion li a.uk-accordion-title {
    padding: 1.75rem;
  }
  .page-template-page-faq main section#faq ul.uk-accordion li .uk-accordion-content {
    padding: 1.75rem;
  }
  .page-template-page-faq main section#faq ul.uk-accordion li:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1600px) {
  /* Header */
  /* Footer */
  /* HOME */
  /* FAQ */
  html {
    font-size: 62.5%;
  }
  h1 {
    font: 900 4rem/5rem "din_pro";
  }
  h2 {
    font: 900 4rem/5rem "din_pro";
  }
  header #navbar {
    padding: 6rem 0;
  }
  header #navbar .logo-img {
    width: 31rem;
  }
  header #navbar nav#main-menu li a {
    padding: 1rem 0;
    margin-right: 4rem;
    font: 700 2.15rem/3.15rem "din_procondensed";
  }
  footer section#footer-contact {
    background: linear-gradient(180deg, white 66%, #161615 66%);
  }
  footer section#footer-contact .footer-contact-wrap {
    padding: 8rem 5% 8rem 8rem;
  }
  footer section#footer-contact .footer-contact-wrap p {
    width: 80%;
    margin-top: 1.5rem;
    font: 400 1.85rem/2.85rem "source_sans_pro";
  }
  footer section#footer-content {
    padding: 10rem 0 5rem;
    font-size: 1.65rem;
  }
  footer section#footer-copy {
    padding: 5rem 0 8rem;
    font-size: 1.4rem;
  }
  main section#intro {
    padding: 0;
    margin-bottom: 12rem;
    background: #FFFFFF;
    background: linear-gradient(90deg, white 70%, #e95c2b 70%);
  }
  main section#intro .intro-content {
    width: 73rem;
    padding: 21rem 5rem 21rem 0;
  }
  main section#intro .intro-slideshow {
    padding: 9rem 0;
  }
  main section#assortiment {
    padding: 12rem 0;
  }
  main section#stappenplan {
    padding: 12rem 0;
  }
  main section#stappenplan .stappenplan-intro {
    margin-bottom: 6rem;
  }
  main section#stappenplan .stappenplan-content .uk-slider-items .afbeelding {
    height: 70rem;
    width: 115rem;
    margin-right: 20rem;
  }
  main section#stappenplan .stappenplan-content .uk-slider-items .stap {
    width: 42.5rem;
    padding: 6rem;
    right: 10rem;
  }
  main section#zoek {
    padding: 12rem 0;
  }
  main section#zoek .zoek-content {
    padding: 10rem 0;
  }
  main section#zoek .zoek-content h2 {
    font: 900 4rem/5rem "din_pro";
  }
  main section#penb {
    padding: 12rem 0;
  }
  main section#penb .penb-content {
    padding: 22rem 0 8rem 3rem;
    width: 75rem;
  }
  main section#penb .penb-afbeeldingen .afbeelding-1, main section#penb .penb-afbeeldingen .afbeelding-2 {
    width: 55%;
    height: 80%;
  }
  .page-template-page-faq main section#faq .category-content {
    padding: 6rem 0 2rem;
  }
  .page-template-page-faq main section#faq ul.uk-accordion li a.uk-accordion-title {
    padding: 2rem;
  }
  .page-template-page-faq main section#faq ul.uk-accordion li .uk-accordion-content {
    padding: 2rem;
  }
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::-webkit-selection, ::-moz-selection, ::selection {
  background: #E95C2B;
  color: #FFFFFF;
  text-shadow: none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  max-width: 95%;
  padding: 5px 2px 10px 2px;
  text-align: center;
}
.wp-caption.alignnone, .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 1rem;
  line-height: 1.4rem;
  margin: 0;
  padding: 0 5px;
}
.gallery-caption {
  font-size: 1rem;
  line-height: 1.4rem;
  margin: 0;
  padding: 0 5px;
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000000 !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after {
    content: "";
  }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
