
 html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* mixin for retina background images */
/* @font-face {
  font-family: 'strada light';
  src: url("../fonts/StradaWeb-Light.eot");
  src: url("../fonts/StradaWeb-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/StradaWeb-Light.woff2") format("woff2"), url("../fonts/StradaWeb-Light.woff") format("woff"), url("../fonts/StradaWeb-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'smart4dsTitles';
  src: url("../fonts/StradaWeb-Italic.eot");
  src: url("../fonts/StradaWeb-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/StradaWeb-Italic.woff2") format("woff2"), url("../fonts/StradaWeb-Italic.woff") format("woff"), url("../fonts/StradaWeb-Italic.ttf") format("truetype");
}

@font-face {
  font-family: 'strada bold';
  src: url("../fonts/Strada-Bold.eot");
  src: url("../fonts/Strada-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Strada-Bold.woff2") format("woff2"), url("../fonts/Strada-Bold.woff") format("woff"), url("../fonts/Strada-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'strada black';
  src: url("../fonts/Strada-Black.eot");
  src: url("../fonts/Strada-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Strada-Black.woff2") format("woff2"), url("../fonts/Strada-Black.woff") format("woff"), url("../fonts/Strada-Black.ttf") format("truetype");
} */

@media screen {
  html {
    font-size: 62.5%;
  }

  body {
    font-family: "strada light", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 2.0rem;
  }

  strong,
  .bold {
    font-family: "strada bold", sans-serif;
    font-weight: normal;
    font-style: normal;
  }

  em,
  .italic {
    font-family: "smart4dsTitles", sans-serif;
    font-weight: normal;
    font-style: normal;
  }

  h1,
  h2,
  h3,
  h4,
  h5 {
    line-height: 1.3rem;
  }

  ol,
  ul {
    padding-left: 1rem;
  }

  ol:not(ol) li,
  ul:not(ol) li {
    list-style-type: disc;
  }

  ol ol,
  ol ul,
  ul ol,
  ul ul {
    padding-left: 1rem;
  }

  ol li,
  ul li {
    padding-bottom: .5rem;
  }

  p {
    color: #2c2c2c;
  }

  a,
  a:link,
  a:visited {
    color: #2c2c2c;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
  }

  a:hover,
  a:active,
  a:focus {
    color: #2c2c2c;
  }

  a:focus,
  button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  caption {
    font-size: 0.8rem;
    color: rgba(0, 0, 0, 0.7);
  }

  table {
    width: 100%;
  }

  table thead th {
    text-transform: lowercase;
  }

  table thead th:first-letter {
    text-transform: uppercase;
  }

  dt {
    display: list-item;
    list-style-type: disc;
  }

  dt,
  dd {
    padding-left: 20px;
  }

  dl dt {
    font-weight: 300;
    font-size: 2.6rem;
  }

  dd {
    font-size: 4.0rem;
    line-height: 3.8rem;
  }

  dd p {
    line-height: 3.8rem;
  }

  .hidden {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  body.touch .bg-video {
    display: none;
  }

  .tr-bg-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
  }

  .tr-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .tr-bg.light {
    background: #ffffff;
  }

  .column-1 span.tr-bg.tr-bg-1.base {
    background: transparent;
    background-image: linear-gradient(-45deg, black, transparent);
  }
  .column-1 span.tr-bg.tr-bg-1.base.tr-bg-half {
    background: transparent;
    background-image: linear-gradient(-45deg, black, transparent);
    background-position-y: calc(100% - 200px);
  }
  
  .column-2 span.tr-bg.tr-bg-1.base {
    background: transparent;
    background-image: linear-gradient(45deg, black, transparent);
  }
  .column-2 span.tr-bg.tr-bg-1.base.tr-bg-half {
    background-image: linear-gradient(45deg, black 0, transparent calc(100% - 200px));
    background-position-y: calc(100% - 200px);
  }

  .tr-bg.action {
    background: rgba(219, 93, 0, 0.94);
  }

  #preloader,
  #transitions {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    overflow: hidden;
  }

  #preloader {
    z-index: 50;
  }

  #transitions {
    visibility: hidden;
    pointer-events: none;
  }

  #transitions .circle {
    width: 100%;
    padding-bottom: 100%;
    background: #d9c376;
    border-radius: 100%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .tr-wave-fill {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
  }

  .tr-wave-fill.primary-color svg {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
  }

  .tr-wave-fill.primary-color svg * {
    fill: #d9c376;
  }

  .tr-wave-fill.half {
    width: 50%;
  }

  .tr-wave-fill.left {
    width: 50%;
    right: auto;
    left: 0;
  }

  .tr-column-bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #d9c376;
    top: 0;
    left: 0;
  }

  .tr-wave-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    visibility: hidden;
  }

  .tr-wave-menu svg * {
    fill: #f5e19a;
  }

  body {
    letter-spacing: 0.5px;
    background: #ffffff;
  }

  body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  h1 {
    margin: 0 auto;
    padding: 0;
    font-size: 2.8rem;
    line-height: 3.0rem;
    text-align: center;
    max-width: 670px;
    font-family: "strada black", sans-serif;
    font-weight: normal;
    font-style: normal;
  }

  h2 {
    margin: 0 auto;
    padding: 0;
    font-size: 2.3rem;
    line-height: 2.6rem;
    text-align: center;
    font-family: "strada bold", sans-serif;
    font-weight: normal;
    font-style: normal;
  }

  h2.small {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  h3 {
    margin: 0 auto;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.8rem;
    text-align: center;
    text-transform: uppercase;
    font-family: "strada bold", sans-serif;
    font-weight: normal;
    font-style: normal;
  }

  h3.has-border {
    padding: 0 20px 20px 20px;
    border-bottom: 1px solid #d5d6d6;
    text-align: left;
  }

  h4 {
    font-family: "strada bold", sans-serif;
    font-weight: normal;
    font-style: normal;
    margin: 0;
  }

  input:invalid {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  a span, button span {
    display: block;
  }

  a.button,div.button,button.button {
    position: relative;
    border: none;
    text-decoration: none;
    display: inline-block;
    background: #1f1c10;
    padding: 12px 30px;
    line-height: 2.0rem;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 3px;
    font-family: "strada bold", sans-serif;
    font-weight: normal;
    font-style: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    -moz-transition: background .3 ease;
    transition: background .3s ease;
  }

  a.button.small {
    padding: 6px 15px;
    line-height: 19px;
  }

  a.button.search-filter .label {
    padding-right: 44px;
  }

  a.button .count {
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    height: 24px;
    width: 44px;
    text-align: center;
    line-height: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 20;
  }

  a.button h3 {
    font-size: 1.6rem;
    position: relative;
    z-index: 2;
  }

  a.button .label,
  a.button .icon,
  a.button h2,
  a.button p,
  a.button .title,
  a.button .file-info,
  a.button .result,
  button.button .label,
  button.button .icon,
  button.button h2,
  button.button p,
  button.button .title,
  button.button .file-info,
  button.button .result,
  div.button .label,
  div.button .icon,
  div.button h2,
  div.button p,
  div.button .title,
  div.button .file-info,
  div.button .result {
    position: relative;
    z-index: 2;
  }

  div.button .label {
    z-index: 11;
  }

  div.button.wave-button {
    background: transparent;
  }
  a.button.wave-button,button.button.wave-button {
    background: rgba(0,0,0,.5);
  }
  
  a.button.wave-button:hover,div.button.wave-button:hover,button.button.wave-button:hover {
    background: #1f1c10;
  }

  a.button.wave-button:before,
  div.button.wave-button:before,
  button.button.wave-button:before {
    content: '';
    border-radius: 3px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d5d6d6;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }

  a.button.light,div.button.light {
    background: rgba(255, 255, 255, 0.2);
  }

  a.button.has-icon,div.button.has-icon {
    background: transparent;
    border-radius: 0;
  }

  a.button.has-icon .icon,div.button.has-icon .icon {
    display: block;
    line-height: 0;
  }

  a.button.has-icon .icon svg *,div.button.has-icon .icon svg * {
    fill: #ffffff;
  }

  a.button.material-transition .action-ripple,div.button.material-transition .action-ripple {
    background: #d9c376;
  }

  a.button.incident,div.button.incident {
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }

  a.button.incident.light h3 span,div.button.incident.light h3 span {
    background: #f5e19a;
  }

  a.button.incident.light .icon svg,div.button.incident.light .icon svg {
    -webkit-transform-origin: 90% 90%;
    -ms-transform-origin: 90% 90%;
    transform-origin: 90% 90%;
  }

  a.button.incident .icon,div.button.incident .icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    line-height: 0;
  }

  a.button.incident .icon svg {
    width: 24px;
    height: 24px;
  }

  a.button.incident .icon svg * {
    fill: #ffffff;
  }

  a.button.incident h3 {
    margin: 0;
    padding: 6px 20px 6px 54px;
    text-align: left;
  }

  a.button.incident h3 span {
    display: inline-block;
    background: #1e2023;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    text-align: center;
    line-height: 26px;
    padding-right: 2px;
    letter-spacing: -1px;
    font-family: "Arial", sans-serif;
    font-weight: bold;
  }

  a.button.is-sending,
  button.button.is-sending {
    -webkit-transition: background 0s ease;
    -o-transition: background 0s ease;
    transition: background 0s ease;
  }

  a.button.is-sending .hover-ripple,
  button.button.is-sending .hover-ripple {
    display: none;
  }

  a.button.is-sending:before,
  button.button.is-sending:before {
    opacity: 1;
  }

  a.button.is-sending:after,
  button.button.is-sending:after {
    content: '';
    display: block;
    position: absolute;
    right: 14px;
    bottom: 16px;
    z-index: 10;
    width: 13px;
    height: 3px;
    background-image: url("../images/button-loader.gif");
    background-size: 13px 3px;
  }

  a.back {
    display: none;
  }

  .line {
    display: block;
  }

  .action-ripple {
    display: block;
    background: rgba(255, 255, 255, 0.4);
    width: 200%;
    height: 200%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 20;
  }

  .hitstate {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }

  .wave-button .hover-ripple {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }

  .wave-button.rounded .label {
    -webkit-transform: translate3d(0, 0, 0);
  }

  .wave-button.rounded .hover-ripple {
    padding: 0 10px;
  }

  .wave-button.rounded .hover-ripple:before,
  .wave-button.rounded .hover-ripple:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 15px;
    height: 3px;
    background: rgba(217, 195, 118,.5);
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
  }

  .wave-button.rounded .hover-ripple:before {
    left: 0;
    border-radius: 3px 0 0 0;
  }

  .wave-button.rounded .hover-ripple:after {
    right: 0;
    border-radius: 0 3px 0 0;
  }

  .wave-button.rounded .hover-ripple .inner {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .wave-button.rounded .hover-ripple .inner:before,
  .wave-button.rounded .hover-ripple .inner:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 15px;
    height: 3px;
    background: rgba(217, 195, 118,.5);
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
  }

  .wave-button.rounded .hover-ripple .inner:before {
    left: -10px;
    border-radius: 0 0 0 3px;
  }

  .wave-button.rounded .hover-ripple .inner:after {
    right: -10px;
    border-radius: 0 0 3px 0;
  }

  .wave-button.rounded .hover-ripple .top,
  .wave-button.rounded .hover-ripple .bottom {
    width: 100%;
    height: 34px;
    position: absolute;
    left: 0;
  }

  .wave-button.rounded .hover-ripple .top {
    top: -9px;
  }

  .wave-button.rounded .hover-ripple .bottom {
    bottom: -9px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .wave-button.rounded .hover-ripple .left,
  .wave-button.rounded .hover-ripple .right {
    width: 23px;
    height: 40px;
    position: absolute;
    top: 2px;
  }

  .wave-button.rounded .hover-ripple .left {
    left: -18px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .wave-button.rounded .hover-ripple .right {
    right: -18px;
  }

  .wave-button.rounded .hover-ripple span svg * {
    fill: rgba(217, 195, 118,.5) !important;
  }

  .wave-button.rounded.action .hover-ripple:before,
  .wave-button.rounded.action .hover-ripple:after {
    background: #ff6c00;
  }

  .wave-button.rounded.action .hover-ripple span svg * {
    fill: #ff6c00 !important;
  }

  .wave-button.rounded.action .hover-ripple .inner:before,
  .wave-button.rounded.action .hover-ripple .inner:after {
    background: #ff6c00;
  }

  .wave-button.rounded.tag .hover-ripple:before,
  .wave-button.rounded.tag .hover-ripple:after {
    background: #dedede;
  }

  .wave-button.rounded.tag .hover-ripple span svg * {
    fill: #dedede !important;
  }

  .wave-button.rounded.tag .hover-ripple .inner:before,
  .wave-button.rounded.tag .hover-ripple .inner:after {
    background: #dedede;
  }

  .wave-button.rounded.small .hover-ripple .top {
    top: -6px;
  }

  .wave-button.rounded.small .hover-ripple .bottom {
    bottom: -6px;
  }

  .wave-button.rounded.small .hover-ripple .top,
  .wave-button.rounded.small .hover-ripple .bottom {
    height: 22px;
  }

  .wave-button.rounded.small .hover-ripple .left,
  .wave-button.rounded.small .hover-ripple .right {
    height: calc(100% - 4px);
  }

  .wave-button.rounded.small .hover-ripple .left svg,
  .wave-button.rounded.small .hover-ripple .right svg {
    height: 27px !important;
  }

  .wave-button.box .hover-ripple .inner {
    padding: 10px;
    width: 100%;
    height: 100%;
  }

  .wave-button.box .hover-ripple .inner:after {
    content: '';
    display: block;
    background: #d9c376;
    width: calc(100% - 18px);
    height: calc(100% - 23px);
    position: relative;
    margin-left: 9px;
    margin-top: 11px;
  }

  .wave-button.box .hover-ripple .top,
  .wave-button.box .hover-ripple .bottom,
  .wave-button.box .hover-ripple .left,
  .wave-button.box .hover-ripple .right {
    position: absolute;
  }

  .wave-button.box .hover-ripple .top {
    width: 100%;
    height: 30px;
    top: -8px;
    left: 0;
  }

  .wave-button.box .hover-ripple .bottom {
    width: 100%;
    height: 30px;
    bottom: -8px;
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .wave-button.box .hover-ripple .left {
    width: 30px;
    height: 100%;
    top: 0;
    left: -10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .wave-button.box .hover-ripple .right {
    width: 30px;
    height: 100%;
    top: 0;
    right: -10px;
  }

  .wave-button.box .hover-ripple span svg * {
    fill: #d9c376 !important;
  }

  .wave-button.box.transparent .hover-ripple span svg * {
    fill: rgba(11, 168, 233, 0) !important;
  }

  .wave-button.box.transparent .hover-ripple .inner:after {
    background: rgba(11, 168, 233, 0);
  }

  .wave-button.box.light .hover-ripple span svg * {
    fill: rgba(243, 243, 243, 0) !important;
  }

  .wave-button.box.light .hover-ripple .inner:after {
    background: rgba(243, 243, 243, 0);
  }

  a.close {
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    color: #0d75a4;
    text-decoration: none;
    padding-right: 22px;
  }

  a.close .icon {
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 2px;
    right: 0;
  }

  a.close .icon:before,
  a.close .icon:after {
    content: '';
    display: block;
    width: 17px;
    height: 2px;
    background: #0d75a4;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transition: background-color .4s ease;
    -o-transition: background-color .4s ease;
    transition: background-color .4s ease;
  }

  a.close .icon:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  a.close .icon:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  a.close.dark {
    color: #2c2c2c;
  }

  a.close.dark .icon:before,
  a.close.dark .icon:after {
    background: #2c2c2c;
  }

  body.article #page:not(.menu-active) .wave-button.rounded.menu-toggler .hover-ripple:before,
  body.article #page:not(.menu-active) .wave-button.rounded.menu-toggler .hover-ripple:after,
  body.scrolled #page:not(.menu-active) .wave-button.rounded.menu-toggler .hover-ripple:before,
  body.scrolled #page:not(.menu-active) .wave-button.rounded.menu-toggler .hover-ripple:after,
  body.landingpage.contact #page:not(.menu-active) .wave-button.rounded.menu-toggler .hover-ripple:before,
  body.landingpage.contact #page:not(.menu-active) .wave-button.rounded.menu-toggler .hover-ripple:after {
    background: rgba(16, 158, 222, 0.2);
  }

  body.article #page:not(.menu-active) .wave-button.rounded.menu-toggler .hover-ripple span svg *,
  body.scrolled #page:not(.menu-active) .wave-button.rounded.menu-toggler .hover-ripple span svg *,
  body.landingpage.contact #page:not(.menu-active) .wave-button.rounded.menu-toggler .hover-ripple span svg * {
    fill: rgba(16, 158, 222, 0.2) !important;
  }

  body.article #page:not(.menu-active) .wave-button.rounded.menu-toggler .hover-ripple .inner:before,
  body.article #page:not(.menu-active) .wave-button.rounded.menu-toggler .hover-ripple .inner:after,
  body.scrolled #page:not(.menu-active) .wave-button.rounded.menu-toggler .hover-ripple .inner:before,
  body.scrolled #page:not(.menu-active) .wave-button.rounded.menu-toggler .hover-ripple .inner:after,
  body.landingpage.contact #page:not(.menu-active) .wave-button.rounded.menu-toggler .hover-ripple .inner:before,
  body.landingpage.contact #page:not(.menu-active) .wave-button.rounded.menu-toggler .hover-ripple .inner:after {
    background: rgba(16, 158, 222, 0.2);
  }

  .scroll-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    direction: ltr;
    width: 100%;
    height: 100%;
  }

  .scroll-wrapper .scroll-inner {
    height: calc(100% + 1px);
  }

  .scroll-wrapper.popup-active {
    overflow: hidden;
  }

  .scroll-wrapper.popup-active .scroll-wrapper {
    overflow: hidden;
  }

  .page-wrapper {
    height: 100%;
  }

  .notfound .content {
    text-align: center;
  }

  .notfound a.button {
    margin-top: 50px;
  }

  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  #loader {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/loader.gif");
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -8px;
    opacity: 0;
  }

  form *:focus {
    outline: none;
  }

  form input,
  form textarea,
  form select {
    background: transparent;
    border: 0;
    margin: 0;
    border-radius: 0;
    font-family: "strada light", sans-serif;
    font-weight: normal;
    font-style: normal;
  }

  form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  form textarea {
    resize: none;
    display: block;
  }

  input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
    box-shadow: 0 0 0px 1000px #ffffff inset;
  }

  .ask-a-question input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #d9c376 inset;
    box-shadow: 0 0 0px 1000px #d9c376 inset;
    -webkit-text-fill-color: #ffffff;
  }

  input[type='number'] {
    -moz-appearance: textfield;
  }

  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
  }

  ::-webkit-input-placeholder {
    font-family: "smart4dsTitles", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #d5d6d6;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
  }

  :-moz-placeholder {
    /* Firefox 18- */
    font-family: "smart4dsTitles", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #d5d6d6;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
  }

  ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "smart4dsTitles", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #d5d6d6;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
  }

  :-ms-input-placeholder {
    font-family: "smart4dsTitles", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #d5d6d6 !important;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
  }

  .modulepage .form-row.field-correct input:-ms-input-placeholder {
    color: #d5d6d6 !important;
  }

  ::-ms-clear {
    display: none;
  }

  .modulepage .form-input-meterreading::-webkit-input-placeholder {
    color: #aaaaaa;
  }

  .modulepage .form-input-meterreading:-moz-placeholder {
    color: #aaaaaa;
  }

  .modulepage .form-input-meterreading::-moz-placeholder {
    color: #aaaaaa;
  }

  .modulepage .form-input-meterreading:-ms-input-placeholder {
    color: #aaaaaa !important;
  }

  .meterReadingNumber::-webkit-input-placeholder {
    color: #aaaaaa;
  }

  .meterReadingNumber:-moz-placeholder {
    color: #aaaaaa;
  }

  .meterReadingNumber::-moz-placeholder {
    color: #aaaaaa;
  }

  .meterReadingNumber:-ms-input-placeholder {
    color: #aaaaaa !important;
  }

  .search-form form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }

  .search-form form input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }

  .search-form form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }

  .search-form form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
  }

  .ask-a-question form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }

  .ask-a-question form input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }

  .ask-a-question form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }

  .ask-a-question form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
  }

  .ask-a-question form textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }

  .ask-a-question form textarea:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }

  .ask-a-question form textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }

  .ask-a-question form textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
  }

  #zipcode-form form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }

  #zipcode-form form input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }

  #zipcode-form form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }

  #zipcode-form form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }

  :focus::-webkit-input-placeholder {
    color: transparent !important;
  }

  :focus::-moz-placeholder {
    color: transparent !important;
  }

  .no-placeholder::-webkit-input-placeholder {
    color: transparent !important;
  }

  .no-placeholder::-moz-placeholder {
    color: transparent !important;
  }

  .search form ::-webkit-input-placeholder {
    color: #ffffff;
  }

  .search form :-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
  }

  .search form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
  }

  .search form :-ms-input-placeholder {
    color: #ffffff !important;
  }

  .search form :focus::-webkit-input-placeholder {
    color: transparent;
  }

  .search form :focus::-moz-placeholder {
    color: transparent;
  }

  .article .footer form ::-webkit-input-placeholder {
    color: #b7b7b7;
  }

  .article .footer form :-moz-placeholder {
    /* Firefox 18- */
    color: #b7b7b7;
  }

  .article .footer form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #b7b7b7;
  }

  .article .footer form :-ms-input-placeholder {
    color: #b7b7b7 !important;
  }

  .article .footer form :focus::-webkit-input-placeholder {
    color: transparent;
  }

  .article .footer form :focus::-moz-placeholder {
    color: transparent;
  }

  .invalid {
    border: 1px solid #ff3a26 !important;
  }

  #preloader-content .top {
    height: 100vh;
    background: #d9c376;
  }

  #preloader-content img {
    height: 100%;
    display: block;
    margin: 0 auto;
    opacity: 0.5;
  }

  html,
  body {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
  }

  #page {
    position: relative;
    overflow: hidden;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: height .3s ease-out, top .3s ease-out;
    -o-transition: height .3s ease-out, top .3s ease-out;
    transition: height .3s ease-out, top .3s ease-out;
  }

  #page.notice {
    height: calc(100% - 130px);
    top: 130px;
  }

  #root {
    width: 100%;
    height: 100%;
  }

  #root .main {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    /* background-color: rgb(255, 255, 255); */
    overflow: hidden;
  }
  .pp-scrollable #root .main {
    width: 100%;
    height: 100%;
    position: unset;
    left: 0;
    top: 0;
    overflow: hidden;
    /* background-color: #ffffff; */
  }

  #root .main.scale {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }

  .app {
    width: 100%;
    height: 100%;
  }

  .app .content-frame {
    height: 100%;
  }

  .app .main-wrapper {
    height: 100%;
  }

  .main {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
  }

  .main.homepage {
    text-align: center;
  }

  .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    z-index: 1;
  }

  .bg-video-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
  }

  .bg-video-wrapper .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }

  .column-wrapper.one-column .column p,
  .column-wrapper.one-column .column h1,
  .column-wrapper.one-column .column h2,
  .column-wrapper.one-column .column h3,
  .column-wrapper .column.overlay p,
  .column-wrapper .column.overlay h1,
  .column-wrapper .column.overlay h2,
  .column-wrapper .column.overlay h3 {
    color: #ffffff;
  }

  .column-wrapper.two-column .column.overlay {
    background: transparent;
  }

  .column-wrapper.two-column .column.overlay .intro {
    margin: 30px 0 10px 0;
    color: #ffffff;
    text-align: center;
    line-height: 2.4rem;
  }

  .column-wrapper.two-column .column.overlay .intro iframe {
    display: block;
  }

  .column-wrapper .column {
    position: relative;
  }
}

@media screen and (max-width: 699px) {
  .column-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
  }

  .column-wrapper .column {
    display: table-row;
    position: relative;
  }

  .column-wrapper .column .scroll-content .scroll-wrapper {
    overflow: hidden;
    position: relative;
    right: auto;
    bottom: auto;
  }

  .column-wrapper .column .content {
    padding: 20px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
  }

  .column-wrapper .column.column-1.overlay .content {
    padding-top: 60px;
  }

  .column-wrapper.two-column .column {
    height: 50%;
  }
}

@media screen {
  .splitpage .column-wrapper .column .content {
    position: relative;
    z-index: 2;
    pointer-events: none;
  }

  .splitpage .column-wrapper .column .content a:not(.disabled),
  .splitpage .column-wrapper .column .content .search-icon:not(.disabled),
  .splitpage .column-wrapper .column .content .search:not(.disabled),
  .splitpage .column-wrapper .column .content .search-form form input:not(.disabled) {
    pointer-events: auto;
    cursor: pointer;
  }

  header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 25;
    height: 45px;
    -webkit-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
  }

  header:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: background .5s ease, width 0s ease .5s, -webkit-box-shadow .5s ease;
    transition: background .5s ease, width 0s ease .5s, -webkit-box-shadow .5s ease;
    -o-transition: background .5s ease, box-shadow .5s ease, width 0s ease .5s;
    transition: background .5s ease, box-shadow .5s ease, width 0s ease .5s;
    transition: background .5s ease, box-shadow .5s ease, width 0s ease .5s, -webkit-box-shadow .5s ease;
  }

  header .content {
    overflow: hidden;
    margin-right: 8px;
    -webkit-transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
    transition: background .3s ease-out;
    font-size: 12px;
  }

  header .logo {
    display: block;
    float: left;
    margin: 11px 0 0 15px;
    width: 60px;
  }

  header .logo svg {
    width: 80px;
    height: 26px;
  }

  header .logo svg * {
    fill: #ffffff;
    -webkit-transition: fill .4s ease-out;
    -o-transition: fill .4s ease-out;
    transition: fill .4s ease-out;
  }

  header.v-white .logo svg * {
    fill: #f5e19a;
  }

  header.v-white.v-campaign .logo svg * {
    fill: #ffffff;
  }

  header .menu-toggle-wrapper {
    position: absolute;
    top: 0;
    right: 0;
  }

  header #search-toggle {
    display: none;
    padding: 16px;
    position: absolute;
    top: 0;
    right: 50px;
  }

  header #search-toggle .icon svg {
    width: 16px;
    height: 16px;
  }

  header #search-toggle .icon svg * {
    fill: #ffffff;
    -webkit-transition: fill .4s ease-out;
    -o-transition: fill .4s ease-out;
    transition: fill .4s ease-out;
  }

  header #main-menu-toggle {
    right: 15px;
    padding: 6px 10px 1px 10px;
    margin: 10px 15px 5px 0px;
    font-family: "strada light", sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    height: 30px;
    width: 37px;
    border-radius: 0 3px 3px 0;
  }

  /* header #main-menu-toggle {
    padding: 18px 16px;
    display: block;
    margin: 0;
  } */
}

@media screen and (max-width: 699px) {
  header #main-menu-toggle {
    /* background: transparent; */
  }

  header #main-menu-toggle .hover-ripple {
    display: none;
  }
}

@media screen {
  header #main-menu-toggle .menu-closed-wrapper svg {
    width: 17px;
    height: 12px;
  }

  header #main-menu-toggle .menu-open-wrapper {
    display: none;
  }

  header .menu-toggler .menu-open-wrapper svg {
    width: 12px;
    height: 12px;
  }

  header #main-menu-toggle.active {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media screen and (max-width: 699px) {
  header #main-menu-toggle.active {
    border-radius: 0;
  }
}

@media screen {
  header #main-menu-toggle.active .menu-closed-wrapper {
    display: none;
  }

  header #main-menu-toggle.open-navbar .menu-open-wrapper {
    display: block;
  }

  header #main-menu-toggle span.label {
    display: none;
  }

  header #main-menu-toggle span.icon,
  header .menu-toggler span.icon {
    display: block;
    line-height: 0;
  }

  header #main-menu-toggle svg *,
  header .menu-toggler svg * {
    fill: #ffffff;
  }

  header.v-white #main-menu-toggle svg *,
  header.v-white .menu-toggler svg * {
    fill: #f5e19a;
  }
}

@media screen and (max-width: 699px) {
  .menu-active header #search-toggle {
    display: block;
  }
}

@media screen {

  body.article:not(.module):not(.search):not(.reservation):not(.payment) #page:not(.menu-active) header:not(.v-white) .logo svg *,
  body.projects #page:not(.menu-active) header:not(.v-white) .logo svg *,
  body.landingpage.contact #page:not(.menu-active) header:not(.v-white) .logo svg * {
    fill: #f5e19a;
  }

  body.article:not(.module):not(.search):not(.reservation):not(.payment) #page:not(.menu-active) header:not(.v-white) #main-menu-toggle svg *,
  body.projects #page:not(.menu-active) header:not(.v-white) #main-menu-toggle svg *,
  body.landingpage.contact #page:not(.menu-active) header:not(.v-white) #main-menu-toggle svg * {
    fill: #f5e19a;
  }

  body.scrolled #page:not(.menu-active) header:after {
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: background .5s ease, -webkit-box-shadow .5s ease;
    transition: background .5s ease, -webkit-box-shadow .5s ease;
    -o-transition: background .5s ease, box-shadow .5s ease;
    transition: background .5s ease, box-shadow .5s ease;
    transition: background .5s ease, box-shadow .5s ease, -webkit-box-shadow .5s ease;
  }

  body.scrolled #page:not(.menu-active) header .logo svg * {
    fill: #f5e19a;
  }

  body.scrolled #page:not(.menu-active) header #main-menu-toggle svg * {
    fill: #f5e19a;
  }

  .module-block.search {
    width: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 0;
    margin: 0;
  }
}

@media screen and (max-width: 699px) {
  .module-block.search {
    background: #d9c376;
  }
}

@media screen {
  .module-block.search form input[type='text'] {
    padding: 10px 50px 5px 25px;
    width: 100%;
    height: 48px;
    color: #ffffff;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .module-block.search form input[type='submit'] {
    display: none;
  }

  .module-block.search form a.button {
    padding: 16px;
    position: absolute;
    top: 0;
    right: -50px;
  }

  .module-block.search form a.button .icon svg {
    width: 16px;
    height: 16px;
  }

  .module-block.search form a.button .icon svg * {
    fill: #ffffff;
  }

  .search-form {
    margin: 30px 0 10px 0;
  }

  .search-form form {
    position: relative;
  }

  .search-form form input {
    width: 100%;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    font-size: 2.0rem;
    color: #ffffff;
  }

  .search-form form:before,
  .search-form form:after {
    content: '';
    display: block;
    width: 1px;
    height: 5px;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    bottom: 0;
  }

  .search-form form:before {
    left: 0;
  }

  .search-form form:after {
    right: 0;
  }

  .search-form form .search-icon {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 8px 10px;
    cursor: pointer;
  }

  .search-form form .search-icon .icon {
    display: block;
    line-height: 0;
  }

  .search-form form .search-icon .icon svg {
    width: 19px;
    height: 19px;
  }

  .search-form form .search-icon .icon svg * {
    fill: #ffffff;
  }

  .search-results h3 {
    margin-top: 20px;
  }

  .search-results ul {
    margin: 0;
    padding: 0 0 30px 0;
    list-style: none;
  }

  .search-results ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .search-results ul li a {
    display: block;
    padding: 0;
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid #d5d6d6;
    color: #2c2c2c;
    font-family: "strada light", sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    border-radius: 0;
  }

  .search-results ul li a.button.material-transition .action-ripple {
    background: #ffffff;
  }

  .search-results ul li.landingpage a.button.material-transition .action-ripple,
  .search-results ul li.faq a.button.material-transition .action-ripple,
  .search-results ul li.module a.button.material-transition .action-ripple {
    background: #d9c376;
  }

  .search-results ul li .result {
    padding: 20px;
    display: block;
  }

  .search-results ul li:last-child .result {
    border: none;
  }

  .search-results ul li h4 {
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
  }

  .search-results ul li .text {
    margin-top: 15px;
    display: block;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .search-results ul li .label {
    margin-top: 15px;
    color: #979797;
    display: block;
  }

  .search-autocomplete-list {
    margin: 0;
    padding: 0;
    background: #d9c376;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    overflow-y: auto;
    height: calc(100vh - 48px);
  }

  .search-autocomplete-list li {
    padding: 0;
  }

  .search-autocomplete-list li:last-child a .result {
    border-bottom: 0;
  }

  .search-autocomplete-list li a {
    display: block;
    text-align: left;
    text-decoration: none;
    background: transparent;
    color: #ffffff;
    padding: 0 20px;
    overflow: hidden;
  }

  .search-autocomplete-list li a .result {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px 0;
  }

  .search-autocomplete-list li a h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .search-autocomplete-list li a .text {
    font-family: "strada light", sans-serif;
    font-weight: normal;
    font-style: normal;
  }

  .search-filter {
    margin-top: 40px;
  }

  .search-filter a {
    margin: 0 15px 15px 0;
    padding: 12px 15px;
  }

  .search-filter a.disabled {
    opacity: 0.5;
    cursor: default;
  }

  .search-filter a.active.wave-button.rounded .hover-ripple:before,
  .search-filter a.active.wave-button.rounded .hover-ripple:after {
    background: #ff6c00;
  }

  .search-filter a.active.wave-button.rounded .hover-ripple span:before,
  .search-filter a.active.wave-button.rounded .hover-ripple span:after {
    background: #ff6c00;
  }

  .search-filter a.active.wave-button.rounded .hover-ripple span svg * {
    fill: #ff6c00 !important;
  }

  .search .scroll-footer {
    text-align: center;
  }

  .pagination {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    text-align: center;
    display: inline-block;
  }

  .pagination li {
    display: block;
    float: left;
    padding: 0 3px;
  }

  .pagination li a {
    display: block;
    position: relative;
    padding: 5px 7px;
    height: 30px;
    border-radius: 3px;
    text-decoration: none;
    color: #0d75a4;
  }

  .pagination li a.active {
    background: #d9c376;
    color: #ffffff;
  }

  .pagination li a.first:before,
  .pagination li a.first:after,
  .pagination li a.next:before,
  .pagination li a.next:after,
  .pagination li a.previous:before,
  .pagination li a.previous:after,
  .pagination li a.last:before,
  .pagination li a.last:after {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background: #0d75a4;
    position: absolute;
    left: 0;
  }

  .pagination li a.first:before,
  .pagination li a.next:before,
  .pagination li a.previous:before,
  .pagination li a.last:before {
    top: 11px;
  }

  .pagination li a.first:after,
  .pagination li a.next:after,
  .pagination li a.previous:after,
  .pagination li a.last:after {
    bottom: 11px;
  }

  .pagination li a.first:before,
  .pagination li a.previous:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .pagination li a.first:after,
  .pagination li a.previous:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .pagination li a.next:before,
  .pagination li a.last:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .pagination li a.next:after,
  .pagination li a.last:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .pagination li a.first span:before,
  .pagination li a.first span:after,
  .pagination li a.last span:before,
  .pagination li a.last span:after {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background: #0d75a4;
    position: absolute;
  }

  .pagination li a.first span:before,
  .pagination li a.last span:before {
    top: 11px;
  }

  .pagination li a.first span:after,
  .pagination li a.last span:after {
    bottom: 11px;
  }

  .pagination li a.first span:before {
    left: -5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .pagination li a.first span:after {
    left: -5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .pagination li a.last span:before {
    left: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .pagination li a.last span:after {
    left: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #top-menu-wrapper {
    display: block;
  }

  .menu-active #menu-wrapper:after {
    opacity: 1;
    -webkit-transition: opacity 0s ease 1.1s;
    -o-transition: opacity 0s ease 1.1s;
    transition: opacity 0s ease 1.1s;
  }

  #menu-wrapper {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    position: absolute;
  }

  #menu-wrapper.closed {
    visibility: hidden;
    opacity: 0;
    position: static;
  }

  #menu-wrapper:after {
    content: '';
    display: block;
    width: 95%;
    height: 48px;
    background: rgba(16, 158, 222, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 9;
  }

  #menu-wrapper .menu {
    overflow-y: auto;
    min-height: 100%;
  }

  #menu-wrapper .menu .main-menu {
    margin-top: 70px;
    opacity: 0;
  }

  #menu-wrapper .menu .main-menu li {
    padding: 0;
  }

  #menu-wrapper .menu .main-menu li a {
    padding: 15px 25px;
    font-size: 2.3rem;
    line-height: 2.4rem;
  }

  #menu-wrapper .menu .main-menu .sub-menu {
    padding: 0 0 0 25px;
    margin: 0;
    overflow: hidden;
    display: block;
    height: 0;
    opacity: 0;
    position: relative;
  }

  #menu-wrapper .menu .main-menu .sub-menu li {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media screen and (max-width: 699px) {
  #menu-wrapper .menu .main-menu .sub-menu li:last-child {
    margin-bottom: 25px;
  }
}

