/*!
 * Template
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, /* 1 */
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/**
 * @license
 * MyFonts Webfont Build ID 3363906, 2017-03-23T12:49:11-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: LubalinGraphStd-Demi by ITC
 * URL: http://www.myfonts.com/fonts/itc/lubalin-graph/std-demi/
 *
 * Webfont: LubalinGraphStd-Book by ITC
 * URL: http://www.myfonts.com/fonts/itc/lubalin-graph/std-book/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3363906
 * Licensed pageviews: 250,000
 * Webfonts copyright: Copyright &#x00A9; 1985, 1987, 1997, 1998, 2001 Adobe Systems Incorporated.  All Rights Reserved.
 *
 * © 2017 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
/* @import url("//hello.myfonts.net/count/335442"); */
@font-face {font-family: 'LubalinGraphStd-Demi';src: url('/assets/basic/bundle/webfonts/335442_0_0.eot');src: url('/assets/basic/bundle/webfonts/335442_0_0.eot?#iefix') format('embedded-opentype'),url('/assets/basic/bundle/webfonts/335442_0_0.woff2') format('woff2'),url('/assets/basic/bundle/webfonts/335442_0_0.woff') format('woff'),url('/assets/basic/bundle/webfonts/335442_0_0.ttf') format('truetype');}
@font-face {font-family: 'LubalinGraphStd-Book';src: url('/assets/basic/bundle/webfonts/335442_1_0.eot');src: url('/assets/basic/bundle/webfonts/335442_1_0.eot?#iefix') format('embedded-opentype'),url('/assets/basic/bundle/webfonts/335442_1_0.woff2') format('woff2'),url('/assets/basic/bundle/webfonts/335442_1_0.woff') format('woff'),url('/assets/basic/bundle/webfonts/335442_1_0.ttf') format('truetype');}
/* Grid System based on
* 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
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box
}
@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
  }
@media (min-width: 768px) {
  .intro-boxes .container {
    padding: 0;
  }

  .intro-boxes .container .home-columns {
    margin: 0 -15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .intro-boxes .container .home-columns .home-column {
    padding: 0 15px;
  }

  .intro-boxes .container .home-columns .home-column-left {
    width: 33%;
  }

  .intro-boxes .container .home-columns .home-column-middle {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
  }

  .intro-boxes .container .home-columns .home-column-middle .home-column-middle-inner {
    display: -ms-flexbox;
    display: flex;
  }

  .intro-boxes .container .home-columns .home-column-middle .home-column-middle-inner .teaser-box {
    height: 100%;
  }

  .intro-boxes .container .home-columns .teaser-box {
    width: 100%;
  }

  .intro-boxes .container .home-columns .home-column-right {
    width: 17%;
  }
}
.row {
  clear: both;
  overflow: hidden;
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }
/* For devices larger than 1024px */
@media (min-width: 768px) {
  .container {
    width: 100%; }
  .column,
  .columns {
    margin-left: 2.56410%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 31.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; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

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

  .intro-boxes .six.columns {
    width: 57.9% !important;
  }
}
@media (min-width: 1311px) {
  .intro-boxes .six.columns {
    width: 65% !important;
  }
}
/* Clear a float */
.u-cf {
  content: "";
  display: table;
  clear: both; }
@font-face {
  font-family: 'icomoon';
  src:  url('../assets/icomoon/fonts/icomoon.eot?bac2i2');
  src:  url('../assets/icomoon/fonts/icomoon.eot?bac2i2#iefix') format('embedded-opentype'),
    url('../assets/icomoon/fonts/icomoon.ttf?bac2i2') format('truetype'),
    url('../assets/icomoon/fonts/icomoon.woff?bac2i2') format('woff'),
    url('../assets/icomoon/fonts/icomoon.svg?bac2i2#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Font styles and classes */
body {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-family: LubalinGraphStd-Book, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-weight: normal !important;
}
h2, h3 {
  font-family: LubalinGraphStd-Demi, serif;
}
h2 {
  margin-bottom: 10px;
}
sub, sup {
  font-size: 50%;
}
sup {
  top: -1em;
}
.fs-title sup {
  font-size: 0.6em;
}
.fs-subheader sup {
  top: -6.4px;
  top: -0.4rem;
  font-size: 0.8em;
}
b {
  font-weight: normal !important;
  font-family: LubalinGraphStd-Demi, serif;
}
small {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}
.contentarea h2, .contentarea h3 {
  margin-bottom: 10px;
}
.contentarea h2:empty,
.contentarea h3:empty {
  display: none;
}
.management.contentarea h1 {
  margin-bottom: 10px;
}
.management.contentarea h2.position {
  margin-bottom: 30px;
}
.widget ul.business-units-details {
  font-size: inherit;
}
.keybrand-claim h2 {
}
@media (min-width: 768px) {
  .keybrand-claim h2 {
    font-size: 2.75rem;
    line-height: 3rem;
    max-width: 600px;
  }
  }
/* small font */
.fs-small {
  font-size: 10.016px;
  font-size: 0.626rem;
  line-height: 12px;
  line-height: 0.75rem;
}
/* Caption font */
.fs-caption {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}
/* standard body font */
.fs-standard {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* Subheader font size */
.fs-subheader {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem
}
@media (min-width: 1024px) {
  .fs-subheader {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: LubalinGraphStd-Book, serif;
  }
  }
/* Title font size */
.fs-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem
}
@media (min-width: 1024px) {
  .fs-title {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin: 0;
  }
  }
.short_description.fs-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem
}
@media (min-width: 1024px) {
  .short_description.fs-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  }
/* This is a fix for wrong PIM outputs. */
/* Check: https://reizwerk.atlassian.net/browse/AS-69 */
.short_description [style]:not([style=""]) {
  font-size: inherit !important;
  line-height: inherit !important;
  margin: inherit !important;
  padding: inherit !important;
}
.short_description p + p {
  margin-top: 1.0625em;
}
/* Headline font size */
.fs-headline,
.short_description h2,
.short_description h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin: 0
}
@media (min-width: 1024px) {
  .fs-headline,
.short_description h2,
.short_description h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  }
.short_description h2 span,
.short_description h3 span,
.short_description h4 span {
  font-weight: normal !important;
}
/* Display font size */
.fs-display {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem
}
@media (min-width: 1024px) {
  .fs-display {
    font-size: 2.25rem;
    line-height: 1;
  }
  }
/* Jumbo font size */
.fs-jumbo {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem
}
@media (min-width: 1024px) {
  .fs-jumbo {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  }
/* Mega hero font size */
.fs-mega {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem
}
@media (min-width: 1024px) {
  .fs-mega {
    font-size: 4.5rem;
    line-height: 1;
    margin: 0;
  }
  }
/* Links and Buttons */
a {
  font-family: LubalinGraphStd-Demi, serif;
  text-decoration: none;
  color: #00E6BE;
  /* transition: all ease 0.2s !important; */
}
.textlink, .content-section a {
  padding-bottom: 2px;
  display: inline-block;
  color: #000000;
  border-bottom: 1px solid #00E6BE;
  cursor: pointer

}
.textlink:hover, .content-section a:hover {
  border-bottom: 1px solid #000000;
}
.content-section a {
  display: inline;
  display: initial;
}
.textlink-light {
  padding-bottom: 2px;
  display: inline-block;
  color: #FFFFFF;
  border-bottom: 1px solid #00E6BE;
  cursor: pointer
}
.textlink-light:hover {
  border-bottom: 1px solid #FFFFFF;
}
.btn,
.post-password-form input[type="submit"] {
  border-radius: 3px;
  display: inline-block;
  margin-top: 20px;
  padding: 8px 16px;
  font-family: LubalinGraphStd-Demi, serif;
  background-color: #00E6BE;
  overflow: hidden;
  background-position: 100% -50%;
  background-repeat: repeat-x;
  transition: background-position 0.8s linear !important;
  border: none !important;
  cursor: pointer

}
.btn:focus, .post-password-form input[type="submit"]:focus {
  outline: 0 !important;
  box-shadow: 0;
}
.btn:hover,
.post-password-form input[type="submit"]:hover {
  background-position: 10% 50%;
}
.btn-light,
.post-password-form input[type="submit"] {
  color: #FFFFFF;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAxIiBoZWlnaHQ9IjEzNyIgdmlld0JveD0iMCAwIDMwMSAxMzciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlPmltYWdlPC90aXRsZT48cGF0aCBkPSJNLjUwMiA4Ljk2M3YxMjcuMzM1aDI5OS44NlY3LjIxMnMtOS45MSA0Ljg1Ni0yMi4xNzYgNC44NTZjLTEyLjI2NiAwLTMxLjE1My0xMS45Ni03OC4zNzMtMTEuOTYtNDcuMjIgMC03Mi4xNCA5LjM5OC05OC4zOCA5LjM5OEM3NS4xOSA5LjUwNiA1NS4xNi45NTYgNDEuNjMuOTU2IDI4LjEwMy45NTYuNTAzIDguOTYyLjUwMyA4Ljk2MnoiIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==');
}
.btn-dark {
  color: #000000;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAxIiBoZWlnaHQ9IjEzNyIgdmlld0JveD0iMCAwIDMwMSAxMzciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlPmltYWdlPC90aXRsZT48cGF0aCBkPSJNLjUwMiA4Ljk2M3YxMjcuMzM1aDI5OS44NlY3LjIxMnMtOS45MSA0Ljg1Ni0yMi4xNzYgNC44NTZjLTEyLjI2NiAwLTMxLjE1My0xMS45Ni03OC4zNzMtMTEuOTYtNDcuMjIgMC03Mi4xNCA5LjM5OC05OC4zOCA5LjM5OEM3NS4xOSA5LjUwNiA1NS4xNi45NTYgNDEuNjMuOTU2IDI4LjEwMy45NTYuNTAzIDguOTYyLjUwMyA4Ljk2MnoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==');
}
.btn-primary {
  color: #00E6BE;
  background-color: #000000;
  /* background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAxIiBoZWlnaHQ9IjEzNyIgdmlld0JveD0iMCAwIDMwMSAxMzciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlPmltYWdlPC90aXRsZT48cGF0aCBkPSJNLjUwMiA4Ljk2M3YxMjcuMzM1aDI5OS44NlY3LjIxMnMtOS45MSA0Ljg1Ni0yMi4xNzYgNC44NTZjLTEyLjI2NiAwLTMxLjE1My0xMS45Ni03OC4zNzMtMTEuOTYtNDcuMjIgMC03Mi4xNCA5LjM5OC05OC4zOCA5LjM5OEM3NS4xOSA5LjUwNiA1NS4xNi45NTYgNDEuNjMuOTU2IDI4LjEwMy45NTYuNTAzIDguOTYyLjUwMyA4Ljk2MnoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=='); */
}
.btn i {
  width: 18px;
  height: 18px;
  top: 4px;
}
form.wpcf7-form,
form.post-password-form {
    margin-top: 60px

}
form.wpcf7-form .row, form.post-password-form .row {
  margin-bottom: 30px !important;
}
form.wpcf7-form .btn p, form.post-password-form .btn p {
  display: none !important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea {
  width: 100%;
  padding: 8px !important;
  border: 1px solid #BFBFBF;
  border-radius: 3px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: LubalinGraphStd-Book, serif;
  transition: border ease-in 0.2s

}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, textarea:focus {
  outline: 0;
  border: 1px solid #00E6BE;
}
input[type="text"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid, input[type="tel"].wpcf7-not-valid, input[type="password"].wpcf7-not-valid, textarea.wpcf7-not-valid {
  border: 1px solid #E64000;
}
.wpcf7-form.invalid {
}
.wpcf7-form.invalid .btn-submit {
  background-color: #E64000;
}
.wpcf7-form.sent {
}
label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  line-height: 1;
  margin-bottom: 8px;
  line-height: 1;
}
span.wpcf7-not-valid-tip {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #E64000;
}
div.wpcf7-validation-errors, .wpcf7-spam-blocked {
  border: none !important;
  background-color: #E64000;
  color: #FFFFFF;
  width: 100%;
  padding: 30px !important;
  font-family: LubalinGraphStd-Demi, serif;
  margin: 0 !important;
  margin-bottom: 30px;
}
.wpcf7-mail-sent-ok {
  border: none !important;
  background-color: #00E6BE;
  color: #FFFFFF;
  width: 100%;
  padding: 30px !important;
  font-family: LubalinGraphStd-Demi, serif;
  margin: 0 !important;
  margin-bottom: 30px;
}
.wpcf7-form input.wpcf7-submit {
  background-image: url('../assets/send.svg');
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 16px;
}
.wpcf7-checkbox label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* Add custom styles for form fields, based on WTF Forms */
/*
 * WTF, forms?
 * Released under MIT and copyright 2014 Mark Otto.
 * http://wtfforms.com
 *
 * Embedded icons from Open Iconic.
 * Released under MIT and copyright 2014 Waybury.
 * http://useiconic.com/open
 */
/*

  &:checked + .wpcf7-list-item-label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: red;
    width: 2px;
    height: 2px;
    box-shadow:
      2px 0 0 var(--brand-primary),
      4px 0 0 var(--brand-primary),
      4px -2px 0 var(--brand-primary),
      4px -4px 0 var(--brand-primary),
      4px -6px 0 var(--brand-primary),
      4px -8px 0 var(--brand-primary);
    transform: rotate(45deg);
  }
} */
.wpcf7-checkbox label span.wpcf7-list-item-label {
    display: inline-block;
}
span.wpcf7-list-item {
  margin: 0;
  margin-right: 24px;
  margin-right: 1.5rem;
}
.wpcf7-checkbox label input {
    position: absolute;
    width: auto;
    opacity: 0;
}
.wpcf7-checkbox label span.wpcf7-list-item-label:before {
    content: ' ';
    width: 16px;
    height: 16px;
    border: 2px solid #000000;
    border-radius: 3px;
    margin-right: 8px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 4px;
}
.wpcf7-checkbox input:checked+span.wpcf7-list-item-label:before {
    background-color: #00E6BE;
    border: 2px solid #00E6BE;
    background-image: url("../assets/check.svg");
    background-repeat: no-repeat;
    background-position: center center;
}
/* Radio modifiers */
.wpcf7-radio input {
    position: absolute;
    width: auto;
    opacity: 0;
}
.wpcf7-radio label span.wpcf7-list-item-label:before {
    content: ' ';
    width: 21px;
    height: 21px;
    border: 2px solid #00E6BE;
    border-radius: 50%;
    margin-right: 8px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 6px;
}
.wpcf7-radio input:checked+span.wpcf7-list-item-label:before {
    content: ' ';
    width: 21px;
    height: 21px;
    background-color: #FFFFFF;
    border: 2px solid #00E6BE;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxNi41NDUiIGN5PSIxNi41NDUiIHI9IjQuNTQ1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIgLTEyKSIgZmlsbD0iIzAwRTZCRSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center center;
}
/*
 * Select
 */
.select {
  position: relative;
  display: block;
  color: #555;
  width: 100%;
}
.select select {
  display: inline-block;
  font-family: LubalinGraphStd-Book, serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  width: 100%;
  margin: 0;
  padding: 8px 8px 8px;
  padding: 0.5rem 0.5rem 0.5rem;
  line-height: 1.5;
  color: #222222;
  background-color: #FFFFFF;
  border: 1px solid #BFBFBF;
  border-radius: .25rem;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/* Undo the Firefox inner focus ring */
.select select:focus:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
/* Dropdown arrow */
.select:after {
    position: absolute;
    top: 5%;
    right: 20px;
    right: 15px;
    display: inline-block;
    content: "";
    width: 24px;
    height: 24px;
    pointer-events: none;
    background-image: url(../assets/dropdown-arrow.svg);
    background-repeat: no-repeat;
    transform: rotate(180deg);

}
/* Hover state */
/* Uncomment if you need it, but be aware of the sticky iOS states.
.select select:hover {
  background-color: #ddd;
}
*/
/* Focus */
.select select:focus {
  box-shadow: none;
  border: 1px solid #00E6BE;
}
/* Active/open */
.select select:active {
  color: #fff;
  background-color: #0074d9;
}
/* Hide the arrow in IE10 and up */
.select select::-ms-expand {
  display: none;
}
/* Media query to target Firefox only */
@-moz-document url-prefix() {
  /* Firefox hack to hide the arrow */
  .select select {
    text-indent: 0.01px;
    text-overflow: '';
    padding-right: 1rem;
  }

  /* <option> elements inherit styles from <select>, so reset them. */
  .select option {
    background-color: #fff;
  }
}
/* IE9 hack to hide the arrow */
@media screen and (min-width:0\0) {
  .select select {
    z-index: 1;
    padding: .5rem 1.5rem .5rem 1rem;
  }
  .select:after {
    z-index: 5;
  }
  .select:before {
    position: absolute;
    top: 0;
    right: 1rem;
    bottom: 0;
    z-index: 2;
    content: "";
    display: block;
    width: 1.5rem;
    background-color: #eee;
  }
  .select select:hover,
  .select select:focus,
  .select select:active {
    color: #555;
    background-color: #eee;
  }
}
/*
 * File
 */
.file {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 40px;
  height: 2.5rem;
}
.file input {
  min-width: 224px;
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 40px;
  height: 2.5rem;
  padding: 8px 16px;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  border: 1.2px solid #ddd;
  border: .075rem solid #ddd;
  border-radius: .25rem;
  box-shadow: inset 0 .2rem .4rem rgba(0, 0, 0, .05);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.file-custom:after {
  content: "Choose file...";
}
.file-custom:before {
  position: absolute;
  top: -1.2px;
  top: -.075rem;
  right: -1.2px;
  right: -.075rem;
  bottom: -1.2px;
  bottom: -.075rem;
  z-index: 6;
  display: block;
  content: "Browse";
  height: 40px;
  height: 2.5rem;
  padding: 8px 16px;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #eee;
  border: 1.2px solid #ddd;
  border: .075rem solid #ddd;
  border-radius: 0 .25rem .25rem 0;
}
/* Focus */
.file input:focus ~ .file-custom {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}
/*
 * Progress
 */
.progress {
  display: inline-block;
  height: 16px;
  height: 1rem;
}
.progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* Remove Firefox and Opera border */
  border: 0;
  /* IE10 uses `color` to set the bar background-color */
  color: #0074d9;
}
.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: .2rem;
}
.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-top-left-radius: 3.2px;
  border-top-left-radius: .2rem;
  border-bottom-left-radius: 3.2px;
  border-bottom-left-radius: .2rem;
}
.progress[value="100"]::-webkit-progress-value {
  border-top-right-radius: 3.2px;
  border-top-right-radius: .2rem;
  border-bottom-right-radius: 3.2px;
  border-bottom-right-radius: .2rem;
}
/* Firefox styles must be entirely separate or it busts Webkit styles. */
@-moz-document url-prefix() {
  .progress[value] {
    background-color: #eee;
    border-radius: .2rem;
  }
  .progress[value]::-moz-progress-bar {
    background-color: #0074d9;
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
  }
  .progress[value="100"]::-moz-progress-bar {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
  }
}
/* IE9 hacks to accompany custom markup. We don't need to scope this via media queries, but I feel better doing it anyway. */
@media screen and (min-width:0\0) {
  .progress {
    background-color: #eee;
    border-radius: .2rem;
  }
  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem; /* Simulate hiding of value as in native `<progress>` */
    background-color: #0074d9;
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
  }
  .progress[width="100%"] {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
  }
}
/*
 * Control layouts
 */
.controls-stacked {
  margin: 16px 0;
  margin: 1rem 0;
}
.controls-stacked .control,
.controls-stacked .progress {
  display: block;
}
.controls-stacked .control + .control,
.controls-stacked .progress + .progress {
  margin-top: 8px;
  margin-top: .5rem;
}
.controls-inline {
  margin: 16px 0;
  margin: 1rem 0;
}
.controls-inline .control {
  display: inline-block;
  height: 16px;
  height: 1rem;
}
.controls-inline .control + .control {
  margin-left: 16px;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .contact-form {

  }
  .contact-form .row {
    margin-bottom: 0;
  }
  .contact-form .six.columns {
    margin-bottom: 30px;
  }
}
/* THIS IS THE NEW EVENT SIGN UP SECTION */
.contentarea--sign-up [class^="icon-"],
.contentarea--sign-up [class*=" icon-"],
.icon-arrow-right {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: 2px;
  font-size: 120%;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-envelope:before {
  content: "\e902";
}
.icon-check:before {
  content: "\e900";
}
.icon-arrow-right:before {
  content: "\e901";
}
.icon-arrow-right {
  font-size:140%;
  vertical-align: 0px;
}
.float--left {
  float:left;
}
.float--right {
  float:right;
}
.margin-top {
  margin-top: 48px;
  margin-top:3rem;
}
.sign-up h3 {
  margin-top: 48px;
  margin-top:3rem;
}
.form-row textarea {
  height:100px;
}
.btn-check span:before {
  content: "\e900";
  pointer-events:none;
  margin-right: 8px;
  margin-right: 8px;
  margin-right: 0.5rem;
  font-family:'icomoon';
}
.meta-small {
  margin-bottom:0;
}
.footer-sign-up {
  padding-top:40px;
  padding-bottom:40px;
}
.contentarea--sign-up {
  margin-top:60px;
}
.contentarea--sign-up p {
  margin-bottom: 16px;
  margin-bottom:1rem;
}
.wpml-ls-legacy-list-horizontal {
  float:right;
}
.meta-small > ul, .meta-small > div {
  float:right;
}
.meta-small .btn {
  position:static;
}
.wpml-ls-legacy-list-horizontal {
  padding:0;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-current-language {
  display:none;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-display {
  display:none;
}
.wpml-ls-legacy-list-horizontal a {
  padding: 6.4px 16px;
  padding: 0.4rem 1rem;
  color:#FFF;
}
.wpml-ls-legacy-list-horizontal a::before {
    content: " ";
    background: url("../assets/arrow.svg") no-repeat;
    height: 16px;
    width: 16px;
    position: relative;
    top: 4px;
    margin-right: 4px;
    display: inline-block;
}
@media (min-width: 768px) {
  .form-row.columns:first-child {
    padding-right:0.5rem;
  }
  .form-row.columns:nth-child(2) {
    padding-left:0.5rem;
  }
}
@media (max-width:768px) {
  .meta-small {
    float:right;
  }
  .meta-small .navigation a {
    margin-bottom:0;
  }
  div.button::before {
    top:1.5rem;
  }



}
@media (max-width:500px) {
  .meta-small .navigation {
    display:none;
  }
}
.wpcf7-not-valid {
    border-color: #E64000 !important;
}
.news-overview ul.wp-posts {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-overview ul.wp-posts li.news-post {
  display: block;
  overflow: hidden;
  padding: 30px 0;
  border-top: 1px solid #DADADA;
}
.news-overview .news-thumbnail-container {
}
@media (max-width: 767px) {
  .news-overview .news-thumbnail-container {
    margin-bottom: 20px;
  }
  }
.news-overview .news-thumbnail {
  background-color: #DADADA;
  width: 170px;
  height: 170px
}
@media (min-width: 768px) and (max-width: 1310px) {
  .news-overview .news-thumbnail {
    width: 100px;
    height: 100px;
  }
  }
@media (min-width: 1200px) {
  .news-overview .news-thumbnail {
    width: 170px;
    height: 170px;
  }
  }
.news-overview .news-pagination {
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  border-top: 1px solid #EDEDED;
}
.news-overview .news-pagination a,
.news-overview .news-pagination span {
  display: inline-block;
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
  line-height: 36px;
  line-height: 2.25rem;
  color: #a8b0b9;
  text-align: center;
  vertical-align: bottom;
  border-bottom: none;
  transition: color 0.1s ease-out;

  font-family: LubalinGraphStd-Demi, serif;
}
.news-overview .news-pagination a:hover {
  color: #000000;
}
.news-overview .news-pagination .page-numbers.current {
  color: #000000;
}
.news-overview .news-pagination .pagination-prev,
.news-overview .news-pagination .pagination-next {
  position: relative;
  background-color: #00E6BE;
  background-repeat: no-repeat;
  background-position: center center;
}
.news-overview .news-pagination .pagination-prev {
  background-image: url('../assets/al.svg');
  margin-right: 8px;
  margin-right: 0.5rem;
}
.news-overview .news-pagination .pagination-next {
  background-image: url('../assets/ar.svg');
  margin-left: 8px;
  margin-left: 0.5rem;
}
.single-post .content-section {
  margin-bottom: 30px;
}
.news-slider-hl {
  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: 4px;
  padding: 0 15px
}
@media (min-width: 768px) {
  .news-slider-hl {
    margin-top: 59px;
    padding: 0;
  }
  }
.news-slider {
  margin: 0 15px 32px;
  margin: 0 15px 2rem
}
@media (min-width: 768px) {
  .news-slider {
    margin: 0 0 2rem;
  }
  }
.news-slide {
}
.news-slide-image {
  margin-bottom: 8px;
}
.news-slide-date,
.news-slide-hl {
  display: block;
}
.news-slide-date {
  text-transform: uppercase;
}
.news-slide-hl {
  margin-bottom: 4px;
}
/* Slick */
.news-slider-container {
  position: relative;
  padding-bottom: 48px;
  padding-bottom: 3rem
}
@media (min-width: 768px) {
  .news-slider-container {
    padding-bottom: 0;
  }
  }
.news-slider-container .slick-arrow {
  position: absolute;
  width: 32px;
  height: 32px;
  bottom: 32px;
  bottom: 2rem;
  border: 0;
  border-radius: 2px;
  color: #000;
  text-indent: -10000px;
  background-color: #00E6BE;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: 0;
}
.news-slider-container .slick-arrow.slick-prev {
  left: 15px;
  background-image: url(../assets/al.svg);
}
.news-slider-container .slick-arrow.slick-next {
  right: 15px;
  background-image: url(../assets/ar.svg);
}
.news-slider-container .slick-dots {
  position: absolute;
  left: 15px;
  bottom: 32px;
  bottom: 2rem;
  margin-top: 20px;
  padding: 0;
}
.news-slider-container .slick-dots li {
  border: 1px solid #00E6BE;
}
.news-slider-container .slick-dots li.slick-active {
  background: #00E6BE;
}
.top-nav {
  overflow: visible;
  background-color: #000000;
  color: #ffffff;
  padding: 12px 0 8px;
  clear: both
}
@media (min-width: 768px) {
  .top-nav {
    padding: 30px 0;
  }
  }
body:not(.events-lp) .top-nav {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;

  max-width: 1310px;

  margin: 0 auto;

  clear: both;

  float: none;
}
body.monster-visible .top-nav {
  position: static !important;
}
.nav-burger {
  float: right;
  height: 40px;
  width: 40px
}
@media (min-width: 768px) {
  .nav-burger {
    display: none;
  }
  }
.burger-bars {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  padding-top: 12px;
  transition: all 500ms cubic-bezier(1, 0, 0.645, 0.65);
}
.sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.menu-bar {
  display: block;
  position: relative;
  background: #00E6BE;
  width: 24px;
  height: 2px;
  transition: all 300ms;
  margin: 0 auto;
}
.events-meta .wpml-ls-statics-shortcode_actions.wpml-ls ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: 6px;
}
.bar1 {
  top: 0;
  animation: topbar-back 500ms;
  animation-fill-mode: both;
  animation-play-state: running !important;
  animation-play-state: initial !important;
}
.bar2 {
  opacity: 1;
}
.bar3 {
  bottom: 0;
  animation: bottombar-back 500ms;
  animation-fill-mode: both;
  animation-play-state: running !important;
  animation-play-state: initial !important;
}
.menu-bar + .menu-bar {
  margin-top: 5px;
}
.toggled .bar1 {
  top: 25%;
  animation: topbar-x 500ms;
  animation-fill-mode: both;
}
.toggled .bar2 {
  opacity: 0;
}
.toggled .bar3 {
  bottom: 25%;
  animation: bottombar-x 500ms;
  animation-fill-mode: both;
}
@keyframes topbar-x {
  0% {
    top: 0;
    -webkit-transform: rotate(0deg);
  }

  45% {
    top: 25%;
    -webkit-transform: rotate(145deg);
  }

  75% {
    -webkit-transform: rotate(130deg);
  }

  100% {
    -webkit-transform: rotate(135deg);
  }
}
@keyframes topbar-back {
  0% {
    top: 25%;
    -webkit-transform: rotate(135deg);
  }

  45% {
    -webkit-transform: rotate(-10deg);
  }

  75% {
    -webkit-transform: rotate(5deg);
  }

  100% {
    top: 0;
    -webkit-transform: rotate(0);
  }
}
@keyframes bottombar-x {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0deg);
  }

  45% {
    bottom: 25%;
    -webkit-transform: rotate(-145deg);
  }

  75% {
    -webkit-transform: rotate(-130deg);
  }

  100% {
    -webkit-transform: rotate(-135deg);
  }
}
@keyframes bottombar-back {
  0% {
    bottom: 25%;
    -webkit-transform: rotate(-135deg);
  }

  45% {
    -webkit-transform: rotate(10deg);
  }

  75% {
    -webkit-transform: rotate(-5deg);
  }

  100% {
    bottom: 0;
    -webkit-transform: rotate(0);
  }
}
/**
 * .header-logo holds the logo svg in the navigation.
 *
 * - it's a link
 * - floated, no display block needed
 * - svg scales inside
 * - if the size should be edited, simply update header-logo attributes
 */
.header-logo {
  width: 175px;
  width: 10.9375rem;
  height: auto;
  float: left;
}
@media (min-width: 768px) {
  .header-logo {
    width: 14.0625rem;
  }
}
.header-logo svg {
  display: block;
  width: 100%;
  height: auto;
}
.header-logo-print {
  display: none;
}
.header-row {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
  float: none;
  /* overflow: hidden; */
}
.primary {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.navigation {
  padding: 0;
  margin: 0;
  list-style: none
}
.navigation a {
  font-family: LubalinGraphStd-Demi, serif;
  color: #ffffff;
  text-decoration: none;
}
.navigation li {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.navigation li a {
  padding: 8px 0;
  padding: 0.5rem 0;
}
.navigation li.dropdown > a:before {
  content: ' ';
  background: url('../assets/nav-arrow.svg') no-repeat;
  height: 24px;
  height: 1.5rem;
  width: 24px;
  width: 1.5rem;
  position: relative;
  top: 7px;
  top: 0.4375rem;
  display: inline-block;
  transform-origin: 50% 50%;
  transition: transform 0.1s ease-out;
}
.navigation li.dropdown.active > a {
  color: #00E6BE;
}
.navigation li.dropdown.active > a:before {
  transform: rotate(90deg);
}
.navigation li.locales-navi {
  position: relative;
  padding-right: 26px;
}
.navigation li.locales-navi ul {
  padding-right: 26px;
}
.navigation li.locales-navi .translation-notice-show {
  top: 11px;
  right: 15px;
}
.navigation li.locales-mobile {
  position: relative;
}
.navigation li.locales-mobile .translation-notice-show {
  top: 2px;
  left: 60px;
}
.navigation li.locales-navi,
  .navigation li.locales-mobile {
}
.navigation li.locales-navi .translation-notice-show, .navigation li.locales-mobile .translation-notice-show {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url(../assets/info-primary.svg);
  background-size: 100%;
  background-position: center;
  cursor: pointer;
}
.meta {
}
.meta .navigation li a {
}
@media (min-width: 768px) {
  .meta .navigation li a {
    padding: 0.4rem 1rem;
  }
}
.meta li.no-dropdown a {
  margin-left: 20px;
  margin-left: 1.25rem;
}
.meta .btn {
  margin: 0;
  position: relative;
  top: 14px;
  top: 0.875rem;
  color: #000;
  color: initial;
}
@media (max-width: 767px) {
  .meta .btn {
    padding: 0.5rem 1rem;
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 767px) {
  #main-navigation {
    max-height: 0;
    opacity: 0;
    transition: max-height 0.6s ease-out, opacity 0.3s ease;
  }

  #main-navigation.shown {
    max-height: 2000px;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .meta {
    display: block;
    float: right;
    margin-bottom: 40px;
  }

  .primary {
    float: right;
    padding: 0;
  }

  .navigation {
  }

  .navigation.horizontal.flyout {
    text-align: right;
  }

  .navigation.horizontal li {
    display: inline-block;
  }

  .navigation li {
    margin-bottom: 0;
  }

  .navigation li a {
    padding: 0.5rem;
  }

  .events-meta .wpml-ls-statics-shortcode_actions.wpml-ls ul {
    top: 22px;
  }
}
@media (min-width: 1024px) {
  .navigation li a {
    padding: 0.5rem 1rem;
  }

  .meta li a {
    margin-left: 0.625rem;
  }
}
.primary .navigation li a:hover {
  transition: color 0.1s ease-out;
}
.primary .navigation li a:hover {
  color: #00E6BE;
}
/**
 * Locales
 */
.meta .locales-mobile ul {
  overflow: hidden;
  list-style: none;
}
.meta .locales-mobile li {
  display: block;
  float: left;
}
.meta .locales-mobile li:not(:first-child) {
  margin-left: 3px;
}
.meta .locales-mobile li:not(:last-child) a:after {
  content: ', ';
}
@media (min-width: 768px) {
  .meta .navigation {
    position: relative;
    overflow: visible;
  }

  .meta .locale-link--current {
    position: relative;
    padding-left: 24px;
    margin-left: 0;
    transition: color 0.1s ease-out;
  }

  .meta .locale-link--current:hover,
  .meta .locales li:hover a {
    color: #00E6BE;
  }

  .meta .locale-link--current:before {
    content: ' ';
    background: url('../assets/nav-arrow.svg') no-repeat;
    height: 1.5rem;
    width: 1.5rem;
    position: relative;
    top: 0.4375rem;
    display: inline-block;
    transform-origin: 50% 50%;
    transition: transform 0.1s ease-out;
  }

  .meta .locale-link--current.active:before {
    transform: rotate(90deg);
  }

  .meta .locales {
    display: none;
    padding-bottom: 1.25rem;
    position: absolute;
    top: 2.8125rem;
    right: 0;
    background: #000000;
    z-index: 1000;
  }

  .meta .locales li {
    display: block;
  }
}
.translation-notice {
  display: none;
  overflow: hidden;
  background-color: #EDEDED;
}
.translation-notice-text {
  position: relative;
  margin: 11px 36px;
  font-size: 12px;
}
.translation-notice-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: -26px;
  width: 20px;
  height: 20px;
  background-image: url(../assets/info-black.svg);
  background-size: 100%;
  background-position: center;
}
.translation-notice-text .textlink {
  padding-bottom: 0;
  line-height: 16px;
}
.translation-notice-close {
  display: block;
  float: right;
  position: relative;
  width: 24px;
  height: 24px;
  margin: 10px 14px;
  background-color: #00E6BE;
  border-radius: 4px;
  cursor: pointer;
}
.translation-notice-close:before,
.translation-notice-close:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 6px;
  width: 12px;
  height: 1px;
  border-top: 1px solid #000;
}
.translation-notice-close:before {
  transform: rotate(45deg);
}
.translation-notice-close:after {
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .translation-notice-text {
    float: right;
    margin: 11px 0;
  }
}
/**======================
 *    SECTION Hero minimal template
 *========================**/
.header-logo-minimal {
  max-width: 160px;
}
.header-row {
  position: relative;
  /* overflow: hidden !important; */
}
.header-socialmedia {
  position: absolute;
  right: 8px;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.header-socialmedia-icon {
  width: 40px;
  height: 40px;
  margin: 0 8px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .header-socialmedia {
    right: 15px;
  }
}
.header-socialmedia-file {
  width: 100%;
  height: auto;
}
.header-socialmedia-file path {
  transition: fill .4s ease;
  fill: #ffffff;
}
.header-socialmedia-file:hover path {
  fill: #00E6BE;
}
.footer-big {
  background-color: #000000;
  padding: 30px 0;
  color: #ffffff;
  clear: both
}
@media (min-width: 768px) {
  .footer-big {
    padding: 60px 0;
  }
  }
.footer-big .navigation {
  line-height: 32px;
  line-height: 2rem;
}
.footer-big .navigation li a {
  padding: 0 0 2px 0;
  border-bottom: 1px solid #00E6BE;
}
.footer-big .navigation li a:hover {
  border-bottom: 1px solid #ffffff;
}
.footer-big .wrapper {
}
@media (min-width: 1024px) {
  .footer-big .wrapper {
    padding: 0;
  }
}
.footer-big .col-mob-full,
  .footer-big .col-mob-2 {
  float: left;
  margin-right: 30px;
  margin-right: 1.875rem;
}
.footer-big .col-mob-full {
}
@media (min-width: 1024px) {
  .footer-big .col-mob-full {
    width: 16.875rem;
  }
}
.footer-big .col-mob-2 {
}
@media (min-width: 1024px) {
  .footer-big .col-mob-2 {
    width: 10.625rem;
  }
}
.footer-logo {
  width: 175px;
  margin-bottom: 23px;
}
.footer-headline {
  font-family: LubalinGraphStd-Demi, serif;

  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: 16px;
  margin-bottom: 1rem
}
@media (min-width: 1024px) {
  .footer-headline {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  }
.footer-text {
  margin-bottom: 20px
}
@media (min-width: 1024px) {
  .footer-text {
    margin-bottom: 0;
  }
  }
/* Adds styles for the hero section and slider functionality */
.hero {
  position: relative;
  max-width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  background-color: #000000;
  background-size: cover;
  background-position: center center

}
@media (min-width: 768px) {
  .hero {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  }
.hero img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: auto;
  height: 100%;
  transform: translate(-50%,0);
  max-width: none;
  max-width: initial;
}
@media (min-width: 768px) {
  .hero img {
    width: 100%;
    height: auto;
    left: 0;
    transform: none;
  }
}
.hero .image:after {
  content: " ";
  background-color: #000000;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 3;
}
.hero-big {
  height: 390px
}
.hero-big .hero-content .container {
  padding: 0 15px 60px;
}
@media (min-width: 768px) {
  .hero-big {
    height: 44vw;
  }
  .hero-big .hero-content .container {
    padding-bottom: 0;
  }
  }
@media (min-width: 1310px) {
  .hero-big {
    height: 580px;
  }
  }
.hero-small {
  height: 220px;
  display: block

}
.hero-small .hero-content {
  padding-top: 30px;
}
.hero-small h1 {
  font-family: LubalinGraphStd-Demi, serif;
}
.hero-locations {
  background-image: url("../assets/map-locations.png");
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .hero-small {
    height: 290px
  }
  .hero-small .hero-content {
    padding-top: 74px;
  }

  .hero-locations {
    background-image: url("../assets/hero-locations.jpg");
    background-size: cover;
  }
}
.hero-content {
  width: 100%;
}
.hero-text {
  position: relative;
  z-index: 6;
  color: #FFFFFF
}
.hero-text p {
  margin: 0;
}
.hero-text .fs-title {
  margin-bottom: 10px;
}
.hero-text .fs-mega {
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero-text .fs-mega {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  z-index: 6;
  display: block;
  float: none;
  clear: both;
  padding: 0 15px
}
@media (min-width: 768px) {
  .slick-dots {
    bottom: 40px;
  }
  }
@media (min-width: 1200px) {
  .slick-dots {
    padding: 0;
  }
  }
.slick-dots li {
  display: inline-block;
  background: transparent;
  border: 1px solid #FFFFFF;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  margin-right: 10px;
}
.slick-dots li.slick-active {
  background: #FFFFFF;
}
.slick-dots li button {
  display: none;
}
/**************************************************
*
* Adds element styles to the main.css
*
* Version 1.0.0
*
**************************************************/
/* Breadcrumb layouts */
.breadcrumbs {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  display: none

}
@media (min-width: 768px) {
  .breadcrumbs {
    display: block;
  }
  }
.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0
}
.breadcrumbs ul li {
  display: inline-block;
}
/* Main breadcrumbs on full width of screen */
.breadcrumbs-full {
  background-color: #EDEDED;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block
}
.breadcrumbs-full li a {
  color: #585858;
}
.breadcrumbs-full li.active {
}
.breadcrumbs-full li.active a {
  color: #000000;
}
.breadcrumbs-full li.active a:hover {
  text-decoration: underline;
}
/* Breadcrumb with oberlay on the hero */
.breadcrumbs-black {
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px;
  color: #FFFFFF

}
@media (min-width: 1200px) {
  .breadcrumbs-black {
    padding: 12px 12px 12px 70px;
  }
  }
.breadcrumbs-black li a {
  opacity: 0.75;
  padding: 0;
}
.breadcrumbs-black li a.active {
  opacity: 1;
}
.mega-dropdown {
  display: none;
  padding: 60px 0 40px 0;
  padding: 3.75rem 0 2.5rem 0;
  border-top: 1px solid #333333;
  margin-top: 8px;
  margin-top: 0.5rem
}
.mega-dropdown .mega-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mega-dropdown .container {
  padding: 0;
}
.navigation {
}
.navigation .mega-dropdown {
  padding: 30px 20px 0;
  padding: 1.875rem 1.25rem 0;
}
.mega-intro {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.mega-intro-headline {
  font-family: LubalinGraphStd-Demi, serif;
}
.mega-intro-text {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.mega-link {
  overflow: hidden;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.mega-keybrands {
}
.mega-keybrands .keybrand-info {
  display: none;
}
.mega-keybrands .keybrand-info .mega-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  margin: 32px -8px 0;
}
.mega-keybrands .keybrand-info .mega-list .mega-link {
  float: left;
  width: 33%;
  padding: 0 8px;
}
.mega-keybrands .keybrand-info .mega-list .mega-link .mega-menu-link {
  display: inline-block;
  padding-left: 16px;
  background-image: url('../assets/nav-arrow.svg');
  background-repeat: no-repeat;
  background-position: -8px -3px;
}
.mega-keybrands .mega-list-keybrands {
}
.mega-keybrands .mega-list-keybrands .mega-link {
  margin-bottom: 0;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  border-top: 1px solid #323232;
}
.mega-keybrands .mega-list-keybrands .mega-link .mega-icon {
  margin-bottom: 0;
}
.mega-keybrands .mega-list-keybrands .mega-link .mega-menu-link {
  overflow: hidden;
  display: block;
  position: relative;
  color: #585858;
}
.mega-keybrands .mega-list-keybrands .mega-link .mega-menu-link:hover {
  color: #00E6BE;
}
.mega-keybrands .mega-list-keybrands .mega-link .mega-menu-link:hover:after {
  content: '';
  position: absolute;
  top: 45%;
  right: 0;
  height: 24px;
  height: 1.5rem;
  width: 24px;
  width: 1.5rem;
  transform: translateY(-45%);
  background: url('../assets/nav-arrow.svg') no-repeat;
}
.mega-menu-link {
  /*width: 75%;
  float: left;*/
  color: inherit
}
.mega-menu-link:hover {
  color: #00E6BE;
}
.mega-icon {
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  margin-right: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  background-size: cover;
  background-position: center center;
  transition: border ease-out 0.2s
}
.mega-icon img {
  position: absolute;
  display: block;
  height: 100%;
  max-width: none !important;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.mega-keybrands .mega-icon {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .mega-icon-hide-mobile {
    display: none;
  }
}
#mega-keybrands {
}
#mega-keybrands .mega-menu-link {
  width: 50%;
}
#mega-keybrands .mega-icon {
  width: 33px;
  width: 2.0625rem;
  height: 26px;
  height: 1.625rem;
}
@media (max-width: 767px) {
  .mega-dropdown-container {
  }
  .mega-dropdown-container .mega-dropdown {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .navigation {
  }
  .navigation .mega-dropdown {
    display: none !important;
  }

  .mega-dropdown {
    padding: 3.75rem 0 2.5rem;
  }
}
/**
  * Extra Layout for tablets
  */
@media (min-width: 768px) and (max-width: 1023px) {
  .mega-intro.three.columns {
    width: 100%;
  }

  .mega-block.three.columns {
    width: 31.6666666667%;
    margin-left: 0;
  }

    .mega-block.two.columns {
    width: 25%;
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .mega-intro {
    margin-bottom: 0;
  }
}
/***********************************
*
* Styles for case study box
*
* Version 1.0.0
*
***********************************/
.solution-box {
  overflow: hidden
}
.solution-box .solution-content {
  padding: 30px 30px 38px 30px;
}
.solution-box .fs-subheader {
  font-family: LubalinGraphStd-Book, serif;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .solution-box {
}
  .solution-box .solution-img {
    position: relative;
    height: 350px;
    width: 50%;
    float: left;
    overflow: hidden;
  }
  .solution-box img {
    max-width: none;
    max-width: initial;
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
  }
  .solution-box .solution-content {
    float: right;
    width: 37%;
  }
  .solution-box .solution-headline {
    margin-bottom: 10px;
    font-family: LubalinGraphStd-Demi, serif;
  }

  }
@media (min-width: 1024px) {
  .solution-box {
}
  .solution-box .solution-img {
    height: 280px;
    width: 50%;
  }
  .solution-box .solution-content {
    float: right;
    width: 50%;
  }
  }
.content-section.solution,
.solutions-more-link {
  margin-bottom: 30px;
}
.solutions-more-link.top-margin {
  margin-top: 30px;
  margin-bottom: 0px;
}
.content-section .solutions-more-link a {
  display: inline-block;
}
.solutions-more-container {
  overflow: hidden;
  margin-bottom: 30px;
}
.solutions-more {
  display: none;
  /*height: 100%;*/
}
/**
 * Alternative solution teaser
 */
ul.solutions {
  margin: 0 !important;
  padding: 0 !important;
}
ul.solutions li.solution-post {
  display: block;
  overflow: hidden;
  padding: 30px 0;
  border-bottom: 1px solid #DADADA;
}
.solution-post .solution-thumbnail-container {
}
@media (max-width: 767px) {
  .solution-post .solution-thumbnail-container {
    margin-bottom: 20px;
  }
  }
.solution-post .solution-thumbnail {
  background-color: #DADADA;
  width: 170px;
  height: 170px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}
@media (min-width: 768px) and (max-width: 1310px) {
  .solution-post .solution-thumbnail {
    width: 100px;
    height: 100px;
  }
  }
@media (min-width: 1200px) {
  .solution-post .solution-thumbnail {
    width: 170px;
    height: 170px;
  }
  }
.image-gallery {
  z-index: 1;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
.image-gallery-item {
  position: relative;
}
.image-gallery-item:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  width: 100%;
}
.image-gallery-item > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
/* Dots */
.image-gallery .slick-dots {
  margin: 0;
  padding: 0 16px;
  padding: 0 1rem;
  text-align: center;
  list-style: none;
  bottom: -50px;
  bottom: -3.125rem;
}
.image-gallery .slick-dots li {
  border-color: #00E6BE;
  cursor: pointer;
}
.image-gallery .slick-dots li.slick-active {
  background-color: #00E6BE;
}
/* Arrows */
.image-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  background-color: #000;
  background-image: url(../assets/product-slider.png);
  background-repeat: no-repeat;
  background-size: 80px 40px;
  border: 0;
  z-index: 2;
  outline: none;
  cursor: pointer;
  opacity: 0;
  transition: opacity .1s ease-out;
  transform: translateY(-50%);
}
.image-gallery:hover .slick-arrow {
  opacity: .8;
}
.image-gallery:hover .slick-arrow:hover {
  opacity: 1;
}
.image-gallery .slick-next {
  right: 0;
  background-position: center right;
}
.image-gallery .slick-prev {
  left: 0;
  background-position: center left;
}
/***********************************
*
* Styles for wordpress child pages
*
* Version 1.0.0
*
***********************************/
.child-post.three.columns {
  margin-bottom: 30px;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 20px;
}
.child-post.columns:last-child {
  border-bottom: none;
}
.postchild-img {
  height: 152px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #DADADA
}
@media (min-width: 368px) and (max-width: 768px) {
  .postchild-img {
    height: 310px;
  }
  }
.postchild-img img {
  position: absolute;
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
}
.child-parent-title {
  margin-bottom: 10px;
  line-height: 1;
}
h3.child-title {
  margin-bottom: 0;
}
.child-excerpt {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .main-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .content-left, .row.child-section, .sidebar-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
  }

  .content-left {
    -ms-flex-order: 1;
        order: 1;
  }

  .row.child-section {
    -ms-flex-order: 2;
        order: 2;
  }

  .sidebar-right {
    -ms-flex-order: 3;
        order: 3;
    margin-bottom: 30px;
  }

}
@media (min-width: 768px) {
  .child-post.three.columns {
    width: 32.2%;
    border-right: 1px solid #DADADA;
    border-bottom: none;
    padding-right: 1.56410%;
    padding-bottom: none;
    margin-left: 1.56410%;
  }

  .child-post.column:first-child {
    margin-left: 0;
  }

  .child-post.three.columns:nth-child(3n), .child-post.columns:last-child {
    border-right: none;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .child-post.three.columns:nth-child(3n+1) {
    margin-left: 0;
    padding-right: 1.56410%;
    clear: left;
  }
}
@media (min-width: 1024px) {
  .child-post.three.columns {
  width: 23.8%;
  }

  .child-post.three.columns:nth-child(3n) {
    border-right: 1px solid #DADADA;
    padding-right: 1.56410%;
  }

  .child-post.three.columns:nth-child(4n), .child-post.columns:last-child {
    border-right: none;
    padding-right: 0;
    margin-left: 1.56410%;
  }

  .child-post.three.columns:nth-child(4n+1) {
    margin-left: 0;
    padding-right: 1.56410%;
    clear: left;
  }
}
/**
  * Styles the management CV template
  */
.management-cv {
  border-top: 1px solid #DADADA;
  margin-bottom: 30px
}
.management-cv .cv-item {
  border-bottom: 1px solid #DADADA;
  overflow: hidden;
  width: 100%;
  padding: 30px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.management-cv .cv-date {
  font-family: LubalinGraphStd-Demi, serif;
  float: left;
  width: 23%;
  padding-right: 10px;
}
@media (max-width: 468px) {
  .management-cv .cv-date {
    width: 100%;
  }
}
.management-cv .cv-detail {
  float: left;
  width: 75%;
}
@media (max-width: 468px) {
  .management-cv .cv-detail {
    width: 100%;
  }
}
/* Downloads */
.downloads {
}
.downloads .download {
  overflow: hidden;
}
.downloads .download + .download {
  margin-top: 20px;
}
.downloads .download-box {
  overflow: hidden;
  margin: 25px 0 33px;
}
.downloads .download-infos {
  float: left;
  width: 85%;
}
.downloads .download-icon {
  float: left;
}
.downloads .download-icon:before {
  content: " ";
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 6px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-image: url("../assets/filetype-pdf.svg");
}
.downloads .filetype-pdf:before {
  background-image: url("../assets/filetype-pdf.svg");
}
.downloads .filetype-zip:before {
  background-image: url("../assets/filetype-zip.svg");
}
.downloads .download-title {
  font-family: LubalinGraphStd-Demi, serif;
}
.downloads .download-meta {
  margin-bottom: 10px;
}
.downloads .textlink {
  position: relative;
  margin-left: 30px;
}
.downloads .textlink:before {
  content: " ";
  position: absolute;
  left: -30px;
  top: 0;
  width: 24px;
  height: 24px;
  background: url("../assets/download-icon.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left 3px top 2px;
}
/* Teaser-Boxes on the home page */
.intro-boxes .container {
  padding: 0;
  z-index: 8

}
@media (min-width: 768px) {
  .intro-boxes .container {
    padding: 0 15px;
    margin-top: -30px;
  }
  }
@media (min-width: 1200px) {
  .intro-boxes .container {
    padding: 0;
  }
  }
.teaser-box {
  padding: 30px 15px
}
@media (min-width: 768px) {
  .teaser-box {
    margin-bottom: 30px;
  }
  }
.teaser-box .fs-title {
  margin-bottom: 10px;
}
.teaser-box.bg-img {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("../assets/teaserbox-bg.png");
  background-size: cover;
  background-color: #000000;
  color: #FFFFFF;
  padding: 74px 15px 30px;
}
.teaser-box.bg-img .textlink {
  color: #FFFFFF;
}
.teaser-box.bg-img .textlink:hover {
  border-bottom: 1px solid #FFFFFF;
}
.teaser-box.bg-grey {
  background-color: #EDEDED;
}
.teaser-box p.fs.caption {
  margin: 0;
}
.teaser-box .fs-title {
  font-weight: bold;
}
.teaser-box .top-image {
  padding: 12px 20px;
}
.teaser-box.company {
}
@media (min-width: 768px) {
  .teaser-box.company {
    padding-top: 122px;
  }
  }
.teaser-box.locations {
}
.teaser-box.locations .fs-standard {
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1310px) {

  .two.columns.news-box {
    width: 75% !important;
    margin-left: 0 !important;
    padding: 30px 0;
  }

  .intro-boxes .four.columns {
    width: 38%;
  }

  /* TODO: refactor to be dynamic */
  .teaser-box.locations {
    min-height: 28.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .intro-boxes .six.columns {
    width: 57.9%;
    margin-left: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1310px) {
    .intro-boxes .six.columns {
    width: 59%;
    margin-left: 30px;
  }
}
.news-box {
  padding: 30px 15px
}
@media (min-width: 1310px) {
  .news-box {
    padding: 60px 0 30px;
  }
  }
.news-box .fs-caption {
  font-family: LubalinGraphStd-Demi, serif;
}
.news-box .fs-subheader {
  font-family: LubalinGraphStd-Demi, serif;
}
/* Keybrands Section */
.keybrands {
  padding-top: 30px;
  padding-bottom: 30px
}
@media (min-width: 768px) {
  .keybrands {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  }
.keybrands p {
  margin-bottom: 10px;
}
.keybrands .textlink {
}
@media (max-width: 767px) {
  .keybrands .textlink {
    display: inline-block;
    margin-bottom: 30px;
  }
}
@media (min-width: 400px) {
  .keybrand-boxes {
    overflow: hidden;
  }
}
.keybrand-box {
}
@media (min-width: 400px) {
  .keybrand-box {
    float: left;
    width: 50%;
  }
  }
@media (min-width: 630px) {
  .keybrand-box {
    width: 33.333333333%;
  }
  }
@media (min-width: 768px) {
  .keybrand-box {
    width: 50%;
  }
  }
@media (min-width: 1160px) {
  .keybrand-box {
    width: 25%;
  }
  }
.keybrand-logo {
  margin-bottom: 30px;
  width: 100%
}
.keybrand-logo a {
  display: block;
}
.keybrand-logo svg {
  width: auto;
  display: block;
}
/***********************************
*
* Styles for the right sidebar area
*
* Version 1.0.0
*
***********************************/
.widget {
  margin-bottom: 15px;
  padding: 30px;
  background-color: #EDEDED
}
@media (min-width: 768px) {
  .widget {
    margin-bottom: 30px;
  }
  }
.widget-title {
  font-family: LubalinGraphStd-Demi, serif;
  margin-bottom: 30px;
}
/* Contact Widget */
.widget-contact {
}
.widget-contact .keybrandlogo {
  margin-bottom: 30px;
  width: 100%;
}
.widget-contact .keybrandlogo svg {
  display: block;
}
.widget-contact .keybrandlogo img {
  height: 50px;
  width: auto;
  max-width: none;
}
.widget-contact .fs-caption {
  font-family: LubalinGraphStd-Demi, serif;
  color: #00E6BE;
  margin-bottom: 10px;
}
.widget-contact .brand-description {
  margin-bottom: 20px;
}
.widget-contact .product-inquiry {
  overflow: hidden;
  margin-top: 20px;
}
.widget-contact .product-inquiry p {
  color: #00E6BE;
}
.widget-contact .product-inquiry .btn {
  display: block;
  float: left;
  margin: 16px 16px 0 0;
}
.widget-contact .location-name {
  font-family: LubalinGraphStd-Demi, serif;
}
.widget-contact .social-media {
  margin-top: 32px;
}
.widget-contact .social-media-icon-link {
  display: inline-block;
  margin: 8px 8px 0 0;
  padding: 0 16px 16px 0;
}
.widget-contact .social-media-icon {
  display: block;
  width: 32px;
  height: auto;
}
/* Downloads widget */
.widget-downloads {

}
.widget-downloads .download-box {
  overflow: hidden;
}
.widget-downloads .download-box + .download-box {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.widget-downloads .download-infos {
  float: left;
  width: 85%;
}
.widget-downloads .download-icon {
  float: left;
}
.widget-downloads .download-icon:before {
  content: " ";
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 6px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-image: url("../assets/filetype-pdf.svg");
}
.widget-downloads .filetype-pdf:before {
  background-image: url("../assets/filetype-pdf.svg");
}
.widget-downloads .filetype-zip:before {
  background-image: url("../assets/filetype-zip.svg");
}
.widget-downloads .download-title {
  font-family: LubalinGraphStd-Demi, serif;
}
.widget-downloads .download-meta {
  margin-bottom: 10px;
}
/* Markets widget */
.widget-markets {
}
.widget-markets .market-tag {
  margin-right: 8px;
  margin-bottom: 10px;
}
/* Management Widgets */
.widget-thumbnail {
  padding: 0
}
.widget-thumbnail .management-portrait {
  width: 100%;
}
.widget-thumbnail .management-portrait img {
  max-width: none;
  width: 100%;
}
.widget-thumbnail .management-details {
  padding: 10px 30px 30px 30px;
}
.widget-responsibilities, .widget-business-units {
}
.widget-responsibilities .widget-title, .widget-business-units .widget-title {
  margin-bottom: 10px;
}
.widget-business-units .business-units-details {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0
}
.widget-business-units .business-units-details .textlink {
  padding-bottom: 0;
}
.widget-business-units .business-units-details li {
  margin-bottom: 3px;
}
.widget-teaser {
  overflow: hidden;
  background: transparent;
  padding: 0
}
.widget-teaser img {
  width: 100%;
  height: auto;
}
.widget-teaser img.no-hover {
  display: block;
}
.widget-teaser img.hover {
  display: none;
}
.widget-teaser:hover img {
}
.widget-teaser:hover img.no-hover {
  display: none;
}
.widget-teaser:hover img.hover {
  display: block;
}
/**
 * Management List
 */
.managers {
  overflow: hidden;
}
.managers .manager {
  box-sizing: border-box;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.managers .manager-position {
  margin-bottom: 10px;
  margin-bottom: .625rem;
}
@media (min-width: 27.5rem) {
  .managers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -1.875rem;
    margin-left: -1.875rem;
  }

  .managers .manager {
    padding-right: 1.875rem;
    padding-bottom: 1.25rem;
    padding-left: 1.875rem;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    border-right: 1px solid #DADADA;
  }
}
@media (min-width: 40rem) {
  .managers .manager {
    -ms-flex-preferred-size: 33.333333333%;
        flex-basis: 33.333333333%;
    max-width: 33.333333333%;
  }
}
.managers .manager-link {
  position: relative;
  display: block;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.managers .manager-link:before {
  padding-top: 86.4864865%;
  width: 100%;
  display: block;
  content: "";
}
.managers .manager-portrait {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
/* Countries */
.country-text {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.country-block{
	cursor: pointer;
  background-size: contain;
  background-position: center center;
  background-color: #000;
  background-repeat: no-repeat;
	margin-bottom: 20px;
}
.country-block-inner {
    background-color: #00e6be;
    display: block;
    height: 180px;
    line-height:180px;
    text-align: center;
        font-family: LubalinGraphStd-Demi, serif;
    color:#000;


    background-size: contain;
    background-position: center center;
    transition: all 150ms ease-in-out;


}
.country-block p{
	display: none;
	visibility: hidden;
}
.country-block-inner:hover {
    background: transparent;
}
.country-block-inner a,
.country-block-inner a:hover{
	display: block;
	border-bottom: none;
}
.country-block span{
  transition: opacity 150ms ease-in-out;
  opacity: 1;
}
.country-block:hover span{

  opacity: 0;

}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col-3 {
  width: 25%;
}
.w-row{
	margin-left: -10px;
}
@media screen and (max-width: 991px) {

  .w-col-medium-6 {
    width: 50%;
  }

}
@media screen and (max-width: 767px) {

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
		padding-left: 0;
		padding-right: 0;
  }



}
@media screen and (max-width: 479px) {

  .w-col {
    width: 100%;
  }


}
/***********************************
*
* Styles for the filter
*
* Version 1.0.0
*
***********************************/
.filter-head {
  display: block;
  border-bottom: 2px solid #EDEDED;
  margin-bottom: 30px;
}
/**
 * User Generated Table
 *
 * "User Generated" as in: the customer adds table markup to pim/cms fields.
 */
.pim-table {
  margin-bottom: 17px;
  overflow-x: auto;
  position: relative;
}
.pim-table table {
  border-collapse: collapse;
  min-width: 100%;
}
.pim-table td {
  text-align: center;
  padding: 12px;
  min-width: 74px;
  font-family: "LubalinGraphStd-Book", serif !important;
  font-size: 12px;
  text-align: center !important;
}
.pim-table thead {
  background: #000;
  color: #fff;
}
.pim-table thead td {
  border: 1px solid #fff;
}
.pim-table tbody tr:nth-child(even) {
  background-color: #ededed;
}
.pim-table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.pim-table > .table-wrapper,
.pim-table > .scrollable {
  overflow-x: auto;
}
.pim-table > .table-wrapper {
  /* display: flex; */
  /* flex-direction: row-reverse; */
}
.pim-table .pinned {
  position: absolute;
  left: 0;
  top: 0;
}
.pim-table .pinned table {
  height: 100%;
}
.pim-table .pinned thead tr:not(:first-child) {
  display: none;
}
.scrollable .shur-a-lock-2 tbody tr:nth-child(3) td,
.scrollable .shur-a-lock-2 tbody tr:nth-child(4) td,
.scrollable .shur-a-lock-2 tbody tr:nth-child(7) td,
.scrollable .shur-a-lock-2 tbody tr:nth-child(8) td,
.scrollable .shur-a-lock-2 tbody tr:nth-child(11) td,
.scrollable .shur-a-lock-2 tbody tr:nth-child(12) td,

.scrollable .ww-table-1 tbody tr:nth-child(2) td,
.scrollable .ww-table-1 tbody tr:nth-child(4) td,
.scrollable .ww-table-1 tbody tr:nth-child(10) td,
.scrollable .ww-table-1 tbody tr:nth-child(12) td,
.scrollable .ww-table-1 tbody tr:nth-child(18) td,
.scrollable .ww-table-1 tbody tr:nth-child(20) td,
.scrollable .ww-table-1 tbody tr:nth-child(26) td,
.scrollable .ww-table-1 tbody tr:nth-child(28) td,
.scrollable .ww-table-1 tbody tr:nth-child(34) td,
.scrollable .ww-table-1 tbody tr:nth-child(36) td,

.scrollable .ww-table-2 tbody tr:nth-child(6) td,
.scrollable .ww-table-2 tbody tr:nth-child(12) td,
.scrollable .ww-table-2 tbody tr:nth-child(14) td,
.scrollable .ww-table-2 tbody tr:nth-child(22) td,
.scrollable .ww-table-2 tbody tr:nth-child(24) td,
.scrollable .ww-table-2 tbody tr:nth-child(32) td,
.scrollable .ww-table-2 tbody tr:nth-child(34) td,

.scrollable .ww-table-3 tbody tr:nth-child(2) td,
.scrollable .ww-table-3 tbody tr:nth-child(4) td,
.scrollable .ww-table-3 tbody tr:nth-child(10) td,
.scrollable .ww-table-3 tbody tr:nth-child(12) td,
.scrollable .ww-table-3 tbody tr:nth-child(18) td,
.scrollable .ww-table-3 tbody tr:nth-child(20) td,
.scrollable .ww-table-3 tbody tr:nth-child(26) td,
.scrollable .ww-table-3 tbody tr:nth-child(28) td,
.scrollable .ww-table-3 tbody tr:nth-child(34) td,
.scrollable .ww-table-3 tbody tr:nth-child(36) td,

.scrollable .ww-table-4 tbody tr:nth-child(6) td,
.scrollable .ww-table-4 tbody tr:nth-child(12) td,
.scrollable .ww-table-4 tbody tr:nth-child(14) td,
.scrollable .ww-table-4 tbody tr:nth-child(22) td,
.scrollable .ww-table-4 tbody tr:nth-child(24) td,
.scrollable .ww-table-4 tbody tr:nth-child(32) td,
.scrollable .ww-table-4 tbody tr:nth-child(34) td,

.scrollable .male-x tbody tr:nth-child(2) td,
.scrollable .male-x tbody tr:nth-child(8) td,
.scrollable .male-x tbody tr:nth-child(14) td,
.scrollable .male-x tbody tr:nth-child(20) td,
.scrollable .male-x tbody tr:nth-child(26) td,

.scrollable .male-x-2 tbody tr:nth-child(2) td,
.scrollable .male-x-2 tbody tr:nth-child(8) td,
.scrollable .male-x-2 tbody tr:nth-child(14) td,
.scrollable .male-x-2 tbody tr:nth-child(20) td,
.scrollable .male-x-2 tbody tr:nth-child(26) td,

.scrollable .pvc-vee tbody tr:nth-child(2) td,
.scrollable .pvc-vee tbody tr:nth-child(6) td,
.scrollable .pvc-vee tbody tr:nth-child(10) td,
.scrollable .pvc-vee tbody tr:nth-child(14) td,
.scrollable .pvc-vee tbody tr:nth-child(18) td,

.pinned .male-x-2 tbody tr:nth-child(1) td,
.pinned .male-x-2 tbody tr:nth-child(7) td,
.pinned .male-x-2 tbody tr:nth-child(13) td,
.pinned .male-x-2 tbody tr:nth-child(19) td,
.pinned .male-x-2 tbody tr:nth-child(25) td {
    background-color: rgb(255, 255, 255) !important;
}
.scrollable .shur-a-lock-2 tbody tr:nth-child(1) td,
.scrollable .shur-a-lock-2 tbody tr:nth-child(2) td,
.scrollable .shur-a-lock-2 tbody tr:nth-child(5) td,
.scrollable .shur-a-lock-2 tbody tr:nth-child(6) td,
.scrollable .shur-a-lock-2 tbody tr:nth-child(9) td,
.scrollable .shur-a-lock-2 tbody tr:nth-child(10) td,

.scrollable .ww-table-1 tbody tr:nth-child(7) td,
.scrollable .ww-table-1 tbody tr:nth-child(9) td,
.scrollable .ww-table-1 tbody tr:nth-child(15) td,
.scrollable .ww-table-1 tbody tr:nth-child(17) td,
.scrollable .ww-table-1 tbody tr:nth-child(23) td,
.scrollable .ww-table-1 tbody tr:nth-child(25) td,
.scrollable .ww-table-1 tbody tr:nth-child(31) td,
.scrollable .ww-table-1 tbody tr:nth-child(33) td,

.scrollable .ww-table-2 tbody tr:nth-child(1) td,
.scrollable .ww-table-2 tbody tr:nth-child(3) td,
.scrollable .ww-table-2 tbody tr:nth-child(9) td,
.scrollable .ww-table-2 tbody tr:nth-child(11) td,
.scrollable .ww-table-2 tbody tr:nth-child(17) td,
.scrollable .ww-table-2 tbody tr:nth-child(19) td,
.scrollable .ww-table-2 tbody tr:nth-child(27) td,
.scrollable .ww-table-2 tbody tr:nth-child(29) td,
.scrollable .ww-table-2 tbody tr:nth-child(37) td,

.scrollable .ww-table-3 tbody tr:nth-child(7) td,
.scrollable .ww-table-3 tbody tr:nth-child(9) td,
.scrollable .ww-table-3 tbody tr:nth-child(15) td,
.scrollable .ww-table-3 tbody tr:nth-child(17) td,
.scrollable .ww-table-3 tbody tr:nth-child(23) td,
.scrollable .ww-table-3 tbody tr:nth-child(25) td,
.scrollable .ww-table-3 tbody tr:nth-child(31) td,
.scrollable .ww-table-3 tbody tr:nth-child(33) td,

.scrollable .ww-table-4 tbody tr:nth-child(1) td,
.scrollable .ww-table-4 tbody tr:nth-child(3) td,
.scrollable .ww-table-4 tbody tr:nth-child(9) td,
.scrollable .ww-table-4 tbody tr:nth-child(11) td,
.scrollable .ww-table-4 tbody tr:nth-child(17) td,
.scrollable .ww-table-4 tbody tr:nth-child(19) td,
.scrollable .ww-table-4 tbody tr:nth-child(27) td,
.scrollable .ww-table-4 tbody tr:nth-child(29) td,
.scrollable .ww-table-4 tbody tr:nth-child(37) td,

.scrollable .male-x tbody tr:nth-child(5) td,
.scrollable .male-x tbody tr:nth-child(11) td,
.scrollable .male-x tbody tr:nth-child(17) td,
.scrollable .male-x tbody tr:nth-child(23) td,
.scrollable .male-x tbody tr:nth-child(29) td,

.scrollable .male-x-2 tbody tr:nth-child(5) td,
.scrollable .male-x-2 tbody tr:nth-child(11) td,
.scrollable .male-x-2 tbody tr:nth-child(17) td,
.scrollable .male-x-2 tbody tr:nth-child(23) td,
.scrollable .male-x-2 tbody tr:nth-child(29) td,

.scrollable .pvc-vee tbody tr:nth-child(3) td,
.scrollable .pvc-vee tbody tr:nth-child(7) td,
.scrollable .pvc-vee tbody tr:nth-child(11) td,
.scrollable .pvc-vee tbody tr:nth-child(15) td,
.scrollable .pvc-vee tbody tr:nth-child(19) td,

.pinned .male-x-2 tbody tr:nth-child(4) td,
.pinned .male-x-2 tbody tr:nth-child(10) td,
.pinned .male-x-2 tbody tr:nth-child(16) td,
.pinned .male-x-2 tbody tr:nth-child(22) td,

.scrollable .pvc-vee tbody tr:nth-child(3) td:nth-child(2),
.scrollable .pvc-vee tbody tr:nth-child(3) td:nth-child(3),
.scrollable .pvc-vee tbody tr:nth-child(3) td:nth-child(4),
.scrollable .pvc-vee tbody tr:nth-child(3) td:nth-child(5),
.scrollable .pvc-vee tbody tr:nth-child(3) td:nth-child(6),
.scrollable .pvc-vee tbody tr:nth-child(7) td:nth-child(2),
.scrollable .pvc-vee tbody tr:nth-child(7) td:nth-child(3),
.scrollable .pvc-vee tbody tr:nth-child(7) td:nth-child(4),
.scrollable .pvc-vee tbody tr:nth-child(7) td:nth-child(5),
.scrollable .pvc-vee tbody tr:nth-child(7) td:nth-child(6),
.scrollable .pvc-vee tbody tr:nth-child(11) td:nth-child(2),
.scrollable .pvc-vee tbody tr:nth-child(11) td:nth-child(3),
.scrollable .pvc-vee tbody tr:nth-child(11) td:nth-child(4),
.scrollable .pvc-vee tbody tr:nth-child(11) td:nth-child(5),
.scrollable .pvc-vee tbody tr:nth-child(11) td:nth-child(6),
.scrollable .pvc-vee tbody tr:nth-child(15) td:nth-child(2),
.scrollable .pvc-vee tbody tr:nth-child(15) td:nth-child(3),
.scrollable .pvc-vee tbody tr:nth-child(15) td:nth-child(4),
.scrollable .pvc-vee tbody tr:nth-child(15) td:nth-child(5),
.scrollable .pvc-vee tbody tr:nth-child(15) td:nth-child(6),
.scrollable .pvc-vee tbody tr:nth-child(19) td:nth-child(2),
.scrollable .pvc-vee tbody tr:nth-child(19) td:nth-child(3),
.scrollable .pvc-vee tbody tr:nth-child(19) td:nth-child(4),
.scrollable .pvc-vee tbody tr:nth-child(19) td:nth-child(5),
.scrollable .pvc-vee tbody tr:nth-child(19) td:nth-child(6)  {
    background-color: rgb(237, 237, 237) !important;
}
/* -----------------------------
 * IE 11
 * ----------------------------- */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .pinned .shur-a-lock-2 tbody tr td:first-child {
     height: 84px !important;
   }
  .pinned .ww-table-1 tbody tr:nth-child(1) td:first-child {
    height: 210px !important;
  }
  .pinned .ww-table-1 tbody tr:nth-child(6) td:first-child,
  .pinned .ww-table-1 tbody tr:nth-child(10) td:first-child,
  .pinned .ww-table-1 tbody tr:nth-child(14) td:first-child,
  .pinned .ww-table-1 tbody tr:nth-child(18) td:first-child,
  .pinned .ww-table-1 tbody tr:nth-child(22) td:first-child,
  .pinned .ww-table-1 tbody tr:nth-child(26) td:first-child,
  .pinned .ww-table-1 tbody tr:nth-child(30) td:first-child,
  .pinned .ww-table-1 tbody tr:nth-child(34) td:first-child,
  .pinned .ww-table-1 tbody tr:nth-child(38) td:first-child {
    height: 168px !important;
  }

  .pinned .ww-table-2 tbody tr:nth-child(1) td:first-child,
  .pinned .ww-table-2 tbody tr:nth-child(8) td:first-child,
  .pinned .ww-table-2 tbody tr:nth-child(12) td:first-child {
    height: 168px !important;
  }
  .pinned .ww-table-2 tbody tr:nth-child(5) td:first-child {
    height: 126px !important;
  }
  .pinned .ww-table-2 tbody tr:nth-child(16) td:first-child,
  .pinned .ww-table-2 tbody tr:nth-child(21) td:first-child,
  .pinned .ww-table-2 tbody tr:nth-child(26) td:first-child,
  .pinned .ww-table-2 tbody tr:nth-child(31) td:first-child {
    height: 210px !important;
  }

  .pinned .ww-table-2 tbody tr:nth-child(36) td:first-child {
    height: 84px !important;
  }

  .pinned .ww-table-3 tbody tr:nth-child(1) td:first-child {
    height: 210px !important;
  }
  .pinned .ww-table-3 tbody tr:nth-child(6) td:first-child,
  .pinned .ww-table-3 tbody tr:nth-child(10) td:first-child,
  .pinned .ww-table-3 tbody tr:nth-child(14) td:first-child,
  .pinned .ww-table-3 tbody tr:nth-child(18) td:first-child,
  .pinned .ww-table-3 tbody tr:nth-child(22) td:first-child,
  .pinned .ww-table-3 tbody tr:nth-child(26) td:first-child,
  .pinned .ww-table-3 tbody tr:nth-child(30) td:first-child,
  .pinned .ww-table-3 tbody tr:nth-child(34) td:first-child,
  .pinned .ww-table-3 tbody tr:nth-child(38) td:first-child {
    height: 168px !important;
  }

  .pinned .ww-table-4 tbody tr:nth-child(1) td:first-child,
  .pinned .ww-table-4 tbody tr:nth-child(8) td:first-child,
  .pinned .ww-table-4 tbody tr:nth-child(12) td:first-child {
    height: 168px !important;
  }
  .pinned .ww-table-4 tbody tr:nth-child(5) td:first-child {
    height: 126px !important;
  }
  .pinned .ww-table-4 tbody tr:nth-child(16) td:first-child,
  .pinned .ww-table-4 tbody tr:nth-child(21) td:first-child,
  .pinned .ww-table-4 tbody tr:nth-child(26) td:first-child,
  .pinned .ww-table-4 tbody tr:nth-child(31) td:first-child {
    height: 210px !important;
  }
  .pinned .ww-table-4 tbody tr:nth-child(36) td:first-child {
    height: 84px !important;
  }
  .pinned .male-x tbody tr td,
  .pinned .male-x-2 tbody tr td {
    height: 126px !important;
  }
  .pinned .pvc-vee tbody tr td {
    height: 84px !important;
  }
  .pinned .ww-table-7 {
    max-width: none !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width:1160px) {
  .pinned .ww-table-7 thead tr td {
    height: 79px !important;
  }
}
/*
 Cookie Banner - the so called monster

 Cookie will get caught immediately, but monster seems to be okay.
*/
.monster-banner {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  background-color: #ededed;
}
.monster-banner a {
  color: #000;
  border-bottom: 1px solid #00E6BE;
}
.monster-banner-content {
  max-width: 1340px;
  margin: 0 auto;
  padding: 8px 15px;
  position: relative;
  margin-bottom: 25px;
}
.monster-banner-content > div {
  margin-right: 40px;
}
.monster-banner a.monster-banner-close {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 24px;
  display: block;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-decoration: none;
}
.monster-banner-close:hover {
  text-decoration: none;
}
.monster-banner-close:after {
  background-image: url('../assets/close-white.svg');
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
i {
    content: " ";
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: 6px;
    background-repeat: no-repeat;
    background-position: center center;
    border: none !important

}
i.right-icon {
  margin-left: 8px;
}
i.print {
  background-image: url("../assets/print.svg");
}
i.search {
  background-image: url("../assets/search.svg");
}
i.send {
  background-image: url("../assets/send.svg");
}
i.info {
  background-image: url("../assets/info-black.svg");
}
i.arrow-back {
  background-image: url("../assets/big-arrow-back.svg");
}
i.arrow-next {
  background-image: url("../assets/big-arrow-next.svg");
}
/**
 * Toggle Bar
 */
.tb {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
.tb--narrow {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.tb--narrow + br,
.tb--narrow + p:empty {
  display: none;
}
.tb--narrow + aside {
  margin-top: 35.2px;
  margin-top: 2.2rem;
}
.tb--wordpress {
  margin-top: 60px;
  margin-top: 3.75rem;
}
.tb-header {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 12px;
  padding-bottom: 0.75rem; /* 12px */
  overflow: hidden;
}
.tb-header h2 {
  float: left;
  margin-bottom: 0;
}
.tb-header .tb-toggle {
  float: right;
  color: #000000;
  margin-left: 24px;
  margin-left: 1.5rem;
  position: relative;
  border-bottom: 1px solid #00E6BE;
  font-size: 14px;
  font-size: .875rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.tb-header .tb-toggle:before {
  position: absolute;
  left: -24px;
  left: -1.5rem;
  display: block;
  height: 30px;
  height: 1.875rem;
  width: 24px;
  width: 1.5rem;
  background-image: url('../assets/arrow-right.png');
  background-size: 0.428571429em 0.714285714em;
  background-repeat: no-repeat;
  background-position: 7px center;
  content: '';
  transform-origin: 50% 50%;
  transition: transform 0.1s ease-out;
}
.is-open .tb-header .tb-toggle:before {
  background-position: center 8px;
  background-position: center 0.5rem;
  transform: rotate(90deg);
}
/*!
 * Filter
 */
#filter {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
  position: relative;
}
#filter label {
  font-size: inherit;
}
#filter ul {
  list-style: none;
  padding-left: 0;
}
#filter .filter-form,
#filter .filter-content {
  padding-top: 30px;
  padding-top: 1.875rem;
  font-size: inherit;
}
#filter .filter-form {
  margin-bottom: 60px;
  margin-bottom: 3.75rem; /* 60px */
}
#filter .filter-form .filter-form__headline {
  margin-bottom: 1.35em; /* 27px */
  display: block;
}
@media (min-width: 768px) {
  #filter .filter-content {
    padding-top: 5.4375rem; /* 87px */
    padding-left: 1.8125rem; /* 29px */
    margin-left: 1.875rem; /* 30px */
    width: auto;
    overflow: hidden;
    border-left: 1px solid #EDEDED;
  }

  #filter .filter-form {
    width: 16.875rem; /* 270px */
    padding-right: 1.875rem; /* 30px */
    float: left;
  }
}
/**
 * Cards
 */
#filter .filter__cards {
  overflow: hidden;
  display: block;
}
#filter .filter__cards:not(.filter__cards--current) {
  display: none;
}
@media (min-width: 31.25rem) {
  #filter .filter__cards {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }

  #filter .card {
    padding-right: 0.875rem;
    padding-left: 0.9375rem;
    width: 50%;
    height: 26rem;
    float: left;
    border-right: 1px solid #EDEDED;
  }
}
@media (min-width: 45.625rem) {
  #filter .card {
    width: 33.333333333%;
  }
}
@media (min-width: 768px) {
  #filter .card {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  #filter .card {
    width: 33.333333333%;
    height: 27.5rem;
  }
}
#filter .card {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; /* 30px */
  position: relative;
}
#filter .card .card-cover {
  padding-top: 62.5925926%;
  margin-bottom: 9px;
  margin-bottom: 0.5625rem; /* 9px */
  height: 0;
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#filter .card .card-cover-link {
  transition: none;
  display: block;
  outline: none;
}
#filter .card--keybrands .card-cover {
  background-size: 11.25rem auto;
  background-position: center;
}
@media (min-width: 1024px) {
  #filter .card--keybrands .card-cover {
    background-size: 100% auto;
    background-position: center left 2rem;
  }
}
#filter .card .card-type {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
}
#filter .card .card-title {
  margin-top: 0.5625em; /* 9px */
  margin-bottom: 0.5625em; /* 9px */
  display: block;

  font-size: 16px;
  font-size: 1rem;

  line-height: 24px;
  line-height: 1.5rem;
}
#filter .card .card-text,
#filter .card .card-link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
}
#filter .card .card-text {
  margin-bottom: 0.642857143em; /* 9px */
}
/**
 * Icons
 */
