/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
 * {
	box-sizing: border-box;
}
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
  outline: none;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: 'asapbold';
  src: url("../fonts/asap-bold-webfont.eot");
  src: url("../fonts/asap-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/asap-bold-webfont.woff2") format("woff2"), url("../fonts/asap-bold-webfont.woff") format("woff"), url("../fonts/asap-bold-webfont.ttf") format("truetype"), url("../fonts/asap-bold-webfont.svg#asapbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'asapbold_italic';
  src: url("../fonts/asap-bolditalic-webfont.eot");
  src: url("../fonts/asap-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/asap-bolditalic-webfont.woff2") format("woff2"), url("../fonts/asap-bolditalic-webfont.woff") format("woff"), url("../fonts/asap-bolditalic-webfont.ttf") format("truetype"), url("../fonts/asap-bolditalic-webfont.svg#asapbold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'asapitalic';
  src: url("../fonts/asap-italic-webfont.eot");
  src: url("../fonts/asap-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/asap-italic-webfont.woff2") format("woff2"), url("../fonts/asap-italic-webfont.woff") format("woff"), url("../fonts/asap-italic-webfont.ttf") format("truetype"), url("../fonts/asap-italic-webfont.svg#asapitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'asapregular';
  src: url("../fonts/asap-regular-webfont.eot");
  src: url("../fonts/asap-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/asap-regular-webfont.woff2") format("woff2"), url("../fonts/asap-regular-webfont.woff") format("woff"), url("../fonts/asap-regular-webfont.ttf") format("truetype"), url("../fonts/asap-regular-webfont.svg#asapregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: asapregular;
  min-width: 320px;
}

.center{
  text-align: center;
}

#page.referenties {
  background-color: #f2f4f5;
}
#page.referenties .page-header {
  background-color: #fff;
}

#page.verzicht, #page.product {
  background-color: #f2f4f5;
}

#page.product {
  background-color: #f2f4f5;
}
#page.verzicht .page-header, #page.product .page-header {
  background-color: #fff;
}
#page.verzicht .main, #page.product .main, #page .main {
  padding-top: 46px;
  padding-bottom: 17px;
}

#page.verzicht .main li {
  font-family: asapbold;
  font-size: 16px;
  background: #fff;
  color: white !important;
  border-radius: 3px;
  margin-top: 14px;
  display:inline-block;
  margin:7px;
  color:#232323;
}
#page.verzicht .main li .active {
  font-family: asapbold;
  font-size: 14px;
  background: #f49600;
  color: white !important;
  border-radius: 3px;
  display:inline-block;
}



#page.verzicht .main li:hover, #page.product .main li:hover {
  background: #232323;
  color: white !important;
}


#page.verzicht .main h2, #page.product .main h2 {
  margin-bottom: 26px;
}

.page-header {
  margin: 0;
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.18);
}