@media screen {
  #menu-wrapper .menu .main-menu .sub-menu li:first-child {
    margin-top: 10px;
    position: relative;
    padding-bottom: 10px;
  }

  #menu-wrapper .menu .main-menu .sub-menu li:first-child:after {
    content: '';
    display: block;
    position: absolute;
    left: 25px;
    bottom: 10px;
    width: 40px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
  }

  #menu-wrapper .menu .main-menu .sub-menu li:first-child a {
    padding-top: 0;
    padding-bottom: 25px;
  }

  #menu-wrapper .menu .main-menu .sub-menu li:last-child a {
    padding-bottom: 0;
  }

  #menu-wrapper .menu .main-menu .sub-menu li a {
    font-size: 2.0rem;
    line-height: 2.3rem;
  }

  #menu-wrapper .menu .main-menu .sub-menu li h2 {
    font-size: 2.0rem;
    line-height: 2.3rem;
  }

  #menu-wrapper .menu .main-menu .sub-menu li .item {
    text-align: left;
    position: relative;
    padding: 0 25px;
  }

  #menu-wrapper .menu .main-menu .sub-menu li .item a {
    position: initial;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px 25px 15px 0;
  }

  #menu-wrapper .menu .contact-info {
    margin-top: 25px;
    padding: 15px 25px;
    opacity: 0;
    color: #ffffff;
  }

  #menu-wrapper .menu .contact-info p {
    color: #ffffff;
  }

  #menu-wrapper .menu .contact-info .address {
    margin-bottom: 25px;
  }

  #menu-wrapper .menu .contact-info .address .address-line span {
    display: block;
  }

  #menu-wrapper .menu .footer {
    opacity: 0;
  }

  #menu-wrapper .menu .footer-menu {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  #menu-wrapper .menu .footer-menu li.active a {
    border: none;
  }

  #menu-wrapper .menu .social-menu {
    margin-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
  }

  #menu-wrapper .menu .social-menu li {
    display: inline-block;
    padding: 15px 0;
  }

  #menu-wrapper .menu .social-menu li a {
    padding: 15px;
  }

  #menu-wrapper .menu .social-menu li a .icon svg * {
    fill: #ffffff;
  }

  #menu-wrapper .menu .social-menu li a.twitter .icon svg {
    width: 23px;
    height: 19px;
  }

  #menu-wrapper .menu .social-menu li a.facebook .icon svg {
    width: 10px;
    height: 22px;
  }

  #menu-wrapper .menu .social-menu li a.linkedin .icon svg {
    width: 18px;
    height: 18px;
  }

  .list-menu {
    padding: 0;
    margin: 0;
  }

  .list-menu li {
    border-radius: 3px 0 0 3px;
    list-style-type: none;
    padding: 0;
    margin: 10px 16px 0px 15px;
  }

  .list-menu li.active>a {
    color: #212b38;
  }

  .list-menu li.active>.item a,
  .list-menu li.active>.item p {
    color: #212b38;
  }

  .list-menu li.active>.item .date {
    color: rgba(0, 0, 0, 0.4);
  }

  .list-menu li a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    border-radius: 3px 0 0 3px;
  }
  
  .list-menu li a.dark {
    display: block;
    background: #1f1c10;
  }
  .list-menu li a.trans {
    display: block;
    background: rgba(0, 0, 0, 0.8);
  }
  header #main-menu-toggle.trans {
    background: rgba(0, 0, 0, 0.8);
  }
  .list-menu li a.light {
    display: block;
    background: rgba(255, 255, 255, 0.2);
  }

  .list-menu .item h2 {
    text-transform: none;
    font-family: "strada light", sans-serif;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    font-size: 2.3rem;
  }

  .list-menu .item p {
    color: #ffffff;
  }

  .list-menu .item p span {
    display: inline;
  }

  .list-menu .item p.date {
    margin-top: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.6rem;
  }

  .list-menu .item p.intro {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: left;
    font-size: 1.6rem;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
  }

  .list-menu .item .arrow {
    display: block;
    position: absolute;
    right: 25px;
    bottom: 30px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 20;
  }

  .list-menu .item .arrow:before,
  .list-menu .item .arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
  }

  .list-menu .item .arrow:before {
    width: 7px;
    height: 1px;
  }

  .list-menu .item .arrow:after {
    width: 1px;
    height: 7px;
  }

  #home-indicator-wrapper {
    display: none;
  }
}

@media screen and (max-width: 699px) {
  #home-oasen h1 {
    max-width: 300px;
    margin-top: -15%;
  }

  #home-mijn-oasen .bg-image,
  #home-over-oasen .bg-image {
    height: 50.1%;
    top: auto;
    bottom: 0;
  }

  #home-nieuws .bg-image {
    height: 50.1%;
  }
}

@media screen {
  .content-frame.home .description {
    max-width: 280px;
    margin: 20px auto 0 auto;
  }

  .content-frame.home .button {
    margin-top: 20px;
    z-index: 10;
  }

  .content-frame.home .module-block {
    display: none;
  }

  .content-frame.home .scroll-indicator {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 699px) and (max-height: 620px) {
  .content-frame.home .scroll-indicator {
    display: none;
  }
}

@media screen {
  .content-frame.home .scroll-indicator h3 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .content-frame.home .scroll-indicator a {
    display: inline-block;
    width: 29px;
    height: 56px;
  }

  .content-frame.home .scroll-indicator .icon {
    display: block;
    line-height: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }

  .content-frame.home .scroll-indicator .icon svg * {
    fill: #ffffff;
  }

  .content-frame.home .meterstand {
    display: block;
    margin: 20px auto 90px auto;
  }
}

@media screen and (max-width: 699px) and (max-height: 700px) {
  .content-frame.home .meterstand .numbers {
    display: block;
  }

  .content-frame.home .meterstand .actions {
    margin-top: 20px;
  }
}

@media screen and (max-width: 699px) and (max-height: 620px) {
  .content-frame.home .meterstand {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 699px) and (max-height: 500px) {
  .content-frame.home .meterstand {
    display: block;
  }
}

@media screen {
  .content-frame.home a.incident-notice {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 699px) {
  .content-frame.home a.incident-notice {
    border-radius: 0;
  }

  .content-frame.home a.incident-notice h3 {
    height: 54px;
  }
}

@media screen and (max-width: 699px) and (min-width: 450px) {
  .content-frame.home a.incident-notice h3 {
    line-height: 42px;
  }
}

@media screen {
  .content-frame.home .quick-links {
    display: none;
  }

  .content-frame.home .items {
    display: none;
  }

  .content-frame.home .project-wrapper {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }

  .content-frame.home .project-wrapper span {
    display: inline;
  }

  .content-frame.home .project-wrapper .project {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px 40px 40px 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.4));
  }

  .content-frame.home .project-wrapper .project .inner {
    display: block;
  }

  .content-frame.home .project-wrapper .project h1 {
    text-align: left;
    color: #ffffff;
  }

  .content-frame.home .project-wrapper .project p {
    display: none;
  }
}

@media screen and (max-width: 699px) {

  .content-frame.home a.button.incident .hover-ripple:before,
  .content-frame.home a.button.incident .hover-ripple:after {
    top: 1px;
  }

  .content-frame.home a.button.incident .hover-ripple .inner:before,
  .content-frame.home a.button.incident .hover-ripple .inner:after {
    bottom: 1px;
  }

  .content-frame.home a.button.incident .hover-ripple .top,
  .content-frame.home a.button.incident .hover-ripple .bottom {
    height: 37px;
  }

  .content-frame.home a.button.incident .hover-ripple .left,
  .content-frame.home a.button.incident .hover-ripple .right {
    top: 4px;
    height: 46px;
  }
}

@media screen {
  .location-wrapper {
    display: none;
  }

  #landing-page.light .landing-page {
    background: #ffffff;
  }

  #landing-page .landing-page {
    overflow: hidden;
    background: #ffffff;
  }

  #landing-page .header {
    display: table;
    background: #d9c376;
    width: 100%;
    min-height: 300px;
    background-size: cover;
    background-position: center center;
    background: #e9d362;
    background: -webkit-linear-gradient(to top, #000000, #e9d362);
    background: linear-gradient(to top, #000000, #e9d362);
  }
}

@media screen and (max-width: 699px) {
  #landing-page .header:not(.my-oasen):not(.contact) .content {
    background: #d9c376;
  }
}

@media screen {
  #landing-page .header .content {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 60px 20px 30px 20px;
  }

  #landing-page .header h1 {
    color: #ffffff;
  }

  #landing-page .header .tr-content p.description {
    margin: 20px auto 0 auto;
    text-align: center;
    color: #ffffff;
  }

  #landing-page .header .tweets {
    display: none;
  }
}

@media screen and (max-width: 699px) {
  #landing-page .header.has-module .content {
    display: block;
    width: 100%;
  }

  #landing-page .header.has-module .content p.description {
    padding: 0 20px;
  }

  #landing-page .header.has-module .content .module-block {
    margin: -50px auto 20px auto;
  }

  #landing-page .header.has-module .content+.content {
    padding: 0;
  }
}

@media screen {
  #landing-page .header.has-module .module-block p.description {
    color: #2c2c2c;
  }

  #landing-page .header .bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); */
    overflow: hidden;
    background: -webkit-linear-gradient(to right, #ffa751, #ffe259);
    background: linear-gradient(to right, #ffa751, #ffe259);
    background: #e9d362;
    background: -webkit-linear-gradient(to top, #000000, #e9d362);
    background: linear-gradient(to top, #000000, #e9d362);
  }

  #landing-page .header .bg.reversed {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  #landing-page .header .bg.reversed svg {
    display: block;
    position: absolute;
    bottom: -90%;
  }

  #landing-page .header .bg svg * {
    fill: #d9c376 !important;
    fill: #d9c376 !important;
  }
}

@media screen and (max-width: 699px) {
  #landing-page .header .bg {
    display: none;
  }
}

@media screen {
  #landing-page .sidebar {
    padding: 20px;
    position: relative;
  }

  #landing-page .sidebar.left {
    background: #ffffff;
  }

  #landing-page .sidebar.contact ul li {
    padding-bottom: 20px;
  }

  #landing-page .sidebar h1 {
    text-align: left;
    margin: 40px 0 20px 0;
  }

  #landing-page .sidebar h3 {
    margin: 40px 0 20px 0;
    text-align: right;
  }

  #landing-page .sidebar .project-items-wrapper {
    padding-bottom: 30px;
  }

  #landing-page .sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #landing-page .sidebar ul li {
    list-style-type: none;
    padding-bottom: 20px;
  }

  #landing-page .sidebar ul li:last-child {
    padding: 0;
  }

  #landing-page .sidebar ul li a {
    text-decoration: none;
  }

  #landing-page .sidebar .bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  #landing-page .sidebar .bg svg * {
    fill: #ffffff !important;
  }

  #landing-page.has-grid .header,
  #landing-page.contact .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background-color: transparent;
  }

  #landing-page.has-grid .header .content,
  #landing-page.contact .header .content {
    position: relative;
    z-index: 2;
    pointer-events: none;
  }

  #landing-page.has-grid .header .content input,
  #landing-page.has-grid .header .content a,
  #landing-page.contact .header .content input,
  #landing-page.contact .header .content a {
    pointer-events: auto;
    cursor: pointer;
  }
}

@media screen and (max-width: 699px) {

  #landing-page.has-grid .header.has-module,
  #landing-page.contact .header.has-module {
    position: relative;
    height: auto !important;
  }

  #landing-page.has-grid .header.has-module+.grid,
  #landing-page.contact .header.has-module+.grid {
    padding-top: 0;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
}

@media screen {

  #landing-page.has-grid .news-wrapper,
  #landing-page.contact .news-wrapper {
    padding-top: 300px;
  }

  #landing-page.has-grid .news-wrapper .grid,
  #landing-page.contact .news-wrapper .grid {
    padding: 0;
  }

  #landing-page.has-grid .project-wrapper .grid,
  #landing-page.contact .project-wrapper .grid {
    padding: 0;
  }

  #landing-page.has-grid .contact-wrapper,
  #landing-page.contact .contact-wrapper {
    padding-top: 300px;
  }

  #landing-page.has-grid .grid,
  #landing-page.contact .grid {
    padding-top: 300px;
    pointer-events: none;
  }

  #landing-page.has-grid .grid a,
  #landing-page.contact .grid a {
    pointer-events: auto;
    cursor: pointer;
  }

  #landing-page.has-grid .grid #children-wrapper:after,
  #landing-page.contact .grid #children-wrapper:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
  }

  #landing-page.has-grid .grid.column.wide,
  #landing-page.contact .grid.column.wide {
    padding-top: 0;
  }

  #landing-page.has-grid .grid.column.wide ul li.has-img,
  #landing-page.contact .grid.column.wide ul li.has-img {
    height: 300px;
  }

  #landing-page.has-grid .grid.column.wide ul li.has-img h3,
  #landing-page.contact .grid.column.wide ul li.has-img h3 {
    font-size: 2.8rem;
    line-height: 3.0rem;
    font-family: "strada black", sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    margin-bottom: 15px;
    padding: 0;
  }

  #landing-page.has-grid .grid.column.wide ul li.has-img .description,
  #landing-page.contact .grid.column.wide ul li.has-img .description {
    display: none;
  }

  #landing-page.has-grid .grid.column.wide ul li.has-img .content,
  #landing-page.contact .grid.column.wide ul li.has-img .content {
    height: 120px;
  }

  #landing-page.has-grid .grid.column.wide ul li.has-img .overlay,
  #landing-page.contact .grid.column.wide ul li.has-img .overlay {
    height: 120px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  }

  #landing-page.has-grid .grid.column.wide ul li.has-img .overlay .bg,
  #landing-page.contact .grid.column.wide ul li.has-img .overlay .bg {
    display: none;
  }

  #landing-page.has-grid .grid.icons ul,
  #landing-page.contact .grid.icons ul {
    background: #d9c376;
  }

  #landing-page.has-grid .grid.icons ul li,
  #landing-page.contact .grid.icons ul li {
    height: 170px;
  }

  #landing-page.has-grid .grid.icons ul li .content,
  #landing-page.contact .grid.icons ul li .content {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  #landing-page.has-grid .grid.icons ul li .content a,
  #landing-page.contact .grid.icons ul li .content a {
    display: table;
    padding-bottom: 1px;
  }

  #landing-page.has-grid .grid.icons ul li .content a .button-content,
  #landing-page.contact .grid.icons ul li .content a .button-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
  }

  #landing-page.has-grid .grid.icons ul li.banner,
  #landing-page.contact .grid.icons ul li.banner {
    height: 220px;
  }

  #landing-page.has-grid .grid.icons ul li.banner .content,
  #landing-page.contact .grid.icons ul li.banner .content {
    padding-bottom: 40px;
  }

  #landing-page.has-grid .grid.icons ul li.banner p,
  #landing-page.contact .grid.icons ul li.banner p {
    display: block;
    text-align: left;
  }

  #landing-page.has-grid .grid.icons ul li.banner .overlay,
  #landing-page.contact .grid.icons ul li.banner .overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.4));
  }

  #landing-page.has-grid .grid:not(.icons) ul li,
  #landing-page.contact .grid:not(.icons) ul li {
    height: 240px;
  }

  #landing-page.has-grid .grid ul,
  #landing-page.contact .grid ul {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    float: left;
  }

  #landing-page.has-grid .grid ul li,
  #landing-page.contact .grid ul li {
    display: block;
    padding: 0;
    list-style: none;
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100%;
  }

  #landing-page.has-grid .grid ul li.has-img.article a .action-ripple,
  #landing-page.contact .grid ul li.has-img.article a .action-ripple {
    background: #ffffff;
  }

  #landing-page.has-grid .grid ul li.has-img.landing_page a .action-ripple,
  #landing-page.contact .grid ul li.has-img.landing_page a .action-ripple {
    background: #d9c376;
  }

  #landing-page.has-grid .grid ul li.has-img h3,
  #landing-page.contact .grid ul li.has-img h3 {
    color: #ffffff;
    text-align: right;
    padding: 0;
    max-height: 38px;
    overflow: hidden;
  }

  #landing-page.has-grid .grid ul li.has-img p,
  #landing-page.contact .grid ul li.has-img p {
    display: none;
    color: #ffffff;
    max-height: 40px;
    overflow: hidden;
    line-height: 2.0rem;
  }

  #landing-page.has-grid .grid ul li.has-img .date,
  #landing-page.contact .grid ul li.has-img .date {
    margin-top: 15px;
    display: block;
    position: relative;
    padding-left: 24px;
    font-size: 1.4rem;
    color: #ffffff;
  }

  #landing-page.has-grid .grid ul li.has-img .date svg,
  #landing-page.contact .grid ul li.has-img .date svg {
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
  }

  #landing-page.has-grid .grid ul li.has-img .date svg *,
  #landing-page.contact .grid ul li.has-img .date svg * {
    fill: #ffffff;
  }

  #landing-page.has-grid .grid ul li.has-img .content,
  #landing-page.contact .grid ul li.has-img .content {
    display: block;
    z-index: 2;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px;
  }

  #landing-page.has-grid .grid ul li.has-img .overlay,
  #landing-page.contact .grid ul li.has-img .overlay {
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  #landing-page.has-grid .grid ul li.has-img .overlay .bg,
  #landing-page.contact .grid ul li.has-img .overlay .bg {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.9;
  }

  #landing-page.has-grid .grid ul li.has-img .overlay .bg .svg-wrapper,
  #landing-page.contact .grid ul li.has-img .overlay .bg .svg-wrapper {
    display: block;
    height: 100%;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
  }

  #landing-page.has-grid .grid ul li.has-img .overlay .bg svg,
  #landing-page.contact .grid ul li.has-img .overlay .bg svg {
    width: 100%;
  }

  #landing-page.has-grid .grid ul li.has-img a,
  #landing-page.contact .grid ul li.has-img a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
  }

  #landing-page.has-grid .grid ul li.has-svg .icon,
  #landing-page.contact .grid ul li.has-svg .icon {
    display: inline-block;
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
  }

  #landing-page.has-grid .grid ul li.has-svg .icon svg *,
  #landing-page.contact .grid ul li.has-svg .icon svg * {
    fill: #ffffff;
  }

  #landing-page.has-grid .grid ul li.has-svg h3,
  #landing-page.contact .grid ul li.has-svg h3 {
    font-size: 1.6rem;
    color: #ffffff;
    max-width: 205px;
    margin: 0 auto;
  }

  #landing-page.has-grid .grid ul li a,
  #landing-page.contact .grid ul li a {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
  }

  #landing-page.has-grid .news-wrapper .grid ul li.has-img .content,
  #landing-page.has-grid .news-wrapper .grid ul li.has-img .overlay,
  #landing-page.contact .news-wrapper .grid ul li.has-img .content,
  #landing-page.contact .news-wrapper .grid ul li.has-img .overlay {
    height: 110px;
  }

  #landing-page .contact-wrapper .sidebar li:last-child p:last-child {
    margin-bottom: 0;
  }

  #landing-page .contact-wrapper .sidebar a {
    display: inline-block;
    position: relative;
    padding-left: 20px;
  }

  #landing-page .contact-wrapper .sidebar a i {
    font-size: 14px;
    line-height: 22px;
  }

  #landing-page .contact-wrapper .sidebar a:before,
  #landing-page .contact-wrapper .sidebar a:after {
    content: '';
    display: block;
    width: 7px;
    height: 1px;
    background: #2c2c2c;
    position: absolute;
    left: 0;
    -webkit-transition: background-color .4s ease;
    -o-transition: background-color .4s ease;
    transition: background-color .4s ease;
  }

  #landing-page .contact-wrapper .sidebar a:before {
    top: 9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #landing-page .contact-wrapper .sidebar a:after {
    top: 13px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #landing-page .contact-wrapper .sidebar .phone {
    display: block;
    padding-left: 31px;
    position: relative;
  }

  #landing-page .contact-wrapper .sidebar .phone svg {
    width: 21px;
    height: 23px;
    position: absolute;
    top: 2px;
    left: 0;
  }

  #landing-page .contact-wrapper .contact-blocks {
    position: relative;
  }

  #landing-page .contact-wrapper .contact-blocks .block {
    background-size: cover;
    background-position: center center;
  }

  #landing-page .contact-wrapper .contact-blocks .block .column {
    padding: 20px;
  }

  #landing-page .contact-wrapper .contact-blocks .block .column h2 {
    text-align: right;
  }

  #landing-page .contact-wrapper .contact-blocks .block.faqs {
    background: #d9c376;
  }

  #landing-page .contact-wrapper .contact-blocks .block.faqs h2,
  #landing-page .contact-wrapper .contact-blocks .block.faqs h3,
  #landing-page .contact-wrapper .contact-blocks .block.faqs p {
    color: #ffffff;
  }

  #landing-page .contact-wrapper .contact-blocks .block.faqs .column.left h2 {
    margin-bottom: 20px;
  }

  #landing-page .contact-wrapper .contact-blocks .block.faqs .column.left .button {
    margin-top: 20px;
  }

  #landing-page .contact-wrapper .contact-blocks .block.faqs .column.right h3 {
    margin-top: 20px;
    text-align: left;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  #landing-page .contact-wrapper .contact-blocks .block.faqs .column.right ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #landing-page .contact-wrapper .contact-blocks .block.faqs .column.right ul li {
    padding: 10px 0;
    list-style-type: none;
  }

  #landing-page .contact-wrapper .contact-blocks .block.faqs .column.right ul li a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    position: relative;
  }

  #landing-page .contact-wrapper .contact-blocks .block.faqs .column.right ul li a .action-ripple {
    background: #d9c376;
  }

  #landing-page .contact-wrapper .contact-blocks .block.personal-contact {
    background-position: left center;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 699px) {
  #landing-page .contact-wrapper .contact-blocks .block.personal-contact {
    background-image: none !important;
  }
}

@media screen {
  #landing-page .contact-wrapper .contact-blocks .block.personal-contact .column {
    background: rgba(255, 255, 255, 0.94);
  }

  #landing-page .contact-wrapper .contact-blocks .block.personal-contact .phone {
    display: block;
    position: relative;
    padding: 10px 55px 10px 0;
    margin-top: 30px;
  }

  #landing-page .contact-wrapper .contact-blocks .block.personal-contact .phone p {
    color: #d9c376;
    font-size: 2.4rem;
    margin: 0;
  }

  #landing-page .contact-wrapper .contact-blocks .block.personal-contact .phone svg {
    width: 38px;
    height: 41px;
    position: absolute;
    right: 0;
    top: 0;
  }

  #landing-page .contact-wrapper .contact-blocks .block.personal-contact .phone svg * {
    fill: #d9c376;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question {
    background-color: #d9c376;
    background-position: right center;
  }
}

@media screen and (max-width: 699px) {
  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question {
    background-image: none !important;
  }
}