#filter .card .card-icon {
  position: absolute;
  top: 5px;
  top: 0.3125rem;
  left: 20px;
  left: 1.25rem;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  border-radius: 50%;
  opacity: 0.9;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 2.5rem;
  background-position: center center;
  opacity: 0.5;
  transition: opacity 0.1s ease-out;
}
#filter .card:hover .card-icon {
  opacity: 1;
}
#filter .card--applications .card-icon {
  background-image: url('../assets/filter/applications.png');
}
#filter .card--keybrands .card-icon {
  background-image: url('../assets/filter/keybrands.png');
}
#filter .card--locations .card-icon {
  background-image: url('../assets/filter/locations.png');
}
#filter .card--markets .card-icon {
  background-image: url('../assets/filter/markets.png');
}
#filter .card--products .card-icon {
  background-image: url('../assets/filter/products.png');
}
#filter .card--services .card-icon {
  background-image: url('../assets/filter/services.png');
}
#filter .card--solutions .card-icon {
  background-image: url('../assets/filter/solutions.png');
}
#filter .card--datasheets .card-icon {
  background-image: url('../assets/filter/images.png');
}
#filter .card--downloads .card-icon {
  background-image: url('../assets/filter/downloads.png');
}
#filter .card--videos .card-icon {
  background-image: url('../assets/filter/videos.png');
}
#filter .card--business_areas .card-icon {
  background-image: url('../assets/filter/business_areas.png');
}
/**
 * Locations
 */