.header-contents{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

header {
  font-size: 18px;
  position: relative;
}

header .contact{
  display: inline-block;
}

header .contact a {
  color: #232323;
}

header .btn {
  font-family: asapbold;
  font-size: 16px;
  background: #f49600;
  color: white !important;
  padding: 7px 12px;
  border-radius: 3px;
  float:right;
}

header .btn:hover {
  background: #232323;
  color: white !important;
}

header .fa-phone {
 color: #f49600;
 font-size:30px;
 vertical-align: middle;
 line-height: 40px;
 margin-right: 5px;
}

header .tel {
  font-family: asapregular;
  line-height: 40px;
  font-size: 18px;
}

header .circle_black {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #232323;
  border-radius: 10px;
  color: white;
  text-align: center;
  margin-left: 1px;
}

.menu-mobile {
  display: none;
}

.menu {
  font-size: 18px;
  font-family: asapregular;
}
.menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu ul li {
  display: inline-block;
  margin-left: 40px;
}
.menu ul li a {
  color: black;
  position: relative;
}
.menu ul li a:after {
  position: absolute;
  content: '';
  background: #e2e2e2;
  height: 50px;
  width: 1px;
  top: -10px;
  left: -22px;
}
.menu ul li a:hover {
  color: #f49600;
  text-decoration: none;
}
.menu ul .home {
  margin-left: -30px;
}
.menu ul .home a:after {
  background: rgba(0,0,0,0);
}
.menu ul .active_link {
  color: #f49600;
  font-weight: bold;  
}

.search {
  font-family: asapitalic;
  background: #f49600;
  text-align: center;
  padding: 20px 30px;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  top: 100%;
  margin-top: -45px;
  left: 50%;
  margin-left: -385px;
  z-index: 2;
}
.search input {
  box-sizing: border-box;
  width: 646px;
  height: 50px;
  border: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-left: 25px;
  float: left;
  text-overflow: ellipsis;
}
.search input[type=search] {
  -webkit-appearance: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search button {
  box-sizing: border-box;
  border: none;
  color: white;
  background: #1c252c;
  height: 50px;
  width: 66px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  float: left;
  font-size: 25px;
}
.search button:hover {
  color: #f49600;
}

.wrapper {
  width: 712px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 2px 2px 2px #1a846e;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.carousel {
  position: relative;
}
.carousel li {
  background: #f2f4f5;
}
.carousel .bounce {
  position: absolute;
  display: block;
  color: #f49600;
  font-size: 50px;
  bottom: 0;
  padding: 0;
  margin-left: calc(50% - 30px);
  z-index: 3;
  width: 60px;
  height: 100px;
  /* border: 1px solid red; */
  text-align: center;
}

/* ANGLE BOUNCE */
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -moz-animation: bounce 2s;
  -webkit-animation: bounce 2s;
  animation: bounce 2s;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}
.carousel h2 {
  margin-top: 0;
  line-height: 45px;
}
.carousel h2 span {
  font-size: 40px;
  color: white;
  background: #1c252c;
  font-family: asapbold;
  padding: 5px 10px;
}
.carousel h2 .title {
  font-size: 32px;
  color: #f49600;
  font-family: asapregular;
  padding-bottom: 2px;
  line-height: 20px;
  vertical-align: middle;
}
.carousel .btn {
  font-family: asapbold;
  font-size: 16px;
  background: #f49600;
  color: white;
  padding: 14px 15px;
  border-radius: 3px;
  margin-top: 20px;
}

.carousel .btn:hover {
  background: #232323;
  color: white !important;
}

.carousel .slide {
  background-color: #f2f4f5;
  background-repeat: no-repeat;
  background-position: 10% center;
  height: 625px;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.carousel .text {
  position: absolute;
  width: 600px;
  text-align: right;
  bottom: 190px;
}
.carousel.ref-slider li {
  background-color: transparent;
}
.carousel.ref-slider .slide {
  background: none;
  height: auto;
}
.carousel.ref-slider .slide img {
  display: block;
  max-width: 100%;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
}

a.more-items {
  padding: 14px 11px 12px;
  font-size: 16px;
  font-family: asapbold;
  background: none;
  margin: 19px 0 50px;
}
a.more-items:hover {
  background: #f49600;
  color: white;
}

.header-image img {
  display: block;
  object-fit: cover;
  object-position: center;
}

.logo-grid {
  padding: 38px 0 0;
}
.logo-grid h2 {
  font-size: 33px;
  color: #f49600;
  margin: 0 0 41px;
}
.logo-grid .logo-box {
  text-align: center;
  height: 159px;
  line-height: 159px;
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 30px;
}
.logo-grid .logo-box img {
  display: inline-block;
  max-width: 84%;
  vertical-align: middle;
}


.form-container {
  background: #232323;
  padding: 25px;
  color: white;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.intro{
  font-size: 18px;
  line-height: 30px;
  position: relative;
  display: block;
}

.description-content {
  background-color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding-top: 40px;
  padding-bottom: 30px;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
}
.description-content:has(.form-container){
  padding-bottom: 0px;
}

.description-content p {
  font-size: 15px;
  line-height: 25px;
  max-width: 90%;
  margin: 0 auto 33px;
}

.description-content p a {
  color: #f49600;
  font-family: 'asapbold';
}


.description-content h3 {
  font-size: 24px;
  font-family:'asapregular';
  color:#f49600;
}
.description-content p.last {
  font-size: 20px;
  line-height: 35px;
  margin: 68px auto 41px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.description-content .btn {
  font-family: asapbold;
  font-size: 16px;
  background: #f49600;
  color: white !important;
  padding: 14px 15px;
  border-radius: 3px;
  margin-top: 14px;
}

.description-content .btn:hover {
  background: #232323;
  color: white !important;
}

.description-content p span.mail {
  color: #f49600;
}
.description-content p span.mail a {
  color: #383c3f;
  text-decoration: none;
}
.description-content p.address {
  margin-bottom: 47px;
}
.description-content p.address a {
  font-family: 'asapregular';
  text-decoration: underline;
}
.description-content h2 {
  color: #f49600;
  margin: 0 0 40px;
  font-size: 40px;
  line-height: 45px;
}
.description-content h2 + p {
  font-size: 20px;
  line-height: 35px;
  margin: 0 auto 44px;
  max-width: 90%;
}
.description-content .image-holder {
  max-width: 630px;
  margin: 0 auto 39px;
}
.description-content .image-holder img {
  max-width: 100%;
}
.description-content fieldset {
  border: 0;
  max-width: 490px;
  margin: 0 auto 32px;
  padding: 0;
}
.description-content fieldset .input-container {
  margin-bottom: 10px;
}
.description-content fieldset .input-container:last-of-type {
  margin-top: 20px;
}
.description-content fieldset input {
  border: 1px solid #e3e3e3;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  width: 100%;
  font-size: 15px;
  height: 40px;
  font-family: 'asapregular';
  color: rgba(0, 0, 0, 0.8);
  padding: 0 15px;
}
.description-content fieldset input ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.description-content fieldset input :-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.description-content fieldset input ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.description-content fieldset input :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.description-content fieldset textarea {
  border: 1px solid #e3e3e3;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  width: 100%;
  font-size: 15px;
  resize: none;
  overflow: auto;
  padding: 10px 15px;
  min-height: 122px;
}
.description-content fieldset textarea ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.description-content fieldset textarea :-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.description-content fieldset textarea ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.description-content fieldset textarea :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.description-content fieldset button {
  padding: 14px 28px 12px;
  font-size: 16px;
  font-family: asapbold;
  background: #f49600;
  color: white;
}
.description-content fieldset button:hover {
  background: transparent;
  color: #f49600;
}

.product-grid {
  margin-top: 25px;
}

.product-grid a.more-items {
  margin-bottom: 47px;
}
.product-grid .product-box {
  background-color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
}
.product-grid .product-box .image-holder {
  text-align: center;
  margin-bottom:20px;
}
.product-grid .product-box .image-holder img {
  display: inline-block;
  max-width: 100%;
}
.product-grid .product-box a {
  display: block;
  text-align: center;
  padding: 0 0 27px;
  -moz-transition: all, 0.2s, ease-in-out;
  -o-transition: all, 0.2s, ease-in-out;
  -webkit-transition: all, 0.2s, ease-in-out;
  transition: all, 0.2s, ease-in-out;
}
.product-grid .product-box a h3 {
  font-family: asapbold;
  font-size: 25px;
  line-height: 35px;
  color: #1c252c;
  margin: 0 0 4px;
}
.product-grid .product-box a span {
  display: block;
  color: #f49600;
  text-decoration: underline;
}
.product-grid .product-box a:hover {
  background-color: #f49600;
  text-decoration: none;
}
.product-grid .product-box a:hover h3 {
  color: #fff;
  text-decoration: none;
}
.product-grid .product-box a:hover span {
  color: #232b32;
}

.text-banner {
  padding: 56px 0 54px;
  background-color: #fff;
}
.text-banner p {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.01em;
  margin-bottom: 22px;
}
.text-banner a {
  padding: 14px 16px 12px;
  font-size: 16px;
  font-family: asapbold;
  background: #f49600;
  color: white;
}
.text-banner a:hover {
  background: transparent;
  color: #f49600;
}


.main h2 {
  font-size: 40px;
  color: #f49600;
  margin-bottom: 20px;
}
.main p {
  font-size: 20px;
  color: #383c3f;
  line-height: 36px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  width: 90%;
}

.main p strong {
  font-family:'Asap-bold';
  font-size:22px;
}
.main p a {
  padding: 0;
  color: #f49600;
}
.main p a:hover {
  background-color: transparent;
  color: #f49600;
}
.main a {
  padding: 16px 28px;
  font-family: asapbold;
  color:#232323;
}
.main a:hover {
  background: #f49600;
  color: white;
}

.big-wrapper {
  display: block;
  transition: 0.3s;
}
.big-wrapper span{
  transition: 0.3s;
}

.wrap {
  height: 300px;
  border-radius: 6px;
  position: relative;
  margin-bottom: 75px;
}
.wrap img {
  width: 100%;
  overflow: hidden;
  height: 100%;
  border-radius: 6px;
}
.wrap span {
  background: rgba(244, 150, 0, 0.9);
  width: 100%;
  display: inline-block;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70px;
  color: white;
  font-size: 20px;
  line-height: 70px;
  box-sizing: border-box;
  padding-left: 25px;
}
.wrap span i {
  font-size: 25px;
  line-height: 70px;
  float: right;
  padding-right: 30px;
}

.big-wrapper:hover span {
  text-decoration: none;
  background: #232323;
}

.section1 .wrap {
  background-size: cover;
}

.section2 .wrap {
  background-size: cover;
}

.section3 .wrap {
  background-size: cover;
}

.cta {
  background: #f2f4f5;
  padding-top: 45px;
  padding-bottom: 43px;
  font-family: asapregular;
  color:#232323;
  font-size:27px;
  text-align:center;
}

.cta a {
	color:#f49600;
	font-family: asapbold;
}
	
.cta-light {
  background: #fff;
  padding-top: 45px;
  padding-bottom: 43px;
  font-family: asapregular;
  color:#232323;
  text-align:center;
}

.cta-light a {
	color:#f49600;
	font-family: asapbold;
}
	
.logos ul {
  padding: 0;
  list-style: none;
}
.logos ul li {
  display: inline-block;
  margin-left: 28px;
}
.logos ul li:first-child {
  margin: 0;
}
.copy {
  background: #303030;
  color: white;
  padding: 35px 0;
}
.copy a {
  color: white;
  text-decoration: underline;
}

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/*  CAROUSEL */
.flex-control-paging {
  display: none;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-direction-nav {
  opacity: 1;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 45px;
  height: 130px;
  line-height: 130px;
  padding: 0;
  position: absolute;
  top: 40%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: transparent;
  text-align: center;
}

.flex-direction-nav a:before {
  font-family: "FontAwesome";
  display: inline-block;
  content: '\f104';
  color: white;
}

.flex-direction-nav a.flex-next:before {
  content: '\f105';
  color: white;
}

.flexslider .flex-direction-nav .flex-next {
  opacity: 1;
  right: 15px;
}

.flexslider .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 15px;
}

.flex-direction-nav a.flex-next:hover:before {
  color: #f49600;
}

.flex-direction-nav a.flex-prev:hover:before {
  color: #f49600;
}


/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #f49600;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 75%;
  border: none;
  outline: none;
  transition: 0.4s;
  border-radius: 56px;
	margin-bottom: 30px;
  color: #fff;
  font-family: "asapbold";
  font-size: 25px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #f49600;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
	padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  border: 0px;
  transition: max-height 0.2s ease-out;
}

.max-container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

footer {
  background: #232323;
  padding: 65px 0;
  text-align: left;
}
footer h4 {
  color: #f49600;
  font-size: 23px;
}
footer a {
  color: #f49600;
  text-decoration: none;
}
footer a:hover {
  color: #f49600;
  text-decoration: underline;
}
footer a:visited {
  color: #f49600;
  text-decoration: underline;
}
footer li {
  font-size: 15px;
  color: #f9f8f8;
  line-height: 29px;
}
footer span {
  color: #f49600;
}

footer ul {
  list-style: none;
  padding: 0;
  display: block;
}
footer ul:first-child {
  vertical-align: top;
}
footer .contact {
  margin-right: 0;
}
footer .contact a {
  text-decoration: none;
}
footer .contact .mail a {
  color: #f49600;
}
footer .contact span {
  color: #f49600;
}
footer .wrapp {
  display: inline-block;
}

footer form {
	padding-left:0px !important;
	padding-top:23px;
}
footer .input-sm, #hiringform .input-sm  {
	background-color:#303030;
	color:#bbb;
	font-family: asapregular;
	font-size: 17px;
	border:none;
	border-radius:5px;
	height:50px;
	padding-right:15px;
	width:100%;
	margin-bottom:20px;
}

footer .input-lg, #hiringform .input-lg {
	background-color:#303030;
	color:#ccc;
	font-family: asapregular;
	font-size: 17px;
	border:none;
	border-radius:5px;
	height:130px;
	padding-right:15px;
	width:100%;
	margin-bottom:20px;
}

footer .btn, #hiringform .btn {
  font-family: asapregular;
  font-size: 16px;
  background: #f49600;
  color: white !important;
  padding: 14px 15px;
  border-radius: 3px;
  margin-top: 14px;
  text-transform:uppercase;
  font-weight: bold;
}