@media screen {

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question h2,
  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question p {
    color: #ffffff;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .column {
    position: relative;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(217 195 118);
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .intro-wrapper {
    position: relative;
    z-index: 2;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .intro-wrapper .button {
    overflow: hidden;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .success-message {
    color: #ffffff;
    opacity: 0;
    display: block;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .form-wrapper {
    position: relative;
    z-index: 2;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .form-wrapper form {
    height: 0;
    overflow: hidden;
    color: #ffffff;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .form-wrapper form .is-invalid input,
  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .form-wrapper form .is-invalid textarea,
  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .form-wrapper form .is-invalid select {
    border-color: #ff3a26 !important;
    border-color: #dc3545 !important;
  }
  
  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .form-wrapper form .is-invalid.form-inputs:before,
  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .form-wrapper form .is-invalid.form-inputs:after {
    background: #ff3a26 !important;
    background: #dc3545 !important;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .form-wrapper form .form-row {
    font-size: 2.0rem;
    margin-bottom: 30px;
    overflow: hidden;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .form-wrapper form .form-inputs {
    position: relative;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .form-wrapper form .form-inputs:before,
  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .form-wrapper form .form-inputs:after {
    content: '';
    display: block;
    width: 1px;
    height: 5px;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    bottom: 0;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .form-wrapper form .form-inputs:before {
    left: 0;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .form-wrapper form .form-inputs:after {
    right: 0;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .form-wrapper form .form-inputs .arrow {
    position: absolute;
    right: 8px;
    bottom: 5px;
    display: block;
    border: solid transparent;
    height: 0;
    width: 0;
    border-top-color: #ffffff;
    border-width: 7px 5px 5px 5px;
    z-index: -1;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .form-wrapper form .form-inputs.zipcode1 {
    float: left;
    width: 80px;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .form-wrapper form .form-inputs.zipcode1 input {
    letter-spacing: 5px;
    padding-right: 0;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .form-wrapper form .form-inputs.zipcode2 {
    float: left;
    margin-left: -1px;
    width: 50px;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .form-wrapper form .form-inputs.zipcode2 input {
    letter-spacing: 2px;
    padding-right: 0;
    text-transform: uppercase;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .form-wrapper form .form-inputs+.form-inputs:before {
    display: none;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .form-wrapper form label {
    display: block;
    margin-bottom: 10px;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .form-wrapper form select {
    border: 0;
    border-radius: 0;
    cursor: pointer;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .form-wrapper form select * {
    color: #2c2c2c;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .form-wrapper form input,
  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .form-wrapper form select,
  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .form-wrapper form textarea {
    padding: 5px 10px;
    display: block;
    width: 100%;
    font-size: 2.0rem;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .form-wrapper form textarea {
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    border-right: 1px solid rgba(255, 255, 255, 0.6);
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .form-wrapper form .actions {
    text-align: center;
  }

  #landing-page .contact-wrapper .contact-blocks .block.footer a {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    text-decoration: none;
  }

  #landing-page .contact-wrapper .contact-blocks .block.footer a:before,
  #landing-page .contact-wrapper .contact-blocks .block.footer a:after {
    content: '';
    display: block;
    width: 7px;
    height: 1px;
    background: #2c2c2c;
    position: absolute;
    right: 0;
    -webkit-transition: background-color .4s ease;
    -o-transition: background-color .4s ease;
    transition: background-color .4s ease;
  }

  #landing-page .contact-wrapper .contact-blocks .block.footer a:before {
    top: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #landing-page .contact-wrapper .contact-blocks .block.footer a:after {
    top: 16px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 699px) {
  #landing-page .contact-wrapper .contact-blocks .block.footer {
    background-image: none !important;
    border-bottom: 1px solid #dedede;
  }
}

@media screen {
  #landing-page .contact-wrapper .contact-blocks .block.footer .bg {
    display: block;
    background-size: cover;
    background-position: center center;
    height: 200px;
  }

  #landing-page .contact-wrapper .contact-blocks .block.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #landing-page .contact-wrapper .contact-blocks .block.footer ul li {
    padding: 0 20px;
    margin: 40px 0;
    list-style-type: none;
  }

  #landing-page .contact-wrapper .contact-blocks .block.footer ul li h3 {
    text-align: left;
  }

  .faq-wrapper #categories {
    overflow: hidden;
  }

  .faq-wrapper h3 {
    margin: 20px 0 0 0;
    text-align: left;
    position: relative;
  }
}

@media screen and (max-width: 699px) {
  .faq-wrapper h3 .icon {
    position: absolute;
    top: 8px;
    right: 25px;
    width: 10px;
    height: 10px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }

  .faq-wrapper h3 .icon:before,
  .faq-wrapper h3 .icon:after {
    content: '';
    display: block;
    width: 8px;
    height: 2px;
    background: #f5e19a;
    position: absolute;
  }

  .faq-wrapper h3 .icon:before {
    top: 5px;
    left: 5px;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  .faq-wrapper h3 .icon:after {
    top: 0;
    right: 0;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@media screen {
  .faq-wrapper ul {
    margin: 0 20px;
    padding: 0;
    list-style: none;
  }
}

@media screen and (max-width: 699px) {
  .faq-wrapper ul {
    height: 0;
    overflow: hidden;
  }

  .faq-wrapper ul li:first-child {
    margin-top: 30px;
  }
}

@media screen {
  .faq-wrapper ul li {
    margin-bottom: 20px;
    padding: 0;
    list-style-type: none;
    text-align: left;
  }

  .faq-wrapper ul li a {
    text-decoration: none;
  }

  .faq-wrapper ul li a h4 {
    font-size: 1.8rem;
    line-height: 1.25;
  }

  .faq-wrapper ul li .question {
    display: block;
    font-family: "strada bold", sans-serif;
    font-weight: normal;
    font-style: normal;
    position: relative;
    padding-left: 30px;
  }

  .faq-wrapper ul li .question h4 {
    margin: 0;
  }

  .faq-wrapper ul li .question .icon {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 7px;
    left: 0;
  }

  .faq-wrapper ul li .question .icon .left,
  .faq-wrapper ul li .question .icon .right {
    content: '';
    display: block;
    width: 8px;
    height: 2px;
    background: #f5e19a;
    position: absolute;
  }

  .faq-wrapper ul li .question .icon .left {
    top: 5px;
    left: 5px;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  .faq-wrapper ul li .question .icon .right {
    top: 0;
    right: 0;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .faq-wrapper ul li .answer {
    margin: 20px 0 0 0;
    display: block;
    height: 0;
    overflow: hidden;
    padding-left: 30px;
  }

  .faq-wrapper ul li .answer p:first-child {
    margin-top: 0;
  }

  .faq-wrapper ul li .answer p:last-child {
    margin-bottom: 20px;
  }

  .faq-wrapper ul li .answer a {
    text-decoration: none;
    font-family: "strada bold", sans-serif;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 2.6rem;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    cursor: pointer;
    color: #f5e19a;
  }

  .faq-anchor-wrapper ul {
    display: inline-block;
  }

  .faq-ul-wrapper {
    display: block;
    text-align: center;
  }

  .faq-anchor-title {
    margin-top: 20px;
  }

  .faq-anchor-wrapper li a {
    text-decoration: none;
    color: #f5e19a;
    font-family: "strada bold", sans-serif;
    font-weight: normal;
    font-style: normal;
  }

  .faq-anchor-wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-anchor-list {
    padding: 0 20px 20px 20px;
  }

  .faq-anchor-wrapper li {
    list-style-type: none;
    float: left;
    margin: 5px 10px 5px 5px;
    padding: 0 20px 0 0;
    position: relative;
  }

  .faq-anchor-wrapper li:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    right: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #b7b7b7;
  }

  article {
    padding-top: 50px;
  }

  article iframe {
    border: 0;
    outline: none;
    max-width: 100%;
  }

  article a.img-download {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
  }

  article a.img-download .icon {
    position: absolute;
    top: -35px;
    right: 20px;
  }

  article a.img-download .icon svg {
    width: 31px;
    height: 34px;
  }

  article a.img-download .icon svg * {
    fill: #ffffff;
  }

  article a .action-ripple {
    background: #ffffff;
  }

  article li.landing_page a .action-ripple {
    background: #d9c376;
  }

  article .table-wrapper {
    overflow: auto;
    padding-bottom: 15px;
  }

  article table {
    min-width: 100%;
    border: 0;
  }

  article table tr td {
    padding: 5px 10px;
    border: 1px solid #dddddd;
  }

  article table thead td {
    font-family: "strada bold", sans-serif;
    font-weight: normal;
    font-style: normal;
  }

  article .img-caption {
    font-family: "smart4dsTitles", sans-serif;
    font-weight: normal;
    font-style: normal;
    display: block;
    margin: 0 0 20px 0;
  }

  article .webby-placeholder {
    display: none;
  }

  article .webby-footer {
    text-align: center;
  }

  article .webby-footer .wave-button.rounded {
    color: #2c2c2c !important;
    padding: 14px 30px;
  }

  article .webby-footer .wave-button.rounded .hover-ripple:before,
  article .webby-footer .wave-button.rounded .hover-ripple:after {
    background: #ffffff;
  }

  article .webby-footer .wave-button.rounded .hover-ripple .inner:before,
  article .webby-footer .wave-button.rounded .hover-ripple .inner:after {
    background: #ffffff;
  }

  article .webby-footer .wave-button.rounded .hover-ripple .inner svg * {
    fill: #ffffff !important;
  }

  article .header .header-text-wrapper {
    margin: 0 0 40px 0;
  }

  article .header .header-text-wrapper p {
    display: block;
    max-width: 800px;
    margin: 0 auto 20px auto;
    font-size: 1.7rem;
  }

  article .header .header-button-wrapper {
    text-align: center;
    margin: 20px 0 60px 0;
  }

  article .header .author {
    width: 230px;
    margin: 20px auto;
    position: relative;
    font-size: 1.4rem;
    padding: 6px 0 0 0;
  }

  article .header .author.has-image {
    width: 300px;
    padding-left: 65px;
  }

  article .header .author img {
    display: block;
    width: 50px;
    border-radius: 25px;
    position: absolute;
    top: 0;
    left: 0;
  }

  article .header .author .name {
    display: block;
  }

  article .header .author .date {
    display: block;
    opacity: .6;
    font-size: 1.2rem;
  }

  article .header h1 {
    padding: 25px 30px 30px 30px;
  }

  article .header .date-wrapper {
    padding: 0 30px;
    text-align: center;
  }

  article .header .media {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
  }
}

@media screen and (max-width: 699px) {
  article .header .media.tall {
    height: 330px;
  }
}

@media screen {
  article .header .media video {
    position: absolute;
  }

  article .header .media .date-wrapper {
    padding: 0 30px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.4));
  }

  article .header .media .date-wrapper .date {
    display: block;
    margin: 10px 0;
  }

  article .header .media .form-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
  }

  article .header .media .form-wrapper #zipcode-form {
    margin: 20px;
    color: #ffffff;
    background-color: rgba(38, 180, 244, 0.94);
    position: relative;
    height: 280px;
  }

  article .header .media .form-wrapper p {
    text-align: center;
    color: #ffffff;
  }

  article .header .media .form-wrapper .form-inputs-wrapper .house {
    display: none;
  }

  article .header .media .form-wrapper .form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: center;
    z-index: 3;
  }

  article .header .media .form-wrapper .form.closed {
    z-index: 1;
  }

  article .header .media .form-wrapper .form .error {
    padding-top: 20px;
  }

  article .header .media .form-wrapper .form-row {
    display: inline-block;
  }

  article .header .media .form-wrapper .form-inputs {
    margin: 0 3px 15px 0;
    display: inline-block;
  }

  article .header .media .form-wrapper input {
    padding: 14px 10px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    border: none;
    color: #ffffff;
  }

  article .header .media .form-wrapper .zipcode1 input {
    width: 65px;
  }

  article .header .media .form-wrapper .zipcode2 {
    margin-right: 10px;
  }

  article .header .media .form-wrapper .zipcode2 input {
    width: 45px;
    text-transform: uppercase;
  }

  article .header .media .form-wrapper .housenumber input {
    width: 50px;
  }

  article .header .media .form-wrapper .addition {
    margin-right: 15px;
  }

  article .header .media .form-wrapper .addition input {
    width: 40px;
  }

  article .header .media .form-wrapper .form-result {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    z-index: 2;
  }

  article .header .media .form-wrapper .form-result .drinkingwater-location-wrapper {
    padding: 40px 20px 30px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  article .header .media .form-wrapper .form-result .drinkingwater-location-wrapper p {
    margin-top: 0;
  }

  article .header .media .form-wrapper .form-result .drinkingwater-distance-wrapper {
    padding: 20px 20px 20px 20px;
    text-align: center;
  }

  article .header .media .form-wrapper .form-result .location {
    display: inline-block;
    position: relative;
    padding-left: 45px;
    text-align: left;
  }

  article .header .media .form-wrapper .form-result .pointer {
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
  }

  article .header .media .form-wrapper .form-result .pointer path {
    fill: #ffffff;
  }

  article .header .media .form-wrapper .form-result .distance {
    display: block;
    font-family: "strada bold", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 3.5rem;
    line-height: 4.4rem;
  }

  article .header .media a.back {
    position: absolute;
    bottom: 30px;
    left: 20px;
    margin-left: 0;
  }

  article .header .media a.back .icon svg * {
    fill: #ffffff;
  }

  article .header .intro {
    padding: 30px 30px 0 30px;
    font-size: 2.0rem;
    line-height: 3.2rem;
  }

  article .header .intro .first-line {
    font-family: "strada bold", sans-serif;
    font-weight: normal;
    font-style: normal;
  }

  article .header .intro .first-letter {
    font-size: 6.7rem;
    display: inline-block;
    float: left;
    margin: 15px 5px 0 0;
    text-transform: uppercase;
  }

  article ul.share {
    margin: 30px 0 0 0;
    list-style: none;
    padding: 0 30px;
  }

  article ul.share li {
    padding: 0;
    display: inline-block;
    list-style-type: none;
    margin: 0 10px;
  }

  article ul.share li:first-child {
    margin-left: 0;
  }

  article ul.share li:last-child {
    margin-right: 0;
  }

  article ul.share li a svg * {
    fill: #f5e19a;
  }

  article ul.share li a.twitter svg {
    width: 23px;
    height: 19px;
  }

  article ul.share li a.facebook svg {
    width: 9px;
    height: 20px;
  }

  article ul.share li a.linkedin svg {
    width: 20px;
    height: 20px;
  }

  article ul.share li a.whatsapp svg {
    width: 20px;
    height: 20px;
  }

  article ul.tags {
    margin: 0;
    list-style: none;
    padding: 0 30px;
  }

  article ul.tags li {
    padding: 0;
    display: inline-block;
    list-style-type: none;
    margin: 0 10px 10px 0;
  }

  article ul.tags li:first-child {
    margin-left: 0;
  }

  article ul.tags li:last-child {
    margin-right: 0;
  }

  article ul.tags li .button {
    color: #979797;
    padding: 11px 15px;
  }

  article .anchor-menu {
    padding-top: 30px;
    position: relative;
    z-index: 5;
  }

  article .anchor-menu h4 {
    text-transform: uppercase;
  }

  article .anchor-menu .content {
    padding: 0 30px;
  }

  article .anchor-menu .toggle-menu-wrapper {
    position: relative;
  }

  article .anchor-menu .toggle-header {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
  }

  article .anchor-menu ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
  }

  article .anchor-menu ul li {
    list-style-type: none;
  }

  article .anchor-menu ul li a {
    text-decoration: none;
    color: #f5e19a;
    font-family: "strada bold", sans-serif;
    font-weight: normal;
    font-style: normal;
  }
}

@media screen and (max-width: 699px) {
  article .anchor-menu .toggle-header {
    cursor: pointer;
  }

  article .anchor-menu .toggle-header.active .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  article .anchor-menu .toggle-header .icon {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 12px;
    right: 11px;
    -webkit-transform-origin: 50% 35%;
    -ms-transform-origin: 50% 35%;
    transform-origin: 50% 35%;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  }

  article .anchor-menu .toggle-header .icon:before,
  article .anchor-menu .toggle-header .icon:after {
    content: '';
    display: block;
    width: 8px;
    height: 2px;
    background: #2c2c2c;
    position: absolute;
  }

  article .anchor-menu .toggle-header .icon:before {
    top: 5px;
    left: 5px;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  article .anchor-menu .toggle-header .icon:after {
    top: 0;
    right: 0;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  article .anchor-menu ul {
    height: 0;
    overflow: hidden;
    background: #ffffff;
    position: absolute;
    width: 100%;
    border-radius: 0 0 10px 10px;
    left: 0;
    top: 35px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  }

  article .anchor-menu ul li {
    padding: 0;
    border-top: 1px solid #dddddd;
  }

  article .anchor-menu ul li:last-child {
    padding-bottom: 5px;
  }

  article .anchor-menu ul li a {
    display: block;
    padding: 10px 15px;
    width: 100%;
  }
}

@media screen {
  article .sections {
    overflow: hidden;
    padding-top: 30px;
  }

  article .sections.drinking-water-location {
    padding-top: 0;
  }

  article .sections section {
    padding: 30px 0;
    line-height: 2.6rem;
  }

  article .sections section p {
    line-height: 2.6rem;
  }

  article .sections section:first-child:not(.highlight):not(.image-top):not(.infographic) {
    padding-top: 0;
  }

  article .sections section:first-child:not(.highlight):not(.image-top):not(.infographic).video.full .content .text-wrapper,
  article .sections section:first-child:not(.highlight):not(.image-top):not(.infographic).image .content.full .text-wrapper,
  article .sections section:first-child:not(.highlight):not(.image-top):not(.infographic).image .content.grid,
  article .sections section:first-child:not(.highlight):not(.image-top):not(.infographic).download .content .text-wrapper {
    margin-top: -30px;
  }

  article .sections section:first-child.image-top.image .content.grid {
    padding-top: 0;
  }

  article .sections section .text {
    font-size: 1.7rem;
  }

  article .sections section.watercompositions {
    background: #f3f3f3;
  }

  article .sections section.watercompositions .table-wrapper {
    margin-top: 40px;
  }

  article .sections section:nth-child(even) {
    background: #f3f3f3;
  }

  article .sections section:first-child.clear {
    padding-top: 30px;
  }

  article .sections section h2 {
    text-align: left;
    margin: 0 0 20px 0;
  }

  article .sections section h2:last-child {
    margin: 0;
  }

  article .sections section h3 {
    text-transform: none;
    text-align: left;
    margin: 40px 0 0 0;
  }

  article .sections section h3:first-child {
    margin: 0;
  }

  article .sections section p:first-child,
  article .sections section ul:first-child,
  article .sections section ol:first-child {
    margin-top: 0;
  }

  article .sections section p:last-child,
  article .sections section ul:last-child,
  article .sections section ol:last-child {
    margin-bottom: 0;
  }

  article .sections section ul li:last-child {
    padding-bottom: 0;
  }

  article .sections section a:not(.button) {
    text-decoration: none;
    font-family: "strada bold", sans-serif;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 2.6rem;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    cursor: pointer;
    color: #f5e19a;
  }

  article .sections section a:not(.button).img-download {
    border: none;
  }

  article .sections section q {
    display: block;
    font-size: 2.0rem;
    line-height: 3.0rem;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 15px 0;
    margin: 20px 0;
    font-style: italic;
  }

  article .sections section img {
    max-width: 100%;
  }

  article .sections section .image {
    position: relative;
  }

  article .sections section.text .content {
    padding: 0 30px;
  }

  article .sections section.text .video-wrapper {
    width: 100%;
    padding-bottom: 56.25%;
    line-height: 0;
    position: relative;
  }

  article .sections section.text .video-wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  article .sections section.text aside {
    padding-top: 30px;
  }

  article .sections section.text aside .related-articles+.related-news {
    margin-top: 40px;
  }

  article .sections section.text aside h4 {
    margin: 0 0 10px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
    text-transform: uppercase;
    font-family: "strada bold", sans-serif;
    font-weight: normal;
    font-style: normal;
  }

  article .sections section.text aside ul {
    list-style: none;
    padding: 0;
  }

  article .sections section.text aside ul li {
    list-style-type: none;
    padding-bottom: 1rem;
  }

  article .sections section.text aside ul li.has-image {
    position: relative;
  }

  article .sections section.text aside ul li.has-image a {
    padding: 10px 0 0 120px;
    min-height: 75px;
    display: block;
  }

  article .sections section.text aside ul li.has-image .img {
    width: 100px;
    margin-right: 15px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
    overflow: hidden;
  }

  article .sections section.text aside ul li a {
    color: #2c2c2c;
    font-family: "strada light", sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.8rem;
    display: block;
    position: relative;
  }

  article .sections section.text.highlight {
    background: #d9c376;
    color: #ffffff;
  }

  article .sections section.text.highlight.vacancy {
    padding: 0;
  }

  article .sections section.text.highlight.vacancy .content {
    padding: 0;
  }

  article .sections section.text.highlight p {
    color: #ffffff;
  }

  article .sections section.text.highlight q {
    border-color: rgba(255, 255, 255, 0.2);
  }

  article .sections section.text.highlight .text a {
    text-decoration: none;
    font-family: "strada bold", sans-serif;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 2.6rem;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    cursor: pointer;
    color: #0d75a4;
  }

  article .sections section.text.highlight table tr td {
    border-color: rgba(255, 255, 255, 0.4);
  }

  article .sections section.text.highlight aside h4 {
    border-color: rgba(255, 255, 255, 0.2);
  }

  article .sections section.text.highlight aside ul li a {
    color: #ffffff;
  }

  article .sections section.text.highlight .info {
    padding: 50px 30px;
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 699px) {
  article .sections section.text.highlight .info {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  article .sections section.text.highlight .info:last-child {
    border: none;
  }
}

@media screen {
  article .sections section.text.highlight .info .label {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    line-height: 2.0rem;
    font-family: "strada bold", sans-serif;
    font-weight: normal;
    font-style: normal;
  }

  article .sections section.text.highlight .info .label:after {
    content: '';
    display: block;
    clear: both;
    width: 110px;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -55px;
  }

  article .sections section.text.highlight .info .text {
    display: block;
  }

  article .sections section.quote .content {
    padding: 0 30px;
  }

  article .sections section.quote h2 {
    margin-bottom: 30px;
  }

  article .sections section.quote .quote {
    display: block;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 25px 0;
    position: relative;
  }

  article .sections section.quote .quote+.quote {
    border-top: none;
  }

  article .sections section.quote .quote .author {
    margin-top: 20px;
    text-align: center;
  }

  article .sections section.quote .quote .function {
    opacity: .6;
    font-size: 1.4rem;
    text-align: center;
  }

  article .sections section.quote .quote .text {
    margin-top: 30px;
    font-size: 2.0rem;
    line-height: 3.0rem;
    font-style: italic;
  }

  article .sections section.quote .quote .text:before {
    content: open-quote;
  }

  article .sections section.quote .quote .text:after {
    content: close-quote;
  }

  article .sections section.quote .quote.has-image .img {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    background-size: cover;
    background-position: center center;
    display: block;
    margin: 0 auto;
  }

  article .sections section.image {
    padding: 0;
  }

  article .sections section.image .content .text-wrapper {
    padding: 30px;
  }

  article .sections section.image .content .image {
    width: 100%;
    line-height: 0;
    position: relative;
  }

  article .sections section.image .content .image img {
    width: 100%;
  }

  article .sections section.image .content .caption {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    margin: 0;
    padding: 100px 30px 20px 20px;
    width: 100%;
    text-align: left;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.4));
    font-size: 1.4rem;
    line-height: 2.0rem;
  }

  article .sections section.image .content.grid {
    padding: 30px;
  }

  article .sections section.image .content.grid .text-wrapper {
    padding: 0;
  }

  article .sections section.image .content.grid ul {
    padding: 0;
    list-style: none;
    margin: 30px 0 0 0;
    overflow: hidden;
  }

  article .sections section.image .content.grid ul:first-child {
    margin-top: 0;
  }

  article .sections section.image .content.grid ul.grid-1 li {
    position: relative;
    line-height: 0;
  }

  article .sections section.image .content.grid ul.grid-1 li img {
    width: 100%;
  }

  article .sections section.image .content.grid ul.grid-1 li .caption {
    right: auto;
    left: 0;
  }

  article .sections section.image .content.grid ul:not(.grid-1) li {
    position: relative;
    list-style-type: none;
    display: block;
    background-size: cover;
    background-position: 0 0;
    width: 100%;
    padding-bottom: 50%;
  }

  article .sections section.image .content.grid ul:not(.grid-1) li .caption {
    right: auto;
    left: 0;
  }

  article .sections section.video {
    padding: 0;
  }

  article .sections section.video .content .text-wrapper {
    padding: 30px;
  }

  article .sections section.video .content .video-wrapper {
    position: relative;
  }

  article .sections section.video .content .video {
    width: 100%;
    padding-bottom: 56.25%;
    line-height: 0;
    position: relative;
  }

  article .sections section.video .content .video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  article .sections section.video .content .caption {
    display: block;
    margin: 0;
    padding: 15px;
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.0rem;
  }

  article .sections section.download {
    padding: 0;
  }

  article .sections section.download .content .text-wrapper {
    padding: 30px;
  }

  article .sections section.download ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #d9c376;
    text-align: center;
  }

  article .sections section.download ul li {
    padding: 0;
    display: block;
    list-style-type: none;
  }
}

@media screen and (max-width: 699px) {
  article .sections section.download ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  article .sections section.download ul li:last-child {
    border: none;
  }
}

@media screen {
  article .sections section.download ul li a {
    padding: 30px 30px 25px 30px;
    display: block;
    background-color: #d9c376;
  }

  article .sections section.download ul li .title {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
  }

  article .sections section.download ul li .title:after {
    content: '';
    display: block;
    clear: both;
    width: 110px;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -55px;
  }

  article .sections section.download ul li .file-info {
    display: block;
    font-family: "strada light", sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    color: rgba(255, 255, 255, 0.4);
  }

  article .sections section.download ul li .file-info span {
    display: inline;
  }

  article .sections section.download ul li .icon {
    margin-top: 30px;
    display: inline-block;
  }

  article .sections section.download ul li .icon svg {
    width: 43px;
    height: 48px;
  }

  article .sections section.download ul li .icon svg * {
    fill: #ffffff;
  }

  article .sections section.faqs {
    padding: 30px;
    text-align: center;
    background: #ffffff;
  }

  article .sections section.faqs h2 {
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dddddd;
  }

  article .sections section.faqs .button {
    margin-top: 30px;
    display: inline-block;
  }

  article .sections section.faqs .question {
    color: #2c2c2c;
  }

  article .footer {
    background: #f3f3f3;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    clear: both;
    position: relative;
    z-index: 2;
  }

  article .footer .content {
    padding: 30px;
  }

  article .footer .actions {
    margin: 20px 0 0 0;
    overflow: hidden;
  }

  article .footer .actions:first-child {
    margin-top: 0;
  }

  article .footer .buttons {
    margin: 20px 0 0 0;
    text-align: center;
  }

  article .footer .buttons .button {
    margin: 10px;
  }

  article .footer .button-wrapper {
    margin-top: 40px;
    text-align: center;
  }

  article .footer #comment-form {
    height: 0;
  }

  article .footer #comment-form .form-row:first-child {
    margin-top: 0;
  }

  article .footer .form {
    margin-top: 40px;
  }

  article .footer .form .success-message {
    opacity: 0;
  }

  article .footer .form form {
    overflow: hidden;
  }

  article .footer .form .form-row {
    margin-bottom: 30px;
    overflow: hidden;
  }

  article .footer .form .form-row:first-child {
    margin-top: 40px;
  }

  article .footer .form .form-row.field-error input,
  article .footer .form .form-row.field-error textarea {
    border-color: #ff3a26;
  }

  article .footer .form .form-row.field-error .form-inputs:before,
  article .footer .form .form-row.field-error .form-inputs:after {
    background: #ff3a26;
  }

  article .footer .form .form-row .form-inputs {
    position: relative;
  }

  article .footer .form .form-row .form-inputs:before,
  article .footer .form .form-row .form-inputs:after {
    content: '';
    display: block;
    width: 1px;
    height: 5px;
    background: #b7b7b7;
    position: absolute;
    bottom: 0;
  }

  article .footer .form .form-row .form-inputs:before {
    left: 0;
  }

  article .footer .form .form-row .form-inputs:after {
    right: 0;
  }

  article .footer .form .form-row label {
    display: block;
    margin-bottom: 10px;
  }

  article .footer .form .form-row input,
  article .footer .form .form-row textarea {
    padding: 5px 10px;
    display: block;
    width: 100%;
    font-size: 1.7rem;
    background: transparent;
    border-bottom: 1px solid #b7b7b7;
  }

  article .footer .form .form-row textarea {
    border-left: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
  }

  article .footer .form .actions {
    text-align: center;
    padding: 8px 0;
  }

  article .footer .form .actions input[type='submit'] {
    display: none;
  }

  article .footer .print {
    float: left;
  }

  article .footer .print .icon svg {
    width: 44px;
    height: 35px;
  }

  article .footer .print .icon svg * {
    fill: #f5e19a;
  }

  article .footer ul.tags {
    padding: 0;
  }

  article .footer ul.share {
    margin: 0;
    padding: 0;
    float: right;
  }

  article .related-articles-footer {
    text-align: center;
    padding: 30px 0 0 0;
  }

  article .related-articles-footer ul {
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
    text-align: left;
  }

  article .related-articles-footer ul li {
    padding: 0 0 30px 0;
    list-style-type: none;
  }

  article .related-articles-footer ul li a {
    display: block;
    text-decoration: none;
    position: relative;
  }

  article .related-articles-footer ul li .img {
    display: block;
    width: 100%;
    padding-bottom: 50%;
    overflow: hidden;
    position: relative;
    background: #f3f3f3;
  }

  article .related-articles-footer ul li .img span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
  }

  article .related-articles-footer ul li .label {
    display: block;
    color: #979797;
    padding: 15px;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
  }

  .vacancy-button .content {
    padding: 0;
    max-width: 800px;
    margin: 50px auto 0 auto;
  }

  .vacancy-button .button-wrapper {
    text-align: center;
  }

  a.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    opacity: 0;
    z-index: 10;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    will-change: transform;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }

  a.back-to-top .icon {
    display: block;
  }

  a.back-to-top .icon svg {
    width: 38px;
    height: 38px;
  }

  a.back-to-top .icon svg * {
    fill: #2c2c2c;
  }

  a.back-to-top:hover {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
  }

  article .sections section.infographic {
    position: relative;
    z-index: 2;
  }

  article .sections section.infographic+.infographic {
    z-index: auto;
  }

  article .sections section.infographic:nth-child(even) .intro-box,
  article .sections section.infographic:nth-child(even) .popup.small .info-box {
    background: #ffffff;
  }

  article .sections section.infographic#conscious-consumption h2 {
    margin-bottom: 0;
  }

  article .sections section.infographic#conscious-consumption .header {
    margin-bottom: 40px;
  }

  article .sections section.infographic#service-area {
    position: relative;
    z-index: 2;
  }

  article .sections section.infographic#service-area .content {
    position: relative;
  }

  article .sections section.infographic#service-area svg .button.active * {
    fill: #0a8eca;
  }

  article .sections section.infographic#service-area-stations .content {
    position: relative;
  }

  article .sections section.infographic#service-area-stations svg .button * {
    fill: #f4b238;
    -webkit-transition: fill .3s ease;
    -o-transition: fill .3s ease;
    transition: fill .3s ease;
  }

  article .sections section.infographic#service-area-stations svg .button.active * {
    fill: #ff6c00;
  }

  article .sections section.infographic h2 {
    margin-bottom: 40px;
  }

  article .sections section.infographic .content {
    padding: 0 30px;
  }

  article .sections section.infographic ul {
    margin: 0;
    padding: 0;
    text-align: center;
  }

  article .sections section.infographic ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
  }

  article .sections section.infographic ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    color: #ffffff;
    font-family: "strada light", sans-serif;
    font-weight: normal;
    font-style: normal;
  }

  article .sections section.infographic ul li a .label {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    z-index: 2;
  }

  article .sections section.infographic ul li a .box-wrapper {
    display: table;
    width: 100%;
    height: 100%;
  }

  article .sections section.infographic ul li a .box-wrapper .box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }

  article .sections section.infographic ul li a .icon {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0;
  }

  article .sections section.infographic ul li a .icon svg * {
    fill: #ffffff;
  }

  article .sections section.infographic ul li a .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
  }

  article .sections section.infographic ul li a .bg span {
    width: inherit;
    height: inherit;
    border-radius: 50%;
    background: #d9c376;
  }

  article .sections section.infographic ul li#showering {
    width: 100%;
    padding-bottom: 100%;
  }

  article .sections section.infographic ul li#showering .icon {
    width: 140px;
    height: 140px;
  }

  article .sections section.infographic ul li#toilet {
    width: 95%;
    padding-bottom: 95%;
  }

  article .sections section.infographic ul li#toilet .icon {
    width: 120px;
    height: 120px;
  }

  article .sections section.infographic ul li#washing-machine {
    width: 90%;
    padding-bottom: 90%;
  }

  article .sections section.infographic ul li#washing-machine .icon {
    width: 120px;
    height: 120px;
  }

  article .sections section.infographic ul li#other {
    width: 75%;
    padding-bottom: 75%;
  }

  article .sections section.infographic ul li#other .icon {
    width: 100px;
    height: 100px;
  }

  article .sections section.infographic ul li#hand-washing {
    width: 70%;
    padding-bottom: 70%;
  }

  article .sections section.infographic ul li#hand-washing .icon {
    width: 90px;
    height: 90px;
  }

  article .sections section.infographic ul li#dish-washer {
    width: 65%;
    padding-bottom: 65%;
  }

  article .sections section.infographic ul li#dish-washer .icon {
    width: 80px;
    height: 80px;
  }

  article .sections section.infographic ul li#drinking {
    width: 60%;
    padding-bottom: 60%;
  }

  article .sections section.infographic ul li#drinking .icon {
    width: 75px;
    height: 75px;
  }

  article .sections section.infographic .intro-box {
    background: #f3f3f3;
    padding: 25px;
    width: 200px;
    margin: -10px auto 20px auto;
  }

  article .sections section.infographic .intro-box .litres .amount {
    margin: 0;
  }

  article .sections section.infographic .litres {
    display: block;
    text-align: center;
  }

  article .sections section.infographic .litres .amount {
    margin: 15px 0 10px 0;
    display: block;
    font-size: 7.0rem;
    line-height: 7.0rem;
    font-family: "strada bold", sans-serif;
    font-weight: normal;
    font-style: normal;
  }

  article .sections section.infographic .litres .label {
    display: block;
    font-family: "strada bold", sans-serif;
    font-weight: normal;
    font-style: normal;
  }

  article .sections section.infographic .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 20;
  }

  article .sections section.infographic .popup.small {
    position: absolute;
    top: 50px;
    height: auto;
    padding: 0 5%;
  }

  article .sections section.infographic .popup.small .info-box {
    max-width: 290px;
    padding: 25px 50px 25px 25px;
    left: auto;
    top: auto;
    position: relative;
    background: #f3f3f3;
  }

  article .sections section.infographic .popup.small .close {
    top: 0;
    right: 0;
  }

  article .sections section.infographic .popup.small h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  article .sections section.infographic .popup.small h3+.info {
    margin-top: 20px;
  }

  article .sections section.infographic .popup.small .info {
    margin-top: 15px;
  }

  article .sections section.infographic .popup .bg-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }

  article .sections section.infographic .popup .info-box {
    position: absolute;
    top: 20%;
    left: 10%;
    background: #ffffff;
    z-index: 5;
    padding: 20px;
    max-width: 75%;
  }

  article .sections section.infographic .popup .tip-box {
    position: absolute;
    bottom: 5%;
    right: 10%;
    background: #ffffff;
    z-index: 5;
    padding: 20px;
    max-width: 75%;
  }

  article .sections section.infographic .popup .tip-box .icon {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    margin: 0 auto 45px auto;
  }

  article .sections section.infographic .popup .tip-box .icon:after {
    content: '';
    display: block;
    width: 120px;
    height: 2px;
    background: #2c2c2c;
    margin-left: -30px;
    margin-top: 15px;
  }

  article .sections section.infographic .popup .tip-box svg {
    display: inline-block;
    width: 36px;
    height: 60px;
  }

  article .sections section.infographic .popup .tip-box svg * {
    fill: #2c2c2c;
  }

  article .sections section.infographic .popup h2 {
    margin: 0;
  }

  article .sections section.infographic .popup h3 {
    font-size: 2.0rem;
    line-height: 2.6rem;
  }

  article .sections section.infographic .popup p {
    line-height: 2.0rem;
  }

  article .sections section.infographic .popup .close {
    position: absolute;
    top: 45px;
    right: 0;
    padding: 20px;
    z-index: 5;
  }

  article .sections section.infographic .popup .close .icon {
    display: block;
    width: 19px;
    height: 20px;
    position: relative;
  }

  article .sections section.infographic .popup .close .icon:after,
  article .sections section.infographic .popup .close .icon:before {
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    background: #2c2c2c;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  article .sections section.infographic .popup .close .icon:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px;
    left: -1px;
  }

  article .sections section.infographic .popup .close .icon:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  article .sections section.infographic .popup .tr-circle {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #ffffff;
    z-index: 1;
  }

  article .sections section.infographic .popup.drinking-water .tr-circle {
    background: #f7f7f4;
  }

  article .sections section.infographic .popup.aeration .info-box {
    top: 25%;
  }

  article .sections section.infographic .popup.aeration .tr-circle {
    background: #e8e8e8;
  }

  article .sections section.infographic .popup.sand-filtration .info-box {
    top: 35%;
  }

  article .sections section.infographic .popup.sand-filtration .tr-circle {
    background: #e8e8e8;
  }

  article .sections section.infographic .popup.softening .info-box {
    top: 40%;
  }

  article .sections section.infographic .popup.softening .tr-circle {
    background: #e8e8e8;
  }

  article .sections section.infographic .popup.active-carbon-filter .info-box {
    top: 40%;
  }

  article .sections section.infographic .popup.active-carbon-filter .tr-circle {
    background: #e8e8e8;
  }

  article .sections section.infographic .popup.uv .info-box {
    top: 12%;
  }

  article .sections section.infographic .popup.uv .tr-circle {
    background: #186898;
  }

  article .sections section.infographic .popup.uv .close .icon:after,
  article .sections section.infographic .popup.uv .close .icon:before {
    background: #ffffff;
  }

  article .sections section.infographic .popup.clean-water-cellar .info-box {
    top: 40%;
  }

  article .sections section.infographic .popup.clean-water-cellar .tr-circle {
    background: #e8e8e8;
  }

  article .sections section.infographic .popup.distribution-pump .info-box {
    top: 12%;
  }

  article .sections section.infographic .popup.distribution-pump .tr-circle {
    background: #e8e8e8;
  }

  article .sections section.infographic .popup.tap .info-box {
    top: 60%;
  }

  article .sections section.infographic .popup.tap .tr-circle {
    background: #e8e8e8;
  }

  article .sections section.infographic .popup.drinking .tr-circle {
    background: #d7d7d7;
  }

  article .sections section.infographic .popup.drinking .close .icon:after,
  article .sections section.infographic .popup.drinking .close .icon:before {
    background: #2c2c2c;
  }

  article .sections section.infographic .popup.showering .info-box,
  article .sections section.infographic .popup.showering .tip-box,
  article .sections section.infographic .popup.other .info-box,
  article .sections section.infographic .popup.other .tip-box {
    background: #f3f3f3;
  }

  article .sections section.infographic .popup.showering .tr-circle,
  article .sections section.infographic .popup.other .tr-circle {
    background: #ffffff;
  }

  article .sections section.infographic .popup.showering .close .icon:after,
  article .sections section.infographic .popup.showering .close .icon:before,
  article .sections section.infographic .popup.other .close .icon:after,
  article .sections section.infographic .popup.other .close .icon:before {
    background: #2c2c2c;
  }

  article .sections section.infographic .popup.toilet .tr-circle,
  article .sections section.infographic .popup.dish-washer .tr-circle,
  article .sections section.infographic .popup.washing-machine .tr-circle,
  article .sections section.infographic .popup.hand-washing .tr-circle {
    background: #0783C5;
  }

  article .sections section.infographic .popup.toilet .close .icon:after,
  article .sections section.infographic .popup.toilet .close .icon:before,
  article .sections section.infographic .popup.dish-washer .close .icon:after,
  article .sections section.infographic .popup.dish-washer .close .icon:before,
  article .sections section.infographic .popup.washing-machine .close .icon:after,
  article .sections section.infographic .popup.washing-machine .close .icon:before,
  article .sections section.infographic .popup.hand-washing .close .icon:after,
  article .sections section.infographic .popup.hand-washing .close .icon:before {
    background: #ffffff;
  }

  #warning {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 20;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
  }

  #warning .inner-wrap {
    margin: 60px 10% 0 10%;
    width: 80%;
    height: 380px;
    position: relative;
  }

  #warning .inner-wrap .content {
    margin-top: -60px;
    padding: 75px 30px 25px 30px;
    background: rgba(219, 93, 0, 0.94);
    opacity: 0;
  }

  #warning .inner-wrap .close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding: 20px;
    z-index: 2;
  }

  #warning .inner-wrap .close .icon {
    display: block;
    width: 18px;
    height: 18px;
    position: relative;
  }

  #warning .inner-wrap .close .icon:after,
  #warning .inner-wrap .close .icon:before {
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 0;
  }

  #warning .inner-wrap .close .icon:before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }

  #warning .inner-wrap .close .icon:after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }

  #warning .inner-wrap .warning-icon {
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 15px 5px 30px;
  }

  #warning .inner-wrap .warning-icon svg {
    width: 25px;
    height: 25px;
  }

  #warning .inner-wrap .warning-icon svg * {
    fill: #ffffff;
  }

  #warning .inner-wrap h1 {
    margin: 0;
    text-align: left;
    color: #ffffff;
  }

  #warning .inner-wrap p {
    color: #ffffff;
  }

  #warning .inner-wrap p+table {
    margin-top: -10px;
  }

  #warning .inner-wrap table {
    color: #ffffff;
    border: 0;
  }

  #warning .inner-wrap table tr td {
    padding: 5px 0;
    vertical-align: top;
    border: 0;
  }

  #warning .inner-wrap table tr td:first-child {
    padding-right: 20px;
  }

  #warning .inner-wrap .button {
    margin-top: 20px;
  }

  #notice {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
  }

  #notice .notice-bar {
    width: 100%;
    height: 125px;
    background: #ffffff;
    display: none;
  }

  body.article #notice .notice-bar {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }

  #notice .notice-bar.active {
    display: block;
  }

  #notice .inner-wrap {
    padding: 10px 35px 15px 15px;
  }

  #notice p {
    margin: 0 0 10px 0;
    max-height: 60px;
    overflow: hidden;
    font-family: "strada bold", sans-serif;
    font-weight: normal;
    font-style: normal;
  }

  #notice a.close {
    top: 10px;
    right: 10px;
  }

  .module-block {
    position: relative;
    display: block;
    padding: 20px;
    margin: 30px auto;
    overflow: hidden;
    text-align: center;
  }

  .module-block .button {
    margin-top: 20px;
  }

  .module-block form {
    text-align: center;
  }

  .module-block form .numbers {
    margin: 20px 0;
    display: inline-block;
    overflow: hidden;
    clear: both;
  }

  .module-block form .numbers .icon {
    float: left;
    margin-right: 10px;
    line-height: 0;
  }

  .module-block form .numbers .icon svg {
    width: 44px;
    height: 44px;
  }

  .module-block form .numbers .icon svg * {
    fill: #f5e19a;
  }

  .module-block form .numbers input {
    border: none;
    margin: 0 1px;
    padding: 0;
    float: left;
    width: 30px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    background: #d5d6d6;
    border-radius: 3px;
    font-family: "strada bold", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 2.2rem;
  }

  .module-block form .actions input[type='submit'] {
    display: none;
  }

  .module-block form .actions .button {
    margin-top: 0;
  }

  .module-block.meterstand {
    width: 280px;
  }

  .module-block.meterstand h2.tr-head {
    color: #2c2c2c;
  }

  .module-block.verhuizing {
    width: 320px;
  }

  .module-block.verhuizing h2 {
    text-align: left;
    position: relative;
    padding-left: 70px;
  }
}

@media screen and (min-width: 700px) and (max-width: 999px) {
  .module-block.verhuizing h2 {
    width: 230px;
    margin-top: 10px;
  }
}

@media screen {
  .module-block.verhuizing h2 .icon {
    position: absolute;
    left: 0;
    top: -12px;
  }

  .module-block.verhuizing h2 .icon svg {
    width: 56px;
    height: 56px;
  }

  .module-block.verhuizing h2 .icon svg * {
    fill: #f5e19a;
  }

  body.module {
    padding: 0;
  }

  .content-clear.padding-top {
    padding-top: 20px;
  }

  .module-icon {
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    width: 80px;
    height: 80px;
  }

  .module-icon svg {
    display: block;
  }

  .module-icon svg * {
    fill: #ffffff !important;
    stroke: #ffffff !important;
  }
}

@media screen and (max-width: 699px) {
  .modulepage .column-wrapper.two-column .column {
    height: auto;
    display: block;
  }

  .modulepage .column-wrapper.two-column .column .content {
    display: block;
  }

  .modulepage .column-wrapper.two-column .column.align-top {
    position: relative;
    z-index: 2;
  }
}

