/* This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts:  https://www.linotype.com */
@font-face {
  font-family: 'icomoon';
  src: url("../icomoon/fonts/icomoon.eot?lunrpv");
  src: url("../icomoon/fonts/icomoon.eot?lunrpv#iefix") format("embedded-opentype"), url("../icomoon/fonts/icomoon.ttf?lunrpv") format("truetype"), url("../icomoon/fonts/icomoon.woff?lunrpv") format("woff"), url("../icomoon/fonts/icomoon.svg?lunrpv#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../icomoon/style.scss */
[class^="icon-"], [class*=" icon-"], .icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 27, ../icomoon/style.scss */
.icon-accordeon-arrow:before {
  content: "\e900";
}

/* line 30, ../icomoon/style.scss */
.icon-close:before {
  content: "\e901";
}

/* line 33, ../icomoon/style.scss */
.icon-menu-arrow:before {
  content: "\e902";
}

/* line 36, ../icomoon/style.scss */
.icon-more-arrow:before {
  content: "\e903";
}

/* line 39, ../icomoon/style.scss */
.icon-document:before {
  content: "\e904";
}

/* line 5, ../scss/base/__helpers.scss */
.float--right {
  float: right !important;
}

/* line 9, ../scss/base/__helpers.scss */
.float--left {
  float: left !important;
}

/* line 15, ../scss/base/__helpers.scss */
.bg--image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 22, ../scss/base/__helpers.scss */
.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img, .nav--top-nav .sub-nav-header .img img,
.nav--top-nav .sub-nav-item a .img img, .slick--bg span, .slick--bg .relative video, .slick--bg .relative img, .slick--bg .relative picture {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 38, ../scss/base/__helpers.scss */
.hidden {
  display: none;
}

@media only screen and (max-width: 1024px) {
  /* line 42, ../scss/base/__helpers.scss */
  .hidden--mobile {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  /* line 48, ../scss/base/__helpers.scss */
  .hidden--sm {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  /* line 54, ../scss/base/__helpers.scss */
  .hidden--md {
    display: none;
  }
}

@media only screen and (min-width: 801px) {
  /* line 60, ../scss/base/__helpers.scss */
  .show--md {
    display: none !important;
  }
}

@media only screen and (min-width: 1025px) {
  /* line 66, ../scss/base/__helpers.scss */
  .hidden--desktop {
    display: none;
  }
}

@media only screen and (min-width: 1201px) {
  /* line 72, ../scss/base/__helpers.scss */
  .hidden--content {
    display: none !important;
  }
}

@media only screen and (max-width: 640px) {
  /* line 79, ../scss/base/__helpers.scss */
  .sm-block {
    display: block;
    float: none !important;
  }
}

@media only screen and (max-width: 640px) {
  /* line 87, ../scss/base/__helpers.scss */
  .sm-center {
    text-align: center;
  }
  /* line 89, ../scss/base/__helpers.scss */
  .sm-center .grid__item {
    margin-bottom: 1rem;
  }
}
/* line 106, ../scss/base/__helpers.scss */
.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* line 117, ../scss/base/__helpers.scss */
.container::after, .grid::after, .nav--top-nav .sub-nav-header::after,
.nav--top-nav .sub-nav-item a::after, .nav-mobile .sub-nav-header::after, .nav-mobile a:not(.nav-opener)::after, .flexible--produkte a::after, .clearfix::after, .cf::after {
  content: "";
  display: table;
  clear: both;
}

/* Alignments
--------------------------------------------- */
/* line 133, ../scss/base/__helpers.scss */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

/* line 143, ../scss/base/__helpers.scss */
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

/* line 153, ../scss/base/__helpers.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*
  Widths
*/
/* line 8, ../scss/grid/_widths.scss */
.one-whole {
  width: 100%;
}

/* line 11, ../scss/grid/_widths.scss */
.one-half {
  width: 50%;
}

/* line 14, ../scss/grid/_widths.scss */
.one-third {
  width: 33.333%;
}

/* line 15, ../scss/grid/_widths.scss */
.two-thirds {
  width: 66.666%;
}

/* line 18, ../scss/grid/_widths.scss */
.one-quarter {
  width: 25%;
}

/* line 19, ../scss/grid/_widths.scss */
.three-quarters {
  width: 75%;
}

@media only screen and (max-width: 1400px) {
  /* line 8, ../scss/grid/_widths.scss */
  .xl-one-whole {
    width: 100%;
  }

  /* line 11, ../scss/grid/_widths.scss */
  .xl-one-half {
    width: 50%;
  }

  /* line 14, ../scss/grid/_widths.scss */
  .xl-one-third {
    width: 33.333%;
  }

  /* line 15, ../scss/grid/_widths.scss */
  .xl-two-thirds {
    width: 66.666%;
  }

  /* line 18, ../scss/grid/_widths.scss */
  .xl-one-quarter {
    width: 25%;
  }

  /* line 19, ../scss/grid/_widths.scss */
  .xl-three-quarters {
    width: 75%;
  }
}
@media only screen and (max-width: 1020px) {
  /* line 8, ../scss/grid/_widths.scss */
  .lg-one-whole {
    width: 100%;
  }

  /* line 11, ../scss/grid/_widths.scss */
  .lg-one-half {
    width: 50%;
  }

  /* line 14, ../scss/grid/_widths.scss */
  .lg-one-third {
    width: 33.333%;
  }

  /* line 15, ../scss/grid/_widths.scss */
  .lg-two-thirds {
    width: 66.666%;
  }

  /* line 18, ../scss/grid/_widths.scss */
  .lg-one-quarter {
    width: 25%;
  }

  /* line 19, ../scss/grid/_widths.scss */
  .lg-three-quarters {
    width: 75%;
  }
}
@media only screen and (max-width: 800px) {
  /* line 8, ../scss/grid/_widths.scss */
  .md-one-whole {
    width: 100%;
  }

  /* line 11, ../scss/grid/_widths.scss */
  .md-one-half {
    width: 50%;
  }

  /* line 14, ../scss/grid/_widths.scss */
  .md-one-third {
    width: 33.333%;
  }

  /* line 15, ../scss/grid/_widths.scss */
  .md-two-thirds {
    width: 66.666%;
  }

  /* line 18, ../scss/grid/_widths.scss */
  .md-one-quarter {
    width: 25%;
  }

  /* line 19, ../scss/grid/_widths.scss */
  .md-three-quarters {
    width: 75%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 8, ../scss/grid/_widths.scss */
  .sm-one-whole {
    width: 100%;
  }

  /* line 11, ../scss/grid/_widths.scss */
  .sm-one-half {
    width: 50%;
  }

  /* line 14, ../scss/grid/_widths.scss */
  .sm-one-third {
    width: 33.333%;
  }

  /* line 15, ../scss/grid/_widths.scss */
  .sm-two-thirds {
    width: 66.666%;
  }

  /* line 18, ../scss/grid/_widths.scss */
  .sm-one-quarter {
    width: 25%;
  }

  /* line 19, ../scss/grid/_widths.scss */
  .sm-three-quarters {
    width: 75%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 8, ../scss/grid/_widths.scss */
  .xs-one-whole {
    width: 100%;
  }

  /* line 11, ../scss/grid/_widths.scss */
  .xs-one-half {
    width: 50%;
  }

  /* line 14, ../scss/grid/_widths.scss */
  .xs-one-third {
    width: 33.333%;
  }

  /* line 15, ../scss/grid/_widths.scss */
  .xs-two-thirds {
    width: 66.666%;
  }

  /* line 18, ../scss/grid/_widths.scss */
  .xs-one-quarter {
    width: 25%;
  }

  /* line 19, ../scss/grid/_widths.scss */
  .xs-three-quarters {
    width: 75%;
  }
}
/*
    <section class="container">
        <div class="grid">
            <div class="grid__item"></div>
        </div>
    </section>
*/
/* line 9, ../scss/grid/_container.scss */
.container {
  max-width: 42rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 19, ../scss/grid/_container.scss */
.container--full {
  max-width: 100%;
}

/* line 22, ../scss/grid/_container.scss */
.container--small {
  max-width: 36rem;
}

/* line 25, ../scss/grid/_container.scss */
.container--huge {
  max-width: 62rem;
}

/*
    <div class="grid">
        <div class="grid__item  one-third"> 
            content
        </div> 
        <div class="grid__item  two-thirds"> 
            content
        </div>
   </div>
*/
/* line 12, ../scss/grid/_grid.scss */
.grid {
  margin-left: -1rem;
  list-style: none;
  margin-bottom: 0;
}

/* line 19, ../scss/grid/_grid.scss */
.grid__item {
  float: left;
  padding-left: 1rem;
}

/* line 24, ../scss/grid/_grid.scss */
.grid--narrow {
  margin-left: -0.25rem;
}
/* line 27, ../scss/grid/_grid.scss */
.grid--narrow .grid__item {
  padding-left: 0.25rem;
}

/* line 33, ../scss/grid/_grid.scss */
.grid--wide {
  margin-left: -2rem;
}
/* line 36, ../scss/grid/_grid.scss */
.grid--wide .grid__item {
  padding-left: 2rem;
}

/* line 4, ../scss/grid/_flex.scss */
.flexgrid, .flex {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
}

/* line 10, ../scss/grid/_flex.scss */
.flexgrid--gutter {
  margin-left: -1rem;
}
/* line 13, ../scss/grid/_flex.scss */
.flexgrid--gutter .flex__item {
  padding-left: 1rem;
}

/* line 18, ../scss/grid/_flex.scss */
.flex--end {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

/* line 25, ../scss/grid/_flex.scss */
.flex--middle {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* line 30, ../scss/grid/_flex.scss */
.flex--middle p:last-child {
  margin-bottom: 0;
}

/* line 35, ../scss/grid/_flex.scss */
.flex--wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 41, ../scss/grid/_flex.scss */
.flex--center {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

/* line 47, ../scss/grid/_flex.scss */
.flex__bottom {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/* line 8, ../scss/base/_normalize.scss */
* {
  box-sizing: border-box;
}

/*
 * Correct `block` display not defined in IE 8/9.
 */
/* line 16, ../scss/base/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 35, ../scss/base/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

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

/*
 * Address styling not present in IE 8/9.
 */
/* line 55, ../scss/base/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 69, ../scss/base/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Remove default margin.
 */
/* line 82, ../scss/base/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 94, ../scss/base/_normalize.scss */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 116, ../scss/base/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

/*
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 142, ../scss/base/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Address differences between Firefox and other browsers.
 */
/* line 150, ../scss/base/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
/* line 160, ../scss/base/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 169, ../scss/base/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 181, ../scss/base/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/*
 * Set consistent quote types.
 */
/* line 189, ../scss/base/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Address inconsistent and variable font size in all browsers.
 */
/* line 197, ../scss/base/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 213, ../scss/base/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 217, ../scss/base/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 229, ../scss/base/_normalize.scss */
img {
  border: 0;
}

/*
 * Correct overflow displayed oddly in IE 9.
 */
/* line 237, ../scss/base/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 249, ../scss/base/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 261, ../scss/base/_normalize.scss */
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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 272, ../scss/base/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 285, ../scss/base/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 314, ../scss/base/_normalize.scss */
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.
 */
/* line 327, ../scss/base/_normalize.scss */
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.
 */
/* line 341, ../scss/base/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 351, ../scss/base/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

/*
 * Remove inner padding and border in Firefox 4+.
 */
/* line 388, ../scss/base/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 399, ../scss/base/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 414, ../scss/base/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
  Media
*/
/* line 5, ../scss/base/_media.scss */
img, media, iframe {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

/* line 14, ../scss/base/_media.scss */
.iframe-wrap,
.img-wrap-inner {
  position: relative;
  z-index: 0;
  padding-bottom: 56.25%;
}
/* line 20, ../scss/base/_media.scss */
.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img {
  position: absolute;
}

/* line 2, ../scss/base/_typography.scss */
html {
  font-family: "SNPro", "roboto", "Arial", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #818284;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 1401px) {
  /* line 2, ../scss/base/_typography.scss */
  html {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1601px) {
  /* line 2, ../scss/base/_typography.scss */
  html {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1901px) {
  /* line 2, ../scss/base/_typography.scss */
  html {
    font-size: 24px;
  }
}

/* line 24, ../scss/base/_typography.scss */
*::selection {
  background: #286368;
  color: white;
}

/* line 34, ../scss/base/_typography.scss */
[data-target] {
  cursor: pointer;
}

/* line 40, ../scss/base/_typography.scss */
a {
  text-decoration: none;
  color: #286368;
}
/* line 43, ../scss/base/_typography.scss */
a:hover {
  color: #1a4043;
}
/* line 48, ../scss/base/_typography.scss */
a:focus, a:active {
  outline: none;
}

/* line 53, ../scss/base/_typography.scss */
a, i {
  -webkit-tap-highlight-color: transparent;
}

/* line 59, ../scss/base/_typography.scss */
a[type="application/pdf"]:before,
a[href$=".pdf"]:before {
  content: "\e904";
  font-family: 'icomoon';
  font-size: 0.8rem;
  padding-right: 10px;
  position: relative;
  display: inline-block;
  top: 0;
  left: 2px;
  color: inherit;
}

/* line 72, ../scss/base/_typography.scss */
h1, .alpha,
h2, .beta,
h3, .gamma,
h4, .delta,
h5, .epsilon,
h6, .zeta {
  font-family: "SNPro", "roboto", "Arial", sans-serif;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #286368;
}

/* line 81, ../scss/base/_typography.scss */
.text--center {
  text-align: center;
}

/* line 84, ../scss/base/_typography.scss */
.text--right {
  text-align: right;
}

/* line 87, ../scss/base/_typography.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 100, ../scss/base/_typography.scss */
h1 a, h1 a:visited, .alpha a, .alpha a:visited,
h2 a,
h2 a:visited, .beta a, .beta a:visited,
h3 a,
h3 a:visited, .gamma a, .gamma a:visited,
h4 a,
h4 a:visited, .delta a, .delta a:visited,
h5 a,
h5 a:visited, .epsilon a, .epsilon a:visited,
h6 a,
h6 a:visited, .zeta a, .zeta a:visited {
  text-decoration: none;
}

/* line 109, ../scss/base/_typography.scss */
h1, .alpha {
  font-size: 2.2rem;
  line-height: 1.04545;
}

/* line 113, ../scss/base/_typography.scss */
h2, .beta {
  font-size: 1.8rem;
  line-height: 1.05556;
}

/* line 117, ../scss/base/_typography.scss */
h3, .gamma {
  font-size: 1.2rem;
  line-height: 1.08333;
}

/* line 121, ../scss/base/_typography.scss */
h4, .delta {
  font-size: 1rem;
  line-height: 1.2;
}

/* line 125, ../scss/base/_typography.scss */
h5, .epsilon {
  font-size: 1rem;
  line-height: 1.4;
}

/* line 129, ../scss/base/_typography.scss */
h6, .zeta {
  font-size: 0.7rem;
  line-height: 1.21429;
}

/* line 133, ../scss/base/_typography.scss */
p, blockquote,
pre, dl {
  margin: 0 0 1rem;
}

/* line 148, ../scss/base/_typography.scss */
blockquote {
  font-size: 1rem;
  line-height: 1.4;
  padding: 0 1.5em;
  font-style: italic;
}
/* line 152, ../scss/base/_typography.scss */
blockquote cite {
  margin: 0;
  font-style: italic;
}

/* line 160, ../scss/base/_typography.scss */
hr {
  border: none;
  border-top: 1px solid #D9E4E8;
  margin: 4rem 0;
}

/* line 166, ../scss/base/_typography.scss */
q {
  font-style: italic;
}

/* line 170, ../scss/base/_typography.scss */
pre {
  padding: 2rem;
  border-radius: 5px;
  border: 1px solid #818284;
}

/* line 176, ../scss/base/_typography.scss */
pre, code {
  font-family: 'courier new', monospace;
  overflow: auto;
}

@font-face {
  font-family: "SNPro";
  src: url("../fonts/SNPro-Semibold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SNPro";
  src: url("../fonts/SNPro-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* line 3, ../scss/components/_buttons.scss */
.btn {
  font-size: 0.8rem;
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-weight: normal;
  cursor: pointer;
  border: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.4;
  padding: 0.6em 1.25rem 0.45em;
  border-radius: 1.4rem;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  background-color: #286368;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.25s ease-out;
}
/* line 27, ../scss/components/_buttons.scss */
.btn:hover {
  color: white;
  background-color: #1a4043;
}
/* line 32, ../scss/components/_buttons.scss */
.btn:active, .btn:focus {
  outline: none;
}

/* line 40, ../scss/components/_buttons.scss */
.link {
  font-size: 0.8rem;
  color: #72B9DD;
  padding: 0.25rem 0;
  display: inline-block;
  text-decoration: none !important;
}
/* line 48, ../scss/components/_buttons.scss */
.link:hover {
  color: #49a5d3;
}

/* line 52, ../scss/components/_buttons.scss */
.btn--ghost {
  background: transparent;
  color: #FFF;
  border: 1px solid #FFF;
}
/* line 57, ../scss/components/_buttons.scss */
.btn--ghost:hover {
  color: #286368;
  background: #FFF;
  border-color: #FFF;
}

/* line 74, ../scss/components/_buttons.scss */
.btn--toggle {
  padding: 0 0.5em;
  height: 42px;
  width: 42px;
  top: 0.8rem;
  right: 0.6rem;
  text-align: center;
  background: transparent;
  border-radius: 0%;
  border: 0;
  position: absolute;
  z-index: 10001;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
/* line 90, ../scss/components/_buttons.scss */
.btn--toggle .icon-bar {
  display: block;
  border-radius: 1px;
  background: #286368;
  position: relative;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  transition: transform 0.25s ease-out;
}
/* line 101, ../scss/components/_buttons.scss */
.home .btn--toggle .icon-bar {
  background: #FFF;
}
/* line 106, ../scss/components/_buttons.scss */
.nav-mobile-active .btn--toggle {
  background: transparent;
}
/* line 108, ../scss/components/_buttons.scss */
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(2) {
  background: #FFF;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
/* line 115, ../scss/components/_buttons.scss */
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(3) {
  background: #FFF;
  opacity: 0;
}
/* line 119, ../scss/components/_buttons.scss */
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(4) {
  background: #FFF;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -7px;
}

/* line 3, ../scss/components/_nav.scss */
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 10, ../scss/components/_nav.scss */
.nav--top-nav {
  float: left;
}
/* line 13, ../scss/components/_nav.scss */
.nav--top-nav .top-nav-items {
  display: flex;
  flex-direction: row;
}
/* line 18, ../scss/components/_nav.scss */
.nav--top-nav .sub-nav-items {
  padding-bottom: 1.5rem;
}
/* line 22, ../scss/components/_nav.scss */
.nav--top-nav .lg-one-half {
  width: 50%;
}
/* line 30, ../scss/components/_nav.scss */
.nav--top-nav .current-menu-item a {
  font-weight: bold;
  text-decoration: underline;
}
/* line 36, ../scss/components/_nav.scss */
.nav--top-nav .nav-bg-wrap {
  position: relative;
}
/* line 39, ../scss/components/_nav.scss */
.nav--top-nav .nav-bg {
  width: 150vw;
  height: 100%;
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -60vw;
  margin-right: -60vw;
  background: #D9E4E8;
}
@media only screen and (max-width: 1024px) {
  /* line 39, ../scss/components/_nav.scss */
  .nav--top-nav .nav-bg {
    display: none;
  }
}

/* line 59, ../scss/components/_nav.scss */
.nav--top-nav .sub-nav-header,
.nav--top-nav .sub-nav-item a {
  display: block;
  background: #D9E4E8;
  color: #818284;
  padding: 0.8rem 2rem 0.8rem 0.6rem;
  font-size: 0.75rem;
  position: relative;
}
/* line 80, ../scss/components/_nav.scss */
.nav--top-nav .sub-nav-header strong,
.nav--top-nav .sub-nav-item a strong {
  font-size: 1rem;
  color: #286368;
  display: block;
}
/* line 87, ../scss/components/_nav.scss */
.nav--top-nav .sub-nav-header .ortho,
.nav--top-nav .sub-nav-item a .ortho {
  color: #286368;
}
/* line 91, ../scss/components/_nav.scss */
.nav--top-nav .sub-nav-header .img,
.nav--top-nav .sub-nav-item a .img {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  float: left;
  position: relative;
  margin-right: 1rem;
}
/* line 98, ../scss/components/_nav.scss */
.nav--top-nav .sub-nav-header .img img,
.nav--top-nav .sub-nav-item a .img img {
  position: absolute;
  object-fit: cover;
}
/* line 105, ../scss/components/_nav.scss */
.nav--top-nav .sub-nav-header:hover:not(.sub-nav-header),
.nav--top-nav .sub-nav-item a:hover:not(.sub-nav-header) {
  font-weight: bold;
  text-decoration: underline;
}

/* line 112, ../scss/components/_nav.scss */
.nav--top-nav .sub-nav-item a {
  padding: 0.1rem 2rem 0.1rem 0.6rem;
}
@media only screen and (max-width: 1024px) {
  /* line 112, ../scss/components/_nav.scss */
  .nav--top-nav .sub-nav-item a {
    padding: 0.8rem 2rem 0.8rem 0.6rem;
  }
}

/* line 120, ../scss/components/_nav.scss */
.nav-mobile .lg-one-half {
  width: 100%;
}

/* line 125, ../scss/components/_nav.scss */
.nav-mobile .sub-nav-header {
  display: block;
  font-size: 20px;
  position: relative;
  padding: 30px 2rem 0.8rem 1rem;
  background: #286368;
  color: #88a9ab;
  pointer-events: none;
}

/* line 138, ../scss/components/_nav.scss */
.nav-mobile a:not(.nav-opener) {
  display: block;
  font-size: 20px;
  position: relative;
  padding: 0.8rem 2rem 0.8rem 1rem;
  background: #286368;
  color: #fff;
}
/* line 148, ../scss/components/_nav.scss */
.nav-mobile a:not(.nav-opener)::before {
  content: "\e902";
  font-family: 'icomoon';
  font-size: 0.6rem;
  color: #FFF;
  position: absolute;
  top: 0.95rem;
  right: 1.25rem;
}
/* line 158, ../scss/components/_nav.scss */
.nav-mobile a:not(.nav-opener) .ortho {
  color: #CBDADD;
}

/* line 163, ../scss/components/_nav.scss */
.nav-mobile li {
  border-bottom: 1px solid #337f85;
}
/* line 172, ../scss/components/_nav.scss */
.nav-mobile li.top-nav-item {
  border: none;
}
/* line 175, ../scss/components/_nav.scss */
.nav-mobile li.current-menu-item a {
  background: #204D52 !important;
}

/* line 180, ../scss/components/_nav.scss */
.nav-opener {
  display: block;
  color: #286368;
  font-size: 1.1rem;
  padding: 1.1rem 1rem 1rem;
  position: relative;
  transition: all 0.25s ease-out;
}
/* line 189, ../scss/components/_nav.scss */
li:first-child .nav-opener {
  margin-left: 1rem;
}
@media only screen and (max-width: 1024px) {
  /* line 189, ../scss/components/_nav.scss */
  li:first-child .nav-opener {
    margin-left: 0;
  }
}
/* line 212, ../scss/components/_nav.scss */
.nav-opener i {
  font-size: 0.4rem;
  display: inline-block;
  margin-left: 0.25rem;
  vertical-align: 0.1rem;
}
/* line 219, ../scss/components/_nav.scss */
li:hover .nav-opener {
  background: rgba(0, 0, 0, 0.15);
}
/* line 221, ../scss/components/_nav.scss */
li:hover .nav-opener::before {
  opacity: 0;
}
/* line 225, ../scss/components/_nav.scss */
.nav-mobile li:hover .nav-opener {
  background: #286368;
}
/* line 230, ../scss/components/_nav.scss */
.nav-mobile .nav-opener {
  font-size: 34px;
  color: #FFF;
  background: #286368;
  padding-top: 30px;
  padding-left: 1rem;
  pointer-events: none;
  border-bottom: 1px solid #337f85;
}
/* line 242, ../scss/components/_nav.scss */
.home .nav-opener {
  color: #FFF;
}
/* line 245, ../scss/components/_nav.scss */
.home .nav-opener:hover {
  background: rgba(0, 0, 0, 0.3);
}

/* line 3, ../scss/components/_nav-dropdown.scss */
.nav--top-nav .top-nav-item {
  position: relative;
}
/* line 6, ../scss/components/_nav-dropdown.scss */
.nav--top-nav .top-nav-item:hover > ul, .nav--top-nav .top-nav-item:focus > ul, .nav--top-nav .top-nav-item:active > ul {
  opacity: 1;
  visibility: visible;
}
/* line 11, ../scss/components/_nav-dropdown.scss */
.nav--top-nav .top-nav-item > ul {
  transition: opacity 0.4s ease-out, visibility 0.4s ease-out;
  transition-delay: 100ms;
  opacity: 0;
  visibility: hidden;
  min-width: 31em;
  position: absolute;
  z-index: 5000;
  left: 0;
}

/* line 2, ../scss/components/_wpml.scss */
.wpml-ls-custom-dropdown-click,
.wpml-ls-legacy-dropdown-click {
  width: 15.5em;
  max-width: 100%;
}
/* line 7, ../scss/components/_wpml.scss */
.wpml-ls-custom-dropdown-click > ul,
.wpml-ls-legacy-dropdown-click > ul {
  position: relative;
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
}
/* line 14, ../scss/components/_wpml.scss */
.wpml-ls-custom-dropdown-click .wpml-ls-item,
.wpml-ls-legacy-dropdown-click .wpml-ls-item {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
/* line 20, ../scss/components/_wpml.scss */
.wpml-ls-custom-dropdown-click a,
.wpml-ls-legacy-dropdown-click a {
  display: block;
  text-decoration: none;
  color: #444;
  border: 1px solid #cdcdcd;
  background-color: #fff;
  padding: 5px 10px;
  line-height: 1.25;
}
/* line 29, ../scss/components/_wpml.scss */
.wpml-ls-custom-dropdown-click a.wpml-ls-item-toggle,
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  position: relative;
}
/* line 33, ../scss/components/_wpml.scss */
.wpml-ls-custom-dropdown-click a.wpml-ls-item-toggle:before,
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:before {
  content: '';
  position: absolute;
  left: 0;
  width: 2px;
  height: 1.5rem;
  background: #BBCFD0;
  top: 1.1rem;
  transition: all .25s ease-out;
}
/* line 57, ../scss/components/_wpml.scss */
.wpml-ls-custom-dropdown-click a.wpml-ls-item-toggle i,
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle i {
  font-size: 0.4rem;
  display: inline-block;
  margin-left: 13px;
}
/* line 65, ../scss/components/_wpml.scss */
.wpml-ls-custom-dropdown-click a:hover, .wpml-ls-custom-dropdown-click a:focus,
.wpml-ls-legacy-dropdown-click a:hover,
.wpml-ls-legacy-dropdown-click a:focus {
  color: #000;
  background: #eee;
}
/* line 71, ../scss/components/_wpml.scss */
.wpml-ls-custom-dropdown-click a span,
.wpml-ls-legacy-dropdown-click a span {
  vertical-align: middle;
}
/* line 76, ../scss/components/_wpml.scss */
.wpml-ls-custom-dropdown-click .wpml-ls-current-language:hover > a,
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a {
  color: #000;
  background: #eee;
}
/* line 81, ../scss/components/_wpml.scss */
.wpml-ls-custom-dropdown-click .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border-top: 1px solid #286368;
  padding: 0;
  margin: 0;
  list-style-type: none;
  z-index: 101;
}
/* line 93, ../scss/components/_wpml.scss */
.wpml-ls-custom-dropdown-click .wpml-ls-sub-menu a,
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
  border-width: 0 1px 1px 1px;
}
/* line 98, ../scss/components/_wpml.scss */
.wpml-ls-custom-dropdown-click .wpml-ls-flag,
.wpml-ls-legacy-dropdown-click .wpml-ls-flag {
  display: inline;
  vertical-align: middle;
  width: 18px;
  height: 12px;
}
/* line 104, ../scss/components/_wpml.scss */
.wpml-ls-custom-dropdown-click .wpml-ls-flag + span,
.wpml-ls-legacy-dropdown-click .wpml-ls-flag + span {
  margin-left: .4em;
}
/* line 107, ../scss/components/_wpml.scss */
.rtl .wpml-ls-custom-dropdown-click .wpml-ls-flag + span, .rtl
.wpml-ls-legacy-dropdown-click .wpml-ls-flag + span {
  margin-left: 0;
  margin-right: .4em;
}

/* line 116, ../scss/components/_wpml.scss */
.wpml-ls-wrap {
  text-align: left;
}
/* line 119, ../scss/components/_wpml.scss */
.wpml-ls-wrap .wpml-ls {
  display: inline-block;
  text-align: left;
  margin: 0;
  width: auto;
}
/* line 125, ../scss/components/_wpml.scss */
.wpml-ls-wrap .wpml-ls .wpml-ls-item {
  width: 100%;
}
/* line 127, ../scss/components/_wpml.scss */
.wpml-ls-wrap .wpml-ls .wpml-ls-item a {
  background-color: transparent;
  border: none;
  display: block;
  color: #286368;
  font-size: 1.1rem;
  padding: 1.1rem 2rem 1rem;
  position: relative;
  transition: all .25s ease-out;
  text-transform: lowercase;
}
/* line 138, ../scss/components/_wpml.scss */
.wpml-ls-wrap .wpml-ls .wpml-ls-item a .wpml-ls-flag {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
/* line 145, ../scss/components/_wpml.scss */
.wpml-ls-wrap .wpml-ls .wpml-ls-item a .ls-code {
  display: none;
  text-transform: lowercase;
}
/* line 150, ../scss/components/_wpml.scss */
.wpml-ls-wrap .wpml-ls .wpml-ls-item a:hover {
  color: #1a4043;
  background-color: rgba(0, 0, 0, 0.15);
}
/* line 159, ../scss/components/_wpml.scss */
.wpml-ls-wrap .wpml-ls .wpml-ls-sub-menu .wpml-ls-item a {
  color: #fff;
  background: #286368;
}
/* line 163, ../scss/components/_wpml.scss */
.wpml-ls-wrap .wpml-ls .wpml-ls-sub-menu .wpml-ls-item a .wpml-ls-flag {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
/* line 167, ../scss/components/_wpml.scss */
.wpml-ls-wrap .wpml-ls .wpml-ls-sub-menu .wpml-ls-item a:hover {
  background-color: #204D52;
}
/* line 179, ../scss/components/_wpml.scss */
.wpml-ls-wrap.short .wpml-ls .wpml-ls-item a .ls-name {
  display: none;
}
/* line 183, ../scss/components/_wpml.scss */
.wpml-ls-wrap.short .wpml-ls .wpml-ls-item a .ls-code {
  display: inline;
}
/* line 196, ../scss/components/_wpml.scss */
.wpml-ls-wrap.short .wpml-ls .wpml-ls-sub-menu .wpml-ls-item a .ls-code {
  padding-left: 6px;
}
/* line 205, ../scss/components/_wpml.scss */
.hide-lang-sel .wpml-ls-wrap {
  display: none;
}

/* line 213, ../scss/components/_wpml.scss */
.home .wpml-ls-wrap .wpml-ls .wpml-ls-item a {
  background-color: transparent;
  color: #fff;
}
/* line 217, ../scss/components/_wpml.scss */
.home .wpml-ls-wrap .wpml-ls .wpml-ls-item a .wpml-ls-flag {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
/* line 227, ../scss/components/_wpml.scss */
.home .wpml-ls-wrap .wpml-ls .wpml-ls-item a.wpml-ls-item-toggle:before {
  background: rgba(255, 255, 255, 0.5);
}
/* line 232, ../scss/components/_wpml.scss */
.home .wpml-ls-wrap .wpml-ls .wpml-ls-item a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
/* line 241, ../scss/components/_wpml.scss */
.home .wpml-ls-wrap .wpml-ls .wpml-ls-sub-menu .wpml-ls-item a {
  color: #fff;
  background: #286368;
}
/* line 245, ../scss/components/_wpml.scss */
.home .wpml-ls-wrap .wpml-ls .wpml-ls-sub-menu .wpml-ls-item a .wpml-ls-flag {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
/* line 249, ../scss/components/_wpml.scss */
.home .wpml-ls-wrap .wpml-ls .wpml-ls-sub-menu .wpml-ls-item a:hover {
  background-color: #204D52;
}

/* line 259, ../scss/components/_wpml.scss */
#toggle-menu .wpml-ls-wrap .wpml-ls {
  width: 100%;
}
/* line 264, ../scss/components/_wpml.scss */
.wpml-ls-open #toggle-menu .wpml-ls-wrap .wpml-ls-sub-menu {
  position: relative;
}

/* line 270, ../scss/components/_wpml.scss */
#custom-language-redirect-popup {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  color: #fff;
  background-color: #888;
  font-size: 1.1rem;
  padding: 0 2rem 0;
  transition: all .25s ease-out;
  text-transform: lowercase;
  border-bottom: 1px solid #fff;
  outline: none;
  z-index: 9999;
}
@media only screen and (max-width: 800px) {
  /* line 270, ../scss/components/_wpml.scss */
  #custom-language-redirect-popup {
    height: auto;
    min-height: auto;
  }
}
/* line 293, ../scss/components/_wpml.scss */
#custom-language-redirect-popup .close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  background-color: transparent;
  outline: none;
  border: none;
  z-index: 99997;
}
/* line 308, ../scss/components/_wpml.scss */
#custom-language-redirect-popup .grid-x {
  display: flex;
}
/* line 312, ../scss/components/_wpml.scss */
#custom-language-redirect-popup .top-wrap {
  margin-bottom: 0px;
}
/* line 316, ../scss/components/_wpml.scss */
#custom-language-redirect-popup .bottom-wrap {
  position: relative;
  display: flex;
}
@media only screen and (max-width: 800px) {
  /* line 316, ../scss/components/_wpml.scss */
  #custom-language-redirect-popup .bottom-wrap {
    justify-content: center;
  }
}
/* line 324, ../scss/components/_wpml.scss */
#custom-language-redirect-popup .bottom-wrap .bottom-wrap-inner {
  align-self: center;
}
@media only screen and (max-width: 800px) {
  /* line 329, ../scss/components/_wpml.scss */
  #custom-language-redirect-popup .lp-main-grid {
    flex-direction: column;
  }
}
/* line 335, ../scss/components/_wpml.scss */
#custom-language-redirect-popup .lp-text-cell {
  padding: 1.35rem 0 1rem;
}
@media only screen and (max-width: 800px) {
  /* line 335, ../scss/components/_wpml.scss */
  #custom-language-redirect-popup .lp-text-cell {
    text-align: center;
  }
}
/* line 343, ../scss/components/_wpml.scss */
#custom-language-redirect-popup .lp-text-cell .lp-title {
  color: #fff;
  padding-right: 2rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 800px) {
  /* line 354, ../scss/components/_wpml.scss */
  #custom-language-redirect-popup .lp-languages-grid {
    flex-flow: column;
  }
}
/* line 360, ../scss/components/_wpml.scss */
#custom-language-redirect-popup .lp-language-cell {
  padding: 7px 0 7px;
}
@media only screen and (max-width: 800px) {
  /* line 360, ../scss/components/_wpml.scss */
  #custom-language-redirect-popup .lp-language-cell {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
}
/* line 369, ../scss/components/_wpml.scss */
#custom-language-redirect-popup .lp-language-cell .lp-language-link {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 2rem;
  color: #fff;
  background-color: transparent;
  font-size: 0.8rem;
  text-decoration: none;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all .25s ease-out;
}
/* line 386, ../scss/components/_wpml.scss */
#custom-language-redirect-popup .lp-language-cell .lp-language-link .lp-language-info {
  margin-bottom: 10px;
}
/* line 389, ../scss/components/_wpml.scss */
#custom-language-redirect-popup .lp-language-cell .lp-language-link .lp-language-img {
  display: inline-block;
  width: 24px;
  margin: 0;
}
/* line 394, ../scss/components/_wpml.scss */
#custom-language-redirect-popup .lp-language-cell .lp-language-link .lp-language-name {
  padding-left: 3px;
  font-weight: bold;
}
/* line 398, ../scss/components/_wpml.scss */
#custom-language-redirect-popup .lp-language-cell .lp-language-link .lp-language-code {
  color: #fff;
  font-weight: bold;
}
/* line 406, ../scss/components/_wpml.scss */
#custom-language-redirect-popup .lp-language-cell .lp-language-link .lp-language-link-text {
  color: #fff;
}
/* line 410, ../scss/components/_wpml.scss */
#custom-language-redirect-popup .lp-language-cell .lp-language-link:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
/* line 413, ../scss/components/_wpml.scss */
#custom-language-redirect-popup .lp-language-cell .lp-language-link:hover .lp-language-link-text {
  color: #fff;
}

