/* Imports */
@import url(files/css/normalize.css);
/* Fonts */
@import url("https://fonts.googleapis.com/css?family=Fjalla+One");
@import url("https://fonts.googleapis.com/css?family=PT+Sans");
/* Colors */
/* Normal's */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  *:hover {
    outline: none; }

html, body {
  font-family: 'PT Sans', sans-serif;
  color: #151515; }

img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  display: block; }

:focus {
  outline: none; }

::selection {
  color: white;
  background-color: #e62b27; }

/* Mixin's */
/* Helpers */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Fjalla One', sans-serif; }

.heading h1, .heading h2, .heading h3, .heading h4, .heading h5, .heading h6 {
  font-family: 'Fjalla One', sans-serif;
  text-align: center;
  text-transform: uppercase; }

.red {
  color: #e62b27 !important; }

p a {
  color: #e62b27 !important;
}
a:hover {
  text-decoration: underline;
}

/* Header */
header {
  height: 650px;
  background-color: transparent;
  overflow: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3); }

.header-logo {
  height: 140px;
  position: relative;
  float: left;
  width: 179px; }
  .header-logo img {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: inline-block;
    position: absolute;
    top: 50%; }

/* Head Nav */
#main-menu ul {
  float: right;
  margin: 0;
  list-style-type: none;
  padding: 0;
  margin-top: 40px; }
  #main-menu ul li {
    float: left;
    margin: 0 15px; }
    #main-menu ul li:first-child {
      margin-left: 0; }
    #main-menu ul li:last-child {
      margin-right: 0; }
    #main-menu ul li a {
      font-family: 'Fjalla One', sans-serif;
      padding: 15px 22px;
      text-decoration: none;
      display: inline-block;
      color: white;
      text-transform: uppercase; }
      #main-menu ul li a:hover {
        background-color: #e62b27; }
    #main-menu ul li.current-menu-item a {
      background-color: #e62b27; }

#arrow-down {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  position: absolute;
  bottom: 50px; }

.title {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  color: white; }
  .title h1 {
    text-align: center;
    font-size: 6em;
    text-transform: uppercase;
    line-height: 60%; }
    .title h1 small {
      font-size: 30%; }

/* Sterke Punten */
.heading h2 {
  font-size: 2em;
  color: white;
  margin: 60px 0px; }

#sterke-punten {
  background-color: #151515; }

.sterke-punten-container {
  margin: 20px 0 80px 0; }

.image-wrapper {
  position: relative;
  height: 54px; }

.sterke-punten-content {
  position: relative;
  min-height: 100px;
  padding: 0 10px; }
  .sterke-punten-content img {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    left: 50%; }
  .sterke-punten-content h3 {
    color: white;
    text-align: center;
    letter-spacing: .05em;
    font-size: 1em;
    margin-top: 30px; }
  .sterke-punten-content p {
    margin-top: 30px;
    color: white;
    text-align: center;
    line-height: 1.5em; }

#klanten-page-content .klanten{
    
    margin-left: -15px;
    margin-right: -15px;
}


/* Klanten */
#klanten {
  background-color: white;
  padding-bottom: 80px; }
  #klanten .heading h2 {
    color: #e62b27;
    margin-bottom: 30px; }
  #klanten .heading p {
    text-align: center;
    margin-bottom: 50px; }

/* Slick Slide */
.klanten .slide-wrapper {
    height: 400px;
     position: relative;
    padding: 0 15px ;
    margin-bottom: 20px;
 }
.klanten .slide-wrapper > div{
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #151515;
  position: relative;
   height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom:4px solid #fff;
    
 }

.klanten .slide-wrapper > div:hover .machine-heading h4 {
      margin-left: -10px;
      margin-right: 10px; }
.klanten .slide-wrapper > div:hover .machine-heading p {
      margin-left: -10px;
      margin-right: 10px; }

  .klanten .slide-wrapper >div:hover {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
      
      border-bottom:4px solid #e62b27; ;

}





    .klanten .slide-wrapper:hover .slider-link {
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      transition: all 0.35s ease;
      opacity: 1; }
  .klanten .slide-wrapper img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%; }
  .klanten .slide-wrapper .slider-link {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: block;
    position: absolute;
    padding: 8px 15px;
    text-decoration: none;
    color: #151515;
    font-weight: bold;
    background-color: white;
    left: 50%;
    bottom: 25px;
    opacity: 0; }
.klanten .slick-arrow {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  padding: 20px; }
.klanten .fa-arrow-right {
  right: -90px;
  padding-right: 0; }