@media screen {
  .modulepage .to-print {
    display: none;
  }

  .modulepage .step {
    width: 100%;
  }

  .modulepage .step.no-transform {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }

  .modulepage .module-content {
    padding: 30px 0;
  }

  .modulepage .module-content p:first-child {
    margin-top: 0;
  }

  .modulepage .module-content .button {
    margin-top: 20px;
  }

  .modulepage .progress {
    list-style: none;
    text-align: center;
    margin: 30px auto 40px auto;
    padding: 0;
    height: 45px;
  }

  .modulepage .progress.steps-1 {
    width: 45px;
  }

  .modulepage .progress.steps-2 {
    width: 115px;
  }

  .modulepage .progress.steps-3 {
    width: 185px;
  }

  .modulepage .progress.steps-4 {
    width: 225px;
  }

  .modulepage .progress.steps-5 {
    width: 285px;
  }

  .modulepage .progress li {
    display: block;
    float: left;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    background-color: #d5d6d6;
    color: #ffffff;
    margin: 0 6px;
    -webkit-transition: background-color 500ms ease;
    -o-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
  }

  .modulepage .progress li.is-active {
    background-color: #ff6c00;
  }

  .modulepage .divider {
    display: block;
    padding: 0;
    border-bottom: 1px solid #d5d6d6;
  }

  .modulepage .divider.is-hidden {
    display: none;
  }

  .modulepage .step-content {
    padding: 20px;
    text-align: left;
  }

  .modulepage .step-content.is-hidden {
    display: none;
  }

  .modulepage .step-content+.step-content {
    padding-top: 0;
  }

  .modulepage .step-content p:first-child {
    margin-top: 0;
  }

  .modulepage .step-content section {
    margin-bottom: 40px;
  }

  .modulepage .step-content section h4 {
    margin-bottom: 15px;
  }

  .modulepage .step-content ul:first-child {
    margin-top: 0;
  }

  .modulepage form {
    text-align: left;
  }

  .modulepage .error {
    margin-top: 30px;
    color: #ff3a26;
  }

  .modulepage .error p {
    color: #ff3a26;
  }

  .modulepage .form-row {
    margin: 20px 0;
  }

  .modulepage .form-row:first-child {
    margin-top: 0;
  }

  .modulepage .form-row:last-child {
    margin-bottom: 0;
  }

  .modulepage .form-row.is-digital-mail {
    margin-bottom: 40px;
  }

  .modulepage .form-row.has-link {
    padding-bottom: 15px;
  }

  .modulepage .form-row.has-link a {
    position: absolute;
    bottom: 19px;
    right: 0;
  }

  .modulepage .form-row.explanation {
    margin: -10px 0 30px 0;
    font-family: "smart4dsTitles", sans-serif;
    font-weight: normal;
    font-style: normal;
  }

  .modulepage .form-row .value {
    display: block;
    line-height: 30px;
  }

  .modulepage .form-row .feedback {
    display: inline-block;
    width: 0;
    height: 24px;
    position: relative;
  }

  .modulepage .form-row .feedback:before,
  .modulepage .form-row .feedback:after {
    content: '';
    display: block;
    position: absolute;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    border-radius: 3px;
    -webkit-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
  }

  .modulepage .form-row input {
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
  }

  .modulepage .form-row .form-inputs {
    -webkit-transition: border-color .3s ease-out;
    -o-transition: border-color .3s ease-out;
    transition: border-color .3s ease-out;
  }

  .modulepage .form-row .form-inputs:before,
  .modulepage .form-row .form-inputs:after,
  .modulepage .form-row .form-inputs span {
    -webkit-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
  }

  .modulepage .form-row .textarea {
    display: block;
    padding: 5px 15px 10px 15px;
    height: 500px;
    width: 100%;
    border: 1px solid #d5d6d6;
    border-top: none;
    overflow-y: scroll;
  }

  .modulepage .form-row.date-error input,
  .modulepage .form-row.field-error input {
    color: #ff3a26;
  }

  .modulepage .form-row.date-error input:-webkit-autofill,
  .modulepage .form-row.field-error input:-webkit-autofill {
    -webkit-text-fill-color: #ff3a26;
  }

  .modulepage .form-row.date-error .option label,
  .modulepage .form-row.field-error .option label {
    color: #ff3a26;
  }

  .modulepage .form-row.date-error .form-inputs,
  .modulepage .form-row.field-error .form-inputs {
    border-color: #ffbbb2;
  }

  .modulepage .form-row.date-error .form-inputs:before,
  .modulepage .form-row.date-error .form-inputs:after,
  .modulepage .form-row.date-error .form-inputs span,
  .modulepage .form-row.field-error .form-inputs:before,
  .modulepage .form-row.field-error .form-inputs:after,
  .modulepage .form-row.field-error .form-inputs span {
    background-color: #ffbbb2;
  }

  .modulepage .form-row.date-error .form-inputs.select .arrow,
  .modulepage .form-row.field-error .form-inputs.select .arrow {
    background: transparent;
  }

  .modulepage .form-row.date-error .feedback,
  .modulepage .form-row.field-error .feedback {
    width: 5px;
    margin-left: 15px;
  }

  .modulepage .form-row.date-error .feedback:before,
  .modulepage .form-row.date-error .feedback:after,
  .modulepage .form-row.field-error .feedback:before,
  .modulepage .form-row.field-error .feedback:after {
    background: #ff3a26;
  }

  .modulepage .form-row.date-error .feedback:before,
  .modulepage .form-row.field-error .feedback:before {
    top: 14px;
    left: 0;
    width: 2px;
    height: 12px;
  }

  .modulepage .form-row.date-error .feedback:after,
  .modulepage .form-row.field-error .feedback:after {
    bottom: -8px;
    left: 0;
    width: 2px;
    height: 2px;
    border-radius: 0;
  }

  .modulepage .form-row.field-correct input {
    color: #f5e19a !important;
  }

  .modulepage .form-row.field-correct input:-webkit-autofill {
    -webkit-text-fill-color: #f5e19a;
  }

  .modulepage .form-row.field-correct .option label {
    color: #f5e19a;
  }

  .modulepage .form-row.field-correct .form-inputs {
    border-color: #b7e2f5;
  }

  .modulepage .form-row.field-correct .form-inputs:before,
  .modulepage .form-row.field-correct .form-inputs:after,
  .modulepage .form-row.field-correct .form-inputs span {
    background-color: #b7e2f5;
  }

  .modulepage .form-row.field-correct .feedback {
    width: 24px;
    margin-left: 10px;
  }

  .modulepage .form-row.field-correct .feedback:before,
  .modulepage .form-row.field-correct .feedback:after {
    background: #f5e19a;
  }

  .modulepage .form-row.field-correct .feedback:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px;
    left: 0;
    width: 12px;
    height: 2px;
  }

  .modulepage .form-row.field-correct .feedback:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: -7px;
    left: 8px;
    width: 22px;
    height: 2px;
  }

  .modulepage .form-label {
    display: block;
    margin-bottom: 10px;
  }

  .modulepage .form-inputs {
    position: relative;
    border: none;
    border-bottom: 1px solid #d5d6d6;
    display: inline-block;
  }

  .modulepage .form-inputs.margin {
    margin-right: 13px;
  }

  .modulepage .form-inputs:last-child,
  .modulepage .form-inputs:last-of-type {
    margin-right: 0;
  }

  .modulepage .form-inputs input {
    padding: 0 10px;
    width: 100%;
    height: 36px;
    overflow: visible;
    border: 0;
    outline: none;
  }

  .modulepage .form-inputs input.wide {
    width: 60px;
  }

  .modulepage .form-inputs input[type=number] {
    -moz-appearance: textfield;
  }

  .modulepage .form-inputs input[type=number]::-webkit-inner-spin-button,
  .modulepage .form-inputs input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
  }

  .modulepage .form-inputs.textarea-input {
    border-left: 1px solid #d5d6d6;
    border-right: 1px solid #d5d6d6;
  }

  .modulepage .form-inputs.textarea-input:before,
  .modulepage .form-inputs.textarea-input:after {
    display: none;
  }

  .modulepage .form-inputs.textarea-input textarea {
    padding: 0 10px;
    width: 100%;
    height: 180px;
    overflow: visible;
    border: 0;
    outline: none;
    resize: none;
  }

  .modulepage .form-inputs .select-wrapper {
    position: relative;
  }

  .modulepage .form-inputs .select-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #2c2c2c;
  }

  .modulepage .form-inputs select {
    padding: 0 40px 0 10px;
    width: 100%;
    height: 36px;
    overflow: visible;
    border: 0;
    outline: none;
    position: relative;
  }

  .modulepage .form-inputs.has-wide.amount-2 span {
    left: 60px;
  }

  .modulepage .form-inputs.medium {
    width: 50%;
  }

  .modulepage .form-inputs.wide {
    width: 100%;
  }

  .modulepage .form-inputs.wide input {
    width: 100%;
    text-align: left;
    padding-right: 35px;
  }

  .modulepage .form-inputs.wide+.feedback {
    display: block;
    position: absolute;
    top: 0;
    right: 4px;
  }

  .modulepage .form-inputs.select {
    border-bottom: none;
  }

  .modulepage .form-inputs.textarea:before,
  .modulepage .form-inputs.textarea:after {
    height: 100%;
  }

  .modulepage .form-inputs::before,
  .modulepage .form-inputs::after,
  .modulepage .form-inputs span {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 1px;
    height: 4px;
    background-color: #d5d6d6;
  }

  .modulepage .form-inputs::before {
    left: 0;
  }

  .modulepage .form-inputs::after {
    right: 0;
  }

  .modulepage .form-inputs.accountnumber {
    width: 130px;
  }

  .modulepage .form-inputs.accountnumber input {
    letter-spacing: 5px;
    padding-right: 0;
  }

  .modulepage .form-inputs.zipcode1 {
    width: 80px;
  }

  .modulepage .form-inputs.zipcode1 input {
    letter-spacing: 5px;
    padding-right: 0;
  }

  .modulepage .form-inputs.zipcode2 {
    margin-left: -1px;
    width: 50px;
  }

  .modulepage .form-inputs.zipcode2 input {
    letter-spacing: 2px;
    padding-right: 0;
    text-transform: uppercase;
  }

  .modulepage .form-inputs.accesscode,
  .modulepage .form-inputs.housenumber {
    width: 80px;
  }

  .modulepage .form-inputs.accesscode input,
  .modulepage .form-inputs.housenumber input {
    letter-spacing: 5px;
    padding-right: 0;
  }

  .modulepage .form-inputs.date-year {
    width: 80px;
  }

  .modulepage .form-inputs.date-year:before {
    display: none;
  }

  .modulepage .form-inputs.date-year input {
    letter-spacing: 5px;
    padding-right: 0;
  }

  .modulepage .form-inputs.date-day {
    width: 50px;
  }

  .modulepage .form-inputs.date-day+.date-day:before {
    display: none;
  }

  .modulepage .form-inputs.date-day input {
    letter-spacing: 5px;
    padding-right: 0;
  }

  .modulepage .form-inputs.addition {
    width: 50px;
  }

  .modulepage .form-inputs.addition:before {
    display: none;
  }

  .modulepage .form-inputs.addition input {
    padding-right: 0;
  }

  .modulepage .form-inputs.iban {
    width: calc(100% - 40px);
  }

  .modulepage .form-input-meterreading {
    border: none;
    margin: 0 2px 0 0;
    width: 95px;
    height: 38px;
    line-height: 38px;
    background: #d5d6d6;
    color: #000000;
    border-radius: 3px;
    font-size: 18px;
    letter-spacing: 5px;
    padding: 0 0 0 10px;
  }

  .modulepage #initials,
  .modulepage #input-initials {
    text-transform: uppercase;
  }

  .modulepage #iban {
    text-transform: uppercase;
  }

  .modulepage .step-actions {
    margin-top: 40px;
    position: relative;
    height: 44px;
  }

  .modulepage .step-actions:first-child {
    margin-top: 0;
  }

  .modulepage .step-actions .button {
    margin: 0;
    display: block;
  }
}

@media screen and (max-width: 699px) {
  .modulepage .step-actions .button {
    padding: 12px 24px;
  }
}