#filter .card.card--locations.argentina .card-cover,
#filter .card.card--locations.argentinien .card-cover {
  background-image: url('../assets/maps/map-argentina-filter.png');
}
#filter .card.card--locations.australia .card-cover,
#filter .card.card--locations.australien .card-cover {
  background-image: url('../assets/maps/map-australia-filter.png');
}
#filter .card.card--locations.brazil .card-cover,
#filter .card.card--locations.brasilien .card-cover {
  background-image: url('../assets/maps/map-brazil-filter.png');
}
#filter .card.card--locations.chile .card-cover {
  background-image: url('../assets/maps/map-chile-filter.png');
}
#filter .card.card--locations.china .card-cover {
  background-image: url('../assets/maps/map-china-filter.png');
}
#filter .card.card--locations.france .card-cover,
#filter .card.card--locations.frankreich .card-cover {
  background-image: url('../assets/maps/map-france-filter.png');
}
#filter .card.card--locations.germany .card-cover,
#filter .card.card--locations.deutschland .card-cover {
  background-image: url('../assets/maps/map-germany-filter.png');
}
#filter .card.card--locations.india .card-cover,
#filter .card.card--locations.indien .card-cover {
  background-image: url('../assets/maps/map-india-filter.png');
}
#filter .card.card--locations.italy .card-cover,
#filter .card.card--locations.italien .card-cover {
  background-image: url('../assets/maps/map-italy-filter.png');
}
#filter .card.card--locations.japan .card-cover {
  background-image: url('../assets/maps/map-japan-filter.png');
}
#filter .card.card--locations.peru .card-cover {
  background-image: url('../assets/maps/map-peru-filter.png');
}
#filter .card.card--locations.poland .card-cover,
#filter .card.card--locations.polen .card-cover {
  background-image: url('../assets/maps/map-poland-filter.png');
}
#filter .card.card--locations.vereinigte-arabische-emirate .card-cover,
#filter .card.card--locations.united-arab-emirates .card-cover {
  background-image: url('../assets/maps/map-united-arab-emirates-filter.png');
}
#filter .card.card--locations.russia .card-cover,
#filter .card.card--locations.russland .card-cover {
  background-image: url('../assets/maps/map-russia-filter.png');
}
#filter .card.card--locations.usa .card-cover {
  background-image: url('../assets/maps/map-usa-filter.png');
}
/**
 * Filter List
 */