/*

  Transitions

  Transitions and animations
  
*/
/* line 9, ../scss/js-components/_transitions.scss */
.js .js-img-fade,
.js .js-wp-editor-img,
.js .js-slider-img, .js .js-img-slide-fade, .js .js-slide-fade-top {
  transition: all 0.4s ease-out;
}

/* line 17, ../scss/js-components/_transitions.scss */
.js .js-img-fade,
.js .js-wp-editor-img,
.js .js-slider-img {
  opacity: 0;
}
/* line 22, ../scss/js-components/_transitions.scss */
.js .js-img-fade.in,
.js .js-wp-editor-img.in,
.js .js-slider-img.in {
  opacity: 1;
}
/* line 26, ../scss/js-components/_transitions.scss */
.js .js-img-slide-fade {
  opacity: 0;
  transform: translateX(-5%);
}
/* line 30, ../scss/js-components/_transitions.scss */
.js .js-img-slide-fade.in {
  opacity: 1;
  transform: translateX(0%);
}
/* line 35, ../scss/js-components/_transitions.scss */
.js .js-slide-fade-top {
  opacity: 0;
  transform: translateY(-5%);
}
/* line 39, ../scss/js-components/_transitions.scss */
.js .js-slide-fade-top.in {
  opacity: 1;
  transform: translateY(0%);
}