@media screen {
  .modulepage .step-actions .button.submit {
    float: right;
  }

  .modulepage .step-actions .button.edit {
    float: left;
  }

  .modulepage .step-actions .button.is-hidden {
    display: none;
  }

  .modulepage .check-success-wrapper {
    margin-bottom: 60px;
  }

  .modulepage .check-outro {
    margin: 40px 0;
  }

  .modulepage .check-intro {
    margin-bottom: 40px;
  }

  .modulepage .check-intro p:first-child {
    margin-top: 0;
  }

  .modulepage .check-intro p:last-child {
    margin-bottom: 0;
  }

  .modulepage .check-intro .warning {
    margin: 0;
    color: #ff6c00;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 32px;
    display: block;
    margin-bottom: 24px;
    padding-left: 50px;
    position: relative;
  }

  .modulepage .check-intro .warning svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    fill: #ff6c00;
    margin-right: 16px;
    vertical-align: middle;
  }

  .modulepage .check-intro .warning span {
    display: block;
  }

  .modulepage .check-intro .error {
    margin: 0;
    color: #ff3a26;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 32px;
    display: block;
    margin-bottom: 24px;
    padding-left: 50px;
    position: relative;
  }

  .modulepage .check-intro .error svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    fill: #ff3a26;
    margin-right: 16px;
    vertical-align: middle;
  }

  .modulepage .check-print {
    margin-top: 60px;
  }

  .modulepage .check-print:first-child {
    margin: 0 0 20px 0;
  }

  .modulepage .check-print:first-child p {
    margin-top: 0;
  }

  .modulepage .check-label-light {
    display: block;
  }

  .modulepage .check-label {
    display: block;
  }

  .modulepage .check-label:not(.base) {
    font-family: "strada bold", sans-serif;
    font-weight: normal;
    font-style: normal;
  }

  .modulepage .check-text {
    display: block;
    margin: 7px 0;
    min-height: 20px;
  }

  .modulepage .check-row {
    margin-top: 20px;
    min-height: 20px;
  }

  .modulepage .check-row:first-child {
    margin-top: 10px;
  }

  .modulepage .check-row .button {
    margin-top: 10px;
  }

  .modulepage .check-form h3 {
    margin-top: 30px;
  }

  .modulepage .check-form.field-error .check-form-row:first-child label .check-form-label {
    color: #ff3a26;
  }

  .modulepage .form-row {
    position: relative;
  }

  .modulepage .form-row:not(.checkbox):not(.radio):not(.textarea)>label,
  .modulepage .form-row:not(.checkbox):not(.radio):not(.textarea)>.label {
    display: block;
    margin-bottom: 10px;
  }

  .modulepage .form-row.textarea label {
    display: block;
    margin-bottom: 15px;
  }

  .modulepage .form-row .comma {
    display: inline-block;
    border: none;
    margin: 0 2px 0 0;
    width: 12px;
    text-align: center;
    height: 38px;
    line-height: 24px;
    color: #000000;
    border-radius: 3px;
    font-size: 30px;
  }

  .modulepage .form-row .decimal {
    display: inline-block;
    border: none;
    margin: 0 2px 0 0;
    padding: 0 0 0 10px;
    width: 45px;
    height: 38px;
    line-height: 38px;
    background: #d5d6d6;
    color: #000000;
    border-radius: 3px;
    font-size: 18px;
    letter-spacing: 5px;
  }

  .modulepage .form-row .decimal.large {
    width: 60px;
  }

  .modulepage .check-form-row {
    position: relative;
    margin-bottom: 20px;
  }

  .modulepage .form-row.checkbox,
  .modulepage .check-form-row.checkbox {
    padding-left: 40px;
  }

  .modulepage .form-row.checkbox .check-form-input,
  .modulepage .check-form-row.checkbox .check-form-input {
    display: none;
  }

  .modulepage .form-row.checkbox .check-form-checkbox,
  .modulepage .check-form-row.checkbox .check-form-checkbox {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    border-radius: 2px;
    background-color: #d5d6d6;
    cursor: pointer;
  }

  .modulepage .form-row.checkbox .check-form-label,
  .modulepage .check-form-row.checkbox .check-form-label {
    display: inline-block;
    line-height: 24px;
    cursor: pointer;
  }

  .modulepage .form-row.checkbox .check-form-input+label .check-form-checkbox::before,
  .modulepage .form-row.checkbox .check-form-input+label .check-form-checkbox::after,
  .modulepage .check-form-row.checkbox .check-form-input+label .check-form-checkbox::before,
  .modulepage .check-form-row.checkbox .check-form-input+label .check-form-checkbox::after {
    background-color: #f5e19a;
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    width: 0;
    border-radius: 3px;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }

  .modulepage .form-row.checkbox .check-form-input+label .check-form-checkbox::before,
  .modulepage .check-form-row.checkbox .check-form-input+label .check-form-checkbox::before {
    left: 3px;
    top: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: width .1s ease-out .2s;
    -o-transition: width .1s ease-out .2s;
    transition: width .1s ease-out .2s;
  }

  .modulepage .form-row.checkbox .check-form-input+label .check-form-checkbox::after,
  .modulepage .check-form-row.checkbox .check-form-input+label .check-form-checkbox::after {
    left: 10px;
    top: 17px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: width .2s ease-out;
    -o-transition: width .2s ease-out;
    transition: width .2s ease-out;
  }

  .modulepage .form-row.checkbox .check-form-input:checked+label .check-form-checkbox::before,
  .modulepage .check-form-row.checkbox .check-form-input:checked+label .check-form-checkbox::before {
    width: 13px;
    -webkit-transition: width .1s ease-out;
    -o-transition: width .1s ease-out;
    transition: width .1s ease-out;
  }

  .modulepage .form-row.checkbox .check-form-input:checked+label .check-form-checkbox::after,
  .modulepage .check-form-row.checkbox .check-form-input:checked+label .check-form-checkbox::after {
    width: 28px;
    -webkit-transition: width .2s ease-out .1s;
    -o-transition: width .2s ease-out .1s;
    transition: width .2s ease-out .1s;
  }

  .modulepage .form-row .form-radio input,
  .modulepage .form-row.radio input,
  .modulepage .check-form-row .form-radio input,
  .modulepage .check-form-row.radio input {
    display: none;
  }

  .modulepage .form-row .form-radio label,
  .modulepage .form-row.radio label,
  .modulepage .check-form-row .form-radio label,
  .modulepage .check-form-row.radio label {
    display: block;
    padding-left: 35px;
    cursor: pointer;
  }

  .modulepage .form-row .form-radio label .radio,
  .modulepage .form-row.radio label .radio,
  .modulepage .check-form-row .form-radio label .radio,
  .modulepage .check-form-row.radio label .radio {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    border-radius: 20px;
    background-color: #d5d6d6;
    cursor: pointer;
  }

  .modulepage .form-row .form-radio label .radio:after,
  .modulepage .form-row.radio label .radio:after,
  .modulepage .check-form-row .form-radio label .radio:after,
  .modulepage .check-form-row.radio label .radio:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 5px;
    top: 5px;
    border-radius: 10px;
    background-color: #f5e19a;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.24, 0.865, 0.575, 1.405);
    transition: -webkit-transform 0.4s cubic-bezier(0.24, 0.865, 0.575, 1.405);
    -o-transition: transform 0.4s cubic-bezier(0.24, 0.865, 0.575, 1.405);
    transition: transform 0.4s cubic-bezier(0.24, 0.865, 0.575, 1.405);
    transition: transform 0.4s cubic-bezier(0.24, 0.865, 0.575, 1.405), -webkit-transform 0.4s cubic-bezier(0.24, 0.865, 0.575, 1.405);
  }

  .modulepage .form-row .form-radio input:checked+label .radio:after,
  .modulepage .form-row.radio input:checked+label .radio:after,
  .modulepage .check-form-row .form-radio input:checked+label .radio:after,
  .modulepage .check-form-row.radio input:checked+label .radio:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .modulepage .form-row .form-radio.change-address,
  .modulepage .form-row.radio.change-address,
  .modulepage .check-form-row .form-radio.change-address,
  .modulepage .check-form-row.radio.change-address {
    margin: 0;
  }

  .modulepage .form-row .form-radio.change-address:first-child,
  .modulepage .form-row.radio.change-address:first-child,
  .modulepage .check-form-row .form-radio.change-address:first-child,
  .modulepage .check-form-row.radio.change-address:first-child {
    border-bottom: 1px solid #dddddd;
  }

  .modulepage .form-row .form-radio.change-address input:checked+label,
  .modulepage .form-row.radio.change-address input:checked+label,
  .modulepage .check-form-row .form-radio.change-address input:checked+label,
  .modulepage .check-form-row.radio.change-address input:checked+label {
    background-color: #f3f3f3;
  }

  .modulepage .form-row .form-radio.change-address input:checked+label .radio-check,
  .modulepage .form-row.radio.change-address input:checked+label .radio-check,
  .modulepage .check-form-row .form-radio.change-address input:checked+label .radio-check,
  .modulepage .check-form-row.radio.change-address input:checked+label .radio-check {
    opacity: 1;
  }

  .modulepage .form-row .form-radio.change-address input:checked+label .radio-check:before,
  .modulepage .form-row.radio.change-address input:checked+label .radio-check:before,
  .modulepage .check-form-row .form-radio.change-address input:checked+label .radio-check:before,
  .modulepage .check-form-row.radio.change-address input:checked+label .radio-check:before {
    width: 13px;
    -webkit-transition: width .1s ease-out .1s;
    -o-transition: width .1s ease-out .1s;
    transition: width .1s ease-out .1s;
  }

  .modulepage .form-row .form-radio.change-address input:checked+label .radio-check:after,
  .modulepage .form-row.radio.change-address input:checked+label .radio-check:after,
  .modulepage .check-form-row .form-radio.change-address input:checked+label .radio-check:after,
  .modulepage .check-form-row.radio.change-address input:checked+label .radio-check:after {
    width: 28px;
    -webkit-transition: width .2s ease-out .2s;
    -o-transition: width .2s ease-out .2s;
    transition: width .2s ease-out .2s;
  }

  .modulepage .form-row .form-radio.change-address .radio-check,
  .modulepage .form-row.radio.change-address .radio-check,
  .modulepage .check-form-row .form-radio.change-address .radio-check,
  .modulepage .check-form-row.radio.change-address .radio-check {
    display: block;
    background: #f5e19a;
    opacity: 0;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 57px;
    left: 72px;
    z-index: 50;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    border-radius: 50%;
    cursor: pointer;
  }

  .modulepage .form-row .form-radio.change-address .radio-check:before,
  .modulepage .form-row .form-radio.change-address .radio-check:after,
  .modulepage .form-row.radio.change-address .radio-check:before,
  .modulepage .form-row.radio.change-address .radio-check:after,
  .modulepage .check-form-row .form-radio.change-address .radio-check:before,
  .modulepage .check-form-row .form-radio.change-address .radio-check:after,
  .modulepage .check-form-row.radio.change-address .radio-check:before,
  .modulepage .check-form-row.radio.change-address .radio-check:after {
    background-color: #ffffff;
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    width: 0;
    border-radius: 3px;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }

  .modulepage .form-row .form-radio.change-address .radio-check:before,
  .modulepage .form-row.radio.change-address .radio-check:before,
  .modulepage .check-form-row .form-radio.change-address .radio-check:before,
  .modulepage .check-form-row.radio.change-address .radio-check:before {
    left: 3px;
    top: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: width .1s ease-out .2s;
    -o-transition: width .1s ease-out .2s;
    transition: width .1s ease-out .2s;
  }

  .modulepage .form-row .form-radio.change-address .radio-check:after,
  .modulepage .form-row.radio.change-address .radio-check:after,
  .modulepage .check-form-row .form-radio.change-address .radio-check:after,
  .modulepage .check-form-row.radio.change-address .radio-check:after {
    left: 10px;
    top: 17px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: width .2s ease-out;
    -o-transition: width .2s ease-out;
    transition: width .2s ease-out;
  }

  .modulepage .form-row .form-radio.change-address label,
  .modulepage .form-row.radio.change-address label,
  .modulepage .check-form-row .form-radio.change-address label,
  .modulepage .check-form-row.radio.change-address label {
    padding: 0;
  }

  .modulepage .form-row .form-radio.change-address .label,
  .modulepage .form-row.radio.change-address .label,
  .modulepage .check-form-row .form-radio.change-address .label,
  .modulepage .check-form-row.radio.change-address .label {
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }

  .modulepage .form-row .form-radio.change-address .label.action svg *,
  .modulepage .form-row.radio.change-address .label.action svg *,
  .modulepage .check-form-row .form-radio.change-address .label.action svg *,
  .modulepage .check-form-row.radio.change-address .label.action svg * {
    fill: #d9c376;
  }

  .modulepage .form-row .form-radio.change-address h4,
  .modulepage .form-row.radio.change-address h4,
  .modulepage .check-form-row .form-radio.change-address h4,
  .modulepage .check-form-row.radio.change-address h4 {
    margin: 20px 0;
  }

  .modulepage .form-row .form-radio.change-address .description,
  .modulepage .form-row.radio.change-address .description,
  .modulepage .check-form-row .form-radio.change-address .description,
  .modulepage .check-form-row.radio.change-address .description {
    font-family: "strada light", sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
  }

  .modulepage .form-row .form-radio.change-address .button,
  .modulepage .form-row.radio.change-address .button,
  .modulepage .check-form-row .form-radio.change-address .button,
  .modulepage .check-form-row.radio.change-address .button {
    width: 100%;
    height: 100%;
    color: #2c2c2c;
    padding: 20px 30px;
  }

  .modulepage .form-row .form-radio,
  .modulepage .check-form-row .form-radio {
    overflow: hidden;
  }

  .modulepage .form-row .form-radio .option,
  .modulepage .check-form-row .form-radio .option {
    position: relative;
  }

  .modulepage .form-row .form-radio .option:first-child,
  .modulepage .check-form-row .form-radio .option:first-child {
    margin-bottom: 10px;
  }

  .modulepage .form-row .form-radio .option label,
  .modulepage .check-form-row .form-radio .option label {
    display: inline-block;
    position: relative !important;
    top: auto !important;
  }

  .modulepage .cancel-old-address,
  .modulepage .subscribe-new-address {
    margin: 40px 0;
  }

  .modulepage .banner {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center center;
  }

  .modulepage .banner a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .modulepage .banner p {
    margin: 0;
    line-height: 1.8rem;
    display: block;
    color: #ffffff;
    padding-right: 30px;
    max-width: 400px;
  }

  .modulepage .banner .content {
    width: 100%;
    position: absolute !important;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.4));
  }

  .modulepage .feedback-message {
    display: block;
    margin-top: 15px;
  }

  .modulepage .close {
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    color: #0d75a4;
    text-decoration: none;
    padding-right: 22px;
  }

  .modulepage .close .icon {
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 9px;
    right: 0;
  }

  .modulepage .close .icon:before,
  .modulepage .close .icon:after {
    content: '';
    display: block;
    width: 17px;
    height: 2px;
    background: #0d75a4;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: background-color .4s ease;
    -o-transition: background-color .4s ease;
    transition: background-color .4s ease;
  }

  .modulepage .close .icon:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .modulepage .close .icon:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .expandable-wrapper-relative {
    position: relative;
  }

  .expandable-wrapper {
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-out;
    -o-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
  }

  .step-2 .intro {
    padding-bottom: 20px;
  }

  .is-client-wrapper {
    max-height: 300px;
  }

  .is-client-wrapper .form-row:first-child {
    margin-top: 20px;
  }

  .is-client-wrapper .form-row:last-child {
    margin-bottom: 10px;
  }

  #change-address-form-step-8 {
    padding-bottom: 20px;
  }

  .is-private-wrapper {
    max-height: 330px;
    margin-top: 20px;
  }

  .is-private-wrapper.is-hidden {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .is-business-wrapper {
    max-height: 200px;
  }

  .is-business-wrapper.is-hidden {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .is-business-wrapper .form-row:first-child {
    margin-top: 30px;
  }

  .form-rows-wrapper.is-hidden+.private-business {
    margin-top: -30px;
  }

  .private-new .form-row:first-child,
  .is-private .form-row:first-child {
    margin-top: 10px;
  }

  .private-existing .check-row.name:first-child {
    margin-top: 30px;
  }

  .new-client .form-rows-wrapper:first-child {
    margin-top: 50px;
  }

  .is-different-addres {
    max-height: 300px;
  }

  .is-different-addres .form-row:first-child {
    margin-top: 20px;
  }

  .is-different-addres .form-row:last-child {
    margin-bottom: 10px;
  }

  .is-persons-wrapper {
    max-height: 200px;
  }

  .is-persons-wrapper.is-hidden {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .is-persons-wrapper .form-row:first-child {
    margin-top: 30px;
  }

  .is-waterconsumption-wrapper {
    max-height: 200px;
  }

  .is-waterconsumption-wrapper.is-hidden {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .is-waterconsumption-wrapper .form-row:first-child {
    margin-top: 30px;
  }

  .waterconsumption-intro {
    margin: 30px 0 -10px 0;
  }

  .payment-method-wrapper {
    padding-top: 20px;
  }

  .step-13 .step-wrapper h3 {
    margin-top: 30px;
  }

  .step-18 .check-intro {
    padding-top: 40px;
    margin-bottom: 0;
  }

  .step-21 .step-wrapper h3 {
    margin-top: 30px;
  }

  .step-25 .check-intro {
    padding-top: 40px;
    margin-bottom: 0;
  }

  .is-hidden {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -o-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }

  .modulepage .alphabet {
    margin-top: 20px;
    padding: 0 20px 20px 20px;
    border-bottom: 1px solid #d5d6d6;
  }

  .modulepage .alphabet ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .modulepage .alphabet ul li {
    padding: 0;
    display: block;
    width: 21px;
    height: 21px;
    line-height: 21px;
    float: left;
    margin: 0;
    text-align: center;
    border-radius: 10px;
    font-family: "strada bold", sans-serif;
    font-weight: normal;
    font-style: normal;
    -webkit-transition: background .3s ease .1s;
    -o-transition: background .3s ease .1s;
    transition: background .3s ease .1s;
  }

  .modulepage .alphabet ul li .character {
    color: #979797;
  }

  .modulepage .alphabet ul li a {
    text-decoration: none;
    display: block;
  }

  .modulepage .alphabet ul li.active {
    background: #f5e19a;
  }

  .modulepage .alphabet ul li.active a {
    color: #ffffff;
  }

  .modulepage .items {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .modulepage .items li {
    padding: 0;
    position: relative;
    padding-left: 25px;
    overflow: hidden;
    opacity: 0;
    height: 0;
    -webkit-transition: opacity .3s ease-out, height 0s ease-out .3s;
    -o-transition: opacity .3s ease-out, height 0s ease-out .3s;
    transition: opacity .3s ease-out, height 0s ease-out .3s;
  }

  .modulepage .items li.active {
    opacity: 1;
    height: auto;
    -webkit-transition: opacity .3s ease-out .3s, height 0s ease-out .3s;
    -o-transition: opacity .3s ease-out .3s, height 0s ease-out .3s;
    transition: opacity .3s ease-out .3s, height 0s ease-out .3s;
  }

  .modulepage .items li .checkbox {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    border-radius: 2px;
    background-color: #d5d6d6;
    cursor: pointer;
    -webkit-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
  }

  .modulepage .items li input {
    display: none;
  }

  .modulepage .items li input+.checkbox::before,
  .modulepage .items li input+.checkbox::after {
    background-color: #ffffff;
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    width: 0;
    border-radius: 3px;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }

  .modulepage .items li input+.checkbox::before {
    left: 3px;
    top: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: width .05s ease-out .15s;
    -o-transition: width .05s ease-out .15s;
    transition: width .05s ease-out .15s;
  }

  .modulepage .items li input+.checkbox::after {
    left: 6px;
    top: 13px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: width .15s ease-out;
    -o-transition: width .15s ease-out;
    transition: width .15s ease-out;
  }

  .modulepage .items li input:checked+.checkbox {
    background: #f5e19a;
  }

  .modulepage .items li input:checked+.checkbox::before {
    width: 6px;
    -webkit-transition: width .05s ease-out;
    -o-transition: width .05s ease-out;
    transition: width .05s ease-out;
  }

  .modulepage .items li input:checked+.checkbox::after {
    width: 13px;
    -webkit-transition: width .15s ease-out .05s;
    -o-transition: width .15s ease-out .05s;
    transition: width .15s ease-out .05s;
  }

  .modulepage .items li a {
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
  }

  .modulepage .print-wrapper {
    display: block;
    margin-top: 30px;
  }

  .modulepage .device-header {
    position: relative;
  }

  .modulepage .device-header h3 {
    margin-top: 20px;
  }

  .modulepage .device-header h3 span {
    display: block;
    padding-right: 110px;
  }

  .explanation-popup {
    visibility: hidden;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 20;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .explanation-popup .popup-column {
    background: transparent;
    display: table;
    height: 100%;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .explanation-popup.active {
    visibility: visible;
    -webkit-transition: visibility 0s ease;
    -o-transition: visibility 0s ease;
    transition: visibility 0s ease;
  }

  .explanation-popup.active .popup-column {
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: background .5s ease, width 0s ease;
    -o-transition: background .5s ease, width 0s ease;
    transition: background .5s ease, width 0s ease;
  }

  .explanation-popup.active .popup-wrapper .popup {
    margin: 0;
    opacity: 1;
    -webkit-transition: opacity 0.4s ease 0.2s, margin 0.8s cubic-bezier(0.77, -0.6, 0.225, 1.525);
    -o-transition: opacity 0.4s ease 0.2s, margin 0.8s cubic-bezier(0.77, -0.6, 0.225, 1.525);
    transition: opacity 0.4s ease 0.2s, margin 0.8s cubic-bezier(0.77, -0.6, 0.225, 1.525);
  }

  .explanation-popup .popup-wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 20px;
    text-align: center;
  }

  .explanation-popup .popup-wrapper .popup {
    margin-top: -90px;
    position: relative;
    display: inline-block;
    background: #ffffff;
    padding: 40px 30px 20px 30px;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity .4s ease, margin 0s ease .4s;
    -o-transition: opacity .4s ease, margin 0s ease .4s;
    transition: opacity .4s ease, margin 0s ease .4s;
  }

  .explanation-popup .popup-wrapper .popup .popup-content {
    line-height: 2.4rem;
  }

  .explanation-popup .popup-wrapper .popup .popup-content p:first-child {
    margin-top: 0;
  }

  .explanation-popup .popup-wrapper .popup .popup-content p:last-child {
    margin-bottom: 0;
  }

  .explanation-popup .popup-wrapper .popup .popup-content .meter-reading {
    display: block;
    width: 100%;
    padding-bottom: 60%;
    background: url("../images/bg/meter-reading.jpg");
    background-size: cover;
  }

  .explanation-popup .popup-wrapper .popup .close {
    top: 10px;
    right: 15px;
  }

  .modulepage .explanation-wrapper {
    display: inline-block;
  }

  .modulepage .explanation-button {
    display: inline-block;
    height: 24px;
    position: relative;
    cursor: pointer;
  }

  .modulepage .explanation-button span {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    border: 2px solid #f5e19a;
    color: #f5e19a;
    line-height: 24px;
    text-align: center;
    font-size: 1.6rem;
    position: absolute;
    top: 8px;
    left: 10px;
    font-family: "strada bold", sans-serif;
    font-weight: normal;
    font-style: normal;
    -webkit-transition: background .2s ease-out, color .2s ease-out;
    -o-transition: background .2s ease-out, color .2s ease-out;
    transition: background .2s ease-out, color .2s ease-out;
  }

  .modulepage .step-content.popup {
    position: relative;
  }

  .modulepage .step-content.popup .explanation-wrapper {
    display: block;
    position: absolute;
    right: 20px;
    top: -40px;
  }

  .modulepage .step-content.popup .explanation-button {
    display: block;
    width: 30px;
    height: 30px;
  }

  .modulepage .step-content.popup .explanation-button span {
    top: 0;
    left: 0;
  }

  .explanation-wrapper.alert {
    display: block;
    position: relative;
    z-index: 999;
  }

  .explanation-wrapper.alert .popup {
    text-align: center;
  }

  .explanation-wrapper.alert .popup .button {
    margin-top: 20px;
  }

  .reservation-wrapper {
    padding-top: 20px;
  }

  .reservation-wrapper .form-wrapper {
    margin: 0 20px;
    position: relative;
    z-index: 2;
    padding: 20px 0;
  }

  .reservation-wrapper .form-wrapper .success-message {
    opacity: 0;
  }

  .reservation-wrapper .form-wrapper .success-message a {
    text-decoration: none;
    color: #d9c376;
  }

  .reservation-wrapper .form-wrapper form {
    overflow: hidden;
  }

  .reservation-wrapper .form-wrapper form .field-error input,
  .reservation-wrapper .form-wrapper form .field-error textarea,
  .reservation-wrapper .form-wrapper form .field-error select {
    border-color: #ff3a26;
  }

  .reservation-wrapper .form-wrapper form .field-error .form-inputs:not(.radio):before,
  .reservation-wrapper .form-wrapper form .field-error .form-inputs:not(.radio):after {
    background: #ff3a26;
  }

  .reservation-wrapper .form-wrapper form .form-row {
    font-size: 2.0rem;
    margin-bottom: 30px;
    overflow: hidden;
  }

  .reservation-wrapper .form-wrapper form .form-inputs {
    position: relative;
  }

  .reservation-wrapper .form-wrapper form .form-inputs:not(.radio):before,
  .reservation-wrapper .form-wrapper form .form-inputs:not(.radio):after {
    content: '';
    display: block;
    width: 1px;
    height: 5px;
    background: #d5d6d6;
    position: absolute;
    bottom: 0;
  }

  .reservation-wrapper .form-wrapper form .form-inputs:not(.radio):before {
    left: 0;
  }

  .reservation-wrapper .form-wrapper form .form-inputs:not(.radio):after {
    right: 0;
  }

  .reservation-wrapper .form-wrapper form .form-inputs .arrow {
    position: absolute;
    right: 8px;
    bottom: 5px;
    display: block;
    border: solid transparent;
    height: 0;
    width: 0;
    border-top-color: #d5d6d6;
    border-width: 7px 5px 5px 5px;
    z-index: -1;
  }

  .reservation-wrapper .form-wrapper form .form-inputs.radio .radio-wrapper {
    position: relative;
    margin: 20px 0;
  }

  .reservation-wrapper .form-wrapper form .form-inputs.radio .radio-wrapper input[type=radio] {
    width: auto;
    display: none;
  }

  .reservation-wrapper .form-wrapper form .form-inputs.radio .radio-wrapper label {
    display: block;
    padding-left: 35px;
    cursor: pointer;
  }

  .reservation-wrapper .form-wrapper form .form-inputs.radio .radio-wrapper label span {
    display: block;
  }

  .reservation-wrapper .form-wrapper form .form-inputs.radio .radio-wrapper label .radio {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    border-radius: 20px;
    background-color: #d5d6d6;
    cursor: pointer;
  }

  .reservation-wrapper .form-wrapper form .form-inputs.radio .radio-wrapper label .radio:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 5px;
    top: 5px;
    border-radius: 10px;
    background-color: #f5e19a;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.24, 0.865, 0.575, 1.405);
    transition: -webkit-transform 0.4s cubic-bezier(0.24, 0.865, 0.575, 1.405);
    -o-transition: transform 0.4s cubic-bezier(0.24, 0.865, 0.575, 1.405);
    transition: transform 0.4s cubic-bezier(0.24, 0.865, 0.575, 1.405);
    transition: transform 0.4s cubic-bezier(0.24, 0.865, 0.575, 1.405), -webkit-transform 0.4s cubic-bezier(0.24, 0.865, 0.575, 1.405);
  }

  .reservation-wrapper .form-wrapper form .form-inputs.radio .radio-wrapper input:checked+label .radio:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .reservation-wrapper .form-wrapper form label {
    display: block;
    margin-bottom: 10px;
  }

  .reservation-wrapper .form-wrapper form select {
    border: 0;
    border-radius: 0;
    cursor: pointer;
  }

  .reservation-wrapper .form-wrapper form input,
  .reservation-wrapper .form-wrapper form select,
  .reservation-wrapper .form-wrapper form textarea {
    padding: 5px 10px;
    display: block;
    width: 100%;
    font-size: 2.0rem;
    background: transparent;
    border-bottom: 1px solid #d5d6d6;
  }

  .reservation-wrapper .form-wrapper form textarea {
    border-left: 1px solid #d5d6d6;
    border-right: 1px solid #d5d6d6;
  }

  .reservation-wrapper .form-wrapper form .actions {
    margin-top: 50px;
    text-align: center;
    padding-bottom: 8px;
  }

  .payment-wrapper {
    padding-top: 20px;
  }

  .payment-wrapper .payment-content {
    margin: 0 20px;
    position: relative;
    z-index: 2;
    padding: 20px 0;
  }

  .payment-wrapper .payment-content .message {
    display: block;
    margin-bottom: 40px;
  }

  .payment-wrapper .payment-content .row,
  .payment-wrapper .payment-content .form-row {
    font-size: 2.0rem;
    margin-bottom: 30px;
    overflow: hidden;
  }

  .payment-wrapper .payment-content .row .label,
  .payment-wrapper .payment-content .row label,
  .payment-wrapper .payment-content .form-row .label,
  .payment-wrapper .payment-content .form-row label {
    display: block;
    margin-bottom: 10px;
  }

  .payment-wrapper .payment-content .row .value,
  .payment-wrapper .payment-content .form-row .value {
    display: block;
  }

  .payment-wrapper .payment-content .row.field-error .label,
  .payment-wrapper .payment-content .row.field-error label,
  .payment-wrapper .payment-content .form-row.field-error .label,
  .payment-wrapper .payment-content .form-row.field-error label {
    color: #ff3a26;
  }

  .payment-wrapper .payment-content .form-inputs {
    position: relative;
    max-width: 280px;
  }

  .payment-wrapper .payment-content .form-inputs:before,
  .payment-wrapper .payment-content .form-inputs:after {
    content: '';
    display: block;
    width: 1px;
    height: 5px;
    background: #d5d6d6;
    position: absolute;
    bottom: 0;
  }

  .payment-wrapper .payment-content .form-inputs:before {
    left: 0;
  }

  .payment-wrapper .payment-content .form-inputs:after {
    right: 0;
  }

  .payment-wrapper .payment-content .form-inputs .arrow {
    position: absolute;
    right: 8px;
    bottom: 5px;
    display: block;
    border: solid transparent;
    height: 0;
    width: 0;
    border-top-color: #d5d6d6;
    border-width: 7px 5px 5px 5px;
    -webkit-transition: border-top-color .3s ease;
    -o-transition: border-top-color .3s ease;
    transition: border-top-color .3s ease;
    z-index: -1;
    background: transparent;
  }

  .payment-wrapper .payment-content .form-inputs select {
    border: 0;
    border-radius: 0;
    cursor: pointer;
    padding: 5px 10px;
    display: block;
    width: 100%;
    font-size: 2.0rem;
    background: transparent;
    border-bottom: 1px solid #d5d6d6;
  }

  .payment-wrapper .payment-content .field-error .form-inputs:before,
  .payment-wrapper .payment-content .field-error .form-inputs:after {
    background-color: #ffbbb2;
  }

  .payment-wrapper .payment-content .field-error .form-inputs select {
    border-color: #ffbbb2;
  }

  .payment-wrapper .payment-content .actions {
    text-align: center;
    margin-top: 50px;
  }

  #root #ie-old .header {
    width: 100%;
    height: 80px;
    background: #d9c376;
  }

  #root #ie-old .header .logo {
    width: 130px;
    height: 42px;
    display: block;
    float: left;
    margin: 20px 0 0 20px;
  }

  #root #ie-old .header .logo svg {
    width: 130px;
    height: 42px;
  }

  #root #ie-old .text {
    text-align: left;
    padding: 50px 100px;
  }

  #root #ie-old .text h1 {
    text-align: left;
    max-width: none;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  #root #ie-old .text p {
    margin: 50px 0 30px 0;
  }

  #root #ie-old .text .links {
    display: block;
    margin: 100px 0;
    text-align: left;
  }

  #root #ie-old .text .links a.button {
    margin-right: 10px;
    display: inline-block;
  }

  .react-datepicker__tether-element-attached-top .react-datepicker__triangle,
  .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle,
  .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow {
    margin-left: -8px;
    position: absolute;
  }

  .react-datepicker__tether-element-attached-top .react-datepicker__triangle,
  .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle,
  .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow,
  .react-datepicker__tether-element-attached-top .react-datepicker__triangle::before,
  .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before,
  .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    border: 8px solid transparent;
    height: 0;
    width: 1px;
  }

  .react-datepicker__tether-element-attached-top .react-datepicker__triangle::before,
  .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before,
  .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before {
    content: "";
    z-index: -1;
    border-width: 8px;
    left: -8px;
    border-bottom-color: #aeaeae;
  }

  .react-datepicker__tether-element-attached-top .react-datepicker__triangle {
    top: 0;
    margin-top: -8px;
  }

  .react-datepicker__tether-element-attached-top .react-datepicker__triangle,
  .react-datepicker__tether-element-attached-top .react-datepicker__triangle::before {
    border-top: none;
    border-bottom-color: #f0f0f0;
  }

  .react-datepicker__tether-element-attached-top .react-datepicker__triangle::before {
    top: -1px;
    border-bottom-color: #aeaeae;
  }

  .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle,
  .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow {
    bottom: 0;
    margin-bottom: -8px;
  }

  .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle,
  .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow,
  .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before,
  .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before {
    border-bottom: none;
    border-top-color: #fff;
  }

  .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before,
  .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before {
    bottom: -1px;
    border-top-color: #aeaeae;
  }

  .react-datepicker {
    border: 1px solid #dddddd;
    display: inline-block;
    position: relative;
  }

  .react-datepicker__triangle {
    position: absolute;
    left: 50px;
  }

  .react-datepicker__tether-element-attached-bottom.react-datepicker__tether-element {
    margin-top: -20px;
  }

  .react-datepicker__header {
    text-align: center;
    background-color: #f3f3f3;
    border-bottom: 1px solid #dddddd;
    padding-top: 8px;
    position: relative;
  }

  .react-datepicker__year-dropdown-container--select,
  .react-datepicker__month-dropdown-container--select,
  .react-datepicker__year-dropdown-container--scroll,
  .react-datepicker__month-dropdown-container--scroll {
    display: inline-block;
    margin: 0 2px;
  }

  .react-datepicker__current-month {
    margin-top: 0;
    font-family: "strada bold", sans-serif;
    font-weight: normal;
    font-style: normal;
  }

  .react-datepicker__navigation {
    line-height: 1.7rem;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 10px;
    width: 0;
    border: 0.45rem solid transparent;
    z-index: 1;
  }

  .react-datepicker__navigation--previous {
    left: 10px;
    border-right-color: #aaaaaa;
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease;
  }

  .react-datepicker__navigation--previous:hover {
    border-right-color: #808080;
  }

  .react-datepicker__navigation--next {
    right: 10px;
    border-left-color: #aaaaaa;
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease;
  }

  .react-datepicker__navigation--next:hover {
    border-left-color: #808080;
  }

  .react-datepicker__navigation--years {
    position: relative;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .react-datepicker__navigation--years-previous {
    top: 4px;
    border-top-color: #ccc;
    -webkit-transition: border-top .3s ease;
    -o-transition: border-top .3s ease;
    transition: border-top .3s ease;
  }

  .react-datepicker__navigation--years-previous:hover {
    border-top-color: #b3b2b2;
  }

  .react-datepicker__navigation--years-upcoming {
    top: -4px;
    border-bottom-color: #ccc;
    -webkit-transition: border-top .3s ease;
    -o-transition: border-top .3s ease;
    transition: border-top .3s ease;
  }

  .react-datepicker__navigation--years-upcoming:hover {
    border-bottom-color: #b3b2b2;
  }

  .react-datepicker__month-container {
    display: inline;
    float: left;
  }

  .react-datepicker__month {
    margin: 0.4rem;
    text-align: center;
  }

  .react-datepicker__week-number {
    color: #ccc;
    display: inline-block;
    width: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    margin: 0.166rem;
  }

  .react-datepicker__day-name,
  .react-datepicker__day {
    display: inline-block;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0.166rem;
  }

  .react-datepicker__day {
    cursor: pointer;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }

  .react-datepicker__day:hover {
    border-radius: 3px;
    background-color: #f0f0f0;
  }

  .react-datepicker__day--today {
    font-weight: bold;
  }

  .react-datepicker__day--highlighted {
    border-radius: 3px;
    background-color: #d9c376;
    color: #ffffff;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }

  .react-datepicker__day--highlighted:hover {
    background-color: #0ba8e9;
  }

  .react-datepicker__day--selected,
  .react-datepicker__day--in-selecting-range,
  .react-datepicker__day--in-range {
    border-radius: 3px;
    background-color: #d9c376;
    color: #ffffff;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }

  .react-datepicker__day--selected:hover,
  .react-datepicker__day--in-selecting-range:hover,
  .react-datepicker__day--in-range:hover {
    background-color: #0ba8e9;
  }

  .react-datepicker__day--keyboard-selected {
    border-radius: 3px;
    background-color: #d9c376;
    color: #ffffff;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }

  .react-datepicker__day--keyboard-selected:hover {
    background-color: #0ba8e9;
  }

  .react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
    background-color: rgba(33, 107, 165, 0.5);
  }

  .react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
    background-color: #f0f0f0;
    color: #000;
  }

  .react-datepicker__day--disabled {
    cursor: default;
    pointer-events: none;
    color: #ccc;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }

  .react-datepicker__day--disabled:hover {
    background-color: transparent;
  }

  .react-datepicker__input-container {
    position: relative;
    display: inline-block;
  }

  .react-datepicker__year-read-view,
  .react-datepicker__month-read-view {
    border: 1px solid transparent;
    border-radius: 3px;
  }

  .react-datepicker__year-read-view:hover,
  .react-datepicker__month-read-view:hover {
    cursor: pointer;
  }

  .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
  .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow {
    border-top-color: #b3b2b2;
  }

  .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow {
    border-top-color: #ccc;
    float: right;
    margin-left: 20px;
    top: 8px;
    position: relative;
    border-width: 0.45rem;
  }

  .react-datepicker__year-dropdown,
  .react-datepicker__month-dropdown {
    background-color: #f0f0f0;
    position: absolute;
    width: 50%;
    left: 25%;
    top: 30px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #aeaeae;
  }

  .react-datepicker__year-dropdown:hover,
  .react-datepicker__month-dropdown:hover {
    cursor: pointer;
  }

  .react-datepicker__year-dropdown--scrollable,
  .react-datepicker__month-dropdown--scrollable {
    height: 150px;
    overflow-y: scroll;
  }

  .react-datepicker__year-option,
  .react-datepicker__month-option {
    line-height: 20px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .react-datepicker__year-option:first-of-type,
  .react-datepicker__month-option:first-of-type {
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
  }

  .react-datepicker__year-option:last-of-type,
  .react-datepicker__month-option:last-of-type {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
  }

  .react-datepicker__year-option:hover,
  .react-datepicker__month-option:hover {
    background-color: #ccc;
  }

  .react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
  .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming {
    border-bottom-color: #b3b2b2;
  }

  .react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
  .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous {
    border-top-color: #b3b2b2;
  }

  .react-datepicker__year-option--selected,
  .react-datepicker__month-option--selected {
    position: absolute;
    left: 15px;
  }

  .react-datepicker__close-icon {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: inline-block;
    height: 0;
    outline: 0;
    padding: 0;
    vertical-align: middle;
  }

  .react-datepicker__close-icon::after {
    background-color: #216ba5;
    border-radius: 50%;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    content: "\00d7";
    cursor: pointer;
    font-size: 12px;
    height: 16px;
    width: 16px;
    line-height: 1;
    margin: -8px auto 0;
    padding: 2px;
    position: absolute;
    right: 7px;
    text-align: center;
    top: 50%;
  }

  .react-datepicker__today-button {
    background: #f0f0f0;
    border-top: 1px solid #aeaeae;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    clear: left;
  }

  .react-datepicker__tether-element {
    z-index: 2147483647;
  }

  .react-datepicker__portal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2147483647;
  }

  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day {
    width: 3rem;
    line-height: 3rem;
  }
}

@media screen and (max-width: 400px),
screen and (max-height: 550px) {

  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day {
    width: 2rem;
    line-height: 2rem;
  }
}

@media screen {
  .react-datepicker__portal .react-datepicker__current-month {
    font-size: 1.44rem;
  }

  .react-datepicker__portal .react-datepicker__navigation {
    border: 0.81rem solid transparent;
  }

  .react-datepicker__portal .react-datepicker__navigation--previous {
    border-right-color: #ccc;
  }

  .react-datepicker__portal .react-datepicker__navigation--previous:hover {
    border-right-color: #b3b2b2;
  }

  .react-datepicker__portal .react-datepicker__navigation--next {
    border-left-color: #ccc;
  }

  .react-datepicker__portal .react-datepicker__navigation--next:hover {
    border-left-color: #b3b2b2;
  }

  .react-datepicker__day--outside-month {
    cursor: default;
    opacity: .2;
    pointer-events: none;
  }
}

#top-menu-wrapper li a {
  border: 0;
  display: block;
  padding: 5px 7px;
  -webkit-transition: background .3s ease, color .3s ease;
  -o-transition: background .3s ease, color .3s ease;
  transition: background .3s ease, color .3s ease;
}

@media screen and (min-width: 700px) {

  /* min-width 641px, medium screens */
  h1 {
    font-size: 3.4rem;
    line-height: 3.4rem;
  }

  h3.has-border {
    padding: 0 30px 20px 30px;
  }

  p {
    line-height: 2.6rem;
    text-align: right;
  }

  a.button.incident .icon {
    padding: 10px;
  }

  a.button.incident h3 {
    padding: 10px 0 10px 50px;
    margin-right: 20px;
    overflow: hidden;
    white-space: nowrap;
    line-height: 2.2rem;
  }

  a.back {
    display: block;
    position: absolute;
    padding: 0;
    width: 30px;
    height: 30px;
    top: 80px;
    left: 26px;
    z-index: 20;
    border: 2px solid #f5e19a;
    border-radius: 50%;
  }

  a.back.light {
    border: 2px solid #ffffff;
  }

  a.back.light .icon:before,
  a.back.light .icon:after {
    background: #ffffff;
  }

  a.back .icon {
    display: block;
    width: 26px;
    height: 26px;
    position: relative;
  }

  a.back .icon:before,
  a.back .icon:after {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background: #f5e19a;
    position: absolute;
    left: 6px;
  }

  a.back .icon:before {
    top: 9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  a.back .icon:after {
    bottom: 9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .content-frame.scroll-wrapper.splitpage {
    overflow: hidden;
  }

  #page.notice {
    height: calc(100% - 50px);
    top: 50px;
  }

  .page {
    height: 100%;
  }

  .scroll-content {
    position: relative;
    width: 100%;
    min-height: 100%;
    height: 100%;
  }

  .column-wrapper {
    width: 100%;
    height: 100%;
    display: table;
  }

  .column-wrapper .column {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 10;
  }

  .column-wrapper .column .content {
    padding: 100px 30px 30px 30px;
  }

  .column-wrapper .column .content-clear:not(.padding-top) {
    padding-top: 70px;
  }

  .column-wrapper.two-column .column {
    width: 50%;
    height: 100%;
  }

  .column-wrapper.two-column .column.overlay {
    background: transparent;
  }

  .column-wrapper.two-column .column.overlay.primary {
    background: #d9c376;
  }

  .column-wrapper.two-column .column.overlay.primary .intro {
    max-width: 525px;
    margin-left: auto;
    margin-right: auto;
  }

  .column-wrapper.two-column .column.align-top {
    vertical-align: top;
  }

  .column-wrapper.two-column .column:not(.overlay) {
    z-index: 20;
  }

  header {
    height: 75px;
  }

  header .logo {
    margin: 20px 0 0 30px;
  }

  header .logo svg {
    width: 130px;
    height: 42px;
  }

  header.v-white .logo svg * {
    fill: #ffffff;
  }

  header #main-menu-toggle {
    margin: 20px 15px 5px 0px;
    padding: 9px 20px 7px 20px;
    font-family: "strada light", sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    height: 36px;
    width: 120px;
  }

  header #main-menu-toggle span {
    float: left;
  }

  header #main-menu-toggle span.label {
    display: block;
    margin: -1px 15px 0 0;
    color: #ffffff;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
  }

  header #main-menu-toggle span.icon,
  header .menu-toggler span.icon {
    margin-top: 3px;
  }

  header #main-menu-toggle.active {
    border: none;
    width: 145px;
  }

  header.v-white #main-menu-toggle svg * {
    fill: #ffffff;
  }

  #page.menu-active .menu-toggle-wrapper {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 15px;
  }

  body.projects #page:not(.menu-active) header #main-menu-toggle {
    background: rgba(16, 158, 222, 0.2);
  }

  body.projects #page:not(.menu-active) header #main-menu-toggle svg * {
    fill: #ffffff;
  }

  body.article #page:not(.menu-active) header:not(.v-white) #main-menu-toggle,
  body.landingpage.contact #page:not(.menu-active) header:not(.v-white) #main-menu-toggle {
    background: rgba(0, 0, 0, .5);
  }

  body.article #page:not(.menu-active) header:not(.v-white) #main-menu-toggle,
  body.landingpage.contact #page:not(.menu-active) header:not(.v-white) #main-menu-toggle,trans {
    background: rgba(0, 0, 0, .5);
  }
  body.article #page:not(.menu-active) header:not(.v-white) #main-menu-toggle,
  body.landingpage.contact #page:not(.menu-active) header:not(.v-white) #main-menu-toggle.light {
    background: rgba(255, 255, 255, .2);
  }
  body.article #page:not(.menu-active) header:not(.v-white) #main-menu-toggle,
  body.landingpage.contact #page:not(.menu-active) header:not(.v-white) #main-menu-toggle.dark {
    background: #1f1c10;
  }

  body.article #page:not(.menu-active) header:not(.v-white) #main-menu-toggle span.label,
  body.landingpage.contact #page:not(.menu-active) header:not(.v-white) #main-menu-toggle span.label {
    color: #ffffff;
  }

  body.article #page:not(.menu-active) header:not(.v-white) #main-menu-toggle span.icon svg *,
  body.landingpage.contact #page:not(.menu-active) header:not(.v-white) #main-menu-toggle span.icon svg * {
    fill: #ffffff;
  }

  body.article #page:not(.menu-active) header:not(.v-white) .list-menu li a,
  body.landingpage.contact #page:not(.menu-active) header:not(.v-white) .list-menu li a {
    color: #ffffff;
  }

  body.article #page:not(.menu-active) header:not(.v-white) .list-menu li.active a,
  body.landingpage.contact #page:not(.menu-active) header:not(.v-white) .list-menu li.active a {
    border-color: #f5e19a;
  }

  body.scrolled.article.module #page:not(.menu-active) header .logo svg *,
  body.scrolled.article.search #page:not(.menu-active) header .logo svg *,
  body.scrolled.article.payment #page:not(.menu-active) header .logo svg *,
  body.scrolled.article.faq #page:not(.menu-active) header .logo svg * {
    fill: #ffffff;
  }

  body.scrolled.article.module #page:not(.menu-active) header:after,
  body.scrolled.article.search #page:not(.menu-active) header:after,
  body.scrolled.article.payment #page:not(.menu-active) header:after,
  body.scrolled.article.faq #page:not(.menu-active) header:after {
    width: 50%;
  }

  body.scrolled.article.module #page:not(.menu-active) header #main-menu-toggle,
  body.scrolled.article.search #page:not(.menu-active) header #main-menu-toggle,
  body.scrolled.article.payment #page:not(.menu-active) header #main-menu-toggle,
  body.scrolled.article.faq #page:not(.menu-active) header #main-menu-toggle {
    background: rgba(16, 158, 222, 0.2);
  }

  body.scrolled #page:not(.menu-active) header #main-menu-toggle {
    background: rgba(217, 195, 118,.5);
  }

  body.scrolled #page:not(.menu-active) header #main-menu-toggle span.label {
    color: #f5e19a;
  }

  body.scrolled #page:not(.menu-active) header #main-menu-toggle span.icon svg * {
    fill: #f5e19a;
  }

  body.scrolled #page:not(.menu-active) header .list-menu li a {
    color: #f5e19a;
  }

  body.scrolled #page:not(.menu-active) header .list-menu li.active a {
    color: #ffffff;
  }

  .module-block.search {
    width: 340px;
    right: 215px;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .module-block.search form input[type='text'] {
    padding: 16px 50px 0 20px;
    height: 60px;
    line-height: 60px;
  }

  .module-block.search form input[type='submit'] {
    display: none;
  }

  .module-block.search form a.button {
    padding: 30px 16px 14px 16px;
    right: 4px;
  }

  .search-form {
    margin: 40px 0 0 0;
  }

  .search-results ul li .result {
    padding: 25px 30px;
  }

  .search-results ul li:last-child .result {
    padding-bottom: 80px;
  }

  .article.search .column-wrapper.two-column .content {
    padding-top: 30px;
  }

  .search-autocomplete-list {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-top: none;
    height: calc(100vh - 90px);
  }

  .search .scroll-footer {
    padding-top: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 25;
    background: rgba(255, 255, 255, 0.94);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }

  #top-menu-wrapper {
    display: block;
    position: absolute;
    margin-right: 0px;
    top: 0;
    right: 135px;
    -webkit-transition: opacity .25s ease-out .5s;
    -o-transition: opacity .25s ease-out .5s;
    transition: opacity .25s ease-out .5s;
    /* margin: 20px 15px 5px 15px; */
    /* background: rgba(217, 195, 118,.5); */
  }

  #top-menu-wrapper li {
    float: left;
    /* padding: 8px 10px 8px 0; */
    /* padding: 0; */
    /* margin: 20px 0px 5px 15px; */
    /* background: rgba(217, 195, 118,.5); */
  }

  #top-menu-wrapper li a {
    padding: 8px 15px;
  }

  #top-menu-wrapper li.active a {
    color: #ffffff !important;
    background: #f5e19a;
  }

  #page.menu-active #top-menu-wrapper {
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
  }

  #menu-wrapper:after {
    width: 97%;
    height: 80px;
  }

  #menu-wrapper .menu {
    position: relative;
    padding-bottom: 210px;
    overflow: hidden;
  }

  #menu-wrapper .menu .main-menu {
    margin: 120px 0 0 30px;
  }

  #menu-wrapper .menu .main-menu>li {
    width: 275px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }

  #menu-wrapper .menu .main-menu>li>a {
    margin-right: -2px;
  }

  #menu-wrapper .menu .main-menu .sub-menu {
    position: absolute;
    left: 0;
    top: 90px;
    margin-left: 304px;
    margin-top: 29px;
    padding: 0;
  }

  #menu-wrapper .menu .main-menu .sub-menu li {
    border: 0;
    padding-left: 70px;
    padding-right: 50px;
  }

  #menu-wrapper .menu .main-menu .sub-menu li:first-child {
    margin-top: 17px;
  }

  #menu-wrapper .menu .main-menu .sub-menu li:first-child:after {
    left: 95px;
  }

  #menu-wrapper .menu .main-menu .sub-menu li:last-child .item a {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  #menu-wrapper .menu .main-menu .sub-menu li a {
    border: 0;
    font-size: 2.3rem;
    line-height: 2.4rem;
  }

  #menu-wrapper .menu .main-menu .sub-menu li h2 {
    font-size: 2.3rem;
    line-height: 2.4rem;
  }

  #menu-wrapper .menu .main-menu .sub-menu li .item a {
    padding: 15px 25px 25px 0;
    margin-bottom: 10px;
  }

  #menu-wrapper .menu .contact-info {
    width: 225px;
    padding: 0;
    margin: 55px 0 75px 55px;
    display: none;
  }

  #menu-wrapper .menu .footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
  }

  #menu-wrapper .menu .footer-menu {
    border: 0;
    margin: 0;
    padding: 20px 30px 10px 30px;
  }

  #menu-wrapper .menu .footer-menu li {
    display: inline-block;
    width: 33.33%;
  }

  #menu-wrapper .menu .social-menu {
    margin: 10px 0 0 0;
  }

  #menu-wrapper .menu .social-menu li {
    padding: 0;
  }
  .list-menu li {
    margin: 20px 16px 5px 15px;
  }

  .list-menu>li>a {
    border-right: 3px solid transparent;
    -webkit-transition: color .3s ease, border-color .5s ease;
    -o-transition: color .3s ease, border-color .5s ease;
    transition: color .3s ease, border-color .5s ease;
  }

  .list-menu>li.active>a {
    border-right-color: #212b38;
  }

  .list-menu li a {
    position: relative;
    z-index: 2;
  }

  #home-indicator-wrapper {
    display: block;
  }

  .home-indicator {
    margin: -68px 5px 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10;
    padding: 0;
  }

  .home-indicator li {
    display: block;
    list-style-type: none;
    padding: 0;
  }

  .home-indicator li a {
    display: block;
    position: relative;
  }

  .home-indicator li a .icon {
    display: block;
    background: #ffffff;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 5px 10px;
  }

  .home-indicator li a .label {
    display: block;
    position: absolute;
    right: 40px;
    top: -10px;
    opacity: 0;
    width: 0;
    overflow: hidden;
  }

  .home-indicator li a .label p {
    margin: 0;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 3px;
    padding: 0 8px 1px 8px;
    text-align: right;
    float: right;
  }

  .home-indicator li a.active .icon {
    background: #42c8fb;
    background-color: #edc63a;
    background-color: #f0d881;
    background-color: #edd47d;
    background-color: #e1c571;
    /* background-color: #ddc06d; */
    /* background-color: #d1b160; */
  }

  #home-oasen .column-wrapper .column .content {
    padding-top: 30px;
  }

  #home-oasen h1 {
    max-width: 500px;
  }

  .content-frame.home .small-title {
    text-align: left;
    padding: 0 40px;
  }

  .content-frame.home .module-block {
    display: block;
  }

  .content-frame.home .scroll-indicator {
    bottom: 90px;
  }
}

@media screen and (min-width: 700px) and (min-width: 700px) and (max-width: 999px) and (max-height: 550px) {
  .content-frame.home .scroll-indicator {
    display: none;
  }
}

@media screen and (min-width: 700px) {
  .content-frame.home .scroll-indicator .icon {
    width: 58px;
    height: 58px;
  }

  .content-frame.home .meterstand {
    margin: 20px auto 120px auto;
  }
}

@media screen and (min-width: 700px) and (min-width: 700px) and (max-width: 999px) and (max-height: 670px) {
  .content-frame.home .meterstand .numbers {
    display: block;
  }

  .content-frame.home .meterstand .actions {
    margin-top: 20px;
  }
}

@media screen and (min-width: 700px) and (min-width: 700px) and (max-width: 999px) and (max-height: 600px) {
  .content-frame.home .meterstand {
    display: block;
  }
}

@media screen and (min-width: 700px) {
  .content-frame.home a.incident-notice {
    bottom: 20px;
    right: 20px;
    width: 410px;
  }

  .content-frame.home a.incident-notice .icon {
    padding: 10px;
  }

  .content-frame.home a.incident-notice h3 {
    height: 44px;
  }

  .content-frame.home .button.project .action-ripple {
    background: #ffffff;
  }

  .content-frame.home .quick-links {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

@media screen and (min-width: 700px) and (max-height: 600px) {
  .content-frame.home .quick-links {
    display: none;
  }
}

@media screen and (min-width: 700px) {
  .content-frame.home .quick-links ul:not(.social-icons) {
    margin: 0;
    padding: 0;
    width: 100%;
    float: right;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(217, 195, 118,.5);
  }

  .content-frame.home .quick-links ul li {
    padding: 0;
    display: block;
    position: relative;
    width: 50%;
    float: right;
    list-style-type: none;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media screen and (min-width: 700px) and (min-width: 700px) and (max-width: 999px) {
  .content-frame.home .quick-links ul li:last-child {
    display: none;
  }
}

@media screen and (min-width: 700px) {
  .content-frame.home .quick-links ul li:first-child {
    border-left: 0;
  }

  .content-frame.home .quick-links ul li .button {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 200px;
    display: table;
  }
  .column-2 span.tr-bg.tr-bg-1.base.tr-bg-half {
    background-image: linear-gradient(-45deg, black 0, transparent calc(100% - 200px));
    background-position-y: calc(100% - 200px);
  }

  .content-frame.home .quick-links ul li .button .button-content {
    display: table-cell;
    vertical-align: top;
  }

  .content-frame.home .quick-links ul li .icon {
    display: block;
    margin: 0 auto 10px auto;
    width: 80px;
    height: 80px;
  }
}

@media screen and (min-width: 700px) and (min-width: 700px) and (max-width: 999px) {
  .content-frame.home .quick-links ul li .icon svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@media screen and (min-width: 700px) {
  .content-frame.home .quick-links ul li .icon svg * {
    fill: #ffffff;
  }

  .content-frame.home .quick-links ul li .label {
    display: block;
    max-width: 180px;
    margin: 0 auto;
  }

  .content-frame.home .quick-links ul li.edit-address a .action-ripple {
    display: none;
  }

  .content-frame.home .items {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

@media screen and (min-width: 700px) and (max-height: 600px) {
  .content-frame.home .items {
    display: none;
  }
}

@media screen and (min-width: 700px) and (min-width: 700px) and (max-width: 999px) and (max-height: 800px) {

  .content-frame.home .items.news .item.item-2,
  .content-frame.home .items.news .item.item-3 {
    display: none;
  }
}

@media screen and (min-width: 700px) and (min-width: 700px) and (max-width: 999px) and (max-height: 900px) {
  .content-frame.home .items.news .item.item-3 {
    display: none;
  }
}

@media screen and (min-width: 700px) {
  .content-frame.home .items.news .item a .action-ripple {
    background: #ffffff;
  }
}

@media screen and (min-width: 700px) and (max-height: 700px) {

  .content-frame.home .items.highlighted .item.item-2,
  .content-frame.home .items.highlighted .item.item-3,
  .content-frame.home .items.highlighted .item.item-4 {
    display: none;
  }
}

@media screen and (min-width: 700px) and (max-height: 900px) {

  .content-frame.home .items.highlighted .item.item-3,
  .content-frame.home .items.highlighted .item.item-4 {
    display: none;
  }
}

@media screen and (min-width: 700px) and (max-height: 1100px) {
  .content-frame.home .items.highlighted .item.item-4 {
    display: none;
  }
}

@media screen and (min-width: 700px) {
  .content-frame.home .items.highlighted .item a .action-ripple {
    background: #d9c376;
  }

  .content-frame.home .items.highlighted .item a.target-light .action-ripple {
    background: #ffffff;
  }

  .content-frame.home .items .item {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    text-align: right;
    position: relative;
  }

  .content-frame.home .items .item a {
    margin: 0;
    padding: 20px 80px 20px 40px;
    display: block;
    position: relative;
    text-decoration: none;
    text-transform: none;
    font-family: "strada light", sans-serif;
    font-weight: normal;
    font-style: normal;
  }

  .content-frame.home .items .item a .arrow {
    display: block;
    position: absolute;
    right: 40px;
    bottom: 30px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 20;
  }

  .content-frame.home .items .item a .arrow:before,
  .content-frame.home .items .item a .arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
  }

  .content-frame.home .items .item a .arrow:before {
    width: 7px;
    height: 1px;
  }

  .content-frame.home .items .item a .arrow:after {
    width: 1px;
    height: 7px;
  }

  .content-frame.home .items .item h2 {
    text-align: left;
  }

  .content-frame.home .items .item p {
    color: #ffffff;
  }

  .content-frame.home .items .item p span {
    display: inline;
  }

  .content-frame.home .items .item p.date {
    margin-top: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.6rem;
  }

  .content-frame.home .items .item p.intro {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: left;
  }

  .content-frame.home .project-wrapper .project p {
    display: block;
    text-align: left;
    color: #ffffff;
    margin-bottom: 0;
    max-height: 40px;
    overflow: hidden;
    line-height: 2.0rem;
  }

  .location-wrapper {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 30px;
    padding: 5px 0 0 30px;
  }

  .location-wrapper .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 26px;
  }

  .location-wrapper .icon svg {
    width: inherit;
    height: inherit;
  }

  .location-wrapper .icon svg path {
    fill: rgba(255, 255, 255, 0.5);
  }

  .location-wrapper .label {
    color: #ffffff;
  }

  #landing-page .header {
    height: 450px;
  }

  #landing-page .header .content {
    padding: 100px 30px 30px 30px;
  }

  #landing-page #article-wrapper .header .content {
    padding: 50px 30px 30px 30px;
  }

  #landing-page .header .tr-content p.description {
    max-width: 450px;
  }

  #landing-page .header.has-module .content {
    width: 50%;
  }

  #landing-page .flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #landing-page .flex-wrapper .sidebar {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  #landing-page .flex-wrapper .grid,
  #landing-page .flex-wrapper .contact-blocks {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  #landing-page .sidebar {
    padding: 40px;
  }

  #landing-page .sidebar.contact ul li {
    padding-bottom: 30px;
  }

  #landing-page .sidebar h1 {
    margin: 100px 0 20px 0;
  }

  #landing-page .sidebar h3 {
    text-align: right;
    margin-top: 70px;
  }

  #landing-page.has-grid .news-wrapper,
  #landing-page.contact .news-wrapper {
    padding-top: 450px;
  }

  #landing-page.has-grid .news-wrapper,
  #landing-page.contact .news-wrapper {
    overflow: hidden;
  }

  #landing-page.has-grid .news-wrapper .sidebar,
  #landing-page.contact .news-wrapper .sidebar {
    width: 50%;
  }

  #landing-page.has-grid .news-wrapper .grid,
  #landing-page.contact .news-wrapper .grid {
    padding: 0;
    width: 50%;
  }

  #landing-page.has-grid .projects-wrapper,
  #landing-page.contact .projects-wrapper {
    overflow: hidden;
  }

  #landing-page.has-grid .projects-wrapper .sidebar,
  #landing-page.contact .projects-wrapper .sidebar {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  #landing-page.has-grid .projects-wrapper .grid,
  #landing-page.contact .projects-wrapper .grid {
    padding: 0;
    width: 50%;
    float: right;
  }

  #landing-page.has-grid .contact-wrapper,
  #landing-page.contact .contact-wrapper {
    padding-top: 450px;
  }

  #landing-page.has-grid .grid,
  #landing-page.contact .grid {
    padding-top: 450px;
  }

  #landing-page.has-grid .grid.icons ul li .content a,
  #landing-page.contact .grid.icons ul li .content a {
    padding-bottom: 0;
  }

  #landing-page.has-grid .grid.icons ul li.banner p,
  #landing-page.contact .grid.icons ul li.banner p {
    position: relative;
    padding: 0 20px 0 0;
    max-height: none;
  }
}

