@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, .page-title {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 30px;
  height: 21px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #cc0605;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -9px; }
  .hamburger-inner::after {
    bottom: -9px; }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 9px;
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 18px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
  transition-delay: 0.22s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 9px, 0) rotate(-45deg);
    transform: translate3d(0, 9px, 0) rotate(-45deg); }

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden; }

.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  /*background: rgba(0, 0, 0, 0);*/ }

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8); }

.featherlight:before {
  /* position: trick to center content vertically */
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.featherlight .featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;
  /* position: centering vertical and horizontal */
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  /* dimensions: cut off images */
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  /* dimensions: handling large content */
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  /* styling */
  background: #fff;
  cursor: auto;
  /* reset white-space wrapping */
  white-space: normal; }

/* contains the content */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block; }

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none; }

.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  /* dimensions: 25px x 25px */
  line-height: 25px;
  width: 25px;
  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  /* Set the background in case it overlaps the content */
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: none;
  padding: 0; }

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0; }

.featherlight .featherlight-image {
  /* styling */
  width: 100%; }

.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch; }

.featherlight iframe {
  /* styling */
  border: none; }

.featherlight * {
  /* See https://github.com/noelboss/featherlight/issues/42 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

/* hide non featherlight items when printing */
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none; } }

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
.featherlight-next,
.featherlight-previous {
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 0;
  left: 80%;
  cursor: pointer;
  /* preventing text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* IE9 hack, otherwise navigation doesn't appear */
  background: rgba(0, 0, 0, 0); }

.featherlight-previous {
  left: 25px;
  right: 80%; }

.featherlight-next:hover,
.featherlight-previous:hover {
  background: rgba(255, 255, 255, 0.25); }

.featherlight-next span,
.featherlight-previous span {
  display: none;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 82%;
  /* center horizontally */
  text-align: center;
  font-size: 80px;
  line-height: 80px;
  /* center vertically */
  margin-top: -40px;
  text-shadow: 0px 0px 5px #fff;
  color: #fff;
  font-style: normal;
  font-weight: normal; }

.featherlight-next span {
  right: 5%;
  left: auto; }

.featherlight-next:hover span,
.featherlight-previous:hover span {
  display: inline-block; }

.featherlight-swipe-aware .featherlight-next,
.featherlight-swipe-aware .featherlight-previous {
  display: none; }

/* Hide navigation while loading */
.featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
  display: none; }

/* Hide navigation in case of single image */
.featherlight-first-slide.featherlight-last-slide .featherlight-previous,
.featherlight-first-slide.featherlight-last-slide .featherlight-next {
  display: none; }

/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none; }
  .featherlight-next span,
  .featherlight-previous span {
    display: block; } }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%; }
  .featherlight-previous {
    left: 10px;
    right: 85%; }
  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px; } }

html {
  font-family: Arial, "Roboto", Helvetica, sans-serif;
  font-size: 1em;
  color: #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.4;
  position: relative;
  background-color: #FFF; }

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

::-moz-selection {
  background: rgba(204, 6, 5, 0.6);
  text-shadow: none; }

::selection {
  background: rgba(204, 6, 5, 0.6);
  text-shadow: none; }

p,
article,
dl,
ul,
ol {
  margin-bottom: 1.5em; }

a {
  text-decoration: none;
  color: inherit; }

p,
.p {
  line-height: 1.75; }

p a, .p a {
  text-decoration: underline;
  color: #004eff; }

img {
  display: block;
  pointer-events: none; }

button {
  border: none; }

iframe {
  border: 0; }

h1, .page-title, .h1, .page-doesnt-exist h2, .page-doesnt-exist .section-title-big {
  font-size: 34px;
  font-size: 2.125rem;
  color: #FFFFFF;
  margin: 0;
  font-weight: 700; }
  @media (max-width: 37.5em) {
    h1, .page-title, .h1, .page-doesnt-exist h2, .page-doesnt-exist .section-title-big {
      font-size: 30px;
      font-size: 1.875rem; } }

h2, .section-title-big, .h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  color: #cc0605; }
  h2.with-subtitle, .with-subtitle.section-title-big, .h2.with-subtitle {
    margin-bottom: 0; }
  @media (max-width: 37.5em) {
    h2, .section-title-big, .h2 {
      font-size: 24px;
      font-size: 1.5rem; } }

h3, .h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
  margin: 30px 0 16px; }

.section-title-big {
  color: #cc0605;
  font-weight: 200;
  text-align: center; }
  .section-title-big:before {
    content: '';
    display: block;
    background: url("../_grafix/hdb_logo.svg") center center no-repeat;
    width: 100px;
    height: 105px;
    margin: 0 auto 20px; }
  @media (max-width: 63.75em) {
    .section-title-big:before {
      width: 80px;
      height: 85px; } }
  @media (max-width: 37.5em) {
    .section-title-big:before {
      width: 60px;
      height: 65px; } }

.section-subtitle, h2.with-subtitle + p, .with-subtitle.section-title-big + p, .h2.with-subtitle + p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #cc0605;
  margin-top: 0; }