.klanten .fa-arrow-left {
  left: -90px;
  padding-left: 0; }
.klanten .slick-track .slick-active:first-of-type {
  margin-left: 0 !important; }
.klanten .slick-track .slick-active:last-child {
  margin-right: 0 !important; }

/* Quote */
#quote {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  #quote .heading h2 {
    margin-bottom: 25px; }
  #quote .heading p {
    color: white;
    text-align: center;
    font-weight: normal;
    line-height: 1.5em; }

.button-container {
  margin-top: 25px;
  width: 100%;
  text-align: center;
  margin-bottom: 60px; }

.button-meer {
  background-color: #e62b27;
  color: white;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none; }

/* Nieuws */
#nieuws {
  margin-top: 75px; }

.nieuws-content {
  overflow: auto; }
  .nieuws-content .heading {
    overflow: auto; }
    .nieuws-content .heading h2 {
      text-align: left;
      margin: 0; }
  .nieuws-content .content p {
    line-height: 1.5em;
    margin: 30px 0 40px 0; }

.nieuws-foto {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.lees-meer {
  margin-bottom: 50px; }

.news-arrows-container {
  background-color: #151515; }

.news-arrow-container {
  float: left;
  padding: 20px;
  background-color: #e62b27;
  cursor: pointer; }
  .news-arrow-container.news-right {
    margin-left: 5px; }

.news-date {
  font-size: .85em;
  margin: 5px 0 0 0; }

/* Informatie */
#informatie {
  padding-bottom: 70px; }
  #informatie .heading h2 {
    color: #e62b27;
    margin-bottom: 30px; }
  #informatie p {
    text-align: center;
    margin-bottom: 50px; }

#respond label:first-child input {
  margin-left: 0; }
#respond input {
  padding: 12px 15px;
  width: 100%;
  float: left;
  color: #e62b27;
  border: solid 1px black; }


#respond input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #e62b27;
    opacity: 1; /* Firefox */
    text-transform: uppercase;
}

#respond input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #e62b27;
    text-transform: uppercase;
}

#respond input::-ms-input-placeholder { /* Microsoft Edge */
    color: #e62b27;
    text-transform: uppercase;
}
#respond input[type='submit'] {
  color: #ffffff;
  text-transform: uppercase;
  background-color: #e62b27;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: none !important;
  color: #ffffff;
  padding: 10px !important;
  margin: 20px 0 0 0 !important;
  background-color: #e62b27;
}
span.wpcf7-not-valid-tip {
  margin-top: 5px;
}
div.wpcf7-mail-sent-ok {
  color: #ffffff;
  border: none !important;
  margin: 20px 0 0 0 !important;
  background-color: #398f14;
}


#respond textarea {
  width: 100%;
  max-width: 100%;
  border: solid 1px black;
  padding: 12px 15px;
  min-height: 100px; }

.form-row {
  margin-bottom: 25px;
  overflow: auto; }
  .form-row:last-child {
    margin-bottom: 0; }

.form-send {
  position: relative;
  float: right;
  -webkit-appearance: none;
  border: none;
  background-color: #e62b27;
  color: white;
  padding: 14px 15px;
  margin-left: 25px; }

.form-human {
  padding: 12px 15px;
  border: solid 1px black;
  float: right;
  width: auto !important; }

.first::-webkit-input-placeholder {
  color: #e62b27;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1em; }

.first:-moz-placeholder {
  color: #e62b27;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1em; }

.first::-moz-placeholder {
  color: #e62b27;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1em; }

.first:-ms-input-placeholder {
  color: #e62b27;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1em; }

::-webkit-input-placeholder {
  color: darkgray;
  font-size: 1em; }

:-moz-placeholder {
  color: lightgray;
  font-size: 1em; }

::-moz-placeholder {
  color: lightgray;
  font-size: 1em; }

:-ms-input-placeholder {
  color: lightgray;
  font-size: 1em; }

.form-upload .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }
.form-upload label {
  float: right;
  background-color: white;
  display: inline-block;
  font-size: 16px;
  padding: 12px 55px;
  cursor: pointer;
  border: solid 1px #151515;
  margin-left: 25px; }

/* Kaart */
#kaart {
  cursor: pointer;
  background-color: #e62b27; }
  #kaart .heading h3 {
    padding: 21px 0;
    margin: 0;
    font-size: 1.5em;
    font-weight: lighter;
    color: white; }
    #kaart .heading h3 img {
      vertical-align: middle;
      display: inline-block;
      margin-right: 15px; }

/* Google maps */
#map {
  height: 500px; }