@media screen and (min-width: 700px) and (min-width: 700px) and (max-width: 999px) {

  #landing-page.has-grid .grid.icons ul li,
  #landing-page.contact .grid.icons ul li {
    height: 200px;
    width: 50%;
  }

  #landing-page.has-grid .grid.icons ul li:nth-child(odd) .content,
  #landing-page.contact .grid.icons ul li:nth-child(odd) .content {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }

  #landing-page.has-grid .grid.icons ul li.banner,
  #landing-page.contact .grid.icons ul li.banner {
    height: 200px;
  }
}

@media screen and (min-width: 700px) {

  #landing-page.has-grid .grid.column.wide ul li.has-img,
  #landing-page.contact .grid.column.wide ul li.has-img {
    height: 350px;
  }
}

@media screen and (min-width: 700px) and (min-width: 700px) and (max-width: 999px) {

  #landing-page.has-grid .grid:not(.icons).column ul li,
  #landing-page.contact .grid:not(.icons).column ul li {
    height: 300px;
  }

  #landing-page.has-grid .grid:not(.icons):not(.column).grid-2 ul li,
  #landing-page.contact .grid:not(.icons):not(.column).grid-2 ul li {
    height: 350px;
    width: 50%;
  }

  #landing-page.has-grid .grid:not(.icons):not(.column).grid-2 ul li:nth-child(3n+2),
  #landing-page.contact .grid:not(.icons):not(.column).grid-2 ul li:nth-child(3n+2) {
    height: 350px;
  }

  #landing-page.has-grid .grid:not(.icons):not(.column) ul li,
  #landing-page.contact .grid:not(.icons):not(.column) ul li {
    height: 350px;
  }

  #landing-page.has-grid .grid:not(.icons):not(.column) ul li:nth-child(3n+2),
  #landing-page.contact .grid:not(.icons):not(.column) ul li:nth-child(3n+2) {
    height: 300px;
    width: 50%;
  }

  #landing-page.has-grid .grid:not(.icons):not(.column) ul li:nth-child(3n+3),
  #landing-page.contact .grid:not(.icons):not(.column) ul li:nth-child(3n+3) {
    height: 300px;
    width: 50%;
  }
}

@media screen and (min-width: 700px) {

  #landing-page.has-grid .grid ul li,
  #landing-page.contact .grid ul li {
    float: right;
  }

  #landing-page.has-grid .grid ul li.has-img .content,
  #landing-page.contact .grid ul li.has-img .content {
    padding: 26px 30px;
  }

  #landing-page.has-grid .news-wrapper .grid ul li.has-img .content,
  #landing-page.has-grid .news-wrapper .grid ul li.has-img .overlay,
  #landing-page.contact .news-wrapper .grid ul li.has-img .content,
  #landing-page.contact .news-wrapper .grid ul li.has-img .overlay {
    height: 45%;
  }

  #landing-page .contact-wrapper {
    width: 100%;
    float: left;
  }

  #landing-page .contact-wrapper .sidebar {
    width: 50%;
  }

  #landing-page .contact-wrapper .sidebar a:before {
    top: 11px;
  }

  #landing-page .contact-wrapper .sidebar a:after {
    top: 15px;
  }

  #landing-page .contact-wrapper .contact-blocks {
    width: 50%;
  }

  #landing-page .contact-wrapper .contact-blocks .block .column {
    padding: 40px;
  }
}

@media screen and (min-width: 700px) and (min-width: 700px) and (max-width: 999px) {
  #landing-page .contact-wrapper .contact-blocks .block.personal-contact {
    background-image: none !important;
  }
}

@media screen and (min-width: 700px) and (min-width: 700px) and (max-width: 999px) {
  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question {
    background-image: none !important;
  }
}

@media screen and (min-width: 700px) and (min-width: 700px) and (max-width: 999px) {
  #landing-page .contact-wrapper .contact-blocks .block.footer {
    background-image: none !important;
    border-left: 1px solid #dedede;
    overflow: hidden;
    background: #ffffff;
  }
}

@media screen and (min-width: 700px) {
  #landing-page .contact-wrapper .contact-blocks .block.footer ul li {
    padding: 0 40px;
  }

  .faq-wrapper {
    padding-top: 20px;
  }

  .faq-wrapper #categories .category {
    margin-bottom: 80px;
  }

  .faq-wrapper h3 {
    margin-bottom: 30px;
  }

  .faq-wrapper ul {
    margin: 0 30px;
  }

  .faq-anchor-list {
    padding: 0 30px 20px 30px;
  }

  .faq-anchor-title {
    margin-top: 0px;
  }

  article {
    padding-top: 70px;
    overflow: hidden;
  }

  article table tr td {
    padding: 10px 15px;
  }

  article .header .author {
    margin: 40px auto 0 auto;
  }

  article .header h1 {
    padding: 45px 30px 50px 30px;
  }

  article .header .date-wrapper {
    padding: 0 80px;
  }

  article .header .media {
    height: 300px;
  }
}

@media screen and (min-width: 700px) and (min-width: 700px) and (max-width: 999px) {
  article .header .media.tall {
    height: 360px;
  }
}

@media screen and (min-width: 700px) {
  article .header .media .form-wrapper #zipcode-form {
    max-width: none;
    width: 510px;
    height: 220px;
    margin: 70px auto;
  }

  article .header .media .form-wrapper .form {
    padding: 30px;
  }

  article .header .media .form-wrapper .form-inputs-wrapper {
    position: relative;
    padding-left: 55px;
  }

  article .header .media .form-wrapper .form-inputs-wrapper .house {
    width: 45px;
    height: 44px;
    display: block;
    margin-right: 5px;
    position: absolute;
    top: -1px;
    left: 0;
  }

  article .header .media .form-wrapper .form-inputs-wrapper .house path {
    fill: #ffffff;
  }

  article .header .media .form-wrapper .form-inputs {
    margin-bottom: 0;
  }

  article .header .media .form-wrapper .form-result .drinkingwater-location-wrapper {
    padding: 30px 30px 20px 30px;
  }

  article .header .media .form-wrapper .form-result .drinkingwater-distance-wrapper {
    padding: 10px 30px 30px 30px;
  }

  article .header .intro {
    padding: 50px 80px 0 80px;
  }

  article ul.share {
    padding: 0 80px;
  }

  article .anchor-menu .content {
    padding: 0 80px;
  }

  article .anchor-menu .toggle-button {
    display: none;
  }

  article .anchor-menu .toggle-menu-wrapper {
    margin-right: -20px;
  }

  article .anchor-menu ul {
    margin: 15px -5px 0 -5px;
    padding: 0;
    overflow: hidden;
    width: 100%;
  }

  article .anchor-menu ul li {
    list-style-type: none;
    float: left;
    margin: 5px 10px 5px 5px;
    padding: 0 20px 0 0;
    position: relative;
  }

  article .anchor-menu ul li:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    right: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #b7b7b7;
  }

  article .sections {
    overflow: visible;
  }

  article .sections section {
    padding: 50px 0;
    clear: both;
    line-height: 3.2rem;
  }

  article .sections section p {
    line-height: 3.2rem;
  }

  article .sections section:first-child.clear {
    padding-top: 50px;
  }

  article .sections section q {
    display: inline-block;
    width: 180px;
  }

  article .sections section q.left {
    float: left;
    margin: 30px 35px 30px -50px;
  }

  article .sections section q.right {
    float: right;
    margin: 30px -50px 30px 35px;
  }

  article .sections section.text .content {
    padding: 0 80px;
  }

  article .sections section.text.has-sidebar {
    width: 100%;
    float: left;
  }

  article .sections section.text.has-sidebar h2 {
    clear: both;
    width: 60%;
  }

  article .sections section.text.has-sidebar .text {
    position: relative;
    float: left;
    width: 60%;
  }

  article .sections section.text.has-sidebar aside {
    padding: 0;
    position: relative;
    float: right;
    width: 33%;
    margin-right: -20px;
  }

  article .sections section.text.highlight .text {
    display: table;
    width: 100%;
  }

  article .sections section.text.highlight .info {
    width: 33.33%;
    display: table-cell;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }

  article .sections section.text.highlight .info:last-child {
    border: none;
  }

  article .sections section.quote .quote .author {
    text-align: left;
    font-size: 2.0rem;
    line-height: 2.6rem;
  }

  article .sections section.quote .quote .function {
    text-align: left;
  }

  article .sections section.quote .quote.has-image {
    min-height: 260px;
  }

  article .sections section.quote .quote.has-image .img {
    position: absolute;
    top: 30px;
  }

  article .sections section.quote .quote.has-image:nth-child(odd) {
    padding-left: 220px;
  }

  article .sections section.quote .quote.has-image:nth-child(odd) .img {
    left: 0;
  }

  article .sections section.quote .quote.has-image:nth-child(even) {
    padding-right: 220px;
  }

  article .sections section.quote .quote.has-image:nth-child(even) .img {
    right: 0;
  }

  article .sections section.image .content .text-wrapper {
    padding: 50px 80px;
  }

  article .sections section.image .content.half {
    overflow: hidden;
  }

  article .sections section.image .content.half .text-wrapper {
    width: 50%;
    position: relative;
    float: right;
  }

  article .sections section.image .content.half .image {
    width: 50%;
    position: relative;
    float: left;
  }

  article .sections section.image .content.grid {
    padding: 50px 80px;
  }

  article .sections section.image .content.grid ul.grid-2 li {
    width: 50%;
    padding-bottom: 50%;
    float: left;
  }

  article .sections section.image .content.grid ul.grid-4 li {
    width: 50%;
    padding-bottom: 50%;
    float: left;
  }

  article .sections section.image .content.grid ul.grid-3 li,
  article .sections section.image .content.grid ul.grid-5 li,
  article .sections section.image .content.grid ul.grid-6 li {
    float: left;
  }

  article .sections section.image .content.grid ul.grid-3 li:nth-child(1),
  article .sections section.image .content.grid ul.grid-5 li:nth-child(1),
  article .sections section.image .content.grid ul.grid-6 li:nth-child(1) {
    width: 50%;
    padding-bottom: 50%;
  }

  article .sections section.image .content.grid ul.grid-3 li:nth-child(2),
  article .sections section.image .content.grid ul.grid-3 li:nth-child(3),
  article .sections section.image .content.grid ul.grid-5 li:nth-child(2),
  article .sections section.image .content.grid ul.grid-5 li:nth-child(3),
  article .sections section.image .content.grid ul.grid-6 li:nth-child(2),
  article .sections section.image .content.grid ul.grid-6 li:nth-child(3) {
    width: 50%;
    padding-bottom: 25%;
  }

  article .sections section.image .content.grid ul.grid-5 li:nth-child(4),
  article .sections section.image .content.grid ul.grid-5 li:nth-child(5) {
    width: 50%;
    padding-bottom: 50%;
  }

  article .sections section.image .content.grid ul.grid-6 li {
    float: left;
  }

  article .sections section.image .content.grid ul.grid-6 li:nth-child(4) {
    width: 50%;
    padding-bottom: 25%;
  }

  article .sections section.image .content.grid ul.grid-6 li:nth-child(5) {
    width: 50%;
    padding-bottom: 25%;
    clear: left;
  }

  article .sections section.image .content.grid ul.grid-6 li:nth-child(6) {
    width: 50%;
    padding-bottom: 50%;
    margin-top: -25%;
  }

  article .sections section.image:nth-child(even) .content.half .text-wrapper {
    float: left;
  }

  article .sections section.image:nth-child(even) .content.half .image {
    float: right;
  }

  article .sections section.video .content .text-wrapper {
    padding: 50px 80px;
  }

  article .sections section.video.half .content {
    overflow: hidden;
  }

  article .sections section.video.half .content .text-wrapper {
    width: 50%;
    position: relative;
    float: right;
  }

  article .sections section.video.half .content .video-wrapper {
    width: 50%;
    position: relative;
    float: left;
  }

  article .sections section.video.half .content .caption {
    padding: 15px 0;
  }

  article .sections section.video.half:nth-child(even) .content .text-wrapper {
    float: left;
  }

  article .sections section.video.half:nth-child(even) .content .text-wrapper .inner {
    float: right;
  }

  article .sections section.video.half:nth-child(even) .content .image {
    float: right;
  }

  article .sections section.download .content .text-wrapper {
    padding: 50px 80px;
  }

  article .sections section.download ul li {
    width: 33.33%;
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }

  article .sections section.download ul li:last-child {
    border: none;
  }
}

@media screen and (min-width: 700px) and (min-width: 700px) and (max-width: 999px) {
  article .sections section.download ul.downloads-4 li {
    width: 50%;
  }

  article .sections section.download ul.downloads-4 li:nth-child(1),
  article .sections section.download ul.downloads-4 li:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  article .sections section.download ul.downloads-5 li:nth-child(1),
  article .sections section.download ul.downloads-5 li:nth-child(2),
  article .sections section.download ul.downloads-5 li:nth-child(3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media screen and (min-width: 700px) {
  article .sections section.faqs {
    padding: 50px 80px;
  }

  article .footer .content {
    padding: 50px 80px;
  }

  article .footer .buttons {
    margin: 60px 0;
  }

  article .footer .buttons .button {
    margin: 0 10px;
  }

  article .footer .form .form-row {
    position: relative;
    overflow: hidden;
    padding-left: 162px;
  }

  article .footer .form .form-row label {
    width: 160px;
    position: absolute;
    left: 0;
    top: 5px;
  }

  article .footer .form .form-row .form-inputs.single {
    max-width: 360px;
  }

  article .related-articles-footer {
    padding: 50px 80px;
    float: left;
    width: 100%;
    margin-bottom: 0px;
  }

  article .related-articles-footer ul {
    width: 100%;
    position: relative;
    float: left;
  }

  article .related-articles-footer ul li {
    width: 50%;
    float: left;
    padding: 0;
  }

  article .related-articles-footer ul li .label {
    padding-bottom: 0;
  }

  article .sections section.infographic#conscious-consumption .content {
    padding: 0;
    position: relative;
  }

  article .sections section.infographic#conscious-consumption .header {
    padding-left: 80px;
    padding-right: 80px;
  }

  article .sections section.infographic#conscious-consumption .popup h2 {
    padding: 0;
  }

  article .sections section.infographic#service-area h2 {
    margin-bottom: 40px;
  }

  article .sections section.infographic h2 {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 700px) and (min-width: 700px) and (max-width: 999px) {
  article .sections section.infographic .intro-box {
    position: absolute;
    top: 0;
    right: 20px;
    width: 310px;
    height: 85px;
  }

  article .sections section.infographic .intro-box h3 {
    display: block;
    float: left;
    width: 180px;
  }

  article .sections section.infographic .intro-box .litres {
    width: 80px;
    display: block;
    float: left;
    margin-top: -21px;
  }

  article .sections section.infographic .intro-box .litres .amount {
    font-size: 5.0rem;
    line-height: 5.0rem;
  }
}

@media screen and (min-width: 700px) {
  article .sections section.infographic .content {
    padding: 0 80px;
  }

  article .sections section.infographic ul li a .label {
    top: 20%;
  }

  article .sections section.infographic ul li#showering {
    width: 50%;
    padding-bottom: 50%;
  }

  article .sections section.infographic ul li#toilet {
    width: 42.5%;
    padding-bottom: 42.5%;
  }
}

@media screen and (min-width: 700px) and (min-width: 700px) and (max-width: 999px) {
  article .sections section.infographic ul li#toilet {
    top: -130px;
  }
}

@media screen and (min-width: 700px) {
  article .sections section.infographic ul li#washing-machine {
    width: 40%;
    padding-bottom: 40%;
  }
}

@media screen and (min-width: 700px) and (min-width: 700px) and (max-width: 999px) {
  article .sections section.infographic ul li#washing-machine {
    top: -120px;
    left: -20px;
  }
}

@media screen and (min-width: 700px) {
  article .sections section.infographic ul li#other {
    width: 35%;
    padding-bottom: 35%;
  }
}

@media screen and (min-width: 700px) and (min-width: 700px) and (max-width: 999px) {
  article .sections section.infographic ul li#other {
    top: -120px;
    left: -50px;
  }
}

@media screen and (min-width: 700px) {
  article .sections section.infographic ul li#hand-washing {
    width: 32.5%;
    padding-bottom: 32.5%;
  }
}

@media screen and (min-width: 700px) and (min-width: 700px) and (max-width: 999px) {
  article .sections section.infographic ul li#hand-washing {
    top: -20px;
    right: -30px;
  }
}

@media screen and (min-width: 700px) {
  article .sections section.infographic ul li#dish-washer {
    width: 28%;
    padding-bottom: 28%;
  }
}

@media screen and (min-width: 700px) and (min-width: 700px) and (max-width: 999px) {
  article .sections section.infographic ul li#dish-washer {
    top: -120px;
    left: -20px;
  }
}

@media screen and (min-width: 700px) {
  article .sections section.infographic ul li#drinking {
    width: 26%;
    padding-bottom: 26%;
  }
}

@media screen and (min-width: 700px) and (min-width: 700px) and (max-width: 999px) {
  article .sections section.infographic ul li#drinking {
    top: -100px;
  }
}

@media screen and (min-width: 700px) {
  article .sections section.infographic .service-area-info {
    position: absolute;
    top: 0;
    width: 100%;
  }

  article .sections section.infographic .popup.small {
    max-width: 300px;
    top: 70px;
    padding: 0;
  }

  article .sections section.infographic .popup .info-box {
    padding: 30px;
    left: 5%;
  }

  article .sections section.infographic .popup .tip-box {
    bottom: 5%;
    right: 5%;
    padding: 30px;
    width: 300px;
  }

  article .sections section.infographic .popup .close-left {
    top: 85px;
    left: 10px;
  }

  article .sections section.infographic .popup .close {
    top: 85px;
    right: 10px;
  }

  article .sections section.infographic .popup.drinking-water .info-box {
    width: 330px;
  }

  article .sections section.infographic .popup.aeration .info-box {
    top: 40%;
    width: 370px;
  }

  article .sections section.infographic .popup.sand-filtration .info-box {
    top: 30%;
    width: 380px;
  }

  article .sections section.infographic .popup.softening .info-box {
    width: 370px;
  }

  article .sections section.infographic .popup.active-carbon-filter .info-box {
    width: 370px;
  }

  article .sections section.infographic .popup.uv .info-box {
    top: 15%;
    width: 370px;
  }

  article .sections section.infographic .popup.clean-water-cellar .info-box {
    width: 340px;
  }

  article .sections section.infographic .popup.distribution-pump .info-box {
    top: 15%;
    width: 370px;
  }

  article .sections section.infographic .popup.tap .info-box {
    width: 370px;
  }

  #warning .inner-wrap {
    margin: -190px 0 0 -225px;
    width: 450px;
    left: 50%;
    top: 50%;
  }

  #notice .notice-bar {
    height: 50px;
  }

  #notice .inner-wrap {
    padding-right: 170px;
  }

  #notice p {
    margin: 2px 0 0 0;
    white-space: nowrap;
    max-height: 30px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  #notice .button {
    position: absolute;
    top: 10px;
    right: 40px;
  }

  #notice a.close {
    top: 15px;
  }

  .module-block {
    margin: 0 auto;
  }

  .content-clear.padding-top {
    padding-top: 100px;
  }

  .modulepage .module-content {
    padding-top: 60px;
  }

  .modulepage .column-wrapper.two-column .column .content {
    padding-top: 30px;
  }

  .modulepage .progress {
    margin: 30px auto 60px auto;
  }

  .modulepage .step-content {
    padding: 30px;
  }

  .modulepage form {
    text-align: left;
  }

  .modulepage .step-actions {
    margin: 40px 0 0 0;
  }

  .step-13 .step-wrapper h3+.step-content {
    padding-top: 20px;
  }

  .modulepage .alphabet {
    margin-top: 40px;
    padding: 0 30px 20px 30px;
  }

  .modulepage .device-header h3 {
    margin-top: 40px;
  }

  .explanation-popup .popup-column {
    float: right;
  }

  .explanation-popup.active .popup-column:not(.wide) {
    width: 50%;
  }

  .explanation-popup .popup-wrapper {
    padding: 40px;
  }

  .reservation-wrapper {
    padding-top: 40px;
  }

  .reservation-wrapper .form-wrapper {
    margin: 0 30px;
    padding: 30px 0;
  }

  .payment-wrapper {
    padding-top: 40px;
  }

  .payment-wrapper .payment-content {
    margin: 0 30px;
    padding: 30px 0;
  }
}

@media screen and (min-width: 1000px) {

  /* min-width 1025px, large screens */
  h1 {
    font-size: 4.0rem;
    line-height: 4rem;
  }

  h1.small {
    font-size: 3.8rem;
    line-height: 3.8rem;
  }

  h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }

  h3.has-border {
    padding: 0 40px 20px 40px;
  }

  #page.notice {
    height: calc(100% - 65px);
    top: 65px;
  }

  .column-wrapper .column .content p {
    font-size: 1.8rem;
  }

  .search-form {
    margin: 50px auto 0 auto;
    max-width: 450px;
  }

  .search-form form input {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }

  .search-form form .search-icon {
    padding: 10px 15px;
  }

  .search-results ul li .result {
    padding: 25px 40px;
  }

  .search-autocomplete-list li a {
    padding: 0 30px;
  }

  #top-menu-wrapper li {
    padding-right: 0;
  }

  .home-indicator {
    margin-right: 20px;
  }

  #menu-wrapper:after {
    width: 98%;
  }

  #menu-wrapper .menu {
    padding-bottom: 90px;
  }

  #menu-wrapper .menu .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
  }

  #menu-wrapper .menu .footer-menu {
    float: right;
    padding: 10px 185px 10px 30px;
  }

  #menu-wrapper .menu .footer-menu li {
    width: auto;
    padding: 15px 17px;
  }

  #menu-wrapper .menu .footer-menu li:first-child {
    position: absolute;
    left: 25px;
  }

  #menu-wrapper .menu .social-menu {
    border: none;
    position: absolute;
    bottom: 5px;
    right: 25px;
  }

  #home-oasen h1 {
    max-width: 680px;
  }

  .content-frame.home .description {
    width: 85%;
    max-width: 490px;
    margin-top: 30px;
  }

  .content-frame.home .button {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1000px) and (max-height: 650px) {
  .content-frame.home .scroll-indicator {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .content-frame.home .meterstand {
    margin: 40px auto 150px auto;
  }
}

@media screen and (min-width: 1000px) and (min-width: 1000px) and (max-width: 1439px) and (max-height: 700px) {
  .content-frame.home .meterstand {
    display: block;
  }
}

@media screen and (min-width: 1000px) and (min-width: 1000px) and (max-width: 1439px) and (max-height: 840px) {
  .content-frame.home .meterstand .numbers {
    display: block;
  }

  .content-frame.home .meterstand .actions {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1000px) and (max-height: 700px) {
  .content-frame.home .quick-links {
    display: block;
  }
}

@media screen and (min-width: 1000px) {
  .content-frame.home .quick-links ul li {
    width: 33.33%;
  }
}

@media screen and (min-width: 1000px) and (min-width: 1000px) and (max-width: 1439px) {
  .content-frame.home .quick-links ul li .icon svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@media screen and (min-width: 1000px) and (max-height: 750px) {

  .content-frame.home .items.news .item.item-2,
  .content-frame.home .items.news .item.item-3 {
    display: none;
  }
}

@media screen and (min-width: 1000px) and (max-height: 850px) {
  .content-frame.home .items.news .item.item-3 {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .content-frame.home .items .item a {
    padding-right: 90px;
  }

  .content-frame.home .items .item a .arrow {
    right: 60px;
  }

  .content-frame.home .project-wrapper .project .inner {
    max-width: 500px;
  }

  .content-frame.home .project-wrapper .project p {
    max-height: 50px;
    overflow: hidden;
    line-height: 2.5rem;
  }

  #landing-page .header .tr-content p.description {
    max-width: 560px;
    margin-top: 30px;
  }

  #landing-page.news .header .tweets {
    display: block;
    position: absolute;
    right: 30px;
    bottom: 40px;
    padding: 0 0 0 10px;
    width: 320px;
    margin-top: 30px;
  }

  #landing-page.news .header .tweets .title {
    display: block;
    text-decoration: none;
    position: relative;
    padding: 4px 0 15px 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  #landing-page.news .header .tweets .title svg {
    left: 20px;
  }

  #landing-page.news .header .tweets .title svg {
    display: block;
    width: 30px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
  }

  #landing-page.news .header .tweets .title svg * {
    fill: #ffffff;
    opacity: .6;
  }

  #landing-page.news .header .tweets .title .label {
    color: #ffffff;
    opacity: .7;
    text-align: left;
    font-family: "strada bold", sans-serif;
    font-weight: normal;
    font-style: normal;
  }

  #landing-page.news .header .tweets .items a {
    display: block;
    padding: 15px 50px 15px 20px;
    text-decoration: none;
    color: #ffffff;
  }

  #landing-page.news .header .tweets .items a .message:after {
    content: '';
    display: inline-block;
    width: 10px;
  }

  #landing-page.news .header .tweets .items a .date {
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.4rem;
    display: inline-block;
  }

  #landing-page.news .header .tweets .items a:nth-child(2),
  #landing-page.news .header .tweets .items a:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  #landing-page.has-grid .news-wrapper .sidebar,
  #landing-page.has-grid .projects-wrapper .sidebar,
  #landing-page.contact .news-wrapper .sidebar,
  #landing-page.contact .projects-wrapper .sidebar {
    width: 33.33%;
  }

  #landing-page.has-grid .news-wrapper .grid,
  #landing-page.has-grid .projects-wrapper .grid,
  #landing-page.contact .news-wrapper .grid,
  #landing-page.contact .projects-wrapper .grid {
    width: 66.66%;
  }

  #landing-page.has-grid .grid.icons ul li,
  #landing-page.contact .grid.icons ul li {
    height: 250px;
    width: 25%;
  }

  #landing-page.has-grid .grid.icons ul li .content,
  #landing-page.contact .grid.icons ul li .content {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }

  #landing-page.has-grid .grid.icons ul li:nth-child(4n+4) .content,
  #landing-page.contact .grid.icons ul li:nth-child(4n+4) .content {
    border-right: 0;
  }

  #landing-page.has-grid .grid.icons ul li.banner,
  #landing-page.contact .grid.icons ul li.banner {
    height: 250px;
  }

  #landing-page.has-grid .grid:not(.icons):not(.column).grid-2 ul li,
  #landing-page.contact .grid:not(.icons):not(.column).grid-2 ul li {
    width: 50%;
  }

  #landing-page.has-grid .grid:not(.icons):not(.column) ul li,
  #landing-page.contact .grid:not(.icons):not(.column) ul li {
    height: 400px;
    width: 25%;
  }

  #landing-page.has-grid .grid:not(.icons):not(.column) ul li:nth-child(12n+1),
  #landing-page.has-grid .grid:not(.icons):not(.column) ul li:nth-child(12n+9),
  #landing-page.has-grid .grid:not(.icons):not(.column) ul li:nth-child(6n+5),
  #landing-page.contact .grid:not(.icons):not(.column) ul li:nth-child(12n+1),
  #landing-page.contact .grid:not(.icons):not(.column) ul li:nth-child(12n+9),
  #landing-page.contact .grid:not(.icons):not(.column) ul li:nth-child(6n+5) {
    width: 50%;
  }
}

@media screen and (min-width: 1000px) and (min-width: 1000px) and (max-width: 1439px) {

  #landing-page.has-grid .grid.column:not(.wide) ul li,
  #landing-page.contact .grid.column:not(.wide) ul li {
    height: 400px;
    width: 50%;
  }

  #landing-page.has-grid .grid.column:not(.wide) ul li:nth-child(3n+1),
  #landing-page.contact .grid.column:not(.wide) ul li:nth-child(3n+1) {
    width: 100%;
  }
}

@media screen and (min-width: 1000px) {

  #landing-page.has-grid .grid.column.wide ul li.has-img,
  #landing-page.contact .grid.column.wide ul li.has-img {
    height: 450px;
  }

  #landing-page.has-grid .grid.column.wide ul li.has-img .content,
  #landing-page.contact .grid.column.wide ul li.has-img .content {
    padding: 36px 40px;
  }

  #landing-page.has-grid .grid.column.wide ul li.has-img h3,
  #landing-page.contact .grid.column.wide ul li.has-img h3 {
    font-size: 3.8rem;
    line-height: 3.8rem;
    margin-bottom: 20px;
  }

  #landing-page.has-grid .grid.column.wide ul li.has-img .description,
  #landing-page.contact .grid.column.wide ul li.has-img .description {
    display: block;
    max-width: 550px;
  }

  #landing-page.has-grid .grid ul li.has-img h3,
  #landing-page.contact .grid ul li.has-img h3 {
    padding-bottom: 0;
    max-height: 53px;
  }

  #landing-page.has-grid .grid ul li.has-img p,
  #landing-page.contact .grid ul li.has-img p {
    display: block;
    text-align: right;
  }

  #landing-page.has-grid .grid ul li.has-img .content,
  #landing-page.contact .grid ul li.has-img .content {
    padding-top: 30px;
    height: 36%;
  }

  #landing-page.has-grid .grid ul li.has-img .overlay,
  #landing-page.contact .grid ul li.has-img .overlay {
    height: 36%;
  }

  #landing-page.has-grid .news-wrapper .grid ul li.has-img .content,
  #landing-page.has-grid .news-wrapper .grid ul li.has-img .overlay,
  #landing-page.contact .news-wrapper .grid ul li.has-img .content,
  #landing-page.contact .news-wrapper .grid ul li.has-img .overlay {
    height: 35%;
  }

  #landing-page.has-grid .projects-wrapper .grid.column.wide ul li.has-img h3,
  #landing-page.contact .projects-wrapper .grid.column.wide ul li.has-img h3 {
    overflow: visible;
  }

  #landing-page.has-grid .projects-wrapper .grid.column.wide ul li.has-img .content,
  #landing-page.has-grid .projects-wrapper .grid.column.wide ul li.has-img .overlay,
  #landing-page.contact .projects-wrapper .grid.column.wide ul li.has-img .content,
  #landing-page.contact .projects-wrapper .grid.column.wide ul li.has-img .overlay {
    height: 45%;
  }

  #landing-page .contact-wrapper .sidebar {
    width: 25%;
  }

  #landing-page .contact-wrapper .contact-blocks {
    width: 75%;
  }

  #landing-page .contact-wrapper .contact-blocks .block {
    width: 100%;
    float: left;
  }

  #landing-page .contact-wrapper .contact-blocks .block .column {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 50%;
  }

  #landing-page .contact-wrapper .contact-blocks .block .column.left {
    float: left;
  }

  #landing-page .contact-wrapper .contact-blocks .block .column.right {
    float: right;
  }

  #landing-page .contact-wrapper .contact-blocks .block.faqs .column.right h3 {
    margin-top: 0;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .column {
    width: 100%;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .column .intro-wrapper {
    width: 50%;
    float: left;
    padding-right: 40px;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .column .form-wrapper {
    padding-left: 40px;
    width: 50%;
    float: left;
  }
}

@media screen and (min-width: 1000px) and (min-width: 1000px) and (max-width: 1439px) {
  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .column .form-wrapper form .form-row-wrapper {
    overflow: hidden;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .column .form-wrapper form .form-row.zipcode {
    width: 50%;
    padding-right: 20px;
    float: left;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .column .form-wrapper form .form-row.housenumber {
    width: 50%;
    float: left;
  }
}

@media screen and (min-width: 1000px) and (min-width: 1000px) and (max-width: 1439px) {
  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question form .form-row-wrapper {
    overflow: hidden;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question form .form-row.zipcode {
    width: 50%;
    padding-right: 20px;
    float: left;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question form .form-row.housenumber {
    width: 50%;
    float: left;
  }
}

@media screen and (min-width: 1000px) {
  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .bg {
    width: 50%;
  }

  #landing-page .contact-wrapper .contact-blocks .block.footer {
    min-height: 400px;
  }

  #landing-page .contact-wrapper .contact-blocks .block.footer .bg {
    display: none;
  }

  #landing-page .contact-wrapper .contact-blocks .block.footer ul {
    overflow: hidden;
  }

  #landing-page .contact-wrapper .contact-blocks .block.footer ul li {
    float: left;
  }

  #landing-page .contact-wrapper .contact-blocks .block.footer ul li:nth-child(1),
  #landing-page .contact-wrapper .contact-blocks .block.footer ul li:nth-child(2) {
    width: 27%;
  }

  #landing-page .contact-wrapper .contact-blocks .block.footer ul li:nth-child(3),
  #landing-page .contact-wrapper .contact-blocks .block.footer ul li:nth-child(4) {
    width: 23%;
  }

  .faq-wrapper {
    padding-top: 40px;
  }

  .faq-wrapper ul {
    margin: 0 40px;
  }

  .faq-anchor-list {
    padding: 0 40px 20px 40px;
  }

  article .header h1 {
    max-width: 800px;
    padding: 55px 30px 60px 30px;
    margin: 0 auto;
  }

  article .header .date-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
  }

  article .header .media {
    height: 400px;
  }

  #landing-page article .header .media {
    margin-top: 50px;
  }

  article .header .media .date-wrapper {
    padding: 0;
    max-width: none;
  }

  article .header .media .date-wrapper .date {
    display: block;
    max-width: 800px;
    margin: 20px auto;
    padding: 0;
  }

  article .header .media .form-wrapper #zipcode-form {
    width: 550px;
    height: 270px;
    margin: 80px auto;
  }

  article .header .media .form-wrapper .form {
    padding: 50px;
  }

  article .header .media .form-wrapper .form-inputs-wrapper {
    margin-top: 20px;
  }

  article .header .media .form-wrapper .form-result .drinkingwater-location-wrapper {
    padding: 30px 50px 20px 50px;
  }

  article .header .media .form-wrapper .form-result .drinkingwater-distance-wrapper {
    padding: 10px 50px 40px 50px;
  }

  article .header .intro {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 0 0 0;
  }

  article ul.share {
    padding: 0;
    max-width: 800px;
    margin: 50px auto 0 auto;
  }

  article .anchor-menu .content {
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
  }

  article .anchor-menu .toggle-menu-wrapper {
    margin-right: -60px;
  }

  article .sections section {
    padding: 60px 0;
  }

  article .sections section:first-child.clear {
    padding-top: 60px;
  }

  article .sections section h2 {
    margin: 0 0 30px 0;
  }

  article .sections section q {
    font-size: 2.2rem;
    line-height: 3.3rem;
    width: 250px;
  }

  article .sections section q.left {
    margin-left: -80px;
  }

  article .sections section q.right {
    margin-right: -80px;
  }

  article .sections section.text .content {
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
  }

  article .sections section.text.has-sidebar h2,
  article .sections section.text.has-sidebar .text {
    width: 66.66%;
    max-width: 620px;
  }

  article .sections section.text.has-sidebar aside {
    width: 30%;
    max-width: 320px;
    margin-right: -60px;
  }

  article .sections section.quote .content {
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
  }

  article .sections section.quote .quote .text {
    font-size: 2.2rem;
    line-height: 3.3rem;
  }

  article .sections section.quote .quote .author {
    font-size: 2.2rem;
    line-height: 3.0rem;
  }

  article .sections section.image .content.full .text-wrapper {
    padding: 60px 0;
    max-width: 800px;
    margin: 0 auto;
  }

  article .sections section.image .content.half .text-wrapper {
    padding: 60px;
  }

  article .sections section.image .content.half .text-wrapper h2,
  article .sections section.image .content.half .text-wrapper .text {
    max-width: 550px;
  }

  article .sections section.image .content.grid {
    padding: 60px 0;
  }

  article .sections section.image .content.grid .text-wrapper {
    max-width: 800px;
    margin: 0 auto 0 auto;
  }

  article .sections section.image .content.grid ul {
    max-width: 1000px;
    margin: 30px auto 0 auto;
  }

  article .sections section.video .caption {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    margin: 0;
    padding: 100px 100px 20px 20px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.4));
  }

  article .sections section.video.full .content .text-wrapper {
    padding: 60px 0;
    max-width: 800px;
    margin: 0 auto;
  }

  article .sections section.video.half .content .text-wrapper {
    padding: 60px;
  }

  article .sections section.video.half .content .caption {
    padding: 100px 100px 20px 20px;
  }

  article .sections section.download .content .text-wrapper {
    padding: 60px 0;
    max-width: 800px;
    margin: 0 auto;
  }

  article .sections section.download .download-list {
    background: #d9c376;
  }

  article .sections section.download ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  article .sections section.download ul.downloads-4 li {
    width: 25%;
  }

  article .sections section.download ul.downloads-5 li {
    width: 20%;
  }

  article .sections section.download ul li a {
    height: 100%;
  }

  article .sections section.faqs {
    padding: 60px 0;
  }

  article .sections section.faqs .content {
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
  }

  article .footer .content {
    padding: 60px 0;
    max-width: 800px;
    margin: 0 auto;
  }

  article .footer .actions {
    margin: 40px 0 0 0;
  }

  article .related-articles-footer {
    padding: 60px 80px;
  }

  article .related-articles-footer .content {
    padding: 0;
    max-width: 1000px;
    margin: 0 auto;
  }

  a.back-to-top {
    right: 30px;
    bottom: 30px;
  }

  article .sections section.infographic#conscious-consumption .content {
    max-width: 960px;
  }

  article .sections section.infographic#conscious-consumption .intro-box {
    position: absolute;
    top: 0;
    right: 0;
  }

  article .sections section.infographic#conscious-consumption .popup .info-box {
    padding: 0;
    background: transparent;
    color: #ffffff;
    top: 25%;
    left: 10%;
  }

  article .sections section.infographic#conscious-consumption .popup .tip-box {
    padding: 0;
    background: transparent;
    top: 20%;
    right: 5%;
    bottom: auto;
    width: 170px;
  }

  article .sections section.infographic#conscious-consumption .popup .tip-box p {
    color: #ffffff;
  }

  article .sections section.infographic#conscious-consumption .popup .tip-box .icon {
    width: 90px;
    height: 90px;
    background: #ffffff;
    border-radius: 45px;
    padding-top: 18px;
    margin: 0 auto 45px auto;
  }

  article .sections section.infographic#conscious-consumption .popup .tip-box .icon:after {
    background: #ffffff;
    width: 150px;
    margin-left: -30px;
    margin-top: 30px;
  }

  article .sections section.infographic#conscious-consumption .popup.drinking .info-box {
    color: #2c2c2c;
  }

  article .sections section.infographic#conscious-consumption .popup.drinking .tip-box p {
    color: #2c2c2c;
  }

  article .sections section.infographic#conscious-consumption .popup.drinking .tip-box .icon:after {
    background: #2c2c2c;
  }

  article .sections section.infographic#conscious-consumption .popup.showering .info-box,
  article .sections section.infographic#conscious-consumption .popup.other .info-box {
    color: #2c2c2c;
  }

  article .sections section.infographic#conscious-consumption .popup.showering .tip-box p,
  article .sections section.infographic#conscious-consumption .popup.other .tip-box p {
    color: #2c2c2c;
  }

  article .sections section.infographic#conscious-consumption .popup.showering .tip-box .icon,
  article .sections section.infographic#conscious-consumption .popup.other .tip-box .icon {
    background: #f3f3f3;
  }

  article .sections section.infographic#conscious-consumption .popup.showering .tip-box .icon:after,
  article .sections section.infographic#conscious-consumption .popup.other .tip-box .icon:after {
    background: #2c2c2c;
  }

  article .sections section.infographic#conscious-consumption .popup.toilet .tr-circle,
  article .sections section.infographic#conscious-consumption .popup.dish-washer .tr-circle,
  article .sections section.infographic#conscious-consumption .popup.washing-machine .tr-circle,
  article .sections section.infographic#conscious-consumption .popup.hand-washing .tr-circle {
    background: #0783C5;
  }

  article .sections section.infographic#conscious-consumption .popup.toilet .close .icon:after,
  article .sections section.infographic#conscious-consumption .popup.toilet .close .icon:before,
  article .sections section.infographic#conscious-consumption .popup.dish-washer .close .icon:after,
  article .sections section.infographic#conscious-consumption .popup.dish-washer .close .icon:before,
  article .sections section.infographic#conscious-consumption .popup.washing-machine .close .icon:after,
  article .sections section.infographic#conscious-consumption .popup.washing-machine .close .icon:before,
  article .sections section.infographic#conscious-consumption .popup.hand-washing .close .icon:after,
  article .sections section.infographic#conscious-consumption .popup.hand-washing .close .icon:before {
    background: #ffffff;
  }

  article .sections section.infographic#service-area h2 {
    margin-bottom: 20px;
  }

  article .sections section.infographic h2 {
    margin-bottom: 80px;
  }

  article .sections section.infographic .content {
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
  }

  article .sections section.infographic ul li#showering {
    width: 29%;
    padding-bottom: 29%;
  }
}