.cta {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 200;
  display: inline-block;
  color: #FFFFFF !important;
  background-color: #004eff;
  border-radius: 45px;
  padding: 17px 29px;
  letter-spacing: .025rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-bottom: 8px;
  text-decoration: none !important; }
  .cta:after {
    font-family: Arial, "Roboto", Helvetica, sans-serif;
    content: ' ›'; }
  .cta:hover {
    color: #004eff !important;
    background-color: #FFFFFF !important;
    -webkit-box-shadow: 0 0 2px #004eff inset !important;
    box-shadow: 0 0 2px #004eff inset !important; }
  @media (max-width: 37.5em) {
    .cta {
      padding: 10px 20px; } }

.special-cta {
  color: #004eff; }
  .special-cta:before {
    font-size: 18px;
    font-size: 1.125rem;
    content: '›';
    display: inline-block;
    width: 46px;
    height: 46px;
    background-color: #004eff;
    border-radius: 50%;
    color: #FFFFFF;
    text-align: center;
    line-height: 43px; }

.small-link, .txt-img a, .txt-img--full a, .products a, .partners .partner .content a, .dynamic-page a,
.content a {
  color: #004eff;
  text-decoration: underline; }

.txt-list, ul, .job ul, .txt-img .content ul, .txt-img--full .content ul, .general ul, .products .product ul, .products .product-links .product--nolink ul, .product-links .products .product--nolink ul, .dynamic-page ul {
  padding-left: 8px;
  list-style-type: none; }
  .txt-list li:before, ul li:before, .job ul li:before, .txt-img .content ul li:before, .txt-img--full .content ul li:before, .general ul li:before, .products .product ul li:before, .products .product-links .product--nolink ul li:before, .product-links .products .product--nolink ul li:before, .dynamic-page ul li:before {
    content: '- ';
    margin-left: -8px; }

.no-list-style, .site-footer .site-info .list ul, .main-nav .main-nav-list, .verkooppunten, .product-links, .values, .image-links, .historie ul {
  list-style-type: none;
  padding-left: 0; }
  .no-list-style li:before, .site-footer .site-info .list ul li:before, .main-nav .main-nav-list li:before, .verkooppunten li:before, .product-links li:before, .values li:before, .image-links li:before, .historie ul li:before {
    content: none; }

.txt-align-left {
  text-align: left; }

.txt-align-right {
  text-align: right; }

.txt-align-center {
  text-align: center; }

.light {
  font-weight: 200; }

.bold {
  font-weight: 700; }

.looser {
  letter-spacing: 2px; }

.loose {
  letter-spacing: 1px; }

.tight {
  letter-spacing: -2px; }

.tighter {
  letter-spacing: -3px; }

.straight {
  font-style: normal; }

.italic {
  font-style: italic; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

input, textarea, select {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  width: 100%;
  border: 2px solid #e6e6e6;
  padding: 0 14px;
  height: 2.6rem;
  background: transparent;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .no-jquery input:valid:focus, .no-jquery textarea:valid:focus, .no-jquery select:valid:focus {
    -webkit-box-shadow: 0 0 0 1px green;
    box-shadow: 0 0 0 1px green;
    outline: none; }
  .no-jquery input:invalid:focus, .no-jquery textarea:invalid:focus, .no-jquery select:invalid:focus {
    -webkit-box-shadow: 0 0 0 1px red;
    box-shadow: 0 0 0 1px red;
    outline: none; }

.jquery .invalid {
  -webkit-box-shadow: 0 0 0 1px red;
  box-shadow: 0 0 0 1px red;
  outline: none; }

label,
.label {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin-bottom: 10px; }
  label.required:after,
  .label.required:after {
    content: '*'; }

textarea {
  height: 215px;
  resize: vertical;
  padding: 10px 14px; }

input[type='checkbox'] {
  display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 52px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #000000;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0; }

input[type="checkbox"] + label:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-color: #cc0605;
  position: absolute;
  left: 2px;
  top: 2px;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .2s;
  transition: all .2s; }

input[type="checkbox"]:checked + label:after {
  opacity: .9;
  -webkit-transform: scale(1);
  transform: scale(1); }

input[type="checkbox"] + label > a {
  color: #000000;
  display: block; }

select {
  text-indent: 6px; }

.input-wrap {
  margin-bottom: 20px; }

input[type='file'] {
  height: auto;
  padding: 0; }

.hide-text {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent; }

.hidden, .hide {
  display: none !important; }

.visible, .show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

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

.clearfix:after,
.site-footer .footer-nav:after,
.site-footer .site-info:after,
.main-nav .main-nav-list:after,
.verkooppunten:after,
.breadcrumb:after,
.image-links:after,
.img-img:after,
.contact form:after {
  content: "";
  display: table;
  clear: both; }

.vertical-align {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.horizontal-align {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.center-align {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                               http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, .section-title-big,
  h3 {
    orphans: 3;
    widows: 3; }
  h2, .section-title-big,
  h3 {
    page-break-after: avoid; } }

#languages, .wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media (max-width: 63.75em) {
    #languages, .wrapper {
      padding-left: 2%;
      padding-right: 2%; } }
  @media (max-width: 37.5em) {
    #languages, .wrapper {
      padding-left: 3%;
      padding-right: 3%; } }

.site-header {
  font-size: 17px;
  font-size: 1.0625rem;
  height: 225px;
  position: relative;
  background: #cc0605;
  margin-bottom: 75px; }
  .site-header .background-img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right bottom;
    object-position: right bottom;
    font-family: "object-fit: cover; object-position: right bottom";
    display: block;
    width: 100%;
    height: 100%; }
  .site-header .text {
    position: absolute;
    top: 50%;
    bottom: initial;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    color: #FFFFFF; }
    .site-header .text .cta {
      margin-top: 20px; }
  @media (max-width: 56.25em) {
    .site-header {
      margin-bottom: 45px; } }
  @media (max-width: 25em) {
    .site-header {
      height: 200px;
      margin-bottom: 15px; } }

.site-footer {
  font-size: 14px;
  font-size: 0.875rem;
  color: #000000;
  font-weight: 200;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15) inset;
  margin-top: 120px;
  line-height: 1.7; }
  .site-footer .contact-info {
    color: #FFFFFF;
    background-color: #cc0605;
    padding: 69px 80px;
    font-style: normal;
    display: inline-block;
    position: relative;
    top: -40px; }
    .site-footer .contact-info a:hover {
      color: #000000; }
    .site-footer .contact-info .row {
      margin-bottom: 10px; }
  .site-footer .contact-info-wrap {
    width: 42%;
    min-width: 300px;
    float: left; }
  .site-footer .site-info {
    width: 58%;
    float: left; }
    .site-footer .site-info .list {
      margin-bottom: 66px; }
      .site-footer .site-info .list .title {
        margin: 3rem 0 2rem;
        text-transform: uppercase; }
      .site-footer .site-info .list:first-child {
        float: left; }
      .site-footer .site-info .list:nth-child(2) {
        float: right;
        margin-bottom: 160px; }
      .site-footer .site-info .list a:hover {
        color: #cc0605; }
  @media (max-width: 56.25em) {
    .site-footer {
      margin-top: 80px; }
      .site-footer .site-info {
        width: 46%;
        padding-left: 30px; }
        .site-footer .site-info .list:nth-child(n) {
          float: none;
          margin-bottom: 80px; }
          .site-footer .site-info .list:nth-child(n) .title {
            margin: 1.5rem 0 1rem; }
        .site-footer .site-info .list:nth-child(2) {
          margin-bottom: 160px; }
        .site-footer .site-info .list:first-child {
          margin-bottom: 0; }
          .site-footer .site-info .list:first-child .title {
            margin-top: 1.5rem; } }
  @media (max-width: 37.5em) {
    .site-footer .contact-info-wrap {
      float: none;
      min-width: 0;
      max-width: 300px;
      width: 100%;
      text-align: center;
      background: #cc0605;
      position: relative;
      top: -40px;
      margin-bottom: -20px; }
    .site-footer .contact-info {
      text-align: center;
      padding: 60px 0;
      background: none;
      position: static; }
      .site-footer .contact-info .row {
        text-align: left; }
    .site-footer .site-info {
      float: none;
      width: 100%;
      padding-left: 0; }
      .site-footer .site-info .list:nth-child(n) {
        margin-bottom: 30px; } }

.socialmedia a {
  margin-right: 10px;
  display: inline-block; }
  .socialmedia a:last-child {
    margin-right: 0px; }

.main-nav {
  text-transform: uppercase;
  padding-top: 66px; }
  .main-nav a,
  .main-nav .a {
    text-decoration: none;
    color: #000000; }
    .main-nav a:hover,
    .main-nav .a:hover {
      color: red !important; }
  .main-nav .main-nav-list {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 0; }
    .main-nav .main-nav-list > li {
      position: relative;
      float: left;
      padding: 0 15px; }
      .main-nav .main-nav-list > li:nth-child(1), .main-nav .main-nav-list > li:nth-child(2), .main-nav .main-nav-list > li:nth-child(6), .main-nav .main-nav-list > li:nth-child(7) {
        border-right: 2px solid #dadada; }
      .main-nav .main-nav-list > li:first-child {
        padding-left: 0; }
      .main-nav .main-nav-list > li:nth-child(5) {
        padding-right: 0; }
      .main-nav .main-nav-list > li:nth-child(n+5) {
        float: right; }
      .main-nav .main-nav-list > li.brand {
        position: absolute;
        left: 41%;
        top: -4px; }
        .main-nav .main-nav-list > li.brand img {
          width: 250px;
          height: 62px;
          margin-top: -19px; }
      .main-nav .main-nav-list > li [data-jobs] {
        position: relative; }
        .main-nav .main-nav-list > li [data-jobs]:after {
          font-size: 11px;
          font-size: 0.6875rem;
          content: attr(data-jobs);
          display: block;
          background-color: #cc0605;
          border-radius: 50%;
          width: 17px;
          height: 17px;
          line-height: 17px;
          color: #FFFFFF;
          font-weight: 400;
          text-align: center;
          z-index: 1;
          position: absolute;
          top: -16px;
          right: -10px; }
      .main-nav .main-nav-list > li a,
      .main-nav .main-nav-list > li .a {
        font-size: 15px;
        font-size: 0.9375rem;
        font-weight: 400;
        color: #000000;
        cursor: pointer; }
        .main-nav .main-nav-list > li a.has-sub:after,
        .main-nav .main-nav-list > li .a.has-sub:after {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 6px;
          height: 6px;
          border-right: 2px solid #000000;
          border-bottom: 2px solid #000000;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          margin-left: 7px;
          margin-top: -6px; }
      .main-nav .main-nav-list > li > a.selected:before,
      .main-nav .main-nav-list > li > .a.selected:before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #cc0605;
        position: relative;
        top: 27px;
        left: 0; }
    @media (max-width: 56.25em) {
      .main-nav .main-nav-list > li:nth-child(n) {
        float: none;
        padding: 0;
        border-right: none;
        display: none; }
        .main-nav .main-nav-list > li:nth-child(n) > a, .main-nav .main-nav-list > li:nth-child(n) .a {
          margin-bottom: 12px;
          display: inline-block; }
        .main-nav .main-nav-list > li:nth-child(n).brand {
          display: block;
          opacity: 1;
          left: 50px;
          height: auto; }
          .main-nav .main-nav-list > li:nth-child(n).brand a {
            display: block; }
          .main-nav .main-nav-list > li:nth-child(n).brand img {
            margin-top: -34px; }
        .main-nav .main-nav-list > li:nth-child(n) a[data-jobs]:after {
          top: -4px;
          right: -22px; } }
    @media (max-width: 37.5em) {
      .main-nav .main-nav-list > li:nth-child(n).brand {
        left: 10px; }
        .main-nav .main-nav-list > li:nth-child(n).brand img {
          width: 210px;
          margin-top: -34px; } }
  .main-nav .menu-btn {
    position: absolute;
    top: 34px;
    right: 10px;
    display: none; }
    @media (max-width: 56.25em) {
      .main-nav .menu-btn {
        display: block; } }
  .main-nav .sub-nav {
    font-size: 12px;
    font-size: 0.75rem;
    background-color: #FFFFFF;
    position: absolute;
    top: 40px;
    width: 260px;
    line-height: 1.6;
    z-index: 1;
    -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15);
    text-transform: none;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
    .main-nav .sub-nav:before {
      content: '';
      width: 100%;
      height: 25px;
      display: block;
      position: absolute;
      background-color: red;
      left: 0;
      top: -25px;
      opacity: 0; }
    .main-nav .sub-nav.open {
      opacity: 1;
      pointer-events: auto; }
    .main-nav .sub-nav li {
      display: block;
      border-bottom: 1px solid #dadada; }
      .main-nav .sub-nav li:last-child {
        border-bottom: none; }
      .main-nav .sub-nav li a {
        display: block;
        font-weight: 200;
        padding: 15px 0 15px 20px; }
        .main-nav .sub-nav li a.selected {
          color: #cc0605; }
    @media (max-width: 56.25em) {
      .main-nav .sub-nav {
        position: static;
        width: auto;
        opacity: 1;
        pointer-events: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 20px; }
        .main-nav .sub-nav:before {
          content: normal; }
        .main-nav .sub-nav li {
          border-bottom: none;
          line-height: 1.8; }
          .main-nav .sub-nav li a {
            padding: 0; } }

.main-nav.open .main-nav-list {
  padding-top: 50px;
  padding-left: 34px; }
  .main-nav.open .main-nav-list > li:nth-child(n) {
    display: block; }

@media (max-width: 37.5em) {
  .main-nav.open .main-nav-list {
    padding-left: 0; } }

#languages {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: right; }
  #languages a {
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 0 6px; }
    #languages a:first-child {
      border-right: 1px solid #dadada; }
    #languages a.selected {
      text-decoration: underline; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.alert, .alert--danger, .alert--success {
  padding: 10px 18px;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid; }

.alert--danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.alert--success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.sitemap-wrap {
  text-align: center; }

.verkooppunten .verkooppunt {
  width: 23.5%;
  display: inline-block;
  vertical-align: middle; }
  .verkooppunten .verkooppunt:nth-of-type(n) {
    margin-bottom: 2%;
    margin-right: 2%; }
  .verkooppunten .verkooppunt:nth-of-type(4n) {
    margin-right: 0; }
  .verkooppunten .verkooppunt img {
    width: 100%; }
  @media (max-width: 37.5em) {
    .verkooppunten .verkooppunt {
      width: 32%; }
      .verkooppunten .verkooppunt:nth-of-type(n) {
        margin-bottom: 2%;
        margin-right: 2%; }
      .verkooppunten .verkooppunt:nth-of-type(3n) {
        margin-right: 0; } }

.iframe-wrap {
  overflow: hidden;
  position: relative;
  margin-bottom: 65px; }
  .iframe-wrap iframe {
    width: 100%;
    height: 35vw;
    display: block;
    border: 0; }
  @media (max-width: 56.25em) {
    .iframe-wrap {
      margin-bottom: 60px; } }
  @media (max-width: 56.25em) {
    .iframe-wrap {
      margin-bottom: 40px; } }
  @media (max-width: 25em) {
    .iframe-wrap {
      margin-bottom: 20px; } }

.clear-left {
  clear: left; }

.page-doesnt-exist {
  position: relative;
  color: #FFFFFF;
  height: 600px;
  background-color: #cc0605; }
  .page-doesnt-exist .text {
    position: absolute;
    top: 50%;
    bottom: initial;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 50%;
    width: 350px; }
  .page-doesnt-exist p {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 200; }
  .page-doesnt-exist:before {
    content: '';
    background: url("../_grafix/404.png") no-repeat top left;
    width: 600px;
    height: 555px;
    position: absolute;
    left: 50%;
    bottom: 0; }
  @media (max-width: 63.75em) {
    .page-doesnt-exist .text {
      left: 3%;
      right: auto; }
    .page-doesnt-exist:before {
      left: auto;
      right: 1%; } }
  @media (max-width: 37.5em) {
    .page-doesnt-exist .text {
      width: 95%; }
    .page-doesnt-exist:before {
      position: absolute;
      left: 50%;
      right: initial;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); } }

#frmquote,
.featherlight #frmjob {
  width: 100%;
  width: 100vw;
  max-width: 600px;
  background-color: #fff;
  padding: 40px; }
  #frmquote .input-wrap,
  .featherlight #frmjob .input-wrap {
    margin-bottom: 20px; }
  #frmquote label,
  #frmquote .label,
  .featherlight #frmjob label,
  .featherlight #frmjob .label {
    margin-bottom: 10px; }
    #frmquote label span,
    #frmquote .label span,
    .featherlight #frmjob label span,
    .featherlight #frmjob .label span {
      font-style: italic;
      color: #acacac; }
  #frmquote input[type="checkbox"] + label > a,
  .featherlight #frmjob input[type="checkbox"] + label > a {
    text-decoration: underline;
    display: block; }

.featherlight {
  z-index: 20000000; }

.dreamjob {
  font-weight: 200;
  display: inline-block;
  margin-right: 30px;
  margin-top: 50px;
  margin-bottom: 20px; }
  @media (max-width: 37.5em) {
    .dreamjob {
      display: block;
      margin-right: 0; } }

.quote {
  margin-top: 30px;
  margin-bottom: 30px; }

.generalpages {
  font-size: 12px;
  font-size: 0.75rem;
  padding-top: 11px;
  border-top: 1px solid #000000;
  clear: both;
  margin-bottom: 40px; }
  .generalpages #generalpages {
    float: left; }
  .generalpages a:after {
    content: '-';
    margin: 0 9px;
    text-decoration: none;
    display: inline-block; }
  .generalpages a:last-child:after {
    display: none; }
  .generalpages a:hover {
    color: #cc0605; }
  .generalpages #kixx {
    display: inline-block;
    float: right; }
  @media (max-width: 56.25em) {
    .generalpages {
      position: absolute;
      bottom: 9px;
      left: 2%;
      right: 2%;
      margin-bottom: 20px; } }
  @media (max-width: 37.5em) {
    .generalpages {
      position: static;
      padding-bottom: 10px; }
      .generalpages #generalpages {
        float: none; }
      .generalpages #kixx {
        float: none; } }