.map-container {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
  height: 0; }

.map-open {
  height: 500px !important; }

.maps-marker {
  padding: 25px 15px; }

/* Footer */
footer {
  background-color: #151515;
  padding: 50px 0 100px 0; }

.footer-content-wrapper {
  width: 20%;
  float: left;
  padding: 0 15px; }
  .footer-content-wrapper .heading {
    color: white; }
    .footer-content-wrapper .heading h4 {
      font-family: 'PT Sans', sans-serif;
      margin: 0;
      font-weight: lighter;
      text-transform: none;
      text-align: left; }

.footer-content ul {
  list-style-type: none;
  padding: 0; }
  .footer-content ul li {
    font-size: 12px;
    color: white;
    line-height: 175%; }
    .footer-content ul li a {
      color: white;
      text-decoration: none;
      font-size: 12px; }
      .footer-content ul li a span {
        margin-left: 15px; }

.socials {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right; }
  .socials li {
    float: left; }
    .socials li a {
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      transition: all 0.35s ease;
      -webkit-transform: skew(-15deg);
      -moz-transform: skew(-15deg);
      -ms-transform: skew(-15deg);
      -o-transform: skew(-15deg);
      transform: skew(-15deg);
      padding: 20px 15px;
      background-color: #151515;
      display: inline-block;
      color: transparent; }
      .socials li a:hover {
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        transition: all 0.35s ease;
        background-color: #e62b27; }
      .socials li a img {
        -webkit-transform: skew(15deg);
        -moz-transform: skew(15deg);
        -ms-transform: skew(15deg);
        -o-transform: skew(15deg);
        transform: skew(15deg); }

/* Section */
#content {
  padding: 80px 0; }

/* Breadcrumbs */
.breadcrumbs {
  top: 70px;
  position: absolute;
  width: inherit; }

#breadcrumbs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: auto; }
  #breadcrumbs li {
    float: left;
    color: white;
    font-style: italic;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal; }
    #breadcrumbs li.separator {
      color: white;
      font-size: 12px;
      margin: 0px 8px; }
    #breadcrumbs li a {
      color: inherit;
      text-decoration: none; }

/* Machine */
.machine-container {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  border-bottom: solid 4px transparent; 
   height: 400px;
    position: relative;
    padding: 0 ;
    margin-bottom: 20px;
    
    
    
}
  .machine-container:hover {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border-bottom: solid 4px #e62b27; }
    .machine-container:hover .machine-heading h4 {
      margin-left: -10px;
      margin-right: 10px; }
    .machine-container:hover .machine-heading p {
      margin-left: -10px;
      margin-right: 10px; }
  .machine-container:nth-child(3n+3) {
    margin-right: 0; }

.machine-heading {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: absolute;
  overflow: auto;
  background: rgba(0,0,0,0.7);
  width: 100%;
  bottom: 25px;
  padding: 25px 40px;
  color: #e62b27; }
  .machine-heading h4 {
    -webkit-transition: 0.35s all ease;
    -moz-transition: 0.35s all ease;
    transition: 0.35s all ease;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.2em; }
  .machine-heading p {
    -webkit-transition: 0.35s all ease;
    -moz-transition: 0.35s all ease;
    transition: 0.35s all ease;
    margin-top: 10px;
    color: white;
    font-size: 14px;
    margin-bottom: 0; }

/* Single Machine */
#single-machine {
  background-color: #151515; }

#single-machine-container {
  padding: 85px 0; }
  #single-machine-container .col-4:nth-child(4n) {
    margin-right: 0; }
  #single-machine-container h1, #single-machine-container h2, #single-machine-container h3, #single-machine-container h4, #single-machine-container h5, #single-machine-container h6 {
    color: #e62b27;
    text-transform: uppercase;
    margin-top: 0; }
  #single-machine-container .content p {
    color: white;
    line-height: 1.8em; }