#filter .filter__filters {
  font-size: 0.875em;
  line-height: 1.714285714;
}
#filter .filter__filters > li {
  border-bottom: 1px solid #262626;
}
#filter .filter__filters:first-of-type > li {
  border-color: #00e6be;
}
#filter .filter__filters strong,
#filter .filter__filters ul li {
  padding-bottom: 0.714285714em;
}
#filter .filter__filters strong,
#filter .filter__filters label {
  display: block;
}
#filter .filter__filters strong {
  padding-top: 0.714285714em;
}
#filter .filter__filters strong,
#filter .filter__filters label span {
  padding-left: 2.285714286em;
}
#filter .filter__filters label,
#filter .filter__filters label span {
  display: block;
  line-height: inherit;
}
#filter .filter__filters strong,
#filter .filter__filters label {
  cursor: pointer;
  margin-bottom: 0;
}
#filter .filter__filters strong,
#filter .filter__filters label span {
  position: relative;
}
#filter .filter__filters strong:before {
  position: absolute;
  left: 0.285714286em;
  display: block;
  height: 1.714285714em;
  width: 1.714285714em;
  background-image: url('../assets/arrow-right.png');
  background-size: 0.428571429em 0.714285714em;
  background-repeat: no-repeat;
  background-position: 7px center;
  content: '';
  transform-origin: 50% 50%;
  transition: transform 0.1s ease-out;
}
#filter .filter__filters strong.is-open:before {
  background-position: center 8px;
  transform: rotate(90deg);
}
#filter .filter__filters label input,
#filter .filter__filters strong ~ ul {
  display: none;
}
#filter .filter__filters strong.is-open ~ ul {
  display: block;
}
#filter .filter__filters label span:before {
  padding-top: 1px;
  padding-left: 1px;
  position: absolute;
  left: 0.285714286em;
  display: block;
  height: 1.714285714em;
  width: 1.714285714em;
  content: url('../assets/checkbox-off.svg');
}
#filter .filter__filters label input:checked ~ span:before {
  content: url('../assets/checkbox-on.svg');
}
/**
 * Order Select
 */