@media only screen and (min-width: 1025px) {
  /* line 49, ../scss/js-components/_transitions.scss */
  .js-fade-in {
    transition: all 0.5s ease-out;
    opacity: 0;
  }
  /* line 53, ../scss/js-components/_transitions.scss */
  .js-fade-in.js-in {
    opacity: 1;
  }
}
/* line 3, ../scss/js-components/_nav-mobile.scss */
.nav-mobile {
  position: fixed;
  z-index: 4000;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
}

/* line 15, ../scss/js-components/_nav-mobile.scss */
.nav-mobile__inner {
  background: #286368;
  min-height: 100%;
  display: inline-block;
  width: 100%;
  padding-top: 4rem;
}
/* line 22, ../scss/js-components/_nav-mobile.scss */
.nav-mobile-active--fixed .nav-mobile__inner {
  min-height: 120%;
}

/* line 29, ../scss/js-components/_nav-mobile.scss */
.nav-mobile-active,
.nav-mobile-active body {
  overflow: hidden;
}

/* line 34, ../scss/js-components/_nav-mobile.scss */
.nav-mobile-active--relative body {
  height: 100%;
}

/* line 41, ../scss/js-components/_nav-mobile.scss */
.nav-mobile-transiting .nav-mobile, .nav-mobile-active .nav-mobile {
  height: 100%;
  -webkit-backface-visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 51, ../scss/js-components/_nav-mobile.scss */
.nav-mobile-active .nav-mobile {
  opacity: 1;
}

/* line 57, ../scss/js-components/_nav-mobile.scss */
.nav-mobile__inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 5, ../scss/js-components/_slider.scss */
.slick-dots {
  text-align: center;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -1.75rem;
  width: 100%;
  left: 0;
}
/* line 14, ../scss/js-components/_slider.scss */
.slick-dots li {
  display: inline-block;
  margin: 0 0.25rem;
}
/* line 19, ../scss/js-components/_slider.scss */
.slick-dots button {
  width: 0.6rem !important;
  height: 0.6rem !important;
  background: transparent;
  text-indent: -9999px;
  overflow: hidden;
  border: 1px solid #818284;
  font-size: 0;
  display: inline-block;
  padding: 0 !important;
  transition: all 0.25s ease-out;
  border-radius: 50%;
  outline: none;
}
/* line 33, ../scss/js-components/_slider.scss */
.slick-dots .slick-active button {
  background: #818284;
}
/* line 39, ../scss/js-components/_slider.scss */
.slick--slider .slick-dots {
  bottom: 4rem;
}
/* line 42, ../scss/js-components/_slider.scss */
.slick--slider .slick-dots button {
  border-color: #286368;
  opacity: 0.6;
}
/* line 46, ../scss/js-components/_slider.scss */
.slick--slider .slick-dots .slick-active button {
  background: #286368;
}
/* line 51, ../scss/js-components/_slider.scss */
.slick--bg .slick-dots {
  bottom: 4rem;
}
/* line 54, ../scss/js-components/_slider.scss */
.slick--bg .slick-dots button {
  border-color: #FFF;
}
/* line 57, ../scss/js-components/_slider.scss */
.slick--bg .slick-dots .slick-active button {
  background: #FFF;
}

/*
*  $HEADER
*/
/* line 5, ../scss/layout/_header.scss */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
@media only screen and (max-width: 1024px) {
  /* line 13, ../scss/layout/_header.scss */
  .nav-mobile-active .site-header {
    height: auto;
    background: #286368;
    border-bottom: 1px solid #337f85;
  }
}

/* line 24, ../scss/layout/_header.scss */
.site-branding {
  float: left;
  position: relative;
  width: 6rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: 2rem;
}
/* line 32, ../scss/layout/_header.scss */
.site-branding img {
  margin-top: 5px;
}
/* line 36, ../scss/layout/_header.scss */
.site-branding img:first-child {
  display: none;
}
/* line 39, ../scss/layout/_header.scss */
.home .site-branding img:first-child, .nav-mobile-active .site-branding img:first-child {
  display: block;
}
/* line 40, ../scss/layout/_header.scss */
.home .site-branding img:last-child, .nav-mobile-active .site-branding img:last-child {
  display: none;
}
/* line 43, ../scss/layout/_header.scss */
.site-branding::after {
  content: '';
  position: absolute;
  top: 0;
  right: -2rem;
  left: auto;
  width: 1px;
  height: 1.5rem;
  background: #286368;
  transition: all 0.25s ease-out;
}
/* line 55, ../scss/layout/_header.scss */
.home .site-branding::after {
  background: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 1024px) {
  /* line 43, ../scss/layout/_header.scss */
  .site-branding::after {
    display: none;
  }
}

/* line 68, ../scss/layout/_header.scss */
.site-header__toggle {
  display: none;
}
@media only screen and (max-width: 1024px) {
  /* line 68, ../scss/layout/_header.scss */
  .site-header__toggle {
    display: inline-block;
  }
}

/* line 76, ../scss/layout/_header.scss */
.top-info-bar {
  position: relative;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  line-height: 1.1;
}
/* line 83, ../scss/layout/_header.scss */
.top-info-bar p {
  margin: 0;
  line-height: 1.1;
}

/*
*  $FOOTER
*/
/* line 7, ../scss/layout/_footer.scss */
.site-footer {
  background: #286368;
  padding: 5rem 0;
  text-align: center;
}
/* line 12, ../scss/layout/_footer.scss */
.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0 0 6rem;
}
/* line 17, ../scss/layout/_footer.scss */
.site-footer li {
  display: block;
  margin-bottom: 0.8rem;
}
/* line 21, ../scss/layout/_footer.scss */
.site-footer li a {
  display: inline-block;
  color: #FFF !important;
  padding: 0.5rem;
  transition: all 0.25s ease-out;
}
/* line 28, ../scss/layout/_footer.scss */
.site-footer li a:hover {
  opacity: 0.8;
}