footer .btn:hover, #hiringform .btn:hover {
  background: white;
  color: #f49600 !important;
  padding: 14px 15px;
  border-radius: 3px;
  margin-top: 14px;
  text-transform:uppercase;
}


input[type=text]:focus, input[type=email]:focus, textarea:focus {
  outline: 1px solid #f49600;
}

@media (max-width: 767px) {
  .page-header {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100vw;
    padding-top: 15px; 
    padding-bottom: 15px;
    height: 100px;
    background-color: #fff;
    z-index: 99;
  }
  header {
    display: block;
    height: 70px;
  }
  .logo {
    display: block;
    position: relative;
    height: 70px;
  }

  header .tel {
    display: none;
  }
  
  .menu-mobile {
    display: block;
  }
  .menu {
    position: absolute;
    display: block;
    width: 100vw;
    background-color: #f2f4f5;
    top: 80px;
    left: 0;
    z-index: 99;
    height: calc(100vh - 80px);
    max-height: 0vh;
    text-align: center;
    overflow: hidden;
    transition: 0.3s;
  }
  .menu_open{
    max-height: 100vh;
  }
  .menu ul li {
    width: 100vw;
    padding: 10px 0;
    margin: 0;
  }
  .menu ul .home {
    margin-left: 0px;
  }
  .menu ul li a {
    position: relative;
    width: 100vw;
    text-align: center;
    margin: 0;
    font-size: 20px;
  }
  .menu ul li a:after {
    width: 0px;
  }
  
  .header-image img{
    height: 50vh;
    width: 100%;
    margin-top: 100px;
  }
  
  .mt-100 {
    margin-top: 100px;
  }

  .product-description {
    margin-top: -40px;
    margin-bottom: 65px;
  }
  
  .description-content{
    width: 94%;
    margin-left: 3%;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .description-content h2 {
    margin: 0 0 40px;
    font-size: 25px;
    line-height: 45px;
  }
  
  .cta-light{
    font-size: 23px;
    line-height: 38px;
  }
  form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ccc;
    opacity: 1;
  }
  form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
    opacity: 1;
  }
  form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc;
    opacity: 1;
  }
  form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ccc;
    opacity: 1;
  }

  .logos ul li {
    display: block;
    margin: 0;
    padding: 10px 0;
  }

  .carousel .text {
    right: 50%;
    margin-right: -300px;
    text-align: center;
  }
  .carousel .slide {
    height: 500px;
  }
  
  .carousel h2 {
    line-height: 33px;
  }
  .carousel h2 span {
    font-size: 25px;
  }
  .carousel h2 .title {
    font-size: 18px;
  }

  
  .flex-direction-nav a:before {
    font-size: 60px;
  }

  .wrap a {
    padding-left: 10px;
  }
  .wrap a i {
    padding-right: 15px;
  }
  .hid {
    display: none;
  }

  footer ul, footer .contact {
    text-align: center;
    margin-right: 20px;
    margin-left: 20px;
  }

  footer .wrapp {
    display: block;
    text-align: center;
  }

  .logo-grid .logo-box {
    height: 130px;
    line-height: 130px;
  }
  footer .mt{
    margin-top: 65px;
  }
  
  .copy {
    text-align: center;
  }
  .copy span {
    display: block;
    padding-bottom: 10px;
  }
  .copy .right {
    float: none;
  }
  .copy .left {
    float: none;
  }
}
@media (min-width: 768px) {
  .page-header {  
    padding-top: 15px; 
    padding-bottom: 15px; 
  }
  
  header .menu-button {
    display: none;
  }
  header .tel {
    display: none;
  }
  .menu ul li {
    margin-left: 20px;
  }
  .menu ul li a:after {
    left: -10px;
  }
  
  .header-contents{
    font-size: 16px;
  }

  .header-image{
    height: calc(100vh - 120px);
    max-height: 700px;
  }
  
  .header-image img{
    height: calc(100vh - 120px);
    max-height: 700px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .carousel h2 {
    line-height: 40px;
  }
  .carousel h2 span {
    font-size: 30px;
  }
  .carousel h2 .title {
    font-size: 22px;
  }
  .carousel .text {
    right: 70px;
  }

  .carousel.ref-slider .flex-direction-nav .flex-prev {
    left: 42px;
  }
  .carousel.ref-slider .flex-direction-nav .flex-next {
    right: 42px;
  }

  .flex-direction-nav a:before {
    font-size: 90px;
  }
  .carousel.ref-slider .flex-direction-nav a {
    margin: -89px 0 0;
  }

  
  .product-description {
    margin: 0;
    padding-bottom: 60px;
  }

  .description-content{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    max-width: 770px;
  }
  .description-content fieldset {
    padding: 0 15px;
  }
  .description-content .image-holder {
    margin: 0 auto 39px;
    max-width: calc(100% - 30px);
  }
  .description-content .image-holder img {
    display: inline-block;
  }
  
  .cta-light{
    font-size: 27px;
    line-height: 42px;
  }

  footer .mt {
    margin-top: 0px;
  }
  .copy .left {
    float: left;
  }
  .copy .right {
    float: right;
  }
}
@media (min-width: 992px) {
  header .tel {
    display: inline-block!important;
  }
  .menu ul li {
    margin-left: 40px;
  }
  .menu ul li a:after {
    left: -20px;
  }
  
  /* #page.referenties .page-header, #page.product .page-header {
    margin-bottom: 44px;
  } */

  .product-description {
    margin-top: -100px;
    padding-bottom: 70px;
  }

  .description-content .image-holder {
    margin: 0 15px 39px;
  }
  /*.carousel .slide {
    background-size: 100%;
  }*/

  footer .wrapp ul {
    margin-right: 28px;
    margin-left: 28px;
  }
  footer ul:first-child {
    margin-right: 28px;
    margin-left: 28px;
  }
  footer .contact {
    margin-right: 40px;
  }
  footer ul {
    margin-right: 40px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .max-container {
    max-width: 1200px;
  }
  
  .product-description {
    margin-top: -125px;
    padding-bottom: 70px;
  }
  
  .carousel h2 {
    line-height: 45px;
  }
  .carousel h2 span {
    font-size: 40px;
  }
  .carousel h2 .title {
    font-size: 32px;
  }
  .carousel .text {
    right: 120px;
  }

  footer .contact {
    text-align: left;
  }
  footer .mt {
    margin-top: 0;
  }

  .search {
    margin-left: -389px;
  }
  .search input {
    width: 652px;
  }

  .wrapper {
    width: 718px;
  }
}