#filter select {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  #filter select {
    margin-top: 0;
  }
}
#filter .filter__order select {
  padding: 0;
  margin: 0 0 0 0.5em;
  width: 100%;
  max-width: 140px;
  max-width: 8.75rem;
  display: inline-block;
  border: 0;
  outline: none;
  border-radius: 0;
  background-color: #fff;
  border-bottom: 1px solid #00E6BE;
  font-family: inherit;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 468px) {
  #filter .filter__order select {
    max-width: auto;
    width: 100%;
    display: block;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  #filter .filter__order {
    position: absolute;
    top: 1.875rem;
    left: 18.75rem; /* 300px */
  }

  #filter .filter__order select {
    width: 15rem; /* 240px */
    max-width: 100%;
  }
}
@media all and (max-width: 767px) {
  #filter .filter__order {
    margin-top: 30px;
  }
}
/**
 * Tabs
 */
#filter:not(.is-ready) .filter-wrap {
  border: none;
}
@media all and (min-width: 768px) {
  #filter .filter-wrap {
    padding-top: 5.4375rem;
    padding-left: 1.8125rem;
    margin-left: 1.875rem;
    width: auto;
    overflow: hidden;
    border-left: 1px solid #EDEDED;
  }
}
#filter:not(.is-ready) .filter-tabs,
#filter .filter-tabs div:empty {
  display: none;
}
#filter.is-ready .filter-tabs {
  overflow: hidden
}
#filter .filter-tabs > div,
#filter.is-ready .filter-tabs>span {
  float: left;
}
#filter .filter-tabs .filter-tabs__tab {
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  background-color: #EDEDED;
  display: inline-block;
  padding: 2px 6px 2px 32px;
  border-radius: 3px;
  margin-right: 10px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4gICAgPHBhdGggZD0iTTE5IDYuNDFMMTcuNTkgNSAxMiAxMC41OSA2LjQxIDUgNSA2LjQxIDEwLjU5IDEyIDUgMTcuNTkgNi40MSAxOSAxMiAxMy40MSAxNy41OSAxOSAxOSAxNy41OSAxMy40MSAxMnoiLz4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: left 4px center;
  margin-bottom: 10px;
}
#filter .filter-tabs .filter-tabs__tab--refresh {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4gICAgPHBhdGggZD0iTTE3LjY1IDYuMzVDMTYuMiA0LjkgMTQuMjEgNCAxMiA0Yy00LjQyIDAtNy45OSAzLjU4LTcuOTkgOHMzLjU3IDggNy45OSA4YzMuNzMgMCA2Ljg0LTIuNTUgNy43My02aC0yLjA4Yy0uODIgMi4zMy0zLjA0IDQtNS42NSA0LTMuMzEgMC02LTIuNjktNi02czIuNjktNiA2LTZjMS42NiAwIDMuMTQuNjkgNC4yMiAxLjc4TDEzIDExaDdWNGwtMi4zNSAyLjM1eiIvPiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PC9zdmc+);
}
/**
 * Search field
 */