/* line 34, ../scss/layout/_footer.scss */
.footer-branding {
  width: 3rem;
  display: inline-block;
  opacity: 0.4;
  transition: all 0.25s ease-out;
}
/* line 41, ../scss/layout/_footer.scss */
.footer-branding:hover {
  opacity: 0.6;
}
/* line 45, ../scss/layout/_footer.scss */
.footer-branding img {
  width: 100%;
}

/* line 50, ../scss/layout/_footer.scss */
.footer-nav {
  color: #fff;
  text-align: left;
}
/* line 54, ../scss/layout/_footer.scss */
.footer-nav a {
  color: #fff;
}
/* line 56, ../scss/layout/_footer.scss */
.footer-nav a:hover {
  opacity: 0.6;
}
/* line 61, ../scss/layout/_footer.scss */
.footer-nav .footer-nav-item-header {
  font-weight: bold;
  margin-bottom: 20px;
}
/* line 66, ../scss/layout/_footer.scss */
.footer-nav .footer-nav-text {
  font-size: 0.8rem;
}
/* line 70, ../scss/layout/_footer.scss */
.footer-nav .footer-nav-link a {
  font-size: 0.8rem;
  color: #fff;
}
/* line 73, ../scss/layout/_footer.scss */
.footer-nav .footer-nav-link a:hover {
  opacity: 0.6;
}

