@charset "UTF-8";
/*
 Theme Name:   Wolterman
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       Active Collective
 Author URI:   http://example.com
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/
nav[role="navigation"] {
  /* Mega menu */
  /* ul.sub-menu */
  /*search-group*/
}
nav[role="navigation"] .sub-menu {
  display: none;
}
nav[role="navigation"] .search-group {
  display: none !important
  /* TODO: build inline search */
}

/*nav[role="navigation"]*/
.todo {
  display: none !important;
  position: relative;
}

/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

blockquote {
  margin: 1em 40px;
}

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * 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;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic
  /* 2 */
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible
  /* 4 */
}

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px
  /* 3 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top
  /* 2 */
}

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

/*
 * This is a fairly big mixin.
 * The reason for this is that at the time of writing (09/01/2013),
 * Sass does not include functions for substring or find/replace in string.
 * Chris Eppstein sent a Pull Request to Sass with the str-extract (substring) function back in June,
 * but it still has not been merged, due to lack of minor comments.
 * That was five months ago.
 */
/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* THE STAKA RED! */
/* DARK GREY */
/* LIGHT GREY */
/* VERY LIGHT GREY */
.clear:before, .clear:after {
  content: ' ';
  display: table;
}

.clear {
  *zoom: 1;
}
.clear:after {
  clear: both;
}

