@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Lato:300,700);
@import url(https://fonts.googleapis.com/css?family=Dosis:700,600,500,400);
.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important; }
  /* Black prints faster: h5bp.com/s */
  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: ""; }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 2cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

/* HTML5 Boilerplate
 * ==|== normalize.css ==========================================================
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231; }

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

a {
  color: #00e; }

a:visited {
  color: #551a8b; }

a:hover {
  color: #06e; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 0;
  padding: 0; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

table button, table input {
  *overflow: auto; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  background-color: #f0dddd; }

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

td {
  vertical-align: top; }

/* ==|== non-semantic helper classes ======================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.ir br {
  display: none; }

.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; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

/* ===========================================================
 *
 *  Name:          selectordie_dev.css
 *  Updated:       2014-10-10
 *  Created by:    Per V @ Vst.mn
 *  What?:         Base CSS for Select or Die
 *
 *  Copyright (c) 2014 Per Vestman
 *  Dual licensed under the MIT and GPL licenses.
 *
 *  No, I don't usually comment my CSS, but in this
 *  case it might "help" someone.
 *
 *  Oddny | Cogs 'n Kegs
 * =========================================================== */
/* Remove, change to fit your needs */
.sod_select,
.sod_select * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* The SoD - Please keep this first three lines intact, otherwise all hell will break looooooose */
.sod_select {
  display: inline-block;
  position: relative;
  line-height: 1;
  width: 200px;
  padding: 15px 10px;
  border: 3px solid #5e5e5e;
  background: #ffffff;
  color: #444444;
  font-size: 11px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  outline: 0;
  outline-offset: -2px;
  /* Opera */
  cursor: default; }

/* Up/Down arrows */
.sod_select:before,
.sod_select:after {
  content: "\25B2";
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 7px; }

/* Down arrow */
.sod_select:after {
  content: "\25BC";
  top: auto;
  bottom: 12px; }

