@charset "UTF-8";
@use "sass:map";
/* Media Queries
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
  Note: The best way to structure the use of media queries is to create the queries
  near the relevant code. For example, if you wanted to change the styles for buttons
  on small devices, paste the mobile query code up in the buttons section and style it
  there.
  */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
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;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
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;
}

@use "sass:map";
/* Media Queries
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
  Note: The best way to structure the use of media queries is to create the queries
  near the relevant code. For example, if you wanted to change the styles for buttons
  on small devices, paste the mobile query code up in the buttons section and style it
  there.
  */
/* 
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.column,
.columns {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 25px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%;
  }
  .column,
  .columns {
    margin-left: 2%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .four.columns:nth-child(2n + 1) {
    margin-left: 0 !important;
  }
  .one.column,
  .one.columns {
    width: 48%;
  }
  .two.columns {
    width: 48%;
  }
  .three.columns {
    width: 48%;
  }
  .four.columns {
    width: 48%;
  }
  .five.columns {
    width: 48%;
  }
  .six.columns {
    width: 48%;
  }
  .one-fifth.column {
    width: 48%;
  }
  .seven.columns {
    width: 100%;
    margin-left: 0;
  }
  .eight.columns {
    width: 100%;
    margin-left: 0;
  }
  .nine.columns {
    width: 100%;
    margin-left: 0;
  }
  .ten.columns {
    width: 100%;
    margin-left: 0;
  }
  .eleven.columns {
    width: 100%;
    margin-left: 0;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 750px) {
  .columns {
    margin-left: 2% !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0 !important;
  }
  .four.columns:nth-child(2n + 1) {
    margin-left: 2% !important;
  }
  .four.columns:nth-child(3n + 1) {
    margin-left: 0 !important;
  }
  .one.column,
  .one.columns {
    width: 4.66666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 23.5%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74.0%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0 !important;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-fifth.column {
    width: 18%;
  }
  .one-half.column {
    width: 48%;
  }
  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78.0%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}

/* Base Styles
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
  html is set to 62.5% so that all the REM measurements throughout Skeleton
  are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 65%;
}

body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Open Sans";
  color: #3C3C3C;
}

/* Typography
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 600;
  font-family: "Lato";
  letter-spacing: 0.5px;
}

h1 {
  font-size: 3.0rem;
  line-height: 1.2;
}

h2 {
  font-size: 2rem;
  line-height: 1.25;
}

h3 {
  font-size: 1.6rem;
  line-height: 1.3;
}

h4 {
  font-size: 1.6rem;
  line-height: 1.35;
}

h5 {
  font-size: 1.5rem;
  line-height: 1.5;
}

h6 {
  font-size: 1rem;
  line-height: 1.6;
}

/* Larger than phablet */
@media (min-width: 750px) {
  h1 {
    font-size: 5.0rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.8rem;
  }
  h5 {
    font-size: 1.5rem;
  }
  h6 {
    font-size: 1rem;
  }
}

p {
  margin-top: 0;
}