.machine-specs {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .machine-specs li {
    color: white;
    margin-bottom: 15px;
    line-height: 1.8em;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    width: 33%;
    float: left;
    display: flex;
    align-items: center; }
    .machine-specs li::before {
      content: '+';
      color: #e62b27;
      position: absolute;
      left: 0; }

.machine-specs table {
  color: white; }
  .machine-specs table td {
    padding: 0 15px 25px 20px;
    position: relative; }
    .machine-specs table td::before {
      content: '+';
      color: #e62b27;
      position: absolute;
      left: 0; }

.col-4 {
  float: left;
  width: 22%;
  margin-right: 4%; }

.col-8 {
  float: left;
  width: 74%; }

#overons {
  padding: 80px 0;
  background-color: #151515; }

.white {
  color: white; }

.over-ons-content-container {
  padding-left: 50px;
  width: 50%;
  float: left; }

.titel {
  text-transform: uppercase;
  font-weight: lighter; }

.titel-cross {
  position: relative; }
  .titel-cross::before {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    content: '+';
    left: -25px;
    font-weight: lighter;
    color: #e62b27; }

.content-container p {
  color: white;
  font-family: sans-serif;
  font-weight: lighter;
  line-height: 2em;
  font-size: 14px; }

#team-image {
  position: relative; }
  #team-image #team-image-img {
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
  #team-image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 50%;
    background-color: #151515;
    z-index: -1; }

.team-decona {
  position: absolute;
  top: 20px;
  right: 0; }
  .team-decona .team {
    width: 100%;
    color: white;
    padding: 15px 25px;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
    font-size: 18px;
    background-color: #e62b27; }
  .team-decona .bel-ons {
    width: 100%;
    background-color: #151515;
    display: block;
    padding: 15px 25px;
    color: white;
    font-family: 'Fjalla One', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative; }
    .team-decona .bel-ons::after {
      position: absolute;
      content: '';
      background-image: url("files/images/phone-decona.png");
      height: 52px;
      right: 0;
      width: 62px;
      top: 0;
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat; }

.machine-slider-container {
  display: block;
  height: 400px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 12.5px; }

#machine-slider {
  position: relative; }
  #machine-slider::before {
    content: '';
    position: absolute;
    background-color: #151515;
    width: 100%;
    height: 50%;
    top: 0;
    z-index: -1;
    display: block; }
  #machine-slider .slick-list {
    margin: 0 -12.5px; }

.slick-lightbox-slick button {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  z-index: 100;
  -webkit-appearance: none;
  text-indent: -9999px;
  border: none;
  width: 50px;
  height: 50px;
  background-color: #e62b27;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  top: 50%; }
  .slick-lightbox-slick button.slick-prev {
    left: 50px;
    background-image: url("files/images/arrow-left-white.png"); }
  .slick-lightbox-slick button.slick-next {
    right: 50px;
    background-image: url("files/images/arrow-right-white.png"); }

#klanten-page-content {
  padding: 80px 0; }
  #klanten-page-content .klanten-page-container {
    height: 380px;
    margin-bottom: 30px; }
  #klanten-page-content .klanten-page-inner {
    width: 100%;
    height: 100%;
    background-color: #151515;
    position: relative; }
    #klanten-page-content .klanten-page-inner .btn {
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      transition: all 0.35s ease;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      position: absolute;
      background-color: #e62b27;
      color: white;
      padding: 10px 30px;
      left: 50%;
      bottom: 25px;
      display: block;
      text-decoration: none;
      opacity: 1;
      visibility: visible; }
    #klanten-page-content .klanten-page-inner img {
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      transition: all 0.35s ease;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      left: 50%;
      top: 125px;
      max-width: 175px;
      max-height: 110px;
      opacity: 1;
      visibility: visible; }
    #klanten-page-content .klanten-page-inner .titel-container {
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      transition: all 0.35s ease;
      position: absolute;
      width: 100%;
      background-color: white;
      bottom: 50px;
      padding: 25px 50px;
      opacity: 1;
      visibility: visible; }
      #klanten-page-content .klanten-page-inner .titel-container h3 {
        text-transform: uppercase;
        color: #e62b27;
        text-align: center;
        font-weight: lighter;
        margin: 0;
        font-size: 18px; }
        #klanten-page-content .klanten-page-inner .titel-container h3 span {
          text-transform: none; }
      #klanten-page-content .klanten-page-inner .titel-container p {
        text-align: center;
        margin: 5px 0 0 0;
        font-size: 14px; }
    #klanten-page-content .klanten-page-inner .klanten-content-page {
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      transition: all 0.35s ease;
      background-color: white;
      width: 100%;
      height: 100%;
      overflow-x: scroll;
      border: solid 3px #151515;
      padding: 25px;
      opacity: 0;
      visibility: hidden;
      position: relative; }
      #klanten-page-content .klanten-page-inner .klanten-content-page h3 {
        margin: 0;
        font-size: 18px;
        color: #e62b27;
        text-transform: uppercase;
        font-weight: lighter; }
        #klanten-page-content .klanten-page-inner .klanten-content-page h3 span {
          text-transform: none; }