/*
  $GLOBAL
*/
/* line 5, ../scss/layout/_global.scss */
html {
  height: 100%;
}

/* line 9, ../scss/layout/_global.scss */
body {
  overflow-x: hidden;
}

/* line 13, ../scss/layout/_global.scss */
.margin-bottom {
  margin-bottom: 2rem;
}

/* line 14, ../scss/layout/_global.scss */
.margin-bottom--small {
  margin-bottom: 1rem;
}

/* line 15, ../scss/layout/_global.scss */
.margin-bottom--med {
  margin-bottom: 2.5rem;
}

/* line 16, ../scss/layout/_global.scss */
.margin-bottom--big {
  margin-bottom: 4rem;
}

/* line 18, ../scss/layout/_global.scss */
.spacing {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 22, ../scss/layout/_global.scss */
.spacing--big {
  padding-top: 4rem;
  padding-bottom: 3rem;
}

/* line 26, ../scss/layout/_global.scss */
.spacing--huge {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

/* line 30, ../scss/layout/_global.scss */
.relative {
  position: relative;
}

/* line 31, ../scss/layout/_global.scss */
.padding {
  padding: 2rem;
}

/* line 32, ../scss/layout/_global.scss */
.padding-top {
  padding-top: 2rem;
}

/* line 33, ../scss/layout/_global.scss */
.padding-top--small {
  padding-top: 0.5rem;
}

/* line 34, ../scss/layout/_global.scss */
.padding-top--big {
  padding-top: 4rem;
}

/* line 35, ../scss/layout/_global.scss */
.padding-right {
  padding-right: 1rem;
}

/* line 43, ../scss/layout/_global.scss */
.accordion-item:last-child {
  border-bottom: 1px solid #B5BEC3;
}

/* line 47, ../scss/layout/_global.scss */
.bg--light {
  background: #D9E4E8;
}

/* line 51, ../scss/layout/_global.scss */
figure {
  background: #CBDADD;
}
/* line 54, ../scss/layout/_global.scss */
figure picture, figure img {
  width: 100%;
}

/* line 60, ../scss/layout/_global.scss */
.open-accordion {
  font-size: 1.2rem;
  line-height: 1.08333;
  position: relative;
  font-weight: normal;
  padding: 0.8rem 1.5rem 0.75rem 0;
  display: block;
  border-top: 1px solid #B5BEC3;
  color: #286368;
  transition: all 0.25s ease-out;
}
/* line 71, ../scss/layout/_global.scss */
.open-accordion:hover {
  color: #36868d;
}
/* line 75, ../scss/layout/_global.scss */
.open-accordion i {
  position: absolute;
  top: 1.25rem;
  right: 0;
  display: inline-block;
  font-size: 0.4rem;
  color: #72B9DD;
}
/* line 83, ../scss/layout/_global.scss */
.open-accordion.js-active i {
  transform: rotate(180deg);
}

/* line 89, ../scss/layout/_global.scss */
.more {
  margin-top: -0.5rem;
  margin-bottom: 0.75rem;
}
/* line 93, ../scss/layout/_global.scss */
.more .open-more.js-hidden {
  opacity: 0;
  pointer-events: none;
  padding: 0;
  font-size: 0.5rem;
  display: block;
}

/* line 103, ../scss/layout/_global.scss */
.accordion-content {
  padding: 0.5rem 0 0.5rem;
}
/* line 106, ../scss/layout/_global.scss */
.accordion-content img {
  margin-left: 0;
}

/* line 113, ../scss/layout/_global.scss */
.flexible--produkte img {
  width: 100%;
  margin-bottom: 0.8rem;
  transition: all 0.25s ease-out;
}
/* line 118, ../scss/layout/_global.scss */
.flexible--produkte h2 {
  color: #818284;
}
/* line 121, ../scss/layout/_global.scss */
.flexible--produkte h4 {
  margin-bottom: 0.5rem;
}
/* line 124, ../scss/layout/_global.scss */
.flexible--produkte p {
  font-size: 0.8rem;
  color: #818284;
}
/* line 128, ../scss/layout/_global.scss */
.flexible--produkte p:last-child {
  margin-bottom: 0.25rem;
}
/* line 131, ../scss/layout/_global.scss */
.flexible--produkte i {
  font-size: 0.5rem;
  display: inline-block;
  margin-left: 0.2rem;
  color: #286368;
  transition: all 0.25s ease-out;
}
/* line 138, ../scss/layout/_global.scss */
.flexible--produkte a {
  display: block;
}
/* line 143, ../scss/layout/_global.scss */
.flexible--produkte a:hover img {
  opacity: 0.8;
}
/* line 146, ../scss/layout/_global.scss */
.flexible--produkte a:hover i {
  transform: translateX(0.4rem);
}

/* line 154, ../scss/layout/_global.scss */
.product-photos img {
  width: 100%;
}

/* line 159, ../scss/layout/_global.scss */
.product-text {
  max-width: 26rem;
}

/* line 163, ../scss/layout/_global.scss */
.product-outro {
  border-top: 1px solid #B5BEC3;
}

/* line 167, ../scss/layout/_global.scss */
.square {
  position: relative;
}
/* line 171, ../scss/layout/_global.scss */
.square.square--top {
  margin-top: 0.25rem;
}
/* line 175, ../scss/layout/_global.scss */
.square img {
  width: 100%;
}

/* line 183, ../scss/layout/_global.scss */
.grid--photo {
  margin-bottom: 0.25rem;
}

/* line 189, ../scss/layout/_global.scss */
.slick--slider img {
  margin-bottom: 2rem;
}
/* line 192, ../scss/layout/_global.scss */
.slick--slider p, .slick--slider h2, .slick--slider h3, .slick--slider h4 {
  mix-blend-mode: multiply;
  opacity: 0.66;
  color: #000;
}
/* line 198, ../scss/layout/_global.scss */
.slick--slider .slick-track {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
/* line 202, ../scss/layout/_global.scss */
.slick--slider .slick-track .slick-slide {
  height: auto;
}
/* line 206, ../scss/layout/_global.scss */
.slick--slider .spacing--big {
  padding-bottom: 4rem;
}

/* line 211, ../scss/layout/_global.scss */
.slick--bg {
  background: #286368;
}
/* line 214, ../scss/layout/_global.scss */
.slick--bg h1, .slick--bg h2 {
  font-size: 3rem;
  line-height: 1.03333;
  margin-bottom: 1.5rem;
}
/* line 219, ../scss/layout/_global.scss */
.slick--bg p, .slick--bg h1, .slick--bg h2, .slick--bg h3, .slick--bg h4, .slick--bg div {
  color: #FFF;
  text-align: center;
}
/* line 223, ../scss/layout/_global.scss */
.slick--bg p {
  font-size: 1.2rem;
}
/* line 227, ../scss/layout/_global.scss */
.slick--bg .slick-track {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
/* line 231, ../scss/layout/_global.scss */
.slick--bg .slick-track .slick-slide {
  height: auto;
}
/* line 236, ../scss/layout/_global.scss */
.slick--bg span {
  position: absolute;
  z-index: 8;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 60%);
}
/* line 243, ../scss/layout/_global.scss */
.slick--bg .container {
  position: relative;
  z-index: 9;
}
/* line 248, ../scss/layout/_global.scss */
.slick--bg .relative {
  min-height: 56.25vw;
}
/* line 251, ../scss/layout/_global.scss */
.slick--bg .relative video, .slick--bg .relative img, .slick--bg .relative picture {
  position: absolute;
  object-fit: cover;
}
@supports (-ms-ime-align: auto) {
  /* line 251, ../scss/layout/_global.scss */
  .slick--bg .relative video, .slick--bg .relative img, .slick--bg .relative picture {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}
/* line 268, ../scss/layout/_global.scss */
.slick--bg .container {
  position: relative;
  z-index: 9;
}

/* line 274, ../scss/layout/_global.scss */
.slick .flex {
  height: 100%;
}

@media only screen and (max-width: 800px) {
  /* line 280, ../scss/layout/_global.scss */
  .padding-right {
    padding-right: 0;
  }

  /* line 283, ../scss/layout/_global.scss */
  .product-text {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 289, ../scss/layout/_global.scss */
  .page-template-page-product h1 {
    margin-bottom: 0.5rem;
  }
  /* line 291, ../scss/layout/_global.scss */
  .page-template-page-product h1 br {
    display: none;
  }

  /* line 295, ../scss/layout/_global.scss */
  .slick--bg .relative {
    min-height: 169vw;
  }
}
@media only screen and (max-width: 480px) {
  /* line 302, ../scss/layout/_global.scss */
  .spacing--big {
    padding-top: 3.5rem;
    padding-bottom: 2.5rem;
  }

  /* line 307, ../scss/layout/_global.scss */
  .flexible--produkte .switch-mobile .one-third {
    width: 100%;
    margin-bottom: 0.25rem;
  }
  /* line 311, ../scss/layout/_global.scss */
  .flexible--produkte .switch-mobile .one-third a {
    margin-bottom: 0.5rem;
  }
  /* line 315, ../scss/layout/_global.scss */
  .flexible--produkte .switch-mobile .one-third img {
    float: left;
    margin-right: 1rem;
    width: 40%;
  }

  /* line 322, ../scss/layout/_global.scss */
  .slick--bg h1, .slick--bg h2 {
    font-size: 2.2rem;
  }

  /* line 325, ../scss/layout/_global.scss */
  .slick--slider .spacing--big {
    padding-bottom: 2.5rem;
  }

  /* line 328, ../scss/layout/_global.scss */
  .spacing--huge {
    padding-bottom: 4rem;
  }

  /* line 331, ../scss/layout/_global.scss */
  .slick--slider .slick-dots,
  .slick--bg .slick-dots {
    bottom: 3.25rem;
  }

  /* line 335, ../scss/layout/_global.scss */
  .site-branding {
    width: 5.25rem;
  }
}
@media only screen and (max-width: 400px) {
  /* line 342, ../scss/layout/_global.scss */
  html {
    font-size: 18px;
  }

  /* line 345, ../scss/layout/_global.scss */
  .btn--toggle {
    top: 0.6rem;
    right: 0.25rem;
  }

  /* line 350, ../scss/layout/_global.scss */
  .nav-mobile a::before {
    right: 1rem;
  }
}
@media only screen and (max-width: 360px) {
  /* line 359, ../scss/layout/_global.scss */
  html {
    font-size: 17px;
  }

  /* line 362, ../scss/layout/_global.scss */
  .flexible--produkte h4 {
    margin-bottom: 0.25rem;
  }
}
@media only screen and (max-width: 340px) {
  /* line 368, ../scss/layout/_global.scss */
  html {
    font-size: 16px;
  }

  /* line 371, ../scss/layout/_global.scss */
  .container, .product-text {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  /* line 375, ../scss/layout/_global.scss */
  .nav-mobile a {
    padding-left: 0.8rem;
  }
}