#filter .filter__textField {
  background-color: #fcfcfc;
  border-color: #ddd;
  border-radius: 2px;
  padding-right: 48px !important;
}
#filter .filter__submit {
  position: relative;
}
#filter .filter__button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 42px;
  background: #00e6be;
  border: 0;
  z-index: 2;
  background-image: url('../assets/search.svg');
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  outline: none;
  height: auto;
  display: inline-block;
}
/**
 * Pagination
 */
#filter .filter-pager {
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}
#filter .filter-pager a,
#filter .filter-pager span {
  display: inline-block;
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
  line-height: 36px;
  line-height: 2.25rem;
  color: #a8b0b9;
  text-align: center;
  vertical-align: bottom;
}
#filter .filter-pager a {
  transition: color 0.1s ease-out;
}
#filter .filter-pager span {
  color: #d4d7dc;
}
#filter .filter-pager a:not(.filter-pager-current):hover {
  color: #000000;
}
#filter .filter-pager .filter-pager--current {
  color: #000000;
}
#filter .filter-pager .filter-pager-prev,
#filter .filter-pager .filter-pager-next {
  position: relative;
  background-color: #00E6BE;
  background-repeat: no-repeat;
  background-position: center center;
}
#filter .filter-pager .filter-pager-prev {
  background-image: url('../assets/al.svg');
  margin-right: 8px;
  margin-right: 0.5rem;
}
#filter .filter-pager .filter-pager-next {
  background-image: url('../assets/ar.svg');
  margin-left: 8px;
  margin-left: 0.5rem;
}
/**
 * Noop
 */