.klanten-close-btn {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: absolute;
  width: 22px;
  height: 22px;
  right: 25px;
  top: 25px;
  z-index: 100;
  cursor: pointer;
  opacity: 0;
  visibility: hidden; }
  .klanten-close-btn::after, .klanten-close-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 30px;
    background-color: #e62b27;
    border-radius: 4px; }
  .klanten-close-btn::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
  .klanten-close-btn::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }

#klanten-page-content .active-klant .klanten-close-btn {
  opacity: 1;
  visibility: visible; }
#klanten-page-content .active-klant .klanten-content-page {
  opacity: 1;
  visibility: visible; }
#klanten-page-content .active-klant .klanten-page-inner img, #klanten-page-content .active-klant .klanten-page-inner .titel-container, #klanten-page-content .active-klant .klanten-page-inner .klant-meer {
  visibility: hidden;
  opacity: 0; }

#mobile-menu {
  position: relative;
  display: none;
  height: 70px;
  background-color: white;
  overflow: auto; }
  #mobile-menu .menu-container {
    background-color: #e62b27; }
  #mobile-menu::before {
    position: absolute;
    content: ''; }
  #mobile-menu::after {
    position: absolute;
    content: '';
    top: 70px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #c31a17; }

#hamburger-menu {
  height: 70px;
  float: right;
  display: inline-block;
  width: 40px; }
  #hamburger-menu span {
    height: 4px;
    background-color: white;
    width: 100%;
    display: block;
    float: right;
    margin-top: 23px; }
    #hamburger-menu span:nth-child(2), #hamburger-menu span:nth-child(3) {
      margin-top: 6px; }

#single-nieuws {
  padding: 50px 0;
  background-color: #151515; }
  #single-nieuws .heading h1 {
    color: white;
    text-align: left; }
  #single-nieuws .heading p {
    margin-top: -20px;
    color: white;
    font-weight: lighter; }
  #single-nieuws .content {
    padding: 25px 0; }
    #single-nieuws .content p {
      color: white;
      font-weight: lighter;
      font-size: 16px;
      letter-spacing: 1px; }
  #single-nieuws .navigation div {
    width: 50%; }
    #single-nieuws .navigation div a {
      padding: 10px 35px;
      display: inline-block;
      background-repeat: no-repeat;
      background-size: 12px;
      color: white; }
    #single-nieuws .navigation div.alignleft {
      float: left; }
      #single-nieuws .navigation div.alignleft a {
        background-image: url("files/images/arrow-left-white.png");
        background-position: center left; }
    #single-nieuws .navigation div.alignright {
      float: right; }
      #single-nieuws .navigation div.alignright a {
        float: right;
        background-image: url("files/images/arrow-right-white.png");
        background-position: center right; }

/* Responsive */
@media screen and (max-width: 1337px) {
  .klanten .slick-arrow {
    display: none !important; } }
@media screen and (max-width: 992px) {
  .machine-specs {
    margin-top: 25px; }
    .machine-specs li {
      width: 50%; }

  .title {
    width: 100%; }
    .title h1 {
      width: 100%; }

  .socials {
    float: left; }

  .footer-content-wrapper {
    margin-bottom: 25px; } }
@media screen and (max-width: 768px) {
  .machine-specs li {
    width: 100%; }

  #menu-hoofdmenu-1 {
    height: 0;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    #menu-hoofdmenu-1 a {
      font-size: 15px;
      display: block;
      text-align: center;
      padding: 20px 25px;
      color: #333333;
      border-bottom: solid 1px #e0e0e0; }

  #mobile-menu {
    display: block;
    height: initial;
    min-height: 70px;
    overflow-y: hidden; }
    #mobile-menu .menu-hoofd-menu-container {
      width: 100%;
      float: left; }

  #main-menu {
    display: none; }

  .title h1 {
    font-size: 4em; }

  .header-logo {
    width: 100%; }
    .header-logo img {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%; }

  header {
    height: 450px; }

  .container {
    padding-left: 35px !important;
    padding-right: 35px !important; }

  .label-test {
    width: 100% !important; }
    .label-test input {
      width: 100% !important; }

  .label-upload {
    float: left;
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
    text-align: center; }

  .form-send {
    float: left;
    margin-left: 0;
    width: 100%; } }

#klanten .klanten .machine-heading p{
    text-align: left!important:
}
/*# sourceMappingURL=style.css.map */