/* Links
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  text-decoration: none;
  color: #17365C;
}

a:hover {
  color: #026B51;
}

img {
  width: 100%;
}

/* Buttons
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB;
}

/* Forms
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}

/* Lists
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

ol, ul {
  padding-left: 0;
  margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

/* Code
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

/* Tables
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

/* Spacing
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

/* Utilities
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

/* Misc
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}

/* Clearing
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

section {
  margin-top: 100px;
  margin-bottom: 100px;
}

html.pushbar_locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.pushbar_locked .pushbar_main_content.pushbar_blur {
  -webkit-filter: blur(15px);
          filter: blur(15px);
}

.pushbar_overlay {
  z-index: -9999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
  background: #3c3442;
}

html.pushbar_locked .pushbar_overlay {
  opacity: 0.8;
  z-index: 1000;
}

[data-pushbar-id] {
  z-index: 1001;
  position: fixed;
  overflow-y: auto;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  background: #fff;
  color: #000;
}

[data-pushbar-direction="left"][data-pushbar-id], [data-pushbar-direction="right"][data-pushbar-id] {
  top: 0;
  min-width: 300px;
  max-width: 100%;
  height: 100%;
}

[data-pushbar-direction="top"][data-pushbar-id], [data-pushbar-direction="bottom"][data-pushbar-id] {
  left: 0;
  width: 100%;
  min-height: 150px;
}

[data-pushbar-direction="left"][data-pushbar-id] {
  left: 0;
  -webkit-transform: translateZ(0) translateX(-100%);
          transform: translateZ(0) translateX(-100%);
}

[data-pushbar-direction="right"][data-pushbar-id] {
  right: 0;
  -webkit-transform: translateZ(0) translateX(100%);
          transform: translateZ(0) translateX(100%);
}

[data-pushbar-direction="top"][data-pushbar-id] {
  top: 0;
  -webkit-transform: translateZ(0) translateY(-100%);
          transform: translateZ(0) translateY(-100%);
}

[data-pushbar-direction="bottom"][data-pushbar-id] {
  bottom: 0;
  -webkit-transform: translateZ(0) translateY(100%);
          transform: translateZ(0) translateY(100%);
}

[data-pushbar-id].opened {
  display: block;
  -webkit-transform: translateX(0px) translateY(0px);
          transform: translateX(0px) translateY(0px);
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  word-break: break-word;
  -ms-word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: manual;
}

:target {
  scroll-margin-top: 150px;
}

/*------------- ELEMENTS ----------*/
picture {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

picture img, picture source {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

figure img {
  width: 100%;
  height: auto;
}

.video {
  width: 100%;
  margin-bottom: 2vw;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.video::after {
  display: block;
  content: '';
  /* 16:9 aspect ratio */
  padding-bottom: 56.25%;
}

.video img.thumb, .video iframe {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.video img.thumb {
  width: 102%;
  height: 102%;
  margin-top: -1%;
  margin-left: -1%;
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

.video .controller {
  position: absolute;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px;
}

.video .controller img {
  margin: 0px auto 0px auto;
  position: relative;
  width: 25%;
  height: auto;
}

.video .controller p {
  color: white;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.3rem;
}

.video .controller p a {
  color: white;
  text-decoration: underline;
}

/*--------- Navigation ----------*/
nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

nav .logo {
  margin: auto 10px auto 10px;
}

nav .logo img {
  height: 45px;
  margin: 10px 0 10px 0;
  width: auto;
}

nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

nav ul {
  margin: auto 10px auto 10px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

nav ul.right {
  margin-left: auto;
}

nav ul li {
  float: left;
  margin: auto 10px auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

nav ul li.right {
  margin-left: auto;
}

nav ul li a {
  margin: auto;
  color: #3C3C3C;
  font-size: 1.8rem;
  font-family: "Lato";
}

nav ul li a.icon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: pointer;
}

nav ul li a.icon-item span {
  margin: auto;
}

nav ul li a.icon-item .icon {
  margin: auto 5px auto 5px;
  width: 20px;
  height: auto;
}

nav ul li:hover .dropdown-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav ul li .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  top: 65px;
  min-width: 160px;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 10px;
  margin-left: -10px;
}

nav ul li .dropdown-content a {
  margin: auto auto auto 0px;
  padding: 5px 0px 5px 0px;
}

nav.main-nav {
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99999;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #fff;
}

nav.main-nav .service {
  background-color: #026B51;
  color: #fff;
}

nav.main-nav .service a {
  color: #fff;
}

nav.main-nav .service .icon {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

nav.main-nav .nav-items {
  width: inherit;
  display: none;
}

@media (min-width: 750px) {
  nav.main-nav .nav-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

nav.main-nav .mobile-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 750px) {
  nav.main-nav .mobile-items {
    display: none;
  }
}

nav.main-nav .container .row {
  width: 100%;
}

nav.main-nav .container .row .twelve.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

nav.main-nav .search-subbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  top: 65px;
  left: 0;
  display: none;
}

nav.main-nav .search-subbar .mini-bar {
  max-width: 400px;
  padding: 0px 10px;
  background-color: white;
  margin-left: auto;
}

nav.main-nav .search-subbar .mini-bar form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0;
  margin-top: 1.5rem;
}

nav.main-nav .search-subbar .mini-bar form input[type=text] {
  width: calc(100% - 37px);
  margin-right: 5px;
}

.nav-drawer {
  overflow-y: scroll;
}

.nav-drawer .container {
  margin-top: 25px;
}

.nav-drawer nav.main-nav {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nav-drawer nav.main-nav .nav-items {
  display: block;
}

.nav-drawer nav.main-nav .nav-items li {
  float: none;
  margin: 0;
}

.nav-drawer nav.main-nav .nav-items li a {
  margin: 10px auto 10px 0px;
}

.navDetail {
  margin-top: 65px;
}

/* Pushbar */
.pushbar_overlay.top {
  margin-top: 65px;
}

.pushbar_main_content {
  margin-top: 65px;
}

/*--------- Site Content ---------*/
section {
  margin-top: 100px;
  margin-bottom: 100px;
}

.hero-slider {
  height: 80vh;
}

.hero-slider .slide {
  height: 80vh;
  width: 100%;
  position: relative;
}

.hero-slider .slide .info {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 25px;
  padding: 25px;
  max-width: 500px;
  background-color: #026B51;
  color: white;
}

.hero-slider .slide .info h1 {
  font-size: 3rem;
}

.hero-slider .slide picture {
  width: 100%;
  height: 80vh;
  display: block;
  position: relative;
}

.hero-slider .slide picture img, .hero-slider .slide picture source {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hero-slider-controller {
  width: calc(100% - 25px);
  position: absolute;
  margin-top: -75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 25px;
}

/*--------- Footer ---------*/
footer {
  background-color: #026B51;
  color: #fff;
  padding: 25px 0px 25px 0px;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

footer ul.right {
  margin-left: auto;
}

footer ul li {
  float: left;
  margin: auto 10px auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

footer ul li a {
  margin: auto;
}

footer .bottom .row .twelve.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 25px;
}

footer .bottom .row .twelve.columns p {
  margin: auto 5px auto 0px;
}

h3 {
  font-weight: 300;
  color: #026B51;
  font-size: 3rem;
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, selectinput[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
  border: solid 3px #026B51;
  color: black;
  border-radius: 0px;
  padding-top: 10px 10px;
  height: auto;
}

button, a.button, input[type=submit] {
  background-color: #026B51;
  border: solid 3px #026B51;
  color: white;
  border-radius: 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: auto;
}

button:hover, a.button:hover, input[type=submit]:hover {
  border: solid 3px #026B51;
  background-color: white;
  color: #026B51;
}

button.slider-pedignation, a.button.slider-pedignation, input[type=submit].slider-pedignation {
  width: 50px;
  height: 50px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

button.slider-pedignation img, a.button.slider-pedignation img, input[type=submit].slider-pedignation img {
  margin: auto;
  height: 35px;
}

button.slider-pedignation:hover, a.button.slider-pedignation:hover, input[type=submit].slider-pedignation:hover {
  border: solid 3px white;
}

button.slider-pedignation:hover img, a.button.slider-pedignation:hover img, input[type=submit].slider-pedignation:hover img {
  -webkit-filter: invert(26%) sepia(500%) saturate(2400%) hue-rotate(80deg) brightness(50%) contrast(200%);
          filter: invert(26%) sepia(500%) saturate(2400%) hue-rotate(80deg) brightness(50%) contrast(200%);
}

button.outline, a.button.outline, input[type=submit].outline {
  border: solid 3px #026B51;
  background-color: transparent;
  color: #026B51;
}

button.outline:hover, a.button.outline:hover, input[type=submit].outline:hover {
  border: solid 3px #026B51;
  background-color: #026B51;
  color: white;
}

button.outline.white, a.button.outline.white, input[type=submit].outline.white {
  border: solid 3px white;
  background-color: transparent;
  color: white;
}

button.outline.white:hover, a.button.outline.white:hover, input[type=submit].outline.white:hover {
  border: solid 3px white;
  background-color: white;
  color: #026B51;
}

header.default {
  margin-top: 150px;
  margin-bottom: 58px;
}

main {
  margin-bottom: 50px;
}

main.kontakt section {
  margin-top: 50px;
  margin-bottom: 50px;
}

section.featured-product picture {
  width: 100%;
  z-index: -1;
  display: block;
  position: relative;
}

@media (min-width: 750px) {
  section.featured-product picture {
    width: calc(100% + 100px);
    margin-left: -100px;
  }
}

section.featured-product picture::after {
  display: block;
  content: '';
  /* 16:9 aspect ratio */
  padding-bottom: 70%;
}

section.featured-product picture.portrait::after {
  padding-bottom: 132%;
}

section.featured-product picture img, section.featured-product picture source {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

section.featured-product .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 550px) {
  section.featured-product .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

section.featured-product .row.left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 550px) {
  section.featured-product .row.left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

section.featured-product .row.left picture {
  margin-left: 0;
  margin-right: -100px;
}

section.featured-product .row .six.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.featured-product .row .six.columns.bild {
  margin-bottom: 0;
}

@media (min-width: 550px) {
  section.featured-product .row .six.columns.bild {
    margin-bottom: auto;
  }
}

section.featured-product .container {
  margin-top: auto;
  margin-bottom: auto;
}

section.featured-product .content {
  margin: auto;
  padding: 30px 25px;
  background-color: #C8D1CB;
}

section.featured-product .content h4 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.7rem;
  margin-bottom: 0px;
}

section.featured-product .content h3 {
  font-weight: 600;
  color: #3C3C3C;
  margin-bottom: 20px;
}

section.featured-product .content .button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
}

section.card-section::before {
  content: "";
  width: 100%;
  height: 350px;
  position: absolute;
  background-color: #EFEFEF;
}

section.card-section .twelve.columns {
  padding-top: 50px;
  padding-bottom: 25px;
}

section.card-section.termine h2 {
  color: #026B51;
}

section.card-section.termine .termin {
  background-color: white;
  padding: 25px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

section.card-section.termine .termin h4 {
  font-weight: 300;
  color: #026B51;
  margin-bottom: 0;
  font-size: 1.7rem;
}

section.card-section.termine .termin h3 {
  color: #3C3C3C;
  font-weight: 600;
}

section.card-section.termine .termin p, section.card-section.termine .termin li, section.card-section.termine .termin a {
  font-weight: 300;
}

section.card-section.termine .termin .hinweis {
  color: #9A000A;
  font-style: bold;
}

section.card-section.termine .termin a {
  color: #026B51;
}

section.card-section.termine .termin a:hover {
  text-decoration: underline;
}

section.card-section.ansprechpartner .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

section.card-section.ansprechpartner .person {
  background-color: white;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

section.card-section.ansprechpartner .person picture {
  width: 100%;
  display: block;
  position: relative;
}

section.card-section.ansprechpartner .person picture::after {
  display: block;
  content: '';
  /* 16:9 aspect ratio */
  padding-bottom: 135%;
}

section.card-section.ansprechpartner .person picture img, section.card-section.ansprechpartner .person picture source {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

section.card-section.ansprechpartner .person .content {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.card-section.ansprechpartner .person .content h3 {
  color: #3C3C3C;
  font-weight: 600;
  margin-bottom: 0;
}

section.card-section.ansprechpartner .person .content h4 {
  font-weight: 300;
  color: #026B51;
  font-size: 1.7rem;
}

section.videos {
  margin-top: 0px;
  margin-bottom: 50px;
}

.main-nav #search img {
  width: 27px;
}

.produkte-page header, header.search {
  background-color: #026B51;
  color: #fff;
  padding-top: 150px;
  padding-bottom: 50px;
  margin: 0;
}

.produkte-page .filter-kategorien, .produkt-page .filter-kategorien {
  position: relative;
  top: 65px;
  background-color: #026B51;
  z-index: 99998;
  margin-bottom: 100px;
}

@media (min-width: 750px) {
  .produkte-page .filter-kategorien, .produkt-page .filter-kategorien {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
  }
}

.produkte-page .filter-kategorien ul, .produkt-page .filter-kategorien ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.produkte-page .filter-kategorien ul li, .produkt-page .filter-kategorien ul li {
  float: left;
  padding: 10px 10px 10px 10px;
  margin: 0;
  list-style: none;
}

.produkte-page .filter-kategorien ul li p, .produkte-page .filter-kategorien ul li a, .produkt-page .filter-kategorien ul li p, .produkt-page .filter-kategorien ul li a {
  color: #fff;
}

.produkte-page .filter-kategorien ul li.active p, .produkt-page .filter-kategorien ul li.active p {
  border-bottom: solid 2px #026B51;
}

.produkte-page .details img, .produkt-page .details img {
  width: 24px;
  height: 24px;
}

.produkte-grid .row {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.produkte-grid ul {
  padding: 0px 10px 0px 10px;
}

.produkte-grid ul li.serien-item {
  padding: 5px 0px 5px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.produkte-grid ul li.serien-item:last-child {
  border-bottom: none;
}

.produkte-grid ul li.serien-item a {
  color: #026B51;
  font-size: 1.7rem;
}

.produkte-grid ul li.serien-item p {
  color: black;
  margin: 0;
  font-weight: 600;
}

.produkte-grid ul li.serien-item p.untertitel {
  font-style: italic;
  font-weight: 100;
}

.produkte-grid ul li.serien-item:before {
  content: "";
  width: 0px;
  height: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.produkte-grid ul li.serien-item:hover:before {
  content: "";
  width: 5px;
  height: auto;
  display: block;
  background-color: #026B51;
  margin-right: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.produkte-grid .kategorie {
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}

.produkte-grid .kategorie picture {
  width: 100%;
  display: block;
  position: relative;
}

.produkte-grid .kategorie picture::after {
  display: block;
  content: '';
  /* 16:9 aspect ratio */
  padding-bottom: 56.25%;
}

.produkte-grid .kategorie picture img, .produkte-grid .kategorie picture source {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.produkte-grid .kategorie h5 {
  margin: 0;
  padding: 20px 10px 20px 10px;
}

.produkte-grid .produkt {
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
  color: black;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
}

.produkte-grid .produkt .content {
  padding: 20px 10px 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.produkte-grid .produkt .content h5 {
  font-size: 2rem;
}

.produkte-grid .produkt .content h6 {
  font-weight: 500;
  font-size: 1.7rem;
  margin-bottom: 25px;
}

.produkte-grid .produkt .content .spacer {
  height: inherit;
}

.produkte-grid .produkt:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.produkte-grid .produkt picture {
  width: 100%;
  display: block;
  position: relative;
}

.produkte-grid .produkt picture::after {
  display: block;
  content: '';
  /* 16:9 aspect ratio */
  padding-bottom: 67%;
}

.produkte-grid .produkt picture img, .produkte-grid .produkt picture source {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.produkte-grid .produkt h5 {
  margin: 0;
  padding: 0px 0px 0px 0px;
  font-size: 2.1rem;
}

.produkte-grid .produkt h6 {
  margin: 0;
  padding: 0px 0px 0px 0px;
  font-size: 2.1rem;
  font-weight: 300;
}

.produkte-grid .produkt p {
  font-weight: 300;
}

.produkte-grid .produkt p.art-nr {
  margin-bottom: 0;
  color: #026B51;
  font-style: italic;
}

.produkte-grid .tags span {
  background-color: #C8D1CB;
  padding: 2px 4px 2px 4px;
  margin-bottom: 4px;
  border-radius: 4px;
  display: inline-block;
  font-size: 1.1rem;
}

.row.grid .columns, .row.grid .column {
  margin-bottom: 15px;
}

.serien-page header {
  background-color: #C8D1CB;
  color: white;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 150px;
  padding-top: 75px;
}

.serien-page header h3 {
  color: #026B51;
  font-weight: 300;
  font-size: 2.3rem;
  text-transform: uppercase;
}

.serien-page header h1 {
  font-weight: 600;
  color: white;
  background-color: #026B51;
  padding: 5px 10px;
  display: initial;
}

.serien-page .produkte-grid {
  margin-top: -100px;
}

.produkt-page header {
  margin-top: 150px;
  margin-bottom: 50px !important;
}

.produkt-page header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.produkt-page header .row .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.produkt-page header .info {
  margin: auto 0px;
}

.produkt-page header .info p {
  font-size: 1.7rem;
}

.produkt-page header .info p.art-nr {
  color: #026B51;
  margin-bottom: 0;
}

.produkt-page header .info p.subline {
  font-style: italic;
  color: #026B51;
}

.produkt-page header .info p.geeignet {
  margin-bottom: 0;
  font-size: 1.3rem;
}

.produkt-page header .info h1 {
  font-size: 3.2rem;
  margin-bottom: 5px;
}

.produkt-page header .info h3 {
  font-size: 2rem;
  color: black;
}

.produkt-page header .info button {
  margin-top: 20px;
}

.produkt-page header picture {
  width: 100%;
  display: block;
  position: relative;
}

.produkt-page header picture::after {
  display: block;
  content: '';
  /* 16:9 aspect ratio */
  padding-bottom: 75%;
}

.produkt-page header picture img, .produkt-page header picture source {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.produkt-page header .portrait picture::after {
  display: block;
  content: '';
  /* 16:9 aspect ratio */
  padding-bottom: 125%;
}

.produkt-page header .padignation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: -50px;
  z-index: 2;
}

.produkt-page header .padignation ul {
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.produkt-page header .padignation ul li {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.produkt-page header .padignation ul li div {
  width: 25px;
  height: 7px;
  background-color: grey;
  margin: auto 5px auto 5px;
}

.produkt-page section.details {
  padding: 40px 0px 30px 0px;
  background-color: #C8D1CB;
  margin-bottom: 50px;
  margin-top: 0px;
}

.produkt-page section.details h3 {
  font-size: 2.3rem;
}

.produkt-page section.details h3.datenblatt {
  margin-top: 50px;
}

.produkt-page section.details li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.produkt-page section.details li span {
  text-transform: uppercase;
  margin-left: 10px;
  font-weight: 600;
}

.produkt-page section.details li p, .produkt-page section.details li a {
  margin-bottom: 0;
  margin-left: 10px;
}

.produkt-page section.varianten table {
  width: 100%;
}

.produkt-page .tags {
  margin-top: 10px;
}

.produkt-page .tags span {
  background-color: #C8D1CB;
  padding: 2px 4px 2px 4px;
  margin-bottom: 4px;
  border-radius: 4px;
  display: inline-block;
  font-size: 1.1rem;
}

.produktkategorie .row {
  margin-bottom: 50px;
}

.big-serach-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.big-serach-wrapper input[type=text] {
  border: solid 3px white;
  width: calc(100% - 37px);
  margin-right: 5px;
}

.kontakt-pushbar {
  max-width: 700px !important;
}

.kontakt-pushbar .close {
  margin-top: 25px;
  margin-bottom: 25px;
  width: 25px;
}

.kontakt-pushbar form {
  margin-top: 40px;
}

.kontakt-pushbar form label {
  margin-top: 10px;
}

.kontakt-pushbar form input {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
  width: 100%;
}

.kontakt-pushbar form input[type=submit] {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 20px;
  width: 100% !important;
}

.kontakt-pushbar form .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.kontakt-pushbar form .checkbox input {
  margin-top: 15px;
  margin-right: 10px;
}

.kontakt-pushbar .six.columns.first {
  margin-left: 0px !important;
  width: 50% !important;
}
/*# sourceMappingURL=main.css.map */