#filter .filter-noop {
  padding: 64px;
  padding: 4rem;
  background-color: #f0f0f0;
  background-image: url('../assets/filter/sea.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35.5rem auto;
  text-align: center;

  font-family: LubalinGraphStd-Book, serif;
}
@media (min-width: 1024px) {
  #filter .filter-noop {
    padding: 6.25rem;
  }
}
#filter .filter-noop-headline {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1em;
  margin-bottom: 0.625em;
  display: block;
}
#filter .filter-noop-text {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25em;
}
/**
 * Loader
 */
#filter .filter-loader {
  animation: fadeloader 1.1s ease-in-out forwards;
  opacity: 1;
  padding: 20px;
  padding: 1.25rem;
  text-align: center;
  transition: opacity 0.1s ease-out;
  display: block;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  height: 5em;
  letter-spacing: -0.03125em;
  line-height: 5;
  margin: 1.25em auto;
  position: relative;
  text-align: center;
  width: 5em;
}
#filter .filter-loader:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border: 0.333333333em solid #00e6be;
  border-right-color: white;
  border-left-color: white;
  height: 5em;
  width: 5em;
  border-radius: 50%;
  animation: spinloader 1.1s ease-in-out forwards;
}
#filter:not(.is-ready) .filter-loader,
#filter:not(.is-ready) .filter-loader:after {
  animation-iteration-count: infinite;
  animation-duration: 1.75s;
}
#filter .filter-form,
#filter .filter-content,
#filter.is-ready > .filter-loader {
  display: none;
}
#filter.is-ready .filter-form,
#filter.is-ready .filter-content {
  display: block;
}
#filter .filter-loader span {
  text-align: center;
  display: block;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  font-family: inherit;
}
/**
 * Reset
 * TODO(man): Apply styles to definitions above.
 */
#filter .filter-content {
  clear: left;
  padding: 0;
  margin: 0;
  border: 0;
}
#filter .filter-tabs+.filter-content {
  margin-top: 20px;
}
#filter .empty-results {
  opacity: .33;
}
#filter .empty-results input {
  pointer-events: none;
}
#filter .filter__filters label span em {
  display: none;
}
#filter .filter__filters label span em:last-of-type {
  display: inline-block;
  margin-left: 5px;
}
/* #filter .filter__filters label input:checked ~ span em { */
/*   display: none; */
/* } */
/* Spin Animation für den grünen Kreis. */
@keyframes spinloader {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
    transform: rotate(0deg);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(720deg);
  }
}
/* Fade und Scale für das komplette element. */
@keyframes fadeloader {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  8% {
    opacity: 1;
    transform: scale(1);
  }
  84% {
    opacity: 1;
    transform: scale(1);
  }
  91% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.2);
    visibility: hidden;
  }
}
/*!
 * Utilities
 */
/**
 * Aspect Ratio
 *
 * Info: Scales it's direct children to match a given aspect ratio.
 * Notice: You'll have to specify a variant (eg. `.ratio--16x9`)
 * Variants: 16x9
 */
.ratio {
  display: block;
  position: relative;
  height: 0;
}
.ratio > iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.ratio--16x9 {
  padding-bottom: 56.25%;
}
.slick-dots li {
  cursor: pointer;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/**
 * Wordpress
 */
#wp-content.content-section p,
#wp-content.content-section ol,
#wp-content.content-section ul {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.25em;
}
.lp-header-row {
  max-width: 1185px;
}
@media (min-width: 768px) {
  .lp-header-row {
    min-height: 145px;
  }
}
.lp-header-logo-airvac {
  width: 160px;
}
.claim {
  display: block;
  font-size: 12.8px;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 18px;
  margin-top: 20px;
}
.lp-meta {
  float: right;
}
.contentarea .lp-title {
  margin-bottom: 22px;
}
.contentarea .lp-description {
  margin-bottom: 123px;
}
.contentarea .lp-short-description {
  margin-bottom: 10px;
}
.contentarea .lp-headline {
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}
.contentarea .lp-colored-headline {
  color: #00E6BE;
}
.contentarea .lp-infographic,
.contentarea .lp-videos {
  margin-bottom: 60px;
}
.contentarea .lp-infographic {
  margin-top: 60px;
}
.contentarea .play-button {
  position: relative;
  margin-left: 31px;
  margin-top: 12px;
}
.contentarea .play-button:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0px;
  left: -31px;
  margin: 0 auto;
  border: 2px solid #000000;
  border-radius: 50%;
}
.contentarea .play-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: -23px;
  margin: 0 auto;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #000000;
}
.contentarea .play-button.icon-pause:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: -24px;
  width: 6px;
  height: 8px;
  margin: 0 auto;
  border-style: solid;
  border-width: 0 2px 0 2px;
  border-color: transparent #000000 transparent #000000;
}
.contentarea .lp-videos .video {
  margin-bottom: 60px
}
@media (min-width: 768px) {
  .contentarea .lp-videos .video {
    margin-bottom: 0;
  }
  }
.contentarea .lp-contact-information-first,
.contentarea .lp-contact-information {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.contentarea .lp-contact-information-first {
  margin-top: 32px;
  margin-top: 2rem;
}
.contentarea .lp-contact-information {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.contentarea .lp-widget-title {
  margin-bottom: 8px;
}
.contentarea .proposal-image {
  margin-top: 60px;
}
.contentarea .proposal-lists {
  margin-top: 30px;
}
.contentarea .proposal-list-container {
  margin-top: 40px;
  margin-bottom: 40px;
}
.contentarea ul.proposal-list {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.contentarea ul.proposal-list .proposal-list-item {
  overflow: hidden;
  padding: 12px 0;
  border-bottom: 1px solid #d7dad6;
}
.contentarea ul.proposal-list .proposal-list-item:first-child {
  border-top: 1px solid #d7dad6;
}
.contentarea ul.proposal-list .proposal-list-item .proposal-list-item-left,
.contentarea ul.proposal-list .proposal-list-item .proposal-list-item-right {
  float: left;
}
.contentarea ul.proposal-list .proposal-list-item .proposal-list-item-left {
  width: 65%;
  padding-right: 20px;
}
.contentarea ul.proposal-list .proposal-list-item .proposal-list-item-right {
  width: 35%;
}
.post-password-form label {
  display: block;
  margin-top: 20px;
  font-size: 17.6px;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .post-password-form input[type="password"] {
    width: 50%;
  }
}
.post-password-form input[type="submit"] {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 17.6px;
  font-size: 1.1rem;
}
.contentarea .stripes {
  overflow: hidden;
  width: 100%;
  height: 30px;
  margin: 60px 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAALUlEQVQYV2NkeHbgPwMKYDZhRBVkNmFg+HsGSRAiANIEFUQIQAUPG8NUwIwGAFd1FHZyIHp0AAAAAElFTkSuQmCC);
  background-repeat: repeat;
}
.layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
}
.layer-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .4);
}
.layer-container {
  position: absolute;
  width: 100%;
  max-width: 874px;
  height: 100%;
  max-height: 800px;
  left: 50%;
  top: 50%;
  padding: 16px;
  transform: translate(-50%, -50%)
}
@media (min-width: 768px) {
  .layer-container {
    padding: 32px;
  }
  }
