@font-face {
  font-family: HelveticaMedium;
  font-weight: normal;
  src: url("/static/site/HelveticaNeue-MediumCond.otf") format("opentype");
}
@font-face {
  font-family: HelveticaThin;
  font-weight: normal;
  src: url("/static/site/HelveticaNeue-Thin.otf") format("opentype");
}
@font-face {
  font-family: HelveticadBold;
  font-weight: normal;
  src: url("/static/site/HelveticaNeueCondensedBold.ttf") format("truetype");
}
.fullBgSize {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.margin-xs {
  margin-top: 20px;
  margin-bottom: 20px;
}
.margin-md {
  margin-top: 40px;
  margin-bottom: 40px;
}
.margin-lg {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .margin-xs {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .margin-md {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .margin-lg {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.margintop-lg {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .margintop-lg {
    margin-top: 100px;
  }
}
.bg-primary {
  background: #27a348;
}
.bg-primary-dark {
  background: #239040;
}
.bg-secundary1 {
  background: #00394f;
}
.bg-secundary2 {
  background: #2bb34f;
}
.bg-secundary2-light {
  background: #e5f9ea;
}
.bg-secundary3 {
  background: #01814e;
}
.bg-wit {
  background: white;
}
.bg-skyline {
  background-image: url('/static/site/skyline-01.png');
  background-repeat: repeat-x;
  background-position: bottom center;
}
.opvullen {
  height: 140px;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .align-left-sm {
    text-align: left;
  }
  .align-center-sm {
    text-align: center;
  }
  .align-right-sm {
    text-align: right;
  }
}
.button-transparent {
  min-width: 200px;
  display: inline-block;
  padding: 15px;
  letter-spacing: 3.5px;
  color: white;
  font: 700 2rem/1 'HelveticaMedium', sans-serif;
  background: : darken(@color-secundary1, 10%);
  border: 3px solid white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.button-transparent:hover {
  color: white;
  text-decoration: none;
  -webkit-box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .button-transparent {
    min-width: 292px;
    font-size: 2.3rem;
    padding: 20px;
  }
}
.button-standaard {
  min-width: 200px;
  display: inline-block;
  padding: 20px 30px;
  letter-spacing: 3px;
  color: white;
  font: 600 2rem/1 'HelveticaMedium', sans-serif;
  background: : darken(@color-secundary1, 10%);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.button-standaard:hover {
  background-color: : darken(@color-secundary1, 10%);
  text-decoration: none;
  -webkit-box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .button-standaard {
    min-width: 300px;
    font-size: 2.4rem;
    padding: 20px;
  }
}
.bg {
  background-image: url('http://placehold.it/1680x880/0055a1');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
html {
  width: 100%;
  font-size: 62.5% !important;
}
body {
  color: #464646;
  font-size: 100% !important;
  font-family: 'HelveticaMedium', sans-serif;
}
.richtext {
  min-height: 50px;
}
section h1,
section h2,
section h3,
section h4 {
  font-family: 'HelveticaBold', sans-serif;
  margin-top: 0;
  color: #464646;
}
section h1,
section h2,
section h3 {
  font-weight: 700;
  line-height: 1.6;
}
section h4 {
  font-weight: 300;
  line-height: 1.6;
}
section h1 {
  font-size: 3rem;
}
section h2 {
  font-size: 2rem;
}
section h3 {
  font-size: 1.8em;
}
@media (min-width: 768px) {
  section h1 {
    font-size: 4rem;
  }
  section h2 {
    font-size: 2.4rem;
  }
  section h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  section h1 {
    font-size: 5.6rem;
  }
  section h2 {
    font-size: 2.6rem;
  }
  section h3 {
    font-size: 3.3rem;
  }
}
@media (min-width: 1200px) {
  section h1 {
    font-size: 6rem;
  }
  section h2 {
    font-size: 3.5rem;
  }
}
section p,
section ul {
  color: #464646;
  font: 300 1.4rem/1.8 'HelveticaThin', sans-serif;
}
@media (min-width: 768px) {
  section p,
  section ul {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  section p,
  section ul {
    font-size: 2rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
section p.lead,
section ul.lead {
  font-weight: 700;
}
.logo-link {
  position: relative;
  z-index: 10;
  display: inline-block;
}
.contact-top {
  position: relative;
  float: right;
  width: 100%;
  height: auto;
}
.contact-top .contact-top-knop {
  float: left;
  width: 100%;
  padding: 20px 15px;
  text-align: center;
  display: inline-block;
  color: white;
  font-size: 1.4rem;
  background: #00394f;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-top .contact-top-knop:nth-child(2) {
  width: 100%;
  background: #005e82;
}
.contact-top .contact-top-knop:hover,
.contact-top .contact-top-knop:focus {
  text-decoration: none;
  background: #004b69;
}
.contact-top .contact-top-knop:hover:nth-child(2),
.contact-top .contact-top-knop:focus:nth-child(2) {
  background: #00709c;
}
@media screen and (min-width: 377px) {
  .contact-top .contact-top-knop {
    width: 40%;
  }
  .contact-top .contact-top-knop:nth-child(2) {
    width: 60%;
  }
}
@media screen and (min-width: 500px) {
  .contact-top .contact-top-knop {
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 768px) {
  .contact-top {
    margin-right: 36px;
    max-width: 386px;
  }
  .contact-top .contact-top-knop {
    width: 100%;
    font-size: 1.8rem;
    padding: 22px 25px;
  }
  .contact-top .contact-top-knop:nth-child(2) {
    width: 100%;
  }
}
#custom-contact-top2 a {
  position: relative;
}
@media screen and (min-width: 768px) {
  #custom-contact-top1 .contact-top-knop:nth-child(2) {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  #custom-contact-top2 {
    max-width: 676px;
    margin: 0;
    overflow: hidden;
  }
  #custom-contact-top2 a {
    z-index: 5;
    width: 50%;
  }
  #custom-contact-top2 a span {
    z-index: 10;
  }
  #custom-contact-top2 a:first-child {
    z-index: 4;
  }
  #custom-contact-top2 a:nth-child(2) {
    width: 50%;
  }
  #custom-contact-top2 a:nth-child(2)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -42px;
    z-index: 0;
    border-right: 42px solid #005e82;
    border-top: 85px solid transparent;
    z-index: 15;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #custom-contact-top2 a:nth-child(2):hover::after {
    border-right: 42px solid #00709c;
    border-top: 85px solid transparent;
  }
}
.cnr-fx {
  position: absolute;
  background: white;
  display: block;
  right: 0;
  z-index: 99;
  padding: 8px;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.cnr-fx img {
  width: 40px;
}
@media screen and (min-width: 768px) {
  .cnr-fx img {
    width: 45px;
  }
}
#custom-fx1 {
  top: 90px;
}
@media screen and (min-width: 768px) {
  #custom-fx1 {
    top: 30px;
  }
}
#custom-fx2 {
  position: relative;
  overflow: hidden;
  float: right;
  margin-top: 15px;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  #custom-fx2 {
    position: absolute;
    right: 0;
    top: 25px;
    margin: 0;
  }
}
.toggle-menu {
  width: 50px;
  min-height: 50px;
  cursor: pointer;
  background: transparent;
}
.toggle-menu span,
.toggle-menu span::after,
.toggle-menu span::before {
  position: absolute;
  top: 22.5px;
  left: 5px;
  width: 40px;
  height: 3px;
  content: "";
  display: block;
  background: #6e6e6e;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.toggle-menu span:before {
  top: -11px;
  left: 0;
}
.toggle-menu span:after {
  top: 11px;
  left: 0;
}
.toggle-menu.transform span {
  background: rgba(255, 255, 255, 0);
}
.toggle-menu.transform span::before {
  top: 0;
  background: #6e6e6e;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggle-menu.transform span::after {
  top: 0;
  background: #6e6e6e;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#custom-toggle1 {
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 99;
}
#custom-toggle2 {
  position: relative;
  float: right;
}
nav ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
nav ul li {
  color: white;
  text-transform: uppercase;
  font: 400 1.6rem/1 'HelveticaMedium', sans-serif;
}
nav ul li a {
  color: white;
}
nav ul li .dropdown-menu li {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  nav ul li {
    font-size: 2rem;
  }
}
nav ul .dropdown:hover a {
  border: none !important;
}
.custom-nav1 ul li {
  margin-bottom: 25px;
}
.custom-nav1 ul li a:hover {
  color: white;
  text-decoration: none;
  border-bottom: 2px solid white;
}
.wpr-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 20px;
}
.wpr-nav .logo-link {
  margin-bottom: 40px;
}
.wpr-nav .logo-link img {
  max-width: 162px;
}
@media screen and (min-width: 768px) {
  .wpr-nav .logo-link img {
    max-width: 254px;
  }
}
@media screen and (max-width: 767px) {
  .wpr-nav {
    right: 0;
  }
  .cnr-nav {
    height: 100vh;
    position: absolute;
    top: 0;
    left: -150px;
    z-index: 9;
    padding: 120px 50px 30px 30px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .visible {
    left: 0;
  }
}
#custom-nav2 {
  position: absolute;
  margin-bottom: 0;
  border: none;
  background: transparent;
}
#custom-nav2 .container-fluid {
  border-color: white;
  background: white;
}
#custom-nav2 .logo-link {
  max-width: 145px;
}
#custom-nav2 .navbar-nav li a {
  color: #27a348;
}
#custom-nav2 .navbar-nav li:hover a {
  color: #31cc5a;
  border-bottom: 2px solid #31cc5a;
}
#custom-nav2 .navbar-nav .fa {
  color: #00394f;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  #custom-nav2 .navbar-header {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  #custom-nav2 .container-fluid {
    padding: 15px 90px 10px 20px;
  }
  #custom-nav2 .navbar-nav {
    margin-top: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  #custom-nav2 .navbar-nav .fa {
    font-size: 35px;
  }
  #custom-nav2 .logo-link {
    max-width: 100%;
  }
}
.wpr-header {
  position: relative;
}
.wpr-header .social-media {
  position: absolute;
  right: 15px;
  bottom: 20px;
  z-index: 2;
}
.wpr-header .facebook {
  display: block;
  color: white;
  border: 2px solid white;
  border-radius: 50%;
  padding-top: 11px;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 2em;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wpr-header .facebook:hover {
  background: white;
  color: #27a348;
}
.wpr-header h1,
.wpr-header h2 {
  font: 700 3rem/1 'HelveticaBold', sans-serif;
  margin: 0 0 5px;
}
.wpr-header h2 {
  font: 700 2rem/1 'HelveticaThin', sans-serif;
  margin-bottom: 25px;
}
.wpr-header h2 {
  display: none;
}
@media screen and (min-width: 768px) {
  .wpr-header h1 {
    font-size: 6rem;
  }
  .wpr-header h2 {
    font-size: 3.5rem;
    display: inline-block;
  }
}
.wpr-header .cnr-header {
  max-width: 924px;
  margin: 0 auto;
  padding: 250px 15px 30px;
  text-align: center;
  color: white;
}
@media screen and (min-width: 768px) {
  .wpr-header .cnr-header {
    padding: 345px 15px 50px;
  }
}
.cycle-slideshow {
  position: relative;
  z-index: 1;
}
.cycle-slideshow .slide .cnr-slide-content {
  position: relative;
  max-width: 255px;
  height: 80vh;
  margin: 0 auto;
  text-align: left;
}
.cycle-slideshow .slide .cnr-slide-content .slide-content {
  width: 100%;
  color: white;
}
.cycle-slideshow .slide .cnr-slide-content .slide-content h1 {
  font: 700 3rem/1 'HelveticaBold', sans-serif;
  margin: 0 0 5px;
}
.cycle-slideshow .slide .cnr-slide-content .slide-content h2 {
  font: 700 2rem/1 'HelveticaThin', sans-serif;
  margin: 0 0 25px;
}
.cycle-slideshow .slide .cnr-slide-content .slide-content h2,
.cycle-slideshow .slide .cnr-slide-content .slide-content a {
  display: none;
}
@media screen and (min-width: 768px) {
  .cycle-slideshow .slide .cnr-slide-content {
    max-width: 725px;
  }
  .cycle-slideshow .slide .cnr-slide-content .slide-content {
    bottom: 80px;
  }
  .cycle-slideshow .slide .cnr-slide-content .slide-content h1 {
    font-size: 4.2rem;
  }
  .cycle-slideshow .slide .cnr-slide-content .slide-content h2 {
    font-size: 2.4rem;
  }
  .cycle-slideshow .slide .cnr-slide-content .slide-content h2,
  .cycle-slideshow .slide .cnr-slide-content .slide-content a {
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .cycle-slideshow .slide .cnr-slide-content {
    max-width: 924px;
  }
  .cycle-slideshow .slide .cnr-slide-content .slide-content {
    bottom: 120px;
  }
  .cycle-slideshow .slide .cnr-slide-content .slide-content h1 {
    font-size: 6rem;
  }
  .cycle-slideshow .slide .cnr-slide-content .slide-content h2 {
    font-size: 3.5rem;
  }
}
#custom-slide2 {
  max-width: 1170px;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#custom-slide2 .slide-content {
  position: relative;
  margin-top: 125px;
  bottom: 0;
}
.slider-short .slide .cnr-slide-content {
  height: 60vh;
}
.slider-short .slide .cnr-slide-content .slide-content {
  bottom: 30px;
  color: white;
}
.header-short .container .hdr-content {
  padding: 230px 0 30px;
}
@media screen and (min-width: 500px) {
  .header-short .container .hdr-content {
    padding: 260px 0 50px;
  }
}
.pager-center {
  width: 100%;
  position: absolute;
  z-index: 99;
  margin-top: -50px;
  z-index: 99999;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#pager .dot {
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 7px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#pager .dot:hover,
#pager .dot.cycle-pager-active {
  opacity: 1;
  background: white;
}
.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  list-style: none;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .slick-dots {
    margin-bottom: 20px;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  opacity: 0.7;
  background: #d4d4d4;
}
.slick-dots li:hover,
.slick-dots li.slick-active {
  opacity: 1;
  background: white;
}
@media screen and (min-width: 768px) {
  .slick-dots li {
    margin: 0 6px;
  }
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li,
.slick-dots li button {
  width: 10px;
  height: 10px;
}
@media screen and (min-width: 768px) {
  .slick-dots li,
  .slick-dots li button {
    width: 18px;
    height: 18px;
  }
}
.wpr-content .mx-width-1 {
  max-width: 550px;
}
.wpr-content .content .button-transparent {
  margin-top: 15px;
  border-color: #6e6e6e;
  color: #6e6e6e;
}
.wpr-content .content table {
  border: 0;
  font-size: 1.6em;
  border-color: transparent;
}
.wpr-content .content table td {
  padding: 0 0 5px;
}
@media (max-width: 767px) {
  .wpr-content .content {
    margin-bottom: 35px;
  }
}
.full-width-row .full-column {
  width: 100%;
}
.full-width-row .full-column .content {
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .full-width-row .full-column:first-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .full-width-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
  .full-width-row .full-column {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.contact .content {
  max-width: 360px;
  margin: 0 auto;
  padding: 75px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.contact .content h3,
.contact .content ul {
  font-size: 2rem;
  font-weight: 700;
  color: #464646;
}
.contact .content h3 {
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 3px solid #464646;
}
.contact .content ul {
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}
.contact .content ul a,
.contact .content ul a:hover,
.contact .content ul a:focus {
  color: #464646;
}
@media screen and (min-width: 768px) {
  .contact .content {
    padding: 150px 0;
  }
}
form .form-input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.42857143;
  background: #004b69;
  color: white;
  border: 1px solid #004b69;
}
form .form-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}
form .form-input::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  opacity: 1;
}
form .form-input:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
form textarea {
  min-height: 180px;
}
form button.form-input {
  text-align: left;
  background: #00394f;
  color: white;
  border: 1px solid #00394f;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
form button.form-input:hover {
  border: 1px solid #00445e;
  background: #00445e;
}
.google-maps iframe {
  min-height: 615px;
}
.wpr-home-assortiment {
  margin-bottom: 50px;
}
.wpr-home-assortiment .colom {
  position: relative;
  float: left;
  width: 100%;
}
.wpr-home-assortiment .colom .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  font-size: 3rem;
  color: transparent;
  background: transparent;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.wpr-home-assortiment .colom .overlay .fa {
  margin: 0 auto;
}
.wpr-home-assortiment .colom:hover .overlay {
  color: white;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 768px) {
  .wpr-home-assortiment {
    margin-bottom: 100px;
  }
  .wpr-home-assortiment .colom {
    width: 33.333333333%;
  }
  .wpr-home-assortiment .colom .overlay {
    font-size: 5rem;
  }
}
.wpr-tussenblok {
  padding: 50px 15px;
}
@media screen and (min-width: 768px) {
  .wpr-tussenblok {
    padding: 80px 15px;
  }
}
.wpr-tussenblok .cnr-tussenblok {
  text-align: center;
}
.wpr-tussenblok .cnr-tussenblok h4 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 30px;
  color: white;
}
@media screen and (min-width: 768px) {
  .wpr-tussenblok .cnr-tussenblok h4 {
    font-size: 7.6rem;
    margin-bottom: 40px;
  }
}
#aanbod-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.cnr-assortiment-content {
  position: relative;
  width: auto;
  margin: 0 0 100px;
}
.assortiment-content {
  display: inline-block;
  background: #27a348;
  padding: 20px 35px;
}
.assortiment-content h4,
.assortiment-content span {
  font-size: 1.45rem;
  margin: 5px 0;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'HelveticaBold', sans-serif;
  letter-spacing: 2.5px;
  color: white;
}
.assortiment-title {
  border-bottom: 2px solid white;
  margin-bottom: 30px;
}
.assortiment-title h3 {
  font-size: 2.4em;
  margin: 0;
  color: white;
  display: inline-block;
  padding: 20px 25px 15px;
}
@media screen and (min-width: 768px) {
  .assortiment-title h3 {
    font-size: 3.2rem;
  }
}
.classic {
  border-color: #cc2f2f;
}
.classic h3 {
  background-color: #cc2f2f;
}
.trendy {
  border-color: #bc32cc;
}
.trendy h3 {
  background-color: #bc32cc;
}
.butterfly {
  border-color: #22b0e3;
}
.butterfly h3 {
  background-color: #22b0e3;
}
.silvercity {
  border-color: #aeaeae;
}
.silvercity h3 {
  background-color: #aeaeae;
}
.specials {
  border-color: #e8902c;
}
.specials h3 {
  background-color: #e8902c;
}
footer {
  position: relative;
}
footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #00394f;
  width: 100%;
  height: 10px;
}
.wpr-footer {
  padding: 45px 0 35px;
}
@media screen and (min-width: 768px) {
  .wpr-footer {
    padding: 60px 0 35px;
  }
}
.wpr-footer li {
  margin-right: 39px;
}
@media screen and (min-width: 768px) {
  .wpr-footer li {
    display: inline-block;
  }
}
.wpr-footer .copyright-link {
  color: white;
  font: 700 1.6rem/1 'HelveticaMedium', sans-serif;
}
@media screen and (min-width: 768px) {
  .wpr-footer .copyright-link {
    font-size: 2rem;
  }
}
footer .bg-secundary2 li,
footer .bg-secundary2 li > a {
  color: white;
}
#custom-footer2 {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  #custom-footer2 {
    padding: 100px 0;
  }
  #custom-footer2 .padding-right {
    padding-right: 50px;
  }
}
#custom-footer2 .border-right {
  border-bottom: 2px solid white;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  #custom-footer2 .border-right {
    border-bottom: none;
    border-right: 2px solid white;
  }
}
#custom-footer2 li {
  display: block;
  margin-bottom: 25px;
}
#custom-footer2 .copyright-link {
  margin-right: 0;
}
.extraPadding {
  padding: 30px 0;
}
.extraPadding .copyright-link,
.extraPadding .custom-nav1 ul li {
  margin-top: 12px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .extraPadding {
    padding: 50px 35px;
  }
}
.flexalign .custom-nav1 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .flexalign {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.pagination li {
  font-family: 'HelveticaMedium', sans-serif;
}
.pagination li a,
.pagination li span {
  color: #27a348;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.pagination li a:hover,
.pagination li span:hover,
.pagination li a:focus,
.pagination li span:focus {
  color: #239040;
}
.pagination .active span {
  color: white;
  border-color: #27a348;
  background-color: #27a348;
}
.pagination .active span:hover,
.pagination .active span:focus {
  border-color: #239040;
  background-color: #239040;
}
#product-details .colom {
  margin-top: 20px;
  margin-bottom: 20px;
}
#product-details .product-naam {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#product-details table {
  margin-bottom: 90px;
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#product-details table td {
  padding: 5px 15px;
}
#product-details table .no-left {
  padding-left: 0;
}
#product-details table .no-right {
  padding-right: 0;
}
#product-details .history-back {
  position: absolute;
  bottom: 0;
  left: 15px;
}
.header-link {
  display: inline-block;
  max-width: 100%;
  padding: 20px 25px;
  background: #27a348;
  border: none;
  color: white;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-link .fa {
  float: right;
  font-size: 2rem;
  font-weight: 700;
  color: #6ddc8b;
}
.header-link:hover,
.header-link:focus {
  background: #239040;
  color: white;
}
.header-link:hover .fa,
.header-link:focus .fa {
  color: white;
}
.header-link-width {
  min-width: 262px;
}
@media screen (max-width: 767px) {
  .header-link-width {
    margin-bottom: 20px;
  }
}
#search-form {
  position: relative;
}
#search-form button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 60px;
  background: transparent;
  border: none;
  outline: none;
}
#search-form button .fa {
  color: #6ddc8b;
  font-size: 2rem;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#search-form button:focus .fa {
  color: white;
}
.quicksearch {
  width: 100%;
  padding: 20px 15px;
  background: #27a348;
  border: none;
  color: white;
  font-weight: 700;
  font-size: 1.6rem;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.quicksearch::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}
.quicksearch::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  opacity: 1;
}
.quicksearch:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
.quicksearch:hover,
.quicksearch:focus {
  background: #239040;
}