@media screen and (min-width: 1000px) and (min-width: 1000px) {
  article .sections section.infographic ul li#showering {
    top: 20px;
  }
}

@media screen and (min-width: 1000px) {
  article .sections section.infographic ul li#toilet {
    width: 27.5%;
    padding-bottom: 27.5%;
  }
}

@media screen and (min-width: 1000px) and (min-width: 1000px) {
  article .sections section.infographic ul li#toilet {
    left: -40px;
    top: -60px;
  }
}

@media screen and (min-width: 1000px) {
  article .sections section.infographic ul li#washing-machine {
    width: 25%;
    padding-bottom: 25%;
  }
}

@media screen and (min-width: 1000px) and (min-width: 1000px) {
  article .sections section.infographic ul li#washing-machine {
    left: -80px;
    top: -50px;
  }
}

@media screen and (min-width: 1000px) {
  article .sections section.infographic ul li#other {
    width: 22%;
    padding-bottom: 22%;
  }
}

@media screen and (min-width: 1000px) and (min-width: 1000px) {
  article .sections section.infographic ul li#other {
    top: -70px;
    right: -20px;
  }
}

@media screen and (min-width: 1000px) {
  article .sections section.infographic ul li#hand-washing {
    width: 20%;
    padding-bottom: 20%;
  }
}

@media screen and (min-width: 1000px) and (min-width: 1000px) {
  article .sections section.infographic ul li#hand-washing {
    right: -20px;
  }
}

@media screen and (min-width: 1000px) {
  article .sections section.infographic ul li#dish-washer {
    width: 18%;
    padding-bottom: 18%;
  }
}

@media screen and (min-width: 1000px) and (min-width: 1000px) {
  article .sections section.infographic ul li#dish-washer {
    top: -50px;
    left: -20px;
  }
}

@media screen and (min-width: 1000px) {
  article .sections section.infographic ul li#drinking {
    width: 17%;
    padding-bottom: 17%;
  }
}

@media screen and (min-width: 1000px) and (min-width: 1000px) {
  article .sections section.infographic ul li#drinking {
    left: -50px;
    top: -70px;
  }
}

@media screen and (min-width: 1000px) {
  article .sections section.infographic .popup.small {
    top: 120px;
  }

  article .sections section.infographic .popup.drinking-water .info-box {
    width: 370px;
  }

  #warning .inner-wrap {
    margin: -225px 0 0 -300px;
    width: 600px;
    height: 450px;
  }

  #warning .inner-wrap .content {
    padding: 105px 60px 35px 60px;
  }

  #warning .inner-wrap .warning-icon {
    padding: 40px 15px 10px 60px;
  }

  #warning .inner-wrap .warning-icon svg {
    width: 38px;
    height: 38px;
  }

  #warning .inner-wrap h1 {
    margin-bottom: 30px;
  }

  #notice .notice-bar {
    height: 65px;
  }

  #notice .inner-wrap {
    padding: 0;
  }

  #notice .content {
    max-width: 730px;
    margin: 0 auto;
    padding: 18px 170px 18px 0;
    position: relative;
  }

  #notice p {
    margin: 2px 0 0 0;
  }

  #notice .button {
    top: 10px;
    right: 0;
  }

  #notice a.close {
    top: 22px;
    right: 30px;
  }

  .module-block {
    padding: 40px;
  }

  .module-block .button {
    margin-top: 30px;
  }

  .module-block h2 {
    max-width: 270px;
  }

  .module-block .description {
    max-width: none;
    width: auto;
  }

  .module-block form .numbers {
    margin: 30px 0;
  }

  .module-block.meterstand {
    width: 100%;
  }

  .module-block.verhuizing {
    width: 380px;
  }

  .module-block.verhuizing h2 {
    padding-left: 70px;
  }

  .module-block.verhuizing h2 .icon {
    top: -6px;
  }

  .module-block.verhuizing h2 .icon svg {
    width: 56px;
    height: 56px;
  }

  .content-clear.padding-top {
    padding-top: 130px;
  }

  .modulepage .step-content {
    padding: 40px;
  }

  .modulepage .form-row:not(.checkbox):not(.radio):not(.textarea) {
    padding-left: 180px;
    position: relative;
  }

  .modulepage .form-row:not(.checkbox):not(.radio):not(.textarea)>.form-label,
  .modulepage .form-row:not(.checkbox):not(.radio):not(.textarea)>label,
  .modulepage .form-row:not(.checkbox):not(.radio):not(.textarea)>.label {
    position: absolute;
    top: 7px;
    left: 0;
    width: 170px;
  }

  .modulepage .form-row:not(.checkbox):not(.radio):not(.textarea)>.form-label.smaller,
  .modulepage .form-row:not(.checkbox):not(.radio):not(.textarea)>label.smaller,
  .modulepage .form-row:not(.checkbox):not(.radio):not(.textarea)>.label.smaller {
    width: 150px;
  }

  .modulepage .form-row .form-radio {
    overflow: hidden;
    padding-top: 7px;
  }

  .modulepage .form-row .form-radio .option {
    float: left;
  }

  .modulepage .form-row .form-radio .option:first-child {
    margin-right: 20px;
    margin-bottom: 0;
  }

  .modulepage .form-row .form-radio .option label {
    width: auto !important;
  }

  .modulepage .form-row.is-digital-mail {
    padding-left: 180px;
  }

  .modulepage .form-row.is-digital-mail .check-form-label {
    position: relative;
    padding-left: 20px;
  }

  .modulepage .check-form h3 {
    margin-top: 30px;
  }

  .modulepage .check-row {
    position: relative;
    padding-left: 180px;
    margin-top: 30px;
  }

  .modulepage .check-row:first-child {
    margin-top: 0;
  }

  .modulepage .check-label-light,
  .modulepage .check-label {
    width: 160px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .step-13 .step-wrapper h3 {
    margin-top: 50px;
  }

  .step-13 .step-wrapper h3+.step-content {
    padding-top: 20px;
  }

  .modulepage .alphabet {
    padding: 0 40px 20px 40px;
  }

  .explanation-popup .popup-wrapper {
    padding: 60px;
  }

  .explanation-popup .popup-wrapper .popup {
    padding: 50px 40px 30px 40px;
    max-width: 500px;
  }

  .explanation-popup .popup-wrapper .popup .close {
    top: 15px;
    right: 20px;
  }

  .reservation-wrapper {
    padding: 40px 0;
  }

  .reservation-wrapper .form-wrapper {
    margin: 0 40px;
    padding: 40px 0;
  }

  .reservation-wrapper .form-wrapper form .form-row {
    position: relative;
    overflow: hidden;
    padding-left: 220px;
  }

  .reservation-wrapper .form-wrapper form .form-row.tall {
    min-height: 52px;
  }

  .reservation-wrapper .form-wrapper form .form-row>label {
    width: 200px;
    position: absolute;
    left: 0;
    top: 5px;
    line-height: 2.4rem;
  }

  .reservation-wrapper .form-wrapper form .form-inputs.radio .radio-wrapper {
    margin-top: 5px;
  }

  .reservation-wrapper .form-wrapper form .actions {
    margin-top: 80px;
  }

  .payment-wrapper {
    padding: 40px 0;
  }

  .payment-wrapper .payment-content {
    margin: 0 40px;
    padding: 40px 0;
  }

  .payment-wrapper .payment-content .row,
  .payment-wrapper .payment-content .form-row {
    position: relative;
  }

  .payment-wrapper .payment-content .row .label,
  .payment-wrapper .payment-content .form-row .label {
    width: 180px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .payment-wrapper .payment-content .row .value,
  .payment-wrapper .payment-content .form-row .value {
    padding-left: 200px;
  }

  .payment-wrapper .payment-content .form-row {
    padding-left: 200px;
  }

  .payment-wrapper .payment-content .form-row label {
    width: 180px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .payment-wrapper .payment-content .form-row .form-inputs {
    max-width: none;
  }

  .payment-wrapper .payment-content .actions {
    margin-top: 80px;
  }
}

@media screen and (min-width: 1440px) {

  /* min-width 1441px, xlarge screens */
  h1 {
    font-size: 6.0rem;
    line-height: 6.0rem;
  }

  h1.small {
    font-size: 4.4rem;
    line-height: 4.4rem;
  }

  h3.has-border {
    padding: 0 0 20px 0;
  }

  h3.has-border>span {
    display: block;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }

  article h1 {
    font-size: 5.0rem;
    line-height: 4.8rem;
  }

  .search-form {
    margin-top: 60px;
  }

  .search-form form input {
    font-size: 2.2rem;
    height: 45px;
    line-height: 45px;
  }

  .search-results ul li a {
    max-width: 610px;
    margin: 0 auto;
  }

  .search-results ul li .result {
    padding: 30px 40px;
    max-width: 610px;
    margin: 0 auto;
  }

  #menu-wrapper:after {
    width: 98.5%;
  }

  #menu-wrapper .menu .main-menu {
    margin: 120px 0 0 70px;
  }

  #menu-wrapper .menu .main-menu>li {
    width: 311px;
  }

  #menu-wrapper .menu .main-menu .sub-menu {
    margin-left: 380px;
    padding-right: 250px;
    max-width: 1200px;
  }

  #menu-wrapper .menu .main-menu .sub-menu li {
    padding-left: 100px;
  }

  #menu-wrapper .menu .main-menu .sub-menu li:first-child:after {
    left: 125px;
  }

  #menu-wrapper .menu .contact-info {
    display: block;
    margin: 0;
    position: absolute;
    bottom: 75px;
    right: 45px;
  }

  #menu-wrapper .menu .footer-menu {
    padding-right: 220px;
  }

  #menu-wrapper .menu .footer-menu li {
    padding: 15px 30px;
  }

  #menu-wrapper .menu .social-menu {
    margin: 10px 25px 0 0;
  }

  #home-oasen h1 {
    max-width: 720px;
  }

  .content-frame.home .small-title {
    padding-left: 60px;
    margin-bottom: 25px;
  }

  .content-frame.home .meterstand {
    margin: 40px auto 170px auto;
  }
}

@media screen and (min-width: 1440px) and (min-width: 1440px) and (max-height: 840px) {
  .content-frame.home .meterstand .numbers {
    display: block;
  }

  .content-frame.home .meterstand .actions {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1440px) and (min-width: 1440px) and (max-height: 700px) {
  .content-frame.home .meterstand {
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .content-frame.home .quick-links ul li .button {
    height: 250px;
  }
  .column-2 span.tr-bg.tr-bg-1.base.tr-bg-half {
    background-image: linear-gradient(-45deg, black 0, transparent calc(100% - 250px));
    background-position-y: calc(100% - 250px);
  }

  .content-frame.home .quick-links ul li .icon {
    margin-bottom: 20px;
  }

  .content-frame.home .items .item a {
    padding: 40px 100px 40px 60px;
  }

  .content-frame.home .items .item a .arrow {
    right: 80px;
    bottom: 50px;
  }

  .content-frame.home .project-wrapper .project {
    padding: 50px 60px 60px 60px;
  }

  #landing-page .header {
    height: 550px;
  }

  #landing-page.news .header h1 {
    left: 60px;
    bottom: 50px;
  }

  #landing-page.news .header .tweets {
    width: 450px;
    right: 50px;
    bottom: 50px;
  }

  #landing-page.news .header .tweets .items a {
    padding: 15px 60px 15px 30px;
  }

  #landing-page .sidebar {
    padding: 60px;
  }

  #landing-page.has-grid .news-wrapper,
  #landing-page.contact .news-wrapper {
    padding-top: 550px;
  }

  #landing-page.has-grid .news-wrapper .sidebar,
  #landing-page.has-grid .projects-wrapper .sidebar,
  #landing-page.contact .news-wrapper .sidebar,
  #landing-page.contact .projects-wrapper .sidebar {
    width: 25%;
  }

  #landing-page.has-grid .news-wrapper .grid,
  #landing-page.has-grid .projects-wrapper .grid,
  #landing-page.contact .news-wrapper .grid,
  #landing-page.contact .projects-wrapper .grid {
    width: 75%;
    padding: 0;
  }

  #landing-page.has-grid .contact-wrapper,
  #landing-page.contact .contact-wrapper {
    padding-top: 550px;
  }

  #landing-page.has-grid .grid,
  #landing-page.contact .grid {
    padding-top: 550px;
  }

  #landing-page.has-grid .grid:not(.icons) ul li,
  #landing-page.contact .grid:not(.icons) ul li {
    height: 550px;
  }

  #landing-page.has-grid .grid.column:not(.wide) ul li,
  #landing-page.contact .grid.column:not(.wide) ul li {
    width: 33.33%;
  }

  #landing-page.has-grid .grid.column:not(.wide) ul li:nth-child(6n+4),
  #landing-page.contact .grid.column:not(.wide) ul li:nth-child(6n+4) {
    width: 100%;
  }

  #landing-page.has-grid .grid.column:not(.wide) ul li:nth-child(6n+5),
  #landing-page.contact .grid.column:not(.wide) ul li:nth-child(6n+5) {
    width: 66.66%;
  }

  #landing-page.has-grid .grid.column.wide ul li.has-img,
  #landing-page.contact .grid.column.wide ul li.has-img {
    height: 550px;
  }

  #landing-page.has-grid .grid.column.wide ul li.has-img .content,
  #landing-page.contact .grid.column.wide ul li.has-img .content {
    padding: 56px 60px;
  }

  #landing-page.has-grid .grid.column.wide ul li.has-img h3,
  #landing-page.contact .grid.column.wide ul li.has-img h3 {
    font-size: 4.4rem;
    line-height: 4.4rem;
  }

  #landing-page.has-grid .grid ul li.has-img .content,
  #landing-page.contact .grid ul li.has-img .content {
    height: 33.33%;
  }

  #landing-page.has-grid .grid ul li.has-img .overlay,
  #landing-page.contact .grid ul li.has-img .overlay {
    height: 33.33%;
  }

  #landing-page.has-grid .grid ul li.has-img .bg,
  #landing-page.contact .grid ul li.has-img .bg {
    height: 33.33%;
  }

  #landing-page .contact-wrapper h2 {
    font-size: 4.0rem;
    line-height: 4.4rem;
  }

  #landing-page .contact-wrapper .sidebar {
    width: 25%;
  }

  #landing-page .contact-wrapper .contact-blocks {
    width: 75%;
  }

  #landing-page .contact-wrapper .contact-blocks .block .column {
    padding: 100px 60px;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .column .intro-wrapper {
    padding-right: 60px;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .column .form-wrapper {
    padding-left: 60px;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .column .form-wrapper form .form-row {
    position: relative;
    overflow: hidden;
    padding-left: 180px;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .column .form-wrapper form label {
    width: 160px;
    position: absolute;
    left: 0;
    top: 5px;
  }

  #landing-page .contact-wrapper .contact-blocks .block.footer ul {
    padding: 20px;
  }

  .faq-wrapper #categories .category {
    margin-bottom: 100px;
  }

  .faq-wrapper ul {
    max-width: 530px;
    margin: 0 auto;
  }

  .faq-anchor-list {
    max-width: 530px;
    padding: 0;
  }

  article .header .media {
    height: 480px;
  }

  article .header .media .form-wrapper #zipcode-form {
    width: 570px;
    height: 300px;
    margin: 100px auto;
  }

  article .header .media .form-wrapper .form {
    padding: 60px;
  }

  article .header .media .form-wrapper .form-result .drinkingwater-location-wrapper {
    padding: 40px 60px 20px 60px;
  }

  article .header .media .form-wrapper .form-result .drinkingwater-distance-wrapper {
    padding: 10px 60px 40px 60px;
  }

  article .header .intro {
    padding: 80px 0 0 0;
  }

  article .sections section {
    padding: 80px 0;
  }

  article .sections section:first-child.clear {
    padding-top: 80px;
  }

  article .sections section q {
    width: 320px;
  }

  article .sections section q.left {
    margin-left: -200px;
  }

  article .sections section q.right {
    margin-right: -200px;
  }

  article .sections section.text.has-sidebar h2,
  article .sections section.text.has-sidebar .text {
    width: 620px;
  }

  article .sections section.text.has-sidebar aside {
    width: 320px;
    margin-right: -220px;
  }

  article .sections section.image .content.full .text-wrapper {
    padding: 80px 0;
  }

  article .sections section.image .content.half .text-wrapper {
    padding: 80px 60px;
  }

  article .sections section.image .content.half .text-wrapper .inner {
    max-width: 550px;
  }

  article .sections section.image .content.grid {
    padding: 80px 0;
  }

  article .sections section.video.full .content .text-wrapper {
    padding: 80px 0;
  }

  article .sections section.video.half .content .text-wrapper {
    padding: 80px 60px;
  }

  article .sections section.video.half .content .text-wrapper .inner {
    max-width: 550px;
  }

  article .sections section.download .content .text-wrapper {
    padding: 80px 0;
  }

  article .sections section.download .content ul {
    margin: 0 auto;
  }

  article .sections section.download .content ul.downloads-1 {
    width: 20%;
  }

  article .sections section.download .content ul.downloads-1 li {
    width: 100%;
  }

  article .sections section.download .content ul.downloads-2 {
    width: 40%;
  }

  article .sections section.download .content ul.downloads-2 li {
    width: 50%;
  }

  article .sections section.download .content ul.downloads-3 {
    width: 60%;
  }

  article .sections section.download .content ul.downloads-4 {
    width: 80%;
  }

  article .sections section.download .content ul.downloads-4 li {
    width: 25%;
  }

  article .sections section.faqs {
    padding: 80px 0;
  }

  article .sections section.faqs ul {
    max-width: 100%;
  }

  article .sections section.faqs .button {
    margin-top: 40px;
  }

  article .footer .content {
    padding: 80px 0;
  }

  article .sections section.infographic#conscious-consumption .popup .litres .amount {
    margin: 35px 0 15px 0;
  }

  article .sections section.infographic#conscious-consumption .popup .tip-box {
    top: 20%;
    right: 10%;
  }

  article .sections section.infographic#conscious-consumption .popup .tip-box .icon {
    margin-bottom: 65px;
  }

  article .sections section.infographic#conscious-consumption .popup .tip-box .icon:after {
    margin-top: 35px;
  }

  #warning .inner-wrap {
    margin: -250px 0 0 -325px;
    width: 650px;
    height: 500px;
  }

  #warning .inner-wrap .content {
    padding: 125px 80px 35px 80px;
  }

  #warning .inner-wrap .warning-icon {
    padding: 60px 15px 10px 80px;
  }

  .module-block.verhuizing {
    width: 410px;
  }

  .modulepage .progress {
    margin: 30px auto 80px auto;
  }

  .modulepage .step-content {
    padding: 40px 0;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }

  .modulepage .step-content.popup .explanation-wrapper {
    right: 0;
  }

  .modulepage .alphabet {
    padding: 0 0 20px 0;
  }

  .modulepage .alphabet ul {
    max-width: 546px;
    margin-left: auto;
    margin-right: auto;
  }

  .modulepage .device-header .inner {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .modulepage .device-header .close {
    right: 0;
  }

  .reservation-wrapper .form-wrapper {
    margin: 0 auto;
    max-width: 530px;
  }

  .payment-wrapper .payment-content {
    margin: 0 auto;
    max-width: 530px;
  }
}

@media screen and (min-width: 1600px) {

  /* min-width 1921px, xxlarge screens */
  .content-frame.home .quick-links ul li .button {
    height: 300px;
  }
  .column-2 span.tr-bg.tr-bg-1.base.tr-bg-half {
    background-image: linear-gradient(-45deg, black 0, transparent calc(100% - 300px));
    background-position-y: calc(100% - 300px);
  }

  .content-frame.home .items .small-title {
    padding-left: 100px;
  }

  .content-frame.home .items .item a {
    padding: 40px 180px 40px 100px;
  }

  .content-frame.home .items .item a .arrow {
    right: 140px;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .column .form-wrapper form .form-row-wrapper {
    overflow: hidden;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .column .form-wrapper form .form-row.zipcode {
    width: 65%;
    padding-right: 0;
    float: left;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .column .form-wrapper form .form-row.housenumber {
    width: 30%;
    float: right;
    padding-left: 80px;
  }

  #landing-page .contact-wrapper .contact-blocks .block.ask-a-question .column .form-wrapper form .form-row.housenumber label {
    width: 70px;
  }
}

@media print {

  /* min-width 1921px, xxlarge screens */
  html {
    color: #000;
    background: #FFF;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  fieldset,
  img {
    border: 0;
  }

  address,
  caption,
  cite,
  code,
  dfn,
  em,
  strong,
  th,
  var {
    font-style: normal;
    font-weight: normal;
  }

  caption,
  th {
    text-align: left;
  }

  h1 {
    font-size: 175%;
  }

  h2 {
    font-size: 150%;
  }

  h3 {
    font-size: 120%;
  }

  h4 {
    font-size: 110%;
  }

  h5 {
    font-size: 100%;
    font-weight: normal;
  }

  h6 {
    font-size: 100%;
    font-weight: normal;
  }

  abbr,
  acronym {
    border: 0;
    font-variant: normal;
  }

  /* to preserve line-height and selector appearance */
  sup {
    vertical-align: text-top;
  }

  sub {
    vertical-align: text-bottom;
  }

  input,
  textarea,
  select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
    /*to enable resizing for IE*/
  }

  /*because legend doesn't inherit in IE */
  legend {
    color: #000;
  }

  body {
    font-family: Verdana, sans-serif;
    background: none;
    color: black;
    font-size: 80%;
    -webkit-print-color-adjust: exact;
  }

  .page {
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
    font-size: 12pt;
  }

  #menu-wrapper,
  #article .share,
  a.back-to-top,
  .edi-wrapper,
  #leave-alert,
  #notice,
  #warning,
  #preloader,
  .back,
  .button {
    display: none !important;
  }

  body.scrolled header .logo svg * {
    fill: #f5e19a !important;
  }

  body.scrolled.article.module #page:not(.menu-active) header .logo svg *,
  body.scrolled.article.search #page:not(.menu-active) header .logo svg *,
  body.scrolled.article.payment #page:not(.menu-active) header .logo svg *,
  body.scrolled.article.faq #page:not(.menu-active) header .logo svg * {
    fill: #f5e19a !important;
  }

  header {
    width: 100%;
    height: 70px;
  }

  header .logo {
    display: block;
  }

  header .logo svg {
    display: block;
    width: 130px;
    height: 42px;
    fill: #f5e19a !important;
  }

  header .logo svg * {
    fill: #f5e19a !important;
  }

  header #top-menu-wrapper,
  header #search-toggle,
  header #search-module,
  header .menu-toggle-wrapper {
    display: none;
  }

  .article.module header {
    display: none;
  }

  .to-print {
    display: block;
    margin-bottom: 80px;
  }

  .to-print img {
    width: 120px;
  }

  a,
  a:visited,
  a:link {
    color: #f5e19a;
  }

  svg {
    display: none;
  }

  #article {
    width: 100%;
    padding: 10px;
  }

  #article .sections,
  #article section,
  #article section .content,
  #article section .text-wrapper,
  #article .text,
  #article .footer,
  #article .related-articles-footer {
    width: 100%;
    opacity: 1 !important;
    margin: 0 !important;
  }

  #article q {
    display: block;
    margin: 10pt 0;
    font-weight: bold;
    font-style: italic;
  }

  #article section.header .img {
    width: 100%;
    height: 100pt;
    background-position: center center;
    background-size: cover;
    background-color: #dedede;
    margin-bottom: 10pt;
  }

  #article section.header .author img {
    width: 50px;
    margin-right: 20pt;
  }

  #article section.header .author .name,
  #article section.header .author .date {
    display: block;
  }

  #article section.header .text:before,
  #article section.header .text:after {
    content: '"';
  }

  #article .related-news img {
    width: 100px;
    margin-right: 10pt;
  }

  #article .caption {
    display: block;
    margin: 10pt 0;
    font-style: italic;
  }

  #article .image .half img {
    width: 50%;
    display: block;
  }

  #article .image .full img {
    width: 100%;
    display: block;
  }

  #article .image .grid ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }

  #article .image .grid li {
    width: 50%;
    height: 200pt;
    background-position: center center;
    background-size: cover;
    background-color: #dedede;
    float: left;
  }

  #article .video .video:after {
    content: '[video]';
  }

  #article .video .video iframe {
    display: none;
  }

  #article .quote .quote {
    border-bottom: 1px solid black;
    padding: 10pt 0;
  }

  #article .quote .quote .img {
    display: block;
    width: 100px;
    height: 100px;
    background-position: center center;
    background-size: cover;
    background-color: #dedede;
  }

  #article .quote .quote .author {
    display: block;
    margin: 5pt 0;
    font-weight: bold;
  }

  #article .quote .quote .function {
    display: block;
    margin: 5pt 0;
    font-style: italic;
  }

  #article .download .download-list li .author {
    margin: 0 5pt 0 10pt;
  }

  #article .download .download-list li .file-info {
    display: inline-block;
    margin: 0 5pt 0 0;
  }

  #article .faqs .question:after {
    display: none;
  }

  #article .tags:before {
    content: "Tags:";
  }

  #article a:after {
    content: " ["attr(href) "] ";
  }

  #article .footer .actions,
  #article .footer .form {
    display: none;
  }

  .progress,
  .column-1 {
    display: none;
  }

  .selfscan .column-1 {
    display: none;
  }

  .selfscan .alphabet {
    display: none;
  }

  .selfscan .items {
    display: none;
  }

  .selfscan .print-wrapper .device {
    margin-bottom: 50px;
    display: block !important;
  }

  .selfscan .print-wrapper .device h2 {
    text-align: left;
  }

  .selfscan .print-wrapper .device h3 {
    margin-top: 20px;
  }

  .selfscan .print-wrapper .button.action {
    display: none;
  }

  .step-actions .button {
    display: none;
  }

  .check-print.top {
    margin-bottom: 50px;
  }

  .check-row {
    margin-bottom: 10px;
    position: relative;
    padding-left: 220px;
  }

  .check-row.autograph {
    margin-bottom: 50px;
  }

  .check-row.autograph .check-text {
    height: 100px;
    border-bottom: 1px solid #b1b1b1;
  }

  .check-label {
    display: block;
    font-weight: bold;
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .check-text {
    display: block;
    min-height: 25px;
  }
}

.zipcodeInputWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.zipcodeInputWrapper:first-of-type {
  margin-top: 0px;
}

.zipcodeInput {
  border: 0px;
}

.zipcodeInputUppercase {
  text-transform: uppercase;
}

.zipcodeInputCentered {
  text-align: center;
}

.zipcodeInputLabel {
  width: 110px;
  text-align: left;
}

.zipcodeInputLabelMargin {
  margin-left: 30px;
}

.zipcodeInputMargin {
  margin-left: 10px;
}

.locationCheck {
  position: relative;
  z-index: 10;
  background: #f3f3f3;
}

.locationZipcodeBlock {
  padding: 30px 70px;
  background: #ffffff;
  width: 440px;
  margin: 0 auto;
}

@media screen and (min-width: 900px) {
  .locationZipcodeBlock {
    width: auto;
    margin: inherit;
  }
}

@media screen and (min-width: 1600px) {
  .locationZipcodeBlock {
    padding: 30px 130px;
  }
}

.locationCheckMap svg {
  margin-left: -12%;
}

@media screen and (min-width: 900px) {
  .locationCheckMap svg {
    margin-left: -10%;
  }
}

.locationZipcodeBlockButton {
  margin-top: 40px;
}

.pumpstationDataWrapper {
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  margin: 20px auto 0;
  width: 60%;
}

@media screen and (min-width: 900px) {
  .pumpstationDataWrapper {
    margin: 20px 0 0 0;
    width: auto;
  }
}

.pumpstationDataWrapper.showWrapper {
  opacity: 1;
}

.pumpstationData {
  position: relative;
  background: #ffffff;
  padding: 30px 80px;
}

.locationCheckContent {
  position: relative;
  padding: 60 0 40px 0;
  background-color: #f3f3f3;
}

@media screen and (min-width: 1440px) {
  .locationCheckContent {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }
}