.layer-inner {
  position: relative;
  overflow: hidden;
  overflow-y: scroll;
  width: inherit;
  max-width: inherit;
  height: inherit;
  max-height: inherit;
  padding: 16px;
  background-color: #fff;
  border: 4px solid #00E6BE;
  box-shadow: 0 2px 40px 0 #333
}
@media (min-width: 768px) {
  .layer-inner {
    padding: 50px;
  }
  }
.layer-inquiry .layer-inner {
  background-image: url("../assets/world-map.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 90%;
}
.layer-close {
  display: block;
  position: absolute;
  top: 36px;
  right: 36px;
  width: 24px;
  height: 24px;
  cursor: pointer
}
@media (min-width: 768px) {
  .layer-close {
    top: 48px;
    right: 56px;
  }
    }
.layer-close:before,
.layer-close:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 24px;
  height: 2px;
  margin-top: 12px;
  background: #000;
}
.layer-close:before {
  transform: rotateZ(45deg);
}
.layer-close:after {
  transform: rotateZ(-45deg);
}
.layer-intro {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin: 0;
  margin: 32px 0px 16px;
  text-align: center
}
@media (min-width: 768px) {
  .layer-intro {
    margin: 0 80px 60px;
  }
  }
.inquiry-checkboxes,
.inquiry-location {
  display: none;
}
.inquiry-label {
  display: block;
  margin-bottom: 32px
}
@media (min-width: 768px) {
  .inquiry-label {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
  }
  }
.inquiry-label:last-of-type {
  margin-bottom: 16px
}
@media (min-width: 768px) {
  .inquiry-label:last-of-type {
    margin-bottom: 30px;
  }
  }
.inquiry-label > span {
  display: block;
  width: 140px
}
@media (min-width: 768px) {
  .inquiry-label > span {
    padding-top: 3px;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
  }
  }
.inquiry-checkboxes .inquiry-label > span {
  padding-top: 0;
}
.label-big > span {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin: 0;
  font-weight: bold;
}
.inquiry-continent {
  width: 100%;
  padding: 12px !important;
  background-color: #00E6BE;
  border-radius: 3px;
  border: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: LubalinGraphStd-Book, serif
}
.inquiry-continent:focus {
  outline: 0;
}
.inquiry-checkbox-wrap {
  display: block;
  margin-bottom: 8px
}
@media (min-width: 768px) {
  .inquiry-checkbox-wrap {
    display: inline;
    margin-bottom: 0;
    margin-right: 32px;
  }
  }
.inquiry-checkbox-wrap label input {
  position: absolute;
  width: auto;
  opacity: 0;
}
.inquiry-checkbox-wrap label span.inquiry-checkbox-label {
  cursor: pointer;
}
.inquiry-checkbox-wrap label span.inquiry-checkbox-label:before {
  content: ' ';
  display: inline-block;
  position: relative;
  top: 4px;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background-color: #fff;
  border: 2px solid #00E6BE;
  border-radius: 3px;
  cursor: pointer;
}
.inquiry-checkbox-wrap input:checked + span.inquiry-checkbox-label:before {
  background-color: #00E6BE;
  border: 2px solid #00E6BE;
  background-image: url("../assets/check.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.inquiry-notice {
  display: none;
  margin: 16px 0
}
@media (min-width: 768px) {
  .inquiry-notice {
    margin: 30px 0;
  }
  }
.inquiry-locations {
  display: block
}
@media (min-width: 768px) {
  .inquiry-locations {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  }
.inquiry-location {
  margin-bottom: 32px
}
@media (min-width: 768px) {
  .inquiry-location {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  }
.teaserlayer {
  font-family: LubalinGraphStd-Demi, serif;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
}
.teaserlayer-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, .8);
}
.teaserlayer-teaser {
  position: relative;
  top: 50%;
  max-width: 580px;
  padding: 16px;
  margin: 0 auto;
  transform: translateY(-50%);
}
.teaserlayer-teaser-content {
  position: relative;
  padding: 24px 16px;
  background-color: #00E6BE;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, .32)
}
@media (min-width: 768px) {
  .teaserlayer-teaser-content {
    padding: 40px;
  }
  }
.teaserlayer-close {
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  top: 16px;
  right: 16px;
  background-image: url('../assets/close-black.svg');
  background-position: center;
  text-indent: -10000px;
  cursor: pointer;
}
.teaserlayer-icon {
  margin: 0 auto 16px
}
@media (min-width: 768px) {
  .teaserlayer-icon {
    margin-bottom: 8px;
  }
  }
.teaserlayer-header {
  margin-bottom: 16px;

  font-weight: 700;
  font-size: 36px;
  line-height: 36px
}
@media (min-width: 768px) {
  .teaserlayer-header {
    margin-bottom: 24px;
    font-size: 72px;
    line-height: 72px;
  }
    }
.teaserlayer-copy {
  margin-bottom: 16px;

  font-weight: 400;
  font-size: 14px;
  line-height: 20px
}
@media (min-width: 768px) {
  .teaserlayer-copy {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
  }
    }
.teaserlayer-link {
  margin-top: 0;

  font-weight: 400;
  font-size: 14px;
  line-height: 20px
}
@media (min-width: 768px) {
  .teaserlayer-link {
    font-size: 16px;
    line-height: 24px;
  }
    }
.banner {
  display: block;
  position: fixed;
  top: 50%;
  right: 0;
  list-style-type: none;
  transform: translateY(-50%);
}
.banner-item-outer {
  display: table;
}
.banner-item-inner {
  padding: 50% 0;
  height: 0;
}
.banner-item-content {
  display: block;
  position: relative;
  padding: 20px;
  transform-origin: bottom right;
  transform: rotate(-90deg) translate(100%);
  margin-top: 50%;
  white-space: nowrap;
  background-color: #000;
  cursor: pointer;
}
.banner-item-content p {
  font-weight: bold !important;
  color: #fff;
}
.banner-icon {
  padding-right: 50px;
}
.banner-icon:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(90deg);
}
.banner-icon-inquiry:before {
  background-image: url(../assets/chat-bubble.svg);
}
@media print {
  /* Page margins */
  body {
    margin: 15mm 15mm 15mm 15mm;
  }

  /* Generic background and text color */
  * {
    background-color: #ffffff !important;
    color: #000000 !important;
    /*font-family: Arial, sans-serif !important;*/
  }

  /* Generic link decoration */
  a {
    text-decoration: underline !important;
    border-bottom: none !important;
    color: #000000 !important;
  }

  /* List of elements to hide */
  #gallery,
  #filter,
  #filter-tb,
  .top-nav,
  .breadcrumbs,
  .gallery-big-img,
  .keybrandlogo,
  .widget-print,
  .footer-logo,
  .postchild-img,
  .keybrands,
  .play-button,
  .lp-videos,
  .ratio,
  .stripes {
    display: none !important
  }
  #gallery:before,
    #gallery:after,
    #filter:before,
    #filter:after,
    #filter-tb:before,
    #filter-tb:after,
    .top-nav:before,
    .top-nav:after,
    .breadcrumbs:before,
    .breadcrumbs:after,
    .gallery-big-img:before,
    .gallery-big-img:after,
    .keybrandlogo:before,
    .keybrandlogo:after,
    .widget-print:before,
    .widget-print:after,
    .footer-logo:before,
    .footer-logo:after,
    .postchild-img:before,
    .postchild-img:after,
    .keybrands:before,
    .keybrands:after,
    .play-button:before,
    .play-button:after,
    .lp-videos:before,
    .lp-videos:after,
    .ratio:before,
    .ratio:after,
    .stripes:before,
    .stripes:after {
    content: "";
  }

  /* Show URIs behind each link */
  a:not(.spreadsheet-image-link):after {
    content: " (" attr(href) ") ";
    font-size: 0.8em;
    font-weight: normal;
  }

  /* Hide URI on specific elements */
  .location a.textlink:after,
  .footer-big a:after {
    content: "";
  }

  /* Show Logo */
  .header-logo-print {
    display: block;
    width: 25%;
    margin-bottom: 30px;
  }

  /* Main Wrapper and container styles */
  .main-wrapper,
  .container {
    width: auto;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .main-wrapper {
    box-shadow: none !important;
    width: 940px !important;
  }

  /* Fix paddings/margins on various elements */
  .solution-content,
  .columns,
  .widget,
  .btn,
  .footer-big .wrapper,
  .contentarea,
  .teaser-box {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Image gallery */
  .image-gallery {
  }
  .image-gallery .gallery-navigation-square {
    opacity: 1 !important;
    border: none !important;
    outline: none !important;
  }
  .image-gallery .gallery-navigation-square:after {
    padding-bottom: 0 !important;
  }
  .image-gallery .gallery-controls {
    width: 75% !important;
  }
  .image-gallery .gallery-controls img {
    position: relative !important;
    width: 100% !important;
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid;
  }

  /* Image displays */
  .spreadsheet-image,
  .solution-img {
    width: 75% !important;
    height: auto !important;
    overflow: visible !important;
    float: none !important;
  }

  .solution-img img {
    position: relative !important;
    left: 0 !important;
    transform: translateX(0) !important;
    width: 100% !important;
    height: auto !important;
  }

  .widget,
  .footer-big,
  .hero-content,
  .teaser-box {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .fs-headline {
    margin-bottom: 10px !important;
  }

  .intro-boxes {
    margin-top: 30px !important;
  }

  .fs-title,
  .content-section,
  .location,
  .lp-description {
    margin-bottom: 30px !important;
  }

  .locations-contact,
  .filter-head {
    margin-bottom: 0 !important;
    border-bottom: none !important;
  }

  .widget-contact {
    border: 1px solid #000000;
    padding: 10px !important;
  }

  /* Fix hero display */
  .hero {
    position: static !important;
    display: block !important;
    height: auto !important;
    max-width: none !important;
    overflow: visible;
  }

  /* Full width content and sidebar */
  .columns {
    width: 100% !important;
    float: none !important;
  }

  /* Full width case study box */
  .solution-content {
    width: 100% !important;
    float: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Market widget links */
  .widget-markets a {
    display: block !important;
  }

  /* Footer */
  .footer-big .wrapper > div {
    display: block !important;
    float: none !important;
    width: auto !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 30px !important;
  }

  .footer-big .wrapper > div.col-mob-2,
  .footer-big .wrapper .info {
    display: none !important;
  }

  .footer-big .wrapper .fs-title {
    margin-bottom: 10px !important;
  }
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body {
  background-color: #00E6BE;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* Fluid HTML Video */
video {
  width: 100% !important;
  height: auto !important;
}
.clr {
  clear: both;
  width: 100%;
  float: none;
}
.no-mobile {
}
@media (max-width: 767px) {
  .no-mobile {
    display: none;
  }
  }
.mobile-fallback {
}
@media (min-width: 768px) {
  .mobile-fallback {
    display: none;
  }
  }
.contentarea {
  margin-top: 30px;
  margin-bottom: 24px;
}
.content-left {
  margin-bottom: 30px;
}
section {
  clear: both;
}
.main-wrapper {
  max-width: 1310px;
  margin: 0 auto;
  clear: both;
  float: none;
  background-color: #ffffff;
  box-shadow: 0 2px 40px 0 #006f5b;
}
body:not(.events-lp) .main-wrapper {
  position: relative;
}
.wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
  float: none;
}
.col-mob-2 {
  width: 50%;
  float: left;
}
.col-mob-off {
  display: none
}
@media (min-width: 1024px) {
  .col-mob-off {
    display: block;
  }
  }
.bg-brand {
  background-color: #00E6BE
}
.bg-brand .textlink {
  border-bottom: 1px solid #000000;
}
.bg-brand .textlink:hover {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.bg-black {
  background-color: #000000;
  color: #ffffff
}
.bg-black .textlink {
  color: #ffffff;
}
.bg-black .textlink:hover {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
/* Content Styles */
.contentarea {
}
.contentarea h1 {
  font-family: LubalinGraphStd-Demi, serif;
  margin-bottom: 30px;
}
.contentarea ol {
  padding-left: 20px;
  margin-left: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1rem;
}
.contentarea ul {
  padding-left: 20px;
  margin-left: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1rem;
  list-style: disc;
}
.contentarea p.fs-subheader {
  font-family: LubalinGraphStd-Book, serif;
}
.short-description {
  margin-bottom: 45px;
}
.content-section {
  margin-bottom: 45px;
}
#usp.content-section {
  font-size: 16px;
  line-height: 1.5;
}
.long-description {
  font-size: 16px
}
.long-description *[style],
  .long-description *:not([class]):not(sup) {
  font-size: 16px !important;
  line-height: 1.5;
  margin-bottom: 1.0625em;
}
.long-description .fs-subheader {
  font-family: LubalinGraphStd-Book, serif;
}
.long-description h4 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.long-description .pim-table p,
.long-description .pim-table span,
.pim-table p,
.pim-table span {
  font-size: 12px !important;
}
li br + br,
li br:last-of-type {
  display: none;
}
.content-section p:last-child {
  margin-bottom: 0;
}
#endorsement {
  display: block;
  margin-top: -10px;
  margin-bottom: 20px;
}
.keybrand-claim h2 {
  color: #00E6BE;
}
#locations-contact {
}
#locations-contact .fs-headline {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
#locations-contact .location {
  margin-bottom: 64px;
}
#locations-contact .location .fs-caption {
  font-family: LubalinGraphStd-Demi, serif;
}
#locations-contact .location .location-name {
  font-family: LubalinGraphStd-Demi, serif;
}
#locations-contact .six.columns {
}
@media (min-width: 550px) and (max-width: 768px) {
  #locations-contact .six.columns {
    width: 50%;
  }
}
#technical-data {
}
#technical-data p {
  margin-bottom: 20px;
}
.locations .short-description,
.locations #locations-map {
  margin-bottom: 0;
}
ul.business-areas {
  overflow: hidden;
  margin: 0 -14px;
  padding: 0;
  list-style-type: none
}
ul.business-areas .business-area {
  float: left;
  padding: 0 14px;
  margin-bottom: 30px;
}
ul.business-areas .business-area-link {
  display: block;
  position: relative;
  width: 230px;
  height: 106px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #00E6BE;
  border-bottom: none;
  text-align: center;
}
ul.business-areas .business-area-link span {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
ul.business-areas .business-area-link:hover {
  background-color: #000000;
  color: #00E6BE;
}



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