/* Change the border color on hover, focus and when open */
.sod_select:hover,
.sod_select.open,
.sod_select.focus {
  border-color: #000000; }

.sod_select.open {
  color: #919191; }

.sod_select.focus {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

/* When the entire SoD is disabled, go crazy! */
.sod_select.disabled {
  border-color: #828282;
  color: #b2b2b2;
  cursor: not-allowed; }

/* The "label", or whatever we should call it. Keep the first three lines for truncating. */
.sod_select .sod_label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 15px; }

.sod_select .sod_prefix {
  /* Use this if you're using a prefix and want to style it */ }

.sod_select .sod_placeholder {
  /* Use this if you're using a placeholder and want to style it */ }

/* Options list wrapper */
.sod_select .sod_list_wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  height: auto;
  width: 200px;
  margin: 0 0 0 -3px;
  background: #ffffff;
  border: 3px solid #000000;
  border-top: none;
  color: #444444;
  font-weight: 300;
  z-index: 1; }

/* Shows the option list (don't edit) */
.sod_select.open .sod_list_wrapper {
  display: block; }

/* Don't display the options when  */
.sod_select.disabled.open .sod_list_wrapper {
  display: none; }

/* When the option list is displayed above the SoD */
.sod_select.above .sod_list_wrapper {
  top: auto;
  bottom: 100%;
  border-top: 3px solid #000000;
  border-bottom: none; }

/* Options list container */
.sod_select .sod_list {
  display: block;
  overflow-y: auto;
  padding: 0;
  margin: 0; }

/* All the options. Keep the first three lines for truncating... */
.sod_select .sod_option {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding: 10px 10px;
  list-style-type: none; }

/* Optgroups */
.sod_select .sod_option.optgroup,
.sod_select .sod_option.optgroup.disabled {
  background: inherit;
  color: #939393;
  font-size: 10px;
  font-style: italic; }

/* Children of an optgroup */
.sod_select .sod_option.groupchild {
  padding-left: 20px; }

/* Used together with placeholderOption / data-placeholder-option */
.sod_select .sod_option.is-placeholder {
  display: none; }

/* Disabled option */
.sod_select .sod_option.disabled {
  background: inherit;
  color: #cccccc; }

/* Hover state for options, also used when a user uses his/hers up/down keys */
.sod_select .sod_option.active {
  background: #f7f7f7;
  color: #333333; }

/*Make room for the check mark */
.sod_select .sod_option.selected {
  font-weight: 700;
  padding-right: 25px; }

/* Displays a check mark for the selected option */
.sod_select .sod_option.selected:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  color: #808080;
  height: 9px;
  width: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDlEOUQ4IiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K); }

/* Add a .no_highlight class to you SoD to hide the check mark and don't bold the option */
.sod_select.no_highlight .sod_option.selected {
  font-weight: 300; }

.sod_select.no_highlight .sod_option.selected:before {
  display: none; }

.sod_select .sod_option.link {
  /* If data-link is set on a specific option */ }

.sod_select .sod_option.linkexternal {
  /* If data-link-external is set on a specific option */ }

/* Hide native select */
.sod_select select {
  display: none !important; }

/* The native select in touch mode. Keep this first line. Sorry, keep everything. */
.sod_select.touch select {
  -webkit-appearance: menulist-button;
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1; }

::-moz-selection {
  background: #ffc041;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #ffc041;
  color: #fff;
  text-shadow: none; }

html {
  font-size: 16px;
  overflow-x: hidden; }
  @media all and (min-width: 46.875em) and (max-width: 97.4375em) {
    html {
      font-size: 12px; } }
  @media all and (max-width: 46.8125em) {
    html {
      font-size: 9px; } }

body {
  font-family: Dosis; }

h1, h2, h3, h4, p, span, a, li {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  font-weight: 600;
  color: #3d3d42; }

#container {
  background-color: #fff; }

p {
  font-size: 17px;
  line-height: 32px;
  font-weight: 400; }

a {
  text-decoration: none; }

#tempcontainer {
  padding: 100px;
  background-color: #948e84; }
  @media all and (max-width: 39.9375em) {
    #tempcontainer {
      padding: 15px; } }

h1, h2, h3 {
  margin-bottom: 10px; }

.sod_select {
  border-radius: 12px;
  border: 2px solid #e3e2d5;
  width: auto !important; }
  .sod_select:before, .sod_select:after {
    color: #b3b2a8; }
  .sod_select.focus {
    border: 2px solid #e3e2d5; }
  .sod_select:hover {
    border-color: #faf9f0; }
  .sod_select .sod_label, .sod_select .sod_option {
    font-family: Dosis;
    font-size: 17px;
    font-weight: normal !important;
    color: #3d3d42 !important; }
  .sod_select .sod_option.active {
    background-color: #faf9f0; }
  .sod_select .sod_list_wrapper {
    border-radius: 12px;
    border-top: 2px solid #e3e2d5 !important;
    border: 2px solid #e3e2d5;
    overflow: hidden; }

@font-face {
  font-family: 'groenkeur';
  src: url("../fonts/groenkeur.eot?17215470");
  src: url("../fonts/groenkeur.eot?17215470#iefix") format("embedded-opentype"), url("../fonts/groenkeur.woff?17215470") format("woff"), url("../fonts/groenkeur.ttf?17215470") format("truetype"), url("../fonts/groenkeur.svg?17215470#groenkeur") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'groenkeur';
    src: url('../font/groenkeur.svg?17215470#groenkeur') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before, [class^="icon-"]:after, [class*=" icon-"]:after {
  font-family: "groenkeur";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-gk__doublearrow:before {
  content: '\e800'; }

/* '' */
.icon-gk__arrow:after {
  content: '\e801'; }

/* '' */
.icon-gk__plus:before {
  content: '\e802'; }

/* '' */
.icon-gk__cross:before {
  content: '\e802';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* '' */
.icon-gk__arrowleft:before {
  content: '\e810'; }

/* '' */
.icon-gk__arrowright:after {
  content: '\e812'; }

/* '' */
.icon-gk__readmore:after {
  content: '\e818'; }

/* '' */
.icon-gk__arrowup:before {
  content: '\e80f'; }

/* '' */
.icon-gk__arrowup_after:after {
  content: '\e80f'; }

/* '' */
.icon-gk__arrowdown:after {
  content: '\e811'; }

/* '' */
.icon-gk__beste:before {
  content: '\e803'; }

/* '' */
.icon-gk__blad:before {
  content: '\e804'; }

/* '' */
.icon-gk__boom:before {
  content: '\e805'; }

/* '' */
.icon-gk__bullet:before {
  content: '\e806'; }

/* '' */
.icon-gk__certificaat:before {
  content: '\e807'; }

/* '' */
.icon-gk__checkmark-groot:before {
  content: '\e808'; }

/* '' */
.icon-gk__checkmark-klein:before {
  content: '\e809'; }

/* '' */
.icon-gk__download:before {
  content: '\e80a'; }

/* '' */
.icon-gk__duurzaam:before {
  content: '\e80b'; }

/* '' */
.icon-gk__gecertificeerd:before {
  content: '\e80c'; }

/* '' */
.icon-gk__hamburger:before {
  content: '\e80d'; }

/* '' */
.icon-gk__kruiwagen:before {
  content: '\e80e'; }

/* '' */
.icon-gk__product:before {
  content: '\e813'; }

/* '' */
.icon-gk__speech:before {
  content: '\e814'; }

/* '' */
.icon-gk__thumbsup:before {
  content: '\e815'; }

/* '' */
.icon-gk__vlag:before {
  content: '\e816'; }

/* '' */
.icon-gk__werkzaamheden:before {
  content: '\e817'; }

/* '' */
.icon-gk__linkedin:before {
  content: '\e819'; }

/* '' */
.icon-gk__magnifier:before {
  content: '\e81a'; }

/* '' */
.icon-gk__twitter:before {
  content: '\e81b'; }

/* '' */
.fz_xl {
  font-size: 3.25rem; }

.fz_l {
  font-size: 2.5rem; }

.fz_m {
  font-size: 2rem; }

.fz_s1 {
  font-size: 17px; }

.fz_s2 {
  font-size: 18px; }

.fz_s3 {
  font-size: 19px; }

.fz_s4 {
  font-size: 20px; }

.fs_sb {
  font-weight: 600; }

.c_green {
  color: #8db624; }

.c_white {
  color: #fff; }

.c_orange {
  color: #f7a600 !important; }

.c_blue {
  color: #82a6c8; }

.fw_normal {
  font-weight: normal; }

.bg_white {
  background-color: #fff; }

.bg_blue {
  background-color: #82a6c8; }

.bg_sand {
  background-color: #faf9f0; }

.bg_sanddark {
  background-color: #e3e2d5; }

.bg_sand2 {
  background-color: #f4f3e8; }

.bg_green {
  background-color: #8db624; }

.bg_greenlight {
  background-color: #b0da44; }

.bg_orange {
  background-color: #f7a600; }

.has_radius {
  border-radius: 12px; }

.is_mobile {
  display: none !important; }
  @media all and (max-width: 46.8125em) {
    .is_mobile {
      display: block !important; } }

.is_dt {
  display: none !important; }
  @media all and (min-width: 46.875em) {
    .is_dt {
      display: block !important; } }

.is_dt_ib {
  display: none !important; }
  @media all and (min-width: 40em) {
    .is_dt_ib {
      display: inline-block !important; } }

.is_cover {
  background-size: cover;
  background-position: center center; }

.setpadding {
  padding: 50px 66px; }

.mb0 {
  margin-bottom: 0 !important; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb50 {
  margin-bottom: 50px; }

.splitter div {
  width: 45%; }
  .splitter div:first-of-type {
    float: left; }
  .splitter div:last-of-type {
    float: right; }
  @media all and (max-width: 60.5625em) {
    .splitter div {
      width: 100%;
      float: none !important; }
      .splitter div:last-of-type {
        margin-top: 30px; } }

/* Underline Reveal */
.underline {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.underline:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7a600;
  height: 4px;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.underline:hover:before, .underline:focus:before, .underline:active:before {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.button, .page-numbers {
  background-color: #f7a600;
  border-radius: 12px;
  text-decoration: none;
  font-weight: bold;
  font-size: 19px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
          transition-property: color, background-color; }
  .button.buttonmargins, .page-numbers.buttonmargins {
    margin-top: 30px;
    margin-bottom: 30px; }
  @media all and (max-width: 46.8125em) {
    .button, .page-numbers {
      width: 100%;
      text-align: center; } }
  .button i, .page-numbers i {
    position: absolute;
    display: block;
    top: 12px;
    left: 15px;
    color: #3d3d42; }
  .button:hover, .button.active, .button.focus, .page-numbers:hover, .page-numbers.active, .page-numbers.focus {
    background-color: #ffc041; }
  .button-label, .page-numbers-label {
    display: block;
    color: #fff;
    padding: 12px 28px;
    padding-top: 13px; }
    .button-label:after, .page-numbers-label:after {
      font-size: 8px;
      margin-left: 11px;
      font-weight: bold;
      vertical-align: middle; }
    .button-label.icon-gk__download, .page-numbers-label.icon-gk__download {
      padding-left: 15px; }
      .button-label.icon-gk__download:before, .page-numbers-label.icon-gk__download:before {
        margin-right: 30px;
        color: #3d3d42; }
        @media all and (max-width: 39.9375em) {
          .button-label.icon-gk__download:before, .page-numbers-label.icon-gk__download:before {
            display: none; } }
  @media all and (max-width: 39.9375em) {
    .button .icon-gk__download:before, .page-numbers .icon-gk__download:before {
      display: none; } }
  @media all and (max-width: 46.8125em) {
    .button.download .button-label, .page-numbers.download .button-label {
      text-align: center; }
      .button.download .button-label:before, .page-numbers.download .button-label:before {
        position: absolute;
        left: 15px; } }
  .button-action, .page-numbers-action {
    display: block;
    position: absolute;
    top: 14px;
    right: 27px;
    color: #3d3d42; }
  .button.wide, .page-numbers.wide {
    padding-left: 66px;
    padding-right: 66px; }
    @media all and (max-width: 39.9375em) {
      .button.wide, .page-numbers.wide {
        padding-left: 0;
        padding-right: 0; } }
  .button.fullwidth, .page-numbers.fullwidth {
    display: block; }
    @media all and (max-width: 46.8125em) {
      .button.fullwidth .button-action, .page-numbers.fullwidth .button-action {
        display: none; } }
  .button.aligncenter, .page-numbers.aligncenter {
    text-align: center; }
  .button.bg_opacity, .page-numbers.bg_opacity {
    opacity: 0.4; }
  .button.bg_deeppurple, .page-numbers.bg_deeppurple {
    background-color: #3d3d42; }
    .button.bg_deeppurple.underline:before, .page-numbers.bg_deeppurple.underline:before {
      background-color: #3d3d42; }
    .button.bg_deeppurple:hover, .page-numbers.bg_deeppurple:hover {
      background-color: #81818a; }
  .button.bg_grey, .page-numbers.bg_grey {
    background-color: #b3b2a8; }
    .button.bg_grey.underline:before, .page-numbers.bg_grey.underline:before {
      background-color: #b3b2a8; }
    .button.bg_grey:hover, .page-numbers.bg_grey:hover {
      background-color: #CCCBBF; }
  .button.bg_blue, .page-numbers.bg_blue {
    background-color: #82a6c8; }
    .button.bg_blue.underline:before, .page-numbers.bg_blue.underline:before {
      background-color: #82a6c8; }
    .button.bg_blue:hover, .page-numbers.bg_blue:hover {
      background-color: #97c2e9; }
  .button.unfilled, .page-numbers.unfilled {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: transparent;
    border: 3px solid #fff; }
    .button.unfilled-label, .page-numbers.unfilled-label {
      padding: 8px 22px;
      padding-top: 9px; }
    .button.unfilled:hover, .page-numbers.unfilled:hover {
      background-color: #ffc041; }

.number {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  font-weight: 500;
  font-size: 42px;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 78px; }
  .number.bg_green {
    background-color: #8db624; }
  .number.bg_blue {
    background-color: #82a6c8; }
  .number i {
    font-style: normal; }
  @media all and (max-width: 46.8125em) {
    .number {
      width: 40px;
      height: 40px;
      font-size: 25px;
      line-height: 40px; } }
  @media all and (min-width: 46.875em) and (max-width: 97.4375em) {
    .number {
      width: 70px;
      height: 70px;
      font-size: 38px;
      line-height: 70px; } }
  .number.small {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 24px; }

input[type=text], input[type=password], input[type=email] {
  border-radius: 8px;
  border: 2px solid #e3e2d5;
  color: #3d3d42;
  font-size: 19px;
  padding: 10px 20px;
  font-family: Dosis;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media all and (max-width: 46.8125em) {
    input[type=text], input[type=password], input[type=email] {
      width: 100%; } }

.stack {
  list-style: none;
  display: block;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 50px; }
  .stack .button {
    background-color: transparent; }
  .stack li {
    width: 100%; }
    .stack li:not(:last-of-type) {
      border-bottom: 2px solid #e3e2d5; }

.tab {
  display: inline-block;
  background-color: #faf9f0;
  width: 285px;
  height: 132px;
  border-radius: 12px;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  color: #8db624;
  font-size: 28px;
  text-align: center;
  cursor: pointer;
  position: relative; }
  @media all and (max-width: 78.6875em) {
    .tab {
      width: 156px;
      font-size: 28px; } }
  @media all and (max-width: 46.8125em) {
    .tab {
      width: 154px;
      height: 96px;
      font-size: 22px; } }
  @media all and (max-width: 46.8125em) {
    .tab {
      width: 100%; }
      .tab .label {
        padding-top: 34px; } }
  .tab:not(.active):after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    border-top: 15px solid #faf9f0;
    bottom: 0;
    -webkit-transition: bottom 0.2s ease-in-out;
            transition: bottom 0.2s ease-in-out; }
  .tab:not(.active):hover:after {
    bottom: -14px; }
  .tab.active {
    background-color: #8db624; }
    .tab.active .label {
      color: #fff; }
    .tab.active:after, .tab.active:before {
      content: "";
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      left: 50%;
      margin-left: -15px;
      position: absolute; }
    .tab.active:before {
      border-bottom: 15px solid #faf9f0;
      bottom: -30px; }
    .tab.active:after {
      border-top: 15px solid #8db624;
      bottom: -14px; }
    @media all and (max-width: 46.8125em) {
      .tab.active {
        margin-bottom: 30px; } }
  .tab .label {
    color: #8db624;
    width: 80%;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 24px; }
    @media all and (max-width: 78.6875em) {
      .tab .label {
        width: 86%;
        margin-top: 32px; } }
    @media all and (max-width: 46.8125em) {
      .tab .label {
        margin-top: 21px; } }

.orderdropdown .sod_select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  float: left; }

.orderdropdown .sod_label {
  padding-right: 30px; }

.orderdropdown .icon-gk__plus {
  background-color: #8db624;
  color: #fff;
  display: block;
  width: 49px;
  height: 51px;
  float: left;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  line-height: 51px;
  text-align: center; }
  .orderdropdown .icon-gk__plus:hover {
    background-color: #b0da44; }

/*general styles for all CSS Checkboxes*/
label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

input[type=checkbox].css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 20px;
  height: 18px;
  display: inline-block;
  line-height: 18px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer; }

input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -18px; }

.lite-green-check {
  background-image: url("../images/checkbox.png"); }

.section {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media all and (max-width: 60.5625em) {
    .section {
      padding-top: 50px;
      padding-bottom: 50px; } }

.socialicon {
  text-align: center;
  color: #ced600 !important;
  height: 36px;
  width: 36px;
  display: inline-block; }
  .socialicon:before {
    font-size: 30px;
    vertical-align: middle; }
  .socialicon:hover:before {
    color: #b0da44; }

.testimonial blockquote {
  margin: 0 auto;
  width: 80%;
  text-align: center;
  margin-bottom: 30px; }

.testimonial .author {
  font-size: 14px;
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 30px; }

.testimonial .divider {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  color: #fff; }

.contentteaser {
  width: 100%;
  border-radius: 12px;
  display: block;
  background-color: #fff;
  padding-top: 46px;
  padding-bottom: 40px;
  margin-bottom: 24px;
  position: relative; }
  @media all and (min-width: 46.875em) and (max-width: 60.5625em) {
    .contentteaser.contentteaser_image {
      padding-top: 0; } }
  .contentteaser .content {
    margin-left: 390px; }
    @media all and (min-width: 46.875em) and (max-width: 60.5625em) {
      .contentteaser .content {
        margin-left: 0;
        margin-top: 46px; } }
    @media all and (max-width: 46.8125em) {
      .contentteaser .content {
        margin-left: 0; } }
  .contentteaser h3, .contentteaser p, .contentteaser .readmore {
    margin-left: 60px;
    margin-right: 60px; }
  .contentteaser h3 {
    margin-top: 18px; }
  .contentteaser .category, .contentteaser .date {
    font-size: 20px; }
  .contentteaser .category {
    color: #8db624; }
  .contentteaser .date {
    color: #b3b2a8;
    margin-left: 60px;
    margin-right: 16px; }
  .contentteaser .readmore {
    font-size: 19px;
    color: #f7a600;
    margin-top: 40px;
    display: block; }
    .contentteaser .readmore:after {
      vertical-align: middle; }
    .contentteaser .readmore:after, .contentteaser .readmore .label {
      color: #f7a600;
      font-weight: 900; }
    .contentteaser .readmore:hover:after, .contentteaser .readmore:hover .label {
      color: #ffc041; }
  .contentteaser .image {
    display: block;
    height: 100%;
    width: 390px;
    background: #e3e2d5;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
    background-size: cover;
    background-position: center center; }
    @media all and (min-width: 46.875em) and (max-width: 60.5625em) {
      .contentteaser .image {
        position: relative;
        width: 100%;
        border-bottom-left-radius: 0;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        height: 360px;
        padding-top: -46px; } }
    @media all and (max-width: 46.8125em) {
      .contentteaser .image {
        height: 280px; } }
    @media all and (max-width: 46.8125em) {
      .contentteaser .image {
        display: none; } }

.twitterfeed .tweet {
  padding-right: 46px;
  padding-left: 64px;
  padding-top: 46px;
  padding-bottom: 46px; }

.twitterfeed .author {
  position: relative; }

.twitterfeed .avatar {
  width: 77px;
  height: 77px;
  border-radius: 12px;
  border: 2px solid #b3b2a8;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center; }
  .twitterfeed .avatar img {
    width: 60%;
    margin-top: 15px; }

.twitterfeed .name {
  margin-top: 16px; }

.twitterfeed .name, .twitterfeed .date {
  margin-left: 96px;
  font-size: 20px;
  display: inline-block; }

.twitterfeed .date {
  color: #b3b2a8;
  margin-bottom: 38px; }

.twitterfeed p {
  font-size: 17px;
  line-height: 24px; }

.header {
  height: 84px;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 2;
  line-height: 84px; }
  @media all and (max-width: 46.8125em) {
    .header {
      height: 64px;
      line-height: 64px; }
      .header .wrapper {
        position: static; } }
  .header .topbar {
    height: 84px;
    position: relative;
    z-index: 10;
    background-color: #fff; }
    @media all and (max-width: 46.8125em) {
      .header .topbar {
        height: 64px; } }
  .header .logo {
    width: 120px;
    margin-left: 66px;
    vertical-align: 0; }
    @media all and (min-width: 46.875em) and (max-width: 97.4375em) {
      .header .logo {
        width: 120px;
        margin-left: 22px; } }
    @media all and (max-width: 46.8125em) {
      .header .logo {
        width: 130px;
        margin-left: 28px; } }
  .header .rightbar {
    width: 895px;
    float: right;
    height: 100%;
    font-size: 18px;
    font-weight: 700; }
    @media all and (min-width: 46.875em) and (max-width: 97.4375em) {
      .header .rightbar {
        width: 330px; } }
    @media all and (max-width: 46.8125em) {
      .header .rightbar {
        width: 106px; } }
    .header .rightbar .magnifier {
      display: inline-block;
      margin-right: 30px;
      color: #b3b2a8; }
      @media all and (min-width: 97.5em) {
        .header .rightbar .magnifier {
          display: none; } }
    .header .rightbar .socialicons {
      float: right;
      margin-right: 15px; }
      @media all and (max-width: 46.8125em) {
        .header .rightbar .socialicons {
          display: none; } }
    .header .rightbar .login {
      color: #f7a600; }
      .header .rightbar .login:after {
        font-size: 7px;
        vertical-align: middle;
        font-weight: bold;
        margin-left: 4px; }
    .header .rightbar .contact {
      color: #3d3d42;
      margin-left: 25px; }
    @media all and (max-width: 46.8125em) {
      .header .rightbar .contact, .header .rightbar .login {
        display: none; } }
    .header .rightbar .mobilemenu {
      color: #3d3d42;
      display: none; }
      @media all and (max-width: 46.8125em) {
        .header .rightbar .mobilemenu {
          display: inline-block; } }

.nav {
  position: absolute;
  height: 48px;
  background-color: #faf9f0;
  width: 100%;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
  line-height: 1.5em;
  z-index: 100;
  height: 162px; }
  @media all and (max-width: 46.8125em) {
    .nav {
      display: block;
      left: 0;
      border-radius: 0;
      top: -48px !important;
      z-index: -1; } }
  @media all and (max-width: 46.8125em) {
    .nav {
      top: 64px; } }
  .nav .opennav {
    display: none;
    text-align: center;
    color: #8db624;
    font-size: 19px;
    font-weight: 700;
    line-height: 48px; }
    .nav .opennav:after {
      font-size: 15px;
      font-weight: 700; }
    .nav .opennav:hover {
      color: #b0da44; }
    @media all and (max-width: 46.8125em) {
      .nav .opennav {
        display: none; } }
  .nav .closebutton {
    display: block;
    width: 35px;
    height: 35px;
    border-left: 2px solid #e3e2d5;
    border-right: 2px solid #e3e2d5;
    border-bottom: 2px solid #e3e2d5;
    position: absolute;
    top: 0;
    right: 64px;
    line-height: 35px;
    text-align: center;
    opacity: 0; }
    @media all and (min-width: 60.625em) and (max-width: 97.4375em) {
      .nav .closebutton {
        right: 24px; } }
    @media all and (min-width: 46.875em) and (max-width: 60.5625em) {
      .nav .closebutton {
        right: 14px; } }
    .nav .closebutton:after {
      content: '\e802';
      font-family: groenkeur;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      color: #8db624;
      position: absolute;
      left: 12px; }
    .nav .closebutton:hover:after {
      color: #b0da44; }
  .nav .navitems {
    height: 100%; }
  .nav .navitem {
    margin-top: 34px; }
    @media all and (min-width: 46.875em) and (max-width: 97.4375em) {
      .nav .navitem {
        margin-top: 30px; } }
    @media all and (max-width: 46.8125em) {
      .nav .navitem {
        margin-top: 25px; } }
  .nav .navcol {
    width: 25%;
    float: left;
    text-align: center;
    height: 100%;
    position: relative; }
    .nav .navcol.cta:after {
      width: 2px;
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      background-color: #e3e2d5;
      height: 100%; }
      @media all and (max-width: 46.8125em) {
        .nav .navcol.cta:after {
          display: none; } }
    .nav .navcol.cta:hover {
      background-color: #e3e2d5; }
    @media all and (max-width: 46.8125em) {
      .nav .navcol {
        float: none;
        width: 100%;
        text-align: left;
        visibility: visible !important;
        display: block !important;
        opacity: 1 !important;
        height: auto; } }
  .nav .circle {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    line-height: 90px;
    display: inline-block;
    margin: 0 auto;
    margin-right: 20px;
    font-style: normal;
    font-weight: normal;
    text-align: center; }
    @media all and (min-width: 46.875em) and (max-width: 97.4375em) {
      .nav .circle {
        width: 70px;
        height: 70px;
        line-height: 70px;
        margin: 0 auto;
        display: block;
        margin-bottom: 10px; } }
    @media all and (max-width: 46.8125em) {
      .nav .circle {
        width: 40px;
        height: 40px;
        line-height: 40px; } }
    .nav .circle:before {
      color: #fff;
      font-family: groenkeur;
      font-size: 30px; }
      @media all and (min-width: 46.875em) and (max-width: 97.4375em) {
        .nav .circle:before {
          font-size: 36px; } }
      @media all and (max-width: 46.8125em) {
        .nav .circle:before {
          font-size: 20px; } }
    .nav .circle.circle1:before {
      content: '\e80b'; }
    .nav .circle.circle2:before {
      content: '\e80c'; }
    .nav .circle.circle3:before {
      content: '\e807'; }
  .nav .menulabel {
    font-size: 18px;
    font-weight: 600; }
  .nav .links {
    margin-top: 32px; }
    @media all and (max-width: 46.8125em) {
      .nav .links {
        border-top: 2px solid #e3e2d5;
        border-bottom: 2px solid #e3e2d5;
        padding-top: 20px;
        padding-bottom: 20px; } }
    .nav .links li {
      margin-bottom: 8px; }
      @media all and (max-width: 46.8125em) {
        .nav .links li {
          margin-bottom: 0; }
          .nav .links li:not(:last-of-type) {
            margin-bottom: 12px; } }
      .nav .links li .icon-gk__arrowright:after {
        font-size: 8px;
        font-weight: bold;
        vertical-align: middle;
        margin-left: 3px; }
    .nav .links a {
      color: #3d3d42;
      font-size: 18px; }

.mobilenav {
  background-color: #faf9f0;
  width: 100%;
  position: absolute;
  left: 0;
  padding-bottom: 10px;
  -webkit-transform: translateY(-130%);
      -ms-transform: translateY(-130%);
          transform: translateY(-130%); }
  .mobilenav li a {
    color: #3d3d42;
    font-weight: bold;
    font-size: 18px; }
  .mobilenav .closebutton {
    display: block;
    width: 35px;
    height: 35px;
    border-left: 2px solid #e3e2d5;
    border-right: 2px solid #e3e2d5;
    border-bottom: 2px solid #e3e2d5;
    position: absolute;
    top: 0;
    right: 24px;
    line-height: 35px;
    text-align: center; }
    .mobilenav .closebutton:after {
      content: '\e802';
      font-family: groenkeur;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      color: #8db624;
      position: absolute;
      left: 12px; }
    .mobilenav .closebutton:hover:after {
      color: #b0da44; }
  .mobilenav .circle {
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px; }
    .mobilenav .circle:before {
      color: #fff;
      font-family: groenkeur;
      font-size: 20px; }
    .mobilenav .circle.circle1:before {
      content: '\e80b'; }
    .mobilenav .circle.circle2:before {
      content: '\e80c'; }
    .mobilenav .circle.circle3:before {
      content: '\e807'; }
  .mobilenav .nav_divider {
    width: 100%;
    height: 2px;
    background-color: #e3e2d5; }
  .mobilenav .links {
    line-height: 3em;
    margin-top: 10px;
    margin-bottom: 10px; }

.hero {
  height: 720px;
  width: 100%;
  background-color: #8db624; }
  @media all and (min-width: 60.625em) and (max-width: 97.4375em) {
    .hero {
      height: 600px; } }
  @media all and (min-width: 46.875em) and (max-width: 60.5625em) {
    .hero {
      height: 450px; } }
  @media all and (max-width: 46.8125em) {
    .hero {
      height: auto; } }

.linklist.linklist__articles .button-label {
  color: #3d3d42;
  width: 80%;
  text-align: left; }

.linklist.linklist__articles .button .date {
  margin-right: 60px;
  margin-left: 20px; }
  @media all and (max-width: 97.4375em) {
    .linklist.linklist__articles .button .date {
      display: block;
      margin-left: 0; } }

.linklist.linklist__articles .button-action, .linklist.linklist__articles .action-label {
  color: #f7a600; }

.linklist.linklist__articles .icon-gk__readmore:after {
  margin-left: 8px;
  vertical-align: bottom; }

@media all and (max-width: 97.4375em) {
  .linklist.linklist__articles .icon-gk__readmore .action-label {
    display: none; } }

@media all and (max-width: 97.4375em) {
  .linklist.linklist__articles .button-action {
    top: 39px; } }

.linklist .button-label {
  padding: 26px 30px !important;
  padding-top: 27px; }

.linklist .button-action {
  top: 27px;
  right: 34px; }
  @media all and (max-width: 46.8125em) {
    .linklist .button-action {
      display: none; } }

.linklist.is-orange .button-label {
  color: #f7a600; }

.linklist.is-orange .icon-gk__download:before {
  color: #f7a600; }

.linklist.is-blue .button-label {
  color: #82a6c8; }

.linklist.is-blue .icon-gk__download:before {
  color: #82a6c8; }

.linklist li:first-of-type .button {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px; }

.linklist li:last-of-type .button {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px; }

.linklist .button {
  display: block;
  border-radius: 0; }
  .linklist .button:hover {
    background-color: #e3e2d5; }
  .linklist .button .date {
    color: #b3b2a8;
    margin-right: 14px; }
    @media all and (max-width: 39.9375em) {
      .linklist .button .date {
        display: none !important; } }

@media all and (max-width: 60.5625em) {
  .pagination .prev, .pagination .next {
    display: none; } }

.pagination .button.next, .pagination .page-numbers.next {
  margin-left: 5px; }

.pagination .button.prev, .pagination .page-numbers.prev {
  margin-right: 5px; }

.pagination .button.pages, .pagination .page-numbers.pages {
  background-color: #fff;
  margin-left: 5px;
  margin-right: 5px; }
  .pagination .button.pages .button-label, .pagination .page-numbers.pages .button-label {
    color: #b3b2a8; }
  .pagination .button.pages:hover, .pagination .page-numbers.pages:hover {
    background-color: #ffc041; }
  .pagination .button.pages.active, .pagination .page-numbers.pages.active {
    background-color: #ffc041; }
    .pagination .button.pages.active .button-label, .pagination .page-numbers.pages.active .button-label {
      color: white; }

.pagination .button.dots, .pagination .page-numbers.dots {
  display: none; }

.pagination .button-label:before, .pagination .page-numbers-label:before {
  font-size: 8px;
  margin-right: 11px;
  font-weight: bold;
  vertical-align: middle; }

.pros {
  margin: 0 auto;
  margin-right: -90px;
  width: 100%; }
  @media all and (max-width: 60.5625em) {
    .pros {
      margin-right: 0; } }
  @media all and (max-width: 97.4375em) {
    .pros {
      margin-right: -30px;
      margin-right: 0;
      margin-left: 0; } }
  .pros .procontainer {
    width: 26%;
    float: left;
    margin-right: 90px; }
    @media all and (max-width: 46.8125em) {
      .pros .procontainer {
        width: 100%;
        margin-right: 0; }
        .pros .procontainer:first-of-type, .pros .procontainer:nth-of-type(2) {
          margin-bottom: 40px; } }
    @media all and (min-width: 46.875em) and (max-width: 60.5625em) {
      .pros .procontainer {
        width: 100%;
        margin-right: 0; }
        .pros .procontainer:first-of-type, .pros .procontainer:nth-of-type(2) {
          margin-bottom: 70px; } }
    @media all and (min-width: 60.625em) and (max-width: 97.4375em) {
      .pros .procontainer {
        margin-right: 30px;
        width: 31%; }
        .pros .procontainer:last-of-type {
          margin-right: 0; } }

.procontainer {
  border-radius: 12px;
  background-color: #faf9f0;
  padding-top: 50px;
  padding-bottom: 60px;
  position: relative; }
  @media all and (max-width: 46.8125em) {
    .procontainer {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media all and (min-width: 46.875em) and (max-width: 60.5625em) {
    .procontainer {
      padding-bottom: 40px;
      padding-top: 50px; } }
  .procontainer .number {
    position: absolute;
    left: -50px;
    top: 24px; }
    @media all and (max-width: 46.8125em) {
      .procontainer .number {
        left: 23px;
        top: -20px; } }
    @media all and (min-width: 46.875em) and (max-width: 97.4375em) {
      .procontainer .number {
        left: 32px;
        top: -35px; } }
  .procontainer h3 {
    margin-bottom: .4em; }
  .procontainer p {
    line-height: 30px; }
  .procontainer h3, .procontainer p {
    margin-left: 64px;
    margin-right: 64px; }
    @media all and (max-width: 46.8125em) {
      .procontainer h3, .procontainer p {
        margin-left: 23px;
        margin-right: 23px; } }
    @media all and (min-width: 46.875em) and (max-width: 97.4375em) {
      .procontainer h3, .procontainer p {
        margin-left: 32px;
        margin-right: 32px; } }

.harmonica.miniharmonica li {
  height: 84px; }
  .harmonica.miniharmonica li:after {
    height: 25px; }
  .harmonica.miniharmonica li h3 {
    margin-top: 32px; }
  .harmonica.miniharmonica li .readmore {
    top: 32px; }
  .harmonica.miniharmonica li p {
    margin-top: 30px; }

.harmonica li {
  position: relative;
  height: 180px;
  overflow: hidden; }
  .harmonica li:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 55px;
    width: 100%;
    cursor: pointer; }

.harmonica.bg_white li:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 70%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 70%); }

.harmonica.bg_sand li:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #faf9f0));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #faf9f0 70%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #faf9f0 70%); }

.harmonica a {
  display: block;
  position: relative;
  overflow: hidden; }

.harmonica .readmore {
  font-size: 19px;
  display: block;
  position: absolute;
  right: 64px;
  top: 54px; }
  @media all and (max-width: 39.9375em) {
    .harmonica .readmore {
      right: 20px; } }
  @media all and (max-width: 97.4375em) {
    .harmonica .readmore {
      top: 42px;
      right: 32px; } }
  .harmonica .readmore .label, .harmonica .readmore:after, .harmonica .readmore .close {
    color: #f7a600; }
  .harmonica .readmore .close {
    margin-left: 10px; }
  .harmonica .readmore:after {
    margin-left: 8px;
    vertical-align: bottom; }
  @media all and (max-width: 97.4375em) {
    .harmonica .readmore .label {
      display: none; } }

.harmonica h3 {
  margin-top: 40px; }
  @media all and (max-width: 46.8125em) {
    .harmonica h3 {
      font-size: 22px;
      width: 60%; } }
  .harmonica h3 .number {
    float: left;
    margin-right: 24px;
    margin-top: 5px; }
    @media all and (max-width: 46.8125em) {
      .harmonica h3 .number {
        margin-top: -5px;
        margin-right: 15px; } }
    @media all and (max-width: 39.9375em) {
      .harmonica h3 .number {
        margin-right: 9px;
        margin-top: -6px; } }

.harmonica h3, .harmonica p {
  margin-left: 64px;
  margin-right: 64px; }
  @media all and (min-width: 78.75em) and (max-width: 97.4375em) {
    .harmonica h3, .harmonica p {
      margin-left: 32px;
      margin-right: 32px; } }
  @media all and (max-width: 46.8125em) {
    .harmonica h3, .harmonica p {
      margin-left: 32px;
      margin-right: 32px; } }
  @media all and (max-width: 39.9375em) {
    .harmonica h3, .harmonica p {
      margin-left: 20px;
      margin-right: 20px; } }

.harmonica p {
  position: relative; }

.tabharmonica .stack {
  display: none; }
  .tabharmonica .stack.active {
    display: block; }

@media all and (min-width: 46.875em) {
  .tabharmonica .tab {
    width: 30%;
    line-height: 65px; } }

@media all and (min-width: 40em) and (max-width: 60.5625em) {
  .tabharmonica .tab {
    font-size: 20px; } }

.tabharmonica .tabs {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines; }

.tabharmonica .stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0; }

.company {
  border-radius: 12px;
  background-color: #fff;
  display: block;
  margin-bottom: 20px; }
  .company_data {
    padding-top: 40px;
    padding-bottom: 40px; }
    @media all and (max-width: 60.5625em) {
      .company_data {
        padding-top: 30px;
        padding-bottom: 30px; } }
  .company_name, .company_city, .company .readmore {
    display: inline-block; }
  .company_name {
    color: #3d3d42;
    margin-left: 66px;
    width: 40%; }
    @media all and (max-width: 60.5625em) {
      .company_name {
        width: 60%;
        margin-left: 30px; } }
  .company_name, .company_city {
    font-size: 20px;
    font-weight: 600; }
  .company_city {
    color: #b3b2a8;
    vertical-align: top;
    margin-left: 80px; }
    @media all and (min-width: 78.75em) and (max-width: 97.4375em) {
      .company_city {
        margin-left: 20px;
        display: inline-block; } }
    @media all and (min-width: 60.625em) and (max-width: 78.6875em) {
      .company_city {
        display: block;
        margin-left: 67px;
        margin-top: 20px; } }
    @media all and (min-width: 46.875em) and (max-width: 60.5625em) {
      .company_city {
        display: block;
        margin-left: 30px;
        margin-top: 20px; } }
  .company_extra {
    height: 0px;
    visibility: hidden;
    opacity: 0;
    font-size: 13px; }
  .company_certificates, .company_extra {
    list-style: none;
    margin-left: 66px;
    margin-right: 66px;
    padding-bottom: 24px; }
    @media all and (max-width: 60.5625em) {
      .company_certificates, .company_extra {
        margin-left: 30px;
        margin-right: 30px; } }
    .company_certificates li, .company_extra li {
      display: inline-block;
      margin-right: 60px;
      padding-top: 20px; }
      @media all and (max-width: 60.5625em) {
        .company_certificates li, .company_extra li {
          margin-right: 30px; } }
  .company .readmore, .company .label {
    color: #f7a600; }
  .company .readmore {
    float: right;
    margin-right: 64px;
    font-size: 19px;
    font-weight: 700; }
    .company .readmore .label {
      font-size: 19px; }
      @media all and (max-width: 60.5625em) {
        .company .readmore .label {
          display: none; } }
  .company .icon-gk__checkmark-klein {
    color: #3d3d42;
    font-size: 14px;
    font-weight: normal; }
    .company .icon-gk__checkmark-klein:before {
      color: #8db624;
      font-size: 20px;
      margin-right: 10px; }

.totalorder {
  border-radius: 12px;
  background-color: #fff;
  border: 2px solid #e3e2d5;
  width: 100%;
  height: 44px;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  line-height: 44px; }
  .totalorder .totallabel {
    margin-left: 30px;
    font-size: 19px;
    color: #3d3d42; }
  .totalorder .button {
    position: absolute;
    right: -2px;
    top: -2px;
    padding-right: 50px;
    padding-left: 50px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    line-height: normal;
    height: 48px; }

.lightbox, .lightboxlogin {
  width: 100%;
  margin-top: 175px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
  z-index: -1;
  display: none; }
  @media all and (max-width: 78.6875em) {
    .lightbox, .lightboxlogin {
      margin-top: 30px; } }
  .lightbox:after, .lightboxlogin:after {
    content: "";
    display: block;
    background: rgba(227, 226, 213, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10; }
  .lightbox_content, .lightboxlogin_content {
    z-index: 12;
    position: relative;
    border-radius: 12px;
    border-top-right-radius: 0;
    margin: 0 auto;
    width: 1140px;
    background-color: #fff;
    padding-bottom: 40px;
    opacity: 0;
    -webkit-transform: translateY(500px);
        -ms-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
    margin-bottom: 70px; }
    @media all and (max-width: 78.6875em) {
      .lightbox_content, .lightboxlogin_content {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
        padding-bottom: 40px;
        width: 90%;
        border-radius: 12px; } }
  .lightbox .close, .lightboxlogin .close {
    width: 51px;
    height: 50px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: #f7a600;
    position: absolute;
    right: -51px;
    top: 0;
    text-align: center;
    line-height: 50px;
    font-size: 17px; }
    @media all and (max-width: 78.6875em) {
      .lightbox .close, .lightboxlogin .close {
        right: 20px;
        border-radius: 12px;
        top: 10px; } }
    .lightbox .close:hover, .lightboxlogin .close:hover {
      background-color: #ffc041; }
    .lightbox .close:before, .lightboxlogin .close:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      color: #fff; }
  .lightbox.show, .lightboxlogin.show {
    opacity: 1;
    z-index: 100;
    display: block; }
    .lightbox.show .lightbox_content, .lightboxlogin.show .lightbox_content {
      -webkit-animation: lightbox 0.7s forwards;
              animation: lightbox 0.7s forwards; }

@-webkit-keyframes lightbox {
  0% {
    opacity: 1; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes lightbox {
  0% {
    opacity: 1; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.regulartabs .regulartab {
  height: 96px;
  background-color: #e3e2d5;
  padding-left: 68px;
  padding-right: 110px;
  line-height: 96px;
  display: inline-block; }
  @media all and (min-width: 40em) and (max-width: 97.4375em) {
    .regulartabs .regulartab {
      padding-left: 30px;
      padding-right: 30px;
      height: 76px;
      line-height: 76px; } }
  .regulartabs .regulartab:first-of-type {
    margin-right: 30px; }
  .regulartabs .regulartab span {
    font-size: 40px;
    font-weight: 600;
    position: relative;
    color: #b3b2a8; }
    @media all and (min-width: 46.875em) and (max-width: 97.4375em) {
      .regulartabs .regulartab span {
        font-size: 24px; } }
    .regulartabs .regulartab span:after {
      content: '\e812';
      font-family: groenkeur;
      font-size: 16px;
      margin-left: 23px;
      width: 30px;
      position: absolute;
      top: 7px;
      right: -45px; }
      @media all and (min-width: 46.875em) and (max-width: 97.4375em) {
        .regulartabs .regulartab span:after {
          display: none; } }
  .regulartabs .regulartab.active {
    background-color: #fff; }
    .regulartabs .regulartab.active span {
      color: #3d3d42; }
      .regulartabs .regulartab.active span:after {
        width: 30px;
        content: '\e811';
        font-size: 22px; }
        @media all and (min-width: 46.875em) and (max-width: 97.4375em) {
          .regulartabs .regulartab.active span:after {
            font-size: 17px; } }

.regulartabs .regulartabcontent {
  padding: 10px 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-top-right-radius: 12px;
  position: relative; }
  .regulartabs .regulartabcontent .tabcontentwrapper {
    margin-left: 66px;
    margin-top: 50px;
    margin-right: 66px;
    margin-bottom: 40px; }
    @media all and (max-width: 46.8125em) {
      .regulartabs .regulartabcontent .tabcontentwrapper {
        margin-left: 33px;
        margin-right: 33px;
        margin-top: 25px;
        margin-bottom: 20px; } }

.regulartabs .regulartabcontent2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }

.regulartabs .regulartabcontent1 {
  position: relative;
  z-index: 1; }

.regulartabs .regulartab1, .regulartabs .regulartab2 {
  color: #3d3d42;
  background-color: #e3e2d5;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px; }
  .regulartabs .regulartab1.active, .regulartabs .regulartab2.active {
    background-color: #fff; }

.regulartabs .regulartab1, .regulartabs .regulartab2 {
  display: inline-block;
  position: relative; }
  .regulartabs .regulartab1 span, .regulartabs .regulartab2 span {
    display: block;
    margin: 0 auto; }

.regulartabs .tabcontentcontainer {
  position: relative;
  margin-top: -1px; }
  .regulartabs .tabcontentcontainer .active {
    z-index: 1; }

.regulartabs .button {
  margin-bottom: 0; }

.regulartabs ul {
  padding-left: 0; }

.regulartabs li {
  font-weight: normal;
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 8px; }

.regulartabs .tabcontent_left {
  float: left;
  width: 60%; }
  @media all and (max-width: 97.4375em) {
    .regulartabs .tabcontent_left {
      float: none;
      width: 100%; } }

.regulartabs .tabcontent_right {
  float: right;
  width: 36%; }
  @media all and (max-width: 97.4375em) {
    .regulartabs .tabcontent_right {
      margin-top: 30px;
      float: none;
      width: 100%; } }
  .regulartabs .tabcontent_right p {
    line-height: 26px;
    margin-bottom: 10px; }

@media all and (max-width: 49.9375em) {
  .regulartabs .regulartab {
    display: none; }
  .regulartabs .mobile_tab {
    display: block; }
  .regulartabs .regulartabcontent {
    border-top-left-radius: 12px;
    display: block;
    position: relative; }
    .regulartabs .regulartabcontent:last-of-type {
      margin-top: 30px; } }

.footer {
  height: 325px;
  background-color: #8db624;
  width: 100%; }
  @media all and (max-width: 46.8125em) {
    .footer {
      height: 400px; } }
  .footer .wrapper {
    position: relative; }
  .footer .totop {
    position: absolute;
    height: 48px;
    width: 296px;
    top: -48px;
    background-color: #8db624;
    right: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    line-height: 48px;
    text-align: center;
    font-size: 19px;
    font-weight: 700; }
    @media all and (max-width: 39.9375em) {
      .footer .totop {
        width: 100%; } }
    .footer .totop:hover {
      background-color: #b0da44; }
    .footer .totop span {
      color: #fff; }
      .footer .totop span:after {
        font-size: 12px;
        vertical-align: middle;
        font-weight: bold;
        color: #fff;
        margin-left: 5px; }
  .footer .contact {
    padding-top: 70px;
    list-style: none; }
    @media all and (min-width: 46.875em) and (max-width: 60.5625em) {
      .footer .contact {
        padding-top: 60px; } }
    @media all and (max-width: 46.8125em) {
      .footer .contact {
        padding-top: 42px; } }
    .footer .contact li, .footer .contact span, .footer .contact a {
      color: #fff;
      font-size: 18px;
      font-weight: 600; }
    .footer .contact li {
      float: left;
      padding-right: 27px; }
      .footer .contact li:not(:first-of-type) {
        margin-left: 27px; }
      .footer .contact li:nth-of-type(-n+4) {
        border-right: 2px solid #ced600; }
      .footer .contact li:last-of-type {
        margin-left: 200px; }
      .footer .contact li.below {
        display: block;
        float: none; }
      @media all and (min-width: 60.625em) and (max-width: 97.4375em) {
        .footer .contact li:last-of-type {
          position: absolute;
          left: 0;
          margin-left: 0;
          top: 160px; } }
      @media all and (min-width: 46.875em) and (max-width: 60.5625em) {
        .footer .contact li {
          float: none;
          margin-left: 0 !important;
          padding-right: 0;
          border: 0 !important;
          line-height: 40px; }
          .footer .contact li:nth-of-type(2) {
            border-right: 2px solid #ced600; }
          .footer .contact li.postbus_hide {
            position: absolute;
            left: 285px;
            top: 100px; }
            .footer .contact li.postbus_hide:before {
              position: absolute;
              content: "";
              left: -34px;
              width: 2px;
              height: 20px;
              background-color: #ced600;
              top: 11px; }
          .footer .contact li.email {
            position: absolute;
            left: 194px;
            top: 139px; }
            .footer .contact li.email:before {
              position: absolute;
              content: "";
              left: -34px;
              width: 2px;
              height: 20px;
              background-color: #ced600;
              top: 11px; }
          .footer .contact li:last-of-type {
            margin-top: 30px; } }
      @media all and (max-width: 46.8125em) {
        .footer .contact li {
          float: none;
          margin-left: 0 !important;
          padding-right: 0;
          border: 0 !important;
          line-height: 24px; }
          .footer .contact li:first-of-type, .footer .contact li.postbus_hide {
            margin-bottom: 20px; }
          .footer .contact li.email {
            margin-top: 20px;
            margin-bottom: 40px; } }
    @media all and (min-width: 60.625em) {
      .footer .contact .postbus_hide {
        display: none; } }
    @media all and (max-width: 60.5625em) {
      .footer .contact .postbus {
        display: none; } }

.search {
  width: 100%;
  position: relative; }
  .search .searchinput {
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #e3e2d5;
    height: 36px;
    color: #b3b2a8;
    font-weight: 600; }
  .search .searchbutton {
    position: absolute;
    right: 0;
    border: 0;
    background: transparent; }
    .search .searchbutton:after {
      font-family: groenkeur;
      content: '\e81a';
      color: #b3b2a8;
      font-size: 20px; }

.searchinsert {
  width: 490px;
  display: inline-block;
  margin-right: 90px; }
  .searchinsert .searchbutton {
    top: 26px; }
  @media all and (max-width: 97.4375em) {
    .searchinsert {
      display: none; } }

.searchbar {
  width: 100%;
  height: 78px;
  background-color: #fff;
  line-height: 78px;
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  z-index: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden; }
  @media all and (max-width: 46.8125em) {
    .searchbar {
      height: 64px;
      line-height: 64px;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); } }
  @media all and (min-width: 97.5em) {
    .searchbar {
      display: none; } }
  .searchbar .searchbutton {
    top: 25px; }
    @media all and (max-width: 46.8125em) {
      .searchbar .searchbutton {
        top: 18px; } }

.steps {
  margin-top: 30px; }
  .steps li {
    list-style: none;
    position: relative;
    margin-bottom: 20px; }
  .steps .index {
    position: absolute;
    top: 0;
    left: 0; }
  .steps .content {
    margin-left: 60px; }

.filterbar {
  width: 100%; }
  .filterbar .label {
    font-size: 20px;
    font-weight: 600;
    margin-right: 50px; }
    @media all and (max-width: 97.4375em) {
      .filterbar .label {
        margin-right: 30px; } }
  @media all and (max-width: 97.4375em) {
    .filterbar .label_long {
      display: none; } }
  .filterbar .filterbutton {
    height: 72px;
    border-radius: 12px;
    display: inline-block;
    background-color: #faf9f0;
    vertical-align: middle;
    line-height: 72px;
    width: 295px;
    text-align: center; }
    .filterbar .filterbutton.active {
      background-color: #f7a600; }
      .filterbar .filterbutton.active span {
        color: #fff; }
      .filterbar .filterbutton.active .circle:before {
        border-color: #fff; }
    @media all and (max-width: 97.4375em) {
      .filterbar .filterbutton {
        width: auto; } }
    @media all and (max-width: 60.5625em) {
      .filterbar .filterbutton {
        display: none; } }
    .filterbar .filterbutton:not(:last-of-type) {
      margin-right: 28px; }
    .filterbar .filterbutton span {
      display: inline-block;
      margin-left: 32px;
      margin-right: 32px;
      font-size: 18px;
      font-weight: bold; }
      @media all and (max-width: 97.4375em) {
        .filterbar .filterbutton span {
          margin-right: 32px; } }
  .filterbar.filterbar_news .filterbutton {
    text-align: left; }
  .filterbar.filterbar_news .circle {
    display: inline-block;
    margin-left: 32px;
    font-size: 18px;
    font-weight: bold; }
    @media all and (max-width: 97.4375em) {
      .filterbar.filterbar_news .circle {
        margin-right: 32px; } }
    .filterbar.filterbar_news .circle:before {
      display: inline-block;
      content: "";
      border-radius: 50%;
      height: 36px;
      width: 36px;
      border: 3px solid;
      vertical-align: middle;
      margin-right: 10px;
      margin-top: -6px; }
      @media all and (max-width: 97.4375em) {
        .filterbar.filterbar_news .circle:before {
          display: none; } }
  .filterbar.filterbar_news .circle_orange:before {
    border-color: #f7a600; }
  .filterbar.filterbar_news .circle_green:before {
    border-color: #8db624; }
  .filterbar.filterbar_news .circle_lightgreen:before {
    border-color: #b0da44; }
  .filterbar .filternews {
    display: inline-block; }
    @media all and (min-width: 60.625em) {
      .filterbar .filternews {
        display: none; } }
  .filterbar .select_amount {
    float: right;
    margin-top: 10px; }
    .filterbar .select_amount .select_amount_label {
      font-weight: bold;
      font-size: 18px;
      margin-right: 8px; }
    @media all and (max-width: 60.5625em) {
      .filterbar .select_amount {
        margin-top: 0; } }

.promoproducts {
  margin-top: 30px; }
  .promoproducts .product {
    width: 230px;
    border-radius: 12px;
    position: relative;
    height: 240px;
    float: left;
    margin: 10px; }
  .promoproducts .productimage {
    width: 100%;
    height: 168px;
    border-radius: 12px;
    position: relative; }
  .promoproducts .orderdropdown {
    position: absolute;
    bottom: 0;
    right: 0; }
  .promoproducts .productlabel {
    color: #b3b2a8;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    display: block; }

.contactperson p {
  margin-bottom: 16px; }

.contactperson .portrait, .contactperson .contactdata {
  display: inline-block; }

.contactperson .portrait {
  width: 166px;
  height: 166px;
  margin-right: 30px;
  border-radius: 12px; }

.contactperson .contactdata {
  vertical-align: top;
  margin-top: 24px; }

.contactperson .label {
  margin-bottom: 12px; }

.contactperson .label, .contactperson .email {
  display: block;
  font-size: 17px;
  font-weight: normal; }

.contactperson .phone, .contactperson .email {
  font-weight: bold; }

.contactperson .email {
  color: #f7a600; }

.contactperson .button {
  display: block;
  text-align: center; }

.contentscene {
  margin-top: 70px; }
  .contentscene .contentwrapper {
    width: 1370px; }
    @media all and (min-width: 78.75em) and (max-width: 97.4375em) {
      .contentscene .contentwrapper {
        width: 1100px; } }
    @media all and (max-width: 78.6875em) {
      .contentscene .contentwrapper {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 50px; } }
    .contentscene .contentwrapper.bg_white {
      border-radius: 12px; }
  .contentscene .text {
    width: 490px;
    margin-bottom: 70px; }
    .contentscene .text .intro {
      margin-bottom: 20px;
      font-size: 20px; }
    .contentscene .text p {
      font-size: 17px; }
    @media all and (max-width: 78.6875em) {
      .contentscene .text {
        width: 70%;
        margin: 0 auto !important;
        margin-bottom: 60px; } }
  .contentscene .image {
    width: 747px;
    height: 471px;
    border-radius: 12px;
    position: relative; }
    @media all and (min-width: 78.75em) and (max-width: 97.4375em) {
      .contentscene .image {
        width: 550px;
        height: 347px; } }
    @media all and (max-width: 78.6875em) {
      .contentscene .image {
        width: 80%;
        height: 80%;
        margin: 0 auto;
        margin-bottom: 40px;
        margin-top: -30px; } }
    .contentscene .image img {
      width: 100%;
      height: 100%;
      border-radius: 12px; }
    .contentscene .image .caption {
      position: absolute;
      bottom: 0;
      width: 100%;
      background-color: rgba(247, 166, 0, 0.5);
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px; }
      .contentscene .image .caption span {
        display: block;
        margin: 24px 34px;
        color: #fff;
        font-size: 20px;
        font-weight: 600; }
  .contentscene.image_left .contentwrapper {
    margin-left: 40px; }
  .contentscene.image_left .image {
    position: absolute;
    left: 0;
    top: 50px; }
    @media all and (max-width: 78.6875em) {
      .contentscene.image_left .image {
        top: 0; } }
  .contentscene.image_left .text {
    float: right;
    margin-right: 46px; }
    .contentscene.image_left .text h2 {
      margin-top: 50px; }
  @media all and (max-width: 78.6875em) {
    .contentscene.image_left .contentwrapper {
      margin-left: 0;
      margin: 0 auto;
      margin-bottom: 30px; }
    .contentscene.image_left .image {
      position: relative; }
    .contentscene.image_left .text {
      float: none; }
      .contentscene.image_left .text h2 {
        margin-top: 50px; } }
  .contentscene.image_right .text {
    margin-left: 130px; }
    @media all and (min-width: 78.75em) and (max-width: 97.4375em) {
      .contentscene.image_right .text {
        margin-left: 60px; } }
  .contentscene.image_right .image {
    position: absolute;
    left: 667px; }
    @media all and (min-width: 78.75em) and (max-width: 97.4375em) {
      .contentscene.image_right .image {
        left: 590px; } }
  @media all and (max-width: 78.6875em) {
    .contentscene.image_right .text {
      margin-left: 50px; }
    .contentscene.image_right .image {
      position: relative;
      left: 0; } }
  .contentscene.scene_organisatie2 .contentwrapper {
    margin-left: 65px;
    padding-top: 40px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    position: relative; }
    @media all and (max-width: 78.6875em) {
      .contentscene.scene_organisatie2 .contentwrapper {
        margin-top: 0;
        margin-left: 0;
        margin: 0 auto; } }
  .contentscene.wide {
    margin-top: 0; }
    .contentscene.wide .wrapcontent {
      padding-top: 60px;
      padding-bottom: 60px; }
    .contentscene.wide .bureau_left {
      width: 425px;
      float: left; }
      @media all and (min-width: 78.75em) and (max-width: 97.4375em) {
        .contentscene.wide .bureau_left {
          width: 380px; } }
      @media all and (max-width: 78.6875em) {
        .contentscene.wide .bureau_left {
          width: 80%;
          margin: 0 auto;
          float: none; } }
    .contentscene.wide .team {
      width: 1000px;
      float: right; }
      @media all and (min-width: 78.75em) and (max-width: 97.4375em) {
        .contentscene.wide .team {
          width: 770px; } }
      @media all and (max-width: 78.6875em) {
        .contentscene.wide .team {
          width: 100%;
          margin: 0 auto;
          float: none; } }
    .contentscene.wide .portrait {
      float: left;
      width: 230px;
      height: 312px;
      border-radius: 12px;
      margin: 10px;
      position: relative; }
      .contentscene.wide .portrait .portrait_image {
        border-radius: 12px;
        width: 100%;
        height: 100%; }
      .contentscene.wide .portrait .memberlabel {
        position: absolute;
        bottom: -1px;
        width: 100%;
        background-color: rgba(247, 166, 0, 0.5);
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px; }
        .contentscene.wide .portrait .memberlabel span {
          display: block;
          color: #fff;
          font-size: 20px;
          font-weight: 600; }
        .contentscene.wide .portrait .memberlabel .name {
          margin-top: 20px;
          margin-left: 17px;
          margin-right: 17px;
          color: #3d3d42;
          font-weight: normal; }
        .contentscene.wide .portrait .memberlabel .role {
          margin-left: 17px;
          margin-right: 17px;
          color: #fff;
          font-weight: 600;
          margin-bottom: 20px; }
  .contentscene.scene_bestuur {
    margin-top: 0; }
    .contentscene.scene_bestuur .contentwrapper {
      margin-top: 50px; }

@media all and (max-width: 78.6875em) {
  .scene2 .image {
    margin-top: -80px; } }

.commissies_header {
  margin-left: 80px;
  padding-top: 60px; }

.article .article_wrapper {
  width: 80%;
  margin: 0 auto; }
  .article .article_wrapper.main {
    margin-top: 140px; }
    @media all and (max-width: 46.8125em) {
      .article .article_wrapper.main {
        margin-top: 50px; } }

.article .article_image {
  height: 530px;
  width: 100%;
  border-top-left-radius: 12px; }
  @media all and (max-width: 46.8125em) {
    .article .article_image {
      height: 300px; } }

.article .date {
  color: #b3b2a8;
  font-size: 20px; }

.article .maintitle {
  color: #8db624;
  font-size: 40px;
  font-weight: 600; }

.article .intro {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 80px;
  margin-top: 30px; }
  @media all and (max-width: 46.8125em) {
    .article .intro {
      margin-bottom: 40px; } }

.article p img {
  margin-top: 64px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 64px;
  display: block; }
  @media all and (max-width: 46.8125em) {
    .article p img {
      margin-top: 20px;
      margin-bottom: 20px; } }

.article p a {
  color: #f7a600; }
  .article p a:hover {
    color: #ffc041; }

.article li {
  font-weight: normal;
  font-size: 16px; }

.article ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 15px; }

.article ol {
  margin-left: 33px;
  margin-top: 15px; }

.article ul li {
  padding-left: 1em;
  text-indent: -.7em; }

.article ol li, .article ul li {
  margin-bottom: .5em;
  letter-spacing: 0; }

.article ul li:before {
  content: "• ";
  color: #f7a600; }

.article ul, .article ol {
  margin-bottom: 1em; }

.article .divider {
  height: 2px;
  width: 100%;
  background-color: #e3e2d5;
  margin-top: 90px;
  margin-bottom: 90px; }
  @media all and (max-width: 46.8125em) {
    .article .divider {
      margin-top: 40px;
      margin-bottom: 40px; } }

.article .related {
  margin-top: 36px; }
  .article .related li {
    display: block;
    width: 229px;
    height: 330px;
    float: left; }
    @media all and (max-width: 60.5625em) {
      .article .related li {
        width: 30%; } }
    @media all and (max-width: 46.8125em) {
      .article .related li {
        width: 100%;
        height: auto;
        margin-bottom: 20px; }
        .article .related li .thumb {
          display: block;
          margin-bottom: 16px; }
        .article .related li .title {
          margin-top: 2px; } }
    .article .related li:first-of-type {
      margin-right: 94px; }
      @media all and (max-width: 76.1875em) {
        .article .related li:first-of-type {
          margin-right: 20px; } }
      @media all and (max-width: 46.8125em) {
        .article .related li:first-of-type {
          margin-right: 0; } }
    .article .related li:nth-of-type(3) {
      margin-left: 94px; }
      @media all and (max-width: 76.1875em) {
        .article .related li:nth-of-type(3) {
          margin-left: 20px; } }
      @media all and (max-width: 46.8125em) {
        .article .related li:nth-of-type(3) {
          margin-left: 0; } }
  .article .related .thumb {
    border-radius: 12px;
    margin-bottom: 24px;
    width: 100%; }
  .article .related .title {
    color: #3d3d42;
    font-size: 20px;
    margin-top: 8px; }

.loginform {
  margin-left: 60px;
  margin-right: 60px; }
  .loginform:before {
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #e3e2d5;
    display: inline;
    text-align: center;
    left: 50%;
    margin-left: -1px; }
  .loginform div {
    width: 45%;
    padding-top: 60px;
    padding-bottom: 60px; }
    .loginform div:first-of-type {
      float: left; }
    .loginform div:last-of-type {
      float: right; }
  .loginform h2 {
    font-size: 52px;
    color: #f7a600; }
  .loginform h3 {
    font-size: 40px;
    color: #8db624;
    margin-bottom: 20px; }

.mobilefallback {
  margin-top: 64px; }
  .mobilefallback .wrapper {
    margin-top: 40px;
    margin-bottom: 100px; }
  .mobilefallback h3 {
    color: #8db624;
    font-size: 24px; }
  .mobilefallback .buttonwrapper {
    margin-top: 20px; }
  .mobilefallback .dlbutton {
    float: left; }
    .mobilefallback .dlbutton:first-of-type {
      margin-right: 20px; }

.cart {
  margin-bottom: 50px;
  margin-top: 50px; }
  .cart .headerRow, .cart .itemRow {
    width: 100%;
    float: left; }
    .cart .headerRow div, .cart .itemRow div {
      float: left;
      width: 15%;
      font-size: 16px; }
  .cart .headerRow div {
    font-weight: bold; }

.orderform, .simpleCart_items, .totalorder {
  display: none; }

.orderform textarea {
  width: 100%;
  height: 240px;
  border-radius: 12px;
  border: 0;
  font-family: Dosis;
  font-weight: normal;
  font-size: 20px;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #e3e2d5; }

.orderform br {
  display: none; }

.orderform .field {
  margin-bottom: 10px;
  display: block; }

.orderform .wpcf7-submit {
  border-radius: 12px;
  background: #f7a600;
  color: #fff;
  padding: 10px 18px;
  margin-top: 20px;
  border: 0; }

.orderform .wpcf7-not-valid-tip {
  color: #f7a600;
  font-size: 14px;
  margin-top: 5px; }

.orderform .wpcf7-response-output {
  border: 0;
  font-size: 16px;
  color: #f7a600;
  font-weight: 600;
  margin: 0;
  padding: 0;
  margin-top: 20px; }

.orderform #bestelling {
  opacity: 0;
  visibility: hidden;
  height: 0; }

.orderform .totalorder {
  margin-bottom: 20px; }

.wrapper {
  width: 1480px;
  margin: 0 auto;
  position: relative; }
  @media all and (max-width: 46.8125em) {
    .wrapper {
      width: 90% !important; } }
  @media all and (max-width: 60.5625em) {
    .wrapper {
      width: 700px; } }
  @media all and (min-width: 60.625em) and (max-width: 78.6875em) {
    .wrapper {
      width: 900px; } }
  @media all and (min-width: 78.75em) and (max-width: 97.4375em) {
    .wrapper {
      width: 1200px; } }

.wrapper_sidebar {
  width: 1030px;
  position: relative;
  float: right; }
  @media all and (max-width: 46.8125em) {
    .wrapper_sidebar {
      width: 90% !important;
      float: none;
      margin: 0 auto; } }
  @media all and (max-width: 60.5625em) {
    .wrapper_sidebar {
      width: 500px; } }
  @media all and (min-width: 60.625em) and (max-width: 78.6875em) {
    .wrapper_sidebar {
      width: 650px; } }
  @media all and (min-width: 78.75em) and (max-width: 97.4375em) {
    .wrapper_sidebar {
      width: 910px; } }

.sidebar {
  width: 360px;
  height: 100%;
  z-index: 1; }
  @media all and (max-width: 46.8125em) {
    .sidebar {
      display: none; } }
  @media all and (max-width: 60.5625em) {
    .sidebar {
      width: 160px; } }
  @media all and (min-width: 60.625em) and (max-width: 97.4375em) {
    .sidebar {
      width: 212px; } }

.sidebar_content {
  margin-top: 30px; }
  @media all and (min-width: 60.625em) and (max-width: 97.4375em) {
    .sidebar_content {
      width: 212px; } }
  @media all and (min-width: 46.875em) and (max-width: 60.5625em) {
    .sidebar_content {
      width: 160px; } }
  .sidebar_content h3 {
    margin-bottom: 30px; }
    @media all and (min-width: 46.875em) and (max-width: 60.5625em) {
      .sidebar_content h3 {
        font-size: 18px; } }
  .sidebar_content h3, .sidebar_content ul {
    margin-left: 65px; }
    @media all and (min-width: 60.625em) and (max-width: 97.4375em) {
      .sidebar_content h3, .sidebar_content ul {
        margin-left: 20px; } }
    @media all and (min-width: 46.875em) and (max-width: 60.5625em) {
      .sidebar_content h3, .sidebar_content ul {
        margin-left: 20px; } }
  .sidebar_content ul {
    width: 80%; }
  .sidebar_content li {
    list-style: none;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative; }
  .sidebar_content a {
    color: #b3b2a8;
    position: relative;
    width: 100%;
    display: inline-block;
    font-weight: 700;
    width: 80%; }
    @media all and (min-width: 60.625em) and (max-width: 97.4375em) {
      .sidebar_content a {
        width: 80%;
        margin-right: 30px; } }
    .sidebar_content a:after {
      font-size: 10px;
      vertical-align: middle;
      color: #b3b2a8;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -2px;
      font-weight: 700; }
      @media all and (max-width: 97.4375em) {
        .sidebar_content a:after {
          display: none; } }
    .sidebar_content a:hover {
      color: #CCCBBF; }
      .sidebar_content a:hover:after {
        color: #CCCBBF; }

.page.home .hero .hero_content {
  padding-top: 315px; }
  .page.home .hero .hero_content h1 {
    width: 40%;
    margin-bottom: 25px; }
  @media all and (max-width: 46.8125em) {
    .page.home .hero .hero_content {
      padding-top: 62px; }
      .page.home .hero .hero_content h1 {
        width: 80%;
        margin-top: 10%; } }
  @media all and (min-width: 46.875em) and (max-width: 60.5625em) {
    .page.home .hero .hero_content {
      padding-top: 160px; }
      .page.home .hero .hero_content h1 {
        width: 60%; } }
  @media all and (min-width: 60.625em) and (max-width: 97.4375em) {
    .page.home .hero .hero_content {
      padding-top: 260px; }
      .page.home .hero .hero_content h1 {
        width: 50%; } }

.page.home .section_intro .heading, .page.home .section_intro .intro {
  width: 90%; }
  @media all and (max-width: 60.5625em) {
    .page.home .section_intro .heading, .page.home .section_intro .intro {
      width: 100%; } }

.page.home .section_intro .pros {
  margin-top: 55px;
  margin-bottom: 40px; }

.page.home .section_pros p {
  width: 70%;
  margin-bottom: 15px; }
  @media all and (max-width: 60.5625em) {
    .page.home .section_pros p {
      width: 100%; } }

.page.home .section_pros .button {
  margin-top: 15px; }
  .page.home .section_pros .button:first-of-type {
    margin-right: 14px; }

.page.home .news {
  float: left;
  width: 1010px; }
  @media all and (min-width: 60.625em) and (max-width: 78.6875em) {
    .page.home .news {
      width: 580px; } }
  @media all and (min-width: 78.75em) and (max-width: 97.4375em) {
    .page.home .news {
      width: 820px; } }
  @media all and (min-width: 60.625em) and (max-width: 97.4375em) {
    .page.home .news li {
      border: 0; }
      .page.home .news li:nth-of-type(1) {
        border-bottom: 2px solid #e3e2d5; }
      .page.home .news li:nth-of-type(2) {
        border-bottom: 2px solid #e3e2d5; }
      .page.home .news li:nth-child(n+4) {
        display: none; } }
  @media all and (max-width: 60.5625em) {
    .page.home .news {
      width: 100%;
      float: none;
      margin-top: 50px;
      margin-bottom: 30px; }
      .page.home .news li {
        border: 0; }
        .page.home .news li:nth-of-type(1) {
          border-bottom: 2px solid #e3e2d5; }
        .page.home .news li:nth-child(n+3) {
          display: none; } }
  .page.home .news .linklist {
    margin-bottom: 37px; }
    @media all and (min-width: 60.625em) and (max-width: 97.4375em) {
      .page.home .news .linklist {
        margin-bottom: 23px; } }

.page.home .newsletter p, .page.home .twitterfeed p {
  margin-bottom: 28px; }
  @media all and (max-width: 97.4375em) {
    .page.home .newsletter p br, .page.home .twitterfeed p br {
      display: none; } }

.page.home .newsletter .button, .page.home .twitterfeed .button {
  margin-top: 17px; }

.page.home .home_sidebar {
  float: right;
  width: 425px; }
  @media all and (min-width: 60.625em) and (max-width: 97.4375em) {
    .page.home .home_sidebar {
      width: 292px; } }
  @media all and (max-width: 60.5625em) {
    .page.home .home_sidebar {
      width: 100%;
      float: none; } }
  .page.home .home_sidebar .twitterfeed {
    margin-bottom: 40px; }

.page-template-keurmerk .hero, .page-template-certificeren .hero {
  height: auto;
  position: relative; }
  @media all and (max-width: 46.8125em) {
    .page-template-keurmerk .hero, .page-template-certificeren .hero {
      height: auto;
      padding-top: 30px;
      padding-bottom: 30px; } }
  .page-template-keurmerk .hero .hero_content, .page-template-certificeren .hero .hero_content {
    padding-top: 285px;
    padding-bottom: 50px; }
    .page-template-keurmerk .hero .hero_content h1, .page-template-certificeren .hero .hero_content h1 {
      margin-bottom: 25px; }
    .page-template-keurmerk .hero .hero_content h1, .page-template-keurmerk .hero .hero_content p, .page-template-certificeren .hero .hero_content h1, .page-template-certificeren .hero .hero_content p {
      width: 70%; }
    @media all and (max-width: 46.8125em) {
      .page-template-keurmerk .hero .hero_content, .page-template-certificeren .hero .hero_content {
        padding-top: 20px;
        padding-bottom: 10px; }
        .page-template-keurmerk .hero .hero_content h1, .page-template-keurmerk .hero .hero_content p, .page-template-certificeren .hero .hero_content h1, .page-template-certificeren .hero .hero_content p {
          width: 90%; }
        .page-template-keurmerk .hero .hero_content h1, .page-template-certificeren .hero .hero_content h1 {
          margin-top: 40px; }
        .page-template-keurmerk .hero .hero_content p, .page-template-certificeren .hero .hero_content p {
          line-height: 1.5em; } }
    @media all and (min-width: 46.875em) and (max-width: 60.5625em) {
      .page-template-keurmerk .hero .hero_content, .page-template-certificeren .hero .hero_content {
        padding-top: 160px; }
        .page-template-keurmerk .hero .hero_content h1, .page-template-keurmerk .hero .hero_content p, .page-template-certificeren .hero .hero_content h1, .page-template-certificeren .hero .hero_content p {
          width: 92%; } }
    @media all and (min-width: 60.625em) and (max-width: 97.4375em) {
      .page-template-keurmerk .hero .hero_content, .page-template-certificeren .hero .hero_content {
        padding-top: 170px; }
        .page-template-keurmerk .hero .hero_content h1, .page-template-keurmerk .hero .hero_content p, .page-template-certificeren .hero .hero_content h1, .page-template-certificeren .hero .hero_content p {
          width: 85%; } }

.page-template-keurmerk .sidebar, .page-template-certificeren .sidebar {
  top: 267px;
  position: absolute;
  left: 0; }
  .page-template-keurmerk .sidebar_content, .page-template-certificeren .sidebar_content {
    position: fixed; }
  @media all and (min-width: 60.625em) and (max-width: 97.4375em) {
    .page-template-keurmerk .sidebar, .page-template-certificeren .sidebar {
      top: 170px; } }
  @media all and (min-width: 46.875em) and (max-width: 60.5625em) {
    .page-template-keurmerk .sidebar, .page-template-certificeren .sidebar {
      top: 160px; } }

.page-template-keurmerk .certificaten, .page-template-certificeren .certificaten {
  padding-bottom: 0; }

.page-template-keurmerk .tabharmonica, .page-template-certificeren .tabharmonica {
  margin-top: 40px; }
  .page-template-keurmerk .tabharmonica .stack, .page-template-certificeren .tabharmonica .stack {
    margin-top: 14px; }

@media all and (min-width: 46.875em) and (max-width: 60.5625em) {
  .page-template-keurmerk .regulartabs .button .button-label:before, .page-template-keurmerk .regulartabs .button .button-action, .page-template-certificeren .regulartabs .button .button-label:before, .page-template-certificeren .regulartabs .button .button-action {
    display: none; } }

.page-template-keurmerk .pagecloser h2, .page-template-certificeren .pagecloser h2 {
  width: 90%; }

.single-vragen, .page-template-nieuws, .page-template-personen, .page-template-productcertificaten, .page-template-bedrijven, .single-nieuws, .single-publicaties, .single-persberichten, .search-results, .search-no-results {
  background-color: #faf9f0; }
  .single-vragen .hero, .page-template-nieuws .hero, .page-template-personen .hero, .page-template-productcertificaten .hero, .page-template-bedrijven .hero, .single-nieuws .hero, .single-publicaties .hero, .single-persberichten .hero, .search-results .hero, .search-no-results .hero {
    height: 420px;
    position: relative; }
  .single-vragen .hero_content, .single-vragen .wrapper, .page-template-nieuws .hero_content, .page-template-nieuws .wrapper, .page-template-personen .hero_content, .page-template-personen .wrapper, .page-template-productcertificaten .hero_content, .page-template-productcertificaten .wrapper, .page-template-bedrijven .hero_content, .page-template-bedrijven .wrapper, .single-nieuws .hero_content, .single-nieuws .wrapper, .single-publicaties .hero_content, .single-publicaties .wrapper, .single-persberichten .hero_content, .single-persberichten .wrapper, .search-results .hero_content, .search-results .wrapper, .search-no-results .hero_content, .search-no-results .wrapper {
    height: 100%; }
  .single-vragen .news_holder, .page-template-nieuws .news_holder, .page-template-personen .news_holder, .page-template-productcertificaten .news_holder, .page-template-bedrijven .news_holder, .single-nieuws .news_holder, .single-publicaties .news_holder, .single-persberichten .news_holder, .search-results .news_holder, .search-no-results .news_holder {
    margin-top: 60px; }
  .single-vragen .pagination, .page-template-nieuws .pagination, .page-template-personen .pagination, .page-template-productcertificaten .pagination, .page-template-bedrijven .pagination, .single-nieuws .pagination, .single-publicaties .pagination, .single-persberichten .pagination, .search-results .pagination, .search-no-results .pagination {
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 60px; }
    .single-vragen .pagination .prev, .page-template-nieuws .pagination .prev, .page-template-personen .pagination .prev, .page-template-productcertificaten .pagination .prev, .page-template-bedrijven .pagination .prev, .single-nieuws .pagination .prev, .single-publicaties .pagination .prev, .single-persberichten .pagination .prev, .search-results .pagination .prev, .search-no-results .pagination .prev {
      margin-right: 40px; }
    .single-vragen .pagination .next, .page-template-nieuws .pagination .next, .page-template-personen .pagination .next, .page-template-productcertificaten .pagination .next, .page-template-bedrijven .pagination .next, .single-nieuws .pagination .next, .single-publicaties .pagination .next, .single-persberichten .pagination .next, .search-results .pagination .next, .search-no-results .pagination .next {
      margin-left: 40px; }
    @media all and (max-width: 46.8125em) {
      .single-vragen .pagination, .page-template-nieuws .pagination, .page-template-personen .pagination, .page-template-productcertificaten .pagination, .page-template-bedrijven .pagination, .single-nieuws .pagination, .single-publicaties .pagination, .single-persberichten .pagination, .search-results .pagination, .search-no-results .pagination {
        display: none; } }
  .single-vragen .filterbar, .page-template-nieuws .filterbar, .page-template-personen .filterbar, .page-template-productcertificaten .filterbar, .page-template-bedrijven .filterbar, .single-nieuws .filterbar, .single-publicaties .filterbar, .single-persberichten .filterbar, .search-results .filterbar, .search-no-results .filterbar {
    position: absolute;
    bottom: 50px;
    height: 72px; }
  .single-vragen .twitterfeed, .page-template-nieuws .twitterfeed, .page-template-personen .twitterfeed, .page-template-productcertificaten .twitterfeed, .page-template-bedrijven .twitterfeed, .single-nieuws .twitterfeed, .single-publicaties .twitterfeed, .single-persberichten .twitterfeed, .search-results .twitterfeed, .search-no-results .twitterfeed {
    margin-bottom: 100px; }

.page-template-bedrijven #container, .page-template-personen #container, .page-template-productcertificaten #container {
  padding-bottom: 200px;
  background-color: #faf9f0; }

.page-template-bedrijven h1, .page-template-personen h1, .page-template-productcertificaten h1 {
  margin-top: 50px; }

.page-template-bedrijven .bedrijven_rechts, .page-template-personen .bedrijven_rechts, .page-template-productcertificaten .bedrijven_rechts {
  float: left;
  width: 100%; }

.page-template-bedrijven .list, .page-template-personen .list, .page-template-productcertificaten .list {
  margin-left: 455px; }
  @media all and (min-width: 46.875em) and (max-width: 78.6875em) {
    .page-template-bedrijven .list, .page-template-personen .list, .page-template-productcertificaten .list {
      margin-left: 260px; } }

.page-template-bedrijven .filtersidebar, .page-template-personen .filtersidebar, .page-template-productcertificaten .filtersidebar {
  float: left;
  width: 360px;
  margin-left: -100%;
  background-color: #fff;
  height: 100%; }
  .page-template-bedrijven .filtersidebar:after, .page-template-personen .filtersidebar:after, .page-template-productcertificaten .filtersidebar:after {
    content: "";
    background-color: blue;
    position: absolute;
    height: 100%; }
  @media all and (min-width: 46.875em) and (max-width: 78.6875em) {
    .page-template-bedrijven .filtersidebar, .page-template-personen .filtersidebar, .page-template-productcertificaten .filtersidebar {
      width: 220px; } }

.page-template-bedrijven .pagination, .page-template-personen .pagination, .page-template-productcertificaten .pagination {
  text-align: center;
  padding-top: 20px; }

.page-template-bedrijven .filtersidebar_content .divider, .page-template-personen .filtersidebar_content .divider, .page-template-productcertificaten .filtersidebar_content .divider {
  height: 2px;
  width: 100%;
  background-color: #b3b2a8;
  margin-top: 20px;
  margin-bottom: 20px; }

.page-template-bedrijven .filtersidebar_content input, .page-template-personen .filtersidebar_content input, .page-template-productcertificaten .filtersidebar_content input {
  font-size: 17px; }

.page-template-bedrijven .filtersidebar_content .radiowrapper, .page-template-personen .filtersidebar_content .radiowrapper, .page-template-productcertificaten .filtersidebar_content .radiowrapper {
  margin-bottom: 20px; }

.page-template-bedrijven .filtersidebar_content input[type=radio], .page-template-personen .filtersidebar_content input[type=radio], .page-template-productcertificaten .filtersidebar_content input[type=radio] {
  margin-right: 10px;
  border: 2px solid #b3b2a8; }

.page-template-bedrijven .filtersidebar_content .textinputlabel, .page-template-bedrijven .filtersidebar_content .type_label, .page-template-personen .filtersidebar_content .textinputlabel, .page-template-personen .filtersidebar_content .type_label, .page-template-productcertificaten .filtersidebar_content .textinputlabel, .page-template-productcertificaten .filtersidebar_content .type_label {
  color: #b3b2a8;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block; }

.page-template-bedrijven .filtersidebar_content .type_label, .page-template-personen .filtersidebar_content .type_label, .page-template-productcertificaten .filtersidebar_content .type_label {
  margin-bottom: 20px;
  display: block; }

.page-template-bedrijven .filtersidebar_content .radiolabel, .page-template-personen .filtersidebar_content .radiolabel, .page-template-productcertificaten .filtersidebar_content .radiolabel {
  margin-left: 10px;
  font-size: 14px; }

.page-template-bedrijven .filtersidebar_content .wrapper, .page-template-personen .filtersidebar_content .wrapper, .page-template-productcertificaten .filtersidebar_content .wrapper {
  margin-top: 30px;
  margin-left: 60px; }

.page-template-bedrijven .filtersidebar_content h3, .page-template-personen .filtersidebar_content h3, .page-template-productcertificaten .filtersidebar_content h3 {
  border-bottom: 2px solid #b3b2a8;
  padding-left: 60px;
  margin-top: 32px;
  padding-bottom: 17px; }
  @media all and (min-width: 46.875em) and (max-width: 78.6875em) {
    .page-template-bedrijven .filtersidebar_content h3, .page-template-personen .filtersidebar_content h3, .page-template-productcertificaten .filtersidebar_content h3 {
      padding-left: 20px; } }

.page-template-bedrijven .filtersidebar_content .filter_wrapper, .page-template-personen .filtersidebar_content .filter_wrapper, .page-template-productcertificaten .filtersidebar_content .filter_wrapper {
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 32px;
  padding-bottom: 17px; }
  @media all and (min-width: 46.875em) and (max-width: 78.6875em) {
    .page-template-bedrijven .filtersidebar_content .filter_wrapper, .page-template-personen .filtersidebar_content .filter_wrapper, .page-template-productcertificaten .filtersidebar_content .filter_wrapper {
      padding-left: 20px;
      padding-right: 20px; } }

.left_content {
  width: 1010px;
  float: left; }
  @media all and (max-width: 97.4375em) {
    .left_content {
      float: none;
      width: 100%; } }

.right_sidebar {
  width: 430px;
  float: right; }
  @media all and (max-width: 97.4375em) {
    .right_sidebar {
      float: none;
      width: 100%; } }

.page-template-dashboard #container {
  padding-bottom: 200px;
  background-color: #faf9f0; }

.page-template-dashboard .hero {
  height: 528px;
  position: relative; }
  @media all and (max-width: 46.8125em) {
    .page-template-dashboard .hero {
      height: 360px; } }

.page-template-dashboard .left_content {
  margin-top: -225px; }

.page-template-dashboard .promo_downloads .stack {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0; }
  .page-template-dashboard .promo_downloads .stack li:first-of-type {
    border-top: 2px solid #e3e2d5; }
    .page-template-dashboard .promo_downloads .stack li:first-of-type .button:hover {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }

.page-template-dashboard .promo_cover {
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding-top: 100px;
  padding-bottom: 100px; }
  @media all and (max-width: 46.8125em) {
    .page-template-dashboard .promo_cover {
      padding-top: 50px;
      padding-bottom: 30px; } }
  .page-template-dashboard .promo_cover .promo_cover_wrapper {
    margin-left: 125px; }
    @media all and (max-width: 46.8125em) {
      .page-template-dashboard .promo_cover .promo_cover_wrapper {
        margin-left: 40px; }
        .page-template-dashboard .promo_cover .promo_cover_wrapper .button {
          padding-left: 10px;
          padding-right: 10px;
          width: 60%; } }
  .page-template-dashboard .promo_cover h4 {
    width: 60%; }

.page-template-dashboard .linklist_header {
  padding-top: 48px;
  padding-bottom: 48px; }
  .page-template-dashboard .linklist_header h3 {
    color: #b3b2a8;
    margin-left: 67px; }

@media all and (max-width: 46.8125em) {
  .page-template-dashboard .linklist a {
    text-align: left; } }

.page-template-dashboard .orderproducts, .page-template-dashboard .rules {
  margin-top: 90px; }
  @media all and (max-width: 46.8125em) {
    .page-template-dashboard .orderproducts, .page-template-dashboard .rules {
      margin-top: 70px; } }

@media all and (max-width: 46.8125em) {
  .page-template-dashboard .totalorder .button {
    width: 120px;
    padding: 0;
    text-align: center; } }

.page-template-dashboard .right_sidebar {
  margin-top: 40px; }

.page-template-dashboard .relevantnews .item {
  display: block;
  margin-left: 60px;
  margin-right: 60px;
  margin-top: 30px;
  margin-bottom: 30px; }

.page-template-dashboard .relevantnews .date {
  display: block;
  color: #b3b2a8;
  font-size: 20px;
  font-weight: 600; }

.page-template-dashboard .relevantnews p {
  color: #3d3d42;
  font-size: 20px;
  font-weight: 600; }

.page-template-dashboard .contactperson {
  margin-top: 60px; }

.page-template-downloads #container {
  padding-bottom: 200px;
  background-color: #faf9f0; }

.page-template-downloads .hero {
  height: 528px;
  position: relative; }
  @media all and (max-width: 46.8125em) {
    .page-template-downloads .hero {
      height: 360px; } }

.page-template-downloads .content {
  margin-top: -225px; }

.page-template-downloads .promo_downloads .stack {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0; }
  .page-template-downloads .promo_downloads .stack li:first-of-type {
    border-top: 2px solid #e3e2d5; }
    .page-template-downloads .promo_downloads .stack li:first-of-type .button:hover {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }

.page-template-downloads .promo_cover {
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding-top: 100px;
  padding-bottom: 100px; }
  @media all and (max-width: 46.8125em) {
    .page-template-downloads .promo_cover {
      padding-top: 50px;
      padding-bottom: 30px; } }
  .page-template-downloads .promo_cover .promo_cover_wrapper {
    margin-left: 125px; }
    @media all and (max-width: 46.8125em) {
      .page-template-downloads .promo_cover .promo_cover_wrapper {
        margin-left: 40px; }
        .page-template-downloads .promo_cover .promo_cover_wrapper .button {
          padding-left: 10px;
          padding-right: 10px;
          width: 60%; } }
  .page-template-downloads .promo_cover h4 {
    width: 60%; }

.page-template-downloads .linklist_header {
  padding-top: 48px;
  padding-bottom: 48px; }
  .page-template-downloads .linklist_header h3 {
    color: #b3b2a8;
    margin-left: 67px; }

.page-template-over-ons .hero {
  height: auto;
  position: relative; }
  @media all and (max-width: 46.8125em) {
    .page-template-over-ons .hero {
      height: auto;
      padding-top: 30px;
      padding-bottom: 30px; } }
  .page-template-over-ons .hero .hero_content {
    padding-top: 300px;
    padding-bottom: 90px;
    margin-left: 65px; }
    .page-template-over-ons .hero .hero_content h1 {
      margin-bottom: 25px; }
    .page-template-over-ons .hero .hero_content h1, .page-template-over-ons .hero .hero_content p {
      width: 70%; }
    @media all and (max-width: 46.8125em) {
      .page-template-over-ons .hero .hero_content {
        padding-top: 60px;
        padding-bottom: 10px; }
        .page-template-over-ons .hero .hero_content h1, .page-template-over-ons .hero .hero_content p {
          width: 90%; } }
    @media all and (min-width: 46.875em) and (max-width: 60.5625em) {
      .page-template-over-ons .hero .hero_content {
        padding-top: 160px; }
        .page-template-over-ons .hero .hero_content h1, .page-template-over-ons .hero .hero_content p {
          width: 92%; } }
    @media all and (min-width: 60.625em) and (max-width: 97.4375em) {
      .page-template-over-ons .hero .hero_content {
        padding-top: 170px; }
        .page-template-over-ons .hero .hero_content h1, .page-template-over-ons .hero .hero_content p {
          width: 85%; } }

.page-template-contact #container {
  background-color: #faf9f0; }

.page-template-contact #map {
  width: 100%;
  height: 100%;
  position: absolute; }
  @media all and (min-width: 46.875em) {
    .page-template-contact #map {
      background-color: #8db624; } }

.page-template-contact .miniharmonica {
  display: none; }

.page-template-contact .miniharmonica6 {
  display: block; }

.page-template-contact .hero {
  position: relative; }
  @media all and (max-width: 60.5625em) {
    .page-template-contact .hero {
      height: 630px; } }
  .page-template-contact .hero .hero_content {
    padding-top: 300px;
    padding-bottom: 90px; }
    .page-template-contact .hero .hero_content h1 {
      margin-bottom: 25px;
      margin-left: 65px; }
    .page-template-contact .hero .hero_content h1 {
      width: 70%; }
    @media all and (max-width: 46.8125em) {
      .page-template-contact .hero .hero_content {
        padding-top: 120px;
        padding-bottom: 10px; } }
    @media all and (min-width: 46.875em) and (max-width: 60.5625em) {
      .page-template-contact .hero .hero_content {
        padding-top: 160px; } }
    @media all and (min-width: 60.625em) and (max-width: 97.4375em) {
      .page-template-contact .hero .hero_content {
        padding-top: 170px; } }
  .page-template-contact .hero .naw {
    width: 686px;
    background-color: #fff;
    border-radius: 12px;
    padding-top: 40px;
    padding-bottom: 40px; }
    .page-template-contact .hero .naw .splitter, .page-template-contact .hero .naw h2 {
      margin-left: 66px;
      margin-right: 66px; }
    .page-template-contact .hero .naw h2 {
      margin-bottom: 20px; }
    @media all and (max-width: 60.5625em) {
      .page-template-contact .hero .naw {
        width: 80%; } }

.page-template-contact h2 {
  margin-bottom: 40px; }

.page-template-contact label, .page-template-contact .formheading {
  font-size: 19px;
  font-weight: normal;
  display: block;
  margin-bottom: 15px; }

.page-template-contact input {
  border: 0; }

.page-template-contact .field {
  display: block;
  margin-bottom: 20px;
  line-height: 1em; }

.page-template-contact .leftform {
  width: 375px;
  float: left; }
  .page-template-contact .leftform br {
    display: none; }
  @media all and (min-width: 60.625em) and (max-width: 78.6875em) {
    .page-template-contact .leftform {
      width: 200px; } }
  @media all and (max-width: 60.5625em) {
    .page-template-contact .leftform {
      width: 100%;
      float: none; } }

.page-template-contact .rightform {
  width: 1000px;
  float: right; }
  @media all and (min-width: 78.75em) and (max-width: 97.4375em) {
    .page-template-contact .rightform {
      width: 760px; } }
  @media all and (min-width: 60.625em) and (max-width: 78.6875em) {
    .page-template-contact .rightform {
      width: 600px; } }
  @media all and (max-width: 60.5625em) {
    .page-template-contact .rightform {
      float: none;
      width: 100%; } }

.page-template-contact .sod_select.question {
  border: 0;
  padding: 14px 10px;
  text-transform: none;
  display: block;
  margin-bottom: 30px; }
  .page-template-contact .sod_select.question .sod_list_wrapper {
    width: 100%; }

.page-template-contact .stack {
  margin-top: 20px; }

.page-template-contact .message {
  width: 100%;
  height: 240px;
  border-radius: 12px;
  border: 0;
  font-family: Dosis;
  font-weight: normal;
  font-size: 20px;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: -10px; }

.page-template-contact .wpcf7-submit {
  border-radius: 12px;
  background: #f7a600;
  color: #fff;
  padding: 10px 18px;
  margin-top: 20px; }

.page-template-contact .wpcf7-not-valid-tip {
  color: #f7a600;
  font-size: 14px;
  margin-top: 5px; }

.page-template-contact .wpcf7-response-output {
  border: 0;
  font-size: 16px;
  color: #f7a600;
  font-weight: 600;
  margin: 0;
  padding: 0;
  margin-top: 20px; }