@media screen and (min-width: 1600px) {
  .locationCheckContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (min-width: 1000px) {
  .locationCheckContent {
    padding: 60px 60px 100px 60px;
  }
}

.locationContentWrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 900px) {
  .locationContentWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.locationCheckMap {
  width: 100%;
}

@media screen and (min-width: 900px) {
  .locationCheckMap {
    width: 60%;
  }
}

.pumpstationContent {
  text-align: left;
}

.locationCheckMap .button {
  cursor: pointer;
}

.locationCheckMap .button.active path {
  fill: #ff6c00;
}

.locationCheckMap .button path {
  -webkit-transition: fill .1s ease;
  -o-transition: fill .1s ease;
  transition: fill .1s ease;
  fill: #f4b238;
}

.locationCheckMap .button:hover path {
  fill: #ff6c00;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  /* IE10+ CSS styles go here */
  .making-drinking-water-animation {
    height: 550px;
  }

  .service-area-animation,
  .service-area-stations-animation {
    height: 175px;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 700px),
(-ms-high-contrast: active) {

  /* IE10+ CSS styles go here */
  .making-drinking-water-animation {
    height: 1090px;
  }

  .service-area-animation,
  .service-area-stations-animation {
    height: 320px;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 1000px),
(-ms-high-contrast: active) {

  /* IE10+ CSS styles go here */
  .making-drinking-water-animation {
    height: 1640px;
  }

  .service-area-animation,
  .service-area-stations-animation {
    height: 445px;
  }
}

.wu-black {
  font-family: "strada black", sans-serif;
  font-weight: normal;
}

.wu-bold {
  font-family: "strada bold", sans-serif;
  font-weight: normal;
}

.wu-light {
  font-family: "strada light", sans-serif;
  font-weight: normal;
}

.wu-left {
  text-align: left;
}

.wu-center {
  text-align: center;
}

.wu-right {
  text-align: right;
}

.wu-white {
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wu-h1 {
  font-size: 6.2rem;
  line-height: 1em;
}

@media screen and (min-width: 700px) {
  .wu-h1 {
    font-size: 14.5vw;
  }
}

@media screen and (min-width: 1600px) {
  .wu-h1 {
    font-size: 24.3rem;
  }
}

.wu-h2 {
  font-size: 10vw;
}

@media screen and (min-width: 1000px) {
  .wu-h2 {
    font-size: 5.5vw;
  }
}

@media screen and (min-width: 1600px) {
  .wu-h2 {
    font-size: 9.5rem;
  }
}

.wu-h3 {
  font-size: 2.6rem;
}

@media screen and (min-width: 700px) {
  .wu-h3 {
    font-size: 4vw;
  }
}

@media screen and (min-width: 1000px) {
  .wu-h3 {
    font-size: 3vw;
  }
}

@media screen and (min-width: 1600px) {
  .wu-h3 {
    font-size: 5rem;
  }
}

.wu-h4 {
  font-size: 1.4rem;
}

@media screen {
  .wu-h4 {
    font-size: 4vw;
  }
}

@media screen and (min-width: 1000px) {
  .wu-h4 {
    font-size: 2vw;
  }
}

@media screen and (min-width: 1600px) {
  .wu-h4 {
    font-size: 3.0rem;
  }
}

.wu-h5 {
  font-size: 1.4rem;
}

@media screen and (min-width: 700px) {
  .wu-h5 {
    font-size: 2.5vw;
  }
}

@media screen and (min-width: 1440px) {
  .wu-h5 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 1600px) {
  .wu-h5 {
    font-size: 3.5rem;
  }
}

.wu-h6 {
  font-size: 1.8rem;
  line-height: 1.3em;
}

@media screen and (min-width: 1000px) {
  .wu-h6 {
    font-size: 2.8rem;
  }
}

.wu-p {
  font-size: 1.4rem;
  line-height: 1.6em;
}

@media screen and (min-width: 700px) {
  .wu-p {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1600px) {
  .wu-p {
    font-size: 2rem;
  }
}

a.wu-a-blue {
  color: #f5e19a;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  will-change: opacity;
}

a.wu-a-blue:hover {
  opacity: 0.7;
  text-decoration: none;
}

@-webkit-keyframes raster-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.2;
  }
}

@keyframes raster-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.2;
  }
}

.wu-top {
  position: relative;
  padding: 50px 30px 120px 30px;
  background-color: #d9c376;
  overflow: visible;
}

@media screen and (min-width: 700px) {
  .wu-top {
    padding: 90px 30px 110px 30px;
  }
}

.wu-top:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.wu-top-raster:after {
  -webkit-animation-name: raster-fadeIn;
  animation-name: raster-fadeIn;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  content: '';
  pointer-events: none;
  opacity: 0.2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff), -webkit-linear-gradient(#ffffff, #ffffff), -webkit-linear-gradient(#ffffff, #ffffff);
  background-image: -o-linear-gradient(#ffffff, #ffffff), -o-linear-gradient(#ffffff, #ffffff), -o-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff);
  background-size: 1px 100%;
  background-repeat: no-repeat;
  background-position: 10% 0%, 50% 0%, 90% 0%;
}

@media screen and (min-width: 700px) {
  .wu-top-raster:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff), -webkit-linear-gradient(#ffffff, #ffffff), -webkit-linear-gradient(#ffffff, #ffffff), -webkit-linear-gradient(#ffffff, #ffffff), -webkit-linear-gradient(#ffffff, #ffffff);
    background-image: -o-linear-gradient(#ffffff, #ffffff), -o-linear-gradient(#ffffff, #ffffff), -o-linear-gradient(#ffffff, #ffffff), -o-linear-gradient(#ffffff, #ffffff), -o-linear-gradient(#ffffff, #ffffff);
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff);
    background-position: 10% 0%, 30% 0%, 50% 0%, 70% 0%, 90% 0%;
  }
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.wu-top:after {
  z-index: 3;
}

.wu-top-headingSub,
.wu-intro {
  display: block;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 700px) {

  .wu-top-headingSub,
  .wu-intro {
    max-width: 500px;
  }
}

@media screen and (min-width: 1440px) {

  .wu-top-headingSub,
  .wu-intro {
    max-width: 700px;
  }
}

.wu-top-headingSub {
  max-width: 70%;
}

.wu-top-heading {
  margin-bottom: 20px;
  max-width: calc(100% - 100px);
}

@media screen and (min-width: 700px) {
  .wu-top-heading {
    margin-bottom: 45px;
    max-width: none;
  }
}

@media screen and (min-width: 1600px) {
  .wu-top-heading {
    margin-bottom: 90px;
  }
}

.wu-top-headingSub {
  position: relative;
}

.wu-usage-number {
  position: relative;
  margin-top: 120px;
}

@media screen and (min-width: 700px) {
  .wu-usage-number {
    margin-top: 0;
  }
}

.wu-usage-number .cubic-meters {
  opacity: 0;
}

.wu-usage-number .cubic-meters:after {
  display: inline-block;
  width: 0;
  padding-left: 0.25em;
  font-size: 0.28em;
  vertical-align: super;
  -webkit-transform: translateY(-0.3em);
  -ms-transform: translateY(-0.3em);
  transform: translateY(-0.3em);
  content: '\006D\00B3';
}

.wu-usage-number>span {
  position: relative;
}

.wu-intro {
  position: relative;
  padding: 30px;
  background-color: #c0ebff;
}

@media screen and (min-width: 700px) {
  .wu-intro {
    margin-top: 60px;
    padding: 0;
    background-color: transparent;
  }
}

.wu-intro-title {
  margin-bottom: 15px;
}

.wu-intro p {
  margin: 0;
}

.wu-graph {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 100%;
  opacity: 0.7;
  pointer-events: none;
  overflow: hidden;
}

.wu-graph.animated {
  top: 0;
}

.wu-graph canvas {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: scaleX(4) scaleY(0.4);
  -ms-transform: scaleX(4) scaleY(0.4);
  transform: scaleX(4) scaleY(0.4);
}

.wu-graph canvas.animated {
  -webkit-transform: translateX(-75%) scaleX(1) scaleY(1);
  -ms-transform: translateX(-75%) scaleX(1) scaleY(1);
  transform: translateX(-75%) scaleX(1) scaleY(1);
}

.wu-axis {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.wu-axis-label {
  font-variant-numeric: oldstyle-nums;
}

.wu-axis-x {
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
}

@media screen and (min-width: 1440px) {
  .wu-axis-x {
    bottom: 20px;
  }
}

.wu-axis-x .wu-axis-label {
  position: absolute;
  top: -10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 700px) {
  .wu-axis-x .wu-axis-label {
    top: -20px;
  }
}

@media screen and (min-width: 1000px) {
  .wu-axis-x .wu-axis-label {
    top: -30px;
  }
}

.wu-axis-x .wu-axis-label:nth-child(1) {
  left: 10%;
}

.wu-axis-x .wu-axis-label:nth-child(2) {
  left: 50%;
}

.wu-axis-x .wu-axis-label:nth-child(3) {
  left: 90%;
}

.wu-axis-y {
  position: absolute;
  left: 15px;
  bottom: 20%;
  height: 50%;
  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;
}

@media screen and (min-width: 700px) {
  .wu-axis-y {
    left: 25px;
  }
}

@media screen and (min-width: 1440px) {
  .wu-axis-y {
    left: 30px;
  }
}

.wu-axis-y .wu-axis-label {
  position: relative;
}

.wu-axis-y .wu-axis-label:first-child:before {
  content: '\006D\00B3';
  position: absolute;
  top: -10px;
  left: -7px;
  display: block;
  font-size: 1em;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media screen and (min-width: 700px) {
  .wu-axis-y .wu-axis-label:first-child:before {
    top: -40px;
    left: 0;
  }
}

@media screen and (min-width: 1000px) {
  .wu-axis-y .wu-axis-label:first-child:before {
    top: -50px;
  }
}

@media screen and (min-width: 1440px) {
  .wu-axis-y .wu-axis-label:first-child:before {
    top: -60px;
  }
}

.wu-cols {
  position: relative;
  background-color: #d9c376;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 152, 222, 0.7)), to(rgba(0, 152, 222, 0.7)));
  background-image: -webkit-linear-gradient(rgba(0, 152, 222, 0.7), rgba(0, 152, 222, 0.7));
  background-image: -o-linear-gradient(rgba(0, 152, 222, 0.7), rgba(0, 152, 222, 0.7));
  background-image: linear-gradient(rgba(0, 152, 222, 0.7), rgba(0, 152, 222, 0.7));
}

@media screen and (min-width: 1000px) {
  .wu-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.wu-col {
  padding-top: 0;
}

@media screen and (min-width: 1000px) {
  .wu-col {
    width: 50%;
    min-height: 50vw;
    position: relative;
  }
}

article.wu-col {
  overflow: visible;
}

.wu-col:nth-child(1) {
  background-color: #ffffff;
}

.wu-col:nth-child(2) {
  background-color: #f9f9f9;
}

.wu-col-content {
  padding: 30px 20px;
}

@media screen and (min-width: 1000px) {
  .wu-col-content {
    position: relative;
    height: 100%;
    padding: 60px;
  }
}

.wu-data {
  position: relative;
  width: 77%;
  max-width: 600px;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
}

.wu-data:after {
  content: '';
  display: block;
  height: 0;
  padding-top: 100%;
  pointer-events: none;
}

.wu-data .wu-mask-circle,
.wu-data .wu-mask-drop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
  pointer-events: none;
}

.wu-values {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.wu-usage-info p {
  line-height: 1.2em;
}

.wu-waves {
  z-index: 2;
}

.wu-time,
.wu-amount-label {
  z-index: 3;
}

.wu-usage {
  background-color: #d9c376;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 152, 222, 0.7)), to(rgba(0, 152, 222, 0.7)));
  background-image: -webkit-linear-gradient(rgba(0, 152, 222, 0.7), rgba(0, 152, 222, 0.7));
  background-image: -o-linear-gradient(rgba(0, 152, 222, 0.7), rgba(0, 152, 222, 0.7));
  background-image: linear-gradient(rgba(0, 152, 222, 0.7), rgba(0, 152, 222, 0.7));
}

.wu-usage .wu-col-content {
  background-color: #ffffff;
}

.wu-mask-circle * {
  fill: #ffffff;
}

.wu-usage .wu-values {
  background-color: #d9c376;
}

.wu-usage .wu-values:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: #ffffff;
  opacity: 0.2;
}

.wu-usage .wu-amount,
.wu-usage .wu-time {
  position: absolute;
  left: 0;
  width: 100%;
}

.wu-usage .wu-amount {
  bottom: 54%;
}

.wu-usage .wu-amount>sup {
  top: -0.4em;
  display: inline-block;
  margin-left: -1.5em;
  font-size: 0.4em;
  vertical-align: top;
  -webkit-transform: translateX(124%);
  -ms-transform: translateX(124%);
  transform: translateX(124%);
}

.wu-usage .wu-amount>sup sup {
  font-size: 0.6em;
  vertical-align: top;
}

.wu-usage .wu-time {
  bottom: 16%;
}

.wu-hardness {
  padding-top: 0;
  background-color: #f9f9f9;
}

.wu-hardness .wu-col-content {
  margin-right: auto;
  margin-left: auto;
  background-color: #f9f9f9;
}

@media screen and (min-width: 1000px) {
  .wu-hardness .wu-col-content {
    width: 50%;
    min-height: 50vw;
    position: relative;
  }
}

.wu-mask-drop * {
  fill: #f9f9f9;
}

.wu-hardness .wu-values {
  background-color: #0b9adb;
}

.wu-hardness .wu-amount,
.wu-hardness .wu-amount-label {
  position: absolute;
  left: 0;
  width: 100%;
}

.wu-hardness .wu-leftMargin {
  left: -12px;
}

.wu-hardness .wu-amount {
  top: 55%;
}

.wu-hardness .wu-amount>sup {
  top: 0.1em;
  display: inline-block;
  margin-left: -1.5em;
  font-size: 0.35em;
  vertical-align: top;
  -webkit-transform: translateX(135%);
  -ms-transform: translateX(135%);
  transform: translateX(135%);
}

.wu-hardness .wu-amount-label {
  bottom: 16%;
}

.legend-hardness {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 6;
}

.legend-label {
  position: absolute;
  left: -50px;
  width: 100px;
  opacity: 0.5;
  line-height: 1.1em;
  white-space: nowrap;
  font-variant-numeric: oldstyle-nums;
}

.legend-label:nth-child(1) {
  top: 14%;
}

.legend-label:nth-child(2) {
  top: 50%;
}

.legend-label:nth-child(3) {
  bottom: 9%;
}

.wu-dropdown-container {
  position: relative;
}

.wu-dropdown-title {
  cursor: pointer;
}

.wu-dropdown-title span {
  position: relative;
}

.wu-dropdown-title span:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background-color: #ff6c00;
}

.wu-dropdown-sized {
  margin-top: 15px;
  font-size: 2.0rem;
}

.wu-dropdown-icon {
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  right: -30px;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}

@media screen and (min-width: 1000px) {
  .wu-dropdown-icon {
    top: calc(50% - 15px);
    right: -35px;
    width: 30px;
    height: 30px;
  }
}

.wu-dropdown-icon * {
  fill: transparent;
  stroke: #ff6c00;
  stroke-width: 7px;
  stroke-linecap: round;
}

.active .wu-dropdown-icon {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.wu-dropdown-options {
  text-align: left;
  position: absolute;
  top: 10px;
  left: calc(50% - 150px);
  width: 300px;
  max-height: 60vh;
  list-style-type: none;
  padding: 15px;
  overflow-y: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 70px rgba(0, 0, 0, 0.19);
  box-shadow: 2px 2px 70px rgba(0, 0, 0, 0.19);
  z-index: 8;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.2s linear, -webkit-transform 0.2s;
  transition: opacity 0.2s linear, -webkit-transform 0.2s;
  -o-transition: transform 0.2s, opacity 0.2s linear;
  transition: transform 0.2s, opacity 0.2s linear;
  transition: transform 0.2s, opacity 0.2s linear, -webkit-transform 0.2s;
  will-change: transform, opacity;
}

.wu-dropdown-options.active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.wu-dropdown-item {
  list-style-type: none;
  line-height: 1.2em;
  margin-top: 0.2em;
  cursor: pointer;
  color: #2c2c2c;
}

.wu-dropdown-item:hover {
  color: #d9c376;
}

.wu-dropdown-item.disabled {
  display: none;
}

.wu-dropdown-white .wu-dropdown-title span:after {
  background-color: #ffffff;
}

.wu-dropdown-white .wu-dropdown-icon * {
  stroke: #ffffff;
}

.wu-waves {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}

.wu-wave {
  display: block;
  position: absolute;
  right: 0;
  height: auto;
  width: 400%;
  opacity: 0.7;
  will-change: transform;
}

.wu-usage .wu-wave {
  top: 50%;
}

.wu-usage .wu-wave * {
  fill: #008fd0;
}

.wu-hardness .wu-wave * {
  fill: #4bbeed;
}

/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  z-index: 5;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  will-change: transform;
}

.flickity-prev-next-button:focus,
.flickity-prev-next-button:hover {
  outline: none;
  -webkit-transform: translateY(-50%) scale(0.9);
  -ms-transform: translateY(-50%) scale(0.9);
  transform: translateY(-50%) scale(0.9);
}

.flickity-prev-next-button.previous {
  left: 0;
}

@media screen and (min-width: 1000px) {
  .flickity-prev-next-button.previous {
    left: 10px;
  }
}

.flickity-prev-next-button.next {
  right: 0;
}

@media screen and (min-width: 1000px) {
  .flickity-prev-next-button.next {
    right: 10px;
  }
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

@media screen and (min-width: 1000px) {
  .flickity-prev-next-button svg {
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
  }
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -4px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  z-index: 5;
}

@media screen and (min-width: 1000px) {
  .flickity-page-dots {
    bottom: 2%;
  }
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  background: transparent;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px rgba(1, 1, 1, 0.3);
  box-shadow: inset 0 0 0 2px rgba(1, 1, 1, 0.3);
  cursor: pointer;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  will-change: transform;
}

.flickity-page-dots .dot.is-selected {
  -webkit-box-shadow: inset 0 0 0 0 rgba(1, 1, 1, 0.5);
  box-shadow: inset 0 0 0 0 rgba(1, 1, 1, 0.5);
  background-color: #d9c376;
}

.flickity-page-dots .dot:not(.is-selected):hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.wu-facts {
  position: relative;
  z-index: 10;
  background-color: transparent;
}

.wu-facts-content {
  padding: 0 0 40px 0;
  background-color: #f3f3f3;
}

@media screen and (min-width: 1000px) {
  .wu-facts-content {
    padding: 60px 60px 100px 60px;
  }
}

.wu-slider-items {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background-color: #bde6f9;
}

.wu-fact {
  width: 100%;
  height: 100%;
}

@media screen {
  .wu-fact {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.wu-fact-caption,
.wu-fact-media {
  width: 100%;
}

.wu-fact-media {
  position: relative;
  width: 40%;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
}

@media screen {
  .wu-fact-media {
    width: 50%;
    margin-top: -10%;
  }
}

.wu-fact-icon {
  display: block;
  width: 100%;
  height: auto;
}

.wu-fact-caption p {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 50%;
  line-height: 1.4em;
}

.wu-fact-caption p span {
  display: block;
  margin-top: 0.35em;
  margin-bottom: 0.25em;
  font-size: 1.9em;
}

@media screen and (min-width: 1000px) {
  .wu-fact-caption p span {
    font-size: 2.2em;
  }
}

.wu-slider {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin-top: 2px;
  margin-right: auto;
  margin-left: auto;
}

.wu-slider:after {
  content: '';
  position: relative;
  display: block;
  height: 0;
  padding-top: 100%;
  pointer-events: none;
}

.wu-slider .wu-mask-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.wu-slider .wu-mask-circle * {
  fill: #f3f3f3;
}

.water-usage {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #d9c376;
}

.wu-top {
  z-index: 1;
}

.wu-cols {
  z-index: 2;
}

.wu-spaced-top {
  padding-top: 20px;
}

.instructions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  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;
  background-size: cover;
  background-position: center;
}

.instruction-item {
  max-width: 300px;
}

@media screen and (min-width: 700px) {
  .instruction-item {
    max-width: 800px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.instruction-title {
  margin-bottom: 0;
  font-size: 3.5rem;
  line-height: 1.05em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 700px) {
  .instruction-title {
    font-size: 4rem;
  }
}

@media screen and (min-width: 1000px) {
  .instruction-title {
    font-size: 4.9rem;
  }
}

.instruction-subtitle {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.75rem;
  line-height: 1.05em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 700px) {
  .instruction-subtitle {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1000px) {
  .instruction-subtitle {
    font-size: 2.45rem;
  }
}

.instruction-icon {
  margin-right: auto;
  margin-left: auto;
  width: 160px;
  height: 160px;
}

.instruction-icon svg {
  width: 160px;
  height: 160px;
}

.device-desktop .instructions .button-hold:hover {
  cursor: none;
}

.device-desktop .instructions .cta-start {
  position: absolute;
  top: -50px;
  left: -50px;
  width: 100px;
  height: 100px;
  will-change: transform;
  -webkit-transform: translateX(50vw) translateY(50vh);
  -ms-transform: translateX(50vw) translateY(50vh);
  transform: translateX(50vw) translateY(50vh);
}

.instructions .cta-start .hold-title {
  left: 50%;
  width: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.instructions .cta-start .hold-title * {
  white-space: nowrap;
}

.device-desktop .instructions .cta-start .hold-title {
  top: -90px;
}

.device-mobile .instructions .cta-start .hold-title {
  top: -60px;
}

.instructions .cta-start h1 {
  font-size: 2.8rem;
  line-height: 1.2em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 700px) {
  .instructions .cta-start h1 {
    font-size: 3.0rem;
  }
}

@media screen and (min-width: 1000px) {
  .instructions .cta-start h1 {
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .instructions .cta-start h1 {
    font-size: 3.7rem;
  }
}

.canvas-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.canvas-container canvas {
  display: block;
}

.campaignVideo {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
}

.campaignVideo.debug {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: 100;
  width: 200px;
  height: 150px;
  border: 1px solid red;
}

.vignette {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-radial-gradient(transparent 25%, black 60%);
  background-image: -o-radial-gradient(transparent 25%, black 60%);
  background-image: radial-gradient(transparent 25%, black 60%);
  background-size: 100vmax 100vmax;
  background-position: center;
  opacity: 0;
  pointer-events: none;
}

.transition-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  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;
}

.button-hold {
  position: relative;
}

.progressbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 30px;
  background-color: red;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.testbutton {
  position: absolute;
  top: 50vh;
  left: 50vw;
  padding: 10px 20px;
  background-color: red;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

article.v-campaign {
  padding-top: 0;
}

.campaign-end-video {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 3;
  background-color: #ffffff;
}

.campaign-end-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.google-map-container {
  z-index: 1;
}

.station-wrapper,
.zipcode-container {
  z-index: 2;
}

.map-section {
  position: relative;
}

.google-map-container {
  position: relative;
}

article.v-campaign section.infographic h2 {
  text-align: center;
}

.map-popup {
  position: relative;
  padding-top: 45px;
}

@media screen and (min-width: 700px) {
  .map-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
    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;
    pointer-events: none;
  }
}

@media screen and (min-width: 700px) {
  .result-popup-wrapper {
    width: 100%;
    max-width: 1000px;
    padding-left: 30px;
  }
}

.map-popup .popup-content {
  padding: 30px;
  text-align: center;
  pointer-events: auto;
}

@media screen and (min-width: 700px) {
  .map-popup .popup-content {
    max-width: 480px;
    padding: 50px 60px;
  }
}

.map-popup.v-white .popup-content {
  background-color: #ffffff;
}

.map-popup.v-blue .popup-content {
  background-color: #d9c376;
  color: #ffffff;
}

.popup-divider {
  display: block;
  width: calc(100% + 60px);
  height: 1px;
  margin: 25px 0 25px -30px;
  border: none;
}

@media screen and (min-width: 700px) {
  .popup-divider {
    width: calc(100% + 120px);
    margin: 25px 0 25px -60px;
  }
}

.v-white .popup-divider {
  background-color: rgba(0, 0, 0, 0.1);
}

.v-blue .popup-divider {
  background-color: rgba(255, 255, 255, 0.3);
}

@media screen and (min-width: 700px) {

  .popup-title,
  .popup-copy {
    max-width: 290px;
    margin-right: auto;
    margin-left: auto;
  }
}

h2.popup-title {
  font-family: "strada bold", sans-serif;
  font-size: 2.9rem;
  line-height: 3.2rem;
}

.popup-copy+h2.popup-title {
  margin-top: 10px;
}

.popup-copy {
  margin-top: 0;
  margin-bottom: 0;
}

.popup-title+.popup-copy {
  margin-top: 30px;
}

.v-blue .popup-title,
.v-blue .popup-copy {
  color: #ffffff;
}

.v-blue .popup-copy {
  margin-bottom: 0;
}

h1.station-distance {
  margin-bottom: 5px;
  text-align: center;
  font-size: 4.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  white-space: nowrap;
}

@media screen and (min-width: 700px) {
  h1.station-distance {
    font-size: 6.1rem;
  }
}

h1.station-distance svg {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 33px;
  margin-right: 10px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.2px;
}

@media screen and (min-width: 700px) {
  h1.station-distance svg {
    width: 32px;
    height: 46px;
  }
}

.form-campaign .form-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-campaign .form-row.last-row {
  margin-bottom: 30px;
}

@media screen and (min-width: 700px) {
  .form-campaign .form-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.row-responsive {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row-responsive input:first-of-type {
  margin-left: 0px;
}

.row-responsive span:first-of-type {
  margin-bottom: 5px;
}

@media screen and (min-width: 700px) {
  .row-responsive {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .row-responsive input:first-of-type {
    margin-left: 30px;
  }

  .row-responsive span:first-of-type {
    margin-bottom: 0px;
  }
}

.form-campaign .form-row.field-error .form-inputs:last-of-type:after {
  content: '';
  position: absolute;
  top: calc(50% - 9px);
  right: -24px;
  width: 2px;
  height: 18px;
  background-color: #ff3a26;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff);
  background-image: -o-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(#ffffff, #ffffff);
  background-size: 2px 4px;
  background-repeat: no-repeat;
  background-position: 0 calc(100% - 2px);
}

.form-campaign .form-inputs.zipcode1,
.form-campaign .form-inputs.zipcode2,
.form-campaign .form-inputs.addition {
  width: 30px;
  position: relative;
}

.form-campaign .form-inputs.zipcode1,
.form-campaign .form-inputs.zipcode2 {
  margin-right: 2px;
}

.form-campaign .form-inputs.zipcode1:nth-child(5),
.form-campaign .form-inputs.zipcode2:nth-child(5) {
  margin-right: 10px;
}

.form-campaign .form-inputs.housenumber {
  width: 56px;
  margin-right: 10px;
}

.form-campaign .row-label {
  margin-bottom: 5px;
  text-align: left;
}

@media screen and (min-width: 700px) {
  .form-campaign .row-label {
    width: 140px;
    min-width: 140px;
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.label-wide {
  margin-right: 30px;
}

@media screen and (min-width: 700px) {
  .label-wide {
    margin-right: 0px;
    width: 157px !important;
  }
}

input.v-grey {
  height: 38px;
  width: 100%;
  padding: 0;
  line-height: 38px;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  color: #000;
  border-radius: 3px;
  background: #d5d6d6;
}

input.v-grey::-webkit-input-placeholder {
  color: #000 !important;
  opacity: 0.25;
}

input.v-grey:-moz-placeholder {
  /* Firefox 18- */
  color: #000 !important;
  opacity: 0.25;
}

input.v-grey::-moz-placeholder {
  /* Firefox 19+ */
  color: #000 !important;
  opacity: 0.25;
}

input.v-grey:-ms-input-placeholder {
  color: #000 !important;
  opacity: 0.25;
}

input.v-grey:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input.v-grey:focus:-moz-placeholder {
  color: transparent !important;
}

input.v-grey:focus::-moz-placeholder {
  color: transparent !important;
}

input.v-grey:focus:-ms-input-placeholder {
  color: transparent !important;
}

.form-result {
  background-color: #ffffff;
  text-align: left;
  color: #ff3a26;
  min-height: 20px;
  margin-top: 10px;
}

.form-result:not(:empty) {
  padding-bottom: 20px;
}

.drinkwater-facts {
  background-color: #d9c376 !important;
}

.facts-title {
  margin-bottom: 1em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.facts-list {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  list-style-type: none;
  counter-reset: list-counter;
  padding: 0 30px;
}

.facts-list:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1000px) {
  .facts-list {
    padding: 0;
  }
}

.facts-item {
  position: relative;
  display: block;
  margin-top: 1.4em;
  padding-left: 1.8em;
  text-align: left;
  list-style-type: none;
  counter-increment: list-counter;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.facts-item:before {
  content: counter(list-counter) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "strada bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.page.no-cursor {
  cursor: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mouse-follower {
  position: absolute;
  pointer-events: none;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.mouse-follower.v-hidden {
  opacity: 0;
}

.device-mobile .mouse-follower {
  left: calc(50% - 60px);
  bottom: 80px;
  width: 120px;
  height: 120px;
}

.device-desktop .mouse-follower {
  top: -50px;
  left: -50px;
  width: 100px;
  height: 100px;
  will-change: transform;
  -webkit-transform: translateX(50vw) translateY(50vh);
  -ms-transform: translateX(50vw) translateY(50vh);
  transform: translateX(50vw) translateY(50vh);
}

.button-hold {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  -webkit-tap-highlight-color: transparent;
}

.button-hold * {
  -webkit-tap-highlight-color: transparent;
}

.device-mobile .button-hold {
  width: 120px;
  height: 120px;
}

.device-desktop .button-hold {
  width: 100px;
  height: 100px;
}

.device-mobile .instructions .button-hold {
  position: fixed;
  bottom: 100px;
  left: calc(50% - 60px);
}

.click-hold-animation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.click-hold-animation--hidden {
  visibility: hidden;
}

.click-hold-animation svg {
  display: block;
}

.click-hold-animation:only-child svg {
  -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.7));
}

@media (max-width: 699px) and (orientation: landscape) {
  .click-hold-animation svg .countdown {
    opacity: 0;
  }
}

.hold-title {
  position: absolute;
  top: -40px;
  width: 160px;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.device-mobile .hold-title {
  left: -20px;
}

.device-desktop .hold-title {
  left: -30px;
}

.hold-title span {
  display: block;
  font-family: "strada black", sans-serif;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  will-change: transform, opacity;
}

header.v-campaign {
  pointer-events: none;
}

header.v-campaign .logo {
  pointer-events: auto;
}

header.v-campaign .list-menu,
header.v-campaign #search-toggle,
header.v-campaign .module-block.search,
header.v-campaign .menu-toggle-wrapper {
  display: none !important;
}

header.v-white .logo:hover svg * {
  fill: rgba(255, 255, 255, 0.6) !important;
}

.ui-bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
}

.ui-bar button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.ui-bar button * {
  pointer-events: none;
}

.ui-bar svg * {
  fill: none;
  stroke: white;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ui-btn-mute {
  position: absolute;
  top: 8px;
  right: 2px;
  width: 30px;
  height: 30px;
  background: none;
}

@media screen and (min-width: 700px) {
  .ui-btn-mute {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}

.ui-btn-mute svg {
  position: absolute;
  top: calc(50% - 13px);
  left: calc(50% - 13px);
  width: 26px;
  height: 26px;
}

.ui-btn-mute svg * {
  stroke-width: 1.5;
}

.ui-btn-mute svg .sound-muted {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.ui-btn-mute.js-muted svg .sound-muted {
  opacity: 1;
}

.ui-btn-mute span {
  position: absolute;
  top: 50%;
  right: 100%;
  padding: 3px 7px;
  white-space: nowrap;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  -webkit-transform: translateX(-20px) translateY(-50%);
  -ms-transform: translateX(-20px) translateY(-50%);
  transform: translateX(-20px) translateY(-50%);
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  -o-transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}

.device-desktop .ui-btn-mute:hover span {
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  opacity: 1;
}

.ui-btn-skip {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 9px 20px 7px 20px;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.ui-btn-skip span {
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.ui-btn-skip svg {
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  width: 16px;
  height: 16px;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.ui-btn-skip svg * {
  stroke-width: 2.4;
}

.device-desktop .ui-btn-skip:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.device-desktop .ui-btn-skip:hover span {
  color: white;
}

.device-desktop .ui-btn-skip:hover svg {
  opacity: 1;
}

.content-frame.v-campaign .scroll-indicator {
  z-index: 2;
  bottom: 25px;
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: none;
}

@media screen and (min-width: 700px) {
  .content-frame.v-campaign .scroll-indicator {
    display: block;
  }
}

.content-frame.v-campaign .scroll-indicator .icon {
  width: 29px;
  height: 56px;
  display: block;
  line-height: 0;
  margin: 0 auto;
  opacity: 0;
}

.content-frame.v-campaign .scroll-indicator .arrow-icon {
  width: 20px;
  height: 30px;
  display: block;
  line-height: 0;
  margin: 0 auto;
  opacity: 0;
}

.content-frame.v-campaign .scroll-indicator img {
  display: block;
  width: 100%;
  height: auto;
}

.page.scrolled .content-frame.v-campaign .scroll-indicator {
  opacity: 0;
}

.three-sixty-canvas {
  z-index: 1;
}

.instructions {
  z-index: 2;
}

.v-campaign ::-moz-selection {
  background: #d9c376;
  color: #fff;
}

.v-campaign ::selection {
  background: #d9c376;
  color: #fff;
}

/* processing */
.section.active.mgn .main.homepage{
  opacity: 1;
  z-index: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
/* processing */
.tr-head.tr-head-1{opacity: 0;}
.section.active.mgn .tr-head.tr-head-1{
  transition-delay: .7s;
  transition: opacity .7s ease-out;
  opacity: 1;
}
/* processing */
.section.active.mgn .button.tr-button.tr-button-1{
  transform: matrix(1, 0, 0, 1, 0, 0);
}
/* processing */
.tr-content.tr-content-1{opacity: 0;}
.section.active.mgn .tr-content.tr-content-1{
  transition-delay: .7s;
  transition: opacity .7s ease-out;
  opacity: 1;
}
/* processing */
.section.active.mgn .svg-mask{
  width: 100%; height: 100%;
}

.content-frame.home .quick-links ul li
{
  list-style: none;
}

@media screen and (max-width: 699px) {
  .section.active.mgn .svg-mask.mobile-mask{
    width: 15%; height: 100%;
  } 
  .content-frame.home .quick-links {
    display: block;
  }
  .column-2 span.tr-bg.tr-bg-1.base {
    background: transparent;
    background-image: linear-gradient(-45deg, black, transparent);
    background-position-y:100% !important;
  }

  .content-frame.home .quick-links ul li .button {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .content-frame.home .quick-links ul li .label {
    display: block;
    font-size: 12px;
  }
  
  #footer.fixed-footer {
    position: relative;
  }
  header #main-menu-toggle {
    /* background: transparent; */
    /* padding: 18px 16px; */
  }

  #top-menu-wrapper {
    top: 0px;
    right: 52px;
  }
}

.landingpage .svg-mask{
  width: 100%; height: 100%;
}

@-webkit-keyframes sk-scalein {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    border-radius: 0%;
    opacity: 1;
  }
}

@keyframes sk-scalein {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 0%;
    opacity: 1;
  }
}

@-webkit-keyframes go-up {
  0% {
    -webkit-transform: translateY(200px);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes go-up {
  0% {
    -webkit-transform: translateY(200px);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes backgroundBlowUp {
  to{

    transform: scale(1.5);
  }
}
/* processing */
.section.active.mgn .tr-bg-1{
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  -webkit-transition: backgroundBlowUp .5s ease-out;
  -o-transition: backgroundBlowUp .5s ease-out;
  transition: backgroundBlowUp .5s ease-out;
  /* transform: matrix(1.5, 0, 0, 1.5, 0, 0); */
  -webkit-animation-name: sk-scalein;
  animation-name: sk-scalein;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  /* animation: backgroundBlowUp .5s timing-function delay iteration-count direction matrix(1.5, 0, 0, 1.5, 0, 0); */
}
/* processing */
.section.active.mgn .tr-bg-3{
  height: 330px; width: 330px; top: -59px; left: 0px; transform: matrix(1.5, 0, 0, 1.5, 0, 0);
}

.quick-links{
  transition-delay: 0.8s;
  -webkit-transition: all .8s ease-out;
  -o-transition: all .8s ease-out;
  transition: all .8s ease-out;
  transform: translateY(200px);
}
.section.active.mgn .quick-links{
  /* -webkit-transition: all .8s ease-out ;
  -o-transition: all .8s ease-out;
  transition: all .8s ease-out; */
  -webkit-animation: go-up 2s ;
  animation: go-up 2s ;
  transition-delay: 5s;
  /* -webkit-animation-duration: .8s;
  animation-duration: .8s; */
  animation-fill-mode: forwards;
}