.breadcrumb {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 200;
  color: #000000;
  text-transform: none;
  margin-top: -10px;
  margin-bottom: 16px; }
  .breadcrumb a {
    display: block;
    float: left;
    text-decoration: underline;
    color: #cc0605; }
    .breadcrumb a.non-clickable {
      text-decoration: none;
      color: #000000;
      pointer-events: none; }
  .breadcrumb > span {
    display: block;
    float: left; }
  @media (max-width: 56.25em) {
    .breadcrumb {
      margin-top: 0;
      padding-top: 10px;
      margin-left: 34px; } }
  @media (max-width: 37.5em) {
    .breadcrumb {
      padding-top: 0;
      margin-left: 0; } }

.open .breadcrumb {
  display: none; }

.product-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 90px; }
  @media (max-width: 56.25em) {
    .product-links {
      margin-bottom: 0; } }
  .product-links.grid-4 .product, .product-links.grid-4 .product--nolink {
    width: 23.875%; }
    .product-links.grid-4 .product:nth-of-type(n), .product-links.grid-4 .product--nolink:nth-of-type(n) {
      margin-bottom: 15px;
      margin-right: 1.5%; }
    .product-links.grid-4 .product:nth-of-type(4n), .product-links.grid-4 .product--nolink:nth-of-type(4n) {
      margin-right: 0; }
    @media (max-width: 56.25em) {
      .product-links.grid-4 .product, .product-links.grid-4 .product--nolink {
        width: 32.33333%; }
        .product-links.grid-4 .product:nth-of-type(n), .product-links.grid-4 .product--nolink:nth-of-type(n) {
          margin-bottom: 15px;
          margin-right: 1.5%; }
        .product-links.grid-4 .product:nth-of-type(3n), .product-links.grid-4 .product--nolink:nth-of-type(3n) {
          margin-right: 0; }
        .product-links.grid-4 .product:last-child, .product-links.grid-4 .product--nolink:last-child {
          width: 66.16667%;
          margin-right: 0; } }
    @media (max-width: 37.5em) {
      .product-links.grid-4 .product:nth-child(n), .product-links.grid-4 .product--nolink:nth-child(n) {
        width: 49.25%; }
        .product-links.grid-4 .product:nth-child(n):nth-of-type(n), .product-links.grid-4 .product--nolink:nth-child(n):nth-of-type(n) {
          margin-bottom: 9px;
          margin-right: 1.5%; }
        .product-links.grid-4 .product:nth-child(n):nth-of-type(2n), .product-links.grid-4 .product--nolink:nth-child(n):nth-of-type(2n) {
          margin-right: 0; } }
    @media (max-width: 25em) {
      .product-links.grid-4 .product:nth-child(n), .product-links.grid-4 .product--nolink:nth-child(n) {
        width: 100%; }
        .product-links.grid-4 .product:nth-child(n):nth-of-type(n), .product-links.grid-4 .product--nolink:nth-child(n):nth-of-type(n) {
          margin-bottom: 5px;
          margin-right: 0; }
        .product-links.grid-4 .product:nth-child(n):nth-of-type(1n), .product-links.grid-4 .product--nolink:nth-child(n):nth-of-type(1n) {
          margin-right: 0; } }
  .product-links.grid-3 .product, .product-links.grid-3 .product--nolink {
    width: 32.33333%; }
    .product-links.grid-3 .product:nth-of-type(n), .product-links.grid-3 .product--nolink:nth-of-type(n) {
      margin-bottom: 15px;
      margin-right: 1.5%; }
    .product-links.grid-3 .product:nth-of-type(3n), .product-links.grid-3 .product--nolink:nth-of-type(3n) {
      margin-right: 0; }
    @media (max-width: 37.5em) {
      .product-links.grid-3 .product, .product-links.grid-3 .product--nolink {
        width: 49.25%; }
        .product-links.grid-3 .product:nth-of-type(n), .product-links.grid-3 .product--nolink:nth-of-type(n) {
          margin-bottom: 9px;
          margin-right: 1.5%; }
        .product-links.grid-3 .product:nth-of-type(2n), .product-links.grid-3 .product--nolink:nth-of-type(2n) {
          margin-right: 0; } }
    @media (max-width: 25em) {
      .product-links.grid-3 .product, .product-links.grid-3 .product--nolink {
        width: 100%; }
        .product-links.grid-3 .product:nth-of-type(n), .product-links.grid-3 .product--nolink:nth-of-type(n) {
          margin-bottom: 5px;
          margin-right: 0; }
        .product-links.grid-3 .product:nth-of-type(1n), .product-links.grid-3 .product--nolink:nth-of-type(1n) {
          margin-right: 0; } }
  .product-links .product, .product-links .product--nolink {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #cc0605;
    color: #FFFFFF;
    padding: 8px 0 38px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative; }
    .product-links .product a, .product-links .product--nolink a {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
    .product-links .product .gfx, .product-links .product--nolink .gfx {
      height: 120px;
      margin: 0 auto; }
    .product-links .product .text, .product-links .product--nolink .text {
      font-size: 23px;
      font-size: 1.4375rem;
      font-weight: 400;
      height: 64px;
      padding: 0 10px; }
    .product-links .product:after, .product-links .product--nolink:after {
      content: '';
      display: block;
      background: url("../_grafix/arrow.svg") left top no-repeat;
      width: 12px;
      height: 12px;
      text-align: center;
      margin: 0 auto;
      margin-top: 25px; }
    .product-links .product:hover, .product-links .product--nolink:hover {
      background-color: #a7a7a7;
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }
    @media (max-width: 37.5em) {
      .product-links .product:after, .product-links .product--nolink:after {
        margin-top: 10px; }
      .product-links .product .gfx, .product-links .product--nolink .gfx {
        margin-bottom: -12px;
        height: 100px; }
      .product-links .product .text, .product-links .product--nolink .text {
        font-size: 20px;
        font-size: 1.25rem;
        height: 55px; } }
    @media (max-width: 25em) {
      .product-links .product, .product-links .product--nolink {
        padding: 20px 0;
        text-align: left; }
        .product-links .product:after, .product-links .product--nolink:after {
          display: inline-block;
          width: 10px;
          height: 10px;
          float: right;
          margin-right: 10px; }
        .product-links .product .gfx, .product-links .product--nolink .gfx {
          display: none; }
        .product-links .product .text, .product-links .product--nolink .text {
          display: inline-block;
          height: auto; } }
  .product-links .product--nolink {
    padding: 0;
    pointer-events: none; }
    .product-links .product--nolink:after {
      content: normal; }
    .product-links .product--nolink img {
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .product-links .product--nolink:hover {
      pointer-events: none; }

.values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .values .value {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 32%;
    background-color: #cc0605;
    text-align: center;
    padding: 30px 30px 60px;
    margin-bottom: 20px; }
    .values .value .gfx {
      height: 100px;
      margin: 0 auto; }
    .values .value .title {
      font-size: 26px;
      font-size: 1.625rem;
      font-weight: 400;
      color: #FFFFFF;
      margin-bottom: 20px; }
    .values .value .text {
      color: #FFFFFF; }
  @media (max-width: 50em) {
    .values .value {
      padding: 20px 10px 30px;
      margin-bottom: 15px; } }
  @media (max-width: 37.5em) {
    .values .value {
      width: 49%;
      margin-bottom: 11px; } }
  @media (max-width: 25em) {
    .values .value {
      width: 100%;
      padding: 0 10px 10px;
      margin-bottom: 7px; }
      .values .value .gfx {
        height: 70px; } }

.image-links {
  margin-bottom: 30px; }
  .image-links li {
    width: 32%;
    float: left;
    -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15); }
    .image-links li:nth-of-type(n) {
      margin-bottom: 2%;
      margin-right: 2%; }
    .image-links li:nth-of-type(3n) {
      margin-right: 0; }
    .image-links li a {
      display: block; }
    .image-links li img {
      width: 100%;
      display: block; }
    .image-links li .text {
      font-weight: 200;
      color: #cc0605;
      padding: 23px 18px 19px; }

.image-links-wrap {
  margin-bottom: 90px; }

@media (max-width: 63.75em) {
  .image-links-wrap {
    margin-bottom: 40px; } }

@media (max-width: 56.25em) {
  .image-links {
    margin-bottom: 25px; }
  .image-links-wrap {
    margin-bottom: 30px; } }

@media (max-width: 37.5em) {
  .image-links li {
    float: none;
    width: 100%; }
    .image-links li:nth-child(n) {
      margin-bottom: 25px; } }

.historie ul {
  max-width: 850px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: -75px auto -130px;
  padding: 75px 2% 100px; }
  .historie ul:after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 49.9%;
    background-color: #cc0605; }
  .historie ul li {
    width: 47%;
    margin-bottom: 2%;
    position: relative; }
    .historie ul li:nth-child(even) {
      margin-top: 100px; }
      .historie ul li:nth-child(even) .img:after {
        left: -6.5%; }
      .historie ul li:nth-child(even) .img.no-image + .year {
        margin-left: 10px; }
    .historie ul li:nth-child(odd) .img:after {
      right: -6.5%; }
    .historie ul li .img {
      position: relative;
      margin-bottom: 10px; }
      .historie ul li .img:after {
        content: '';
        width: 6.5%;
        height: 2px;
        display: block;
        position: absolute;
        top: 50%;
        background-color: #cc0605; }
      .historie ul li .img.no-image {
        height: 150px; }
        .historie ul li .img.no-image:after {
          top: 180px; }
    .historie ul li .year {
      font-size: 26px;
      font-size: 1.625rem;
      color: #cc0605; }
      .historie ul li .year:after {
        content: ':';
        margin-right: .4rem; }
    .historie ul li img {
      width: 100%; }

@media (max-width: 56.25em) {
  .historie ul {
    margin-top: -45px;
    margin-bottom: -70px;
    padding-bottom: 100px; } }

@media (max-width: 25em) {
  .historie ul {
    margin-top: -15px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: -30px; } }

.jobs, .jobs--shadow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  .jobs .job, .jobs--shadow .job {
    text-align: center;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
    width: 30.66667%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 50px;
    height: 150px; }
    .jobs .job:nth-of-type(n), .jobs--shadow .job:nth-of-type(n) {
      margin-bottom: 4%;
      margin-right: 4%; }
    .jobs .job:nth-of-type(3n), .jobs--shadow .job:nth-of-type(3n) {
      margin-right: 0; }
    .jobs .job.newsitem, .jobs--shadow .job.newsitem {
      height: auto !important; }
    .jobs .job .text, .jobs--shadow .job .text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-left: 20px;
      padding-right: 20px;
      width: 100%;
      height: 100%; }
      .jobs .job .text .title-wrap, .jobs--shadow .job .text .title-wrap {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .jobs .job .text h2, .jobs--shadow .job .text h2, .jobs .job .text .section-title-big, .jobs--shadow .job .text .section-title-big {
        font-size: 26px;
        font-size: 1.625rem;
        font-weight: 400;
        margin-top: 0; }
        @media (max-width: 37.5em) {
          .jobs .job .text h2, .jobs--shadow .job .text h2, .jobs .job .text .section-title-big, .jobs--shadow .job .text .section-title-big {
            font-size: 24px;
            font-size: 1.5rem; } }
  @media (max-width: 56.25em) {
    .jobs .job, .jobs--shadow .job {
      width: 47%;
      padding-bottom: 30px; }
      .jobs .job:nth-of-type(n), .jobs--shadow .job:nth-of-type(n) {
        margin-bottom: 6%;
        margin-right: 6%; }
      .jobs .job:nth-of-type(2n), .jobs--shadow .job:nth-of-type(2n) {
        margin-right: 0; } }
  @media (max-width: 37.5em) {
    .jobs .job:nth-child(n), .jobs--shadow .job:nth-child(n) {
      width: 100%;
      margin-bottom: 2%;
      margin-right: 0; } }

.jobs--shadow .job {
  position: relative;
  background-color: #fff;
  padding-bottom: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  text-align: left; }
  .jobs--shadow .job:after {
    content: '';
    position: absolute;
    width: 96%;
    height: 100%;
    left: 2%;
    top: 0;
    z-index: -1;
    -webkit-box-shadow: 0px 7px 17px -7px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 7px 17px -7px rgba(0, 0, 0, 0.25); }

@media (max-width: 56.25em) {
  .jobs--shadow .job:nth-child(n) {
    margin-bottom: 26px; } }

@media (max-width: 56.25em) {
  .jobs--shadow .job:nth-child(n) {
    padding-bottom: 20px; } }

.vacature {
  max-width: 600px;
  margin: 0 auto;
  padding-left: 2%;
  padding-right: 2%; }
  .vacature a {
    color: #004eff; }
  .vacature .intro {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700; }
  .vacature ul {
    padding-left: 1.2rem; }
    .vacature ul li {
      line-height: 1.7;
      list-style-type: disc; }

.banner-cta {
  background: url("../_grafix/banner-cta.jpg") center center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 65px 8%;
  margin-top: 130px; }
  .banner-cta.working-at-hdb {
    background-image: url("../_grafix/banner-cta-2.jpg"); }
  .banner-cta .content-wrap {
    max-width: 725px;
    margin: 0 auto;
    padding: 60px 2%;
    background-color: #FFFFFF; }
  @media (max-width: 56.25em) {
    .banner-cta {
      margin-top: 100px; } }
  @media (max-width: 37.5em) {
    .banner-cta {
      margin-top: 70px; } }
  @media (max-width: 25em) {
    .banner-cta {
      margin-top: 30px; }
      .banner-cta .content-wrap {
        padding: 20px 2% 40px; } }

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .news-item .content {
    width: 48%; }
  .news-item .img {
    width: 48%;
    margin-left: auto; }
    .news-item .img img {
      width: 100%; }
  @media (max-width: 56.25em) {
    .news-item .content {
      width: 100%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .news-item .img {
      width: 100%; } }

.txt-img, .txt-img--full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em; }
  .txt-img .content, .txt-img--full .content {
    width: 50%; }
    .txt-img .content ul, .txt-img--full .content ul {
      margin-bottom: 1.5em; }
  .txt-img .img, .txt-img--full .img {
    width: 40%;
    position: relative; }
    .txt-img .img img, .txt-img--full .img img {
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: bottom right;
      object-position: bottom right;
      font-family: "object-fit: cover; object-position: bottom right";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  .txt-img .right, .txt-img--full .right {
    margin-left: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  @media (max-width: 37.5em) {
    .txt-img, .txt-img--full {
      display: block;
      margin-bottom: 20px; }
      .txt-img .content, .txt-img--full .content {
        width: 100%; }
      .txt-img .img, .txt-img--full .img {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
        .txt-img .img img, .txt-img--full .img img {
          position: static;
          height: auto; } }

.txt-img--full .content {
  max-width: 580px; }
  .txt-img--full .content.right {
    margin-left: 5%; }
  .txt-img--full .content.left {
    margin-left: auto;
    margin-right: 5%; }

.txt-img--full .img.right {
  margin-left: unset; }

.txt-img--full .img.multiple {
  position: relative; }
  .txt-img--full .img.multiple img {
    height: 49%; }
    .txt-img--full .img.multiple img:last-child {
      top: 52%;
      width: 80%; }
  .txt-img--full .img.multiple.left img:last-child {
    right: 0;
    left: unset; }

@media (max-width: 37.5em) {
  .txt-img--full .content {
    max-width: 580px;
    padding-left: 2%;
    padding-right: 2%; }
    .txt-img--full .content.right {
      margin-left: 0; }
    .txt-img--full .content.left {
      margin-left: auto;
      margin-right: 0; }
  .txt-img--full .img.multiple img {
    height: auto; }
  .txt-img--full .img.multiple img:last-child {
    display: none; } }

#working-at-hdb .txt-img--full .img img {
  position: static;
  -o-object-fit: contain;
  object-fit: contain;
  position: static;
  width: 100%;
  height: auto; }

#working-at-hdb .txt-img--full .content p {
  margin-top: 0; }

#working-at-hdb .txt-img--full .content.left {
  width: 55%;
  margin-left: 0 !important; }
  @media (max-width: 37.5em) {
    #working-at-hdb .txt-img--full .content.left {
      width: 100%; } }

#working-at-hdb .txt-img--full .content.right {
  width: 55%;
  margin-right: 0 !important; }
  @media (max-width: 37.5em) {
    #working-at-hdb .txt-img--full .content.right {
      width: 100%; } }

#working-at-hdb .txt-img--full .content h2, #working-at-hdb .txt-img--full .content .section-title-big {
  margin-top: 0 !important; }

.txt-img--full .content.content--full {
  width: 100%;
  max-width: 1000px; }

.img-img .img {
  width: 49%;
  height: 400px;
  float: left;
  position: relative; }
  .img-img .img:nth-of-type(n) {
    margin-bottom: 2%;
    margin-right: 2%; }
  .img-img .img:nth-of-type(2n) {
    margin-right: 0; }
  .img-img .img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom right;
    object-position: bottom right;
    font-family: "object-fit: cover; object-position: bottom right";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

@media (max-width: 37.5em) {
  .img-img .img {
    width: 100%;
    margin-bottom: 20px !important; }
    .img-img .img:nth-of-type(n) {
      margin-bottom: 0;
      margin-right: 0; }
    .img-img .img:nth-of-type(1n) {
      margin-right: 0; } }

.general h1, .general .page-title {
  color: #cc0605; }

.products .product, .products .product-links .product--nolink, .product-links .products .product--nolink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 40px; }
  .products .product img, .products .product-links .product--nolink img, .product-links .products .product--nolink img {
    pointer-events: auto; }
  .products .product .content, .products .product-links .product--nolink .content, .product-links .products .product--nolink .content {
    width: 40%; }
    .products .product .content.no-image, .products .product-links .product--nolink .content.no-image, .product-links .products .product--nolink .content.no-image {
      width: 100%; }
  .products .product .img, .products .product-links .product--nolink .img, .product-links .products .product--nolink .img {
    width: 50%;
    margin-left: 10%;
    position: relative;
    cursor: pointer; }
    .products .product .img img, .products .product-links .product--nolink .img img, .product-links .products .product--nolink .img img {
      -o-object-fit: contain;
      object-fit: contain;
      font-family: "object-fit: contain";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .products .product .img + .tabel, .products .product-links .product--nolink .img + .tabel, .product-links .products .product--nolink .img + .tabel {
    margin-top: 50px; }
  .products .product .tabel, .products .product-links .product--nolink .tabel, .product-links .products .product--nolink .tabel {
    display: block;
    cursor: pointer; }
    .products .product .tabel img, .products .product-links .product--nolink .tabel img, .product-links .products .product--nolink .tabel img {
      max-width: 100%; }

@media (max-width: 56.25em) {
  .products .product, .products .product-links .product--nolink, .product-links .products .product--nolink {
    display: block;
    margin-bottom: 0; }
    .products .product .content, .products .product-links .product--nolink .content, .product-links .products .product--nolink .content {
      width: 100%;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-left: auto; }
    .products .product .product-img, .products .product-links .product--nolink .product-img, .product-links .products .product--nolink .product-img {
      height: 300px;
      width: 100%;
      margin: 0; }
      .products .product .product-img img, .products .product-links .product--nolink .product-img img, .product-links .products .product--nolink .product-img img {
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: left top;
        object-position: left top;
        font-family: "object-fit: contain; object-position: left top"; }
    .products .product .img:not(.product-img), .products .product-links .product--nolink .img:not(.product-img), .product-links .products .product--nolink .img:not(.product-img) {
      width: 100%;
      max-width: 900px;
      margin: 0 auto; }
      .products .product .img:not(.product-img) img, .products .product-links .product--nolink .img:not(.product-img) img, .product-links .products .product--nolink .img:not(.product-img) img {
        width: 100%;
        position: static;
        height: auto; }
    .products .product .img + .tabel, .products .product-links .product--nolink .img + .tabel, .product-links .products .product--nolink .img + .tabel {
      margin-top: 20px; } }

#cookiebar {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  z-index: 9999;
  background-color: #cc0605;
  color: #FFFFFF;
  padding: 20px 0;
  padding-bottom: 0;
  overflow-x: scroll; }
  #cookiebar.cookie-page {
    position: static; }
  #cookiebar::-moz-selection {
    background: rgba(0, 0, 0, 0.6);
    text-shadow: none; }
  #cookiebar::selection {
    background: rgba(0, 0, 0, 0.6);
    text-shadow: none; }
  #cookiebar #frmcookies {
    width: 88%;
    max-width: 1000px;
    margin: auto; }
  #cookiebar .title {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #FFFFFF; }
  #cookiebar .text {
    margin-bottom: 26px; }
  #cookiebar p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
    max-width: 700px;
    margin-bottom: 1em;
    line-height: 1.2; }
  #cookiebar a {
    text-decoration: underline;
    color: inherit; }
  #cookiebar button {
    font-size: 0.875em !important;
    margin-bottom: 0; }
  #cookiebar .cta {
    font-size: 18px;
    font-size: 1.125rem;
    color: #cc0605;
    cursor: pointer;
    margin-bottom: 16px; }
    #cookiebar .cta:hover {
      color: #000000; }
    #cookiebar .cta:before {
      background: #cc0605; }
  @media (min-width: 25em) {
    #cookiebar button:first-child {
      margin-right: 40px; } }
  @media (min-width: 37.5em) {
    #cookiebar {
      top: auto; } }
  @media (min-width: 56.25em) {
    #cookiebar #frmcookies {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #cookiebar .text {
      width: 60%; }
    #cookiebar p {
      margin-right: 10%; }
    #cookiebar .buttons {
      width: 40%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .partners .partner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 47%;
    margin-bottom: 70px; }
    .partners .partner h2, .partners .partner .section-title-big {
      margin-top: 0; }
      .partners .partner h2 + p, .partners .partner .section-title-big + p {
        margin-bottom: 1em; }
    .partners .partner .content {
      width: 57%;
      line-height: 1.75; }
    .partners .partner .img {
      position: relative;
      width: 40%;
      height: 80px;
      -ms-flex-item-align: center;
      align-self: center; }
      .partners .partner .img img {
        -o-object-fit: contain;
        object-fit: contain;
        font-family: "object-fit: contain";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
  @media (max-width: 56.25em) {
    .partners .partner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 6%; }
      .partners .partner h2, .partners .partner .section-title-big {
        margin-top: 8px; }
      .partners .partner .content {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      .partners .partner .img {
        width: 100%; }
        .partners .partner .img img {
          position: static;
          height: inherit; } }
  @media (max-width: 37.5em) {
    .partners .partner {
      width: 100%; } }

.contact .contact-info-side {
  width: 35%;
  float: left;
  padding-right: 2%;
  color: #000000; }
  .contact .contact-info-side address {
    font-style: normal; }
  .contact .contact-info-side .cta {
    margin-bottom: 60px; }
  .contact .contact-info-side .gmap {
    width: 100%;
    height: 360px; }
  @media (max-width: 56.25em) {
    .contact .contact-info-side {
      width: 100%;
      float: none;
      padding-right: 0; }
      .contact .contact-info-side address {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      .contact .contact-info-side .contact {
        width: 50%; }
      .contact .contact-info-side .gmap {
        width: 50%;
        height: auto; } }
  @media (max-width: 37.5em) {
    .contact .contact-info-side .contact {
      width: 100%; }
    .contact .contact-info-side .gmap {
      width: 100%;
      height: 360px; }
    .contact .contact-info-side .cta {
      margin-bottom: 30px; } }

.contact .form-wrap {
  width: 60%;
  float: right;
  margin-top: 33px; }

.contact form .input-wrap {
  margin-bottom: 20px; }
  .contact form .input-wrap:last-of-type {
    margin-bottom: 30px; }

.contact form .checkbox {
  width: 50%;
  float: left;
  margin-bottom: 0; }
  .contact form .checkbox:last-child {
    float: none;
    background-color: red; }
  .contact form .checkbox:nth-child(2) {
    float: none;
    background-color: red; }
  .contact form .checkbox:last-of-type {
    float: none;
    background-color: red; }
  .contact form .checkbox.user-data {
    margin-top: 20px;
    margin-bottom: 20px; }

.contact form label,
.contact form .label {
  margin-bottom: 10px; }
  .contact form label span,
  .contact form .label span {
    font-style: italic;
    color: #acacac; }

.contact form a {
  text-decoration: underline; }

@media (max-width: 56.25em) {
  .contact .form-wrap {
    width: 100%;
    float: none; } }

@media (max-width: 37.5em) {
  .contact form .input-wrap.checkbox {
    float: none;
    width: 100%; } }

.sitemap-wrap {
  text-align: center; }

#sitemap {
  display: inline-block;
  text-align: left; }
  #sitemap li {
    margin-bottom: 8px; }
    #sitemap li:before {
      content: '';
      display: inline-block;
      width: 4px;
      height: 4px;
      background-color: #cc0605;
      position: relative;
      top: -2px;
      border-radius: 50%;
      margin-right: 8px; }
    #sitemap li ul {
      margin-left: 20px;
      margin: 12px 0 12px 20px; }
  #sitemap a {
    color: #000000; }
    #sitemap a:hover {
      color: #cc0605; }

/*# sourceMappingURL=main.css.map */