* {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::-moz-selection {
  background: rgba(102, 102, 102, 0.5);
  color: white;
  text-shadow: none;
}

::selection {
  background: rgba(102, 102, 102, 0.5);
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background: rgba(102, 102, 102, 0.5);
  color: white;
  text-shadow: none;
}

::-webkit-selection {
  background: rgba(102, 102, 102, 0.5);
  color: white;
  text-shadow: none;
}

/* VERTICAL ALIGN */
div[data-vertical-align='parent'] {
  display: table;
  width: 100%
  /* div[data-vertical-align='child'] */
}
div[data-vertical-align='parent'] div[data-vertical-align='child'] {
  display: table-cell;
  vertical-align: middle;
}

/* div[data-vertical-align='parent'] */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

html body {
  background: #e6e6e6;
}

.orange {
  background-color: #f7931e;
}

.grey {
  background: #666666;
}

.row {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.hero-container {
  /* height: 100vh; */
  position: relative;
  background-image: url("./images/wolterman_schilder_beverwijk_hero_background.jpg");
  background-position: center;
  background-size: cover;
}
.hero-container img {
  visibility: hidden;
  background-size: cover;
  height: 100vh;
}
.hero-container .top-right-container {
  top: 0px;
  text-align: right;
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 100%;
}
.hero-container .top-right-container:last-child {
  margin-right: 0;
}
.hero-container .top-right-container p {
  margin: 16px;
}
.hero-container .top-right-container .bold {
  font-weight: 600;
}
.hero-container .top-right-container .tel {
  margin-top: 0px;
  font-size: 24px;
}

.cta-boxes-container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .cta-boxes-container {
    position: absolute;
    top: 55vh;
  }
}
.cta-boxes-container:after {
  content: "";
  display: table;
  clear: both;
}
.cta-boxes-container .call-to-action-box:first-of-type {
  margin-left: 8.57143%;
}
.cta-boxes-container .call-to-action-box {
  margin-top: -60px;
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 40%;
}
.cta-boxes-container .call-to-action-box:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .cta-boxes-container .call-to-action-box {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 47.82609%;
    margin-left: 0%;
    margin: 20px !important;
    width: auto;
    margin-left: 10px;
    clear: both;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .video-block, .text-block{
    width: 100% !important;
  }
  .cta-boxes-container .call-to-action-box:last-child {
    margin-right: 0;
  }
}
.cta-boxes-container .call-to-action-box main {
  text-align: center;
  height: auto;
  padding-bottom: 20px;
  max-height: 220px;
}
@media screen and (max-width: 768px) {
  .cta-boxes-container .call-to-action-box main.orange {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .cta-boxes-container .call-to-action-box main.grey {
    height: 280px;
  }
}
.cta-boxes-container .call-to-action-box main.grey a.hover {
  color: #666666;
}
.cta-boxes-container .call-to-action-box p:first-of-type {
  margin: 0px;
  padding-top: 20px;
}
.cta-boxes-container .call-to-action-box p {
  padding: 20px;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 16px;
}
.cta-boxes-container .call-to-action-box a {
  margin-top: 25px;
  border: 1px solid white;
  padding: 12px 45px;
  border-radius: 5px;
  transition: 0.5s;
}
.cta-boxes-container .call-to-action-box a:hover {
  background-color: #ffffff;
  color: #f7931e;
}
.cta-boxes-container .call-to-action-box header {
  background: white;
  top: 0px;
  height: 60px;
  position: relative;
}
.cta-boxes-container .call-to-action-box header h2 {
  padding: 20px;
}
.cta-boxes-container .call-to-action-box header h2 span {
  position: absolute;
  top: 25px;
  right: 15px;
}

.grid-one-third {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 31.42857%;
  background: white;
  height: 380px;
  margin-top: 70px;
}
.grid-one-third:last-child {
  margin-right: 0;
}
@media screen and (max-width: 550px) {
  .grid-one-third {
    float: left;
    display: block;
    margin-right: 9.09091%;
    width: 100%;
    margin: 20px;
    width: auto;
  }

  #customer{
 height: 100px !important;

}

  /*.halfscreen{
  height: 100vh !important;
  }*/
  

.wrapper{

    margin-top: -12em !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
    padding: 20px !important;
  }

  .grid-one-third:last-child {
    margin-right: 0;
  }
  .grid-one-third a {
    margin: 5px;
  }
}
@media screen and (max-width: 768px) {
  .grid-one-third {
    height: auto;
  }
}
.grid-one-third main {
  padding: 20px;
}
.grid-one-third main p {
  margin-top: 16px;
  margin-bottom: 7px;
}
.grid-one-third main a {
  float: right;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.grid-one-third main a:hover {
  border-bottom: 1px dashed #f7931e;
}
.grid-one-third main span {
  margin-left: 5px;
}

.grid-one-third.big-image {
  position: relative;
}
@media screen and (max-width: 550px) {
  .grid-one-third.big-image {
    float: left;
    display: block;
    margin-right: 9.09091%;
    width: 100%;
    width: 55% !important;
    clear: both !important;
    float: none !important;
    margin: 0 auto !important;
  }
  .grid-one-third.big-image:before {
    clear: both;
  }
  .grid-one-third.big-image:last-child {
    margin-right: 0;
  }
}
.grid-one-third.big-image span {
  cursor: pointer;
  position: absolute;
  display: block;
  z-index: 1;
  bottom: 20px;
  left: 20px;
}
.grid-one-third.big-image img {
  position: absolute;
}
@media screen and (max-width: 550px) {
  .grid-one-third.big-image img {
    position: static;
    width: auto;
  }
}

.grid-second {
  margin-top: 20px;
}
.grid-second main.slider {
  position: relative;
}
.grid-second main.slider .white-container {
    z-index: 1;
  background: white;
  top: 50%;
  height: 25px;
  width: 25px;
}
.grid-second main.slider .white-container span {
  top: 5px;
}
.grid-second main.slider .white-container .next {
  right: 5px;
}
.grid-second main.slider .white-container .prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 3px;
}
.grid-second main.slider .cont-left {
  left: 10px;
}
.grid-second main.slider .cont-right {
  right: 10px;
}

.grid-last-third {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 31.42857%;
  height: 380px;
  background: white;
}
@media screen and (max-width: 550px) {
  .grid-last-third {
    float: left;
    display: block;
    margin-right: 9.09091%;
    width: 100%;
    margin: 20px !important;
    height: auto;
    width: auto;
  }
  .grid-last-third:last-child {
    margin-right: 0;
  }
}
.grid-last-third:last-child {
  margin-right: 0;
}
.grid-last-third img {
  display: block;
  margin: 20px;
  float: right;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .grid-last-third img {
    width: 88% !important;
  }
}
.grid-last-third p {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
}
.grid-last-third a {
  padding: 10px 20px;
  border: 1px solid #f7931e;
  border-radius: 2px;
  background: #f7931e;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  width: 200px;
  text-transform: uppercase;
  transition: 0.5s;
}
@media screen and (max-width: 550px) {
  .grid-last-third a {
    margin-bottom: 15px;
  }
}
.grid-last-third a:hover {
  background-color: white;
  color: #f7931e;
}

.grid-two-third {
  height: 380px;
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 65.71429%;
  background: white;
}
@media screen and (max-width: 550px) {
  .grid-two-third {
    float: left;
    display: block;
    margin-right: 9.09091%;
    width: 100%;
    height: auto;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .grid-two-third:last-child {
    margin-right: 0;
  }
}
.grid-two-third:last-child {
  margin-right: 0;
}
.grid-two-third span {
  display: block;
  position: absolute;
}
.grid-two-third img {
  padding: 12px;
}

.ico-kruis {
  cursor: pointer;
}

.tooltip {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  visibility: hidden;
}
.tooltip section {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.tooltip section:after {
  content: "";
  display: table;
  clear: both;
}
.tooltip section main {
  background: white;
  padding-left: 20px;
  padding-top: 0px;
  position: relative;
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 65.71429%;
  margin-left: 17.14286%;
}
.tooltip section main:last-child {
  margin-right: 0;
}
.tooltip section main span.ico.ico-kruis {
  position: absolute;
  top: 20px;
  right: 20px;
}
.tooltip section main article {
  padding-top: 20px;
}
.tooltip section main img {
  float: left;
}
.tooltip section main h2 {
  padding-top: 20px;
  padding-right: 40px;
}
.tooltip section main p:first-of-type {
  padding-top: 5px;
}
.tooltip section main p {
  padding-top: 20px;
  padding-right: 40px;
}
.tooltip section main a {
  display: block;
  text-align: right;
  padding-right: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  visibility: hidden;
}
.form-container section {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.form-container section:after {
  content: "";
  display: table;
  clear: both;
}
.form-container section main {
  background: white;
  padding-left: 20px;
  padding-top: 0px;
  position: relative;
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 82.85714%;
  margin-left: 8.57143%;
}
.form-container section main:last-child {
  margin-right: 0;
}
.form-container section main span.ico.ico-kruis {
  position: absolute;
  top: 20px;
  right: 20px;
}
.form-container section main form {
  padding: 50px;
}
.form-container section main form input, .form-container section main form select {
  background: #666666;
  height: 28px;
  overflow: hidden;
  border: #FEFEFE 1px solid;
  border-radius: 0px;
}
.form-container section main form input[type=submit] {
  font-family: "Proxima Nova 500", sans-serif;
  margin-top: 20px;
  border-radius: 5px;
  background: #f7931e;
}
.form-container section main form a {
  font-family: "Proxima Nova 400", sans-serif;
  float: right;
  margin-right: 40px;
  padding-top: 30px;
  border-bottom: 1px #f7931e dashed;
}
.form-container section main form p {
  padding-top: 20px;
  padding-bottom: 10px;
}

.white-bar {
  background: white;
  margin-top: 70px;
}
@media screen and (max-width: 550px) {
  .white-bar {
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.white-bar .row.duo-testimonial {
  background: white;
  padding: 20px;
  padding-bottom: 0px;
}
.white-bar .row.duo-testimonial .testimonial-half {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 48.57143%;
}
@media screen and (max-width: 550px) {
  .white-bar .row.duo-testimonial .testimonial-half {
    float: left;
    display: block;
    margin-right: 9.09091%;
    width: 100%;
    width: auto;
    height: auto;
    margin-bottom: 10px;
  }
  .white-bar .row.duo-testimonial .testimonial-half:last-child {
    margin-right: 0;
  }
}
.white-bar .row.duo-testimonial .testimonial-half:last-child {
  margin-right: 0;
}
.white-bar .row.duo-testimonial .testimonial-half img {
  float: left;
}
@media screen and (max-width: 550px) {
  .white-bar .row.duo-testimonial .testimonial-half img {
    width: 20%;
    margin-right: 10px;
  }
}
.white-bar .row.duo-testimonial .testimonial-half blockquote {
  font-size: 16px;
  line-height: 22px;
  padding-left: 170px;
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .white-bar .row.duo-testimonial .testimonial-half blockquote {
    font-size: 13px;
    padding-left: 140px;
  }
}
@media screen and (max-width: 550px) {
  .white-bar .row.duo-testimonial .testimonial-half blockquote {
    margin-left: 7px;
    padding-left: 90px;
    font-size: 11px;
    line-height: 1.2em;
  }
}
.white-bar .row.duo-testimonial .testimonial-half p {
  font-size: 0.6em;
  float: right;
  padding-top: 10px;
  padding-left: 0px;
}
@media screen and (max-width: 550px) {
  .white-bar .row.duo-testimonial .testimonial-half p {
    float: right;
    font-size: 10px;
  }
}
.white-bar .testimonial-disclaimer p {
  padding: 20px;
}
.white-bar .testimonial-disclaimer p span {
  display: inline-block;
  margin: -5px;
  margin-right: 0px;
}

section.prof-quote-box {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 82.85714%;
  margin-left: 8.57143%;
  padding-top: 45px;
  padding-left: 45px;
  padding-right: 40px;
  margin-top: 70px;
  background-color: #666666;
  color: white;
}
@media screen and (max-width: 550px) {
  section.prof-quote-box {
    float: left;
    display: block;
    margin-right: 9.09091%;
    width: 100%;
    margin: 20px !important;
    width: auto;
    height: auto;
  }
  section.prof-quote-box:last-child {
    margin-right: 0;
  }
}
section.prof-quote-box:last-child {
  margin-right: 0;
}
@media screen and (max-width: 550px) {
  section.prof-quote-box {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.prof-quote-box .prof-quote-author {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 48.57143%;
  margin-left: 51.42857%;
  margin-top: 20px;
  padding-bottom: 30px;
}
section.prof-quote-box .prof-quote-author:last-child {
  margin-right: 0;
}
@media screen and (max-width: 550px) {
  section.prof-quote-box .prof-quote-author {
    float: left;
    display: block;
    margin-right: 9.09091%;
    width: 100%;
    margin-left: 0%;
    padding-bottom: 20px;
  }
  section.prof-quote-box .prof-quote-author:last-child {
    margin-right: 0;
  }
}

.row section.partners {
  margin-top: 50px;
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 65.71429%;
  margin-left: 17.14286%;
}
.row section.partners:last-child {
  margin-right: 0;
}
.row section.partners span {
  margin: 15px;
  height: 80px;
  vertical-align: middle;
}
@media screen and (max-width: 550px) {
  .row section.partners span {
    margin: 15px auto;
    display: block;
  }
}

.row section.appointment {
  width: 100% !important;
  margin-left: 0 !important;
  text-align: center;
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 48.57143%;
  margin-left: 25.71429%;
}
.row section.appointment:last-child {
  margin-right: 0;
}
.row section.appointment a {
  padding: 5px 20px;
  border: 1px solid #f7931e;
  border-radius: 5px;
  background: #f7931e;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
  width: 280px;
  transition: 0.5s;
}
.row section.appointment a:hover {
  background-color: #e6e6e6;
  color: #666666;
}

.row section.appointment-quote {
  padding: 20px;
  text-align: center;
}

.orange-bar {
  margin-top: 70px;
  padding: 25px;
  background: #f7931e;
  height: 140px;
}
.orange-bar .row .contact-info {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 22.85714%;
}
@media screen and (max-width: 550px) {
  .orange-bar .row .contact-info {
    float: left;
    display: block;
    margin-right: 9.09091%;
    width: 72.72727%;
    font-size: 14px;
    line-height: 20px;
  }
  .orange-bar .row .contact-info:last-child {
    margin-right: 0;
  }
}
.orange-bar .row .contact-info:last-child {
  margin-right: 0;
}
.orange-bar .row .contact-info ul li {
  margin: 3px;
}
.orange-bar .row .contact-logo {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 22.85714%;
  margin-left: 51.42857%;
}
@media screen and (max-width: 768px) {
  .orange-bar .row .contact-logo span {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .orange-bar .row .contact-logo span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .orange-bar .row .contact-logo {
    margin-left: 295px;
  }
}
.orange-bar .row .contact-logo span {
  margin-left: -50px;
}
.orange-bar .row .contact-logo:last-child {
  margin-right: 0;
}

.white-bar-bottom {
  background: white;
}
.white-bar-bottom .slogan {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 100%;
  padding: 20px;
}
.white-bar-bottom .slogan:last-child {
  margin-right: 0;
}
.white-bar-bottom .slogan p {
  text-align: center;
}
@media screen and (max-width: 550px) {
  .white-bar-bottom .slogan p {
    font-size: 13px;
  }
}

.btn {
  display: inline-block;
  min-height: 2em;
  line-height: 2em;
  padding: 5px 15px;
  transition: all 200ms ease;
  text-decoration: none;
  background: #666666;
  color: white;
  text-align: center;
  white-space: nowrap
  /*btn-primary*/
  /*btn-secondary*/
  /*btn-arrow-r*/
  /**/
  /*btn-secondary*/
  /*large*/
}
.btn:hover {
  background: white;
  color: #666666;
}
.btn.btn-primary {
  background: #666666;
  color: white;
  border: 2px solid transparent;
  text-transform: uppercase;
}
.btn.btn-primary.btn-alternative {
  background-color: transparent;
  border-color: white;
}
.btn.btn-primary.btn-alternative:hover {
  background-color: white;
  color: #666666;
}
.btn.btn-primary:hover {
  background: white;
  color: #666666;
  border-color: #666666;
}
.btn.btn-secondary {
  background: transparent;
  color: #666666;
  border: 2px solid #666666;
  text-transform: uppercase;
}
.btn.btn-secondary:hover {
  background: #666666;
  color: white;
  border-color: transparent;
}
.btn.btn-secondary.btn-alternative {
  background-color: white;
  border-color: white;
}
.btn.btn-secondary.btn-alternative:hover {
  background-color: #666666;
}
.btn.btn-arrow-r {
  position: relative;
  padding: 5px calc(2em + 25px) 5px 15px;
}
.btn.btn-arrow-r:after {
  content: ' ';
  display: block;
  text-align: center;
  line-height: calc(2em + 4px);
  width: calc(2em + 4px);
  height: calc(100% + 4px);
  margin: -2px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 200ms ease;
}
.btn.btn-arrow-r .ico {
  position: absolute;
  right: 0;
  top: 0;
}
.btn.btn-primary {
  /*btn-arrow-r*/
}
.btn.btn-primary.btn-arrow-r {
  /*after*/
  /*hover:after*/
}
.btn.btn-primary.btn-arrow-r:after {
  border-left: 2px solid white;
}
.btn.btn-primary.btn-arrow-r:hover:after {
  border-color: #666666;
}
.btn.btn-secondary {
  /*btn-arrow-r*/
}
.btn.btn-secondary.btn-arrow-r {
  /*after*/
  /*hover:after*/
}
.btn.btn-secondary.btn-arrow-r:after {
  border-left: 2px solid #666666;
}
.btn.btn-secondary.btn-arrow-r:hover:after {
  border-color: white;
}
.btn.large {
  padding: 0 3em;
  height: 3em;
  line-height: 3em;
  font-size: 2em;
}
.btn.btn-tertiary {
  color: #666666;
  border-bottom: 1px solid #666666;
  background: white;
  padding: 0;
  text-transform: uppercase;
}
.btn.wide {
  min-width: 244px;
  max-width: 100%;
}

/*.btn*/
.btn-container {
  display: block;
  width: 100%
  /* .inline */
}
.btn-container:after {
  content: "";
  display: table;
  clear: both;
}
.btn-container.inline {
  width: auto;
  display: inline-block;
}
.btn-container * {
  clear: both;
  display: block;
  margin-bottom: 1em;
}
.btn-container .label {
  color: #666666;
  text-transform: uppercase;
  margin-bottom: 0;
}
.btn-container .btn {
  display: inline-block;
  clear: both !important;
}

/* btn-container */
::-webkit-input-placeholder {
  color: white;
}

:-moz-placeholder {
  color: white;
}

::-moz-placeholder {
  color: white;
}

:-ms-input-placeholder {
  color: white;
}

:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

:focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

​
input,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"] {
  background: rgba(102, 102, 102, 0.4);
  border: 0px solid #666666;
  border-top-color: #666666;
  border-right-color: #666666;
  border-bottom-color: white;
  border-left-color: white;
  outline: none;
  line-height: 1em;
  padding: 0.3em 1em;
  margin-bottom: 0.3em;
  color: white;
  transition: ease 200ms all;
}

input[type="submit"] {
  background: #666666;
  text-decoration: none;
  display: inline-block;
  border: 0;
  outline: 0 !important;
  color: white;
}
input[type="submit"]:hover {
  background: white;
  text-decoration: none;
}
input[type="submit"].large {
  padding: 0 2em;
  height: 3em;
  line-height: 3em;
  font-size: 2em;
}

.content-form select,
.content-form textarea,
.content-form input[type="text"],
.content-form input[type="password"],
.content-form input[type="email"],
.content-form input[type="number"] {
  background-color: white;
}
.content-form select:focus:valid,
.content-form textarea:focus:valid,
.content-form input[type="text"]:focus:valid,
.content-form input[type="password"]:focus:valid,
.content-form input[type="email"]:focus:valid,
.content-form input[type="number"]:focus:valid {
  color: green;
  background: rgba(0, 128, 0, 0.3);
}
.content-form select:focus:invalid,
.content-form textarea:focus:invalid,
.content-form input[type="text"]:focus:invalid,
.content-form input[type="password"]:focus:invalid,
.content-form input[type="email"]:focus:invalid,
.content-form input[type="number"]:focus:invalid {
  color: red;
  background: rgba(255, 0, 0, 0.3);
}
.content-form.full-width input {
  clear: both;
}

.newsletter-container input:focus:valid,
.newsletter-container select:focus:valid,
.newsletter-container textarea:focus:valid,
.newsletter-container input[type="text"]:focus:valid,
.newsletter-container input[type="password"]:focus:valid,
.newsletter-container input[type="email"]:focus:valid,
.newsletter-container input[type="number"]:focus:valid {
  color: green;
  background: rgba(0, 128, 0, 0.3);
}
.newsletter-container input:focus:invalid,
.newsletter-container select:focus:invalid,
.newsletter-container textarea:focus:invalid,
.newsletter-container input[type="text"]:focus:invalid,
.newsletter-container input[type="password"]:focus:invalid,
.newsletter-container input[type="email"]:focus:invalid,
.newsletter-container input[type="number"]:focus:invalid {
  color: red;
  background: rgba(255, 0, 0, 0.3);
}

/*newsletter-container*/
.default-form-container input[type="text"] {
  background-color: white;
}
.default-form-container textarea {
  background-color: white;
}
.default-form-container input[type="submit"] {
  float: right;
}

.list {
  margin: 20px 0;
}
.list .ico {
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .list .ico {
    margin-top: 1em;
  }
}
.list.small {
  margin-top: 0.5em;
}
.list.default {
  margin: 0 20px;
}
.list.default > li {
  list-style: disc;
  line-height: 2em;
}

@font-face {
  font-family: 'Proxima Nova 400';
  src: url("fonts/proxima_nova/fonts/PN400.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova 500';
  src: url("fonts/proxima_nova/fonts/PN500.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova italic';
  src: url("fonts/proxima_nova/fonts/PNit.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue 500';
  src: url("fonts/helvetica_neue/fonts/HN500.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Georgia Italic';
  src: url("fonts/georgia/fonts/georgia_italic.ttf");
  font-weight: 500;
  font-style: normal;
}
html {
  font-size: 62.5%;
}

a {
  font-family: "Proxima Nova 500", sans-serif;
  color: #f7931e;
  text-decoration: none;
}

body, p {
  font-family: "Proxima Nova 400", sans-serif;
  font-size: 16px;
  color: #666666;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  body, p {
    font-size: 13px;
    line-height: 18px;
  }
}

h1 {
  font-family: "Helvetica Neue 500", sans-serif;
  font-size: 20px;
}

h2 {
  font-size: 23px;
  color: #666666;
  font-family: "Helvetica Neue 500", sans-serif;
}
@media screen and (max-width: 550px) {
  h2 {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 18px;
  }
}

.top-right-container p {
  color: white;
}

.call-to-action-box header h3 {
  color: #666666;
  font-family: "Helvetica Neue 500", sans-serif;
}

.call-to-action-box a {
  color: white;
  font-family: "Proxima Nova 500", sans-serif;
  text-decoration: none;
}

.call-to-action-box p {
  font-size: 16px;
  font-family: "Proxima Nova 400", sans-serif;
  color: white;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .call-to-action-box p {
    font-size: 16px;
  }
}

.grid-last-third a {
  color: white;
  font-family: "Proxima Nova 500", sans-serif;
}
@media screen and (max-width: 768px) {
  .grid-last-third a {
    text-align: center;
  }
}
@media screen and (max-width: 940px) {
  .grid-last-third p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .grid-last-third p {
    font-size: 10px;
  }
}

.more a {
  font-family: "Proxima Nova 500", sans-serif;
  color: #f7931e;
}

.testimonial-half {
  font-family: "Helvetica Neue 500", sans-serif;
}

.testimonial-disclaimer p {
  font-family: "Proxima Nova italic", sans-serif;
  font-size: 14px;
}

blockquote {
  font-family: "Helvetica Neue 500", sans-serif;
  font-size: 30px;
  line-height: 40px;
}
blockquote i {
  font-size: 36px;
  line-height: 40px;
  color: white;
}
blockquote i p {
  font-family: "Proxima Nova 400", sans-serif;
  line-height: 22.4px;
  color: white;
}

p.info {
  font-family: "Proxima Nova 400", sans-serif;
  font-size: 14.3px;
  line-height: 17.5px;
  color: white;
}

.contact-info ul li {
  color: white;
}

section.prof-quote-box {
  font-family: "Helvetica Neue 500", sans-serif;
  font-size: 27px;
  letter-spacing: 1.5px;
  color: white;
  line-height: 40px;
}
section.prof-quote-box i {
  font-family: "Georgia Italic", sans-serif;
  font-size: 33px;
}
@media screen and (max-width: 550px) {
  section.prof-quote-box {
    line-height: 1.5em;
    font-size: 11px;
  }
  section.prof-quote-box i {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 768px) {
  section.prof-quote-box {
    font-size: 20px;
    line-height: 1.3em;
  }
  section.prof-quote-box i {
    font-size: 21px;
  }
}

.prof-quote-author {
  font-family: "Proxima Nova 400", sans-serif;
  font-size: 18px;
  text-align: right;
  line-height: 22px;
}
@media screen and (max-width: 550px) {
  .prof-quote-author {
    font-size: 0.7em;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .prof-quote-author {
    font-size: 12px;
  }
}

.appointment {
  font-family: "Proxima Nova 500", sans-serif;
  -webkit-column-rule: white;
     -moz-column-rule: white;
          column-rule: white;
}
.appointment a {
  color: white;
}

.appointment-quote {
  font-family: "Proxima Nova 500", sans-serif;
  font-size: 18px;
  color: #666666;
}

.slogan p {
  font-family: "Helvetica Neue 500", sans-serif;
  font-size: 23px;
}

.form-container {
  font-family: "Proxima Nova 500", sans-serif;
}
.form-container .select {
  font-family: "Proxima Nova 500", sans-serif;
}
.form-container form, .form-container select, .form-container input {
  font-size: 1em;
  font-family: "Proxima Nova 400", sans-serif;
  line-height: -5px;
}
.form-container form a, .form-container select a, .form-container input a {
  font-family: "Proxima Nova 400", sans-serif;
  font-size: 13px;
}

.grid-one-third a {
  padding: 0px;
}
@media screen and (max-width: 768px) {
  .grid-one-third a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .grid-one-third h1 {
    font-size: 16px;
  }
}

.ico {
  display: inline-block;
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: 0 0;
  text-indent: -9999%;
  transition: 200ms ease all;
  background-color: pink;
}
.ico.ico-logo {
  width: 200px;
  height: 60.4px;
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -30px -30px;
  transition: none;
}
.ico.ico-logo.grey {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -30px -135px;
}
.ico.ico-logowhite {
  width: 232.3px;
  height: 70.1px;
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -30px -235px;
}
.ico.ico-Ecolabel {
  width: 70px;
  height: 70px;
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -30px -349.9px;
}
.ico.ico-Ecolabel.white {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -750px -300px;
}
.ico.ico-Ecolabel.black {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -1000px -300px;
}
.ico.ico-Stabu {
  width: 169.3px;
  height: 40.1px;
  margin-right: 5px;
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -30px -435px;
}
.ico.ico-Stabu.white {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -730px -430px;
}
.ico.ico-Stabu.black {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -990px -430px;
}
.ico.ico-Fosag {
  width: 70px;
  height: 70px;
  margin-right: 5px;
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -30px -550px;
}
.ico.ico-Fosag.white {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -730px -540px;
}
.ico.ico-Fosag.black {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -990px -540px;
}
.ico.ico-Sigma {
  width: 172px;
  height: 70.05px;
  margin-right: 5px;
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -29.9px -649.95px;
}
.ico.ico-Sigma.white {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -710px -669.95px;
}
.ico.ico-Sigma.black {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -1000px -669.95px;
}
.ico.ico-i {
  width: 26.801px;
  height: 24.906px;
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -340px -39.994px;
}
.ico.ico-i.lightgrey {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -339.992px -99.994px;
}
.ico.ico-i.orange {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -339.992px -169.994px;
}
.ico.ico-i.black {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -339.992px -249.994px;
}
.ico.ico-i.white {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -339.992px -329.994px;
}
.ico.ico-ispiegel {
  width: 28.835px;
  height: 24.906px;
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -429.973px -39.994px;
}
.ico.ico-ispiegel.white {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -429.973px -98.994px;
}
.ico.ico-ispiegel.lightgrey {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -429.973px -169.994px;
}
.ico.ico-ispiegel.orange {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -429.973px -249.994px;
}
.ico.ico-ispiegel.black {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -429.973px -329.994px;
}
.ico.ico-instagram {
  width: 105px;
  height: 84px;
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -555.956px -30.956px;
  margin: 3px;
}
.ico.ico-instagram.grey {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -555.956px -155.956px;
}
.ico.ico-instagram.orange {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -715.956px -35.956px;
}
.ico.ico-instagram.black {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -560px -280px;
}
.ico.ico-Next {
  width: 9.9px;
  height: 11.9px;
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -312px -419.9px;
}
.ico.ico-Next.white {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -312px -483.9px;
}
.ico.ico-Next.grey {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -312px -555.9px;
}
.ico.ico-Next.lightgrey {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -312px -625.9px;
}
.ico.ico-Next.black {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -312px -694.9px;
}
.ico.ico-arrow {
  width: 16.7px;
  height: 14px;
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -450px -420px;
}
.ico.ico-arrow.white {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -450px -480px;
}
.ico.ico-arrow.grey {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -450px -555px;
  transform: rotate(90deg);
}
.ico.ico-arrow.lightgrey {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -450px -625px;
}
.ico.ico-arrow.black {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -450px -690px;
}
.ico.ico-medal {
  width: 42.1px;
  height: 44.7px;
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -599.9px -400px;
}
.ico.ico-medal.white {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -599.9px -480px;
}
.ico.ico-medal.grey {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -599.9px -555px;
}
.ico.ico-medal.black {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -599.9px -630px;
}
.ico.ico-mobile-big {
  width: 10.3px;
  height: 16.9px;
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -940px -70px;
}
.ico.ico-mobile-big.black {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -940px -235px;
}
.ico.ico-mobile-big.grey {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -940px -120px;
}
.ico.ico-mobile-big.orange {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -940px -175px;
}
.ico.ico-mobile {
  width: 8.5px;
  height: 13.9px;
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -1050px -80px;
}
.ico.ico-mobile.grey {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -1050px -120px;
}
.ico.ico-mobile.orange {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -1050px -180px;
}
.ico.ico-mobile.black {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -1050px -240px;
}
.ico.ico-mail {
  width: 13.8px;
  height: 8.5px;
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -980.1px -75px;
}
.ico.ico-mail.grey {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -980.1px -125px;
}
.ico.ico-mail.orange {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -980.1px -180px;
}
.ico.ico-mail.black {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -990.1px -240px;
}
.ico.ico-kruis {
  width: 12.021px;
  height: 12.035px;
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -1198.981px -39.182px;
}
.ico.black {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -1198.978px -93.98px;
}
.ico.grey {
  background: url("./images/sprite_main.svg") no-repeat;
  background-position: -1198.978px -163.98px;
}

/*ico-docs-specs*/
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.clear:after {
  content: "";
  display: table;
  clear: both;
}

.margin {
  margin: 0.3em 0.5em 0 0;
}

.inline {
  display: inline-block;
}

.border-bottom {
  border-bottom: 1px solid #edece9;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

iframe,
embed,
object {
  max-width: 100%;
}

video {
  max-width: 100%;
  height: auto;
}

.img-container > a {
  display: table-cell;
  vertical-align: middle;
}
.img-container img {
  width: 100%;
  height: auto;
}

/*img-container*/
img {
  max-width: 100%;
}

a.more {
  display: inline-block;
  line-height: 1em;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2), 0px 2px 0px 0px rgba(255, 255, 255, 0.3);
  transition: all 300ms ease;
}

a.more:hover {
  box-shadow: none;
  position: relative;
}
a.more:hover:after {
  content: '>';
  position: absolute;
  right: -20px;
  top: 0;
}

.more-container .more {
  margin: 12px;
}

.price {
  display: inline-block;
  line-height: 1em;
}

.bg-background {
  background: no-repeat center center;
  background-size: cover;
}
.bg-background.background-top {
  background-position: center top;
}

/* .big-background */
.transition {
  transition: all 300ms;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.center {
  width: 100%;
  display: block;
  text-align: center;
}

.fixed-top {
  position: fixed;
  top: 0;
  z-index: 20;
}

.no-margin {
  margin: 0;
}

.rounded {
  border-radius: 50%;
}

.page-home {
  /*.header-container*/
  /*.hero-slider-container*/
}
.page-home .header-container {
  background: none
  /*li*/
}
.page-home .header-container .logo {
  color: white;
}
.page-home .header-container nav[role="navigation"] > ul:not(.mobile) > li > a {
  color: white;
}
.page-home .header-container nav[role="navigation"] > ul:not(.mobile) > li:hover > a {
  color: #666666;
}
.page-home .header-container nav[role="navigation"] > ul.persistent {
  background: none;
}
.page-home .hero-container {
  /*.hero--homepage*/
}
.page-home .hero-container.hero--homepage {
  /*.caption*/
}
.page-home .hero-container.hero--homepage .caption.halve {
  top: 0%;
  height: 100%
  /*.media ($tablet)*/
  /* .left-caption */
  /* .right-caption */
}
@media screen and (max-width: 940px) {
  .page-home .hero-container.hero--homepage .caption.halve {
    width: 100% !important;
    margin: 0 !important;
    height: auto !important;
    padding: 100px 0 0 0 !important;
  }
  .page-home .hero-container.hero--homepage .caption.halve h2 {
    display: block !important;
  }
}
.page-home .hero-container.hero--homepage .caption.halve.caption-left {
  padding-top: 20%;
  width: 60%;
}
.page-home .hero-container.hero--homepage .caption.halve.caption-right {
  padding-top: 40%;
  width: 30%;
  margin-right: 10%;
}

/* .page-home */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/********* BACKGROUND *********/
.background-container {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0
  /* .background */
}
@media screen and (max-width: 768px) {
  .background-container {
    display: none
    /* prevents data being loaded on mobile */
  }
}
.background-container .background {
  width: 100%;
  height: 100%;
  display: block;
}

/* .background-container */
/********* END BACKGROUND *********/
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

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

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  width: 13px;
  height: 40px;
  margin: -20px 0 0;
  display: block;
  background: url(images/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}

.flex-direction-nav .flex-prev {
  left: -36px;
}

.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}

.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 5px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  /*background: #666; background-color: rgba(0,0,0,0.5);*/
  cursor: pointer;
  text-indent: -9999px;
  -o-border-radius: 20px;
  border-radius: 20px
  /* box-shadow: inset 0 0 3px rgba(0,0,0,0.3); */
}

.flex-control-paging li a:hover {
  /*background: #333; background-color: rgba(0,0,0,0.7);*/
}

.flex-control-paging li a.flex-active {
  /*background: #000; background-color: rgba(0,0,0,0.9);*/
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}



/*Form*/

#input_2_6{
    padding-left: 16px;
}

.gform_wrapper{
    display: none !important;
}

.gform_wrapper .left_label .gfield_label {
    margin: 4px 15px 0 0 !important;
    width: auto !important;
}

.gform_wrapper .gform_footer.right_label, .gform_wrapper .gform_footer.left_label {
    padding: 0 !important;
}

select {
    border-radius: 0 !important;
}

.form-container section main form input, .form-container section main form select {
    border: none !important;
    font-size: 16px !important;
}

.form-container section main form a {
    margin-top: 0px !important;
    position: absolute !important;
    right: 40px !important;
    bottom: 60px !important;
}
.transition {
	transition: ease all 0.3s;
}


/*page glansgarant styling*/

/*header becomes 60% of it's height*/

.halfscreen{
  /*height: 60% !important;*/
  background-position: top;
  background-size: cover;
  z-index: -1;
}

/*wrapper with the main content*/

.wrapper{
  background-color: white;
  margin: auto;
  margin-top: -7em;
  z-index: 20;
  max-width: 58em;
}

.wrapper p{
  margin-top: 16px;
    margin-bottom: 7px;
}

.wrapper a{
  float: right;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.text-block, .video-block{
  float: left;
    display: block;
    padding: 2.5%;
    width: 50%;
}





.fullrow{
  width: 100% !important;
}

iframe{
  width: 100%;
  height: 22.9%;
}

/*widget klantenvertellen*/

.customer-widget body{
 font-family: 'Avenir-Book', sans-serif;
     background-color: black; 
    border: 1px solid #494545;
}



#customer{
 height: 75px;

}


